Skip to content

chore(deps): update eslint monorepo to v9.32.0 #14

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

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

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Nov 30, 2024

This PR contains the following updates:

Package Type Update Change
@eslint/js (source) devDependencies minor 9.15.0 -> 9.32.0
eslint (source) devDependencies minor 9.15.0 -> 9.32.0

Release Notes

eslint/eslint (@​eslint/js)

v9.32.0

Compare Source

Features

Bug Fixes

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#​19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#​19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#​19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#​19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#​19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#​19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#​19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#​19943) (Milos Djermanovic)

v9.31.0

Compare Source

Features
  • 35cf44c feat: output full actual location in rule tester if different (#​19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#​19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#​19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#​19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#​19892) (Milos Djermanovic)
Bug Fixes
  • 07fac6c fix: retry on EMFILE when writing autofix results (#​19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#​19910) (Nicholas C. Zakas)
Documentation
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#​19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#​19902) (Nicholas C. Zakas)
Chores

v9.30.1

Compare Source

Bug Fixes

  • e91bb87 fix: allow separate default and named type imports (#​19899) (xbinaryx)

Documentation

Chores

v9.30.0

Compare Source

Features

  • 52a5fca feat: Support basePath property in config objects (#​19879) (Milos Djermanovic)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#​19872) (sethamus)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#​19831) (루밀LuMir)

Bug Fixes

  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#​19862) (루밀LuMir)
  • 3fbcd70 fix: update error message for no-restricted-properties (#​19855) (Tanuj Kanti)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#​19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#​19865) (TKDev7)

Documentation

  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#​19887) (ntnyq)
  • 20158b0 docs: typo in comment for unused variables handling (#​19870) (leopardracer)
  • ebfb5b4 docs: Fixed Typo in configuration-files.md (#​19873) (0-20)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#​19866) (Bryan Mishkin)

Chores

v9.29.0

Compare Source

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#​19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#​19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#​19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#​19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#​19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#​19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#​19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#​19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#​19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#​19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#​19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#​19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#​19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#​19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#​19748) (Jennifer Davis)

Chores

v9.28.0

Compare Source

Features

  • b0674be feat: Customization of serialization for languageOptions (#​19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#​19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#​19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#​19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#​19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#​19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#​19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#​19755) (sethamus)

Bug Fixes

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#​19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#​19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#​19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#​19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#​19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#​19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#​19727) (Mike DiDomizio)

Chores

v9.27.0

Compare Source

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#​19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#​19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#​19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#​19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#​19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#​19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#​19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#​19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#​19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#​19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#​19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#​19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#​19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#​19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#​19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#​19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#​19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#​19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#​19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

v9.26.0

Compare Source

Features

Bug Fixes

  • 96e84de fix: check cache file existence before deletion (#​19648) (sethamus)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#​19664) (Milos Djermanovic)
  • 9736d5d fix: add namespace to Plugin.meta type (#​19661) (Milos Djermanovic)
  • 17bae69 fix: update RuleTester.run() type (#​19634) (Nitin Kumar)

Documentation

  • dd98d63 docs: Update README (GitHub Actions Bot)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#​19660) (Milos Djermanovic)
  • a21b38d docs: Update README (GitHub Actions Bot)
  • c0721a7 docs: fix double space in command (#​19657) (CamWass)

Chores

v9.25.1

Compare Source

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#​19639) (sethamus)

Chores

v9.25.0

Compare Source

Features

  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#​19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#​19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#​19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#​19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#​19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#​19559) (Nitin Kumar)

Bug Fixes

  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#​19631) (StyleShit)

Documentation

  • ca7a735 docs: update no-undef-init when not to use section (#​19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#​19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#​19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#​19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#​19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#​19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)

Chores

v9.24.0

Compare Source

Features

  • 556c25b feat: support loading TS config files using --experimental-strip-types (#​19401) (Arya Emami)
  • 72650ac feat: support TS syntax in init-declarations (#​19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#​19568) (Pixel998)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#​19558) (Nitin Kumar)
  • cd72bcc feat: Introduce a way to suppress violations (#​19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#​19560) (Nitin Kumar)
  • 30ae4ed feat: add new options to class-methods-use-this (#​19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#​19493) (Tanuj Kanti)

Bug Fixes

  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#​19595) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#​19584) (Francesco Trotta)

Documentation

  • f857820 docs: update documentation for --experimental-strip-types (#​19594) (Nikolas Schröter)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#​19596) (Thomas Broyer)
  • 6d979cc docs: Update README (GitHub Actions Bot)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • e849dc0 docs: replace existing var with const (#​19578) (Sweta Tanwar)
  • 0c65c62 docs: don't pass filename when linting rule examples (#​19571) (Milos Djermanovic)
  • 6be36c9 docs: Update custom-rules.md code example of fixer (#​19555) (Yifan Pan)

Build Related

  • 366e369 build: re-enable Prettier formatting for package.json files (#​19569) (Francesco Trotta)

Chores

v9.23.0

Compare Source

Features

  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#​19535) (Josh Goldberg ✨)
  • 8320241 feat: support TypeScript syntax in default-param-last (#​19431) (Josh Goldberg ✨)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#​19533) (Nicholas C. Zakas)
  • 4a0df16 feat: circular autofix/conflicting rules detection (#​19514) (Milos Djermanovic)
  • be56a68 feat: support TypeScript syntax in class-methods-use-this (#​19498) (Josh Goldberg ✨)

Bug Fixes

  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#​19531) (Francesco Trotta)
  • cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#​19423) (Tanuj Kanti)
  • d46ff83 fix: no-dupe-keys false positive with proto setter (#​19508) (Milos Djermanovic)
  • e732773 fix: navigation of search results on pressing Enter (#​19502) (Tanuj Kanti)
  • f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#​19499) (fisker Cheung)

Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from c5dd02d to fe85ac9 Compare December 6, 2024 10:20
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from fe85ac9 to 14d2f0c Compare December 14, 2024 07:10
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.16.0 chore(deps): update eslint monorepo to v9.17.0 Dec 14, 2024
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 14d2f0c to 41838f5 Compare January 11, 2025 12:01
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.17.0 chore(deps): update eslint monorepo to v9.18.0 Jan 11, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 41838f5 to 030d9d1 Compare January 25, 2025 05:28
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.18.0 chore(deps): update eslint monorepo to v9.19.0 Jan 25, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 030d9d1 to 6033272 Compare February 8, 2025 04:30
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.19.0 chore(deps): update eslint monorepo to v9.20.0 Feb 8, 2025
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.20.0 chore(deps): update eslint monorepo Feb 11, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 6033272 to d229590 Compare February 11, 2025 18:53
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from d229590 to 6645c8c Compare February 22, 2025 10:25
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo chore(deps): update eslint monorepo to v9.21.0 Feb 22, 2025
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.21.0 chore(deps): update eslint monorepo to v9.22.0 Mar 8, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 6645c8c to 1fa6011 Compare March 8, 2025 07:12
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 1fa6011 to 7ea0935 Compare March 22, 2025 05:42
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.22.0 chore(deps): update eslint monorepo to v9.23.0 Mar 22, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 7ea0935 to c19600a Compare April 5, 2025 09:42
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.23.0 chore(deps): update eslint monorepo to v9.24.0 Apr 5, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from c19600a to aa4bd7e Compare April 20, 2025 01:11
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.24.0 chore(deps): update eslint monorepo to v9.25.0 Apr 20, 2025
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.25.0 chore(deps): update eslint monorepo to v9.25.1 Apr 23, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from aa4bd7e to 12defd4 Compare April 23, 2025 15:52
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 12defd4 to 4229e5d Compare May 3, 2025 08:53
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.25.1 chore(deps): update eslint monorepo to v9.26.0 May 3, 2025
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.26.0 chore(deps): update eslint monorepo to v9.27.0 May 17, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 4229e5d to 4de8e2d Compare May 17, 2025 08:19
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 4de8e2d to b20f168 Compare May 31, 2025 07:41
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.27.0 chore(deps): update eslint monorepo to v9.28.0 May 31, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from b20f168 to f02688d Compare June 15, 2025 02:30
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.28.0 chore(deps): update eslint monorepo to v9.29.0 Jun 15, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from f02688d to dd7c13c Compare June 29, 2025 00:25
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.29.0 chore(deps): update eslint monorepo to v9.30.0 Jun 29, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from dd7c13c to 5dd1f02 Compare July 2, 2025 02:39
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.30.0 chore(deps): update eslint monorepo to v9.30.1 Jul 2, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 5dd1f02 to 1365c90 Compare July 12, 2025 04:57
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.30.1 chore(deps): update eslint monorepo to v9.31.0 Jul 12, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/eslint-monorepo branch from 1365c90 to c643716 Compare July 26, 2025 23:01
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update eslint monorepo to v9.31.0 chore(deps): update eslint monorepo to v9.32.0 Jul 26, 2025
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