Skip to content

Commit

Permalink
chore(deps): update nodejs (#80658)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
matticbot and renovate-bot committed Aug 16, 2023
1 parent e2529c1 commit 0c178a0
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 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:18.13.0
- image: cimg/node:18.17.1
environment:
CIRCLE_ARTIFACTS: /tmp/artifacts
CIRCLE_TEST_REPORTS: /tmp/test_results
Expand Down Expand Up @@ -143,7 +143,7 @@ commands:
jobs:
wp-desktop-assets:
docker:
- image: cimg/node:18.13.0-browsers
- image: cimg/node:18.17.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:18.10.0-browsers
- image: cimg/node:18.17.1-browsers
<<: *desktop_defaults
shell: /bin/bash --login
environment:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.13.0
18.17.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=18.13.0
ARG node_version=18.17.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:18.13.0-bullseye-slim as cache
FROM node:18.17.1-bullseye-slim as cache
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ARG node_memory=8192
Expand All @@ -27,7 +27,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:18.13.0-bullseye-slim as base
FROM node:18.17.1-bullseye-slim as base
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ARG node_memory=8192
Expand Down
2 changes: 1 addition & 1 deletion apps/editing-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@tanstack/eslint-plugin-query": "^4.29.8",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.11.18",
"@types/node": "^18.17.3",
"@wordpress/eslint-plugin": "^14.12.0",
"@wordpress/readable-js-assets-webpack-plugin": "^2.21.0",
"babel-jest": "^29.6.1",
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": "^18.13.0",
"node": "^v18.17.0",
"yarn": "^3.1.1"
},
"scripts": {
Expand Down Expand Up @@ -158,7 +158,7 @@
"@types/debug": "^4.1.7",
"@types/fast-json-stable-stringify": "^2.0.0",
"@types/lodash": "^4.14.179",
"@types/node": "^18.11.18",
"@types/node": "^18.17.3",
"@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": "^18.11.18",
"@types/node": "^18.17.3",
"cookie": "^0.4.1",
"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 @@ -32,7 +32,7 @@
"@automattic/calypso-typescript-config": "workspace:^",
"@automattic/languages": "workspace:^",
"@jest/globals": "^29.5.0",
"@types/node": "^18.11.18",
"@types/node": "^18.17.3",
"@types/node-fetch": "^2.6.1",
"@wordpress/i18n": "^4.39.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": ">=14"
"node": ">=v14.21.3"
},
"peerDependencies": {
"@babel/core": ">=7.17.5",
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": "^18.11.18",
"@types/node": "^18.17.3",
"typescript": "^5.1.6"
},
"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:18.13.0
FROM node:18.17.1

# /src is where we expect source javascript to run our babel config over
RUN mkdir /src
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ __metadata:
"@automattic/calypso-typescript-config": "workspace:^"
"@automattic/create-calypso-config": "workspace:^"
"@types/cookie": ^0.4.1
"@types/node": ^18.11.18
"@types/node": ^18.17.3
cookie: ^0.4.1
tslib: ^2.3.0
typescript: ^5.1.6
Expand Down Expand Up @@ -358,7 +358,7 @@ __metadata:
"@automattic/languages": "workspace:^"
"@jest/globals": ^29.5.0
"@jest/types": ^29.5.0
"@types/node": ^18.11.18
"@types/node": ^18.17.3
"@types/node-fetch": ^2.6.1
"@types/totp-generator": ^0.0.3
"@wordpress/i18n": ^4.39.0
Expand Down Expand Up @@ -997,7 +997,7 @@ __metadata:
"@automattic/calypso-eslint-overrides": "workspace:^"
"@automattic/calypso-typescript-config": "workspace:^"
"@types/allure-js-commons": ^0.0.1
"@types/node": ^18.11.18
"@types/node": ^18.17.3
allure-js-commons: 2.0.0-beta.9
typescript: ^5.1.6
languageName: unknown
Expand Down Expand Up @@ -1863,7 +1863,7 @@ __metadata:
"@tanstack/react-query": ^4.29.1
"@testing-library/jest-dom": ^5.17.0
"@testing-library/react": ^14.0.0
"@types/node": ^18.11.18
"@types/node": ^18.17.3
"@wordpress/a11y": ^3.39.0
"@wordpress/api-fetch": ^6.36.0
"@wordpress/base-styles": ^4.30.0
Expand Down Expand Up @@ -7188,10 +7188,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^18.11.18":
version: 18.11.18
resolution: "@types/node@npm:18.11.18"
checksum: 1a308a03a7c1cfced411fc3187e49a507ab2b3ce7cdf0794b7511c8843aae5a8dbe52b16ba4217d2da1c8e3c50920c272b45fecff4cccc26606be7f42c33f4f5
"@types/node@npm:*, @types/node@npm:^18.11.18, @types/node@npm:^18.17.3":
version: 18.17.5
resolution: "@types/node@npm:18.17.5"
checksum: 763c753351d3ceaedb5888a03b10f0925c5be6e80b3fa5755f47f4c6ba401999becaf7317105554a07dbba43467f2890285cfb7252c34e1b1afed3ef56acdf55
languageName: node
linkType: hard

Expand Down Expand Up @@ -31105,7 +31105,7 @@ __metadata:
"@types/gtag.js": ^0.0.10
"@types/highlight-words-core": ^1.2.1
"@types/lodash": ^4.14.179
"@types/node": ^18.11.18
"@types/node": ^18.17.3
"@types/page": ^1.11.5
"@types/qs": ^6.9.7
"@types/react": ^18.2.6
Expand Down

0 comments on commit 0c178a0

Please sign in to comment.