6 Commits

Author SHA1 Message Date
9eea005742 fix(deps): update dependency @types/jest to v29.5.10
All checks were successful
continuous-integration/drone/pr Build is passing
2023-11-22 01:20:02 +00:00
d898548620 chore(deps): update yarn to v4 (#13)
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 | major | [`3.6.4` -> `4.0.1`](https://renovatebot.com/diffs/npm/yarn/3.6.4/4.0.1) |

---

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

Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Reviewed-on: #13
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-11-03 10:12:02 +00:00
865f04a525 fix(deps): update dependency @types/node to v20.8.10 (#14)
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)) | dependencies | minor | [`20.6.3` -> `20.8.10`](https://renovatebot.com/diffs/npm/@types%2fnode/20.6.3/20.8.10) |

---

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

Reviewed-on: #14
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-11-03 03:47:01 +00:00
60fc0de0c6 chore(deps): update node.js to v21 (#12)
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 | major | `20.9.0-slim` -> `21.1.0-slim` |
| [node](https://github.com/nodejs/node) | final | major | `20.9.0-slim` -> `21.1.0-slim` |

---

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

Reviewed-on: #12
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-11-03 02:57:05 +00:00
9486302db7 fix(deps): update dependency @types/jest to v29.5.7 (#11)
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.5` -> `29.5.7`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.5/29.5.7) |

---

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

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

---

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

Reviewed-on: #10
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-11-01 17:40:49 +00:00
11 changed files with 10409 additions and 13737 deletions

View File

@@ -27,9 +27,9 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'node:20.8.0-slim' image: 'node:21.1.0-slim'
commands: commands:
- yarn set version 3.6.3 - yarn set version 4.0.1
- yarn install - yarn install
- yarn run jest - yarn run jest

19145
.pnp.cjs generated

File diff suppressed because one or more lines are too long

824
.pnp.loader.mjs generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,2 @@
nodejs 20.6.0 nodejs 21.1.0
yarn 1.22.19 yarn 1.22.19

File diff suppressed because one or more lines are too long

893
.yarn/releases/yarn-4.0.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "clean-architecture", "name": "clean-architecture",
"packageManager": "yarn@3.6.4", "packageManager": "yarn@4.0.1",
"dependencies": { "dependencies": {
"@types/jest": "^29.5.4", "@types/jest": "^29.5.4",
"@types/node": "^20.6.3", "@types/node": "^20.6.3",

2396
yarn.lock

File diff suppressed because it is too large Load Diff