Skip to content

Commit 23943f8

Browse files
authored
Merge branch 'main' into buddy-bot/update-non-major-updates-1759061184527
2 parents a13eebf + 9db51d4 commit 23943f8

File tree

12 files changed

+2022
-1191
lines changed

12 files changed

+2022
-1191
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: oven-sh/[email protected]
2020

2121
- name: Use cached node_modules
22-
uses: actions/cache@v4.2.4
22+
uses: actions/cache@v4.3.0
2323
with:
2424
path: node_modules
2525
key: node-modules-${{ hashFiles('**/bun.lock') }}

bun.lock

Lines changed: 878 additions & 480 deletions
Large diffs are not rendered by default.

packages/nuxt/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.19.4
20+
node-version: 20.19.5
2121

2222
- run: npm i -g --force corepack@latest && corepack enable
2323

@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: 20.19.4
38+
node-version: 20.19.5
3939

4040
- run: npm i -g --force corepack@latest && corepack enable
4141

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"@nuxt/module-builder": "^1.0.2",
4343
"@nuxt/schema": "^4.1.2",
4444
"nuxt": "^4.1.2",
45-
"typescript": "~5.9.2"
45+
"typescript": "~5.9.3"
4646
}
4747
}

packages/nuxt/playground/bun.lock

Lines changed: 863 additions & 670 deletions
Large diffs are not rendered by default.

packages/nuxt/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"nuxt": "^4.0.3",
11+
"nuxt": "^4.1.2",
1212
"ts-maps-nuxt": "workspace:*"
1313
},
1414
"workspaces": [

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"typecheck": "bunx --bun tsc --noEmit"
2525
},
2626
"peerDependencies": {
27-
"react": "^19.1.1",
28-
"react-dom": "^19.1.1"
27+
"react": "^19.2.0",
28+
"react-dom": "^19.2.0"
2929
},
3030
"dependencies": {
3131
"ts-maps": "workspace:*"
@@ -36,8 +36,8 @@
3636
"@vitejs/plugin-react": "^5.0.4",
3737
"react": "^19.2.0",
3838
"react-dom": "^19.2.0",
39-
"typescript": "^5.9.0",
40-
"vite": "^6.3.5",
39+
"typescript": "^5.9.3",
40+
"vite": "^6.3.6",
4141
"vite-plugin-dts": "^4.5.4"
4242
}
4343
}

packages/ts-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"bunfig": "^0.15.0",
102102
"lint-staged": "^16.2.3",
103103
"simple-git-hooks": "^2.13.1",
104-
"typescript": "^5.9.0"
104+
"typescript": "^5.9.3"
105105
},
106106
"lint-staged": {
107107
"*.{js,ts}": "bunx --bun eslint . --fix"

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@stacksjs/eslint-config": "^4.14.0-beta.3",
4949
"@testing-library/dom": "^10.4.1",
5050
"@testing-library/jest-dom": "^6.9.1",
51-
"@types/bun": "^1.2.20",
51+
"@types/bun": "^1.2.23",
5252
"@types/google.maps": "^3.58.1",
5353
"@types/vue": "^2.0.0",
5454
"@vue/tsconfig": "^0.8.1",
@@ -57,7 +57,7 @@
5757
"cac": "^6.7.14",
5858
"changelogen": "^0.6.2",
5959
"happy-dom": "^19.0.2",
60-
"typescript": "^5.9.0",
60+
"typescript": "^5.9.3",
6161
"vue": "^3.5.22",
6262
"vue-tsc": "^2.2.12"
6363
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"ts-maps": "workspace:*"
1313
},
1414
"devDependencies": {
15-
"vite": "^6.3.5"
15+
"vite": "^6.3.6"
1616
}
1717
}

0 commit comments

Comments
 (0)