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

Update linting dependencies (major) #111

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 19, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@voxpelli/eslint-config ^5.0.0 -> ^22.2.0 age adoption passing confidence
eslint (source) ^6.8.0 -> ^9.17.0 age adoption passing confidence
eslint-config-standard ^14.1.1 -> ^17.1.0 age adoption passing confidence
eslint-plugin-es ^3.0.1 -> ^4.1.0 age adoption passing confidence
eslint-plugin-jsdoc ^21.0.0 -> ^50.6.1 age adoption passing confidence
eslint-plugin-mocha ^6.3.0 -> ^10.5.0 age adoption passing confidence
eslint-plugin-promise ^4.2.1 -> ^7.2.1 age adoption passing confidence
eslint-plugin-security ^1.4.0 -> ^3.0.1 age adoption passing confidence
eslint-plugin-standard ^4.1.0 -> ^5.0.0 age adoption passing confidence
eslint-plugin-unicorn ^19.0.1 -> ^56.0.1 age adoption passing confidence
installed-check ^3.0.0 -> ^9.3.0 age adoption passing confidence

Release Notes

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

v22.2.0

Compare Source

🌟 Features
  • deps: update dependency eslint-plugin-jsdoc to ^50.6.0 (#​386) (cdc54d6)
🩹 Fixes
  • deps: update dependency eslint-plugin-es-x to ^8.4.1 (#​385) (a3959bc)
  • deps: update neostandard (56da8cd)
🧹 Chores

v22.1.0

Compare Source

🌟 Features
  • deps: update dependency eslint-plugin-es-x to ^8.1.0 (#​377) (2ca3fbb)
  • deps: update dependency eslint-plugin-jsdoc to ^50.5.0 (#​378) (04f6893)
  • deps: update dependency eslint-plugin-regexp to ^2.7.0 (#​379) (d6efb98)
🩹 Fixes
  • deps: update dependency eslint-plugin-unicorn to ^56.0.1 (#​381) (1011df6)
🧹 Chores

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
📚 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

v19.0.0

Compare Source

⚠ BREAKING CHANGES
  • update dependency eslint-plugin-es-x to ^7.2.0 (#​234)
  • update dependency eslint-plugin-n to ^16.0.1 (#​224)
  • update dependency eslint to ^8.45.0 (#​220)
  • update dependency eslint-plugin-jsdoc to ^46.4.4 (#​219)
  • update dependency eslint-plugin-unicorn to v48 (#​231)
Features
Miscellaneous Chores

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • fix update minor peer dependency versions
  • update minor dependencies
  • update eslint-plugin-es-x
  • update dependency eslint-plugin-jsdoc to v46 (#​217)
  • fully separate mocha config + add types
Features
  • fully separate mocha config + add types (bfc1b87)
  • update dependency eslint-plugin-jsdoc to v46 (#​217) (afafbc8)
Miscellaneous Chores
  • fix update minor peer dependency versions (a15dde7)
  • update eslint-plugin-es-x (2da23c7)
  • update minor dependencies (b9502db)

v17.0.3

Compare Source

Bug Fixes
  • extend supported eslint-plugin-es-x version (9e096b7)

v17.0.2

Compare Source

Bug Fixes
  • export selfhosted standard (6770537)

v17.0.1

Compare Source

Bug Fixes
  • selfhost eslint-config-standard (ba10275)

v17.0.0

Compare Source

⚠ BREAKING CHANGES
  • add import/no-deprecated (#​197)
  • move to eslint-plugin-es-x (#​195)
  • update dependency eslint-plugin-jsdoc to ^44.2.4 (#​189)
  • update dependency eslint-plugin-n to v16 (#​193)
Features
Miscellaneous Chores
  • update dependency eslint-plugin-jsdoc to ^44.2.4 (#​189) (f0ac16c)

v16.0.7

Compare Source

Bug Fixes
  • give release-please access to secrets (429a559)

v16.0.5

Compare Source

Bug Fixes

v16.0.4

Compare Source

⚠ BREAKING CHANGES
  • update dependency eslint-plugin-sort-destructure-keys to ^1.5.0 (#​169)
  • update dependency eslint-plugin-security to ^1.7.1 (#​164)
  • update dependency eslint-plugin-jsdoc to ^44.0.2 (#​185)
  • update dependency eslint-plugin-import to ^2.27.5 (#​163)
  • update dependency eslint-plugin-n to ^15.7.0 (#​150)
Bug Fixes
  • tweak jsdoc/tag-lines to enforce my style (00767e9)
Miscellaneous Chores
  • update dependency eslint-plugin-import to ^2.27.5 (#​163) (28177f0)
  • update dependency eslint-plugin-jsdoc to ^44.0.2 (#​185) (d21f187)
  • update dependency eslint-plugin-n to ^15.7.0 (#​150) (398b38f)
  • update dependency eslint-plugin-security to ^1.7.1 (#​164) (a2ebb87)
  • update dependency eslint-plugin-sort-destructure-keys to ^1.5.0 (#​169) (036b41c)

v16.0.3

Compare Source

Bug Fixes
  • redo release one more time, previous 16.x were failing (b5951bf)

v15.2.0

Compare Source

v15.1.0

Compare Source

v15.0.0

Compare Source

  • BREAKING: Require at least Node.js 14.18.0 87139c7
  • BREAKING: Bumped the minimum version of all dependencies
  • BREAKING: Update dependency eslint-plugin-unicorn to v43 e37127c + adapt the rules to our ecosystem 6d1aacc
  • BREAKING: Add no-constant-binary-expression 9111731
  • Add version-guard to compliant modules 6b27916

v14.1.0

Compare Source

  • Disabled jsdoc/require-yields, since Typescript doesn't support it, hence its not something this config should push for

v14.0.4

Compare Source

  • Revert "For now, accept eslint-plugin-n v14.x as well" – caused by eslint-config-standard, not this 9f7147e

v14.0.3

Compare Source

  • For now, accept eslint-plugin-n v14.x as well. Restores compatibility with pre-releases 26b14f3

v14.0.2

Compare Source

  • Remove non-needed rule modification 0f54b26

v14.0.1

Compare Source

  • Also update peer dependency eslint-config-standard to ^17.0.0 e71e926

v14.0.0

Compare Source

  • No longer uses @voxpelli/eslint-config-jsdoc-ts
  • Added sort-destructure-keys/sort-destructure-keys
  • Uses stable 17 version of eslint-config-standard
  • Uses new 15 version of eslint-plugin-n
  • Requires up to date versions of other peer dependencies as well

v13.0.3

Compare Source

  • Correct level unicorn/no-await-expression-member 934371c

v13.0.2

Compare Source

  • reduce unicorn/no-await-expression-member to warn 87de6ec

v13.0.1

Compare Source

  • Fix ignore of no-process-exit, now properly ignoring new n/no-process-exit 0d9ca02
  • Fix README references to point to eslint-plugin-n bccc579

v13.0.0

Compare Source

ESLint 8 upgrade, including prerelease of 17.x of eslint-config-standard

Breaking changes:

  • Requires at least Node.js 14.17.0
  • Requires at least ESLint 8.9.0
  • Requires up to date peer dependencies
  • The eslint-plugin-node has been replaced by the fork eslint-plugin-n, since the former has yet to receive an ESLint 8 upgrade while the latter has.

Update by running:

npm install @​voxpelli/[email protected] @​voxpelli/eslint-config-jsdoc-ts@^1.0.0 eslint@^8.9.0 eslint-config-standard@^17.0.0-1 eslint-plugin-es@^4.1.0 eslint-plugin-import@^2.25.4 eslint-plugin-jsdoc@^37.9.4 eslint-plugin-mocha@^10.0.3 eslint-plugin-n@^14.0.0 eslint-plugin-promise@^6.0.0 eslint-plugin-security@^1.4.0 eslint-plugin-unicorn@^41.0.0 --save-dev --force && npm uninstall eslint-plugin-node

v12.0.2

Compare Source

v12.0.1

Compare Source

  • Deactivate unicorn/numeric-separators-style 2b9dcee

v12.0.0

Compare Source

v11.0.1

Compare Source

  • Revert narrower engines requirement, keep it at >=12.0.0 as in version 10.0.0 94b25a0

v11.0.0

Compare Source

Major
Minor
  • Minor: Requires eslint-plugin-promise of ^4.3.1 9739fed
  • Minor: Requires eslint of ^7.20.0 3b4f838 e586c45
Internal

v10.0.0

Compare Source

Usage related

Dev related

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • update dependency eslint-plugin-es-x to ^7.2.0 (#​234)
  • update dependency eslint-plugin-n to ^16.0.1 (#​224)
  • update dependency eslint to ^8.45.0 (#​220)
  • update dependency eslint-plugin-jsdoc to ^46.4.4 (#​219)
  • update dependency eslint-plugin-unicorn to v48 (#​231)
Features
Miscellaneous Chores

v8.0.1

Compare Source

  • Fix failing link in README e18fd89
  • Reflect requirement of ESLint 3d0da85

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • fix update minor peer dependency versions
  • update minor dependencies
  • update eslint-plugin-es-x
  • update dependency eslint-plugin-jsdoc to v46 (#​217)
  • fully separate mocha config + add types
Features
  • fully separate mocha config + add types (bfc1b87)
  • update dependency eslint-plugin-jsdoc to v46 (#​217) (afafbc8)
Miscellaneous Chores
  • fix update minor peer dependency versions (a15dde7)
  • update eslint-plugin-es-x (2da23c7)
  • update minor dependencies (b9502db)

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • add import/no-deprecated (#​197)
  • move to eslint-plugin-es-x (#​195)
  • update dependency eslint-plugin-jsdoc to ^44.2.4 (#​189)
  • update dependency eslint-plugin-n to v16 (#​193)
Features
Miscellaneous Chores
  • update dependency eslint-plugin-jsdoc to ^44.2.4 (#​189) (f0ac16c)

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • update dependency eslint to ^8.40.0 (#​124)
  • update dependency eslint-plugin-jsdoc to v44 (#​174)
  • update eslint-plugin-unicorn to v47
  • drop support for node 14 as its EOL
  • update dependency eslint-plugin-jsdoc to ^39.6.4 (#​157)
  • update dependency eslint-plugin-promise to ^6.1.1
  • update dependency eslint-plugin-jsdoc to ^39.6.2
  • update dependency eslint-plugin-promise to ^6.1.0
  • rule: enforce having a comma dangle
Features
  • deps: update dependency eslint-plugin-jsdoc to ^39.3.13 (7b2cb64)
  • deps: update dependency eslint-plugin-mocha to ^10.1.0 (14723f2)
  • rule: enforce having a comma dangle (cc83a48)
  • update dependency eslint-plugin-jsdoc to v44 (#​174) (0a0a6bc)
  • update eslint-plugin-unicorn to v47 (19ceeef)
Bug Fixes
  • added trailing commas requested by linting (952c2fa)
  • lower unicorn/prefer-string-replace-all to warn (#​177) (07c8ab0)
  • turn off unicorn/no-negated-condition (#​178) (ffb2ad4)
  • update dependency eslint-plugin-jsdoc to ^39.6.2 (bae5310)
  • update dependency eslint-plugin-promise to ^6.1.0 (f1eca82)
  • update dependency eslint-plugin-promise to ^6.1.1 (3f80408)
Miscellaneous Chores
eslint/eslint (eslint)

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

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 ([#&#8203

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 42e78ee to 9e25cd9 Compare August 5, 2022 10:42
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from bf94ac8 to ee287ce Compare March 30, 2023 22:16
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 19b4c45 to 2ba12fb Compare April 18, 2023 07:38
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 088e49e to 6dd72ac Compare May 22, 2023 22:58
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from b328ef8 to cf1a2cd Compare May 29, 2023 22:23
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 20c9357 to 8e3e6c8 Compare June 9, 2023 01:56
@renovate renovate bot force-pushed the renovate/major-linting branch from 8e3e6c8 to 197ff3f Compare June 19, 2023 22:38
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from eddd376 to 5055d75 Compare July 3, 2023 22:32
@renovate renovate bot force-pushed the renovate/major-linting branch from 5055d75 to 3f65f06 Compare July 18, 2023 02:17
@renovate renovate bot force-pushed the renovate/major-linting branch from 3f65f06 to 82f0d7f Compare August 7, 2023 22:56
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from fd1aef1 to 4bb68b1 Compare August 21, 2023 22:25
@renovate renovate bot force-pushed the renovate/major-linting branch from 4bb68b1 to 9727fed Compare August 28, 2023 22:36
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 3f9a230 to 324d654 Compare September 11, 2023 22:18
@renovate renovate bot force-pushed the renovate/major-linting branch from 324d654 to 7d09a6d Compare September 18, 2023 22:53
@renovate renovate bot force-pushed the renovate/major-linting branch from 7d09a6d to b360261 Compare September 25, 2023 23:10
@renovate renovate bot force-pushed the renovate/major-linting branch from b360261 to 31d2f4f Compare October 10, 2023 00:19
@renovate renovate bot force-pushed the renovate/major-linting branch from 31d2f4f to 6145d9f Compare October 24, 2023 01:32
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from dae5c38 to e33ff73 Compare November 7, 2023 00:33
@renovate renovate bot force-pushed the renovate/major-linting branch from e33ff73 to 3b83fda Compare November 14, 2023 00:46
@renovate renovate bot force-pushed the renovate/major-linting branch from cfb04dd to 2e25333 Compare March 12, 2024 02:33
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from ff54a0d to 03f904a Compare April 2, 2024 01:10
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from a8ecd9e to 14a4057 Compare April 15, 2024 22:07
@renovate renovate bot force-pushed the renovate/major-linting branch from 14a4057 to 2b25fa0 Compare April 22, 2024 22:40
@renovate renovate bot force-pushed the renovate/major-linting branch from 2b25fa0 to 9e1d321 Compare May 6, 2024 22:47
@renovate renovate bot force-pushed the renovate/major-linting branch from 9e1d321 to dd26b0b Compare May 13, 2024 23:26
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 56218d3 to d2e81fb Compare May 28, 2024 00:02
@renovate renovate bot force-pushed the renovate/major-linting branch from d2e81fb to 181a340 Compare June 10, 2024 22:13
@renovate renovate bot force-pushed the renovate/major-linting branch from 181a340 to e92197b Compare June 17, 2024 22:47
@renovate renovate bot force-pushed the renovate/major-linting branch from e92197b to 26589cc Compare June 25, 2024 00:27
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 1d3eb53 to dc316d9 Compare July 5, 2024 06:48
@renovate renovate bot force-pushed the renovate/major-linting branch 4 times, most recently from b493e37 to cc87f1c Compare July 13, 2024 02:09
@renovate renovate bot force-pushed the renovate/major-linting branch from cc87f1c to 496f629 Compare July 29, 2024 03:20
@renovate renovate bot force-pushed the renovate/major-linting branch from 496f629 to 12d47a8 Compare August 15, 2024 03:09
@renovate renovate bot force-pushed the renovate/major-linting branch from 12d47a8 to 1b94858 Compare September 1, 2024 03:51
@renovate renovate bot force-pushed the renovate/major-linting branch from 1b94858 to 500b8a6 Compare October 1, 2024 03:15
@renovate renovate bot force-pushed the renovate/major-linting branch from 500b8a6 to a738b6e Compare October 15, 2024 03:54
@renovate renovate bot force-pushed the renovate/major-linting branch from a738b6e to d3cfd56 Compare November 1, 2024 04:45
@renovate renovate bot force-pushed the renovate/major-linting branch from d3cfd56 to bd9c8db Compare November 15, 2024 04:47
@renovate renovate bot force-pushed the renovate/major-linting branch from bd9c8db to 899e44d Compare November 29, 2024 04:56
@renovate renovate bot force-pushed the renovate/major-linting branch from 899e44d to 5447799 Compare December 15, 2024 04:04
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