Bump eslint from 8.1.0 to 9.14.0
Closed
Number: #778
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 3
Association: Unknown
Comments: 3
Created:
November 04, 2024 at 03:50 AM UTC
(over 1 year ago)
(over 1 year ago)
Updated:
November 12, 2025 at 01:54 PM UTC
(7 months ago)
(7 months ago)
Closed:
November 12, 2025 at 01:54 PM UTC
(7 months ago)
(7 months ago)
Time to Close:
about 1 year
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps eslint from 8.1.0 to 9.14.0.
Release notes
Sourced from eslint's releases.
v9.14.0
Features
3fa009ffeat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)b0faee3feat: add types for the@eslint/jspackage (#19010) (Nitin Kumar)Bug Fixes
24d0172fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)b442067fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)d474443fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)Documentation
151c965docs: updatecontext.languageOptions.parserdescription (#19084) (Nitin Kumar)dc34f94docs: Update README (GitHub Actions Bot)f16e846docs: Update README (GitHub Actions Bot)ee0a77edocs: change link from@types/eslintto lib/types (#19049) (Karl Horky)50f03a1docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)Build Related
37c9177build: update@wdio/*dependencies (#19068) (Francesco Trotta)35a8858build: exclude flawed dendency versions (#19065) (Francesco Trotta)Chores
f36cb16chore: upgrade@eslint/js@9.14.0 (#19086) (Milos Djermanovic)28be447chore: package.json update for@eslint/jsrelease (Jenkins)f48a2a0test: addno-invalid-regexptests with RegExp Modifiers (#19075) (Milos Djermanovic)425202eperf: Fix caching in config loaders (#19042) (Milos Djermanovic)3d44b3cci: run tests in Node.js 23 (#19055) (Francesco Trotta)7259627test: ensure tmp directory cleanup incheck-emfile-handling.js(#19036) (Livia Medeiros)v9.13.0
Features
381c32bfeat: Allow languages to providedefaultLanguageOptions(#19003) (Milos Djermanovic)bf723bdfeat: Improve eslintrc warning message (#19023) (Milos Djermanovic)1def4cdfeat: drop support for jiti v1.21 (#18996) (Francesco Trotta)f879be2feat: exportESLint.defaultConfig(#18983) (Nitin Kumar)Bug Fixes
78836d4fix: update thecomplexityrule type (#19027) (Nitin Kumar)064c8b6fix: update rule types (#18925) (Nitin Kumar)Documentation
abdbfa8docs: markLintMessage#nodeTypeas deprecated (#19019) (Nitin Kumar)19e68d3docs: update deprecated rules type definitions (#19018) (Nitin Kumar)7dd402ddocs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)5dcbc51docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)1ee87cadocs: Update README (GitHub Actions Bot)2c3dbdcdocs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)Chores
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.14.0 - November 1, 2024
f36cb16chore: upgrade@eslint/js@9.14.0 (#19086) (Milos Djermanovic)28be447chore: package.json update for@eslint/jsrelease (Jenkins)24d0172fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)3fa009ffeat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)b0faee3feat: add types for the@eslint/jspackage (#19010) (Nitin Kumar)151c965docs: updatecontext.languageOptions.parserdescription (#19084) (Nitin Kumar)dc34f94docs: Update README (GitHub Actions Bot)f48a2a0test: addno-invalid-regexptests with RegExp Modifiers (#19075) (Milos Djermanovic)37c9177build: update@wdio/*dependencies (#19068) (Francesco Trotta)b442067fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)35a8858build: exclude flawed dendency versions (#19065) (Francesco Trotta)425202eperf: Fix caching in config loaders (#19042) (Milos Djermanovic)3d44b3cci: run tests in Node.js 23 (#19055) (Francesco Trotta)f16e846docs: Update README (GitHub Actions Bot)ee0a77edocs: change link from@types/eslintto lib/types (#19049) (Karl Horky)d474443fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)7259627test: ensure tmp directory cleanup incheck-emfile-handling.js(#19036) (Livia Medeiros)50f03a1docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)v9.13.0 - October 18, 2024
68d2d9dchore: upgrade to@eslint/js@9.13.0and@eslint/core@^0.7.0(#19034) (Francesco Trotta)2211f0achore: package.json update for@eslint/jsrelease (Jenkins)381c32bfeat: Allow languages to providedefaultLanguageOptions(#19003) (Milos Djermanovic)78836d4fix: update thecomplexityrule type (#19027) (Nitin Kumar)c7abaefperf: using Node.js compile cache (#19012) (唯然)bf723bdfeat: Improve eslintrc warning message (#19023) (Milos Djermanovic)1d7c077chore: add pkg.type "commonjs" (#19011) (唯然)abdbfa8docs: markLintMessage#nodeTypeas deprecated (#19019) (Nitin Kumar)468e3bdtest: fixESLinttests (#19021) (Francesco Trotta)19e68d3docs: update deprecated rules type definitions (#19018) (Nitin Kumar)1def4cdfeat: drop support for jiti v1.21 (#18996) (Francesco Trotta)7dd402ddocs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)064c8b6fix: update rule types (#18925) (Nitin Kumar)f879be2feat: exportESLint.defaultConfig(#18983) (Nitin Kumar)5dcbc51docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)ed4635fci: upgrade knip@5.32.0 (#18992) (Milos Djermanovic)efad767chore: remove unused ignore dependency (#18993) (Amaresh S M)1ee87cadocs: Update README (GitHub Actions Bot)2c3dbdcdocs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)v9.12.0 - October 4, 2024
555aafdchore: upgrade to@eslint/js@9.12.0(#18987) (Francesco Trotta)873ae60chore: package.json update for@eslint/jsrelease (Jenkins)ea380cafix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)d0a5414refactor: replace strip-ansi with native module (#18982) (Cristopher)b827029chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
... (truncated)
Commits
db0b8449.14.020b0da1Build: changelog update for 9.14.0f36cb16chore: upgrade@eslint/js@9.14.0 (#19086)28be447chore: package.json update for@eslint/jsrelease24d0172fix: enable retry concurrency limit for readFile() (#19077)3fa009ffeat: add support for Import Attributes and RegExp Modifiers (#19076)b0faee3feat: add types for the@eslint/jspackage (#19010)151c965docs: updatecontext.languageOptions.parserdescription (#19084)dc34f94docs: Update READMEf48a2a0test: addno-invalid-regexptests with RegExp Modifiers (#19075)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
Technical Details
| ID: | 10994726 |
| UUID: | 2631762893 |
| Node ID: | PR_kwDOFScmCc6Av0dO |
| Host: | GitHub |
| Repository: | Checkmarx/ast-cli-javascript-wrapper |