Skip to content

Commit 69f551a

Browse files
committed
feat(deps): upgrade upstream dependencies (#980)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - rolldown-vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: success <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily dependency/version bumps and snapshot updates; risk is limited to behavior changes in upgraded tooling (lint/format/build) affecting CI output or developer workflows. > > **Overview** > Updates upstream toolchain dependencies (notably `oxlint` 1.55→1.56, `oxfmt` 0.40→0.41, `tsdown` 0.21.3→0.21.4, and `@vitejs/devtools` 0.1.0→0.1.2) and refreshes `pnpm-lock.yaml`/workspace catalog pins accordingly. > > Refreshes CLI snapshot tests to match new tool output, including updated `--tsconfig`/`--import-plugin` help text and an additional config-load error line during `vp check --fix`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d129e30. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent d8e88de commit 69f551a

File tree

6 files changed

+270
-266
lines changed

6 files changed

+270
-266
lines changed

packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ Basic Configuration
1616
running via Node.js
1717
* you can use comments in configuration files.
1818
* tries to be compatible with ESLint v8's format
19-
--tsconfig=<./tsconfig.json> TypeScript `tsconfig.json` path for reading path alias and
20-
project references for import plugin. If not provided, will look for
21-
`tsconfig.json` in the current working directory.
19+
--tsconfig=<./tsconfig.json> Override the TypeScript config used for import resolution.
20+
Oxlint automatically discovers the relevant `tsconfig.json` for each
21+
file. Use this only when your project uses a non-standard tsconfig
22+
name or location.
2223
--init Initialize oxlint configuration with default values
2324

2425
Allowing / Denying Multiple Lints
@@ -42,9 +43,7 @@ Enable/Disable Plugins
4243
--disable-unicorn-plugin Disable unicorn plugin, which is turned on by default
4344
--disable-oxc-plugin Disable oxc unique rules, which is turned on by default
4445
--disable-typescript-plugin Disable TypeScript plugin, which is turned on by default
45-
--import-plugin Enable import plugin and detect ESM problems. It should be used with
46-
the `--tsconfig` flag if your project has a tsconfig with a name other
47-
than `tsconfig.json`.
46+
--import-plugin Enable import plugin and detect ESM problems.
4847
--react-plugin Enable react plugin, which is turned off by default
4948
--jsdoc-plugin Enable jsdoc plugin and detect JSDoc problems
5049
--jest-plugin Enable the Jest plugin and detect test problems

packages/cli/snap-tests/check-fix-missing-stderr/snap.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
error: Formatting could not complete
33
Failed to load configuration file.
44
<cwd>/vite.config.ts
5+
Error: The `fmt` field in the default export must be an object.
56
Ensure the file has a valid default export of a JSON-serializable configuration object.
67

78
Formatting failed during fix
@@ -10,6 +11,7 @@ Formatting failed during fix
1011
error: Formatting could not start
1112
Failed to load configuration file.
1213
<cwd>/vite.config.ts
14+
Error: The `fmt` field in the default export must be an object.
1315
Ensure the file has a valid default export of a JSON-serializable configuration object.
1416

1517
Formatting failed before analysis started

packages/cli/snap-tests/command-helper/snap.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,10 @@ Basic Configuration
127127
running via Node.js
128128
* you can use comments in configuration files.
129129
* tries to be compatible with ESLint v8's format
130-
--tsconfig=<./tsconfig.json> TypeScript `tsconfig.json` path for reading path alias and
131-
project references for import plugin. If not provided, will look for
132-
`tsconfig.json` in the current working directory.
130+
--tsconfig=<./tsconfig.json> Override the TypeScript config used for import resolution.
131+
Oxlint automatically discovers the relevant `tsconfig.json` for each
132+
file. Use this only when your project uses a non-standard tsconfig
133+
name or location.
133134
--init Initialize oxlint configuration with default values
134135

135136
Allowing / Denying Multiple Lints
@@ -153,9 +154,7 @@ Enable/Disable Plugins
153154
--disable-unicorn-plugin Disable unicorn plugin, which is turned on by default
154155
--disable-oxc-plugin Disable oxc unique rules, which is turned on by default
155156
--disable-typescript-plugin Disable TypeScript plugin, which is turned on by default
156-
--import-plugin Enable import plugin and detect ESM problems. It should be used with
157-
the `--tsconfig` flag if your project has a tsconfig with a name other
158-
than `tsconfig.json`.
157+
--import-plugin Enable import plugin and detect ESM problems.
159158
--react-plugin Enable react plugin, which is turned off by default
160159
--jsdoc-plugin Enable jsdoc plugin and detect JSDoc problems
161160
--jest-plugin Enable the Jest plugin and detect test problems

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"@babel/types": "^7.28.5",
116116
"@oxc-node/cli": "catalog:",
117117
"@oxc-node/core": "catalog:",
118-
"@vitejs/devtools": "^0.1.0",
118+
"@vitejs/devtools": "^0.1.2",
119119
"es-module-lexer": "^1.7.0",
120120
"hookable": "^6.0.1",
121121
"magic-string": "^0.30.21",
@@ -136,8 +136,8 @@
136136
},
137137
"peerDependencies": {
138138
"@arethetypeswrong/core": "^0.18.1",
139-
"@tsdown/css": "0.21.3",
140-
"@tsdown/exe": "0.21.3",
139+
"@tsdown/css": "0.21.4",
140+
"@tsdown/exe": "0.21.4",
141141
"@types/node": "^20.19.0 || >=22.12.0",
142142
"@vitejs/devtools": "^0.0.0-alpha.31",
143143
"esbuild": "^0.27.0",
@@ -219,6 +219,6 @@
219219
"bundledVersions": {
220220
"vite": "8.0.0",
221221
"rolldown": "1.0.0-rc.9",
222-
"tsdown": "0.21.3"
222+
"tsdown": "0.21.4"
223223
}
224224
}

0 commit comments

Comments
 (0)