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

chore(deps): update linting dependencies (major) - autoclosed #302

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@voxpelli/eslint-config ^19.0.0 -> ^20.0.1 age adoption passing confidence
eslint (source) ^8.56.0 -> ^9.8.0 age adoption passing confidence
eslint-plugin-es-x ^7.5.0 -> ^8.0.0 age adoption passing confidence
eslint-plugin-jsdoc ^46.10.1 -> ^48.8.3 age adoption passing confidence
eslint-plugin-n ^16.6.2 -> ^17.10.1 age adoption passing confidence
eslint-plugin-promise ^6.1.1 -> ^7.0.0 age adoption passing confidence
eslint-plugin-security ^1.7.1 -> ^3.0.1 age adoption passing confidence
eslint-plugin-sort-destructure-keys ^1.5.0 -> ^2.0.0 age adoption passing confidence
eslint-plugin-unicorn ^48.0.1 -> ^55.0.0 age adoption passing confidence
installed-check ^8.0.1 -> ^9.3.0 age adoption passing confidence
knip (source) ^4.3.1 -> ^5.27.0 age adoption passing confidence

Release Notes

voxpelli/eslint-config (@​voxpelli/eslint-config)

v20.0.1

Compare Source

🩹 Fixes
  • deactivate n/no-unsupported-features/es-syntax in *.ts files (#​353) (0ff9dc1)
  • do not publish eslint.config.js (0570f29)
📚 Documentation
🧹 Chores

v20.0.0

Compare Source

To summarize the changes from all the alpha and beta releases of 20.0.0:

  • BREAKING: Requires ESLint 9 now
  • BREAKING: Is an ESLint Flat Config now, which means replacing .eslintrc with eslint.config.js / eslint.config.mjs
  • BREAKING: Now has only a single peer dependency: ESLint. Plugins should no longer be added separately.
  • BREAKING: Based on neostandard

No intentional rule changes has been made, but the import/* rules have been deactivated as eslint-plugin-import has not yet been possible to add to neostandard, due to lack of ESLint 9 support

eslint/eslint (eslint)

v9.8.0

Compare Source

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

eslint-community/eslint-plugin-es-x (eslint-plugin-es-x)

v8.0.0

Compare Source

💥 Breaking Changes

  • Change Configs
    • Configs prefixed with restrict-to- have been changed by adding ES2024 rules to each config.
    • Due to some rules being split, the configuration was changed to use the new rules instead.

Updates

New Rules

  • feat!: separate the rules of ES2022 - ES2024 by features by @​ota-meshi in https://github.com/eslint-community/eslint-plugin-es-x/pull/150
    • Deprecated no-object-map-groupby rule
      • Added no-map-groupby rule
      • Added no-object-groupby rule
      • Added no-array-grouping config
    • Deprecated no-string-prototype-iswellformed-towellformed rule
      • Added no-string-prototype-iswellformed rule
      • Added no-string-prototype-towellformed rule
      • Added no-is-usv-string config
    • Deprecated no-array-string-prototype-at rule
      • Added no-array-prototype-at rule
      • Added no-string-prototype-at
      • Added no-relative-indexing-method config
    • Deprecated no-class-fields rule rule
      • Added no-class-instance-fields rule
      • Added no-class-private-fields rule
      • Added no-class-private-methods rule
      • Added no-class-static-fields rule
      • Added no-class-fields config

Full Changelog: eslint-community/eslint-plugin-es-x@v7.8.0...v8.0.0

v7.8.0

Compare Source

New Rules

Full Changelog: eslint-community/eslint-plugin-es-x@v7.7.0...v7.8.0

v7.7.0

Compare Source

New Rules

Full Changelog: eslint-community/eslint-plugin-es-x@v7.6.0...v7.7.0

v7.6.0

Compare Source

New Rules

Updates

Full Changelog: eslint-community/eslint-plugin-es-x@v7.5.0...v7.6.0

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v48.8.3

Compare Source

Bug Fixes

v48.8.2

Compare Source

v48.8.1

Compare Source

Bug Fixes

v48.8.0

Compare Source

v48.7.0

Compare Source

v48.6.0

Compare Source

Features

v48.5.2

Compare Source

Bug Fixes
  • require-param: proper errors/fixing for succeeding destructured objects; fixes #​762 (394b85f)

v48.5.1

Compare Source

v48.5.0

Compare Source

Features
  • check-param-names: check TSMethodSignature (as on interface methods); fixes #​1249 (49400e1)

v48.4.0

Compare Source

Features

v48.3.0

Compare Source

Bug Fixes
  • no-undefined-types: treat variables imported by [@import](https://togithub.com/import) tags as defined; fixes #​1244 (54ac4fd)
Features
  • check-values: checks for valid [@import](https://togithub.com/import) syntax (ad31b14)

v48.2.15

Compare Source

Bug Fixes
  • Revert "fix(no-undefined-types): treat variables imported by [@import](https://togithub.com/import) tags as defined"; fixes #​1246 (ce066df)

v48.2.14

Compare Source

Bug Fixes
  • no-undefined-types: treat variables imported by [@import](https://togithub.com/import) tags as defined; fixes #​1244 (34ba2e0)

v48.2.13

Compare Source

Bug Fixes

v48.2.12

Compare Source

Bug Fixes
  • namespace flat config name's (8603579)

v48.2.11

Compare Source

Bug Fixes

v48.2.10

Compare Source

Bug Fixes
  • add names to flat configs (5429982)

v48.2.9

Compare Source

Bug Fixes
  • require-description-complete-sentence: regression with heading exempting; fixes #​1220 (fbc9fca)

v48.2.8

Compare Source

Bug Fixes
  • require-description-complete-sentence: avoid triggering punctuation warning after Markdown headings; fixes #​1220 (e9e4440)

v48.2.7

Compare Source

v48.2.6

Compare Source

Bug Fixes
  • require-yields: avoid error when ExportNamedDeclaration has no declaration prop (93a9415)

v48.2.5

Compare Source

Bug Fixes

v48.2.4

Compare Source

v48.2.3

Compare Source

Bug Fixes

v48.2.2

Compare Source

Bug Fixes

v48.2.1

Compare Source

v48.2.0

Compare Source

Features
  • check-param-names: Add disableMissingParamChecks option (#​1206) (ba642e4)

v48.1.0

Compare Source

Features
  • check-line-alignment: add `disableWrapIndent`` option (37df54d)

v48.0.6

Compare Source

Bug Fixes
  • informative-docs: check default named declaration (e9a9b74)
  • informative-docs: check named export declarations: fixes #​1198 (5a79d3f)

v48.0.5

Compare Source

Bug Fixes
  • informative-docs: Improve wording in rule description (f2aef87)

v48.0.4

Compare Source

Bug Fixes
  • require-description-complete-sentence: capture multiple newlines as "paragraphs"; fixes #​1193 (c5f203a)

v48.0.3

Compare Source

Bug Fixes
  • require-jsdoc: ensure children of TS type reference and parameter instantiation can be exports; fixes #​1186 (7461e01)
  • require-param: skip this parameter in checks (when followed by destructured content); fixes #​1190 (0cd761b)
  • update devDeps. (6b163c8)

v48.0.2

Compare Source

Bug Fixes
  • update legacy entry point (b60cbb0)

v48.0.1

Compare Source

Bug Fixes

v48.0.0

Compare Source

Features
  • switch to native ESM and add exports (6ac8116)
BREAKING CHANGES
  • adds exports; requires Node 18

v47.0.2

Compare Source

Bug Fixes

v47.0.1

Compare Source

Bug Fixes
  • TS: make configs explicit (47f3161)

v47.0.0

Compare Source

Features
BREAKING CHANGES
  • Adds types
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.10.1

Compare Source

🩹 Fixes

v17.10.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores
  • upgrade compatible deps (8f6f11d)

v17.9.0

Compare Source

🌟 Features
  • Add flag ignorePrivate to no-unpublished-x rules (#​298) (0609431)

v17.8.1

Compare Source

🩹 Fixes

v17.8.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.7.0

Compare Source

🌟 Features
  • hashbang: Add support to map extensions to executables (#​278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#​276) (4a685c0)
🩹 Fixes
  • node-builtins: Remove "node:" prefix from "ignores" message (#​277) (704f0b9)
📚 Documentation
  • node-builtins: Specify that only static properties are supported (#​272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#​275) (cb8ffa6)

v17.6.0

Compare Source

🌟 Features
📚 Documentation

v17.5.1

Compare Source

🩹 Fixes

v17.5.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.4.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules version comparation (#​257) (5c67787)
🧹 Chores

v17.3.1: Release 17.3.1

Compare Source

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

v17.3.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules range compare (#​252) (d50ae85)
🧹 Chores

v17.2.1

Compare Source

🩹 Fixes
🧹 Chores

v17.2.0

Compare Source

🌟 Features
  • no-missing-imports: add tryExtensions option (#​228) (ae5329c)
  • no-unsupported-features: ✨ Update to node v20.12.0/v21.7.0 (#​229) (a8d0539)
🩹 Fixes

v17.1.0

Compare Source

🌟 Features
📚 Documentation

v17.0.0

Compare Source

Chores
  • use ts-ignore-import to lighten the dependencies (#​219) (fb0aaae)
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v7.0.0

Compare Source

BREAKING CHANGES
  • Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0

v6.6.0

Compare Source

Bug Fixes
  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#​493) (f368c5a)
Features
  • add strict option to disallow then or catch following await or yield (#​494) (fa482cc)

v6.5.1

Compare Source

v6.5.0

Compare Source

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.0

Compare Source

eslint-community/eslint-plugin-security (eslint-plugin-security)

v3.0.1

Compare Source

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • requires node ^18.18.0 || ^20.9.0 || >=21.1.0 (#​146)
Features
Bug Fixes
  • Ensure everything works with ESLint v9 (#​145) ([ac50ab4](http

Configuration

📅 Schedule: Branch creation - "* 5 */14 * *" in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-linting branch from 7e411f5 to b32c411 Compare December 5, 2023 00:18
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 4138616 to 49c0031 Compare December 19, 2023 00:38
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from d244043 to d5f7890 Compare December 26, 2023 01:52
@renovate renovate bot force-pushed the renovate/major-linting branch from d5f7890 to e198161 Compare January 2, 2024 01:22
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from d3502b1 to 446d354 Compare January 16, 2024 01:51
@renovate renovate bot force-pushed the renovate/major-linting branch from 446d354 to bc27925 Compare January 23, 2024 00:04
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 2e35106 to f7f34d2 Compare February 6, 2024 00:09
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 6b92ec7 to 28e539f Compare February 13, 2024 00:16
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from a11b00e to aaaffd5 Compare February 27, 2024 00:01
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 74b7dfe to 80e56ef Compare March 11, 2024 23:09
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 5335054 to 9db9c3f Compare March 19, 2024 01:38
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 76c0d9e to 2d0b809 Compare April 1, 2024 22:31
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 7034791 to 8bae86b Compare April 15, 2024 23:33
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from e9a96a1 to d338fc2 Compare April 30, 2024 00:07
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from cc16296 to 0b8967a Compare May 7, 2024 00:01
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 63b9584 to ace6a6e Compare May 13, 2024 23:24
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from c7632f8 to 3d63cc0 Compare May 21, 2024 04:33
@renovate renovate bot force-pushed the renovate/major-linting branch from 3d63cc0 to a716b66 Compare May 27, 2024 22:30
@renovate renovate bot force-pushed the renovate/major-linting branch from a716b66 to 41f1903 Compare June 3, 2024 23:01
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 19f186f to a245973 Compare June 17, 2024 23:29
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 6683cae to 0569f5a Compare June 24, 2024 22:52
@renovate renovate bot force-pushed the renovate/major-linting branch 8 times, most recently from f3c4b05 to 051d10a Compare July 8, 2024 19:22
@renovate renovate bot force-pushed the renovate/major-linting branch 6 times, most recently from cf9ce4f to 6da24a5 Compare July 13, 2024 16:48
@renovate renovate bot force-pushed the renovate/major-linting branch from 6da24a5 to 81d559d Compare July 29, 2024 03:57
@renovate renovate bot changed the title chore(deps): update linting dependencies (major) chore(deps): update linting dependencies (major) - autoclosed Sep 13, 2024
@renovate renovate bot closed this Sep 13, 2024
@renovate renovate bot deleted the renovate/major-linting branch September 13, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants