also looking at this
chore(deps): update all non-major dependencies
#22
6 files
+31
-31
| @@ -126,11 +126,11 @@ jobs: | ||
| 126 | 126 | persist-credentials: true |
| 127 | 127 | |
| 128 | 128 | - name: Setup Bun |
| 129 | uses: oven-sh/setup-bun@v2 | |
| 129 | uses: oven-sh/setup-bun@v2.0.2 | |
| 130 | 130 | |
| 131 | 131 | - name: Setup PHP and Composer (if needed) |
| 132 | 132 | if: ${{ hashFiles('composer.json') != '' }} |
| 133 | uses: shivammathur/setup-php@v2 | |
| 133 | uses: shivammathur/setup-php@2.35.4 | |
| 134 | 134 | with: |
| 135 | 135 | php-version: '8.4' |
| 136 | 136 | tools: composer |
| @@ -163,7 +163,7 @@ jobs: | ||
| 163 | 163 | persist-credentials: true |
| 164 | 164 | |
| 165 | 165 | - name: Setup Bun |
| 166 | uses: oven-sh/setup-bun@v2 | |
| 166 | uses: oven-sh/setup-bun@v2.0.2 | |
| 167 | 167 | |
| 168 | 168 | - name: Install dependencies |
| 169 | 169 | run: bun install |
| @@ -244,11 +244,11 @@ jobs: | ||
| 244 | 244 | persist-credentials: true |
| 245 | 245 | |
| 246 | 246 | - name: Setup Bun |
| 247 | uses: oven-sh/setup-bun@v2 | |
| 247 | uses: oven-sh/setup-bun@v2.0.2 | |
| 248 | 248 | |
| 249 | 249 | - name: Setup PHP and Composer (if needed) |
| 250 | 250 | if: ${{ hashFiles('composer.json') != '' }} |
| 251 | uses: shivammathur/setup-php@v2 | |
| 251 | uses: shivammathur/setup-php@2.35.4 | |
| 252 | 252 | with: |
| 253 | 253 | php-version: '8.4' |
| 254 | 254 | tools: composer |
| @@ -351,7 +351,7 @@ jobs: | ||
| 351 | 351 | token: ${{ secrets.GITHUB_TOKEN }} |
| 352 | 352 | |
| 353 | 353 | - name: Setup Bun |
| 354 | uses: oven-sh/setup-bun@v2 | |
| 354 | uses: oven-sh/setup-bun@v2.0.2 | |
| 355 | 355 | |
| 356 | 356 | - name: Install dependencies |
| 357 | 357 | run: bun install |
| @@ -24,7 +24,7 @@ jobs: | ||
| 24 | 24 | uses: oven-sh/setup-bun@v2 |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v4 | |
| 27 | uses: actions/cache@v4.2.4 | |
| 28 | 28 | with: |
| 29 | 29 | path: node_modules |
| 30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -47,7 +47,7 @@ jobs: | ||
| 47 | 47 | uses: oven-sh/setup-bun@v2 |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v4 | |
| 50 | uses: actions/cache@v4.2.4 | |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -70,7 +70,7 @@ jobs: | ||
| 70 | 70 | uses: oven-sh/setup-bun@v2 |
| 71 | 71 | |
| 72 | 72 | - name: Use cached node_modules |
| 73 | uses: actions/cache@v4 | |
| 73 | uses: actions/cache@v4.2.4 | |
| 74 | 74 | with: |
| 75 | 75 | path: node_modules |
| 76 | 76 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -93,7 +93,7 @@ jobs: | ||
| 93 | 93 | uses: oven-sh/setup-bun@v2 |
| 94 | 94 | |
| 95 | 95 | - name: Use cached node_modules |
| 96 | uses: actions/cache@v4 | |
| 96 | uses: actions/cache@v4.2.4 | |
| 97 | 97 | with: |
| 98 | 98 | path: node_modules |
| 99 | 99 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -74,17 +74,17 @@ | ||
| 74 | 74 | "example:dead-letter-queue": "bun examples/dead-letter-queue.ts" |
| 75 | 75 | }, |
| 76 | 76 | "devDependencies": { |
| 77 | "@stacksjs/bumpx": "^0.1.13", | |
| 77 | "@stacksjs/bumpx": "^0.1.83", | |
| 78 | 78 | "@stacksjs/docs": "^0.70.23", |
| 79 | 79 | "@stacksjs/eslint-config": "^4.10.2-beta.3", |
| 80 | 80 | "@stacksjs/gitlint": "^0.1.5", |
| 81 | "@stacksjs/logsmith": "^0.1.8", | |
| 82 | "@types/bun": "^1.2.10", | |
| 83 | "buddy-bot": "^0.8.8", | |
| 81 | "@stacksjs/logsmith": "^0.1.18", | |
| 82 | "@types/bun": "^1.2.21", | |
| 83 | "buddy-bot": "^0.8.9", | |
| 84 | 84 | "bun-git-hooks": "^0.2.19", |
| 85 | "bun-plugin-dtsx": "^0.21.9", | |
| 85 | "bun-plugin-dtsx": "^0.21.12", | |
| 86 | 86 | "bunfig": "^0.8.3", |
| 87 | "typescript": "^5.8.3" | |
| 87 | "typescript": "^5.9.2" | |
| 88 | 88 | }, |
| 89 | 89 | "overrides": { |
| 90 | 90 | "unconfig": "0.3.10" |
| @@ -92,10 +92,10 @@ | ||
| 92 | 92 | "git-hooks": { |
| 93 | 93 | "pre-commit": { |
| 94 | 94 | "staged-lint": { |
| 95 | "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" | |
| 95 | "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" | |
| 96 | 96 | } |
| 97 | 97 | }, |
| 98 | "commit-msg": "bunx gitlint --edit $1" | |
| 98 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" | |
| 99 | 99 | }, |
| 100 | 100 | "workspaces": [ |
| 101 | 101 | "packages/*" |
| @@ -9,22 +9,22 @@ | ||
| 9 | 9 | "preview": "vite preview" |
| 10 | 10 | }, |
| 11 | 11 | "dependencies": { |
| 12 | "@unocss/reset": "^66.1.0-beta.12", | |
| 13 | "axios": "^1.9.0", | |
| 12 | "@unocss/reset": "^66.5.1", | |
| 13 | "axios": "^1.11.0", | |
| 14 | 14 | "d3": "7.9.0", |
| 15 | "pinia": "^3.0.2", | |
| 16 | "vue": "^3.5.13", | |
| 15 | "pinia": "^3.0.3", | |
| 16 | "vue": "^3.5.21", | |
| 17 | 17 | "vue-router": "^4.5.1" |
| 18 | 18 | }, |
| 19 | 19 | "devDependencies": { |
| 20 | "@iconify-json/carbon": "^1.2.8", | |
| 20 | "@iconify-json/carbon": "^1.2.13", | |
| 21 | 21 | "@types/d3": "7.4.3", |
| 22 | "@unocss/preset-icons": "^66.1.0-beta.12", | |
| 23 | "@unocss/preset-uno": "^66.1.0-beta.12", | |
| 24 | "@unocss/preset-web-fonts": "^66.1.0-beta.12", | |
| 25 | "@unocss/transformer-directives": "^66.1.0-beta.12", | |
| 22 | "@unocss/preset-icons": "^66.5.1", | |
| 23 | "@unocss/preset-uno": "^66.5.1", | |
| 24 | "@unocss/preset-web-fonts": "^66.5.1", | |
| 25 | "@unocss/transformer-directives": "^66.5.1", | |
| 26 | 26 | "@vitejs/plugin-vue": "^5.2.3", |
| 27 | "unocss": "^66.1.0-beta.12", | |
| 27 | "unocss": "^66.5.1", | |
| 28 | 28 | "vite": "^6.3.3", |
| 29 | 29 | "vue-tsc": "^2.2.10" |
| 30 | 30 | } |