Skip to content

chore(sv): bump ESLint to v10 and update related dependencies#989

Open
jycouet wants to merge 3 commits intomainfrom
bump-eslint-v10
Open

chore(sv): bump ESLint to v10 and update related dependencies#989
jycouet wants to merge 3 commits intomainfrom
bump-eslint-v10

Conversation

@jycouet
Copy link
Contributor

@jycouet jycouet commented Mar 15, 2026

Closes #930

Summary

  • Bump eslint from ^9.39.2 to ^10.0.3 and @eslint/js from ^9.39.2 to ^10.0.1
  • Bump eslint-plugin-svelte to ^3.15.2, typescript-eslint to ^8.57.0, @eslint/compat to ^2.0.3, globals to ^17.4.0
  • Bump @sveltejs/eslint-config to ^9.0.0 (repo devDependency)
  • Update snapshot and lockfile

@changeset-bot
Copy link

changeset-bot bot commented Mar 15, 2026

🦋 Changeset detected

Latest commit: 0fddff1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
sv Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jycouet jycouet marked this pull request as draft March 15, 2026 15:22
@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 15, 2026

Open in StackBlitz

npx https://pkg.pr.new/svelte-migrate@989
npx https://pkg.pr.new/sv@989
npx https://pkg.pr.new/@sveltejs/sv-utils@989

commit: 0fddff1

@jycouet jycouet marked this pull request as ready for review March 15, 2026 15:57
import type { PageData } from './$types';

interface Props {
data: PageData;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while, you're at it, wanna update this to PageProps?

Copy link
Member

@manuel3108 manuel3108 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from the mentioned improvement, we should be good to go!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump ESLint to v10

3 participants