Skip to content

Commit

Permalink
chore(deps): update nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 22, 2025
1 parent 5b4fd7b commit 1088ecc
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ references:
defaults: &defaults
working_directory: ~/wp-calypso
docker:
- image: cimg/node:22.9.0
- image: cimg/node:22.13.1
environment:
CIRCLE_ARTIFACTS: /tmp/artifacts
CIRCLE_TEST_REPORTS: /tmp/test_results
Expand Down Expand Up @@ -142,7 +142,7 @@ commands:
jobs:
wp-desktop-assets:
docker:
- image: cimg/node:22.9.0-browsers
- image: cimg/node:22.13.1-browsers
<<: *desktop_defaults
environment:
VERSION: << pipeline.git.tag >>
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
docker:
# Important: the build fails on 18.13.0, so we pin it to a slightly older
# version to keep this one working for now.
- image: cimg/node:22.9.0-browsers
- image: cimg/node:22.13.1-browsers
<<: *desktop_defaults
resource_class: medium+
shell: /bin/bash --login
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.9.0
22.13.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG use_cache=false
ARG node_version=22.9.0
ARG node_version=22.13.0
ARG base_image=registry.a8c.com/calypso/base:latest

###################
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#### This image is not pushed to any repository and it shouldn't be used as base image for any other docker build.
#### Its main goal is to create a `/calypso/.cache` that can be copied over other images that can benefit from a warm cache.
#### Note that yarn v3 cache lives in `/calypso/.yarn`
FROM node:22.9.0-bullseye-slim as cache
FROM node:22.13.1-bullseye-slim as cache
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ARG node_memory=8192
Expand Down Expand Up @@ -30,7 +30,7 @@ ENTRYPOINT [ "/bin/bash" ]

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

ARG node_memory=8192
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
]
},
"engines": {
"node": "^v22.9.0",
"node": "^v22.13.0",
"yarn": "^4.0.0"
},
"scripts": {
Expand Down Expand Up @@ -174,7 +174,7 @@
"@types/fast-json-stable-stringify": "^2.0.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.199",
"@types/node": "^22.7.5",
"@types/node": "^22.10.5",
"@types/page": "^1.11.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@automattic/create-calypso-config": "workspace:^",
"@types/cookie": "^0.4.1",
"@types/node": "^22.7.5",
"@types/node": "^22.10.5",
"cookie": "^0.7.0",
"tslib": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@automattic/languages": "workspace:^",
"@automattic/zendesk-client": "workspace:^",
"@jest/globals": "^29.7.0",
"@types/node": "^22.7.5",
"@types/node": "^22.10.5",
"@types/node-fetch": "^2.6.1",
"@wordpress/i18n": "^5.8.0",
"asana-phrase": "^0.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-wpcalypso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lib/"
],
"engines": {
"node": ">=v22.9.0"
"node": ">=v22.13.0"
},
"peerDependencies": {
"@babel/core": ">=7.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fingerprintjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/karma": "^6.3.3",
"@types/karma-spec-reporter": "^0.0.3",
"@types/karma-summary-reporter": "^3.1.0",
"@types/node": "^22.7.5",
"@types/node": "^22.10.5",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-circus-allure-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@automattic/calypso-eslint-overrides": "workspace:^",
"@automattic/calypso-typescript-config": "workspace:^",
"@types/node": "^22.7.5",
"@types/node": "^22.10.5",
"typescript": "^5.3.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wp-babel-makepot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.9.0
FROM node:22.13.1

# /src is where we expect source javascript to run our babel config over
RUN mkdir /src
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ __metadata:
"@automattic/calypso-typescript-config": "workspace:^"
"@automattic/create-calypso-config": "workspace:^"
"@types/cookie": "npm:^0.4.1"
"@types/node": "npm:^22.7.5"
"@types/node": "npm:^22.10.5"
cookie: "npm:^0.7.0"
tslib: "npm:^2.3.0"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -368,7 +368,7 @@ __metadata:
"@jest/types": "npm:^29.5.0"
"@playwright/browser-chromium": "npm:1.48.2"
"@playwright/browser-firefox": "npm:1.48.2"
"@types/node": "npm:^22.7.5"
"@types/node": "npm:^22.10.5"
"@types/node-fetch": "npm:^2.6.1"
"@types/totp-generator": "npm:^0.0.3"
"@wordpress/i18n": "npm:^5.8.0"
Expand Down Expand Up @@ -1027,7 +1027,7 @@ __metadata:
"@types/karma": "npm:^6.3.3"
"@types/karma-spec-reporter": "npm:^0.0.3"
"@types/karma-summary-reporter": "npm:^3.1.0"
"@types/node": "npm:^22.7.5"
"@types/node": "npm:^22.10.5"
"@types/ua-parser-js": "npm:^0.7.36"
"@typescript-eslint/eslint-plugin": "npm:^5.44.0"
"@typescript-eslint/parser": "npm:^5.44.0"
Expand Down Expand Up @@ -1231,7 +1231,7 @@ __metadata:
"@automattic/calypso-eslint-overrides": "workspace:^"
"@automattic/calypso-typescript-config": "workspace:^"
"@types/allure-js-commons": "npm:^0.0.1"
"@types/node": "npm:^22.7.5"
"@types/node": "npm:^22.10.5"
allure-js-commons: "npm:2.0.0-beta.9"
typescript: "npm:^5.3.3"
languageName: unknown
Expand Down Expand Up @@ -8644,12 +8644,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^22.7.5":
version: 22.7.5
resolution: "@types/node@npm:22.7.5"
"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^22.10.5":
version: 22.10.7
resolution: "@types/node@npm:22.10.7"
dependencies:
undici-types: "npm:~6.19.2"
checksum: cf11f74f1a26053ec58066616e3a8685b6bcd7259bc569738b8f752009f9f0f7f85a1b2d24908e5b0f752482d1e8b6babdf1fbb25758711ec7bb9500bfcd6e60
undici-types: "npm:~6.20.0"
checksum: c941b4689dfc4044b64a5f601306cbcb0c7210be853ba378a5dd44137898c45accedd796ee002ad9407024cac7ecaf5049304951cb1d80ce3d7cebbbae56f20e
languageName: node
linkType: hard

Expand Down Expand Up @@ -33269,10 +33269,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -34862,7 +34862,7 @@ __metadata:
"@types/gtag.js": "npm:^0.0.19"
"@types/jest": "npm:^29.5.12"
"@types/lodash": "npm:^4.14.199"
"@types/node": "npm:^22.7.5"
"@types/node": "npm:^22.10.5"
"@types/page": "npm:^1.11.5"
"@types/qs": "npm:^6.9.7"
"@types/react": "npm:^18.2.6"
Expand Down

0 comments on commit 1088ecc

Please sign in to comment.