chore(deps-dev): bump @eslint/js from 9.39.4 to 10.0.1#241
chore(deps-dev): bump @eslint/js from 9.39.4 to 10.0.1#241dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.39.4 to 10.0.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
WalkthroughUpdates the ChangesESLint dependency update
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Line 57: Update the eslint dependency in package.json from ^9.14.0 to a
^10.0.0-compatible version matching `@eslint/js` ^10.0.1, while leaving the
existing `@eslint/js` dependency unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 903f2767-6be3-45b1-81f0-db69ce817f86
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json,!package-lock.json
📒 Files selected for processing (1)
package.json
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.14.0", | ||
| "@eslint/js": "^10.0.1", |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
rg -n '"eslint"\s*:' package.json pnpm-lock.yaml
fd -HI '(node-version|\\.nvmrc|\\.node-version|\\.tool-versions|Dockerfile|workflow)' . \
-x rg -n '18|20|22|24|node-version|NODE_VERSION' {}Repository: TestSprite/testsprite-cli
Length of output: 3341
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo '--- package.json (relevant sections) ---'
cat -n package.json | sed -n '1,140p'
echo
echo '--- Node/tooling version files ---'
fd -HI '(^|\.)(nvmrc|node-version|tool-versions)$|^Dockerfile$|^.*workflow.*\.yml$|^.*workflow.*\.yaml$' . \
| sort
echo
echo '--- Search for Node engine/version constraints ---'
rg -n 'engines|node-version|NODE_VERSION|20\.19|22\.13|24\+|22\b|20\b|18\b' \
.github package.json .nvmrc .node-version .tool-versions Dockerfile 2>/dev/null || trueRepository: TestSprite/testsprite-cli
Length of output: 3911
Bump eslint to match @eslint/js 10.0.1. @eslint/js@10.0.1 expects eslint: ^10.0.0, but this file still pins eslint to ^9.14.0, so the lint stack is mismatched.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@package.json` at line 57, Update the eslint dependency in package.json from
^9.14.0 to a ^10.0.0-compatible version matching `@eslint/js` ^10.0.1, while
leaving the existing `@eslint/js` dependency unchanged.
Bumps @eslint/js from 9.39.4 to 10.0.1.
Release notes
Sourced from @eslint/js's releases.
... (truncated)
Commits
84fb885chore: package.json update for@eslint/jsrelease1f66734chore: addeslinttopeerDependenciesof@eslint/js(#20467)f3fbc2fchore: set@eslint/jsversion to 10.0.0 to skip releasing it (#20466)b4b3127chore: package.json update for@eslint/jsrelease0b14059chore: package.json update for@eslint/jsreleasefa31a60feat!: addnameto configs (#20015)1e2cad5chore: package.json update for@eslint/jsrelease454a292feat!: updateeslint:recommendedconfiguration (#20210)c6358c3feat!: Require Node.js^20.19.0 || ^22.13.0 || >=24(#20160)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)Summary by CodeRabbit