Skip to content

Commit d0294b8

Browse files
chore(deps): update all non-major dependencies
1 parent ad6d952 commit d0294b8

File tree

9 files changed

+47
-41
lines changed

9 files changed

+47
-41
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@2.36.0
133+
uses: shivammathur/setup-php@2.37.0
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@2.36.0
251+
uses: shivammathur/setup-php@2.37.0
252252
with:
253253
php-version: '8.4'
254254
tools: composer

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/checkout@v6.0.2
2323

2424
- name: Install Bun
25-
uses: oven-sh/setup-bun@v2.1.2
25+
uses: oven-sh/setup-bun@v2.2.0
2626

2727
- name: Use cached node_modules
28-
uses: actions/cache@v5.0.3
28+
uses: actions/cache@v5.0.4
2929
with:
3030
path: node_modules
3131
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -48,10 +48,10 @@ jobs:
4848
- uses: actions/checkout@v6.0.2
4949

5050
- name: Install Bun
51-
uses: oven-sh/setup-bun@v2.1.2
51+
uses: oven-sh/setup-bun@v2.2.0
5252

5353
- name: Use cached node_modules
54-
uses: actions/cache@v5.0.3
54+
uses: actions/cache@v5.0.4
5555
with:
5656
path: node_modules
5757
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -71,10 +71,10 @@ jobs:
7171
- uses: actions/checkout@v6.0.2
7272

7373
- name: Install Bun
74-
uses: oven-sh/setup-bun@v2.1.2
74+
uses: oven-sh/setup-bun@v2.2.0
7575

7676
- name: Use cached node_modules
77-
uses: actions/cache@v5.0.3
77+
uses: actions/cache@v5.0.4
7878
with:
7979
path: node_modules
8080
key: node-modules-${{ hashFiles('**/bun.lock') }}

bun.lock

Lines changed: 21 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/benchmarks/js-framework-benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"bench": "bun run src/index.ts"
1515
},
1616
"dependencies": {
17-
"happy-dom": "^20.8.4"
17+
"happy-dom": "^20.8.8"
1818
}
1919
}

packages/benchmarks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"ejs": "^5.0.1",
2626
"gray-matter": "^4.0.3",
2727
"handlebars": "^4.7.8",
28-
"isomorphic-dompurify": "^3.5.1",
28+
"isomorphic-dompurify": "^3.7.1",
2929
"js-yaml": "^4.1.1",
30-
"liquidjs": "^10.25.0",
30+
"liquidjs": "^10.25.2",
3131
"markdown-it": "^14.1.1",
32-
"marked": "^17.0.4",
32+
"marked": "^17.0.5",
3333
"mitata": "^1.0.34",
3434
"nunjucks": "^3.2.4",
3535
"pug": "^3.0.4",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-syntax-highlighter": "^0.2.1"
6262
},
6363
"devDependencies": {
64-
"@types/bun": "^1.3.9",
64+
"@types/bun": "^1.3.11",
6565
"bun-plugin-dtsx": "^0.21.17",
6666
"pickier": "^0.1.20",
6767
"typescript": "^5.9.3"

packages/stx-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@stacksjs/stx": "workspace:*",
41-
"ws": "^8.19.0"
41+
"ws": "^8.20.0"
4242
},
4343
"devDependencies": {
4444
"@types/bun": "latest",

0 commit comments

Comments
 (0)