Skip to content

Commit 00b6e0f

Browse files
committed
fix: note old eslint plugin deprecation
closes #10242
1 parent a7bffde commit 00b6e0f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/two-terms-remain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte-migrate': patch
3+
---
4+
5+
fix: note old eslint plugin deprecation

packages/migrate/migrations/svelte-4/migrate.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export function update_pkg_json_content(content) {
4444
update_pkg('rollup-plugin-svelte', '^7.1.5');
4545
update_pkg('prettier-plugin-svelte', '^2.10.1');
4646
update_pkg('eslint-plugin-svelte', '^2.30.0');
47+
update_pkg(
48+
'eslint-plugin-svelte3',
49+
'^4.0.0',
50+
' (this package is deprecated, use eslint-plugin-svelte instead. More info: https://svelte.dev/docs/v4-migration-guide#new-eslint-package)'
51+
);
4752
update_pkg(
4853
'typescript',
4954
'^5.0.0',

0 commit comments

Comments
 (0)