chore(deps-dev): bump eslint from 9.39.4 to 10.0.3 in /ui#40
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump eslint from 9.39.4 to 10.0.3 in /ui#40dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.0.3. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.0.3) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
rennerdo30
added a commit
that referenced
this pull request
Jun 27, 2026
…6, vite 8) (#49) Land the coupled UI devDependency major upgrades together, since merging the individual dependabot branches conflicts and the bumps share peer constraints: - vitest 3 -> 4 (^4.1.0) supersedes #45 - @vitest/coverage-v8 3 -> 4 (^4.1.0) supersedes #46 - @vitejs/plugin-react 5 -> 6 (^6.0.1) supersedes #43 - add vite ^8.1.0 (required peer of @vitejs/plugin-react 6) Mock migration for the vitest 4 mock API change (vi.fn().mockImplementation / vi.fn(() => obj) is no longer constructable with `new`): - ui/vitest.setup.ts: global ResizeObserver mock -> class MockResizeObserver - ui/src/components/hls-player.test.tsx: Hls constructor mock -> class MockHls with static isSupported/Events/ErrorTypes Verification: `npm run build` passes; `npx vitest run` -> 712 passed / 1 failed, where the single failure is the pre-existing unrelated popover.test.tsx case (known-good baseline). eslint 9 -> 10 (#40) intentionally NOT included: eslint-config-next still depends on eslint-plugin-react ^7.37.0, whose latest release (7.37.5) declares `peer eslint: ^...^9.7` and uses the old rule-context API that eslint 10 removed. No published eslint-plugin-react / eslint-config-next yet supports eslint 10, so #40 remains upstream-blocked. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Owner
|
This was evaluated as part of the coordinated UI toolchain upgrade in #49 (merged: vitest 4, @vitest/coverage-v8 4, @vitejs/plugin-react 6, vite 8). eslint 10 was intentionally not included and this PR is being left open as upstream-blocked:
Forcing eslint 10 would require a risky override and breaks |
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.
Bumps eslint from 9.39.4 to 10.0.3.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
bfce7ea10.0.3d44ced8Build: changelog update for 10.0.3e511b58fix: update eslint (#20595)ef8fb92chore: package.json update for eslint-config-eslint releasee8f2104chore: updates for v9.39.4 release5cd1604refactor: simplify isCombiningCharacter helper (#20524)9fc31b0docs: Update README70ff1d0chore: eslint-config-eslint require Node^20.19.0 || ^22.13.0 || >=24(#20586)f4c9cf9fix: include variable name inno-useless-assignmentmessage (#20581)4efaa36docs: add info box foreslint-plugin-eslint-comments(#20570)You can trigger a rebase of this PR 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)