3 Commits

Author SHA1 Message Date
e286c0f7d4 fix(deps): update dependency jest to v30.0.5
All checks were successful
continuous-integration/drone/pr Build is passing
2025-07-22 02:47:49 +00:00
fd0075b376 chore(deps): update node.js to v22.17.0 (#107)
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 | `22.16.0-slim` -> `22.17.0-slim` |
| [node](https://github.com/nodejs/node) | final | minor | `22.16.0-slim` -> `22.17.0-slim` |
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) |  | minor | `22.16.0` -> `22.17.0` |

---

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

Reviewed-on: #107
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-15 21:08:41 +00:00
477ef865ef fix(deps): update jest monorepo to v30 (major) (#104)
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/tree/HEAD/types/jest)) | dependencies | major | [`^29.5.13` -> `^30.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.14/30.0.0) |
| [jest](https://jestjs.io/) ([source](https://github.com/jestjs/jest/tree/HEAD/packages/jest)) | dependencies | major | [`^29.7.0` -> `^30.0.0`](https://renovatebot.com/diffs/npm/jest/29.7.0/30.0.4) |

---

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

Reviewed-on: #104
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-15 19:46:57 +00:00
6 changed files with 3142 additions and 1623 deletions

View File

@@ -27,7 +27,7 @@ steps:
restore: true
- name: test
image: 'node:22.16.0-slim'
image: 'node:22.17.0-slim'
commands:
- yarn set version 4.6.0
- yarn install

2463
.pnp.cjs generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,2 @@
nodejs 22.16.0
nodejs 22.17.0
yarn 1.22.22

View File

@@ -1,4 +1,4 @@
FROM node:22.16.0-slim
FROM node:22.17.0-slim
WORKDIR /opt/app

View File

@@ -2,9 +2,9 @@
"name": "clean-architecture",
"packageManager": "yarn@4.9.2",
"dependencies": {
"@types/jest": "^29.5.13",
"@types/jest": "^30.0.0",
"@types/node": "^22.7.5",
"jest": "^29.7.0",
"jest": "^30.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"

2292
yarn.lock

File diff suppressed because it is too large Load Diff