Skip to content

Commit

Permalink
update: update node.js to v16.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 10, 2022
1 parent dcae369 commit 319f0e5
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.1
16.14.0
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install dependencies only when needed
FROM node:16.13.1-alpine AS deps
FROM node:16.14.0-alpine AS deps
WORKDIR /app
RUN apk add --no-cache libc6-compat
COPY package.json yarn.lock .yarnrc.yml .
Expand All @@ -11,14 +11,14 @@ COPY packages/web/package.json ./packages/web/package.json
RUN yarn --immutable

# Rebuild the source code only when needed
FROM node:16.13.1-alpine AS builder
FROM node:16.14.0-alpine AS builder
WORKDIR /app
COPY . .
COPY --from=deps /app/node_modules ./node_modules
RUN yarn build && yarn workspaces focus --all --production

# Production image
FROM node:16.13.1-alpine AS runner
FROM node:16.14.0-alpine AS runner
WORKDIR /app
ENV NODE_ENV production

Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/bunyan-format": "0.2.4",
"@types/jest": "27.4.0",
"@types/jsonwebtoken": "8.5.6",
"@types/node": "16.11.17",
"@types/node": "16.11.24",
"jest": "27.4.5",
"nock": "13.2.1",
"ts-jest": "27.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@acot/tsconfig": "0.1.0",
"@types/node": "16.11.17",
"@types/node": "16.11.24",
"npm-run-all": "4.1.5",
"ts-node": "10.4.0",
"typescript": "4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@acot/tsconfig": "0.1.0",
"@acot/types": "0.0.13",
"@types/node": "16.11.17",
"@types/node": "16.11.24",
"npm-run-all": "4.1.5",
"ts-node": "10.4.0",
"typescript": "4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@storybook/addon-essentials": "6.4.9",
"@storybook/addon-links": "6.4.9",
"@storybook/react": "6.4.9",
"@types/node": "16.11.17",
"@types/node": "16.11.24",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@vitejs/plugin-react": "1.1.3",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ __metadata:
resolution: "@acot/gh-app-shared@workspace:packages/shared"
dependencies:
"@acot/tsconfig": 0.1.0
"@types/node": 16.11.17
"@types/node": 16.11.24
npm-run-all: 4.1.5
ts-node: 10.4.0
typescript: 4.5.4
Expand All @@ -43,7 +43,7 @@ __metadata:
dependencies:
"@acot/tsconfig": 0.1.0
"@acot/types": 0.0.13
"@types/node": 16.11.17
"@types/node": 16.11.24
npm-run-all: 4.1.5
ts-node: 10.4.0
typescript: 4.5.4
Expand Down Expand Up @@ -6382,10 +6382,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.11.17, @types/node@npm:^16.9.2":
version: 16.11.17
resolution: "@types/node@npm:16.11.17"
checksum: 86ed84f79450f6aba1a6ef09f8407c10076966c3cc7cc4eb3d35b8ae4f47817e525641396ef0a667fa0a88fcdf484f6182812c074601403083bdf3b5e1ac0313
"@types/node@npm:16.11.24":
version: 16.11.24
resolution: "@types/node@npm:16.11.24"
checksum: d4827d548c04ca55db30901ea248ce1a1f8d2958b3143a7e71fd86d3d7b804faebfa9b80b934c7c6030a82553323dfe70f01dd0000176561a2cb3fc9db06a7b3
languageName: node
linkType: hard

Expand All @@ -6396,6 +6396,13 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.9.2":
version: 16.11.17
resolution: "@types/node@npm:16.11.17"
checksum: 86ed84f79450f6aba1a6ef09f8407c10076966c3cc7cc4eb3d35b8ae4f47817e525641396ef0a667fa0a88fcdf484f6182812c074601403083bdf3b5e1ac0313
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down Expand Up @@ -7333,7 +7340,7 @@ __metadata:
"@types/bunyan-format": 0.2.4
"@types/jest": 27.4.0
"@types/jsonwebtoken": 8.5.6
"@types/node": 16.11.17
"@types/node": 16.11.24
"@types/safe-json-stringify": 1.1.2
bunyan: 1.8.15
bunyan-format: 0.2.1
Expand Down Expand Up @@ -23407,7 +23414,7 @@ typescript@~4.4.4:
"@testing-library/react": 12.1.2
"@testing-library/react-hooks": 7.0.2
"@testing-library/user-event": 13.5.0
"@types/node": 16.11.17
"@types/node": 16.11.24
"@types/react": 17.0.38
"@types/react-dom": 17.0.11
"@vitejs/plugin-react": 1.1.3
Expand Down

0 comments on commit 319f0e5

Please sign in to comment.