Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/[email protected].3
uses: shivammathur/[email protected].4
with:
php-version: '8.4'
tools: composer
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/[email protected].3
uses: shivammathur/[email protected].4
with:
php-version: '8.4'
tools: composer
Expand Down
614 changes: 484 additions & 130 deletions bun.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"preview:docs": "bun --bun vitepress preview docs"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.17",
"@stacksjs/bumpx": "^0.1.78",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.20",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.21",
"@types/clean-css": "^4.2.11",
"buddy-bot": "^0.9.4",
"bun-git-hooks": "^0.2.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20.19.4
node-version: 20.19.5

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

Expand All @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20.19.4
node-version: 20.19.5

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

Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@nuxt/kit": "^4.0.3",
"@nuxt/kit": "^4.1.0",
"ts-maps": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^2.6.2",
"@nuxt/devtools": "^2.6.3",
"@nuxt/eslint-config": "^1.9.0",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.0.3",
"nuxt": "^4.0.3",
"@nuxt/schema": "^4.1.0",
"nuxt": "^4.1.0",
"typescript": "~5.9.2"
}
}
1,051 changes: 708 additions & 343 deletions packages/nuxt/playground/bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generate": "nuxi generate"
},
"dependencies": {
"nuxt": "^4.0.3",
"nuxt": "^4.1.0",
"ts-maps-nuxt": "workspace:*"
},
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"ts-maps": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"typescript": "^5.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"devDependencies": {
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"lint-staged": "^16.1.5",
"lint-staged": "^16.1.6",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"test": "bun test"
},
"dependencies": {
"bun-types": "^1.2.20"
"bun-types": "^1.2.21"
},
"devDependencies": {
"@happy-dom/global-registrator": "^18.0.1",
"@microsoft/api-extractor": "^7.52.11",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.7.0",
"@types/bun": "^1.2.20",
"@testing-library/jest-dom": "^6.8.0",
"@types/bun": "^1.2.21",
"@types/google.maps": "^3.58.1",
"@types/vue": "^2.0.0",
"@vue/tsconfig": "^0.8.1",
Expand All @@ -58,7 +58,7 @@
"changelogen": "^0.6.2",
"happy-dom": "^18.0.1",
"typescript": "^5.9.0",
"vue": "^3.5.18",
"vue": "^3.5.21",
"vue-tsc": "^2.2.12"
}
}
222 changes: 208 additions & 14 deletions playground/vue-samples/bun.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions playground/vue-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@types/google.maps": "^3.58.1",
"ts-maps-vue": "../../packages/vue",
"vue": "^3.5.18",
"vue-router": "4"
"vue": "^3.5.21",
"vue-router": "4.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
Expand Down
Loading