Update dependency eslint to ^9.31.0 #8

Open
renovate wants to merge 1 commits from renovate/eslint-9.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor ^9.26.0 -> ^9.31.0

Release Notes

eslint/eslint (eslint)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`^9.26.0` -> `^9.31.0`](https://renovatebot.com/diffs/npm/eslint/9.26.0/9.31.0) | --- ### Release Notes <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.31.0`](https://github.com/eslint/eslint/releases/tag/v9.31.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.30.1...v9.31.0) ##### Features - [`35cf44c`](https://github.com/eslint/eslint/commit/35cf44c22e36b1554486e7a75c870e86c10b83f8) feat: output full actual location in rule tester if different ([#&#8203;19904](https://github.com/eslint/eslint/issues/19904)) (ST-DDT) - [`a6a6325`](https://github.com/eslint/eslint/commit/a6a63259de6cb5642f69c7be429554bbcedca4c0) feat: support explicit resource management in `no-loop-func` ([#&#8203;19895](https://github.com/eslint/eslint/issues/19895)) (Milos Djermanovic) - [`4682cdc`](https://github.com/eslint/eslint/commit/4682cdc6960279ee17f23899fbab6f58d881eadf) feat: support explicit resource management in `no-undef-init` ([#&#8203;19894](https://github.com/eslint/eslint/issues/19894)) (Milos Djermanovic) - [`5848216`](https://github.com/eslint/eslint/commit/58482165eaf597cc5c58216a956c301ae87520b3) feat: support explicit resource management in `init-declarations` ([#&#8203;19893](https://github.com/eslint/eslint/issues/19893)) (Milos Djermanovic) - [`bb370b8`](https://github.com/eslint/eslint/commit/bb370b8e79f65ee32d9d89ecf249fb74a141ad22) feat: support explicit resource management in `no-const-assign` ([#&#8203;19892](https://github.com/eslint/eslint/issues/19892)) (Milos Djermanovic) ##### Bug Fixes - [`07fac6c`](https://github.com/eslint/eslint/commit/07fac6cafa0426b4d1ea12d9001f3955f19b286d) fix: retry on EMFILE when writing autofix results ([#&#8203;19926](https://github.com/eslint/eslint/issues/19926)) (TKDev7) - [`28cc7ab`](https://github.com/eslint/eslint/commit/28cc7abbb72b29b1cac6fc4253646a7839586064) fix: Remove incorrect RuleContext types ([#&#8203;19910](https://github.com/eslint/eslint/issues/19910)) (Nicholas C. Zakas) ##### Documentation - [`664cb44`](https://github.com/eslint/eslint/commit/664cb44ab03785bd200a792607a7e20faa2d4b28) docs: Update README (GitHub Actions Bot) - [`40dbe2a`](https://github.com/eslint/eslint/commit/40dbe2a43f83d366e9026faec70293512fb61ca2) docs: fix mismatch between `globalIgnores()` code and text ([#&#8203;19914](https://github.com/eslint/eslint/issues/19914)) (MaoShizhong) - [`5a0069d`](https://github.com/eslint/eslint/commit/5a0069d60815246cf24e1c96125540792c2507ef) docs: Update README (GitHub Actions Bot) - [`fef04b5`](https://github.com/eslint/eslint/commit/fef04b5c7fea99362d67b31b8e98cd4914020ed3) docs: Update working on issues info ([#&#8203;19902](https://github.com/eslint/eslint/issues/19902)) (Nicholas C. Zakas) ##### Chores - [`3ddd454`](https://github.com/eslint/eslint/commit/3ddd454c1c73294e5af7905d60d03fac162f1b3e) chore: upgrade to `@eslint/js@9.31.0` ([#&#8203;19935](https://github.com/eslint/eslint/issues/19935)) (Francesco Trotta) - [`d5054e5`](https://github.com/eslint/eslint/commit/d5054e5454a537e9ade238c768c262c6c592cbc1) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`0f4a378`](https://github.com/eslint/eslint/commit/0f4a3781fe7c11fad7b206c3c694655486ddd187) chore: update eslint ([#&#8203;19933](https://github.com/eslint/eslint/issues/19933)) (renovate\[bot]) - [`76c2340`](https://github.com/eslint/eslint/commit/76c2340c368f96db77439b5cd1df0196cc39bf3e) chore: bump mocha to v11 ([#&#8203;19917](https://github.com/eslint/eslint/issues/19917)) (루밀LuMir) ### [`v9.30.1`](https://github.com/eslint/eslint/releases/tag/v9.30.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.30.0...v9.30.1) #### Bug Fixes - [`e91bb87`](https://github.com/eslint/eslint/commit/e91bb870f8c6e38baa508f18048cd2a2d04b8b9c) fix: allow separate default and named type imports ([#&#8203;19899](https://github.com/eslint/eslint/issues/19899)) (xbinaryx) #### Documentation - [`ab7c625`](https://github.com/eslint/eslint/commit/ab7c62598a9fca498e495d45029ae92fd5fb9bf3) docs: Update README (GitHub Actions Bot) - [`dae1e5b`](https://github.com/eslint/eslint/commit/dae1e5bb27db0e846efbe3026210013b42817838) docs: update jsdoc's link ([#&#8203;19896](https://github.com/eslint/eslint/issues/19896)) (JamesVanWaza) #### Chores - [`b035f74`](https://github.com/eslint/eslint/commit/b035f747c6e6d1c7a299c90b0ed0b8109cf24a53) chore: upgrade to `@eslint/js@9.30.1` ([#&#8203;19906](https://github.com/eslint/eslint/issues/19906)) (Francesco Trotta) - [`b3dbc16`](https://github.com/eslint/eslint/commit/b3dbc16563cb7036d75edff9814e17053a645321) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) ### [`v9.30.0`](https://github.com/eslint/eslint/releases/tag/v9.30.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.29.0...v9.30.0) #### Features - [`52a5fca`](https://github.com/eslint/eslint/commit/52a5fcaa4e0bb4e55c014c20ed47d6c93b107635) feat: Support `basePath` property in config objects ([#&#8203;19879](https://github.com/eslint/eslint/issues/19879)) (Milos Djermanovic) - [`4ab4482`](https://github.com/eslint/eslint/commit/4ab44823df4d4b47d3650da949077a0551e7579e) feat: add `allowSeparateTypeImports` option to `no-duplicate-imports` ([#&#8203;19872](https://github.com/eslint/eslint/issues/19872)) (sethamus) - [`b8a7e7a`](https://github.com/eslint/eslint/commit/b8a7e7aeb5f0ed2e1670771ab4dda6fd723d96eb) feat: throw error when column is negative in `getIndexFromLoc` ([#&#8203;19831](https://github.com/eslint/eslint/issues/19831)) (루밀LuMir) #### Bug Fixes - [`6a0f164`](https://github.com/eslint/eslint/commit/6a0f164543bf8461d6a27a740c9e08aa77cbe42d) fix: handle `null` type `loc` in `getIndexFromLoc` method ([#&#8203;19862](https://github.com/eslint/eslint/issues/19862)) (루밀LuMir) - [`3fbcd70`](https://github.com/eslint/eslint/commit/3fbcd704a0b2aef2a6c1fc34d2bc4b35f6425067) fix: update error message for `no-restricted-properties` ([#&#8203;19855](https://github.com/eslint/eslint/issues/19855)) (Tanuj Kanti) - [`7ef4cf7`](https://github.com/eslint/eslint/commit/7ef4cf76610d42727a404e495ac6d47868cf5040) fix: remove unnecessary semicolon from fixes ([#&#8203;19857](https://github.com/eslint/eslint/issues/19857)) (Francesco Trotta) - [`7dabc38`](https://github.com/eslint/eslint/commit/7dabc38a8406d470fb2389eec2f0ad1ad214173e) fix: use `process.version` in `--env-info` ([#&#8203;19865](https://github.com/eslint/eslint/issues/19865)) (TKDev7) #### Documentation - [`8662ed1`](https://github.com/eslint/eslint/commit/8662ed1f6debc358e22812b145e117aa4a907d78) docs: adopt eslint-stylistic sub packages related changes ([#&#8203;19887](https://github.com/eslint/eslint/issues/19887)) (ntnyq) - [`20158b0`](https://github.com/eslint/eslint/commit/20158b09db3430cf00b202ba8c25ce874bbaf00a) docs: typo in comment for unused variables handling ([#&#8203;19870](https://github.com/eslint/eslint/issues/19870)) (leopardracer) - [`ebfb5b4`](https://github.com/eslint/eslint/commit/ebfb5b46136c4d737c9783333e3057421d1a0bef) docs: Fixed Typo in configuration-files.md ([#&#8203;19873](https://github.com/eslint/eslint/issues/19873)) (0-20) - [`4112fd0`](https://github.com/eslint/eslint/commit/4112fd09531092e9651e9981205bcd603dc56acf) docs: clarify that boolean is still allowed for rule `meta.deprecated` ([#&#8203;19866](https://github.com/eslint/eslint/issues/19866)) (Bryan Mishkin) #### Chores - [`2b6491c`](https://github.com/eslint/eslint/commit/2b6491cd4b8eec44d4a3f8dea1b71151e8dd0230) chore: upgrade to `@eslint/js@9.30.0` ([#&#8203;19889](https://github.com/eslint/eslint/issues/19889)) (Francesco Trotta) - [`5a5d526`](https://github.com/eslint/eslint/commit/5a5d5261037fdf84a91f2f22d3726d58572453f4) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`eaf8a41`](https://github.com/eslint/eslint/commit/eaf8a418af32b3190494e4a2284533353c28ccfa) chore: Correct typos in linter tests ([#&#8203;19878](https://github.com/eslint/eslint/issues/19878)) (kilavvy) ### [`v9.29.0`](https://github.com/eslint/eslint/releases/tag/v9.29.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.28.0...v9.29.0) #### Features - [`f686fcb`](https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d) feat: add `ecmaVersion: 2026`, parsing `using` and `await using` ([#&#8203;19832](https://github.com/eslint/eslint/issues/19832)) (Milos Djermanovic) - [`19cdd22`](https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4) feat: prune suppressions for non-existent files ([#&#8203;19825](https://github.com/eslint/eslint/issues/19825)) (TKDev7) - [`b3d720f`](https://github.com/eslint/eslint/commit/b3d720f82f08022a33b10f0437111e7d270b8e3c) feat: add ES2025 globals ([#&#8203;19835](https://github.com/eslint/eslint/issues/19835)) (fisker Cheung) - [`677a283`](https://github.com/eslint/eslint/commit/677a2837a17320f54a8869682af128a2a7d77579) feat: add auto-accessor fields support to class-methods-use-this ([#&#8203;19789](https://github.com/eslint/eslint/issues/19789)) (sethamus) - [`dbba058`](https://github.com/eslint/eslint/commit/dbba0589f5509223658b73de6eb721f659bcec47) feat: allow global type declaration in `no-var` ([#&#8203;19714](https://github.com/eslint/eslint/issues/19714)) (Remco Haszing) - [`342bd29`](https://github.com/eslint/eslint/commit/342bd29e1a10a4b521ed0dbb6d889dcfc137e863) feat: ignore type annotations in no-restricted-globals ([#&#8203;19781](https://github.com/eslint/eslint/issues/19781)) (sethamus) - [`786bcd1`](https://github.com/eslint/eslint/commit/786bcd13652b90c5bd0c7201610b856ad1b87542) feat: add allowProperties option to no-restricted-properties ([#&#8203;19772](https://github.com/eslint/eslint/issues/19772)) (sethamus) - [`05b66d0`](https://github.com/eslint/eslint/commit/05b66d05bd68214f2fa1ab53fb2734c9d9e5348a) feat: add `sourceCode.isGlobalReference(node)` method ([#&#8203;19695](https://github.com/eslint/eslint/issues/19695)) (Nitin Kumar) #### Bug Fixes - [`85c082c`](https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f) fix: explicit matching behavior with negated patterns and arrays ([#&#8203;19845](https://github.com/eslint/eslint/issues/19845)) (Milos Djermanovic) - [`9bda4a9`](https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc) fix: fix `LintOptions.filterCodeBlock` types ([#&#8203;19837](https://github.com/eslint/eslint/issues/19837)) (ntnyq) - [`7ab77a2`](https://github.com/eslint/eslint/commit/7ab77a2c7605126daaa7e7f7ab75b5c252677d12) fix: correct breaking deprecation of FlatConfig type ([#&#8203;19826](https://github.com/eslint/eslint/issues/19826)) (Logicer) - [`1ba3318`](https://github.com/eslint/eslint/commit/1ba33181ab300588a803434884c054ed003f0bbd) fix: add `language` and `dialects` to `no-use-before-define` ([#&#8203;19808](https://github.com/eslint/eslint/issues/19808)) (Francesco Trotta) #### Documentation - [`00e3e6a`](https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7) docs: add support for custom name parameter to `includeIgnoreFile` ([#&#8203;19795](https://github.com/eslint/eslint/issues/19795)) (루밀LuMir) - [`3aed075`](https://github.com/eslint/eslint/commit/3aed0756ed3669ac27fc243c81fd82e3d0e6973b) docs: Update README (GitHub Actions Bot) - [`a2f888d`](https://github.com/eslint/eslint/commit/a2f888d679e2a44964da596a4158911819e1d31d) docs: enhance documentation with links and fix typos ([#&#8203;19761](https://github.com/eslint/eslint/issues/19761)) (루밀LuMir) - [`53c3235`](https://github.com/eslint/eslint/commit/53c3235ba1c90a85a44f0abd18998ccc4e0445bf) docs: update to clarify prompt usage ([#&#8203;19748](https://github.com/eslint/eslint/issues/19748)) (Jennifer Davis) #### Chores - [`5c114c9`](https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.29.0 ([#&#8203;19851](https://github.com/eslint/eslint/issues/19851)) (Milos Djermanovic) - [`acf2201`](https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`a806994`](https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808) refactor: Remove eslintrc from flat config functionality ([#&#8203;19833](https://github.com/eslint/eslint/issues/19833)) (Nicholas C. Zakas) - [`152ed51`](https://github.com/eslint/eslint/commit/152ed51329d82c6e7375f41a105e01b31750e17f) test: switch to flat config mode in code path analysis tests ([#&#8203;19824](https://github.com/eslint/eslint/issues/19824)) (Milos Djermanovic) - [`b647239`](https://github.com/eslint/eslint/commit/b647239272931e0a947500b2f554fc8ccdf8adfd) chore: Update first-party dependencies faster with Renovate ([#&#8203;19822](https://github.com/eslint/eslint/issues/19822)) (Nicholas C. Zakas) - [`7abe42e`](https://github.com/eslint/eslint/commit/7abe42e2de931289e19e34e390d16936cf6faf64) refactor: SafeEmitter -> SourceCodeVisitor ([#&#8203;19708](https://github.com/eslint/eslint/issues/19708)) (Nicholas C. Zakas) - [`e392895`](https://github.com/eslint/eslint/commit/e39289596757702b6c8d747d5ab9c1a7820c108f) perf: improve time complexity of `getLocFromIndex` ([#&#8203;19782](https://github.com/eslint/eslint/issues/19782)) (루밀LuMir) - [`0ed289c`](https://github.com/eslint/eslint/commit/0ed289c5ceed1c10b599b22c8b9374a5a3a144dd) chore: remove accidentally committed file ([#&#8203;19807](https://github.com/eslint/eslint/issues/19807)) (Francesco Trotta) ### [`v9.28.0`](https://github.com/eslint/eslint/releases/tag/v9.28.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.27.0...v9.28.0) #### Features - [`b0674be`](https://github.com/eslint/eslint/commit/b0674be94e4394401b4f668453a473572c321023) feat: Customization of serialization for languageOptions ([#&#8203;19760](https://github.com/eslint/eslint/issues/19760)) (Nicholas C. Zakas) - [`a95721f`](https://github.com/eslint/eslint/commit/a95721f1064fdbfe0e392b955ce3053a24551f80) feat: Add `--pass-on-unpruned-suppressions` CLI option ([#&#8203;19773](https://github.com/eslint/eslint/issues/19773)) (Milos Djermanovic) - [`bfd0e7a`](https://github.com/eslint/eslint/commit/bfd0e7a39535b3c1ddc742dfffa6bdcdc93079e2) feat: support TypeScript syntax in `no-use-before-define` ([#&#8203;19566](https://github.com/eslint/eslint/issues/19566)) (Tanuj Kanti) - [`68c61c0`](https://github.com/eslint/eslint/commit/68c61c093a885623e48f38026e3f3a05bfa403de) feat: support TS syntax in `no-shadow` ([#&#8203;19565](https://github.com/eslint/eslint/issues/19565)) (Nitin Kumar) - [`0f773ef`](https://github.com/eslint/eslint/commit/0f773ef248af0301a410fee11e1b22174100cf6a) feat: support TS syntax in `no-magic-numbers` ([#&#8203;19561](https://github.com/eslint/eslint/issues/19561)) (Nitin Kumar) - [`c4a6b60`](https://github.com/eslint/eslint/commit/c4a6b6051889b1cb668d4d2ae29e9c27c74993d6) feat: add allowTypeAnnotation to func-style ([#&#8203;19754](https://github.com/eslint/eslint/issues/19754)) (sethamus) - [`b03ad17`](https://github.com/eslint/eslint/commit/b03ad176f158afdd921f0af5126c398012b10559) feat: add TypeScript support to `prefer-arrow-callback` ([#&#8203;19678](https://github.com/eslint/eslint/issues/19678)) (Tanuj Kanti) - [`bc3c331`](https://github.com/eslint/eslint/commit/bc3c3313ce2719062805b6849d29f9a375cf23f2) feat: ignore overloaded function declarations in func-style rule ([#&#8203;19755](https://github.com/eslint/eslint/issues/19755)) (sethamus) #### Bug Fixes - [`eea3e7e`](https://github.com/eslint/eslint/commit/eea3e7eb1ca84f9e8870e1190d65d5235d9d8429) fix: Remove configured global variables from `GlobalScope#implicit` ([#&#8203;19779](https://github.com/eslint/eslint/issues/19779)) (Milos Djermanovic) - [`a467de3`](https://github.com/eslint/eslint/commit/a467de39f6e509af95a7963904326635c1bf7116) fix: update context.report types ([#&#8203;19751](https://github.com/eslint/eslint/issues/19751)) (Nitin Kumar) - [`fd467bb`](https://github.com/eslint/eslint/commit/fd467bb892d735a4a8863beabd181a3f3152689a) fix: remove interopDefault to use jiti's default ([#&#8203;19697](https://github.com/eslint/eslint/issues/19697)) (sethamus) - [`72d16e3`](https://github.com/eslint/eslint/commit/72d16e3066aac2f1c74f4150ba43dfa8cf532584) fix: avoid false positive in `no-unassigned-vars` for declare module ([#&#8203;19746](https://github.com/eslint/eslint/issues/19746)) (Azat S.) - [`81c3c93`](https://github.com/eslint/eslint/commit/81c3c936266474c2081f310098084bd0eb1768d2) fix: curly types ([#&#8203;19750](https://github.com/eslint/eslint/issues/19750)) (Eli) #### Documentation - [`3ec2082`](https://github.com/eslint/eslint/commit/3ec208233f29c161aae8f99f9f091e371fe83a62) docs: Nested arrays in files config entry ([#&#8203;19799](https://github.com/eslint/eslint/issues/19799)) (Nicholas C. Zakas) - [`89a65b0`](https://github.com/eslint/eslint/commit/89a65b07f6171a860284b62d97c8b3edf312b98c) docs: clarify how config arrays can apply to subsets of files ([#&#8203;19788](https://github.com/eslint/eslint/issues/19788)) (Shais Ch) - [`2ba8a0d`](https://github.com/eslint/eslint/commit/2ba8a0d75c7a8e6aa4798275126698be40391d37) docs: Add description of meta.namespace to plugin docs ([#&#8203;19798](https://github.com/eslint/eslint/issues/19798)) (Nicholas C. Zakas) - [`59dd7e6`](https://github.com/eslint/eslint/commit/59dd7e6b28507053bde985ea2311dca8ec0db681) docs: update `func-style` with examples ([#&#8203;19793](https://github.com/eslint/eslint/issues/19793)) (Tanuj Kanti) - [`e9129e0`](https://github.com/eslint/eslint/commit/e9129e0799d068c377d63d59a0a800e7d1fea8dd) docs: add global scope's `implicit` field to Scope Manager docs ([#&#8203;19770](https://github.com/eslint/eslint/issues/19770)) (Milos Djermanovic) - [`52f5b7a`](https://github.com/eslint/eslint/commit/52f5b7a0af48a2f143f0bccfd4e036025b08280d) docs: fix minor typos and add links ([#&#8203;19743](https://github.com/eslint/eslint/issues/19743)) (루밀LuMir) - [`00716a3`](https://github.com/eslint/eslint/commit/00716a339ede24ed5a76aceed833f38a6c4e8d3a) docs: upfront recommend against using the no-return-await rule ([#&#8203;19727](https://github.com/eslint/eslint/issues/19727)) (Mike DiDomizio) #### Chores - [`175b7b8`](https://github.com/eslint/eslint/commit/175b7b83fcdc8f3f84821510dd7e04d120402317) chore: upgrade to `@eslint/js@9.28.0` ([#&#8203;19802](https://github.com/eslint/eslint/issues/19802)) (Francesco Trotta) - [`844f5a6`](https://github.com/eslint/eslint/commit/844f5a69dc78ca38f856c137e061e8facc9d00ba) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`62b1c1b`](https://github.com/eslint/eslint/commit/62b1c1bc7981798c3aec2dd430c200c797a25629) chore: update globals to v16 ([#&#8203;19791](https://github.com/eslint/eslint/issues/19791)) (Nitin Kumar) - [`e8a1cb8`](https://github.com/eslint/eslint/commit/e8a1cb8f7fbc18efa589bfedea5326de636b4868) chore: ignore jiti-v2.0 & jiti-v2.1 for renovate ([#&#8203;19786](https://github.com/eslint/eslint/issues/19786)) (Nitin Kumar) - [`43d3975`](https://github.com/eslint/eslint/commit/43d39754b6d315954f46a70dbd53d1fa0eea1619) chore: Add Copilot Instructions file ([#&#8203;19753](https://github.com/eslint/eslint/issues/19753)) (Nicholas C. Zakas) - [`2dfb5eb`](https://github.com/eslint/eslint/commit/2dfb5ebef4c14d552d10a6c7c2c2ce376e63654a) test: update `SourceCodeTraverser` tests ([#&#8203;19763](https://github.com/eslint/eslint/issues/19763)) (Milos Djermanovic) - [`5bc21f9`](https://github.com/eslint/eslint/commit/5bc21f9e8e00f9e49442d1b6520b307ce94f3518) chore: add `*.code-workspace` to `.gitignore` ([#&#8203;19771](https://github.com/eslint/eslint/issues/19771)) (루밀LuMir) - [`f4fa40e`](https://github.com/eslint/eslint/commit/f4fa40eb4bd6f4dba3b2e7fff259d0780ef6becf) refactor: NodeEventGenerator -> SourceCodeTraverser ([#&#8203;19679](https://github.com/eslint/eslint/issues/19679)) (Nicholas C. Zakas) - [`0f49329`](https://github.com/eslint/eslint/commit/0f49329b4a7f91714f2cd1e9ce532d32202c47f4) refactor: use a service to emit warnings ([#&#8203;19725](https://github.com/eslint/eslint/issues/19725)) (Francesco Trotta) - [`20a9e59`](https://github.com/eslint/eslint/commit/20a9e59438fde3642ab058cc55ee1b9fa02b6391) chore: update dependency shelljs to ^0.10.0 ([#&#8203;19740](https://github.com/eslint/eslint/issues/19740)) (renovate\[bot]) ### [`v9.27.0`](https://github.com/eslint/eslint/releases/tag/v9.27.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.26.0...v9.27.0) #### Features - [`d71e37f`](https://github.com/eslint/eslint/commit/d71e37f450f4ae115ec394615e21523685f0d370) feat: Allow flags to be set in ESLINT\_FLAGS env variable ([#&#8203;19717](https://github.com/eslint/eslint/issues/19717)) (Nicholas C. Zakas) - [`ba456e0`](https://github.com/eslint/eslint/commit/ba456e000e104fd7f2dbd27eebbd4f35e6c18934) feat: Externalize MCP server ([#&#8203;19699](https://github.com/eslint/eslint/issues/19699)) (Nicholas C. Zakas) - [`07c1a7e`](https://github.com/eslint/eslint/commit/07c1a7e839ec61bd706c651428606ea5955b2bb0) feat: add `allowRegexCharacters` to `no-useless-escape` ([#&#8203;19705](https://github.com/eslint/eslint/issues/19705)) (sethamus) - [`7bc6c71`](https://github.com/eslint/eslint/commit/7bc6c71ca350fa37531291e1d704be6ed408c5dc) feat: add no-unassigned-vars rule ([#&#8203;19618](https://github.com/eslint/eslint/issues/19618)) (Jacob Bandes-Storch) - [`ee40364`](https://github.com/eslint/eslint/commit/ee4036429758cdaf7f77c52f1c2b74b5a2bb7b66) feat: convert no-array-constructor suggestions to autofixes ([#&#8203;19621](https://github.com/eslint/eslint/issues/19621)) (sethamus) - [`32957cd`](https://github.com/eslint/eslint/commit/32957cde72196c7e41741db311786d881c1613a1) feat: support TS syntax in `max-params` ([#&#8203;19557](https://github.com/eslint/eslint/issues/19557)) (Nitin Kumar) #### Bug Fixes - [`5687ce7`](https://github.com/eslint/eslint/commit/5687ce7055d30e2d5ef800b3d5c3096c3fc42c0e) fix: correct mismatched removed rules ([#&#8203;19734](https://github.com/eslint/eslint/issues/19734)) (루밀LuMir) - [`dc5ed33`](https://github.com/eslint/eslint/commit/dc5ed337fd18cb59801e4afaf394f6b84057b601) fix: correct types and tighten type definitions in `SourceCode` class ([#&#8203;19731](https://github.com/eslint/eslint/issues/19731)) (루밀LuMir) - [`de1b5de`](https://github.com/eslint/eslint/commit/de1b5deba069f770140f3a7dba2702c1016dcc2a) fix: correct `service` property name in `Linter.ESLintParseResult` type ([#&#8203;19713](https://github.com/eslint/eslint/issues/19713)) (Francesco Trotta) - [`60c3e2c`](https://github.com/eslint/eslint/commit/60c3e2cf9256f3676b7934e26ff178aaf19c9e97) fix: sort keys in eslint-suppressions.json to avoid git churn ([#&#8203;19711](https://github.com/eslint/eslint/issues/19711)) (Ron Waldon-Howe) - [`9da90ca`](https://github.com/eslint/eslint/commit/9da90ca3c163adb23a9cc52421f59dedfce34fc9) fix: add `allowReserved` to `Linter.ParserOptions` type ([#&#8203;19710](https://github.com/eslint/eslint/issues/19710)) (Francesco Trotta) - [`fbb8be9`](https://github.com/eslint/eslint/commit/fbb8be9256dc7613fa0b87e87974714284b78a94) fix: add `info` to `ESLint.DeprecatedRuleUse` type ([#&#8203;19701](https://github.com/eslint/eslint/issues/19701)) (Francesco Trotta) #### Documentation - [`25de550`](https://github.com/eslint/eslint/commit/25de55055d420d7c8b794ae5fdaeb67947c613d9) docs: Update description of frozen rules to mention TypeScript ([#&#8203;19736](https://github.com/eslint/eslint/issues/19736)) (Nicholas C. Zakas) - [`bd5def6`](https://github.com/eslint/eslint/commit/bd5def66d1a3f9bad7da3547b5dff6003e67d9d3) docs: Clean up configuration files docs ([#&#8203;19735](https://github.com/eslint/eslint/issues/19735)) (Nicholas C. Zakas) - [`4d0c60d`](https://github.com/eslint/eslint/commit/4d0c60d0738cb32c12e4ea132caa6fab6d5ed0a7) docs: Add Neovim to editor integrations ([#&#8203;19729](https://github.com/eslint/eslint/issues/19729)) (Maria José Solano) - [`71317eb`](https://github.com/eslint/eslint/commit/71317ebeaf1c542114e4fcda99ee26115d8e4a27) docs: Update README (GitHub Actions Bot) - [`4c289e6`](https://github.com/eslint/eslint/commit/4c289e685e6cf87331f4b1e6afe34a4feb8e6cc8) docs: Update README (GitHub Actions Bot) - [`f0f0d46`](https://github.com/eslint/eslint/commit/f0f0d46ab2f87e439642abd84b6948b447b66349) docs: clarify that unused suppressions cause non-zero exit code ([#&#8203;19698](https://github.com/eslint/eslint/issues/19698)) (Milos Djermanovic) - [`8ed3273`](https://github.com/eslint/eslint/commit/8ed32734cc22988173f99fd0703d50f94c60feb8) docs: fix internal usages of `ConfigData` type ([#&#8203;19688](https://github.com/eslint/eslint/issues/19688)) (Francesco Trotta) - [`eb316a8`](https://github.com/eslint/eslint/commit/eb316a83a49347ab47ae965ff95f81dd620d074c) docs: add `fmt` and `check` sections to `Package.json Conventions` ([#&#8203;19686](https://github.com/eslint/eslint/issues/19686)) (루밀LuMir) - [`a3a2559`](https://github.com/eslint/eslint/commit/a3a255924866b94ef8d604e91636547600edec56) docs: fix wording in Combine Configs ([#&#8203;19685](https://github.com/eslint/eslint/issues/19685)) (Milos Djermanovic) - [`c8d17e1`](https://github.com/eslint/eslint/commit/c8d17e11dc63909e693eaed5b5ccc50e698ac3b3) docs: Update README (GitHub Actions Bot) #### Chores - [`f8f1560`](https://github.com/eslint/eslint/commit/f8f1560de633aaf24a7099f89cbbfed12a762a32) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.27.0 ([#&#8203;19739](https://github.com/eslint/eslint/issues/19739)) (Milos Djermanovic) - [`ecaef73`](https://github.com/eslint/eslint/commit/ecaef7351f9f3220aa57409bf98db3e55b07a02a) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`596fdc6`](https://github.com/eslint/eslint/commit/596fdc62047dff863e990c3246b32da97ae9a14e) chore: update dependency [@&#8203;arethetypeswrong/cli](https://github.com/arethetypeswrong/cli) to ^0.18.0 ([#&#8203;19732](https://github.com/eslint/eslint/issues/19732)) (renovate\[bot]) - [`f791da0`](https://github.com/eslint/eslint/commit/f791da040189ada1b1ec15856557b939ffcd978b) chore: remove unbalanced curly brace from `.editorconfig` ([#&#8203;19730](https://github.com/eslint/eslint/issues/19730)) (Maria José Solano) - [`e86edee`](https://github.com/eslint/eslint/commit/e86edee0918107e4e41e908fe59c937b83f00d4e) refactor: Consolidate Config helpers ([#&#8203;19675](https://github.com/eslint/eslint/issues/19675)) (Nicholas C. Zakas) - [`cf36352`](https://github.com/eslint/eslint/commit/cf3635299e09570b7472286f25dacd8ab24e0517) chore: remove shared types ([#&#8203;19718](https://github.com/eslint/eslint/issues/19718)) (Francesco Trotta) - [`f60f276`](https://github.com/eslint/eslint/commit/f60f2764971a33e252be13e560dccf21f554dbf1) refactor: Easier RuleContext creation ([#&#8203;19709](https://github.com/eslint/eslint/issues/19709)) (Nicholas C. Zakas) - [`58a171e`](https://github.com/eslint/eslint/commit/58a171e8f0dcc1e599ac22bf8c386abacdbee424) chore: update dependency [@&#8203;eslint/plugin-kit](https://github.com/eslint/plugin-kit) to ^0.3.1 ([#&#8203;19712](https://github.com/eslint/eslint/issues/19712)) (renovate\[bot]) - [`3a075a2`](https://github.com/eslint/eslint/commit/3a075a29cfb43ef08711c2e433fb6f218855886d) chore: update dependency [@&#8203;eslint/core](https://github.com/eslint/core) to ^0.14.0 ([#&#8203;19715](https://github.com/eslint/eslint/issues/19715)) (renovate\[bot]) - [`44bac9d`](https://github.com/eslint/eslint/commit/44bac9d15c4e0ca099d0b0d85e601f3b55d4e167) ci: run tests in Node.js 24 ([#&#8203;19702](https://github.com/eslint/eslint/issues/19702)) (Francesco Trotta) - [`35304dd`](https://github.com/eslint/eslint/commit/35304dd2b0d8a4b640b9a25ae27ebdcb5e124cde) chore: add missing `funding` field to packages ([#&#8203;19684](https://github.com/eslint/eslint/issues/19684)) (루밀LuMir) - [`f305beb`](https://github.com/eslint/eslint/commit/f305beb82c51215ad48c5c860f02be1b34bcce32) test: mock `process.emitWarning` to prevent output disruption ([#&#8203;19687](https://github.com/eslint/eslint/issues/19687)) (Francesco Trotta) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNC4zIiwidXBkYXRlZEluVmVyIjoiNDEuMzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-05-18 00:07:22 +00:00
Update dependency eslint to ^9.27.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
e3249d19c0
renovate force-pushed renovate/eslint-9.x from e3249d19c0 to b9002eb420 2025-05-19 00:07:45 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from b9002eb420 to 4e800f55bc 2025-05-20 00:07:33 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 4e800f55bc to ec490ef4cc 2025-05-21 00:07:33 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from ec490ef4cc to 97350845f0 2025-05-22 00:07:28 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 97350845f0 to aba074abab 2025-05-23 00:07:08 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from aba074abab to 5f0a540320 2025-05-24 00:07:48 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 5f0a540320 to 22d313a656 2025-05-25 00:07:48 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 22d313a656 to b5634d6668 2025-05-26 00:07:51 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from b5634d6668 to 86b2bde4d3 2025-05-27 00:07:31 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 86b2bde4d3 to 14569e8b2f 2025-05-28 00:08:32 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 14569e8b2f to 72803e729d 2025-05-29 00:08:09 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 72803e729d to 2f99cd6d02 2025-05-30 00:07:51 +00:00 Compare
renovate changed title from Update dependency eslint to ^9.27.0 to Update dependency eslint to ^9.28.0 2025-05-31 00:07:19 +00:00
renovate force-pushed renovate/eslint-9.x from 2f99cd6d02 to d1132334e0 2025-05-31 00:07:21 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from d1132334e0 to 7734dc58d7 2025-06-01 00:20:52 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 7734dc58d7 to e76b0e6367 2025-06-02 00:20:57 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from e76b0e6367 to ec6c387e09 2025-06-03 00:22:55 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from ec6c387e09 to 94e936e333 2025-06-04 00:22:28 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 94e936e333 to 37df366adb 2025-06-05 00:21:47 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 37df366adb to 07d46b8669 2025-06-06 00:21:20 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 07d46b8669 to 3d8d203411 2025-06-07 00:21:49 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 3d8d203411 to 046c981e19 2025-06-09 00:22:15 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 046c981e19 to 07a9177094 2025-06-10 00:22:40 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 07a9177094 to ef493790c5 2025-06-11 00:22:35 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from ef493790c5 to d1dbd53b68 2025-06-12 00:22:41 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from d1dbd53b68 to b5451da02d 2025-06-13 00:21:57 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from b5451da02d to a79fadf752 2025-06-14 00:21:57 +00:00 Compare
renovate changed title from Update dependency eslint to ^9.28.0 to Update dependency eslint to ^9.29.0 2025-06-14 00:21:57 +00:00
renovate force-pushed renovate/eslint-9.x from a79fadf752 to 313d6dc290 2025-06-15 00:21:46 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 313d6dc290 to c232d326ef 2025-06-16 00:21:38 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from c232d326ef to 6aa2ca0cf3 2025-06-17 00:21:17 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 6aa2ca0cf3 to 07a69e0a8e 2025-06-18 00:21:35 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 07a69e0a8e to f302ccaee1 2025-06-19 00:20:11 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from f302ccaee1 to 0fee18d5c3 2025-06-20 00:19:59 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 0fee18d5c3 to f631b50dd4 2025-06-21 00:19:40 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from f631b50dd4 to 1fa542cf2a 2025-06-22 00:19:32 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 1fa542cf2a to 2e99d5b3ed 2025-06-23 00:19:42 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 2e99d5b3ed to 0c8957cd53 2025-06-24 00:09:41 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 0c8957cd53 to af17b83b09 2025-06-25 00:08:48 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from af17b83b09 to eeb5261f92 2025-06-26 00:08:32 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from eeb5261f92 to e04b909095 2025-06-27 00:09:27 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from e04b909095 to e037a6554e 2025-06-28 00:08:17 +00:00 Compare
renovate changed title from Update dependency eslint to ^9.29.0 to Update dependency eslint to ^9.30.0 2025-06-28 00:08:21 +00:00
renovate force-pushed renovate/eslint-9.x from e037a6554e to e6c332b1ed 2025-07-02 00:09:23 +00:00 Compare
renovate changed title from Update dependency eslint to ^9.30.0 to Update dependency eslint to ^9.30.1 2025-07-02 00:09:23 +00:00
renovate force-pushed renovate/eslint-9.x from e6c332b1ed to be62a19a7e 2025-07-04 00:09:27 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from be62a19a7e to 01365885bf 2025-07-05 00:09:35 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 01365885bf to be69e729c8 2025-07-06 00:15:57 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from be69e729c8 to de15383ad3 2025-07-07 00:15:47 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from de15383ad3 to c4d54094f2 2025-07-08 00:16:09 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from c4d54094f2 to 604c6393d6 2025-07-09 00:16:07 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 604c6393d6 to d26fc5cbe2 2025-07-10 00:16:29 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from d26fc5cbe2 to e4427fb25f 2025-07-11 00:15:53 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from e4427fb25f to 646a3c5252 2025-07-12 00:15:38 +00:00 Compare
renovate changed title from Update dependency eslint to ^9.30.1 to Update dependency eslint to ^9.31.0 2025-07-12 00:15:39 +00:00
renovate force-pushed renovate/eslint-9.x from 646a3c5252 to 509e9b6ad7 2025-07-13 00:15:13 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 509e9b6ad7 to 44d66af38b 2025-07-14 00:15:32 +00:00 Compare
renovate force-pushed renovate/eslint-9.x from 44d66af38b to 47145da7b7 2025-07-15 00:15:46 +00:00 Compare
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-9.x:renovate/eslint-9.x
git checkout renovate/eslint-9.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/MoneyMgr#8
No description provided.