We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bffde commit 98506ebCopy full SHA for 98506eb
.changeset/two-terms-remain.md
@@ -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
@@ -44,6 +44,11 @@ export function update_pkg_json_content(content) {
44
update_pkg('rollup-plugin-svelte', '^7.1.5');
45
update_pkg('prettier-plugin-svelte', '^2.10.1');
46
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
+ );
52
update_pkg(
53
'typescript',
54
'^5.0.0',
0 commit comments