- Notifications
You must be signed in to change notification settings - Fork1k
chore: upgrade Node.js from 20.19.4 to 22.19.0 and update dependencies#19870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -56,7 +56,7 @@ | ||
formatter=pkgs.nixfmt-rfc-style; | ||
nodejs=unstablePkgs.nodejs_22; | ||
pnpm=pkgs.pnpm_10.override{ | ||
inheritnodejs;# Ensure it points to the above nodejs version | ||
}; | ||
@@ -147,7 +147,6 @@ | ||
less | ||
mockgen | ||
moreutils | ||
nfpm | ||
nix-prefetch-git | ||
nodejs | ||
@@ -242,7 +241,9 @@ | ||
(pkgs.lib.importJSON./site/package.json).devDependencies."@playwright/test" | ||
==pkgs.playwright-driver.version | ||
) | ||
"There is a mismatch between the playwright versions in the ./nix.flake (${pkgs.playwright-driver.version}) and the ./site/package.json (${ | ||
(pkgs.lib.importJSON./site/package.json).devDependencies."@playwright/test" | ||
ThomasK33 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
}) file. Please make sure that they use the exact same version."; | ||
rec{ | ||
inheritformatter; | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -42,7 +42,7 @@ | ||
}, | ||
"engines": { | ||
"npm": ">=9.0.0 <10.0.0", | ||
"node": ">=18.0.0 <23.0.0" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.