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.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
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.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
Original file line number Diff line number Diff line change 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" : {
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 66 "publisher" : " stacksjs" ,
77 "license" : " MIT" ,
88 "engines" : {
9- "vscode" : " ^1.85 .0"
9+ "vscode" : " ^1.128 .0"
1010 },
1111 "categories" : [
1212 " Programming Languages"
6969 "publish" : " vsce publish"
7070 },
7171 "devDependencies" : {
72- "@vscode/vsce" : " ^3.7.2-12 "
72+ "@vscode/vsce" : " ^3.9.2 "
7373 }
7474}
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.10 " ,
73+ "bunfig" : " ^0.15.14 "
7474 },
7575 "lint-staged" : {
7676 "*.{js,ts}" : " pickier run --mode lint --fix"
You can’t perform that action at this time.
0 commit comments