Skip to content

Commit f967bb5

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

6 files changed

Lines changed: 25 additions & 27 deletions

File tree

.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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/benchmarks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"handlebars": "^4.7.9",
2828
"isomorphic-dompurify": "^3.7.1",
2929
"js-yaml": "^4.1.1",
30-
"liquidjs": "^10.25.2",
30+
"liquidjs": "^10.25.3",
3131
"markdown-it": "^14.1.1",
32-
"marked": "^17.0.5",
32+
"marked": "^17.0.6",
3333
"mitata": "^1.0.34",
3434
"nunjucks": "^3.2.4",
3535
"pug": "^3.0.4",

packages/vscode/bun.lock

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

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@
616616
"theme": "light"
617617
},
618618
"dependencies": {
619-
"@cwcss/crosswind": "^0.1.3",
619+
"@cwcss/crosswind": "^0.2.0",
620620
"prettier": "^3.8.1"
621621
},
622622
"devDependencies": {

0 commit comments

Comments
 (0)