Compare commits

...

3 Commits

Author SHA1 Message Date
6909fdfb4d chore(deps): update yarn to v4
Some checks failed
continuous-integration/drone/pr Build is failing
2023-11-03 03:50:13 +00:00
865f04a525 fix(deps): update dependency @types/node to v20.8.10 (#14)
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 | minor | [`20.6.3` -> `20.8.10`](https://renovatebot.com/diffs/npm/@types%2fnode/20.6.3/20.8.10) |

---

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

Reviewed-on: #14
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-11-03 03:47:01 +00:00
60fc0de0c6 chore(deps): update node.js to v21 (#12)
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 | major | `20.9.0-slim` -> `21.1.0-slim` |
| [node](https://github.com/nodejs/node) | final | major | `20.9.0-slim` -> `21.1.0-slim` |

---

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

Reviewed-on: #12
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-11-03 02:57:05 +00:00
9 changed files with 10284 additions and 13612 deletions

View File

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

19145
.pnp.cjs generated

File diff suppressed because one or more lines are too long

824
.pnp.loader.mjs generated

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

893
.yarn/releases/yarn-4.0.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs

View File

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

View File

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

2152
yarn.lock

File diff suppressed because it is too large Load Diff