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

Open
wants to merge 1 commit into
base: main
Choose a base branch
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
eslint (source) ^8.56.0 -> ^9.4.0 age adoption passing confidence
eslint-plugin-jsdoc ^46.10.1 -> ^48.2.7 age adoption passing confidence
eslint-plugin-n ^16.6.2 -> ^17.7.0 age adoption passing confidence
eslint-plugin-security ^1.7.1 -> ^3.0.0 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 -> ^53.0.0 age adoption passing confidence
installed-check ^8.0.1 -> ^9.3.0 age adoption passing confidence
knip (source) ^4.3.1 -> ^5.17.4 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

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

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

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.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-security (eslint-plugin-security)

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • requires node ^18.18.0 || ^20.9.0 || >=21.1.0 (#​146)
Features
Bug Fixes
2.1.1 (2024-02-14)
Bug Fixes
  • Ensure empty eval() doesn't crash detect-eval-with-expression (#​139) (8a7c7db)

v2.1.1

Compare Source

v2.1.0

Compare Source

Features

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • switch the recommended config to flat (#​118)
Features
1.7.1 (2023-02-02)
Bug Fixes
  • false positives for static expressions in detect-non-literal-fs-filename, detect-child-process, detect-non-literal-regexp, and detect-non-literal-require (#​109) (56102b5)
mthadley/eslint-plugin-sort-destructure-keys (eslint-plugin-sort-destructure-keys)

v2.0.0

Compare Source

v1.6.0

Compare Source

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v53.0.0

Compare Source

New rules
Breaking
Meta
Improvements
  • Support ESLint 9 (#​2250) 598f57b
  • no-array-method-this-argument: Check Array.fromAsync() (#​2330) 99489b9
  • prefer-number-properties: Add checkNaN option (#​2315) d30de50
  • template-indent: Support member expression paths in tags and functions (#​2346) aabcf1d
  • prefer-number-properties: Don't require by default for Infinity/-Infinity to be written as Number.POSITIVE_INFINITY/Number.NEGATIVE_INFINITY (#​2312) e0dfed2
  • escape-case: Ignore String.raw (#​2342) 45bd444
  • no-hex-escape: Ignore String.raw (#​2343) cc02a7f
  • prefer-dom-node-dataset: Ignore awaited getAttribute call (#​2334) 45f23d5
  • prevent-abbreviations: Support non-ASCII filenames (#​2308) 28762c8
  • throw-new-error: Check all call expressions instead of just argument of ThrowStatement (#​2332) 1626852

v52.0.0

Compare Source

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

v51.0.1

Compare Source

  • prefer-node-protocol: Fix false positive on bun:* modules (#​2272) 43fc638

v51.0.0

Compare Source

Breaking
  • consistent-destructuring: Remove from recommended preset (#​2260) 702d51b
Improvements
Fixes

v50.0.1

Compare Source

Fixes
  • no-unnecessary-polyfills: Fix missing dependency error (#​2242) 3df1606

v50.0.0

Compare Source

New rules
Improvements
Fixes

v49.0.0

Compare Source

Improvements
  • expiring-todo-comments: Support monorepos (#​2159) ac51d40
  • prefer-module: Allow module as TSIndexSignature names or TSTypeAliasDeclaration ids (#​2209) ea94b3b
  • Support RegExp v flag (#​2195) 28e7498
  • prefer-event-target: Ignore EventEmitter from @angular/core and eventemitter3 (#​2197) 1629ebe
voxpelli/node-installed-check (installed-check)

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.2

Compare Source

  • temporarily readd the deprecated --engine-ignore / --engine-no-dev flags, to ease transition ea00dd9

v9.1.1

Compare Source

Update installed-check-core to 8.2.2, containing these fixes:

  • do not fail on pnpm workspace: version range (01ff126)
  • ignore @types/* packages in engine check (f87823e)
  • latest list-installed, supports symlinks (3c432bf)

v9.1.0

Compare Source

  • In verbose mode: Output workspace success summary 66bb6a2
  • Update installed-check-core to support pnpm da770ca
  • Update dev dependencies bc8818e

v9.0.0

Compare Source

Based on installed-check-core@8.x which adds:

  • Support for workspaces (#​31)
  • Verification of peer dependency ranges (#​10)
  • Support for glob batters in ignores (#​41)
  • Improved presentation with suggestions being presented separately

Breaking changes:

  • Requires Node.js >=18.6.0
  • Defaults to check all workspace packages in addition to the existing check of the (workspace) root
  • Defaults to verify peer dependency ranges
  • --engine-ignore and --engine-no-dev has been renamed to --ignore and --ignore-dev and is also used by peer dependency check
  • --strict is now implemented within installed-check-core instead, which allows for some warnings to stay as warnings when --strict is set
  • Output has changed, but if output is parsed, instead use `installed-check-core directly or open an issue requesting a machine readable output
webpro-nl/knip (knip)

v5.17.4

Compare Source

v5.17.3

Compare Source

  • Add ‘kill’ and ‘ssh’ as globally available binaries (#​660) (5e576a2)
  • Remove version selector (9ad1d46)
  • Timerify (de)serialize functions (0e04f1e)
  • Update docs (935a706)

v5.17.2

Compare Source

v5.17.1

Compare Source

v5.17.0

Compare Source

  • Fix --watch after refactors (db2a261)
  • Improve getHasStrictlyNsReferences and traverse into re-exports (9d75e0d)
  • Restore imports in Footer.astro (c836517)

v5.16.0

Compare Source

  • Document namespace imports, extensionless imports, svelte $app path alias, and some edits (20f5502)
  • Add @​hyoban to sponsors page (79918d3)
  • feat(plugins): add plugin for lost-pixel config (#​630) (24772ca)
  • fix(plugin-commitlint): handling of parserPreset when it's not a string (#​632) (d7b2545)

v5.15.1

Compare Source

v5.15.0

Compare Source

v5.14.0

Compare Source

v5.13.0

Compare Source

  • Update some (dev) dependencies (c612138)
  • Temporarily disable slonik integration test (67c03de)
  • Return empty source file for foreign files (resolves #​623) (dc2f508)
  • feat(plugins): add plugin for xo config (#​621) (96f91df)
  • Fresh project overview, auto-format (79cf631)

v5.12.3

Compare Source

  • Fix cache-location typo (fixes #​624) (6481d12)
  • Update lockfile (2da8299)
  • Add npm init @​knip/config option and features overview (ea9b106)
  • Add @knip/create-config (4a7bac3)

v5.12.2

Compare Source

  • Fix exported identifier refs for re-exports (fixes #​622)

Configuration

📅 Schedule: Branch creation - "before 2pm on Tuesday" 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 has been generated by Mend Renovate. View repository job log here.

@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 2 times, most recently from d3502b1 to 446d354 Compare January 16, 2024 01:51
@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
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.

None yet

0 participants