Skip to content

Commit 7bd7772

Browse files
fix(deps): update all non-major dependencies
1 parent 90c32cb commit 7bd7772

File tree

10 files changed

+4278
-3307
lines changed

10 files changed

+4278
-3307
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: ⎔ Setup node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 18
20+
node-version: 18.20.8
2121
cache: pnpm
2222

2323
- name: 📦 Install pnpm

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: turbocache-build/turbocache-action@v1
2828

2929
- name: 🛑 Cancel Previous Runs
30-
uses: styfle/[email protected].0
30+
uses: styfle/[email protected].1
3131

3232
- name: ⬇️ Checkout repo
3333
uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
- name: ⎔ Setup node
4141
uses: actions/setup-node@v3
4242
with:
43-
node-version: 18
43+
node-version: 18.20.8
4444
cache: pnpm
4545

4646
- name: 📦 Get pnpm store directory
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: 🛑 Cancel Previous Runs
69-
uses: styfle/[email protected].0
69+
uses: styfle/[email protected].1
7070

7171
- name: ⬇️ Checkout repo
7272
uses: actions/checkout@v4
@@ -79,7 +79,7 @@ jobs:
7979
- name: ⎔ Setup node
8080
uses: actions/setup-node@v3
8181
with:
82-
node-version: 18
82+
node-version: 18.20.8
8383
cache: pnpm
8484

8585
- name: 📦 Get pnpm store directory

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: ⎔ Setup node
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: 18
32+
node-version: 18.20.8
3333
cache: pnpm
3434

3535
- name: 📦 Get pnpm store directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: ⎔ Setup node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 18
20+
node-version: 18.20.8
2121

2222
- name: 🪵 Generate changelog
2323
run: npx changelogithub

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@runnablejs/monorepo",
33
"version": "0.4.15",
44
"private": true,
5-
"packageManager": "pnpm@8.10.2",
5+
"packageManager": "pnpm@8.15.9",
66
"description": "Build internal apps with ease",
77
"scripts": {
88
"preinstall": "npx only-allow pnpm",
@@ -20,33 +20,33 @@
2020
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
2121
},
2222
"devDependencies": {
23-
"@rollup/plugin-alias": "^5.0.1",
24-
"@rollup/plugin-commonjs": "^25.0.7",
25-
"@rollup/plugin-json": "^6.0.1",
26-
"@rollup/plugin-node-resolve": "^15.2.3",
27-
"@types/node": "^18.18.8",
23+
"@rollup/plugin-alias": "^5.1.1",
24+
"@rollup/plugin-commonjs": "^25.0.8",
25+
"@rollup/plugin-json": "^6.1.0",
26+
"@rollup/plugin-node-resolve": "^15.3.1",
27+
"@types/node": "^18.19.130",
2828
"@typescript-eslint/eslint-plugin": "^5.62.0",
2929
"@typescript-eslint/parser": "^5.62.0",
30-
"bumpp": "^9.2.0",
30+
"bumpp": "^9.11.1",
3131
"cross-env": "^7.0.3",
32-
"esbuild": "0.19.5",
33-
"eslint": "^8.53.0",
34-
"eslint-config-prettier": "^8.10.0",
35-
"eslint-plugin-import": "^2.29.0",
36-
"eslint-plugin-react": "^7.33.2",
32+
"esbuild": "0.25.12",
33+
"eslint": "^8.57.1",
34+
"eslint-config-prettier": "^8.10.2",
35+
"eslint-plugin-import": "^2.32.0",
36+
"eslint-plugin-react": "^7.37.5",
3737
"eslint-plugin-unicorn": "^44.0.2",
3838
"lint-staged": "^13.3.0",
39-
"pnpm": "8.10.2",
39+
"pnpm": "8.15.9",
4040
"prettier": "^2.8.8",
41-
"rimraf": "^5.0.5",
42-
"rollup": "^3.29.4",
41+
"rimraf": "^5.0.10",
42+
"rollup": "^3.29.5",
4343
"rollup-plugin-dts": "^5.3.1",
4444
"rollup-plugin-esbuild": "^5.0.0",
45-
"simple-git-hooks": "^2.9.0",
46-
"turbo": "^1.10.16",
47-
"typescript": "^5.2.2",
48-
"vitepress": "^1.0.0-rc.25",
49-
"vue": "^3.3.8"
45+
"simple-git-hooks": "^2.13.1",
46+
"turbo": "^1.13.4",
47+
"typescript": "^5.9.3",
48+
"vitepress": "^1.6.4",
49+
"vue": "^3.5.23"
5050
},
5151
"simple-git-hooks": {
5252
"pre-commit": "npx lint-staged"

packages/config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"dependencies": {
1515
"@typescript-eslint/eslint-plugin": "^5.62.0",
1616
"@typescript-eslint/parser": "^5.62.0",
17-
"eslint": "8.53.0",
18-
"eslint-config-prettier": "^8.10.0",
19-
"eslint-plugin-import": "^2.29.0",
20-
"eslint-plugin-react": "^7.33.2",
17+
"eslint": "8.57.1",
18+
"eslint-config-prettier": "^8.10.2",
19+
"eslint-plugin-import": "^2.32.0",
20+
"eslint-plugin-react": "^7.37.5",
2121
"eslint-plugin-unicorn": "^44.0.2",
22-
"typescript": "^5.2.2"
22+
"typescript": "^5.9.3"
2323
}
2424
}

