5 Commits

Author SHA1 Message Date
d8508223d2 chore(deps): update yarn to v3.6.4 (#9)
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) | packageManager | patch | [`3.6.3` -> `3.6.4`](https://renovatebot.com/diffs/npm/yarn/3.6.3/3.6.4) |

---

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

Reviewed-on: #9
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-10-15 21:35:32 +00:00
ba3b0b55b0 fix(deps): update dependency jest to v29.7.0 (#7)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [jest](https://jestjs.io/) ([source](https://github.com/jestjs/jest)) | dependencies | minor | [`29.6.4` -> `29.7.0`](https://renovatebot.com/diffs/npm/jest/29.6.4/29.7.0) |

---

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

Reviewed-on: #7
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-10-03 12:49:50 +00:00
2c7e053253 fix(deps): update dependency @types/jest to v29.5.5 (#5)
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.4` -> `29.5.5`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.4/29.5.5) |

---

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

Reviewed-on: #5
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-10-02 20:21:01 +00:00
7a529f584a chore(deps): update node.js to v20.8.0 (#4)
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.6.0-slim` -> `20.8.0-slim` |
| [node](https://github.com/nodejs/node) | final | minor | `20.6.0-slim` -> `20.8.0-slim` |

---

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

Reviewed-on: #4
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-10-02 15:36:24 +00:00
26a25c711f fix: add @types/node missing dep (#8)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Joao P Dubas <joao.dubas@gmail.com>
Reviewed-on: #8
2023-10-02 15:05:40 +00:00
7 changed files with 163 additions and 145 deletions

View File

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

23
.pnp.cjs generated
View File

@@ -28,7 +28,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
[null, {\
"packageLocation": "./",\
"packageDependencies": [\
["@types/jest", "npm:29.5.4"],\
["@types/jest", "npm:29.5.5"],\
["@types/node", "npm:20.6.3"],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.1"],\
@@ -1380,10 +1381,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]\
]],\
["@types/jest", [\
["npm:29.5.4", {\
"packageLocation": "./.yarn/cache/@types-jest-npm-29.5.4-d0885ca455-38ed5942f4.zip/node_modules/@types/jest/",\
["npm:29.5.5", {\
"packageLocation": "./.yarn/cache/@types-jest-npm-29.5.5-cc0df7a171-56e55cde99.zip/node_modules/@types/jest/",\
"packageDependencies": [\
["@types/jest", "npm:29.5.4"],\
["@types/jest", "npm:29.5.5"],\
["expect", "npm:29.6.4"],\
["pretty-format", "npm:29.6.3"]\
],\
@@ -1397,6 +1398,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@types/node", "npm:20.5.9"]\
],\
"linkType": "HARD"\
}],\
["npm:20.6.3", {\
"packageLocation": "./.yarn/cache/@types-node-npm-20.6.3-7542470c42-444a6f1f41.zip/node_modules/@types/node/",\
"packageDependencies": [\
["@types/node", "npm:20.6.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["@types/stack-utils", [\
@@ -1927,7 +1935,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
"packageLocation": "./",\
"packageDependencies": [\
["clean-architecture", "workspace:."],\
["@types/jest", "npm:29.5.4"],\
["@types/jest", "npm:29.5.5"],\
["@types/node", "npm:20.6.3"],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.1"],\
@@ -4563,7 +4572,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@types/babel-jest", null],\
["@types/babel__core", null],\
["@types/esbuild", null],\
["@types/jest", "npm:29.5.4"],\
["@types/jest", "npm:29.5.5"],\
["@types/jest__types", null],\
["@types/typescript", null],\
["babel-jest", null],\
@@ -4615,7 +4624,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@tsconfig/node12", "npm:1.0.11"],\
["@tsconfig/node14", "npm:1.0.3"],\
["@tsconfig/node16", "npm:1.0.4"],\
["@types/node", null],\
["@types/node", "npm:20.6.3"],\
["@types/swc__core", null],\
["@types/swc__wasm", null],\
["@types/typescript", null],\

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs

View File

@@ -1,4 +1,4 @@
FROM node:20.6.0-slim
FROM node:20.8.0-slim
WORKDIR /opt/app

View File

@@ -1,8 +1,9 @@
{
"name": "clean-architecture",
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.6.4",
"dependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.6.3",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",

View File

@@ -894,12 +894,12 @@ __metadata:
linkType: hard
"@types/jest@npm:^29.5.4":
version: 29.5.4
resolution: "@types/jest@npm:29.5.4"
version: 29.5.5
resolution: "@types/jest@npm:29.5.5"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: 38ed5942f44336452efd0f071eab60aaa57cd8d46530348d0a3aa5a691dcbf1366c4ca8f6ee8364efb45b4413bfefae443e5d4f469246a472a03b21ac11cd4ed
checksum: 56e55cde9949bcc0ee2fa34ce5b7c32c2bfb20e53424aa4ff3a210859eeaaa3fdf6f42f81a3f655238039cdaaaf108b054b7a8602f394e6c52b903659338d8c6
languageName: node
linkType: hard
@@ -910,6 +910,13 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:^20.6.3":
version: 20.6.3
resolution: "@types/node@npm:20.6.3"
checksum: 444a6f1f41cfa8d3e20ce0108e6e43960fb2ae0e481f233bb1c14d6252aa63a92e021de561cd317d9fdb411688f871065f40175a1f18763282dee2613a08f8a3
languageName: node
linkType: hard
"@types/stack-utils@npm:^2.0.0":
version: 2.0.1
resolution: "@types/stack-utils@npm:2.0.1"
@@ -1334,6 +1341,7 @@ __metadata:
resolution: "clean-architecture@workspace:."
dependencies:
"@types/jest": ^29.5.4
"@types/node": ^20.6.3
jest: ^29.6.4
ts-jest: ^29.1.1
ts-node: ^10.9.1