File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
packages/eslint-plugin-svelte Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 77 },
88 "changesets" : [
99 " blue-panthers-run" ,
10+ " cold-starfishes-doubt" ,
1011 " cool-rockets-allow" ,
1112 " fast-coins-fly" ,
1213 " green-squids-compete" ,
1314 " hungry-grapes-shave" ,
1415 " lazy-eyes-wait" ,
16+ " olive-melons-explain" ,
1517 " olive-wolves-travel" ,
1618 " quiet-toys-burn" ,
1719 " sixty-news-look" ,
Original file line number Diff line number Diff line change 11# eslint-plugin-svelte
22
3+ ## 3.0.0-next.7
4+
5+ ### Major Changes
6+
7+ - [ #900 ] ( https://github.com/sveltejs/eslint-plugin-svelte/pull/900 ) [ ` 4759b47 ` ] ( https://github.com/sveltejs/eslint-plugin-svelte/commit/4759b47b195abee605a0597360fc9fc4c6d95f68 ) Thanks [ @marekdedic ] ( https://github.com/marekdedic ) ! - breaking: deprecated the no-goto-without-base rule
8+
9+ ### Minor Changes
10+
11+ - [ #900 ] ( https://github.com/sveltejs/eslint-plugin-svelte/pull/900 ) [ ` 4759b47 ` ] ( https://github.com/sveltejs/eslint-plugin-svelte/commit/4759b47b195abee605a0597360fc9fc4c6d95f68 ) Thanks [ @marekdedic ] ( https://github.com/marekdedic ) ! - feat: added the no-navigation-without-base rule
12+
313## 3.0.0-next.6
414
515### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-svelte" ,
3- "version" : " 3.0.0-next.6 " ,
3+ "version" : " 3.0.0-next.7 " ,
44 "description" : " ESLint plugin for Svelte using AST" ,
55 "repository" : " git+https://github.com/sveltejs/eslint-plugin-svelte.git" ,
66 "homepage" : " https://sveltejs.github.io/eslint-plugin-svelte" ,
Original file line number Diff line number Diff line change 22// This file has been automatically generated,
33// in order to update its content execute "pnpm run update"
44export const name = 'eslint-plugin-svelte' ;
5- export const version = '3.0.0-next.6 ' ;
5+ export const version = '3.0.0-next.7 ' ;
You can’t perform that action at this time.
0 commit comments