Skip to content

Commit

Permalink
Update Node to v22.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2025
1 parent 7056f8d commit bf19750
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion generators/express/templates/base/docker/Dockerfile.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.13.0
FROM node:22.14.0

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
4 changes: 2 additions & 2 deletions generators/express/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
"@types/node": "^22.13.4",
"@types/passport": "^1.0.17",
"@types/passport-local": "^1.0.38",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand All @@ -34,7 +34,7 @@
"typescript": "^5.0.4"
},
"resolutions": {
"@types/node": "^22.10.7"
"@types/node": "^22.13.4"
},
"scripts": {
"build": "rm -rf dist && tsc",
Expand Down
8 changes: 4 additions & 4 deletions generators/express/templates/base/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1130,10 +1130,10 @@
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690"
integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==

"@types/node@*", "@types/node@^22.10.7":
version "22.10.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
"@types/node@*", "@types/node@^22.13.4":
version "22.13.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.4.tgz#3fe454d77cd4a2d73c214008b3e331bfaaf5038a"
integrity sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==
dependencies:
undici-types "~6.20.0"

Expand Down
2 changes: 1 addition & 1 deletion generators/express/templates/circleci.yaml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
executors:
node:
docker:
- image: node:22.13.0
- image: node:22.14.0

jobs:
<%= packageName %>-yarn-install:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image for all steps
FROM node:22.13.0-slim as base
FROM node:22.14.0-slim as base

WORKDIR /srv/<%= packageName %>/

Expand Down
2 changes: 1 addition & 1 deletion generators/next-js/templates/base/docker/Dockerfile.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.13.0
FROM node:22.14.0

RUN userdel node

Expand Down
2 changes: 1 addition & 1 deletion generators/next-js/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@thetribe/eslint-config-react-typescript": "^0.5.1",
"@types/node": "^22.10.7",
"@types/node": "^22.13.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
8 changes: 4 additions & 4 deletions generators/next-js/templates/base/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/node@^22.10.7":
version "22.10.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
"@types/node@^22.13.4":
version "22.13.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.4.tgz#3fe454d77cd4a2d73c214008b3e331bfaaf5038a"
integrity sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==
dependencies:
undici-types "~6.20.0"

Expand Down
2 changes: 1 addition & 1 deletion generators/next-js/templates/circleci.yaml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
executors:
node:
docker:
- image: node:22.13.0
- image: node:22.14.0

jobs:
<%= packageName %>-yarn-install:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image for all steps
FROM node:22.13.0-slim as base
FROM node:22.14.0-slim as base

WORKDIR /srv/<%= packageName %>/

Expand Down
2 changes: 1 addition & 1 deletion generators/react/templates/base/docker/Dockerfile.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.13.0
FROM node:22.14.0

RUN userdel node

Expand Down
2 changes: 1 addition & 1 deletion generators/react/templates/circleci.yaml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
executors:
node:
docker:
- image: node:22.13.0
- image: node:22.14.0

jobs:
<%= packageName %>-yarn-install:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image for all steps
FROM node:22.13.0-slim as base
FROM node:22.14.0-slim as base

WORKDIR /srv/<%= packageName %>/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.13.0
FROM node:22.14.0

# Configure permissions
ARG UID
Expand Down
2 changes: 1 addition & 1 deletion generators/symfony/templates/circleci.yaml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ executors:
<% if (twig) { %>
node:
docker:
- image: node:22.13.0
- image: node:22.14.0
<% } %>
php:
docker:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN composer install --no-dev --no-scripts

<% if (twig) { %>
# Webpack
FROM node:22.13.0 as webpack
FROM node:22.14.0 as webpack
WORKDIR /srv/<%= packageName %>
Expand Down

0 comments on commit bf19750

Please sign in to comment.