Skip to content

Commit 016034a

Browse files
fix(deps): update all non-major dependencies (#1146)
* fix(deps): update all non-major dependencies * chore: update formatting, thanks prettier /s --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dominikg <[email protected]>
1 parent b875b0c commit 016034a

File tree

30 files changed

+472
-464
lines changed

30 files changed

+472
-464
lines changed

docs/config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patt
192192
- **Default:** `false`
193193

194194
`vite-plugin-svelte` automatically manages [pre-bundling for Svelte components](./faq.md#what-is-going-on-with-vite-and-pre-bundling-dependencies). To opt-out of this automatic behavior you can use:
195-
196195
- `disableDependencyReinclusion: true` to disable all re-inclusions
197196
- `disableDependencyReinclusion: ['foo']` to disable re-inclusions only for dependencies of `foo`.
198197

docs/inspector.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ SVELTE_INSPECTOR_OPTIONS=true
7272
- **Default:** `{ parent: 'ArrowUp', child: 'ArrowDown', next: 'ArrowRight', prev: 'ArrowLeft' }`
7373

7474
Define keys to select elements with via keyboard. This improves accessibility and helps selecting elements that do not have a hoverable surface area due to tight wrapping.
75-
7675
- `parent`: select closest parent
7776
- `child`: select first child (or grandchild)
7877
- `next`: next sibling (or parent if no next sibling exists)
@@ -105,7 +104,6 @@ SVELTE_INSPECTOR_OPTIONS=true
105104
- **Default:** `'active'`
106105

107106
When to show the toggle button. The toggle button allows you to click on-screen to enable/disable the inspector, rather than using the `toggleKeyCombo`.
108-
109107
- `'always'`: always show the toggle button
110108
- `'active'`: show the toggle button when the inspector is active
111109
- `'never'`: never show the toggle button

docs/preprocess.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ However, `svelte-preprocess` does provide extra functionalities not available wi
1212
- **Default:** `{ script: false, style: true }`
1313

1414
A Svelte preprocessor that supports transforming TypeScript, PostCSS, SCSS, Less, Stylus, and SugarSS. These are transformed when the script or style tags have the respective `lang` attribute.
15-
1615
- TypeScript: `<script lang="ts">`
1716
- SCSS: `<style lang="scss">`
1817
- Less: `<style lang="less">`

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"generate:types-staged": "pnpm generate:types && :"
2424
},
2525
"devDependencies": {
26-
"@changesets/cli": "^2.29.4",
26+
"@changesets/cli": "^2.29.5",
2727
"@eslint/eslintrc": "^3.3.1",
2828
"@eslint/js": "^9.29.0",
2929
"@stylistic/eslint-plugin-js": "^4.4.1",
3030
"@sveltejs/eslint-config": "^8.2.0",
31-
"@sveltejs/kit": "^2.21.5",
31+
"@sveltejs/kit": "^2.22.0",
3232
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
3333
"@types/fs-extra": "^11.0.4",
3434
"@types/node": "^22.15.32",
@@ -38,32 +38,32 @@
3838
"eslint-config-prettier": "^10.1.5",
3939
"eslint-plugin-markdown": "^5.1.0",
4040
"eslint-plugin-n": "^17.20.0",
41-
"eslint-plugin-prettier": "^5.4.1",
42-
"eslint-plugin-svelte": "^3.9.2",
41+
"eslint-plugin-prettier": "^5.5.0",
42+
"eslint-plugin-svelte": "^3.9.3",
4343
"execa": "^8.0.1",
4444
"fs-extra": "^11.3.0",
4545
"globals": "^16.2.0",
4646
"husky": "^9.1.7",
4747
"lint-staged": "^16.1.2",
4848
"node-fetch": "^3.3.2",
4949
"npm-run-all2": "^8.0.4",
50-
"playwright-core": "~1.53.0",
51-
"prettier": "^3.5.3",
50+
"playwright-core": "~1.53.1",
51+
"prettier": "^3.6.0",
5252
"prettier-plugin-svelte": "^3.4.0",
5353
"publint": "^0.3.12",
54-
"svelte": "^5.34.3",
54+
"svelte": "^5.34.7",
5555
"svelte-eslint-parser": "^1.2.0",
5656
"typescript": "^5.8.3",
57-
"typescript-eslint": "^8.34.0",
58-
"vite": "^7.0.0-beta.1",
59-
"vitest": "^3.2.3"
57+
"typescript-eslint": "^8.34.1",
58+
"vite": "^7.0.0-beta.2",
59+
"vitest": "^3.2.4"
6060
},
6161
"lint-staged": {
6262
"*.{js,ts,svelte,html,md,svx}": "eslint --cache --fix",
6363
"*": "prettier --cache --ignore-path .gitignore --ignore-unknown --write",
6464
"packages/*/src/**/*": "pnpm generate:types-staged"
6565
},
66-
"packageManager": "[email protected].1",
66+
"packageManager": "[email protected].2",
6767
"engines": {
6868
"pnpm": "^10.2.0",
6969
"node": "^20.19 || ^22.12 || >=24"

packages/e2e-tests/_test_dependencies/svelte-api-only/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"type": "module",
1717
"dependencies": {
18-
"svelte": "^5.34.3"
18+
"svelte": "^5.34.7"
1919
}
2020
}

packages/e2e-tests/autoprefixer-browerslist/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"devDependencies": {
1414
"@sveltejs/vite-plugin-svelte": "workspace:^",
1515
"autoprefixer": "^10.4.21",
16-
"postcss": "^8.5.5",
16+
"postcss": "^8.5.6",
1717
"postcss-load-config": "^6.0.1",
18-
"svelte": "^5.34.3",
18+
"svelte": "^5.34.7",
1919
"svelte-preprocess": "^6.0.3",
20-
"vite": "^7.0.0-beta.1"
20+
"vite": "^7.0.0-beta.2"
2121
},
2222
"type": "module"
2323
}

packages/e2e-tests/configfile-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"devDependencies": {
1414
"@sveltejs/vite-plugin-svelte": "workspace:^",
15-
"svelte": "^5.34.3",
16-
"vite": "^7.0.0-beta.1"
15+
"svelte": "^5.34.7",
16+
"vite": "^7.0.0-beta.2"
1717
},
1818
"type": "module"
1919
}

packages/e2e-tests/configfile-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"devDependencies": {
1414
"@sveltejs/vite-plugin-svelte": "workspace:^",
15-
"svelte": "^5.34.3",
15+
"svelte": "^5.34.7",
1616
"svelte-preprocess": "^6.0.3",
17-
"vite": "^7.0.0-beta.1"
17+
"vite": "^7.0.0-beta.2"
1818
},
1919
"type": "module"
2020
}

packages/e2e-tests/css-dev-sourcemap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@sveltejs/vite-plugin-svelte": "workspace:^",
1313
"sass": "^1.89.2",
14-
"svelte": "^5.34.3",
15-
"vite": "^7.0.0-beta.1"
14+
"svelte": "^5.34.7",
15+
"vite": "^7.0.0-beta.2"
1616
}
1717
}

packages/e2e-tests/css-treeshake/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@sveltejs/vite-plugin-svelte": "workspace:^",
1313
"sass": "^1.89.2",
14-
"svelte": "^5.34.3",
15-
"vite": "^7.0.0-beta.1"
14+
"svelte": "^5.34.7",
15+
"vite": "^7.0.0-beta.2"
1616
}
1717
}

0 commit comments

Comments
 (0)