Compare commits

...

4 Commits

Author SHA1 Message Date
48369cf177 chore(deps): update node.js to v22.15.0
All checks were successful
continuous-integration/drone/pr Build is passing
2025-04-30 21:51:48 +00:00
0404a65830 fix(deps): update dependency ts-jest to v29.3.2 (#98)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | dependencies | patch | [`29.3.1` -> `29.3.2`](https://renovatebot.com/diffs/npm/ts-jest/29.3.1/29.3.2) |

---

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

Reviewed-on: #98
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-04-30 21:48:59 +00:00
cc0e9207d1 fix(deps): update dependency @types/node to v22.15.3 (#97)
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.14.0` -> `22.15.3`](https://renovatebot.com/diffs/npm/@types%2fnode/22.14.0/22.15.3) |

---

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

Reviewed-on: #97
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-04-30 19:20:42 +00:00
697cd354f6 chore(deps): update yarn to v4.9.1 (#96)
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 | minor | [`4.8.1` -> `4.9.1`](https://renovatebot.com/diffs/npm/yarn/4.8.1/4.9.1) |

---

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

Reviewed-on: #96
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-04-30 17:54:36 +00:00
9 changed files with 1503 additions and 1202 deletions

View File

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

756
.pnp.cjs generated

File diff suppressed because it is too large Load Diff

View File

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

File diff suppressed because one or more lines are too long

948
.yarn/releases/yarn-4.9.1.cjs vendored Executable file

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.8.1.cjs
yarnPath: .yarn/releases/yarn-4.9.1.cjs

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "clean-architecture",
"packageManager": "yarn@4.8.1",
"packageManager": "yarn@4.9.1",
"dependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",

View File

@ -904,11 +904,11 @@ __metadata:
linkType: hard
"@types/node@npm:*, @types/node@npm:^22.7.5":
version: 22.14.0
resolution: "@types/node@npm:22.14.0"
version: 22.15.3
resolution: "@types/node@npm:22.15.3"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/9d79f3fa1af9c2c869514f419c4a4905b34c10e12915582fd1784868ac4e74c6d306cf5eb47ef889b6750ab85a31be96618227b86739c4a3e0b1c15063f384c6
checksum: 10c0/2879f012d1aeba0bfdb5fed80d165f4f2cb3d1f2e1f98a24b18d4a211b4ace7d64bf2622784c78355982ffc1081ba79d0934efc2fb8353913e5871a63609661f
languageName: node
linkType: hard
@ -3704,8 +3704,8 @@ __metadata:
linkType: hard
"ts-jest@npm:^29.2.5":
version: 29.3.1
resolution: "ts-jest@npm:29.3.1"
version: 29.3.2
resolution: "ts-jest@npm:29.3.2"
dependencies:
bs-logger: "npm:^0.2.6"
ejs: "npm:^3.1.10"
@ -3715,7 +3715,7 @@ __metadata:
lodash.memoize: "npm:^4.1.2"
make-error: "npm:^1.3.6"
semver: "npm:^7.7.1"
type-fest: "npm:^4.38.0"
type-fest: "npm:^4.39.1"
yargs-parser: "npm:^21.1.1"
peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8"
@ -3737,7 +3737,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 10c0/5df9239223b974fc61bbe018d4e72bbdbea530c4b624fab0936a152438a58e97ce0d0cee2258d10e7ecebbf0ab699ab41d0a52fc5b5f13201cdac4419ab0fe04
checksum: 10c0/84762720dbef45c1644348d67d0dcb8b7ad6369a16628c4752aceeb47f0ccdad63ae14485048b641c20ce096337a160ab816881361ef5517325bac6a5b3756e0
languageName: node
linkType: hard
@ -3793,10 +3793,10 @@ __metadata:
languageName: node
linkType: hard
"type-fest@npm:^4.38.0":
version: 4.39.1
resolution: "type-fest@npm:4.39.1"
checksum: 10c0/f5bf302eb2e2f70658be1757aa578f4a09da3f65699b0b12b7ae5502ccea76e5124521a6e6b69540f442c3dc924c394202a2ab58718d0582725c7ac23c072594
"type-fest@npm:^4.39.1":
version: 4.40.1
resolution: "type-fest@npm:4.40.1"
checksum: 10c0/590cb7d4dcd3da83efe49b5b52cd041661f6fa29f18cb76650fe1fdeb4090688e92955656e9d981e606abb13d25c0418be8c6c6504d80e87fe18dc9ca0888392
languageName: node
linkType: hard