Skip to content
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

🚨 [security] Update eslint 9.0.0 → 9.15.0 (minor) #432

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Nov 25, 2024


🚨 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 update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ eslint (9.0.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.

↗️ @​eslint/eslintrc (indirect, 3.0.2 → 3.2.0) · Repo · Changelog

Release Notes

3.2.0

3.2.0 (2024-11-14)

Features

  • merge rule.meta.defaultOptions before validation (#166) (d02f914)

3.1.0

3.1.0 (2024-05-17)

Features

Chores

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 9 commits:

↗️ @​types/estree (indirect, 1.0.1 → 1.0.6) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ acorn (indirect, 8.11.3 → 8.14.0) · Repo

Commits

See the full diff on Github. The new version differs by 36 commits:

↗️ cross-spawn (indirect, 7.0.3 → 7.0.6) · Repo · Changelog

Security Advisories 🚨

🚨 Regular Expression Denial of Service (ReDoS) in cross-spawn

Versions of the package cross-spawn before 7.0.5 are vulnerable to Regular Expression Denial of Service (ReDoS) due to improper input sanitization. An attacker can increase the CPU usage and crash the program by crafting a very large and well crafted string.

Release Notes

7.0.6 (from changelog)

Bug Fixes

  • update cross-spawn version to 7.0.5 in package-lock.json (f700743)

7.0.5 (from changelog)

Bug Fixes

  • fix escaping bug introduced by backtracking (640d391)

7.0.4 (from changelog)

Bug Fixes

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 15 commits:

↗️ debug (indirect, 4.3.4 → 4.3.7) · Repo · Changelog

Release Notes

4.3.7

What's Changed

Full Changelog: 4.3.6...4.3.7

4.3.6

What's Changed

  • Avoid using deprecated RegExp.$1 by @bluwy in #969

New Contributors

Full Changelog: 4.3.5...4.3.6

4.3.5

Patch

Thank you @calvintwr for the fix.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 11 commits:

↗️ eslint-scope (indirect, 8.0.1 → 8.2.0) · Repo · Changelog

Release Notes

8.0.2

8.0.2 (2024-07-08)

Bug Fixes

  • Definition#name in catch patterns should be Identifier node (#127) (8082caa)

Does any of this look wrong? Please let us know.

↗️ eslint-visitor-keys (indirect, 4.0.0 → 4.2.0) · Repo · Changelog

↗️ espree (indirect, 10.0.1 → 10.3.0) · Repo · Changelog

Release Notes

10.3.0 (from changelog)

Features

  • add support for Import Attributes and RegExp Modifiers (#639) (2fd4222)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.1.0 to ^4.2.0

10.2.0 (from changelog)

Features

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.0.0 to ^4.1.0

10.1.0

10.1.0 (2024-06-17)

Features

  • Support ES2025 and RegExp duplicate named capturing groups (#608) (3059713)

Does any of this look wrong? Please let us know.

↗️ ignore (indirect, 5.3.1 → 5.3.2) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ ms (indirect, 2.1.2 → 2.1.3) · Repo

Release Notes

2.1.3

Patches

  • Rename zeit to vercel: #151
  • Bump eslint from 4.12.1 to 4.18.2: #122
  • Add prettier as a dev dependency: #135 #153
  • Use GitHub Actions CI: #154

Credits

Huge thanks to @getsnoopy for helping!

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 6 commits:

🆕 @​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)

🆕 @​types/json-schema (added, 7.0.15)

🆕 @​eslint/js (added, 9.15.0)

🗑️ @​humanwhocodes/config-array (removed)

🗑️ @​humanwhocodes/object-schema (removed)

🗑️ ansi-regex (removed)

🗑️ graphemer (removed)

🗑️ is-path-inside (removed)

🗑️ strip-ansi (removed)

🗑️ text-table (removed)

🗑️ @​eslint/js (removed)

🗑️ @​eslint/js (removed)


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Copy link
Contributor Author

depfu bot commented Dec 16, 2024

Closed in favor of #435.

@depfu depfu bot closed this Dec 16, 2024
@depfu depfu bot deleted the depfu-update-npm-eslint-9.15.0 branch December 16, 2024 08:08
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