Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"bumpp": "^11.1.0",
"rstack": "^0.7.2"
"rstack": "^0.7.3"
},
"packageManager": "pnpm@11.20.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/e2e/fixtures/rslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"type": "module",
"description": "E2E fixture: a project detected as Rslint only, installed from the npm registry.",
"dependencies": {
"@rslint/core": "0.9.0"
"@rslint/core": "0.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/vscode/e2e/fixtures/rstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"description": "E2E fixture: an rstack-cli project whose only config is `rstack.config.ts`, which lights all three stacks.",
"dependencies": {
"rstack": "0.7.2"
"rstack": "0.7.3"
},
"devDependencies": {
"jiti": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/e2e/fixtures/rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"type": "module",
"description": "E2E fixture: a project detected as Rstest only, installed from the npm registry.",
"dependencies": {
"@rstest/core": "0.11.11"
"@rstest/core": "0.11.12"
}
}
2 changes: 1 addition & 1 deletion packages/vscode/e2e/lint/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "Shared install root for the Rslint E2E fixture workspaces. The extension ships no binary: every fixture resolves @rslint/core - including its native Go binary, config-loader and eslint-plugin host - from this one published-npm install. jiti backs the config-file-loader's TypeScript-config fallback.",
"dependencies": {
"@rslint/core": "0.9.0",
"@rslint/core": "0.9.1",
"jiti": "^2.7.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"description": "E2E fixture for the ported Rstest suites: upstream `tests/fixtures/workspace-1`, made self-contained on the published `@rstest/core`.",
"dependencies": {
"@rstest/core": "0.11.11"
"@rstest/core": "0.11.12"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"description": "E2E fixture for the ported Rstest suites: upstream `tests/fixtures/workspace-2`. One install at the root serves both nested projects via the normal node_modules walk-up.",
"dependencies": {
"@rstest/core": "0.11.11"
"@rstest/core": "0.11.12"
}
}
8 changes: 4 additions & 4 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,11 @@
"onStartupFinished"
],
"devDependencies": {
"@rsbuild/core": "~2.1.9",
"@rslib/core": "^1.0.0-beta.1",
"@rslint/core": "^0.9.0",
"@rsbuild/core": "~2.2.3",
"@rslib/core": "^1.0.0",
"@rslint/core": "^0.9.1",
"@rstackjs/load-config": "^0.1.2",
"@rstest/core": "^0.11.11",
"@rstest/core": "^0.11.12",
"@types/istanbul-lib-report": "^3.0.3",
"@types/mocha": "^10.0.10",
"@types/node": "^22.16.5",
Expand Down
Loading
Loading