Skip to content

Commit aeae551

Browse files
authored
Update node, pnpm, and npm dependencies (dart-lang#5882)
After this lands, you might need to update your Node version to the latest v20 LTS, run `corepack install`, and `pnpm upgrade`. The newer Node version comes with a new API that I'd like that to use in the 11ty configuration.
1 parent e0ff483 commit aeae551

File tree

5 files changed

+3856
-3161
lines changed

5 files changed

+3856
-3161
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you prefer, you can use a version manager such as [nvm][],
6969
and run `nvm install` from the repository's root directory.
7070

7171
If you already have Node installed, verify it's available on your path
72-
and already the latest stable version _(currently `20.10` or later)_:
72+
and already the latest stable version _(currently `20.12` or later)_:
7373

7474
```terminal
7575
node --version

dash_site

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

3-
REQUIRED_DART_VERSION="3.3"
4-
REQUIRED_NODE_VERSION="20.10"
5-
REQUIRED_PNPM_VERSION="8.14"
3+
REQUIRED_DART_VERSION="3.4"
4+
REQUIRED_NODE_VERSION="20.12"
5+
REQUIRED_PNPM_VERSION="9.1"
66

77
# Check that the 'dart' command is available on the user's path.
88
if ! command -v dart &> /dev/null; then

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"build-site-for-production": "PRODUCTION=true OPTIMIZE=true eleventy"
1515
},
1616
"engines": {
17-
"node": ">=20.10.0",
18-
"pnpm": ">=8.14.0"
17+
"node": ">=20.12.0",
18+
"pnpm": ">=9.1.0"
1919
},
20-
"packageManager": "pnpm@8.15.8",
20+
"packageManager": "pnpm@9.1.4",
2121
"dependencies": {
2222
"bootstrap-scss": "^4.6.2"
2323
},
2424
"devDependencies": {
2525
"@11ty/eleventy": "3.0.0-alpha.10",
26-
"@11ty/eleventy-img": "^4.0.2",
26+
"@11ty/eleventy-img": "5.0.0-beta.4",
2727
"firebase-tools": "^13.10.2",
2828
"hast-util-from-html": "^2.0.1",
2929
"hast-util-select": "^6.0.2",

0 commit comments

Comments
 (0)