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) - autoclosed #24

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.57.0 -> ^9.5.0 age adoption passing confidence
eslint-plugin-jsdoc ^46.10.1 -> ^48.2.12 age adoption passing confidence
eslint-plugin-n ^16.6.2 -> ^17.9.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 -> ^54.0.0 age adoption passing confidence
installed-check ^8.0.1 -> ^9.3.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

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

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

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

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

v54.0.0

Compare Source

New rules
Breaking
Improvements
Fixes

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 [email protected] 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

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 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 6e59d49 to 4abbb8d Compare November 28, 2023 10:56
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 0ce3588 to 42a084d Compare December 12, 2023 01:45
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 715f72e to 1d197ba Compare December 19, 2023 10:35
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 144c7fb to ae79f4d Compare January 2, 2024 00:25
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 5e91fa7 to f683b39 Compare January 16, 2024 00:56
@renovate renovate bot force-pushed the renovate/major-linting branch from f683b39 to 26e9a1a Compare January 22, 2024 23:12
@renovate renovate bot force-pushed the renovate/major-linting branch from 26e9a1a to 6b6e652 Compare January 29, 2024 23:41
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from ffd0907 to 016554f Compare February 6, 2024 07:23
@renovate renovate bot force-pushed the renovate/major-linting branch from 016554f to aacbf7a Compare February 13, 2024 00:56
@renovate renovate bot force-pushed the renovate/major-linting branch from aacbf7a to 6f21e26 Compare February 20, 2024 01:46
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 1d05c39 to ad0a48d Compare March 5, 2024 00:54
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 7b76ad8 to e6d6581 Compare March 17, 2024 13:01
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 19fac47 to 488daaa Compare April 1, 2024 22:58
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from afb128a to 85f4644 Compare April 9, 2024 10:54
@renovate renovate bot force-pushed the renovate/major-linting branch from 85f4644 to 36a6bcb Compare April 16, 2024 02:19
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 4bbafdc to 70e87e2 Compare April 29, 2024 22:07
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from c61a460 to ba64c3e Compare May 7, 2024 01:27
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 9206f94 to f7e5c23 Compare May 13, 2024 22:14
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 491b627 to 441c727 Compare May 21, 2024 02:59
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 0c88c96 to b934cf4 Compare June 3, 2024 22:22
@renovate renovate bot force-pushed the renovate/major-linting branch from b934cf4 to 5650e06 Compare June 10, 2024 22:01
@renovate renovate bot force-pushed the renovate/major-linting branch from 5650e06 to 7209e8d Compare June 18, 2024 02:45
@renovate renovate bot changed the title Update linting dependencies (major) Update linting dependencies (major) - autoclosed Jun 24, 2024
@renovate renovate bot closed this Jun 24, 2024
@renovate renovate bot deleted the renovate/major-linting branch June 24, 2024 20:23
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