Skip to content
Closed
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 @@ -7,6 +7,6 @@
},
"devDependencies": {
"@stdy/cli": "0.22.1",
"pyright": "1.1.399"
"pyright": "1.1.412"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the launcher fixture in sync with the Pyright pin

This version is also hard-coded as the default in tests/node-tooling.test.cjs::installFake, which still installs 1.1.399. The launcher therefore rejects the fixture before forwarding arguments, and node --test tests/node-tooling.test.cjs now fails with status 1 !== 7. Because .github/actions/setup-node-tooling/action.yml runs this test in every workflow using that action, the dependency bump breaks CI until the fixture version is updated.

Useful? React with 👍 / 👎.

}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading