stacks/ts-cloud
chore(deps): update all non-major dependencies
#9
Closed
chrisbbreuer
wants to merge
buddy-bot/update-non-major-updates-1763193791200
into
main
7 files
+12
-12
.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 | @@ -44,7 +44,7 @@ jobs: |
| 44 | 44 | GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
| 45 | 45 | |
| 46 | 46 | - name: Attach Binaries |
| 47 | | - uses: stacksjs/action-releaser@v1.1.0 |
| 47 | + uses: stacksjs/action-releaser@v1.2.6 |
| 48 | 48 | with: |
| 49 | 49 | files: | |
| 50 | 50 | packages/ts-starter-monorepo/bin/ts-starter-monorepo-linux-x64.zip |
Changes to deps.yaml | @@ -1,2 +1,2 @@ |
| 1 | 1 | dependencies: |
| 2 | | - bun.sh: ^1.3.1 |
| 2 | + bun.sh: ^1.3.2 |
Changes to package.json | @@ -61,7 +61,7 @@ |
| 61 | 61 | "typecheck": "bun --bun tsc --noEmit" |
| 62 | 62 | }, |
| 63 | 63 | "devDependencies": { |
| 64 | | - "better-dx": "^0.2.3" |
| 64 | + "better-dx": "^0.2.5" |
| 65 | 65 | }, |
| 66 | 66 | "workspaces": [ |
| 67 | 67 | "packages/*" |
| @@ -75,7 +75,7 @@ |
| 75 | 75 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" |
| 76 | 76 | }, |
| 77 | 77 | "dependencies": { |
| 78 | | - "bun-plugin-dtsx": "^0.9.9", |
| 78 | + "bun-plugin-dtsx": "^0.21.17", |
| 79 | 79 | "jszip": "^3.10.1" |
| 80 | 80 | } |
| 81 | 81 | } |
packages/aws-types/package.jsonmodified+1-1Changes to packages/aws-types/package.json | @@ -22,6 +22,6 @@ |
| 22 | 22 | "typecheck": "tsc --noEmit" |
| 23 | 23 | }, |
| 24 | 24 | "devDependencies": { |
| 25 | | - "typescript": "^5.6.3" |
| 25 | + "typescript": "^5.9.3" |
| 26 | 26 | } |
| 27 | 27 | } |
packages/ts-cloud/package.jsonmodified+1-1Changes to packages/ts-cloud/package.json | @@ -87,7 +87,7 @@ |
| 87 | 87 | "@ts-cloud/aws-types": "workspace:*", |
| 88 | 88 | "@ts-cloud/core": "workspace:*", |
| 89 | 89 | "@ts-cloud/types": "workspace:*", |
| 90 | | - "fast-xml-parser": "^5.3.2" |
| 90 | + "fast-xml-parser": "^5.3.3" |
| 91 | 91 | }, |
| 92 | 92 | "devDependencies": { |
| 93 | 93 | "bunfig": "^0.15.6", |