Skip to content

Commit e3c60c5

Browse files
fix(deps): update all non-major dependencies (#1218)
* fix(deps): update all non-major dependencies * fix: ignore styleText builtin violation because it is present as experimental in 22.12 without needing a cli flag --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dominikg <[email protected]>
1 parent 2a623f2 commit e3c60c5

File tree

3 files changed

+330
-320
lines changed

3 files changed

+330
-320
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"*": "prettier --cache --ignore-path .gitignore --ignore-unknown --write",
6565
"packages/*/src/**/*": "pnpm generate:types-staged"
6666
},
67-
"packageManager": "pnpm@10.15.1",
67+
"packageManager": "pnpm@10.16.1",
6868
"engines": {
6969
"pnpm": "^10.2.0",
7070
"node": "^20.19 || ^22.12 || >=24"
@@ -77,7 +77,7 @@
7777
"@sveltejs/vite-plugin-svelte-inspector": "workspace:^",
7878
"svelte": "$svelte",
7979
"vite": "$vite",
80-
"@types/node@<=20.12.0": "20.19.13",
80+
"@types/node@<=20.12.0": "20.19.14",
8181
"send@<0.19.0": "^0.19.1",
8282
"@sveltejs/kit>cookie@<0.7.0": "^0.7.2",
8383
"vite-plugin-inspect": "/home/dominikg/develop/vite-plugin-inspect"

packages/vite-plugin-svelte/src/utils/log.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* eslint-disable no-console */
22

3+
// eslint-disable-next-line n/no-unsupported-features/node-builtins
34
import { styleText } from 'node:util';
45
const cyan = (/** @type {string} */ txt) => styleText('cyan', txt);
56
const yellow = (/** @type {string} */ txt) => styleText('yellow', txt);

0 commit comments

Comments
 (0)