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 #2

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

Update linting dependencies #2

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.50.0 -> ^8.57.0 age adoption passing confidence
eslint-plugin-es-x ^7.2.0 -> ^7.6.0 age adoption passing confidence
eslint-plugin-import ^2.28.1 -> ^2.29.1 age adoption passing confidence
eslint-plugin-jsdoc ^46.8.2 -> ^46.10.1 age adoption passing confidence
eslint-plugin-mocha ^10.2.0 -> ^10.4.3 age adoption passing confidence
eslint-plugin-n ^16.1.0 -> ^16.6.2 age adoption passing confidence
eslint-plugin-promise ^6.1.1 -> ^6.2.0 age adoption passing confidence
eslint-plugin-sort-destructure-keys ^1.5.0 -> ^1.6.0 age adoption passing confidence
installed-check ^8.0.0 -> ^8.0.1 age adoption passing confidence
knip (source) ^2.30.1 -> ^2.43.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

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

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

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

v7.6.0

Compare Source

New Rules

Updates

Full Changelog: eslint-community/eslint-plugin-es-x@v7.5.0...v7.6.0

v7.5.0

Compare Source

New Rules

Full Changelog: eslint-community/eslint-plugin-es-x@v7.4.0...v7.5.0

v7.4.0

Compare Source

Updates

Full Changelog: eslint-community/eslint-plugin-es-x@v7.3.0...v7.4.0

v7.3.0

Compare Source

New Rules

Full Changelog: eslint-community/eslint-plugin-es-x@v7.2.0...v7.3.0

import-js/eslint-plugin-import (eslint-plugin-import)

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

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

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
lo1tuma/eslint-plugin-mocha (eslint-plugin-mocha)

v10.4.3

Compare Source

Bug Fixes
  • Fix support for ESLint versions < 8.40.0

v10.4.2

Compare Source

Bug Fixes
  • Stop using deprecated ESLint context methods

v10.4.1

Compare Source

Bug Fixes
  • Downgrade globals package to support node versions < v18

v10.4.0

Compare Source

