Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

Bumps the eslint group with 3 updates: eslint, eslint-config-oclif and eslint-config-prettier.

Updates eslint from 9.21.0 to 9.22.0

Release notes

Sourced from eslint's releases.

v9.22.0

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)

Documentation

  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)

Chores

  • 97f788b chore: upgrade @​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for @​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.22.0 - March 7, 2025

  • 97f788b chore: upgrade @​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for @​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)
Commits

Updates eslint-config-oclif from 6.0.24 to 6.0.28

Release notes

Sourced from eslint-config-oclif's releases.

6.0.28

Bug Fixes

  • deps: bump typescript-eslint from 8.25.0 to 8.26.0 (58dbd31)

6.0.27

Bug Fixes

  • deps: bump eslint-plugin-n from 17.15.1 to 17.16.2 (47fe969)

6.0.26

Bug Fixes

  • deps: bump @​typescript-eslint/eslint-plugin from 8.25.0 to 8.26.0 (8fdd0ca)

6.0.25

Bug Fixes

  • deps: bump eslint-plugin-perfectionist from 4.9.0 to 4.10.0 (096b063)
Changelog

Sourced from eslint-config-oclif's changelog.

6.0.28 (2025-03-10)

Bug Fixes

  • deps: bump typescript-eslint from 8.25.0 to 8.26.0 (58dbd31)

6.0.27 (2025-03-09)

Bug Fixes

  • deps: bump eslint-plugin-n from 17.15.1 to 17.16.2 (47fe969)

6.0.26 (2025-03-09)

Bug Fixes

  • deps: bump @​typescript-eslint/eslint-plugin from 8.25.0 to 8.26.0 (8fdd0ca)

6.0.25 (2025-03-09)

Bug Fixes

  • deps: bump eslint-plugin-perfectionist from 4.9.0 to 4.10.0 (096b063)
Commits
  • aa828ec chore(release): 6.0.28 [skip ci]
  • 10fbf7c Merge pull request #148 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 58dbd31 fix(deps): bump typescript-eslint from 8.25.0 to 8.26.0
  • 4ab066e chore(release): 6.0.27 [skip ci]
  • 5769731 Merge pull request #149 from oclif/dependabot-npm_and_yarn-eslint-plugin-n-17...
  • 47fe969 fix(deps): bump eslint-plugin-n from 17.15.1 to 17.16.2
  • f08f22b chore(release): 6.0.26 [skip ci]
  • 9021bfc Merge pull request #150 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 8fdd0ca fix(deps): bump @​typescript-eslint/eslint-plugin from 8.25.0 to 8.26.0
  • 2e5a4a2 chore(release): 6.0.25 [skip ci]
  • Additional commits viewable in compare view

Updates eslint-config-prettier from 10.0.2 to 10.1.1

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Minor Changes

v10.0.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.0.2...v10.0.3

Changelog

Sourced from eslint-config-prettier's changelog.

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

10.0.3

Patch Changes

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from panz3r March 11, 2025 21:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 11, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-3a566a2b07 branch from 617d499 to 40ecaa4 Compare March 11, 2025 22:01
Bumps the eslint group with 3 updates: [eslint](https://github.com/eslint/eslint), [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) and [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier).


Updates `eslint` from 9.21.0 to 9.22.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.21.0...v9.22.0)

Updates `eslint-config-oclif` from 6.0.24 to 6.0.28
- [Release notes](https://github.com/oclif/eslint-config-oclif/releases)
- [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/eslint-config-oclif@6.0.24...6.0.28)

Updates `eslint-config-prettier` from 10.0.2 to 10.1.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.0.2...v10.1.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-config-oclif
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-3a566a2b07 branch from 40ecaa4 to 19c7994 Compare March 11, 2025 22:02
@panz3r panz3r merged commit eda2b8e into main Mar 11, 2025
7 checks passed
@panz3r panz3r deleted the dependabot/npm_and_yarn/eslint-3a566a2b07 branch March 11, 2025 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants