Skip to content

Commit 97321c6

Browse files
chore: release svelte-eslint-parser (next) (#465)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d5b3322 commit 97321c6

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@
88
"blue-ghosts-tell",
99
"blue-pets-play",
1010
"brown-cheetahs-greet",
11+
"eighty-books-study",
1112
"friendly-hats-flow",
1213
"grumpy-dolphins-pay",
1314
"grumpy-pans-guess",
1415
"honest-mangos-wave",
1516
"nine-pandas-fly",
17+
"ninety-shoes-clean",
18+
"sharp-kangaroos-tease",
1619
"tasty-ants-ring",
1720
"twenty-cats-shave",
1821
"yellow-cooks-end"

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte-eslint-parser
22

3+
## 0.34.0-next.7
4+
5+
### Minor Changes
6+
7+
- [#464](https://github.com/sveltejs/svelte-eslint-parser/pull/464) [`d531e4e`](https://github.com/sveltejs/svelte-eslint-parser/commit/d531e4e6552e88fe47825436ee26619039cadc7d) Thanks [@baseballyama](https://github.com/baseballyama)! - breaking: drop @typescript-eslint v4 support
8+
9+
### Patch Changes
10+
11+
- [#467](https://github.com/sveltejs/svelte-eslint-parser/pull/467) [`e27a3de`](https://github.com/sveltejs/svelte-eslint-parser/commit/e27a3de8d97dd934a8dc0097374eee3ad3ee61ff) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: update `$inspect` types
12+
13+
- [#466](https://github.com/sveltejs/svelte-eslint-parser/pull/466) [`d5b3322`](https://github.com/sveltejs/svelte-eslint-parser/commit/d5b3322e19b7208815ba4251d75cf46d511cd4f1) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: add `$state.frozen` support
14+
315
## 0.34.0-next.6
416

517
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-eslint-parser",
3-
"version": "0.34.0-next.6",
3+
"version": "0.34.0-next.7",
44
"description": "Svelte parser for ESLint",
55
"repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git",
66
"homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme",

src/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run build:meta"
44
export const name = "svelte-eslint-parser" as const;
5-
export const version = "0.34.0-next.6" as const;
5+
export const version = "0.34.0-next.7" as const;

0 commit comments

Comments
 (0)