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) #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@voxpelli/eslint-config ^19.0.0 -> ^22.0.0 age adoption passing confidence
eslint (source) ^8.57.0 -> ^9.14.0 age adoption passing confidence
eslint-plugin-es-x ^7.6.0 -> ^8.1.0 age adoption passing confidence
eslint-plugin-jsdoc ^46.10.1 -> ^50.5.0 age adoption passing confidence
eslint-plugin-n ^16.6.2 -> ^17.13.1 age adoption passing confidence
eslint-plugin-promise ^6.1.1 -> ^7.1.0 age adoption passing confidence
eslint-plugin-security ^1.7.1 -> ^3.0.1 age adoption passing confidence
eslint-plugin-sort-destructure-keys ^1.6.0 -> ^2.0.0 age adoption passing confidence
eslint-plugin-unicorn ^48.0.1 -> ^56.0.0 age adoption passing confidence

Release Notes

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

v22.0.0

Compare Source

⚠ BREAKING CHANGES
  • add eslint-plugin-regexp recommended (#​373)
  • update dependency eslint-plugin-unicorn to v56 (#​371)
  • deps: update neostandard and eslint
🌟 Features
  • add eslint-plugin-regexp recommended (#​373) (523197d)
  • deps: update dependency eslint-plugin-jsdoc to ^50.4.3 (#​368) (a66f39c)
  • deps: update neostandard and eslint (b2ce5e2)
  • update dependency eslint-plugin-unicorn to v56 (#​371) (f009a44)
🧹 Chores

v21.0.0

Compare Source

⚠ BREAKING CHANGES
  • update eslint-plugin-unicorn to v55
🌟 Features
  • update eslint-plugin-unicorn to v55 (c6c717c)
🩹 Fixes

v20.1.0

Compare Source

🌟 Features
  • deps: update dependency eslint-plugin-mocha to ^10.5.0 (#​363) (9440a7d)
🩹 Fixes
  • update neostandard, but keep comma-dangle (40a43b9)
  • use @types/eslint@9.x (f6ed27d)
📚 Documentation
🧹 Chores
  • add "types": ["node"] to tsconfig.json (85b223a)
  • add some plugin @types/ (5989b99)
  • deps: update dependency eslint-plugin-jsdoc to v50 (#​361) (15f269f)
  • deps: update husky and knip (429da48)
  • deps: update type dependencies (4f92135)
  • husky script tweak (2c8b953)
  • improve renovate grouping (e247ece)
  • improve renovate pattern matching (6feb945)

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.14.0

Compare Source

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

v9.9.1

Compare Source

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

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.1

Compare Source

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

v8.1.0

Compare Source

New Rules

Updates

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

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

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

v50.5.0

Compare Source

v50.4.3

Compare Source

Bug Fixes
  • text-escaping: add missing docs.description (9a93119)

v50.4.2

Compare Source

Bug Fixes
  • no-multi-asterisks: add missing docs.description (f6616c7)

v50.4.1

Compare Source

Bug Fixes
  • match-name: revert to prior correct behavior of ignoring optional and default code surrounding name (7c0b8c6)

v50.4.0

Compare Source

Features
  • require-hyphen-before-param-description: ensure template will be properly stringified; fixes #​1326 (7019d28)

v50.3.2

Compare Source

Bug Fixes
  • require-hyphen-before-param-description: inject hyphen at proper place with multiline type (8b5b7f7)

v50.3.1

Compare Source

Bug Fixes

v50.3.0

Compare Source

Features
  • require-param: add ignoreWhenAllParamsMissing option; fixes #​1317 (3b18435)

v50.2.5

Compare Source

Bug Fixes
  • require-jsdoc: allow TSTypeAliasDeclaration to be detected for export; fixes #​1319 (909de73)
  • force release (6970456)
  • force release (20e0805)
  • update semantic-release (baaf8c3)
  • update semantic-release/github (8e565e0)

v50.2.4

Compare Source

Bug Fixes
  • require-returns-check: allow infinite for loops to have only one branch to return; fixes #​1315 (e7ab475)

v50.2.3

Compare Source

Bug Fixes
  • require-jsdoc: avoid erring on static blocks (8222262)

v50.2.2

Compare Source

Bug Fixes
  • check-param-names: check against whitelist of acceptable function nodes so that non-function global contexts do not err; fixes #​1303 (288f0ae)

v50.2.1

Compare Source

v50.2.0

Compare Source

v50.1.0

Compare Source

v50.0.1

Compare Source

v50.0.0

Compare Source

v49.0.0

Compare Source

v48.11.0

Compare Source

v48.10.2

Compare Source

Bug Fixes
  • check-template-names: check for param and returns tags; fixes #​1286 (12fca71)

v48.10.1

Compare Source

Bug Fixes

v48.10.0

Compare Source

Features
  • require-template, check-template-names: add support ClassDeclaration (31d3255)
  • require-template, check-template-names: add support FunctionDeclaration (28bc1cb)
  • require-template, check-template-names: add support TSInterfaceDeclaration (320a1eb)

v48.9.3

Compare Source

Bug Fixes
  • getJsdocProcessorPlugin: ensure package.json file is consistently located (87a1270)

v48.9.2

Compare Source

v48.9.1

Compare Source

v48.9.0

Compare Source

Features

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://redirect.github.com/import) tags as defined; fixes #​1244 (54ac4fd)
Features
  • check-values: checks for valid [@import](https://redirect.github.com/import) syntax (ad31b14)

v48.2.15

Compare Source

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

v48.2.14

Compare Source

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

v48.2.13

Compare Source

Bug Fixes

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 changed the title Update dependency eslint-plugin-unicorn to v49 Update linting dependencies (major) Nov 28, 2023
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 71eb2b9 to c3bec09 Compare December 5, 2023 00:43
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from ec1d447 to 6d8ad39 Compare December 19, 2023 00:19
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 51aa9b8 to 82756f8 Compare December 26, 2023 01:30
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from c45b070 to 291ba44 Compare January 22, 2024 23:17
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from f95b7b4 to 0e2d1cd Compare February 6, 2024 06:54
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 0c23db9 to c8cbed4 Compare February 20, 2024 00:57
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 720d43e to 6ddcd2f Compare March 5, 2024 00:10
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from bdb5ab4 to 084e0ef Compare March 19, 2024 02:16
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 37ccdbd to 85d14f3 Compare April 1, 2024 22:01
@renovate renovate bot changed the title Update linting dependencies (major) chore(deps): update linting dependencies (major) Apr 8, 2024
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 8bffbf5 to 0ed616e Compare April 15, 2024 22:31
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from e2f6401 to 1691a6d Compare April 29, 2024 22:25
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 4f96280 to 7e65b3d Compare May 7, 2024 05:04
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 5479962 to 91174ab Compare May 14, 2024 01:35
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 7a92e34 to fc253dd Compare May 27, 2024 23:04
@renovate renovate bot force-pushed the renovate/major-linting branch from fc253dd to 4eea609 Compare June 3, 2024 22:11
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from f7fb8be to ead2227 Compare June 17, 2024 22:33
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from d66f49b to 4b2dd73 Compare July 1, 2024 22:11
@renovate renovate bot force-pushed the renovate/major-linting branch 4 times, most recently from 7a123cd to d0dc69a Compare July 10, 2024 19:37
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 8fe0e63 to 7ec2603 Compare July 12, 2024 21:06
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