forked from scionproto/scion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update rules_js and pnpm version
Updated tooling allows to use lockfile version 9 in pnpm-lock.yaml. We've recently seen that dependabot PRs for dependency updates seem to create lock files with that lockfile version; as the tooling did not support it, the dependabot changes could not be used. Plausibly, dependabot PRs will work after this change. Note that pnpm cannot be upgraded to the very latest version 9.5.0, as this needs to be explicitly enabled in aspect_rules_js first. Note that I've explicitly "downgraded" the nodejs node_version to the default version used in the previous rules_nodejs version. The default version of the current rules_nodjs version requires a too new glibc for my ancient setup.
- Loading branch information
Showing
3 changed files
with
2,552 additions
and
1,989 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"@stoplight/spectral-cli": "^6.11.0" | ||
}, | ||
"pnpm": { | ||
"onlyBuiltDependencies": [], | ||
"packageExtensions": { | ||
"[email protected]": { | ||
"dependencies": { | ||
|
Oops, something went wrong.