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 8.17.0 → 9.12.0 (major) #244

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Oct 5, 2024


Welcome to Depfu đź‘‹

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!



🚨 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.17.0 → 9.12.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, 1.3.0 → 3.1.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.

↗️ acorn (indirect, 8.7.1 → 8.12.1) · Repo

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ 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 more commits than we can show here.

↗️ eslint-scope (indirect, 7.1.1 → 8.1.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)

8.0.1

8.0.1 (2024-03-20)

Documentation

Chores

8.0.0

8.0.0 (2024-01-04)

âš  BREAKING CHANGES

  • use ESTree directive property when searching for "use strict" (#118)
  • class extends is evaluated in the class scope (#116)
  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#115)

Features

  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#115) (ed67857)
  • use ESTree directive property when searching for "use strict" (#118) (23fe81f)

Bug Fixes

  • class extends is evaluated in the class scope (#116) (42ef7a9)

Documentation

Chores

7.2.2

7.2.2 (2023-07-27)

Chores

7.2.1

7.2.1 (2023-05-31)

Chores

7.2.0

Features

  • 70c8db1 feat: Add isGlobalReturn method on scopeManager. (#96) (Nicholas C. Zakas)

Documentation

  • 25abacf docs: add badges (#89) (Milos Djermanovic)

Build Related

  • a8811b8 build: add node v18 (#91) (唯然)

Chores

  • 3dbad80 chore: add triage action (#95) (Milos Djermanovic)
  • 34ffedc ci: add Node v19 (#94) (Milos Djermanovic)
  • 4c00534 ci: update Github actions (#93) (Deepshika S)
  • 6c8ccf2 chore: add funding field (#92) (Deepshika S)

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

↗️ eslint-visitor-keys (indirect, 3.3.0 → 4.1.0) · Repo · Changelog

Release Notes

4.0.0

4.0.0 (2024-02-08)

âš  BREAKING CHANGES

  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#63)

Features

  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#63) (388b2ac)

Chores

3.4.3

3.4.3 (2023-08-08)

Chores

3.4.2

3.4.2 (2023-07-27)

Documentation

Chores

3.4.1

3.4.1 (2023-05-05)

Bug Fixes

  • correct types for node16 resolution (#47) (7bd1fc1)

Chores

3.4.0

Features

  • 6ece4bd feat: add JSXSpreadChild and tool to build keys out of AST definitions (#36) (Brett Zamir)

Bug Fixes

  • e9a070f fix: remove useless sourcemap url (fixes #43) (#44) (余腾靖)

Documentation

  • 4beb7a7 docs: update badges (#37) (Milos Djermanovic)

Build Related

  • 81c0732 build: add node v18 (#39) (唯然)

Chores

  • 0398109 chore: add triage action (#42) (Milos Djermanovic)
  • bcffbe5 ci: add Node v19 (#41) (Milos Djermanovic)
  • c24f2e4 chore: update github actions and add funding field (#40) (Deepshika S)

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

↗️ espree (indirect, 9.3.2 → 10.2.0) · Repo · Changelog

Release Notes

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)

10.0.1

10.0.1 (2024-02-09)

Chores

10.0.0

10.0.0 (2024-01-25)

âš  BREAKING CHANGES

  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#589)

Features

  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#589) (e79cfa4)

Bug Fixes

Chores

9.6.1

9.6.1 (2023-07-14)

Chores

9.6.0

9.6.0 (2023-06-19)

Features

9.5.2

9.5.2 (2023-05-05)

Chores

9.5.1

Bug Fixes

  • 37f6b17 fix: remove useless sourcemap url (fixes #566) (#567) (余腾靖)

Chores

9.5.0

Features

  • 4368788 feat: Add parser name (#562) (Nicholas C. Zakas)

Chores

  • fe89a66 ci: use LTS node version in lint job (#561) (Nitin Kumar)
  • 5a70a0b chore: Add triage action (#560) (Nicholas C. Zakas)

9.4.1

Documentation

  • 30f5f2f docs: update README for ECMAScript 2023 (#557) (Sosuke Suzuki)

Chores

9.4.0

Features

  • 411d697 feat: Support ES2023 and hashbangs (#556) (Brandon Mills)

9.3.3

Bug Fixes

  • b1eac6d fix: don't recognize directives in ES3, allow parenthesized rest target (#554) (Milos Djermanovic)

Chores

  • bd3b5c6 ci: update github actions (#552) (Amaresh S M)
  • 45fec88 chore: update package.json (#550) (Deepshika S)

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

↗️ esquery (indirect, 1.4.0 → 1.6.0) · Repo

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ file-entry-cache (indirect, 6.0.1 → 8.0.0) · Repo · Changelog

Release Notes

8.0.0

Removing support for Nodejs 10, 12, and 14

This is updating modules to the latest versions and supporting Nodejs >=16 moving forward with v8.0.0

What's Changed

Full Changelog: v7.0.2...v8.0.0

7.0.2

What's Changed

Full Changelog: v7.0.1...v7.0.2

7.0.1

What's Changed

Full Changelog: v7.0.0...v7.0.1

7.0.0

What's Changed

Full Changelog: v6.0.1...v7.0.0

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ flat-cache (indirect, 3.0.4 → 4.0.1) · Repo · Changelog

Release Notes

4.0.1

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

4.0.0

Major version release

To stay up to date with latest module dependencies we moved to supporting nodejs >=16 with this release. All other functionality stayed the same.

What's Changed

Full Changelog: v3.2.0...v4.0.0

3.2.0

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

3.1.1

What's Changed

New Contributors

Full Changelog: v3.0.4...v3.1.1

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ flatted (indirect, 3.2.5 → 3.3.1) · Repo

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ globals (indirect, 13.15.0 → 14.0.0) · Repo

Release Notes

14.0.0

Breaking

Improvements

v13.24.0...v14.0.0

13.24.0

v13.23.0...v13.24.0

13.23.0

v13.22.0...v13.23.0

13.22.0

v13.21.0...v13.22.0

13.21.0

  • Add missing Node.js and browser globals (#200) 8eeba3b

v13.20.0...v13.21.0

13.20.0

  • Add missing Fetch API globals for Node.js (#197) ff81cf5

v13.19.0...v13.20.0

13.19.0

v13.18.0...v13.19.0

13.18.0

v13.17.0...v13.18.0

13.17.0

  • Add missing events to browser, worker, service worker environments (#192) 0bfae5d
  • Add TransformStream for browser (#193) 972bfd9

v13.16.0...v13.17.0

13.16.0

v13.15.0...v13.16.0

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ 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 more commits than we can show here.

↗️ optionator (indirect, 0.9.1 → 0.9.4) · Repo · Changelog

↗️ word-wrap (indirect, 1.2.3 → 1.2.5) · Repo

Security Advisories 🚨

🚨 word-wrap vulnerable to Regular Expression Denial of Service

All versions of the package word-wrap are vulnerable to Regular Expression Denial of Service (ReDoS) due to the usage of an insecure regular expression within the result variable.

Release Notes

1.2.5

Changes:

Reverts default value for options.indent to two spaces ' '.

Full Changelog: 1.2.4...1.2.5

1.2.4

What's Changed

New Contributors

Full Changelog: 1.2.3...1.2.4

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

🆕 @​eslint-community/eslint-utils (added, 4.4.0)

🆕 @​eslint-community/regexpp (added, 4.11.1)

🆕 @​eslint/config-array (added, 0.18.0)

🆕 @​eslint/core (added, 0.6.0)

🆕 @​eslint/js (added, 9.12.0)

🆕 @​eslint/object-schema (added, 2.1.4)

🆕 @​eslint/plugin-kit (added, 0.2.0)

🆕 @​humanfs/core (added, 0.19.0)

🆕 @​humanfs/node (added, 0.16.5)

🆕 @​humanwhocodes/module-importer (added, 1.0.1)

🆕 @​humanwhocodes/retry (added, 0.3.1)

🆕 @​types/estree (added, 1.0.6)

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

🆕 json-buffer (added, 3.0.1)

🆕 keyv (added, 4.5.4)

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

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

🗑️ doctrine (removed)

🗑️ fs.realpath (removed)

🗑️ functional-red-black-tree (removed)

🗑️ glob (removed)

🗑️ inflight (removed)

🗑️ once (removed)

🗑️ path-is-absolute (removed)

🗑️ rimraf (removed)

🗑️ type-fest (removed)

🗑️ v8-compile-cache (removed)

🗑️ wrappy (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
Author

depfu bot commented Oct 19, 2024

Closed in favor of #245.

@depfu depfu bot closed this Oct 19, 2024
@depfu depfu bot deleted the depfu/update/npm/eslint-9.12.0 branch October 19, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

0 participants