From f9b05d1e83c69eb20359fab5c2049f83d91bee57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 22:39:53 +0000 Subject: [PATCH] Update dependency svelte-preprocess to v5 --- packages/core/package.json | 2 +- packages/youtube-lite/package.json | 2 +- pnpm-lock.yaml | 109 +++++++++++++++++++++++++++-- storybook/package.json | 2 +- 4 files changed, 106 insertions(+), 9 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 909695b1..62e7bcbf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -31,7 +31,7 @@ "svelte": "3.55.0", "svelte-check": "2.10.2", "svelte-loader": "3.1.3", - "svelte-preprocess": "4.10.7", + "svelte-preprocess": "5.0.0", "svelte2tsx": "0.5.20", "tslib": "2.4.1", "typescript": "4.9.3", diff --git a/packages/youtube-lite/package.json b/packages/youtube-lite/package.json index b504e7a7..6a832283 100644 --- a/packages/youtube-lite/package.json +++ b/packages/youtube-lite/package.json @@ -23,7 +23,7 @@ "prettier-plugin-svelte": "2.8.0", "svelte": "3.55.0", "svelte-check": "2.10.2", - "svelte-preprocess": "4.10.7", + "svelte-preprocess": "5.0.0", "tslib": "2.4.1", "typescript": "4.9.3", "vite": "4.0.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 815c58f0..2fd973b1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,7 +25,7 @@ importers: svelte: 3.55.0 svelte-check: 2.10.2 svelte-loader: 3.1.3 - svelte-preprocess: 4.10.7 + svelte-preprocess: 5.0.0 svelte2tsx: 0.5.20 tslib: 2.4.1 typescript: 4.9.3 @@ -44,7 +44,7 @@ importers: svelte: 3.55.0 svelte-check: 2.10.2_svelte@3.55.0 svelte-loader: 3.1.3_svelte@3.55.0 - svelte-preprocess: 4.10.7_ozwewin3tvouwvcwd5wmlkxtki + svelte-preprocess: 5.0.0_ozwewin3tvouwvcwd5wmlkxtki svelte2tsx: 0.5.20_ozwewin3tvouwvcwd5wmlkxtki tslib: 2.4.1 typescript: 4.9.3 @@ -66,7 +66,7 @@ importers: prettier-plugin-svelte: 2.8.0 svelte: 3.55.0 svelte-check: 2.10.2 - svelte-preprocess: 4.10.7 + svelte-preprocess: 5.0.0 tslib: 2.4.1 typescript: 4.9.3 vite: 4.0.1 @@ -84,7 +84,7 @@ importers: prettier-plugin-svelte: 2.8.0_ajxj753sv7dbwexjherrch25ta svelte: 3.55.0 svelte-check: 2.10.2_svelte@3.55.0 - svelte-preprocess: 4.10.7_ozwewin3tvouwvcwd5wmlkxtki + svelte-preprocess: 5.0.0_ozwewin3tvouwvcwd5wmlkxtki tslib: 2.4.1 typescript: 4.9.3 vite: 4.0.1 @@ -122,7 +122,7 @@ importers: svelte: 3.55.0 svelte-check: 2.10.2 svelte-loader: 3.1.3 - svelte-preprocess: 4.10.7 + svelte-preprocess: 5.0.0 svelte2tsx: 0.5.20 tslib: 2.4.1 typescript: 4.9.3 @@ -159,7 +159,7 @@ importers: svelte: 3.55.0 svelte-check: 2.10.2_rxdqstjrxayjafdavj5x7ack44 svelte-loader: 3.1.3_svelte@3.55.0 - svelte-preprocess: 4.10.7_npijz3v4otsp6ubmwvrcmsfvwa + svelte-preprocess: 5.0.0_npijz3v4otsp6ubmwvrcmsfvwa svelte2tsx: 0.5.20_ozwewin3tvouwvcwd5wmlkxtki tslib: 2.4.1 typescript: 4.9.3 @@ -8982,6 +8982,103 @@ packages: typescript: 4.9.3 dev: true + /svelte-preprocess/5.0.0_npijz3v4otsp6ubmwvrcmsfvwa: + resolution: {integrity: sha512-q7lpa7i2FBu8Pa+G0MmuQQWETBwCKgsGmuq1Sf6n8q4uaG9ZLcLP0Y+etC6bF4sE6EbLxfiI38zV6RfPe3RSfg==} + engines: {node: '>= 14.10.0'} + requiresBuild: true + peerDependencies: + '@babel/core': ^7.10.2 + coffeescript: ^2.5.1 + less: ^3.11.3 || ^4.0.0 + postcss: ^7 || ^8 + postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0 + pug: ^3.0.0 + sass: ^1.26.8 + stylus: ^0.55.0 + sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0 + svelte: ^3.23.0 + typescript: ^3.9.5 || ^4.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + coffeescript: + optional: true + less: + optional: true + postcss: + optional: true + postcss-load-config: + optional: true + pug: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + typescript: + optional: true + dependencies: + '@babel/core': 7.20.2 + '@types/pug': 2.0.6 + '@types/sass': 1.43.1 + detect-indent: 6.1.0 + magic-string: 0.27.0 + sorcery: 0.10.0 + strip-indent: 3.0.0 + svelte: 3.55.0 + typescript: 4.9.3 + dev: true + + /svelte-preprocess/5.0.0_ozwewin3tvouwvcwd5wmlkxtki: + resolution: {integrity: sha512-q7lpa7i2FBu8Pa+G0MmuQQWETBwCKgsGmuq1Sf6n8q4uaG9ZLcLP0Y+etC6bF4sE6EbLxfiI38zV6RfPe3RSfg==} + engines: {node: '>= 14.10.0'} + requiresBuild: true + peerDependencies: + '@babel/core': ^7.10.2 + coffeescript: ^2.5.1 + less: ^3.11.3 || ^4.0.0 + postcss: ^7 || ^8 + postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0 + pug: ^3.0.0 + sass: ^1.26.8 + stylus: ^0.55.0 + sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0 + svelte: ^3.23.0 + typescript: ^3.9.5 || ^4.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + coffeescript: + optional: true + less: + optional: true + postcss: + optional: true + postcss-load-config: + optional: true + pug: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + typescript: + optional: true + dependencies: + '@types/pug': 2.0.6 + '@types/sass': 1.43.1 + detect-indent: 6.1.0 + magic-string: 0.27.0 + sorcery: 0.10.0 + strip-indent: 3.0.0 + svelte: 3.55.0 + typescript: 4.9.3 + dev: true + /svelte/3.55.0: resolution: {integrity: sha512-uGu2FVMlOuey4JoKHKrpZFkoYyj0VLjJdz47zX5+gVK5odxHM40RVhar9/iK2YFRVxvfg9FkhfVlR0sjeIrOiA==} engines: {node: '>= 8'} diff --git a/storybook/package.json b/storybook/package.json index b9c90077..b16cabc5 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -45,7 +45,7 @@ "svelte": "3.55.0", "svelte-check": "2.10.2", "svelte-loader": "3.1.3", - "svelte-preprocess": "4.10.7", + "svelte-preprocess": "5.0.0", "svelte2tsx": "0.5.20", "tslib": "2.4.1", "typescript": "4.9.3",