packages/runnable-app/package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"start:mocks": "binode --require ./mocks -- @remix-run/serve:remix-serve build"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "^7.23.2",
31-
"@chakra-ui/icons": "^2.1.1",
32-
"@chakra-ui/react": "^2.8.1",
33-
"@chakra-ui/styled-system": "^2.9.1",
34-
"@chakra-ui/system": "^2.6.1",
35-
"@chakra-ui/theme-tools": "^2.1.1",
36-
"@emotion/cache": "^11.11.0",
37-
"@emotion/react": "^11.11.1",
30+
"@babel/core": "^7.28.5",
31+
"@chakra-ui/icons": "^2.2.4",
32+
"@chakra-ui/react": "^2.10.9",
33+
"@chakra-ui/styled-system": "^2.12.0",
34+
"@chakra-ui/system": "^2.6.2",
35+
"@chakra-ui/theme-tools": "^2.2.6",
36+
"@emotion/cache": "^11.14.0",
37+
"@emotion/react": "^11.14.0",
3838
"@emotion/server": "^11.11.0",
39-
"@emotion/styled": "^11.11.0",
40-
"@iconify-json/fa": "^1.1.5",
39+
"@emotion/styled": "^11.14.1",
40+
"@iconify-json/fa": "^1.2.2",
4141
"@iconify/react": "^4.1.1",
4242
"@remix-run/dev": "^1.19.3",
4343
"@remix-run/eslint-config": "^1.19.3",
@@ -48,53 +48,53 @@
4848
"@remix-run/server-runtime": "^1.19.3",
4949
"@runnablejs/api": "*",
5050
"@runnablejs/config": "*",
51-
"@types/compression": "^1.7.4",
52-
"@types/express": "^4.17.20",
53-
"@types/express-prometheus-middleware": "^1.2.2",
54-
"@types/jest": "29.5.7",
55-
"@types/js-cookie": "^3.0.5",
56-
"@types/js-yaml": "^4.0.8",
57-
"@types/lodash.get": "^4.4.8",
58-
"@types/lodash.set": "^4.3.8",
59-
"@types/morgan": "^1.9.7",
60-
"@types/node": "^18.18.8",
61-
"@types/react": "^18.2.36",
62-
"@types/react-dom": "^18.2.14",
63-
"@types/uuid": "^9.0.6",
51+
"@types/compression": "^1.8.1",
52+
"@types/express": "^4.17.25",
53+
"@types/express-prometheus-middleware": "^1.2.3",
54+
"@types/jest": "29.5.14",
55+
"@types/js-cookie": "^3.0.6",
56+
"@types/js-yaml": "^4.0.9",
57+
"@types/lodash.get": "^4.4.9",
58+
"@types/lodash.set": "^4.3.9",
59+
"@types/morgan": "^1.9.10",
60+
"@types/node": "^18.19.130",
61+
"@types/react": "^18.3.26",
62+
"@types/react-dom": "^18.3.7",
63+
"@types/uuid": "^9.0.8",
6464
"binode": "^1.0.5",
65-
"chakra-multiselect": "^0.4.6",
66-
"compression": "^1.7.4",
65+
"chakra-multiselect": "^0.4.13",
66+
"compression": "^1.8.1",
6767
"cross-env": "^7.0.3",
68-
"esbuild": "0.19.5",
69-
"eslint": "^8.53.0",
70-
"express": "^4.18.2",
68+
"esbuild": "0.25.12",
69+
"eslint": "^8.57.1",
70+
"express": "^4.21.2",
7171
"express-prometheus-middleware": "^1.2.0",
72-
"framer-motion": "^10.16.4",
72+
"framer-motion": "^10.18.0",
7373
"jest": "^29.7.0",
7474
"jest-environment-jsdom": "^29.7.0",
7575
"js-cookie": "^3.0.5",
7676
"js-yaml": "^4.1.0",
7777
"lodash.get": "^4.4.2",
7878
"lodash.set": "^4.3.2",
79-
"morgan": "^1.10.0",
79+
"morgan": "^1.10.1",
8080
"npm-run-all": "^4.1.5",
8181
"prom-client": "^14.2.0",
82-
"react": "^18.2.0",
83-
"react-dom": "^18.2.0",
84-
"react-remove-scroll": "^2.5.7",
85-
"remix-auth": "^3.6.0",
86-
"remix-auth-form": "^1.4.0",
82+
"react": "^18.3.1",
83+
"react-dom": "^18.3.1",
84+
"react-remove-scroll": "^2.7.1",
85+
"remix-auth": "^3.7.0",
86+
"remix-auth-form": "^1.5.0",
8787
"remix-auth-google": "^1.3.0",
8888
"remix-utils": "^6.6.0",
89-
"socket.io": "^4.7.2",
90-
"socket.io-client": "^4.7.2",
91-
"stylis": "^4.3.0",
92-
"tiny-invariant": "^1.3.1",
93-
"ts-jest": "^29.1.1",
94-
"ts-node": "^10.9.1",
89+
"socket.io": "^4.8.1",
90+
"socket.io-client": "^4.8.1",
91+
"stylis": "^4.3.6",
92+
"tiny-invariant": "^1.3.3",
93+
"ts-jest": "^29.4.5",
94+
"ts-node": "^10.9.2",
9595
"tsconfig-paths": "^4.2.0",
9696
"tsx": "^3.14.0",
97-
"typescript": "^5.2.2",
98-
"zod": "^3.22.4"
97+
"typescript": "^5.9.3",
98+
"zod": "^3.25.76"
9999
}
100100
}

