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

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 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.52.0 -> ^9.4.0 age adoption passing confidence
eslint-plugin-jsdoc ^46.8.2 -> ^48.2.9 age adoption passing confidence
eslint-plugin-n ^16.2.0 -> ^17.8.1 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

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

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

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

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

v46.10.1

Compare Source

Bug Fixes
  • revert change to engines for now (5e6280f)

v46.10.0

Compare Source

Features

v46.9.1

Compare Source

Bug Fixes
  • check-examples: properly replace final extension; fixes #​1172 (b102693)

v46.9.0

Compare Source

Features
eslint-community/eslint-plugin-n (eslint-plugin-n)

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)

v16.6.2

Compare Source

v16.6.1

Compare Source

v16.6.0

Compare Source

  • feat: supported new globals added in the new node.js versions (#​154) (7628925)

v16.5.0

Compare Source

Features
  • feat: Add builtins check for ES2021 to no-unsupported-features/es-builtins rule (#​153) (15a5850)
  • feat: Add syntax check for ES2021 to no-unsupported-features/es-syntax rule (#​152) (6835a10)
Docs & Chores
  • docs: Auto-generate configs list with eslint-doc-generator (#​146) (6409e34)
  • chore: Configure Renovate (0d6a0fe)

v16.4.0

Compare Source

v16.3.1

Compare Source

v16.3.0

Compare Source

Features:

Chores:

  • chore: Remove unused "meta.docs.category" property (#​133) (22ba54c)
  • docs: Fix spelling in no-callback-literal.md (#​135) (79c8afd)
  • docs: change rule desc input to textarea in new-rule template (446e744)
  • docs: add issue templates (#​130) (2200c43)
  • docs: Fix grammatically incorrect Additional ESLint's rules (#​129) (fba650a)
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

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 chore(deps): update dependency eslint-plugin-unicorn to v49 chore(deps): update linting dependencies (major) Dec 19, 2023
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from d841e76 to 9071a26 Compare January 8, 2024 23:15
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from e6052b4 to 24b7034 Compare February 6, 2024 00:21
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 81ed8e0 to 213d793 Compare February 13, 2024 01:24
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from ae34ac9 to 2fb6fb5 Compare February 27, 2024 00:32
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from ce0d7f4 to 5205b8a Compare April 9, 2024 00:11
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 68143bb to 87a1957 Compare April 15, 2024 22:31
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from ce95f9d to 05d80ce Compare May 6, 2024 22:22
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from c0659d3 to e62277c Compare May 13, 2024 22:48
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from c9e025c to ee9152c Compare May 21, 2024 01:50
@renovate renovate bot force-pushed the renovate/major-linting branch from ee9152c to 0c38dda Compare May 28, 2024 00:02
@renovate renovate bot force-pushed the renovate/major-linting branch from 0c38dda to fb03bde Compare June 4, 2024 01: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.

None yet

0 participants