5 Commits

Author SHA1 Message Date
ae8094c9e0 feat: upgrade yarn to 4.5.3 2024-11-25 15:09:46 +00:00
c35f05c791 chore(deps): update yarn to v4.5.3 (#79)
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.5.2` -> `4.5.3`](https://renovatebot.com/diffs/npm/yarn/4.5.2/4.5.3) |

---

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

Reviewed-on: #79
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2024-11-25 14:57:08 +00:00
a5287632e4 chore(deps): update yarn to v4.5.2 (#77)
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.5.1` -> `4.5.2`](https://renovatebot.com/diffs/npm/yarn/4.5.1/4.5.2) |

---

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

Reviewed-on: #77
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2024-11-25 11:37:11 +00:00
c6aca995bb fix(deps): update dependency @types/node to v22.9.3 (#76)
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 | patch | [`22.9.0` -> `22.9.3`](https://renovatebot.com/diffs/npm/@types%2fnode/22.9.0/22.9.3) |

---

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

Reviewed-on: #76
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2024-11-23 17:04:17 +00:00
d73f35be06 fix(deps): update dependency @types/node to v22.9.0 (#75)
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.8.6` -> `22.9.0`](https://renovatebot.com/diffs/npm/@types%2fnode/22.8.6/22.9.0) |

---

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

Reviewed-on: #75
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2024-11-07 00:10:04 +00:00
8 changed files with 338 additions and 338 deletions

View File

@@ -29,7 +29,7 @@ steps:
- name: test
image: 'node:22.11.0-slim'
commands:
- yarn set version 4.5.1
- yarn set version 4.5.3
- yarn install
- yarn run jest

48
.pnp.cjs generated
View File

@@ -28,7 +28,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./",\
"packageDependencies": [\
["@types/jest", "npm:29.5.14"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.2.5"],\
["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.2"],\
@@ -881,7 +881,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\
["@jest/console", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["chalk", "npm:4.1.2"],\
["jest-message-util", "npm:29.7.0"],\
["jest-util", "npm:29.7.0"],\
@@ -907,7 +907,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-result", "npm:29.7.0"],\
["@jest/transform", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["@types/node-notifier", null],\
["ansi-escapes", "npm:4.3.2"],\
["chalk", "npm:4.1.2"],\
@@ -947,7 +947,7 @@ const RAW_RUNTIME_STATE =
["@jest/environment", "npm:29.7.0"],\
["@jest/fake-timers", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["jest-mock", "npm:29.7.0"]\
],\
"linkType": "HARD"\
@@ -989,7 +989,7 @@ const RAW_RUNTIME_STATE =
["@jest/fake-timers", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@sinonjs/fake-timers", "npm:10.3.0"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["jest-message-util", "npm:29.7.0"],\
["jest-mock", "npm:29.7.0"],\
["jest-util", "npm:29.7.0"]\
@@ -1028,7 +1028,7 @@ const RAW_RUNTIME_STATE =
["@jest/transform", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@jridgewell/trace-mapping", "npm:0.3.19"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["@types/node-notifier", null],\
["chalk", "npm:4.1.2"],\
["collect-v8-coverage", "npm:1.0.2"],\
@@ -1136,7 +1136,7 @@ const RAW_RUNTIME_STATE =
["@jest/schemas", "npm:29.6.3"],\
["@types/istanbul-lib-coverage", "npm:2.0.4"],\
["@types/istanbul-reports", "npm:3.0.1"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["@types/yargs", "npm:17.0.24"],\
["chalk", "npm:4.1.2"]\
],\
@@ -1345,7 +1345,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "../../../../cache/others/berry/cache/@types-graceful-fs-npm-4.1.6-1eadcf742d-10c0.zip/node_modules/@types/graceful-fs/",\
"packageDependencies": [\
["@types/graceful-fs", "npm:4.1.6"],\
["@types/node", "npm:22.8.7"]\
["@types/node", "npm:22.9.3"]\
],\
"linkType": "HARD"\
}]\
@@ -1391,10 +1391,10 @@ const RAW_RUNTIME_STATE =
}]\
]],\
["@types/node", [\
["npm:22.8.7", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-node-npm-22.8.7-74f26ec67f-10c0.zip/node_modules/@types/node/",\
["npm:22.9.3", {\
"packageLocation": "../../../../cache/others/berry/cache/@types-node-npm-22.9.3-bc9b3f960a-10c0.zip/node_modules/@types/node/",\
"packageDependencies": [\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["undici-types", "npm:6.19.8"]\
],\
"linkType": "HARD"\
@@ -1938,7 +1938,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\
["clean-architecture", "workspace:."],\
["@types/jest", "npm:29.5.14"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.2.5"],\
["ts-node", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:10.9.2"],\
@@ -2959,7 +2959,7 @@ const RAW_RUNTIME_STATE =
["@jest/expect", "npm:29.7.0"],\
["@jest/test-result", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["chalk", "npm:4.1.2"],\
["co", "npm:4.6.0"],\
["dedent", "virtual:f7679858c638e2e5ade31901dd2b1e5007918fdc7d84fefb11f4200f46ba2e43b9d662fb793507b517bb1e725144e51f6d68f60f9f6100fd52144f042f58f0bc#npm:1.5.1"],\
@@ -3064,7 +3064,7 @@ const RAW_RUNTIME_STATE =
["@babel/core", "npm:7.22.15"],\
["@jest/test-sequencer", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["@types/ts-node", null],\
["babel-jest", "virtual:939a7fe9ef9185d9378b96533b42cb7bd61bd3e34d0edd537f69a76537c5748d3b4733d3050f6f18ab17ac63143f81e7f121e602a5d38c959251dc0768083e9b#npm:29.7.0"],\
["chalk", "npm:4.1.2"],\
@@ -3151,7 +3151,7 @@ const RAW_RUNTIME_STATE =
["@jest/environment", "npm:29.7.0"],\
["@jest/fake-timers", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["jest-mock", "npm:29.7.0"],\
["jest-util", "npm:29.7.0"]\
],\
@@ -3174,7 +3174,7 @@ const RAW_RUNTIME_STATE =
["jest-haste-map", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/graceful-fs", "npm:4.1.6"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["anymatch", "npm:3.1.3"],\
["fb-watchman", "npm:2.0.2"],\
["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin<compat/fsevents>::version=2.3.3&hash=df0bf1"],\
@@ -3263,7 +3263,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\
["jest-mock", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["jest-util", "npm:29.7.0"]\
],\
"linkType": "HARD"\
@@ -3339,7 +3339,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-result", "npm:29.7.0"],\
["@jest/transform", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["chalk", "npm:4.1.2"],\
["emittery", "npm:0.13.1"],\
["graceful-fs", "npm:4.2.11"],\
@@ -3371,7 +3371,7 @@ const RAW_RUNTIME_STATE =
["@jest/test-result", "npm:29.7.0"],\
["@jest/transform", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["chalk", "npm:4.1.2"],\
["cjs-module-lexer", "npm:1.2.3"],\
["collect-v8-coverage", "npm:1.0.2"],\
@@ -3425,7 +3425,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\
["jest-util", "npm:29.6.3"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["chalk", "npm:4.1.2"],\
["ci-info", "npm:3.8.0"],\
["graceful-fs", "npm:4.2.11"],\
@@ -3438,7 +3438,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\
["jest-util", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["chalk", "npm:4.1.2"],\
["ci-info", "npm:3.8.0"],\
["graceful-fs", "npm:4.2.11"],\
@@ -3469,7 +3469,7 @@ const RAW_RUNTIME_STATE =
["jest-watcher", "npm:29.7.0"],\
["@jest/test-result", "npm:29.7.0"],\
["@jest/types", "npm:29.6.3"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["ansi-escapes", "npm:4.3.2"],\
["chalk", "npm:4.1.2"],\
["emittery", "npm:0.13.1"],\
@@ -3484,7 +3484,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "../../../../cache/others/berry/cache/jest-worker-npm-29.7.0-4d3567fed6-10c0.zip/node_modules/jest-worker/",\
"packageDependencies": [\
["jest-worker", "npm:29.7.0"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.3"],\
["jest-util", "npm:29.7.0"],\
["merge-stream", "npm:2.0.0"],\
["supports-color", "npm:8.1.1"]\
@@ -4679,7 +4679,7 @@ const RAW_RUNTIME_STATE =
["@tsconfig/node12", "npm:1.0.11"],\
["@tsconfig/node14", "npm:1.0.3"],\
["@tsconfig/node16", "npm:1.0.4"],\
["@types/node", "npm:22.8.7"],\
["@types/node", "npm:22.9.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

@@ -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.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs

View File

@@ -4,7 +4,7 @@ WORKDIR /opt/app
RUN apt-get update \
&& apt-get -y install make \
&& yarn set version 4.5.1
&& yarn set version 4.5.3
COPY ./Makefile ./
COPY ./package.json ./

View File

@@ -6,7 +6,7 @@ asdf_install:
.PHONY: yarn_setup
yarn_setup:
@yarn set version 4.5.1
@yarn set version 4.5.3
@yarn init -2
@yarn add typescript jest @types/jest ts-node ts-jest

View File

@@ -1,6 +1,6 @@
{
"name": "clean-architecture",
"packageManager": "yarn@4.5.1",
"packageManager": "yarn@4.5.3",
"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.8.7
resolution: "@types/node@npm:22.8.7"
version: 22.9.3
resolution: "@types/node@npm:22.9.3"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c0/14372885db80059ed6e92c320b2bcd8f7dc271698adce11f51aa0f424a3f82aa1749a4f66321b87043791b894346b2458d514cbb65ce70167c2fd8a78a124947
checksum: 10c0/954ec72bf29436ea62425a9563914a9c1e93f97b18194acd51d74d13998a701977547ed2985ed3a0e97211b785436d28377116e5f613bfcf3182d9bd81d784dc
languageName: node
linkType: hard