packages/runnable-express/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"@remix-run/express": "^1.19.3",
2121
"@runnablejs/config": "*",
2222
"@runnablejs/tsconfig": "*",
23-
"@types/compression": "^1.7.4",
24-
"@types/cookie-parser": "^1.4.5",
25-
"@types/express": "^4.17.20",
26-
"@types/morgan": "^1.9.7",
27-
"cookie-parser": "^1.4.6",
28-
"express": "^4.18.2",
23+
"@types/compression": "^1.8.1",
24+
"@types/cookie-parser": "^1.4.10",
25+
"@types/express": "^4.17.25",
26+
"@types/morgan": "^1.9.10",
27+
"cookie-parser": "^1.4.7",
28+
"express": "^4.21.2",
2929
"resolve-package-path": "^4.0.3",
30-
"ts-node": "^10.9.1",
30+
"ts-node": "^10.9.2",
3131
"tsconfig-paths": "^4.2.0",
3232
"tsx": "^3.14.0",
33-
"typescript": "^5.2.2"
33+
"typescript": "^5.9.3"
3434
},
3535
"dependencies": {
3636
"@runnablejs/api": "*",

packages/runnable-sdk/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -20,52 +20,52 @@
2020
"types": "tsc -p tsconfig.types.json"
2121
},
2222
"dependencies": {
23-
"react": "^18.2.0",
24-
"react-dom": "^18.2.0"
23+
"react": "^18.3.1",
24+
"react-dom": "^18.3.1"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.23.2",
28-
"@chakra-ui/icons": "^2.1.1",
29-
"@chakra-ui/react": "^2.8.1",
30-
"@chakra-ui/styled-system": "^2.9.1",
31-
"@chakra-ui/system": "^2.6.1",
32-
"@emotion/cache": "^11.11.0",
33-
"@emotion/react": "^11.11.1",
27+
"@babel/core": "^7.28.5",
28+
"@chakra-ui/icons": "^2.2.4",
29+
"@chakra-ui/react": "^2.10.9",
30+
"@chakra-ui/styled-system": "^2.12.0",
31+
"@chakra-ui/system": "^2.6.2",
32+
"@emotion/cache": "^11.14.0",
33+
"@emotion/react": "^11.14.0",
3434
"@emotion/server": "^11.11.0",
35-
"@emotion/styled": "^11.11.0",
36-
"@iconify-json/fa": "^1.1.5",
35+
"@emotion/styled": "^11.14.1",
36+
"@iconify-json/fa": "^1.2.2",
3737
"@iconify/react": "^4.1.1",
3838
"@runnablejs/api": "*",
3939
"@runnablejs/config": "*",
4040
"@socket.io/component-emitter": "^4.0.0",
41-
"@types/express": "^4.17.20",
42-
"@types/jest": "29.5.7",
43-
"@types/js-cookie": "^3.0.5",
44-
"@types/lodash.get": "^4.4.8",
45-
"@types/lodash.set": "^4.3.8",
46-
"@types/node": "^18.18.8",
47-
"@types/react": "^18.2.36",
48-
"@types/react-dom": "^18.2.14",
49-
"@types/uuid": "^9.0.6",
41+
"@types/express": "^4.17.25",
42+
"@types/jest": "29.5.14",
43+
"@types/js-cookie": "^3.0.6",
44+
"@types/lodash.get": "^4.4.9",
45+
"@types/lodash.set": "^4.3.9",
46+
"@types/node": "^18.19.130",
47+
"@types/react": "^18.3.26",
48+
"@types/react-dom": "^18.3.7",
49+
"@types/uuid": "^9.0.8",
5050
"binode": "^1.0.5",
51-
"chakra-multiselect": "^0.4.6",
51+
"chakra-multiselect": "^0.4.13",
5252
"cross-env": "^7.0.3",
53-
"eslint": "^8.53.0",
54-
"express": "^4.18.2",
55-
"framer-motion": "^10.16.4",
53+
"eslint": "^8.57.1",
54+
"express": "^4.21.2",
55+
"framer-motion": "^10.18.0",
5656
"jest": "^29.7.0",
5757
"jest-environment-jsdom": "^29.7.0",
5858
"js-cookie": "^3.0.5",
5959
"lodash.get": "^4.4.2",
6060
"lodash.set": "^4.3.2",
6161
"npm-run-all": "^4.1.5",
62-
"react-remove-scroll": "^2.5.7",
63-
"socket.io-client": "^4.7.2",
64-
"stylis": "^4.3.0",
65-
"tiny-invariant": "^1.3.1",
66-
"ts-jest": "^29.1.1",
67-
"ts-node": "^10.9.1",
62+
"react-remove-scroll": "^2.7.1",
63+
"socket.io-client": "^4.8.1",
64+
"stylis": "^4.3.6",
65+
"tiny-invariant": "^1.3.3",
66+
"ts-jest": "^29.4.5",
67+
"ts-node": "^10.9.2",
6868
"tsconfig-paths": "^4.2.0",
69-
"typescript": "^5.2.2"
69+
"typescript": "^5.9.3"
7070
}
7171
}

0 commit comments

Comments
 (0)