Skip to content

Commit 03b9052

Browse files
authored
Merge branch 'main' into update-deps
2 parents 52e407d + 4f54dbe commit 03b9052

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"brown-gorillas-fly",
1010
"calm-fans-refuse",
1111
"cuddly-cats-beam",
12+
"famous-dots-do",
1213
"fifty-deers-pretend",
1314
"hip-eels-unite",
1415
"lovely-papayas-cough",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-svelte
22

3+
## 2.36.0-next.10
4+
5+
### Patch Changes
6+
7+
- [#704](https://github.com/sveltejs/eslint-plugin-svelte/pull/704) [`af2ccf9`](https://github.com/sveltejs/eslint-plugin-svelte/commit/af2ccf9f85af00221f9ec10efbc770cba5615a62) Thanks [@ota-meshi](https://github.com/ota-meshi)! - Update svelte-eslint-parser
8+
39
## 2.36.0-next.9
410

511
### Minor Changes

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "2.36.0-next.9",
3+
"version": "2.36.0-next.10",
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",
@@ -72,7 +72,7 @@
7272
"debug": "^4.3.4",
7373
"eslint-compat-utils": "^0.4.1",
7474
"esutils": "^2.0.3",
75-
"known-css-properties": "^0.29.0",
75+
"known-css-properties": "^0.30.0",
7676
"postcss": "^8.4.35",
7777
"postcss-load-config": "^3.1.4",
7878
"postcss-safe-parser": "^6.0.0",
@@ -165,13 +165,13 @@
165165
"source-map-js": "^1.0.2",
166166
"stylelint": "^16.2.1",
167167
"stylelint-config-standard": "^36.0.0",
168-
"stylus": "^0.62.0",
168+
"stylus": "^0.63.0",
169169
"svelte": "^5.0.0-next.73",
170170
"svelte-adapter-ghpages": "0.2.2",
171171
"svelte-i18n": "^4.0.0",
172172
"tslib": "^2.6.2",
173173
"type-coverage": "^2.27.1",
174-
"typescript": "~5.3.3",
174+
"typescript": "~5.4.0",
175175
"vite": "^5.1.5",
176176
"vite-plugin-svelte-md": "^0.1.7",
177177
"yaml": "^2.4.1"

src/meta.ts

Lines changed: 1 addition & 1 deletion
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 update"
44
export const name = 'eslint-plugin-svelte' as const;
5-
export const version = '2.36.0-next.9' as const;
5+
export const version = '2.36.0-next.10' as const;

0 commit comments

Comments
 (0)