Skip to content

Commit dda503a

Browse files
chore(deps): update all non-major dependencies
1 parent 210b539 commit dda503a

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

.github/workflows/buddy-bot.yml

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

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
133-
uses: shivammathur/setup-php@v2
133+
uses: shivammathur/setup-php@2.35.5
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -248,7 +248,7 @@ jobs:
248248

249249
- name: Setup PHP and Composer (if needed)
250250
if: ${{ hashFiles('composer.json') != '' }}
251-
uses: shivammathur/setup-php@v2
251+
uses: shivammathur/setup-php@2.35.5
252252
with:
253253
php-version: '8.4'
254254
tools: composer

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: actions/[email protected]
2222

2323
- name: Install Bun
24-
uses: oven-sh/setup-bun@v2
24+
uses: oven-sh/setup-bun@v2.0.2
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v4
27+
uses: actions/cache@v4.3.0
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,10 +44,10 @@ jobs:
4444
- uses: actions/[email protected]
4545

4646
- name: Install Bun
47-
uses: oven-sh/setup-bun@v2
47+
uses: oven-sh/setup-bun@v2.0.2
4848

4949
- name: Use cached node_modules
50-
uses: actions/cache@v4
50+
uses: actions/cache@v4.3.0
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -67,10 +67,10 @@ jobs:
6767
- uses: actions/[email protected]
6868

6969
- name: Install Bun
70-
uses: oven-sh/setup-bun@v2
70+
uses: oven-sh/setup-bun@v2.0.2
7171

7272
- name: Use cached node_modules
73-
uses: actions/cache@v4
73+
uses: actions/cache@v4.3.0
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -90,10 +90,10 @@ jobs:
9090
- uses: actions/[email protected]
9191

9292
- name: Install Bun
93-
uses: oven-sh/setup-bun@v2
93+
uses: oven-sh/setup-bun@v2.0.2
9494

9595
- name: Use cached node_modules
96-
uses: actions/cache@v4
96+
uses: actions/cache@v4.3.0
9797
with:
9898
path: node_modules
9999
key: node-modules-${{ hashFiles('**/bun.lock') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141

4242
- name: Attach Binaries
43-
uses: softprops/action-gh-release@v2
43+
uses: softprops/action-gh-release@v2.4.1
4444
with:
4545
files: |
4646
bin/router-linux-x64

deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dependencies:
2-
bun.sh: ^1.2.21
2+
bun.sh: ^1.3.0

packages/bun-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"@stacksjs/clapp": "^0.2.0",
7474
"better-dx": "^0.2.0",
75-
"bun-plugin-dtsx": "^0.9.5",
75+
"bun-plugin-dtsx": "^0.21.12",
7676
"bun-query-builder": "^0.1.5",
7777
"bunfig": "^0.15.0",
7878
"openapi-types": "^12.1.3",

packages/dashboard/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@unocss/reset": "^66.1.2",
13-
"axios": "^1.9.0",
12+
"@unocss/reset": "^66.5.4",
13+
"axios": "^1.12.2",
1414
"chart.js": "^4.5.1",
1515
"d3": "7.9.0",
16-
"pinia": "^3.0.2",
17-
"vue": "^3.5.14",
16+
"pinia": "^3.0.3",
17+
"vue": "^3.5.22",
1818
"vue-chartjs": "^5.3.2",
19-
"vue-router": "^4.5.1"
19+
"vue-router": "^4.6.3"
2020
},
2121
"devDependencies": {
22-
"@iconify-json/carbon": "^1.2.8",
22+
"@iconify-json/carbon": "^1.2.14",
2323
"@types/d3": "7.4.3",
24-
"@unocss/preset-icons": "^66.1.2",
25-
"@unocss/preset-uno": "^66.1.2",
26-
"@unocss/preset-web-fonts": "^66.1.2",
27-
"@unocss/transformer-directives": "^66.1.2",
24+
"@unocss/preset-icons": "^66.5.4",
25+
"@unocss/preset-uno": "^66.5.4",
26+
"@unocss/preset-web-fonts": "^66.5.4",
27+
"@unocss/transformer-directives": "^66.5.4",
2828
"@vitejs/plugin-vue": "^6.0.1",
29-
"unocss": "^66.1.2",
29+
"unocss": "^66.5.4",
3030
"vite": "^7.1.11",
3131
"vue-tsc": "^3.1.1"
3232
}

0 commit comments

Comments
 (0)