Skip to content

Commit

Permalink
fix: note old eslint plugin deprecation (#10319)
Browse files Browse the repository at this point in the history
closes #10242
  • Loading branch information
dummdidumm authored Jul 6, 2023
1 parent a7bffde commit 98506eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-terms-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-migrate': patch
---

fix: note old eslint plugin deprecation
5 changes: 5 additions & 0 deletions packages/migrate/migrations/svelte-4/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ export function update_pkg_json_content(content) {
update_pkg('rollup-plugin-svelte', '^7.1.5');
update_pkg('prettier-plugin-svelte', '^2.10.1');
update_pkg('eslint-plugin-svelte', '^2.30.0');
update_pkg(
'eslint-plugin-svelte3',
'^4.0.0',
' (this package is deprecated, use eslint-plugin-svelte instead. More info: https://svelte.dev/docs/v4-migration-guide#new-eslint-package)'
);
update_pkg(
'typescript',
'^5.0.0',
Expand Down

0 comments on commit 98506eb

Please sign in to comment.