Update dependency @eslint/js to v9.13.0 (#231)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://github.com/eslint/eslint/tree/HEAD/packages/js)) | devDependencies | minor | [`9.10.0` -> `9.13.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.10.0/9.13.0) | --- ### Release Notes <details> <summary>eslint/eslint (@​eslint/js)</summary> ### [`v9.13.0`](https://github.com/eslint/eslint/releases/tag/v9.13.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.12.0...v9.13.0) #### Features - [`381c32b`](381c32b697
) feat: Allow languages to provide `defaultLanguageOptions` ([#​19003](https://github.com/eslint/eslint/issues/19003)) (Milos Djermanovic) - [`bf723bd`](bf723bd0f9
) feat: Improve eslintrc warning message ([#​19023](https://github.com/eslint/eslint/issues/19023)) (Milos Djermanovic) - [`1def4cd`](1def4cdfab
) feat: drop support for jiti v1.21 ([#​18996](https://github.com/eslint/eslint/issues/18996)) (Francesco Trotta) - [`f879be2`](f879be240c
) feat: export `ESLint.defaultConfig` ([#​18983](https://github.com/eslint/eslint/issues/18983)) (Nitin Kumar) #### Bug Fixes - [`78836d4`](78836d40eb
) fix: update the `complexity` rule type ([#​19027](https://github.com/eslint/eslint/issues/19027)) (Nitin Kumar) - [`064c8b6`](064c8b612e
) fix: update rule types ([#​18925](https://github.com/eslint/eslint/issues/18925)) (Nitin Kumar) #### Documentation - [`abdbfa8`](abdbfa8390
) docs: mark `LintMessage#nodeType` as deprecated ([#​19019](https://github.com/eslint/eslint/issues/19019)) (Nitin Kumar) - [`19e68d3`](19e68d3f3a
) docs: update deprecated rules type definitions ([#​19018](https://github.com/eslint/eslint/issues/19018)) (Nitin Kumar) - [`7dd402d`](7dd402d332
) docs: Update examples of passing multiple values to a CLI option ([#​19006](https://github.com/eslint/eslint/issues/19006)) (Milos Djermanovic) - [`5dcbc51`](5dcbc519b7
) docs: Add example with side-effect imports to no-restricted-imports ([#​18997](https://github.com/eslint/eslint/issues/18997)) (Milos Djermanovic) - [`1ee87ca`](1ee87ca1c5
) docs: Update README (GitHub Actions Bot) - [`2c3dbdc`](2c3dbdc231
) docs: Use prerendered sponsors for README ([#​18988](https://github.com/eslint/eslint/issues/18988)) (Milos Djermanovic) #### Chores - [`68d2d9d`](68d2d9dfd6
) chore: upgrade to `@eslint/js@9.13.0` and `@eslint/core@^0.7.0` ([#​19034](https://github.com/eslint/eslint/issues/19034)) (Francesco Trotta) - [`2211f0a`](2211f0aeb3
) chore: package.json update for [@​eslint/js](https://github.com/eslint/js) release (Jenkins) - [`c7abaef`](c7abaef533
) perf: using Node.js compile cache ([#​19012](https://github.com/eslint/eslint/issues/19012)) (唯然) - [`1d7c077`](1d7c077145
) chore: add pkg.type "commonjs" ([#​19011](https://github.com/eslint/eslint/issues/19011)) (唯然) - [`468e3bd`](468e3bdadf
) test: fix `ESLint` tests ([#​19021](https://github.com/eslint/eslint/issues/19021)) (Francesco Trotta) - [`ed4635f`](ed4635fa0e
) ci: upgrade knip@5.32.0 ([#​18992](https://github.com/eslint/eslint/issues/18992)) (Milos Djermanovic) - [`efad767`](efad767321
) chore: remove unused ignore dependency ([#​18993](https://github.com/eslint/eslint/issues/18993)) (Amaresh S M) ### [`v9.12.0`](https://github.com/eslint/eslint/releases/tag/v9.12.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.11.1...v9.12.0) #### Features - [`5a6a053`](5a6a05321c
) feat: update to `jiti` v2 ([#​18954](https://github.com/eslint/eslint/issues/18954)) (Arya Emami) - [`17a07fb`](17a07fb548
) feat: Hooks for test cases (RuleTester) ([#​18771](https://github.com/eslint/eslint/issues/18771)) (Anna Bocharova) - [`2ff0e51`](2ff0e51ced
) feat: Implement alternate config lookup ([#​18742](https://github.com/eslint/eslint/issues/18742)) (Nicholas C. Zakas) - [`2d17453`](2d174532ae
) feat: Implement modified cyclomatic complexity ([#​18896](https://github.com/eslint/eslint/issues/18896)) (Dmitry Pashkevich) #### Bug Fixes - [`ea380ca`](ea380cac6f
) fix: Upgrade retry to avoid EMFILE errors ([#​18986](https://github.com/eslint/eslint/issues/18986)) (Nicholas C. Zakas) - [`fdd6319`](fdd631964a
) fix: Issues with type definitions ([#​18940](https://github.com/eslint/eslint/issues/18940)) (Arya Emami) #### Documentation - [`ecbd522`](ecbd52291d
) docs: Mention code explorer ([#​18978](https://github.com/eslint/eslint/issues/18978)) (Nicholas C. Zakas) - [`7ea4ecc`](7ea4ecc6e3
) docs: Clarifying the Use of Meta Objects ([#​18697](https://github.com/eslint/eslint/issues/18697)) (Amaresh S M) - [`d3e4b2e`](d3e4b2ea4a
) docs: Clarify how to exclude `.js` files ([#​18976](https://github.com/eslint/eslint/issues/18976)) (Milos Djermanovic) - [`57232ff`](57232ff3d5
) docs: Mention plugin-kit in language docs ([#​18973](https://github.com/eslint/eslint/issues/18973)) (Nicholas C. Zakas) - [`b80ed00`](b80ed007ce
) docs: Update README (GitHub Actions Bot) - [`cb69ab3`](cb69ab374c
) docs: Update README (GitHub Actions Bot) - [`7fb0d95`](7fb0d957c1
) docs: Update README (GitHub Actions Bot) - [`493348a`](493348a9a5
) docs: Update README (GitHub Actions Bot) - [`87a582c`](87a582c8b5
) docs: fix typo in `id-match` rule ([#​18944](https://github.com/eslint/eslint/issues/18944)) (Jay) #### Chores - [`555aafd`](555aafd06f
) chore: upgrade to `@eslint/js@9.12.0` ([#​18987](https://github.com/eslint/eslint/issues/18987)) (Francesco Trotta) - [`873ae60`](873ae608c1
) chore: package.json update for [@​eslint/js](https://github.com/eslint/js) release (Jenkins) - [`d0a5414`](d0a5414c30
) refactor: replace strip-ansi with native module ([#​18982](https://github.com/eslint/eslint/issues/18982)) (Cristopher) - [`b827029`](b8270299ab
) chore: Enable JSON5 linting ([#​18979](https://github.com/eslint/eslint/issues/18979)) (Milos Djermanovic) - [`8f55ca2`](8f55ca22d9
) chore: Upgrade espree, eslint-visitor-keys, eslint-scope ([#​18962](https://github.com/eslint/eslint/issues/18962)) (Nicholas C. Zakas) - [`c1a2725`](c1a2725e9c
) chore: update dependency mocha to ^10.7.3 ([#​18945](https://github.com/eslint/eslint/issues/18945)) (Milos Djermanovic) ### [`v9.11.1`](https://github.com/eslint/eslint/releases/tag/v9.11.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.11.0...v9.11.1) #### Bug Fixes - [`20fd916`](20fd91689f
) fix: add `@eslint/core`, `@types/estree`, & `@types/json-schema` deps ([#​18938](https://github.com/eslint/eslint/issues/18938)) (Nitin Kumar) - [`2738322`](27383226b8
) fix: add missing types for `require-atomic-updates` rule ([#​18937](https://github.com/eslint/eslint/issues/18937)) (Kristóf Poduszló) - [`d71ff30`](d71ff3068c
) fix: add missing types for `object-shorthand` rule ([#​18935](https://github.com/eslint/eslint/issues/18935)) (Kristóf Poduszló) - [`561cadc`](561cadc543
) fix: add missing types for `no-unsafe-negation` rule ([#​18932](https://github.com/eslint/eslint/issues/18932)) (Kristóf Poduszló) - [`8843656`](8843656f9b
) fix: add missing types for `no-underscore-dangle` rule ([#​18931](https://github.com/eslint/eslint/issues/18931)) (Kristóf Poduszló) - [`92cde5c`](92cde5c6da
) fix: add missing types for `no-shadow` rule ([#​18930](https://github.com/eslint/eslint/issues/18930)) (Kristóf Poduszló) - [`b3cbe11`](b3cbe11a92
) fix: add missing types for `no-sequences` rule ([#​18929](https://github.com/eslint/eslint/issues/18929)) (Kristóf Poduszló) - [`976f77f`](976f77f7f6
) fix: add missing types for `no-unused-expressions` rule ([#​18933](https://github.com/eslint/eslint/issues/18933)) (Kristóf Poduszló) #### Documentation - [`3eff709`](3eff709637
) docs: replace deprecated `Linter.FlatConfig` type with `Linter.Config` ([#​18941](https://github.com/eslint/eslint/issues/18941)) (Carlos Meira) #### Chores - [`df4a859`](df4a859b4c
) chore: upgrade [@​eslint/js](https://github.com/eslint/js)[@​9](https://github.com/9).11.1 ([#​18943](https://github.com/eslint/eslint/issues/18943)) (Milos Djermanovic) - [`36d8095`](36d8095308
) chore: package.json update for [@​eslint/js](https://github.com/eslint/js) release (Jenkins) ### [`v9.11.0`](https://github.com/eslint/eslint/releases/tag/v9.11.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0) #### Features - [`ec30c73`](ec30c7349e
) feat: add "eslint/universal" to export `Linter` ([#​18883](https://github.com/eslint/eslint/issues/18883)) (唯然) - [`c591da6`](c591da68d4
) feat: Add language to types ([#​18917](https://github.com/eslint/eslint/issues/18917)) (Nicholas C. Zakas) - [`492eb8f`](492eb8f34e
) feat: limit the name given to `ImportSpecifier` in `id-length` ([#​18861](https://github.com/eslint/eslint/issues/18861)) (Tanuj Kanti) - [`19c6856`](19c685608d
) feat: Add `no-useless-constructor` suggestion ([#​18799](https://github.com/eslint/eslint/issues/18799)) (Jordan Thomson) - [`a48f8c2`](a48f8c29b5
) feat: add type `FormatterFunction`, update `LoadedFormatter` ([#​18872](https://github.com/eslint/eslint/issues/18872)) (Francesco Trotta) #### Bug Fixes - [`5e5f39b`](5e5f39b825
) fix: add missing types for `no-restricted-exports` rule ([#​18914](https://github.com/eslint/eslint/issues/18914)) (Kristóf Poduszló) - [`8f630eb`](8f630eb579
) fix: add missing types for `no-param-reassign` options ([#​18906](https://github.com/eslint/eslint/issues/18906)) (Kristóf Poduszló) - [`d715781`](d71578124f
) fix: add missing types for `no-extra-boolean-cast` options ([#​18902](https://github.com/eslint/eslint/issues/18902)) (Kristóf Poduszló) - [`2de5742`](2de5742682
) fix: add missing types for `no-misleading-character-class` options ([#​18905](https://github.com/eslint/eslint/issues/18905)) (Kristóf Poduszló) - [`c153084`](c153084250
) fix: add missing types for `no-implicit-coercion` options ([#​18903](https://github.com/eslint/eslint/issues/18903)) (Kristóf Poduszló) - [`fa11b2e`](fa11b2ede6
) fix: add missing types for `no-empty-function` options ([#​18901](https://github.com/eslint/eslint/issues/18901)) (Kristóf Poduszló) - [`a0deed1`](a0deed122a
) fix: add missing types for `camelcase` options ([#​18897](https://github.com/eslint/eslint/issues/18897)) (Kristóf Poduszló) #### Documentation - [`e4e5709`](e4e5709522
) docs: correct `prefer-object-has-own` type definition comment ([#​18924](https://github.com/eslint/eslint/issues/18924)) (Nitin Kumar) - [`91cbd18`](91cbd18c70
) docs: add unicode abbreviations in no-irregular-whitespace rule ([#​18894](https://github.com/eslint/eslint/issues/18894)) (Alix Royere) - [`59cfc0f`](59cfc0f1b3
) docs: clarify `resultsMeta` in `LoadedFormatter` type ([#​18881](https://github.com/eslint/eslint/issues/18881)) (Milos Djermanovic) - [`adcc50d`](adcc50dbf1
) docs: Update README (GitHub Actions Bot) - [`4edac1a`](4edac1a325
) docs: Update README (GitHub Actions Bot) #### Build Related - [`959d360`](959d360be5
) build: Support updates to previous major versions ([#​18871](https://github.com/eslint/eslint/issues/18871)) (Milos Djermanovic) #### Chores - [`ca21a64`](ca21a64ed0
) chore: upgrade [@​eslint/js](https://github.com/eslint/js)[@​9](https://github.com/9).11.0 ([#​18927](https://github.com/eslint/eslint/issues/18927)) (Milos Djermanovic) - [`a10f90a`](a10f90af35
) chore: package.json update for [@​eslint/js](https://github.com/eslint/js) release (Jenkins) - [`e4e02cc`](e4e02cc693
) refactor: Extract processor logic into ProcessorService ([#​18818](https://github.com/eslint/eslint/issues/18818)) (Nicholas C. Zakas) - [`6d4484d`](6d4484d9c1
) chore: updates for v8.57.1 release (Jenkins) - [`71f37c5`](71f37c5bf0
) refactor: use optional chaining when validating config rules ([#​18893](https://github.com/eslint/eslint/issues/18893)) (lucasrmendonca) - [`2c2805f`](2c2805f8ee
) chore: Add PR note to all templates ([#​18892](https://github.com/eslint/eslint/issues/18892)) (Nicholas C. Zakas) - [`7b852ce`](7b852ce59e
) refactor: use `Directive` class from `@eslint/plugin-kit` ([#​18884](https://github.com/eslint/eslint/issues/18884)) (Milos Djermanovic) - [`d594ddd`](d594ddd2cc
) chore: update dependency [@​eslint/core](https://github.com/eslint/core) to ^0.6.0 ([#​18863](https://github.com/eslint/eslint/issues/18863)) (renovate\[bot]) - [`78b2421`](78b2421e28
) chore: Update change.yml ([#​18882](https://github.com/eslint/eslint/issues/18882)) (Nicholas C. Zakas) - [`a416f0a`](a416f0a270
) chore: enable `$ExpectType` comments in .ts files ([#​18869](https://github.com/eslint/eslint/issues/18869)) (Francesco Trotta) </details> --- ### 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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: #231 Reviewed-by: Vylpes <ethan@vylpes.com> Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
This commit is contained in:
parent
5649bb83d7
commit
dc24fe82a8
1 changed files with 6 additions and 1 deletions
|
@ -435,11 +435,16 @@
|
||||||
minimatch "^3.1.2"
|
minimatch "^3.1.2"
|
||||||
strip-json-comments "^3.1.1"
|
strip-json-comments "^3.1.1"
|
||||||
|
|
||||||
"@eslint/js@9.10.0", "@eslint/js@^9.8.0":
|
"@eslint/js@9.10.0":
|
||||||
version "9.10.0"
|
version "9.10.0"
|
||||||
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.10.0.tgz#eaa3cb0baec497970bb29e43a153d0d5650143c6"
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.10.0.tgz#eaa3cb0baec497970bb29e43a153d0d5650143c6"
|
||||||
integrity sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==
|
integrity sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==
|
||||||
|
|
||||||
|
"@eslint/js@^9.8.0":
|
||||||
|
version "9.13.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.13.0.tgz#c5f89bcd57eb54d5d4fa8b77693e9c28dc97e547"
|
||||||
|
integrity sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==
|
||||||
|
|
||||||
"@eslint/object-schema@^2.1.4":
|
"@eslint/object-schema@^2.1.4":
|
||||||
version "2.1.4"
|
version "2.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
|
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
|
||||||
|
|
Loading…
Reference in a new issue