Skip to content

Commit f3ca7a1

Browse files
committed
chore(deps): update nodejs
1 parent 05e71fc commit f3ca7a1

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ references:
77
defaults: &defaults
88
working_directory: ~/wp-calypso
99
docker:
10-
- image: cimg/node:22.9.0
10+
- image: cimg/node:22.15.1
1111
environment:
1212
CIRCLE_ARTIFACTS: /tmp/artifacts
1313
CIRCLE_TEST_REPORTS: /tmp/test_results
@@ -142,7 +142,7 @@ commands:
142142
jobs:
143143
wp-desktop-assets:
144144
docker:
145-
- image: cimg/node:22.9.0-browsers
145+
- image: cimg/node:22.15.1-browsers
146146
<<: *desktop_defaults
147147
environment:
148148
VERSION: << pipeline.git.tag >>
@@ -266,7 +266,7 @@ jobs:
266266
docker:
267267
# Important: the build fails on 18.13.0, so we pin it to a slightly older
268268
# version to keep this one working for now.
269-
- image: cimg/node:22.9.0-browsers
269+
- image: cimg/node:22.15.1-browsers
270270
<<: *desktop_defaults
271271
resource_class: medium+
272272
shell: /bin/bash --login

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.9.0
1+
22.15.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG use_cache=false
2-
ARG node_version=22.9.0
2+
ARG node_version=22.15.0
33
ARG base_image=registry.a8c.com/calypso/base:latest
44

55
###################

Dockerfile.base

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#### This image is not pushed to any repository and it shouldn't be used as base image for any other docker build.
33
#### Its main goal is to create a `/calypso/.cache` that can be copied over other images that can benefit from a warm cache.
44
#### Note that yarn v3 cache lives in `/calypso/.yarn`
5-
FROM node:22.9.0-bullseye-slim as cache
5+
FROM node:22.15.1-bullseye-slim as cache
66
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
77

88
ARG node_memory=8192
@@ -30,7 +30,7 @@ ENTRYPOINT [ "/bin/bash" ]
3030

3131
#### base image
3232
#### This image can be used as a base image for other builds, or to test and build calypso.
33-
FROM node:22.9.0-bullseye-slim as base
33+
FROM node:22.15.1-bullseye-slim as base
3434
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3535

3636
ARG node_memory=8192

apps/design-system-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"extends @wordpress/browserslist-config"
4343
],
4444
"engines": {
45-
"node": ">=18.0",
45+
"node": ">=v18.20.8",
4646
"yarn": "^4.0.0"
4747
},
4848
"sideEffects": [

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454
},
5555
"engines": {
56-
"node": "^v22.9.0",
56+
"node": "^v22.15.0",
5757
"yarn": "^4.0.0"
5858
},
5959
"scripts": {
@@ -180,7 +180,7 @@
180180
"@types/fast-json-stable-stringify": "^2.0.0",
181181
"@types/jest": "^29.5.14",
182182
"@types/lodash": "^4.17.16",
183-
"@types/node": "^22.15.3",
183+
"@types/node": "^22.15.14",
184184
"@types/page": "^1.11.9",
185185
"@types/qs": "^6.9.7",
186186
"@types/react": "^18.3.20",

packages/calypso-color-schemes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@automattic/calypso-eslint-overrides": "workspace:^",
3030
"@automattic/calypso-typescript-config": "workspace:^",
3131
"@automattic/color-studio": "^4.1.0",
32-
"@types/node": "^22.10.10",
32+
"@types/node": "^22.15.14",
3333
"postcss": "^8.5.3",
3434
"postcss-custom-properties": "^11.0.0",
3535
"sass": "1.54.0"

packages/calypso-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@automattic/create-calypso-config": "workspace:^",
4343
"@types/cookie": "^0.6.0",
44-
"@types/node": "^22.7.5",
44+
"@types/node": "^22.15.14",
4545
"cookie": "^0.7.2",
4646
"tslib": "^2.3.0"
4747
},

packages/calypso-e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@automattic/languages": "workspace:^",
3535
"@automattic/zendesk-client": "workspace:^",
3636
"@jest/globals": "^29.7.0",
37-
"@types/node": "^22.7.5",
37+
"@types/node": "^22.15.14",
3838
"@wordpress/i18n": "^5.23.0",
3939
"asana-phrase": "^0.0.8",
4040
"nock": "^14.0.4",

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@testing-library/react": "^16.3.0",
9292
"@testing-library/user-event": "^14.6.1",
9393
"@types/canvas-confetti": "^1.6.0",
94-
"@types/node": "^22.7.5",
94+
"@types/node": "^22.15.14",
9595
"postcss": "^8.5.3",
9696
"storybook": "^8.6.12",
9797
"typescript": "^5.8.3",

packages/dataviews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/automattic/wp-calypso/issues"
1515
},
1616
"engines": {
17-
"node": ">=18.12.0",
17+
"node": ">=v18.20.8",
1818
"npm": ">=8.19.2"
1919
},
2020
"main": "dist/cjs/index.js",

