Compare commits

..

3 Commits

Author SHA1 Message Date
0527d01089 fix(deps): update dependency typescript to v5.3.3
All checks were successful
continuous-integration/drone/pr Build is passing
2023-12-12 21:22:32 +00:00
f4d584a019 fix(deps): update dependency @types/node to v20.10.4 (#24)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | dependencies | patch | [`20.10.3` -> `20.10.4`](https://renovatebot.com/diffs/npm/@types%2fnode/20.10.3/20.10.4) |

---

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

Reviewed-on: #24
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-12-12 21:07:42 +00:00
aad1a85263 chore(deps): update node.js to v21.4.0 (#21)
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 | `21.2.0-slim` -> `21.4.0-slim` |
| [node](https://github.com/nodejs/node) | final | minor | `21.2.0-slim` -> `21.4.0-slim` |

---

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

Reviewed-on: #21
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-12-12 20:02:16 +00:00
4 changed files with 29 additions and 29 deletions

View File

@ -27,7 +27,7 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'node:21.2.0-slim' image: 'node:21.4.0-slim'
commands: commands:
- yarn set version 4.0.2 - yarn set version 4.0.2
- yarn install - yarn install

48
.pnp.cjs generated
View File

@ -27,7 +27,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./",\ "packageLocation": "./",\
"packageDependencies": [\ "packageDependencies": [\
["@types/jest", "npm:29.5.10"],\ ["@types/jest", "npm:29.5.10"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["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"],\
["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.1"],\ ["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.1"],\
@ -880,7 +880,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\ "packageDependencies": [\
["@jest/console", "npm:29.7.0"],\ ["@jest/console", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["jest-message-util", "npm:29.7.0"],\ ["jest-message-util", "npm:29.7.0"],\
["jest-util", "npm:29.7.0"],\ ["jest-util", "npm:29.7.0"],\
@ -906,7 +906,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-result", "npm:29.7.0"],\ ["@jest/test-result", "npm:29.7.0"],\
["@jest/transform", "npm:29.7.0"],\ ["@jest/transform", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["@types/node-notifier", null],\ ["@types/node-notifier", null],\
["ansi-escapes", "npm:4.3.2"],\ ["ansi-escapes", "npm:4.3.2"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
@ -946,7 +946,7 @@ const RAW_RUNTIME_STATE =
["@jest/environment", "npm:29.7.0"],\ ["@jest/environment", "npm:29.7.0"],\
["@jest/fake-timers", "npm:29.7.0"],\ ["@jest/fake-timers", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["jest-mock", "npm:29.7.0"]\ ["jest-mock", "npm:29.7.0"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
@ -988,7 +988,7 @@ const RAW_RUNTIME_STATE =
["@jest/fake-timers", "npm:29.7.0"],\ ["@jest/fake-timers", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@sinonjs/fake-timers", "npm:10.3.0"],\ ["@sinonjs/fake-timers", "npm:10.3.0"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["jest-message-util", "npm:29.7.0"],\ ["jest-message-util", "npm:29.7.0"],\
["jest-mock", "npm:29.7.0"],\ ["jest-mock", "npm:29.7.0"],\
["jest-util", "npm:29.7.0"]\ ["jest-util", "npm:29.7.0"]\
@ -1027,7 +1027,7 @@ const RAW_RUNTIME_STATE =
["@jest/transform", "npm:29.7.0"],\ ["@jest/transform", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@jridgewell/trace-mapping", "npm:0.3.19"],\ ["@jridgewell/trace-mapping", "npm:0.3.19"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["@types/node-notifier", null],\ ["@types/node-notifier", null],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["collect-v8-coverage", "npm:1.0.2"],\ ["collect-v8-coverage", "npm:1.0.2"],\
@ -1135,7 +1135,7 @@ const RAW_RUNTIME_STATE =
["@jest/schemas", "npm:29.6.3"],\ ["@jest/schemas", "npm:29.6.3"],\
["@types/istanbul-lib-coverage", "npm:2.0.4"],\ ["@types/istanbul-lib-coverage", "npm:2.0.4"],\
["@types/istanbul-reports", "npm:3.0.1"],\ ["@types/istanbul-reports", "npm:3.0.1"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["@types/yargs", "npm:17.0.24"],\ ["@types/yargs", "npm:17.0.24"],\
["chalk", "npm:4.1.2"]\ ["chalk", "npm:4.1.2"]\
],\ ],\
@ -1344,7 +1344,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "../../../../cache/others/berry/cache/@types-graceful-fs-npm-4.1.6-1eadcf742d-10c0.zip/node_modules/@types/graceful-fs/",\ "packageLocation": "../../../../cache/others/berry/cache/@types-graceful-fs-npm-4.1.6-1eadcf742d-10c0.zip/node_modules/@types/graceful-fs/",\
"packageDependencies": [\ "packageDependencies": [\
["@types/graceful-fs", "npm:4.1.6"],\ ["@types/graceful-fs", "npm:4.1.6"],\
["@types/node", "npm:20.10.3"]\ ["@types/node", "npm:20.10.4"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}]\ }]\
@ -1390,10 +1390,10 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["@types/node", [\ ["@types/node", [\
["npm:20.10.3", {\ ["npm:20.10.4", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-node-npm-20.10.3-d385a9ec0a-10c0.zip/node_modules/@types/node/",\ "packageLocation": "../../../../cache/others/berry/cache/@types-node-npm-20.10.4-45b062d723-10c0.zip/node_modules/@types/node/",\
"packageDependencies": [\ "packageDependencies": [\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["undici-types", "npm:5.26.5"]\ ["undici-types", "npm:5.26.5"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
@ -1928,7 +1928,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\ "packageDependencies": [\
["clean-architecture", "workspace:."],\ ["clean-architecture", "workspace:."],\
["@types/jest", "npm:29.5.10"],\ ["@types/jest", "npm:29.5.10"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["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"],\
["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.1"],\ ["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.1"],\
@ -2916,7 +2916,7 @@ const RAW_RUNTIME_STATE =
["@jest/expect", "npm:29.7.0"],\ ["@jest/expect", "npm:29.7.0"],\
["@jest/test-result", "npm:29.7.0"],\ ["@jest/test-result", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["co", "npm:4.6.0"],\ ["co", "npm:4.6.0"],\
["dedent", "virtual:f7679858c638e2e5ade31901dd2b1e5007918fdc7d84fefb11f4200f46ba2e43b9d662fb793507b517bb1e725144e51f6d68f60f9f6100fd52144f042f58f0bc#npm:1.5.1"],\ ["dedent", "virtual:f7679858c638e2e5ade31901dd2b1e5007918fdc7d84fefb11f4200f46ba2e43b9d662fb793507b517bb1e725144e51f6d68f60f9f6100fd52144f042f58f0bc#npm:1.5.1"],\
@ -3021,7 +3021,7 @@ const RAW_RUNTIME_STATE =
["@babel/core", "npm:7.22.15"],\ ["@babel/core", "npm:7.22.15"],\
["@jest/test-sequencer", "npm:29.7.0"],\ ["@jest/test-sequencer", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["@types/ts-node", null],\ ["@types/ts-node", null],\
["babel-jest", "virtual:939a7fe9ef9185d9378b96533b42cb7bd61bd3e34d0edd537f69a76537c5748d3b4733d3050f6f18ab17ac63143f81e7f121e602a5d38c959251dc0768083e9b#npm:29.7.0"],\ ["babel-jest", "virtual:939a7fe9ef9185d9378b96533b42cb7bd61bd3e34d0edd537f69a76537c5748d3b4733d3050f6f18ab17ac63143f81e7f121e602a5d38c959251dc0768083e9b#npm:29.7.0"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
@ -3108,7 +3108,7 @@ const RAW_RUNTIME_STATE =
["@jest/environment", "npm:29.7.0"],\ ["@jest/environment", "npm:29.7.0"],\
["@jest/fake-timers", "npm:29.7.0"],\ ["@jest/fake-timers", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["jest-mock", "npm:29.7.0"],\ ["jest-mock", "npm:29.7.0"],\
["jest-util", "npm:29.7.0"]\ ["jest-util", "npm:29.7.0"]\
],\ ],\
@ -3131,7 +3131,7 @@ const RAW_RUNTIME_STATE =
["jest-haste-map", "npm:29.7.0"],\ ["jest-haste-map", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/graceful-fs", "npm:4.1.6"],\ ["@types/graceful-fs", "npm:4.1.6"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["anymatch", "npm:3.1.3"],\ ["anymatch", "npm:3.1.3"],\
["fb-watchman", "npm:2.0.2"],\ ["fb-watchman", "npm:2.0.2"],\
["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin<compat/fsevents>::version=2.3.3&hash=df0bf1"],\ ["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin<compat/fsevents>::version=2.3.3&hash=df0bf1"],\
@ -3220,7 +3220,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\ "packageDependencies": [\
["jest-mock", "npm:29.7.0"],\ ["jest-mock", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["jest-util", "npm:29.7.0"]\ ["jest-util", "npm:29.7.0"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
@ -3296,7 +3296,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-result", "npm:29.7.0"],\ ["@jest/test-result", "npm:29.7.0"],\
["@jest/transform", "npm:29.7.0"],\ ["@jest/transform", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["emittery", "npm:0.13.1"],\ ["emittery", "npm:0.13.1"],\
["graceful-fs", "npm:4.2.11"],\ ["graceful-fs", "npm:4.2.11"],\
@ -3328,7 +3328,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-result", "npm:29.7.0"],\ ["@jest/test-result", "npm:29.7.0"],\
["@jest/transform", "npm:29.7.0"],\ ["@jest/transform", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["cjs-module-lexer", "npm:1.2.3"],\ ["cjs-module-lexer", "npm:1.2.3"],\
["collect-v8-coverage", "npm:1.0.2"],\ ["collect-v8-coverage", "npm:1.0.2"],\
@ -3382,7 +3382,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\ "packageDependencies": [\
["jest-util", "npm:29.6.3"],\ ["jest-util", "npm:29.6.3"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["ci-info", "npm:3.8.0"],\ ["ci-info", "npm:3.8.0"],\
["graceful-fs", "npm:4.2.11"],\ ["graceful-fs", "npm:4.2.11"],\
@ -3395,7 +3395,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\ "packageDependencies": [\
["jest-util", "npm:29.7.0"],\ ["jest-util", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["ci-info", "npm:3.8.0"],\ ["ci-info", "npm:3.8.0"],\
["graceful-fs", "npm:4.2.11"],\ ["graceful-fs", "npm:4.2.11"],\
@ -3426,7 +3426,7 @@ const RAW_RUNTIME_STATE =
["jest-watcher", "npm:29.7.0"],\ ["jest-watcher", "npm:29.7.0"],\
["@jest/test-result", "npm:29.7.0"],\ ["@jest/test-result", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\ ["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["ansi-escapes", "npm:4.3.2"],\ ["ansi-escapes", "npm:4.3.2"],\
["chalk", "npm:4.1.2"],\ ["chalk", "npm:4.1.2"],\
["emittery", "npm:0.13.1"],\ ["emittery", "npm:0.13.1"],\
@ -3441,7 +3441,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "../../../../cache/others/berry/cache/jest-worker-npm-29.7.0-4d3567fed6-10c0.zip/node_modules/jest-worker/",\ "packageLocation": "../../../../cache/others/berry/cache/jest-worker-npm-29.7.0-4d3567fed6-10c0.zip/node_modules/jest-worker/",\
"packageDependencies": [\ "packageDependencies": [\
["jest-worker", "npm:29.7.0"],\ ["jest-worker", "npm:29.7.0"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["jest-util", "npm:29.7.0"],\ ["jest-util", "npm:29.7.0"],\
["merge-stream", "npm:2.0.0"],\ ["merge-stream", "npm:2.0.0"],\
["supports-color", "npm:8.1.1"]\ ["supports-color", "npm:8.1.1"]\
@ -4616,7 +4616,7 @@ const RAW_RUNTIME_STATE =
["@tsconfig/node12", "npm:1.0.11"],\ ["@tsconfig/node12", "npm:1.0.11"],\
["@tsconfig/node14", "npm:1.0.3"],\ ["@tsconfig/node14", "npm:1.0.3"],\
["@tsconfig/node16", "npm:1.0.4"],\ ["@tsconfig/node16", "npm:1.0.4"],\
["@types/node", "npm:20.10.3"],\ ["@types/node", "npm:20.10.4"],\
["@types/swc__core", null],\ ["@types/swc__core", null],\
["@types/swc__wasm", null],\ ["@types/swc__wasm", null],\
["@types/typescript", null],\ ["@types/typescript", null],\

View File

@ -1,4 +1,4 @@
FROM node:21.2.0-slim FROM node:21.4.0-slim
WORKDIR /opt/app WORKDIR /opt/app

View File

@ -904,11 +904,11 @@ __metadata:
linkType: hard linkType: hard
"@types/node@npm:*, @types/node@npm:^20.6.3": "@types/node@npm:*, @types/node@npm:^20.6.3":
version: 20.10.3 version: 20.10.4
resolution: "@types/node@npm:20.10.3" resolution: "@types/node@npm:20.10.4"
dependencies: dependencies:
undici-types: "npm:~5.26.4" undici-types: "npm:~5.26.4"
checksum: 7c8a0327a29d68a0bb152ae30e8c4738638515dd599064821c9d0c1884a1efa103021cd8f8c91e690cd56b0602bb6fe0e6651a5df2337bdc85e0c0f66054b2ce checksum: 2c8b70cba731eb2ae3ae046daa74903bfcbb0e7b9196da767e5895054f6d252296ae7a04fb1dbbcb53bb004c4c658c05eaea2731bc9e2dd9e08f7e88d672f563
languageName: node languageName: node
linkType: hard linkType: hard