Skip to content

Commit 2866928

Browse files
chore(deps): update all non-major dependencies
1 parent 01b83ec commit 2866928

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: oven-sh/setup-bun@v2.2.0
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v5.0.4
27+
uses: actions/cache@v5.1.0
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747
uses: oven-sh/setup-bun@v2.2.0
4848

4949
- name: Use cached node_modules
50-
uses: actions/cache@v5.0.4
50+
uses: actions/cache@v5.1.0
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: oven-sh/setup-bun@v2.2.0
7171

7272
- name: Use cached node_modules
73-
uses: actions/cache@v5.0.4
73+
uses: actions/cache@v5.1.0
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -88,12 +88,12 @@ jobs:
8888
runs-on: ubuntu-latest
8989

9090
steps:
91-
- uses: actions/checkout@v6.0.2
91+
- uses: actions/checkout@v6.0.3
9292
with:
9393
fetch-depth: 0
9494

9595
- name: Setup Pantry
96-
uses: home-lang/pantry/packages/action@v0.9.18
96+
uses: home-lang/pantry/packages/action@v0.10.3
9797

9898
- name: Install Dependencies
9999
run: bun install

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6.0.2
18+
uses: actions/checkout@v6.0.3
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Setup Pantry
23-
uses: home-lang/pantry/packages/action@v0.9.18
23+
uses: home-lang/pantry/packages/action@v0.10.3
2424

2525
- name: Install Dependencies
2626
run: bun install

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typecheck": "bun --bun tsc --noEmit"
3838
},
3939
"devDependencies": {
40-
"typescript": "^6.0.2",
40+
"typescript": "^6.0.3",
4141
"better-dx": "^0.2.15"
4242
},
4343
"git-hooks": {

packages/benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"devDependencies": {
1717
"highlight.js": "^11.11.1",
1818
"mitata": "^1.0.34",
19-
"shiki": "^4.0.2"
19+
"shiki": "^4.3.1"
2020
}
2121
}

packages/stx-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publisher": "stacksjs",
77
"license": "MIT",
88
"engines": {
9-
"vscode": "^1.85.0"
9+
"vscode": "^1.128.0"
1010
},
1111
"categories": [
1212
"Programming Languages"
@@ -69,6 +69,6 @@
6969
"publish": "vsce publish"
7070
},
7171
"devDependencies": {
72-
"@vscode/vsce": "^3.7.2-12"
72+
"@vscode/vsce": "^3.9.2"
7373
}
7474
}

packages/ts-syntax-highlighter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"test": "bun test"
7070
},
7171
"devDependencies": {
72-
"@stacksjs/clapp": "^0.2.0",
73-
"bunfig": "^0.15.6"
72+
"@stacksjs/clapp": "^0.2.10",
73+
"bunfig": "^0.15.14"
7474
},
7575
"lint-staged": {
7676
"*.{js,ts}": "pickier run --mode lint --fix"

0 commit comments

Comments
 (0)