🚨 [security] Update eslint 8.57.0 → 9.15.0 (major) #206
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint (8.57.0 → 9.15.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore: release 3.2.0 (#174)
feat: merge rule.meta.defaultOptions before validation (#166)
docs: add `compat.extends` example with plugin config (#173)
ci: run tests in Node.js 23 (#170)
ci: reduce list of releasable tags to `feat`, `fix` and `perf` (#161)
chore: release 3.1.0 (#155)
feat: Expose loadConfigFile() function (#160)
chore: update dependency shelljs to ^0.8.5 (#156)
ci: run tests in Node.js 22 (#154)
chore: release 3.0.2 (#153)
chore: maintenance update of `globals` to `v14` (#152)
chore: release 3.0.1 (#145)
chore: upgrade [email protected] (#151)
docs: More explicit about all and recommended configs (#150)
docs: fix changelog for v3.0.0 (#144)
chore: release 3.0.0 (#141)
chore: upgrade github actions (#143)
feat!: Require Node.js `^18.18.0 || ^20.9.0 || >=21.1.0` (#142)
feat!: Set default `schema: []`, drop support for function-style rules (#139)
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 36 commits:
Mark version 8.14.0
Add missing unicode properties
Add support for ES2025 RegExp Modifiers
Add support for ES2025 Import Attributes
Mark version 8.13.0
Remove unused eslint-plugin-promise package
Add Unicode v16 support
Fix whitelist, unsupported features
Bump test262
Mark acorn-walk version 8.3.4
Walk SwitchCase nodes as separate nodes in the base walker for SwitchStatement
Mark version 8.12.1
Don't use an /s regexp
Simplify imports
Bump actions/setup-node v4
Bump test262
Mark acorn-walk version 8.3.3
Mark version 8.12.0
Specify a direct dependency on acorn in acorn-walk
Add VariableDeclarator to AnyNode type
Actually initialize branchID in RegExpValidationState constuctor
refactor to remove unnecessary code
Add 2025 to ecmaVersion type
Allow duplicate regexp capture group names in different branches
Fix parsing of an "async of" edge case in for loop (#1286)
Properly handle line breaks when looking for directives (#1283)
Mark Parser constructor as protected so plugins can extend it
Fix minor ParenthesizedExpression-related issues (#1277)
Fix minor line terminator/line number tracking issues
Properly account for crlf line breaks in readInvalidTemplateToken
Properly tack line numbers in readInvalidTemplateToken
Add missing changelog entry
Mark acorn-walk 8.3.2
Delete trailing whitespace
Export type for findNodeBefore
Adjust package.json
Security Advisories 🚨
🚨 Regular Expression Denial of Service (ReDoS) in cross-spawn
Release Notes
7.0.5 (from changelog)
7.0.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
chore(release): 7.0.5
fix: fix escaping bug introduced by backtracking
chore: remove codecov
chore: replace travis with github workflows
chore(release): 7.0.4
fix: disable regexp backtracking (#160)
chore: fix tests in recent node js versions
chore: convert package lock
chore: remove unused argument (#156)
chore: add travis jobs on ppc64le (#142)
chore: fix audit warning
Release Notes
8.0.2
8.0.1
8.0.0
Does any of this look wrong? Please let us know.
Release Notes
10.3.0 (from changelog)
10.2.0 (from changelog)
10.1.0
10.0.1
10.0.0
Does any of this look wrong? Please let us know.
Release Notes
8.0.0
7.0.2
7.0.1
7.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Merge pull request #43 from jaredwray/removing-support-for-nodejs-12-and-14
version bump to v8.0.0
upgrading eslint and modules to latest
adding rimraf to devDependencies
upgrading to use flat-cache v4
updating to use nodejs 16
updating to use 16
removing support for nodejs 12 and 14
version bump to v7.0.2
Merge pull request #41 from jaredwray/upgrading-flat-cache-to-3.2.0
upgrading flat-cache to 3.2.0
Merge pull request #40 from jaredwray/removing-del-module-as-no-longer-needed
removing del module as no longer needed
version bump to v7.0.1
Merge pull request #39 from jaredwray/upgrading-eslint-to-8.50.0-and-mocha-plugin
upgrading eslint to 8.50.0 and mocha plugin
Merge pull request #38 from jaredwray/upgrading-chai-to-4.3.10
upgrading chai to 4.3.10
Merge pull request #37 from jaredwray/upgrading-flat-cache-to-3.1.1
upgrading flat-cache to 3.1.1
Merge pull request #36 from jaredwray/removing-support-for-Nodejs-version-10
removing support for Nodejs version 10
Update README.md
Merge pull request #35 from jaredwray/adding-code-coverage-reporting-via-codecov
updating tests for master
Merge pull request #34 from jaredwray/adding-code-coverage-reporting-via-codecov
Update LICENSE
Update cache.js
moving to 100% code coverage
Update README.md
adding code coverage reporting via codecov
Update LICENSE
Merge pull request #33 from jaredwray/removing-package-lock-and-setting-tests-to-nodejs-versions
Update tests.yaml
removing package-lock and setting tests to nodejs versions
update readme to show workflow status
Merge pull request #32 from jaredwray/upgrading-chai-and-mocha-to-latest
Merge branch 'master' into upgrading-chai-and-mocha-to-latest
upgrading chai and mocha to latest
Release Notes
4.0.1
4.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
Merge pull request #97 from jaredwray/removing-parts-of-keyv-as-a-dependency
moving to 18
removing testing on 16
Update cache.js
removing parts of keyv as a dependency
Merge pull request #95 from jaredwray/upgrading-moch-to-10.3.0
upgrading moch to 10.3.0
Merge pull request #93 from jaredwray/upgrading-prettier-to-3.2.4
upgrading prettier to 3.2.4
Merge pull request #92 from jaredwray/upgrading-c8-to-9.1.0
upgrading c8 to 9.1.0
Merge pull request #89 from uncenter/dont-use-var
test: missed a var
docs: use const in readme examples
test: use let/const instead of var
refactor: use named exports, update imports
refactor: prefer let/const over var
Merge pull request #88 from uncenter/run-prettier-separately
style: format files with prettier
chore: run prettier separately from eslint
Merge pull request #87 from jaredwray/removing-rimraf-as-core-dependency
removing rimraf as core dependency
Merge pull request #86 from jaredwray/removing-support-for-node-10,-12,-and-14
version bump to v4.0.0
adding a clean command
upgrading to latest c8, eslint, and mocha
removing support for node 10, 12, and 14
Merge pull request #85 from jaredwray/removing-the-testing-on-21
removing lint as it is handled int tests
removing the testing on 21
Release Notes
14.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
14.0.0
Require Node.js 18
Generate types rather than relying on `type-fest` (#209)
Add script to get builtin globals (#207)
🆕 @​eslint/config-array (added, 0.19.0)
🆕 @​eslint/core (added, 0.9.0)
🆕 @​eslint/object-schema (added, 2.1.4)
🆕 @​eslint/plugin-kit (added, 0.2.3)
🆕 @​humanfs/core (added, 0.19.1)
🆕 @​humanfs/node (added, 0.16.6)
🆕 @​humanwhocodes/retry (added, 0.3.1)
🆕 @​humanwhocodes/retry (added, 0.4.1)
🆕 eslint-visitor-keys (added, 4.2.0)
🆕 @​types/estree (added, 1.0.6)
🗑️ @​babel/plugin-proposal-logical-assignment-operators (removed)
🗑️ @​humanwhocodes/config-array (removed)
🗑️ @​humanwhocodes/object-schema (removed)
🗑️ @​ungap/structured-clone (removed)
🗑️ type-fest (removed)
🗑️ @​react-native/babel-plugin-codegen (removed)
🗑️ @​react-native/babel-preset (removed)
🗑️ @​react-native/codegen (removed)
🗑️ hermes-estree (removed)
🗑️ hermes-parser (removed)
🗑️ doctrine (removed)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands