build(deps-dev): bump @eslint/js from 9.39.5 to 10.0.1 in /src/ts/deucalion-ui - #3
Conversation
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.39.5 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>
|
Blocked, not deferred: �slint-plugin-solid@0.14.5 (the latest release) declares �slint: ^6 || ^7 || ^8 || ^9, so ESLint 10 cannot resolve. CI confirms with ERESOLVE. Closing and adding a dependabot ignore for the eslint major until the plugin adds v10 support -- reopening weekly would just be red noise. Tracked in .github/dependabot.yml. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Dependabot opened its first batch and four of five PRs failed CI with ERESOLVE. All four were peer-dependency conflicts at the LATEST version of the dependent -- blocked, not merely deferred -- so they were closed (#3, #4, #6, #7) and are ignored here to stop them reappearing weekly as red noise. Minor and patch updates still flow normally. eslint / @eslint/js 9 -> 10 eslint-plugin-solid@0.14.5 (latest) peers eslint "^6 || ^7 || ^8 || ^9". Worth revisiting promptly: ESLint 10 moves minimatch 3.x -> 10.x, which is what would close the outstanding brace-expansion advisory. typescript 5.9 -> 7.0 typescript-eslint@8.65.0 (latest) peers typescript ">=4.8.4 <6.1.0". No stable stepping stone -- TS 6.0 is still only on the `beta` tag. @testing-library/jest-dom 6 -> 7 vite-plugin-solid@2.11.13 peerOptionals "^5.16.6 || ^5.17.0 || ^6.*". Already tried and reverted in 1f8dd9b: it breaks `npm install`, and so `dotnet build`, because deucalion-ui.esproj shells out to npm install. The fifth PR (#5, the grouped GitHub Actions bump: checkout v6->v7, setup-dotnet v5->v6, setup-node v6->v7, cache v5->v6) passed and was merged. The grouping worked as intended: minor/patch arrived grouped, majors arrived individually so each could be judged on its own. Verified after merging #5: .NET 135 total / 0 failed, vitest 115 passed, lint clean, build 0 warnings.
Dependabot opened its first batch and four of five PRs failed CI with ERESOLVE. All four were peer-dependency conflicts at the LATEST version of the dependent -- blocked, not merely deferred -- so they were closed (#3, #4, #6, #7) and are ignored here to stop them reappearing weekly as red noise. Minor and patch updates still flow normally. eslint / @eslint/js 9 -> 10 eslint-plugin-solid@0.14.5 (latest) peers eslint "^6 || ^7 || ^8 || ^9". Worth revisiting promptly: ESLint 10 moves minimatch 3.x -> 10.x, which is what would close the outstanding brace-expansion advisory. typescript 5.9 -> 7.0 typescript-eslint@8.65.0 (latest) peers typescript ">=4.8.4 <6.1.0". No stable stepping stone -- TS 6.0 is still only on the `beta` tag. @testing-library/jest-dom 6 -> 7 vite-plugin-solid@2.11.13 peerOptionals "^5.16.6 || ^5.17.0 || ^6.*". Already tried and reverted in 1f8dd9b: it breaks `npm install`, and so `dotnet build`, because deucalion-ui.esproj shells out to npm install. The fifth PR (#5, the grouped GitHub Actions bump: checkout v6->v7, setup-dotnet v5->v6, setup-node v6->v7, cache v5->v6) passed and was merged. The grouping worked as intended: minor/patch arrived grouped, majors arrived individually so each could be judged on its own. Verified after merging #5: .NET 135 total / 0 failed, vitest 115 passed, lint clean, build 0 warnings.
Bumps @eslint/js from 9.39.5 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)