🚨 [security] Update eslint 8.25.0 → 10.0.0 (major)#49
Closed
depfu[bot] wants to merge 1 commit intomainfrom
Closed
🚨 [security] Update eslint 8.25.0 → 10.0.0 (major)#49depfu[bot] wants to merge 1 commit intomainfrom
depfu[bot] wants to merge 1 commit intomainfrom
Conversation
Author
|
Closed in favor of #50. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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.25.0 → 10.0.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.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Security Advisories 🚨
🚨 Regular Expression Denial of Service (ReDoS) in cross-spawn
Release Notes
7.0.6 (from changelog)
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 15 commits:
chore(release): 7.0.6chore: upgrade standard-versionfix: update cross-spawn version to 7.0.5 in package-lock.jsonchore: fix build status badgechore(release): 7.0.5fix: fix escaping bug introduced by backtrackingchore: remove codecovchore: replace travis with github workflowschore(release): 7.0.4fix: disable regexp backtracking (#160)chore: fix tests in recent node js versionschore: convert package lockchore: remove unused argument (#156)chore: add travis jobs on ppc64le (#142)chore: fix audit warningRelease Notes
8.0.2
8.0.1
8.0.0
7.2.2
7.2.1
7.2.0
Does any of this look wrong? Please let us know.
Release Notes
4.0.0
3.4.3
3.4.2
3.4.1
3.4.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.
Release Notes
Too many releases to show here. View the full release notes.
Sorry, we couldn't find anything useful about this release.
Release Notes
8.0.0
7.0.2
7.0.1
7.0.0
Does any of this look wrong? Please let us know.
Release Notes
4.0.1
4.0.0
3.2.0
3.1.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
3.3.3ruf/linted Python + dev-dependencies updatesexplicit files in package.json3.3.2Fix #81 - Removed published __pycache__ from npm3.3.1Fixed another typo on TS definition3.3.0Fixed types and TS logo in npmRemoved jsr.json from npm3.2.13Fixed typo in JSDoc TS3.2.12Last attempt to fix jsr.ioStill trying to fix jsr.io publishing3.2.11Improved TS typesBumped jsr.io too3.2.10Trying this jsr thingUpdated dev-dependenciesUpdated all dev/dependenciesMerge pull request #71 from WebReflection/python3.2.9Added Python version of the very same thing3.2.8Merge pull request #70 from WebReflection/issue-69Fix #69 - Make `$value` an explicit class fieldRemoved a disturbingly unnecessary early returnMerge pull request #63 from WebReflection/dependabot/npm_and_yarn/json5-2.2.3Bump json5 from 2.2.1 to 2.2.3Release Notes
5.3.0
5.2.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 38 commits:
5.3.2: fixes #130, fixes consequent escaped backslashesMerge pull request #128 from kaelzhang/dependabot/npm_and_yarn/rimraf-6.0.1dependabot.yml: ignore eslintBump rimraf from 5.0.9 to 6.0.1dependabot: ignore tapMerge pull request #110 from kaelzhang/dependabot/npm_and_yarn/tmp-0.2.3Bump tmp from 0.2.1 to 0.2.35.3.1: #108: remove BOM before processing .gitignore rules5.3.0: #105Merge pull request #105 from DamianGlowala/patch-1Update index.d.tstest: rollback tap for the breaking changeMerge pull request #103 from kaelzhang/dependabot/npm_and_yarn/tap-18.5.3Bump tap from 16.3.9 to 18.5.3test/typescript: add more tests for interface Ignorechore: upgrade dev deps#94: upgrade mkdirp -> 3.0.0Merge pull request #93 from kaelzhang/dependabot/npm_and_yarn/rimraf-5.0.0Bump rimraf from 4.4.1 to 5.0.0Merge pull request #92 from kaelzhang/dependabot/npm_and_yarn/typescript-5.0.2Bump typescript from 4.9.5 to 5.0.2test: update git actions: since ignore are node-version-agnostic, so only test on node LTStest: since ignore are node-version-agnostic, so only test on node LTSchore: upgrade dev dependencies, fixes #85, fixes #89, fixes #86Create dependabot.yml5.2.4: README: update github action badgetest/coverage: do not force test coverage on windows since it is quite hard to ignore different lines for linux and windowstest/coverage: remove the buggy "istanbul ignore next" (nyc @15.1.0)test: another test cases related to #57dev: upgrade dev dependenciestest: remove timeout setting for git-check-ignore5.2.3: fixes #57: fixes normal single / consecutive asterisks#57: test: support test.only#81: fixes windows test cases#81: fixes windows test cases5.2.2: fixes #81: invalid single trailing backslash should not throw5.2.1: fixes typo in the example of "backslash hash", related to #83#76: add test caseCommits
See the full diff on Github. The new version differs by 25 commits:
Release v2.3.1Prepare v2.3.1 releaseUpdate `version`ci(deps): update GitHub Actions workflows to run on Node.js 20 (LTS) (#130)Update dependencies (#128)Fix broken referenceAdd README section for maintainersRelease v2.3.0Rename package.json#name before publishing `punycode.js`Release v2.2.2Update repo URLAdd jsDelivr hits badge (#69)Update mocha dependency (#103)Set up GitHub ActionsAdd test for #115Do not encode DEL (#115)Update browser support section in README (#118)Replace `let` with `const` where applicable (#93)Release v2.2.1Do not decode non-ASCII-alphanumerics in Punycode labels (#124)Release v2.2.0fix: upstream node.js changes (#121)fix: update jsdoc definitions (#120)Fix usage instructions in README (#113)Add LTS Node.js version to CI settings (#92)Security Advisories 🚨
🚨 word-wrap vulnerable to Regular Expression Denial of Service
Release Notes
1.2.5
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 16 commits:
1.2.5revert default indentrun verb to generate READMEMerge pull request #42 from jonschlinkert/chore/publish-workflowMerge pull request #41 from jonschlinkert/fix/CVE-2023-26115-2Update .github/workflows/publish.ymlchore: bump version to 1.2.4chore: add publish workflowchore: fix testchore: remove package-lockchore: added an additional testcasefix: cve 2023-26115fix: settle for new regex to support lower node versions:lock: fix: CVE-2023-26115Merge pull request #24 from mohd-akram/remove-default-indentRemove default indent🆕 @eslint-community/eslint-utils (added, 4.9.1)
🆕 @eslint-community/regexpp (added, 4.12.2)
🆕 @eslint/config-array (added, 0.23.1)
🆕 @eslint/config-helpers (added, 0.5.2)
🆕 @eslint/core (added, 1.1.0)
🆕 @eslint/object-schema (added, 3.0.1)
🆕 @eslint/plugin-kit (added, 0.6.0)
🆕 @humanfs/core (added, 0.19.1)
🆕 @humanfs/node (added, 0.16.7)
🆕 @humanwhocodes/retry (added, 0.4.3)
🆕 @isaacs/cliui (added, 9.0.0)
🆕 @types/esrecurse (added, 4.3.1)
🆕 @types/estree (added, 1.0.8)
🆕 @types/json-schema (added, 7.0.15)
🆕 jackspeak (added, 4.2.3)
🆕 json-buffer (added, 3.0.1)
🆕 keyv (added, 4.5.4)
🗑️ @eslint/eslintrc (removed)
🗑️ @humanwhocodes/config-array (removed)
🗑️ @humanwhocodes/object-schema (removed)
🗑️ @nodelib/fs.scandir (removed)
🗑️ @nodelib/fs.stat (removed)
🗑️ @nodelib/fs.walk (removed)
🗑️ callsites (removed)
🗑️ chalk (removed)
🗑️ dir-glob (removed)
🗑️ doctrine (removed)
🗑️ eslint-config-airbnb-base (removed)
🗑️ eslint-utils (removed)
🗑️ fast-glob (removed)
🗑️ fastq (removed)
🗑️ globals (removed)
🗑️ globby (removed)
🗑️ grapheme-splitter (removed)
🗑️ has-flag (removed)
🗑️ import-fresh (removed)
🗑️ js-sdsl (removed)
🗑️ lodash.merge (removed)
🗑️ merge2 (removed)
🗑️ parent-module (removed)
🗑️ path-type (removed)
🗑️ queue-microtask (removed)
🗑️ regexpp (removed)
🗑️ resolve-from (removed)
🗑️ reusify (removed)
🗑️ run-parallel (removed)
🗑️ slash (removed)
🗑️ strip-json-comments (removed)
🗑️ supports-color (removed)
🗑️ text-table (removed)
🗑️ type-fest (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