build(deps-dev): bump eslint from 9.39.2 to 10.0.0 and @eslint/js from 9.39.2 to 10.0.1#519
build(deps-dev): bump eslint from 9.39.2 to 10.0.0 and @eslint/js from 9.39.2 to 10.0.1#519torokati44 wants to merge 1 commit intoruffle-rs:masterfrom
Conversation
|
Blocked on typescript-eslint/typescript-eslint#11952. |
|
Seems like typescript-eslint 8.56.0+ supports ESLint v10: https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0 |
…m 9.39.2 to 10.0.1 Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.0) Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.39.2 to 10.0.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major - 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>
4f6a0c9 to
f2e539e
Compare
|
I think you failed to update the package.json and package-lock.json to typescript-eslint 8.56.0 or 8.56.1, assuming you were trying to do so. |
|
That's true, but |
|
Anyway, we can bump that on its own in the meantime: #523 |
Technically this only results in warnings, but we can wait if you'd rather avoid the warnings. See https://github.com/ruffle-rs/ruffle-rs.github.io/actions/runs/22458022954/job/65044383837 "Install dependencies" step for the warnings. |
This is #517 and #518 together.