packages/eslint-plugin-wpcalypso/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lib/"
2222
],
2323
"engines": {
24-
"node": ">=v22.9.0"
24+
"node": ">=v22.15.0"
2525
},
2626
"peerDependencies": {
2727
"@babel/core": ">=7.26.10",

packages/jest-circus-allure-reporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@automattic/calypso-eslint-overrides": "workspace:^",
2929
"@automattic/calypso-typescript-config": "workspace:^",
30-
"@types/node": "^22.7.5",
30+
"@types/node": "^22.15.14",
3131
"typescript": "^5.8.3"
3232
},
3333
"scripts": {

packages/wp-babel-makepot/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.9.0
1+
FROM node:22.15.1
22

33
# /src is where we expect source javascript to run our babel config over
44
RUN mkdir /src

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ __metadata:
492492
"@automattic/calypso-eslint-overrides": "workspace:^"
493493
"@automattic/calypso-typescript-config": "workspace:^"
494494
"@automattic/color-studio": "npm:^4.1.0"
495-
"@types/node": "npm:^22.10.10"
495+
"@types/node": "npm:^22.15.14"
496496
postcss: "npm:^8.5.3"
497497
postcss-custom-properties: "npm:^11.0.0"
498498
sass: "npm:1.54.0"
@@ -506,7 +506,7 @@ __metadata:
506506
"@automattic/calypso-typescript-config": "workspace:^"
507507
"@automattic/create-calypso-config": "workspace:^"
508508
"@types/cookie": "npm:^0.6.0"
509-
"@types/node": "npm:^22.7.5"
509+
"@types/node": "npm:^22.15.14"
510510
cookie: "npm:^0.7.2"
511511
tslib: "npm:^2.3.0"
512512
typescript: "npm:^5.8.3"
@@ -538,7 +538,7 @@ __metadata:
538538
"@jest/types": "npm:^29.6.3"
539539
"@playwright/browser-chromium": "npm:1.48.2"
540540
"@playwright/browser-firefox": "npm:1.48.2"
541-
"@types/node": "npm:^22.7.5"
541+
"@types/node": "npm:^22.15.14"
542542
"@types/totp-generator": "npm:^0.0.8"
543543
"@wordpress/i18n": "npm:^5.23.0"
544544
asana-phrase: "npm:^0.0.8"
@@ -853,7 +853,7 @@ __metadata:
853853
"@testing-library/react": "npm:^16.3.0"
854854
"@testing-library/user-event": "npm:^14.6.1"
855855
"@types/canvas-confetti": "npm:^1.6.0"
856-
"@types/node": "npm:^22.7.5"
856+
"@types/node": "npm:^22.15.14"
857857
"@wordpress/base-styles": "npm:^5.23.0"
858858
"@wordpress/components": "npm:^29.9.0"
859859
"@wordpress/compose": "npm:7.23.0"
@@ -1424,7 +1424,7 @@ __metadata:
14241424
"@automattic/calypso-eslint-overrides": "workspace:^"
14251425
"@automattic/calypso-typescript-config": "workspace:^"
14261426
"@types/allure-js-commons": "npm:^0.0.4"
1427-
"@types/node": "npm:^22.7.5"
1427+
"@types/node": "npm:^22.15.14"
14281428
allure-js-commons: "npm:2.0.0-beta.9"
14291429
typescript: "npm:^5.8.3"
14301430
languageName: unknown
@@ -9684,12 +9684,12 @@ __metadata:
96849684
languageName: node
96859685
linkType: hard
96869686

9687-
"@types/node@npm:*, @types/node@npm:^22.10.10, @types/node@npm:^22.15.3, @types/node@npm:^22.7.5":
9688-
version: 22.15.3
9689-
resolution: "@types/node@npm:22.15.3"
9687+
"@types/node@npm:*, @types/node@npm:^22.15.14":
9688+
version: 22.15.18
9689+
resolution: "@types/node@npm:22.15.18"
96909690
dependencies:
96919691
undici-types: "npm:~6.21.0"
9692-
checksum: 2879f012d1aeba0bfdb5fed80d165f4f2cb3d1f2e1f98a24b18d4a211b4ace7d64bf2622784c78355982ffc1081ba79d0934efc2fb8353913e5871a63609661f
9692+
checksum: e23178c568e2dc6b93b6aa3b8dfb45f9556e527918c947fe7406a4c92d2184c7396558912400c3b1b8d0fa952ec63819aca2b8e4d3545455fc6f1e9623e09ca6
96939693
languageName: node
96949694
linkType: hard
96959695

@@ -36668,7 +36668,7 @@ __metadata:
3666836668
"@types/jest": "npm:^29.5.14"
3666936669
"@types/jest-when": "npm:^3.5.5"
3667036670
"@types/lodash": "npm:^4.17.16"
36671-
"@types/node": "npm:^22.15.3"
36671+
"@types/node": "npm:^22.15.14"
3667236672
"@types/page": "npm:^1.11.9"
3667336673
"@types/qs": "npm:^6.9.7"
3667436674
"@types/react": "npm:^18.3.20"

0 commit comments

Comments
 (0)