chore: upgrade runtime and dependencies #52

Merged
joao.dubas merged 4 commits from jpd-chore-upgrade-deps into main 2024-08-18 21:57:44 +00:00
7 changed files with 933 additions and 901 deletions
Showing only changes of commit d2fb9e0de4 - Show all commits

View File

@ -27,9 +27,9 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'node:21.7.3-slim' image: 'node:22.6.0-slim'
commands: commands:
- yarn set version 4.1.0 - yarn set version 4.4.0
- yarn install - yarn install
- yarn run jest - yarn run jest

View File

@ -1,2 +1,2 @@
nodejs 21.7.3 nodejs 22.6.0
yarn 1.22.19 yarn 4.4.0

File diff suppressed because one or more lines are too long

925
.yarn/releases/yarn-4.4.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
yarnPath: .yarn/releases/yarn-4.1.0.cjs yarnPath: .yarn/releases/yarn-4.4.0.cjs

View File

@ -1,10 +1,10 @@
FROM node:21.7.3-slim FROM node:22.6.0-slim
WORKDIR /opt/app WORKDIR /opt/app
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install make \ && apt-get -y install make \
&& yarn set version 3.6.3 && yarn set version 4.4.0
COPY ./Makefile ./ COPY ./Makefile ./
COPY ./package.json ./ COPY ./package.json ./

View File

@ -1,6 +1,6 @@
{ {
"name": "clean-architecture", "name": "clean-architecture",
"packageManager": "yarn@4.1.0", "packageManager": "yarn@4.4.0",
"dependencies": { "dependencies": {
"@types/jest": "^29.5.4", "@types/jest": "^29.5.4",
"@types/node": "^20.6.3", "@types/node": "^20.6.3",