Features
  • Add support for eslint flat config format (#​349)

v10.3.0

Compare Source

Features
  • Add consistent-spacing-between-blocks rule (#​340)
Documentation
  • Add screendriver to contributors (#​339)
eslint-community/eslint-plugin-n (eslint-plugin-n)

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)

v16.2.0

Compare Source

Features

  • feat: detect non-member expressions in n/no-sync (#​127) (6d02512)

Bugfixes

  • fix: Normalise package.json#files before checking ignores and whitelist (#​123) (fixes #​122) (2d43f48)

Docs & Chores

eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v6.2.0

Compare Source

mthadley/eslint-plugin-sort-destructure-keys (eslint-plugin-sort-destructure-keys)

v1.6.0

Compare Source

voxpelli/node-installed-check (installed-check)

v8.0.1

Compare Source

webpro-nl/knip (knip)

v2.43.0

Compare Source

  • Fix up name resolver in babel plugin helper (resolves #​363) (a3a5fbb)
  • Add config file paths to babel plugin (d7a07a0)
  • Use flowNode pos if available for export declarations (resolves #​353) (9e89be6)

v2.42.0

Compare Source

  • Add tests with typescript@latest (c95e060)
  • Add compat w/ typescript v5.3.2 (395c278)

v2.41.6

Compare Source

  • Update dependencies (a69fa9e)
  • Fix error message (76c5b26)
  • Add tsconfig.json to nx fixture (#​358) (622848a)
  • Use babel plugin to find dependencies from babelOptions in eslint plugin (resolves #​357) (be9a14c)

v2.41.5

Compare Source

  • Bail out for node built-ins in module resolver + don't try to sanize absolute paths (b54f44f)

v2.41.4

Compare Source

  • Fix ts files with ignored extension (fixes #​354) (59a2373)
  • Unique test titles (b3e97c0)
  • Add --import argument to node resolver (resolves #​351) (c0a9c5b)
  • Use ESM loader for .mts extension (65f699b)
  • Add some extensions to config file patterns in vitest plugin (e1ae62a)

v2.41.3

Compare Source

  • Fix up plugin resolving in graphql-codegen plugin a bit (resolves #​349) (ee83151)
  • Add config file patterns for codegen plugin (resolves #​348) (72b3add)
  • Respect coverage.disabled in vitest plugin (resolves #​347) (b1cd3da)
  • Add corepack to list of ignored binaries (d79728b)
  • Remove problematic links (4be9ec9)

v2.41.2

Compare Source

  • Distinguish jiti CJS and ESM loader, and clean up (fixes #​328) (7a537a6)
  • Simplify isTypeModule a bit (942fbc1)
  • Update vite.config extension in vite plugin (48ce2f0)

v2.41.1

Compare Source

  • Refactor vitest entry resolver (c34a3df)
  • Load .js module using native import call (fixes #​290) (aeaf70a)
  • Remove path from extend plugin:specifier in eslint plugin + simplify specs (fixes #​343) (3a9e510)

v2.41.0

Compare Source

  • Fix integration.yml workflow (49d2157)
  • Switch to jiti in tryResolve (3d8a245)
  • Consider JSDoc tags of individual export specifiers +

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 knip to ^2.15.5 Update dependency knip to ^2.15.5 - autoclosed Jul 14, 2023
@renovate renovate bot closed this Jul 14, 2023
@renovate renovate bot deleted the renovate/linting branch July 14, 2023 15:39
@renovate renovate bot changed the title Update dependency knip to ^2.15.5 - autoclosed Update dependency knip to ^2.15.5 Jul 14, 2023
@renovate renovate bot reopened this Jul 14, 2023
@renovate renovate bot restored the renovate/linting branch July 14, 2023 17:17
@renovate renovate bot changed the title Update dependency knip to ^2.15.5 Update linting dependencies Jul 17, 2023
@renovate renovate bot changed the title Update linting dependencies Update linting dependencies - autoclosed Jul 25, 2023
@renovate renovate bot closed this Jul 25, 2023
@renovate renovate bot deleted the renovate/linting branch July 25, 2023 13:06
@renovate renovate bot changed the title Update linting dependencies - autoclosed Update linting dependencies Jul 26, 2023
@renovate renovate bot reopened this Jul 26, 2023
@renovate renovate bot restored the renovate/linting branch July 26, 2023 02:49
@renovate renovate bot changed the title Update linting dependencies Update linting dependencies - autoclosed Jul 26, 2023
@renovate renovate bot closed this Jul 26, 2023
@renovate renovate bot deleted the renovate/linting branch July 26, 2023 20:13
@renovate renovate bot changed the title Update linting dependencies - autoclosed Update linting dependencies Jul 28, 2023
@renovate renovate bot reopened this Jul 28, 2023
@renovate renovate bot restored the renovate/linting branch July 28, 2023 02:19
@renovate renovate bot changed the title Update linting dependencies Update linting dependencies - autoclosed Jul 30, 2023
@renovate renovate bot closed this Jul 30, 2023
@renovate renovate bot deleted the renovate/linting branch July 30, 2023 12:13
@renovate renovate bot changed the title Update linting dependencies - autoclosed Update linting dependencies Aug 1, 2023
@renovate renovate bot reopened this Aug 1, 2023
@renovate renovate bot restored the renovate/linting branch August 1, 2023 01:26
@renovate renovate bot changed the title Update linting dependencies Update dependency knip to ^2.17.2 Aug 1, 2023
@renovate renovate bot changed the title Update dependency knip to ^2.17.2 Update dependency knip to ^2.17.2 - autoclosed Aug 1, 2023
@renovate renovate bot reopened this Aug 24, 2023
@renovate renovate bot restored the renovate/linting branch August 24, 2023 18:28
@renovate renovate bot force-pushed the renovate/linting branch 2 times, most recently from f4875bd to 71c43bb Compare September 5, 2023 02:30
@renovate renovate bot changed the title Update linting dependencies Update linting dependencies - autoclosed Oct 5, 2023
@renovate renovate bot closed this Oct 5, 2023
@renovate renovate bot deleted the renovate/linting branch October 5, 2023 21:18
@renovate renovate bot changed the title Update linting dependencies - autoclosed Update linting dependencies Oct 7, 2023
@renovate renovate bot reopened this Oct 7, 2023
@renovate renovate bot restored the renovate/linting branch October 7, 2023 11:21
@renovate renovate bot force-pushed the renovate/linting branch 2 times, most recently from b8da6ce to 9f43005 Compare December 12, 2023 02:29
@renovate renovate bot force-pushed the renovate/linting branch 2 times, most recently from c8ff5b9 to af3b923 Compare December 26, 2023 02:07
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