Skip to content

Commit b10e7b6

Browse files
chore(deps): update dependency svelte-preprocess to v6 (#935)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80aebfd commit b10e7b6

File tree

9 files changed

+74
-28
lines changed

9 files changed

+74
-28
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postcss": "^8.4.38",
1717
"postcss-load-config": "^6.0.1",
1818
"svelte": "^5.0.0-next.160",
19-
"svelte-preprocess": "^5.1.4",
19+
"svelte-preprocess": "^6.0.1",
2020
"vite": "^5.3.1"
2121
},
2222
"type": "module"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@sveltejs/vite-plugin-svelte": "workspace:^",
1515
"svelte": "^5.0.0-next.160",
16-
"svelte-preprocess": "^5.1.4",
16+
"svelte-preprocess": "^6.0.1",
1717
"vite": "^5.3.1"
1818
},
1919
"type": "module"

packages/e2e-tests/prebundle-svelte-deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@sveltejs/vite-plugin-svelte": "workspace:^",
2121
"sass": "^1.77.6",
2222
"svelte": "^5.0.0-next.160",
23-
"svelte-preprocess": "^5.1.4",
23+
"svelte-preprocess": "^6.0.1",
2424
"vite": "^5.3.1"
2525
}
2626
}

packages/e2e-tests/svelte-preprocess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@sveltejs/vite-plugin-svelte": "workspace:^",
1212
"sass": "^1.77.6",
1313
"svelte": "^5.0.0-next.160",
14-
"svelte-preprocess": "^5.1.4",
14+
"svelte-preprocess": "^6.0.1",
1515
"typescript": "^5.4.5",
1616
"vite": "^5.3.1"
1717
},

packages/e2e-tests/ts-type-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tsconfig/svelte": "^5.0.4",
1313
"@types/node": "^20.14.6",
1414
"svelte": "^5.0.0-next.160",
15-
"svelte-preprocess": "^5.1.4",
15+
"svelte-preprocess": "^6.0.1",
1616
"vite": "^5.3.1"
1717
},
1818
"type": "module"

packages/playground/big-component-library-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lodash-es": "^4.17.21",
2020
"svelte": "^5.0.0-next.160",
2121
"svelte-check": "^3.8.1",
22-
"svelte-preprocess": "^5.1.4",
22+
"svelte-preprocess": "^6.0.1",
2323
"typescript": "^5.4.5",
2424
"vite": "^5.3.1"
2525
},

packages/playground/big-component-library-vite-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cross-env": "^7.0.3",
2424
"lodash-es": "^4.17.21",
2525
"svelte": "^5.0.0-next.160",
26-
"svelte-preprocess": "^5.1.4",
26+
"svelte-preprocess": "^6.0.1",
2727
"vite": "^5.3.1"
2828
}
2929
}

packages/playground/big-component-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"carbon-icons-svelte": "^12.9.0",
1515
"carbon-preprocess-svelte": "^0.11.3",
1616
"svelte": "^5.0.0-next.160",
17-
"svelte-preprocess": "^5.1.4",
17+
"svelte-preprocess": "^6.0.1",
1818
"vite": "^5.3.1"
1919
},
2020
"dependencies": {

pnpm-lock.yaml

Lines changed: 66 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)