Compare commits

..

3 Commits

Author SHA1 Message Date
6be5a07f6b chore(deps): update yarn to v4
Some checks failed
continuous-integration/drone/pr Build is failing
2023-11-02 21:50:48 +00:00
9486302db7 fix(deps): update dependency @types/jest to v29.5.7 (#11)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | dependencies | patch | [`29.5.5` -> `29.5.7`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.5/29.5.7) |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #11
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-11-02 21:20:32 +00:00
3070781481 chore(deps): update node.js to v20.9.0 (#10)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://github.com/nodejs/node) | docker | minor | `20.8.0-slim` -> `20.9.0-slim` |
| [node](https://github.com/nodejs/node) | final | minor | `20.8.0-slim` -> `20.9.0-slim` |
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) |  | minor | `20.6.0` -> `20.9.0` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #10
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-11-01 17:40:49 +00:00
5 changed files with 12 additions and 12 deletions

View File

@ -27,7 +27,7 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'node:20.8.0-slim' image: 'node:20.9.0-slim'
commands: commands:
- yarn set version 3.6.3 - yarn set version 3.6.3
- yarn install - yarn install

12
.pnp.cjs generated
View File

@ -26,7 +26,7 @@ const RAW_RUNTIME_STATE =
[null, {\ [null, {\
"packageLocation": "./",\ "packageLocation": "./",\
"packageDependencies": [\ "packageDependencies": [\
["@types/jest", "npm:29.5.5"],\ ["@types/jest", "npm:29.5.7"],\
["@types/node", "npm:20.6.3"],\ ["@types/node", "npm:20.6.3"],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\ ["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\ ["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
@ -1379,10 +1379,10 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["@types/jest", [\ ["@types/jest", [\
["npm:29.5.5", {\ ["npm:29.5.7", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-jest-npm-29.5.5-cc0df7a171-10.zip/node_modules/@types/jest/",\ "packageLocation": "../../../../cache/others/berry/cache/@types-jest-npm-29.5.7-e6780d868f-10.zip/node_modules/@types/jest/",\
"packageDependencies": [\ "packageDependencies": [\
["@types/jest", "npm:29.5.5"],\ ["@types/jest", "npm:29.5.7"],\
["expect", "npm:29.6.4"],\ ["expect", "npm:29.6.4"],\
["pretty-format", "npm:29.6.3"]\ ["pretty-format", "npm:29.6.3"]\
],\ ],\
@ -1933,7 +1933,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./",\ "packageLocation": "./",\
"packageDependencies": [\ "packageDependencies": [\
["clean-architecture", "workspace:."],\ ["clean-architecture", "workspace:."],\
["@types/jest", "npm:29.5.5"],\ ["@types/jest", "npm:29.5.7"],\
["@types/node", "npm:20.6.3"],\ ["@types/node", "npm:20.6.3"],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\ ["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\ ["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
@ -4570,7 +4570,7 @@ const RAW_RUNTIME_STATE =
["@types/babel-jest", null],\ ["@types/babel-jest", null],\
["@types/babel__core", null],\ ["@types/babel__core", null],\
["@types/esbuild", null],\ ["@types/esbuild", null],\
["@types/jest", "npm:29.5.5"],\ ["@types/jest", "npm:29.5.7"],\
["@types/jest__types", null],\ ["@types/jest__types", null],\
["@types/typescript", null],\ ["@types/typescript", null],\
["babel-jest", null],\ ["babel-jest", null],\

View File

@ -1,2 +1,2 @@
nodejs 20.6.0 nodejs 20.9.0
yarn 1.22.19 yarn 1.22.19

View File

@ -1,4 +1,4 @@
FROM node:20.8.0-slim FROM node:20.9.0-slim
WORKDIR /opt/app WORKDIR /opt/app

View File

@ -894,12 +894,12 @@ __metadata:
linkType: hard linkType: hard
"@types/jest@npm:^29.5.4": "@types/jest@npm:^29.5.4":
version: 29.5.5 version: 29.5.7
resolution: "@types/jest@npm:29.5.5" resolution: "@types/jest@npm:29.5.7"
dependencies: dependencies:
expect: "npm:^29.0.0" expect: "npm:^29.0.0"
pretty-format: "npm:^29.0.0" pretty-format: "npm:^29.0.0"
checksum: 85bf86fd31ed9b76c26abc6bf771d09a9a8ff9362c81be353b8cf8ba102e09741b7f6951dca09aaa56d5fb410291e1eb5650b508da2fb3d36a0f035a91552a0d checksum: 64a31afa2c8bd003c7e637c36933170f731341957150274e518564e513d6dd7cb8dae61afea29ff703c2c8d3bdbbc8fb97095029a4fc91f55707f26753557583
languageName: node languageName: node
linkType: hard linkType: hard