Skip to content

Commit 3474737

Browse files
committed
chore(package): upgrade
1 parent 49c6f43 commit 3474737

File tree

4 files changed

+634
-554
lines changed

4 files changed

+634
-554
lines changed

.github/workflows/verify-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252

5353
- name: Build package/playground
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: .
5757
target: playground

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-slim AS base
1+
FROM node:22-slim AS base
22

33
ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"author": "Coldrun <info@coldrun.com>",
55
"homepage": "https://github.com/coldrun/monorepo-typescript",
66
"type": "module",
7-
"packageManager": "pnpm@9.15.4",
7+
"packageManager": "pnpm@9.15.5",
88
"engineStrict": true,
99
"engines": {
10-
"node": "^20",
11-
"pnpm": "~9.15.4"
10+
"node": "^22",
11+
"pnpm": "~9.15.5"
1212
},
1313
"scripts": {
1414
"dev": "pnpm -r --parallel run dev",
@@ -24,26 +24,26 @@
2424
"prepare": "husky"
2525
},
2626
"devDependencies": {
27-
"@commitlint/cli": "^19.5.0",
28-
"@commitlint/config-conventional": "^19.5.0",
27+
"@commitlint/cli": "^19.7.1",
28+
"@commitlint/config-conventional": "^19.7.1",
2929
"@commitlint/types": "^19.5.0",
30-
"@eslint/js": "^9.10.0",
31-
"@lerna-lite/cli": "^3.10.0",
32-
"@lerna-lite/publish": "^3.10.0",
33-
"@types/node": "^20.17.9",
30+
"@eslint/js": "^9.20.0",
31+
"@lerna-lite/cli": "^3.12.1",
32+
"@lerna-lite/publish": "^3.12.1",
33+
"@types/node": "^22.13.4",
3434
"conventional-changelog-conventionalcommits": "^7.0.2",
35-
"eslint": "^9.10.0",
36-
"eslint-config-prettier": "^9.1.0",
37-
"eslint-import-resolver-typescript": "^3.6.3",
38-
"eslint-plugin-import-x": "^4.2.1",
39-
"execa": "^9.3.1",
40-
"globals": "^15.9.0",
41-
"husky": "^9.1.6",
35+
"eslint": "^9.20.1",
36+
"eslint-config-prettier": "^10.0.1",
37+
"eslint-import-resolver-typescript": "^3.8.3",
38+
"eslint-plugin-import-x": "^4.6.1",
39+
"execa": "^9.5.2",
40+
"globals": "^16.0.0",
41+
"husky": "^9.1.7",
4242
"just-pnpm": "^1.0.2",
43-
"lint-staged": "^15.2.10",
44-
"prettier": "^3.3.3",
43+
"lint-staged": "^15.4.3",
44+
"prettier": "^3.5.1",
4545
"rimraf": "^6.0.1",
46-
"typescript": "~5.5.4",
46+
"typescript": "~5.7.3",
4747
"typescript-eslint": "^8.5.0",
4848
"yargs": "^17.7.2"
4949
},

0 commit comments

Comments
 (0)