From c5fdcf042b7bf4b937f8a4276d5a0604adfa1ff9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:01:05 +0000 Subject: [PATCH] Update dependency vite-tsconfig-paths to v5 | datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | npm | vite-tsconfig-paths | 4.3.2 | 5.0.1 | ## [v5.0.1](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.0...v5.0.1) ## [v5.0.0](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.0.0) This package is now ESM only in order to align with Vite: https://vitejs.dev/guide/migration#deprecate-cjs-node-api If your project is using CommonJS, you can rename your Vite config to use the `.mjs` or `.mts` extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin. --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 86d8263..79468ec 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "vite": "5.4.2", "vite-plugin-checker": "0.8.0", "vite-plugin-ejs": "1.7.0", - "vite-tsconfig-paths": "4.3.2", + "vite-tsconfig-paths": "5.0.1", "yargs": "17.7.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b64c46..ccd7f56 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,8 +145,8 @@ importers: specifier: 1.7.0 version: 1.7.0(vite@5.4.2(@types/node@20.16.0)) vite-tsconfig-paths: - specifier: 4.3.2 - version: 4.3.2(typescript@4.9.5)(vite@5.4.2(@types/node@20.16.0)) + specifier: 5.0.1 + version: 5.0.1(typescript@4.9.5)(vite@5.4.2(@types/node@20.16.0)) yargs: specifier: 17.7.2 version: 17.7.2 @@ -3844,8 +3844,8 @@ packages: peerDependencies: vite: '>=5.0.0' - vite-tsconfig-paths@4.3.2: - resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==} + vite-tsconfig-paths@5.0.1: + resolution: {integrity: sha512-yqwv+LstU7NwPeNqajZzLEBVpUFU6Dugtb2P84FXuvaoYA+/70l9MHE+GYfYAycVyPSDYZ7mjOFuYBRqlEpTig==} peerDependencies: vite: '*' peerDependenciesMeta: @@ -8498,7 +8498,7 @@ snapshots: ejs: 3.1.10 vite: 5.4.2(@types/node@20.16.0) - vite-tsconfig-paths@4.3.2(typescript@4.9.5)(vite@5.4.2(@types/node@20.16.0)): + vite-tsconfig-paths@5.0.1(typescript@4.9.5)(vite@5.4.2(@types/node@20.16.0)): dependencies: debug: 4.3.6 globrex: 0.1.2