File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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') }}
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') }}
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.1.0
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.48
9797
9898 - name : Install Dependencies
9999 run : bun install
Original file line number Diff line number Diff 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.1.0
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.48
2424
2525 - name : Install Dependencies
2626 run : bun install
3131 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
3232
3333 - name : Create GitHub Release
34- uses : stacksjs/action-releaser@v1.2.9
34+ uses : stacksjs/action-releaser@v1.2.11
3535 with :
3636 files : |
3737 packages/ts-syntax-highlighter/bin/ts-syntax-highlighter-linux-x64.zip
Original file line number Diff line number Diff line change 3939 },
4040 "devDependencies" : {
4141 "typescript" : " ^7.0.2" ,
42- "better-dx" : " ^0.2.15 "
42+ "better-dx" : " ^0.2.20 "
4343 },
4444 "git-hooks" : {
4545 "pre-commit" : {
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 77 "license" : " MIT" ,
88 "sideEffects" : false ,
99 "engines" : {
10- "vscode" : " ^1.85 .0"
10+ "vscode" : " ^1.130 .0"
1111 },
1212 "categories" : [
1313 " Programming Languages"
7070 "publish" : " vsce publish"
7171 },
7272 "devDependencies" : {
73- "@vscode/vsce" : " ^3.7.2-12 "
73+ "@vscode/vsce" : " ^3.9.2 "
7474 }
7575}
Original file line number Diff line number Diff line change 6969 "test" : " bun test"
7070 },
7171 "devDependencies" : {
72- "@stacksjs/clapp" : " ^0.2.0 " ,
73- "bunfig" : " ^0.15.6 "
72+ "@stacksjs/clapp" : " ^0.2.12 " ,
73+ "bunfig" : " ^0.15.15 "
7474 },
7575 "lint-staged" : {
7676 "*.{js,ts}" : " pickier run --mode lint --fix"
You can’t perform that action at this time.
0 commit comments