4 Commits

Author SHA1 Message Date
6e6aac5c4b fix(deps): update dependency ts-jest to v29.4.1
Some checks failed
continuous-integration/drone/pr Build is failing
2025-08-03 13:42:00 +00:00
90bbaed669 chore(deps): update node.js to v22.17.1 (#108)
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 | patch | `22.17.0-slim` -> `22.17.1-slim` |
| [node](https://github.com/nodejs/node) | final | patch | `22.17.0-slim` -> `22.17.1-slim` |
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) |  | patch | `22.17.0` -> `22.17.1` |

---

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

Reviewed-on: #108
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-23 21:47:08 +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 3000 additions and 1854 deletions

View File

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

2521
.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.1
yarn 1.22.22

View File

@@ -1,4 +1,4 @@
FROM node:22.16.0-slim
FROM node:22.17.1-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"

2323
yarn.lock

File diff suppressed because it is too large Load Diff