stacks/ts-spreadsheets
chore(deps): update all non-major dependencies
#789
Closed
chrisbbreuer
wants to merge
buddy-bot/update-non-major-updates-1771403225212
into
main
5 files
+13
-13
.github/workflows/buddy-bot.ymlmodified+2-2Changes to .github/workflows/buddy-bot.yml | @@ -130,7 +130,7 @@ jobs: |
| 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.36.0 |
| 134 | 134 | with: |
| 135 | 135 | php-version: '8.4' |
| 136 | 136 | tools: composer |
| @@ -248,7 +248,7 @@ jobs: |
| 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.36.0 |
| 252 | 252 | with: |
| 253 | 253 | php-version: '8.4' |
| 254 | 254 | tools: composer |
.github/workflows/ci.ymlmodified+4-4Changes to .github/workflows/ci.yml | @@ -21,7 +21,7 @@ jobs: |
| 21 | 21 | - uses: actions/checkout@v4 |
| 22 | 22 | |
| 23 | 23 | - name: Install Bun |
| 24 | | - uses: oven-sh/setup-bun@v2 |
| 24 | + uses: oven-sh/setup-bun@v2.1.2 |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | 27 | uses: actions/cache@v4 |
| @@ -44,7 +44,7 @@ jobs: |
| 44 | 44 | - uses: actions/checkout@v4 |
| 45 | 45 | |
| 46 | 46 | - name: Install Bun |
| 47 | | - uses: oven-sh/setup-bun@v2 |
| 47 | + uses: oven-sh/setup-bun@v2.1.2 |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | 50 | uses: actions/cache@v4 |
| @@ -67,7 +67,7 @@ jobs: |
| 67 | 67 | - uses: actions/checkout@v4 |
| 68 | 68 | |
| 69 | 69 | - name: Install Bun |
| 70 | | - uses: oven-sh/setup-bun@v2 |
| 70 | + uses: oven-sh/setup-bun@v2.1.2 |
| 71 | 71 | |
| 72 | 72 | - name: Use cached node_modules |
| 73 | 73 | uses: actions/cache@v4 |
| @@ -90,7 +90,7 @@ jobs: |
| 90 | 90 | - uses: actions/checkout@v4 |
| 91 | 91 | |
| 92 | 92 | - name: Install Bun |
| 93 | | - uses: oven-sh/setup-bun@v2 |
| 93 | + uses: oven-sh/setup-bun@v2.1.2 |
| 94 | 94 | |
| 95 | 95 | - name: Use cached node_modules |
| 96 | 96 | uses: actions/cache@v4 |
.github/workflows/release.ymlmodified+1-1Changes to .github/workflows/release.yml | @@ -40,7 +40,7 @@ jobs: |
| 40 | 40 | GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
| 41 | 41 | |
| 42 | 42 | - name: Attach Binaries |
| 43 | | - uses: softprops/action-gh-release@v2 |
| 43 | + uses: softprops/action-gh-release@v2.5.0 |
| 44 | 44 | with: |
| 45 | 45 | files: | |
| 46 | 46 | bin/spreadsheets-linux-x64 |
Changes to package.json | @@ -68,17 +68,17 @@ |
| 68 | 68 | }, |
| 69 | 69 | "devDependencies": { |
| 70 | 70 | "@stacksjs/bumpx": "^0.1.17", |
| 71 | | - "@stacksjs/clarity": "^0.3.23", |
| 71 | + "@stacksjs/clarity": "^0.3.24", |
| 72 | 72 | "@stacksjs/docs": "^0.70.23", |
| 73 | 73 | "@stacksjs/eslint-config": "^4.2.1-beta.1", |
| 74 | 74 | "@stacksjs/gitlint": "^0.1.5", |
| 75 | 75 | "@stacksjs/logsmith": "^0.1.8", |
| 76 | | - "@types/bun": "^1.2.13", |
| 76 | + "@types/bun": "^1.3.9", |
| 77 | 77 | "buddy-bot": "^0.8.9", |
| 78 | 78 | "bun-git-hooks": "^0.2.19", |
| 79 | | - "bun-plugin-dtsx": "^0.21.12", |
| 80 | | - "typescript": "^5.8.3", |
| 81 | | - "unocss": "66.1.2" |
| 79 | + "bun-plugin-dtsx": "^0.21.17", |
| 80 | + "typescript": "^5.9.3", |
| 81 | + "unocss": "66.6.0" |
| 82 | 82 | }, |
| 83 | 83 | "overrides": { |
| 84 | 84 | "unconfig": "0.3.10" |
Changes to pkgx.yaml | @@ -1,2 +1,2 @@ |
| 1 | 1 | dependencies: |
| 2 | | - bun.sh: ^1.2.2 |
| 2 | + bun.sh: ^1.2.20 |