4 Commits

Author SHA1 Message Date
70ee4a5b07 fix(deps): update jest monorepo to v30
All checks were successful
continuous-integration/drone/pr Build is passing
2025-07-15 14:18:05 +00:00
19ba6d2346 fix(deps): update dependency @types/node to v22.16.4 (#106)
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/tree/HEAD/types/node)) | dependencies | minor | [`22.15.32` -> `22.16.4`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.32/22.16.4) |

---

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

Reviewed-on: #106
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-15 13:57:40 +00:00
0b212340d3 chore(deps): update yarn to v4.9.2 (#103)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [yarn](https://github.com/yarnpkg/berry) ([source](https://github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | packageManager | patch | [`4.9.1` -> `4.9.2`](https://renovatebot.com/diffs/npm/yarn/4.9.1/4.9.2) |

---

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

Reviewed-on: #103
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-05 23:15:06 +00:00
d514fe70f3 chore(deps): update node.js to v22.16.0 (#102)
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.15.0-slim` -> `22.16.0-slim` |
| [node](https://github.com/nodejs/node) | final | minor | `22.15.0-slim` -> `22.16.0-slim` |
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) |  | minor | `22.15.0` -> `22.16.0` |

---

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

Reviewed-on: #102
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-06-21 16:46:58 +00:00
8 changed files with 3265 additions and 1990 deletions

View File

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

2461
.pnp.cjs generated

File diff suppressed because it is too large Load Diff

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -3,4 +3,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://go.mskelton.dev/yarn-outdated/v4"
yarnPath: .yarn/releases/yarn-4.9.1.cjs
yarnPath: .yarn/releases/yarn-4.9.2.cjs

View File

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

View File

@@ -1,10 +1,10 @@
{
"name": "clean-architecture",
"packageManager": "yarn@4.9.1",
"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"

2230
yarn.lock

File diff suppressed because it is too large Load Diff