From c42a13db8d5278af6da2eb2940789795e7434819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 14:49:14 +0000 Subject: [PATCH] Bump vinext from 0.0.50 to 0.2.1 Bumps [vinext](https://github.com/cloudflare/vinext) from 0.0.50 to 0.2.1. - [Release notes](https://github.com/cloudflare/vinext/releases) - [Commits](https://github.com/cloudflare/vinext/compare/v0.0.50...vinext@0.2.1) --- updated-dependencies: - dependency-name: vinext dependency-version: 0.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 60 ++++++++--------------------------------------- package.json | 2 +- 2 files changed, 11 insertions(+), 51 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ade3f7..9b2e3fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-server-dom-webpack": "19.2.6", "tailwindcss": "4.2.1", "typescript": "5.9.3", - "vinext": "0.0.50", + "vinext": "0.2.1", "vite": "8.0.13", "wrangler": "4.92.0" }, @@ -5015,13 +5015,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/globrex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz", - "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==", - "dev": true, - "license": "MIT" - }, "node_modules/gopd": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", @@ -7890,27 +7883,6 @@ "typescript": ">=4.8.4" } }, - "node_modules/tsconfck": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz", - "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==", - "dev": true, - "license": "MIT", - "bin": { - "tsconfck": "bin/tsconfck.js" - }, - "engines": { - "node": "^18 || >=20" - }, - "peerDependencies": { - "typescript": "^5.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", @@ -8220,9 +8192,9 @@ } }, "node_modules/vinext": { - "version": "0.0.50", - "resolved": "https://registry.npmjs.org/vinext/-/vinext-0.0.50.tgz", - "integrity": "sha512-uo72YNnq94NtogETWnhMdFSrkMLwWgeXh5PS6qh8ksajuvAaZX50bXYJ4a6dERQ/AnnXAlNByAGHCjjNxQrvig==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/vinext/-/vinext-0.2.1.tgz", + "integrity": "sha512-QvafNbaDCWeXIRd9+8zvTMDXdByjeLGpJXx8CnmcrPRJHjqHUZj5SgjWueadUukKZA96kzjFdsCTUqJM6GkQsg==", "dev": true, "license": "MIT", "dependencies": { @@ -8232,7 +8204,6 @@ "ipaddr.js": "^2.1.0", "magic-string": "^0.30.21", "vite-plugin-commonjs": "^0.10.4", - "vite-tsconfig-paths": "^6.1.1", "web-vitals": "^4.2.4" }, "bin": { @@ -8244,11 +8215,12 @@ "peerDependencies": { "@mdx-js/rollup": "^3.0.0", "@vitejs/plugin-react": "^5.1.4 || ^6.0.0", - "@vitejs/plugin-rsc": "^0.5.23", + "@vitejs/plugin-rsc": "^0.5.26", "react": "^19.2.6", "react-dom": "^19.2.6", "react-server-dom-webpack": "^19.2.6", - "vite": "^7.0.0 || ^8.0.0" + "vite": "^7.0.0 || ^8.0.0", + "vite-tsconfig-paths": "^6.1.1" }, "peerDependenciesMeta": { "@mdx-js/rollup": { @@ -8259,6 +8231,9 @@ }, "react-server-dom-webpack": { "optional": true + }, + "vite-tsconfig-paths": { + "optional": true } } }, @@ -8402,21 +8377,6 @@ "node": ">= 6" } }, - "node_modules/vite-tsconfig-paths": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz", - "integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.1", - "globrex": "^0.1.2", - "tsconfck": "^3.0.3" - }, - "peerDependencies": { - "vite": "*" - } - }, "node_modules/vite/node_modules/lightningcss": { "version": "1.32.0", "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", diff --git a/package.json b/package.json index f6173f7..7a6b20d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-server-dom-webpack": "19.2.6", "tailwindcss": "4.2.1", "typescript": "5.9.3", - "vinext": "0.0.50", + "vinext": "0.2.1", "vite": "8.0.13", "wrangler": "4.92.0" },