Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the eslint group across 1 directory with 4 updates #307

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the eslint group with 4 updates in the / directory: eslint-plugin-jsdoc, eslint-plugin-n, eslint-plugin-sonarjs and eslint-plugin-unicorn.

Updates eslint-plugin-jsdoc from 48.2.1 to 48.2.3

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.2.3

48.2.3 (2024-04-04)

Bug Fixes

  • valid-types: whitelist pratt parser keywords; fixes #1221 (ab5624b)

v48.2.2

48.2.2 (2024-03-28)

Bug Fixes

Commits

Updates eslint-plugin-n from 16.6.2 to 17.4.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.4.0

17.4.0 (2024-04-30)

🌟 Features

  • no-deprecated-api support removed api (#240) (36fd35d)

🩹 Fixes

  • unsupported-features/node-builtins-modules version comparation (#257) (5c67787)

🧹 Chores

Release 17.3.1

  • Revert "fix: unsupported-features/node-builtins-modules range compare" (#254) (caecf3e)

v17.3.0

17.3.0 (2024-04-24)

🌟 Features

🩹 Fixes

  • unsupported-features/node-builtins-modules range compare (#252) (d50ae85)

🧹 Chores

v17.2.1

17.2.1 (2024-04-15)

🩹 Fixes

🧹 Chores

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

17.4.0 (2024-04-30)

🌟 Features

  • no-deprecated-api support removed api (#240) (36fd35d)

🩹 Fixes

  • unsupported-features/node-builtins-modules version comparation (#257) (5c67787)

🧹 Chores

17.3.0 (2024-04-24)

🌟 Features

🩹 Fixes

  • unsupported-features/node-builtins-modules range compare (#252) (d50ae85)

🧹 Chores

17.2.1 (2024-04-15)

🩹 Fixes

🧹 Chores

  • update dependency @​typescript-eslint/typescript-estree to v7 (#236) (a0b45ee)
  • update dependency eslint-plugin-eslint-plugin to v6 (#237) (7addf99)

17.2.0 (2024-04-10)

... (truncated)

Commits
  • 2f71e08 chore(master): release 17.4.0 (#256)
  • 5c67787 fix: unsupported-features/node-builtins-modules version comparation (#257)
  • 36fd35d feat: no-deprecated-api support removed api (#240)
  • cf576cb chore: Update release manifest (17.3.1) (#255)
  • 8bab07b Release 17.3.1
  • caecf3e Revert "fix: unsupported-features/node-builtins-modules range compare" (#254)
  • d8d8454 chore(master): release 17.3.0 (#247)
  • d50ae85 fix: unsupported-features/node-builtins-modules range compare (#252)
  • eb11b5b chore: upgrade globals v15 (#241)
  • 2ecee79 feat: More es-syntax deprecations (#249)
  • Additional commits viewable in compare view

Updates eslint-plugin-sonarjs from 0.24.0 to 1.0.3

Release notes

Sourced from eslint-plugin-sonarjs's releases.

1.0.3

What's Changed

v1.0.2

What's Changed

1.0.1

What's Changed

1.0.0

Eslint-plugin-sonarjs is compatible with ESLint v9.

What's Changed

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.25.1...1.0.0

0.25.1

What's Changed

New Contributors

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.25.0...0.25.1

0.25.0

What's Changed

New Contributors

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.24.0...0.25.0

Commits
  • 004d794 Fix package.json with entry point (#473)
  • 3b22580 Export "meta" for plugin (#472)
  • 7e23a07 Increase node version on release from Node 12 -> 18 (#471)
  • 86275df Bump to version 1.0.0 (#470)
  • d5a1f12 Make the exported rules a typed record (#469)
  • 1efe2da Add ruling tests to handle eslint 8 and 9 (#468)
  • 33869d1 Resolve ESLINTJS-37 (#466)
  • a857635 Fix breaking no-one-iteration-loop after ESLint v9 breaking change (#467)
  • 7ef1a01 ESLINTJS-36 Split out tests and analyze into separate steps (#465)
  • a4390e9 Move from a compile-all to a compile-entry-point pattern (#463)
  • Additional commits viewable in compare view

Updates eslint-plugin-unicorn from 51.0.1 to 52.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v52.0.0

New rules

Improvements

  • filename-case: Add option for multiple file extensions (#2186) 4594020
  • import-style: Support node: protocol (#2297) c28a086
  • prefer-array-find: Check array.filter().at(0) (#2284) e6074fe
  • prefer-prototype-methods: Check Object.prototype methods from globalThis (#2286) 1792d33
  • no-array-callback-reference: Check logical expressions and check ternaries deeply (#2289) 231529a

Fixes

  • prefer-spread: Fix it to not report on optional chaining (#2304) df1ff1c
  • no-anonymous-default-export: Uppercase class name (#2282) 5ce4169

sindresorhus/eslint-plugin-unicorn@v51.0.1...v52.0.0

Commits
  • 8ca00a4 52.0.0
  • df1ff1c prefer-spread: Fix it to not report on optional chaining (#2304)
  • 907a3f7 Fix integration test (#2305)
  • c28a086 import-style: Support node: protocol (#2297)
  • 677af7f Update docs generator
  • 30ece36 no-array-for-each: Document another benefit of for-of (#2303)
  • 231529a no-array-callback-reference: Check logical expressions, check ternaries dee...
  • 78810a5 Add some notes to new-rule.md (#2287)
  • 8f0ee89 Add no-single-promise-in-promise-methods rule (#2258)
  • 1792d33 prefer-prototype-methods: Check Object.prototype methods from `globalThis...
  • Additional commits viewable in compare view

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

Bumps the eslint group with 4 updates in the / directory: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n), [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn).


Updates `eslint-plugin-jsdoc` from 48.2.1 to 48.2.3
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.2.1...v48.2.3)

Updates `eslint-plugin-n` from 16.6.2 to 17.4.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@16.6.2...v17.4.0)

Updates `eslint-plugin-sonarjs` from 0.24.0 to 1.0.3
- [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases)
- [Commits](SonarSource/eslint-plugin-sonarjs@0.24.0...1.0.3)

Updates `eslint-plugin-unicorn` from 51.0.1 to 52.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v51.0.1...v52.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-sonarjs
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github May 13, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 13, 2024
auto-merge was automatically disabled May 13, 2024 16:39

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-b2b768cbc0 branch May 13, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant