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
10 changed files with 10273 additions and 13606 deletions

View File

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

10180
.pnp.cjs generated

File diff suppressed because one or more lines are too long

780
.pnp.loader.mjs generated

File diff suppressed because it is too large Load Diff

View File

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

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.8.0-slim
FROM node:20.9.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",

2136
yarn.lock

File diff suppressed because it is too large Load Diff