Skip to content

Commit 2fe7bd2

Browse files
chore(deps): update dependency eslint-plugin-n to v18 (#22423)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
1 parent 2be6000 commit 2fe7bd2

3 files changed

Lines changed: 18 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@vitejs/release-scripts": "^1.7.0",
5757
"eslint": "^9.39.4",
5858
"eslint-plugin-import-x": "^4.16.2",
59-
"eslint-plugin-n": "^17.24.0",
59+
"eslint-plugin-n": "^18.0.1",
6060
"eslint-plugin-regexp": "^3.1.0",
6161
"execa": "^9.6.1",
6262
"globals": "^17.6.0",

packages/vite/src/node/env.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import fs from 'node:fs'
22
import path from 'node:path'
3+
// eslint-disable-next-line n/no-unsupported-features/node-builtins -- our supported nodejs range supports `parseEnv` but in experimental state, which is fine
34
import { parseEnv } from 'node:util'
45
import { type DotenvPopulateInput, expand } from 'dotenv-expand'
56
import colors from 'picocolors'

pnpm-lock.yaml

Lines changed: 16 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)