File tree Expand file tree Collapse file tree 6 files changed +262
-116
lines changed Expand file tree Collapse file tree 6 files changed +262
-116
lines changed Original file line number Diff line number Diff line change 2020 # env:
2121 # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2222 with :
23- bun-version : 1.2.18
23+ bun-version : 1.3.1
2424
2525 - name : Use cached node_modules
2626 uses : actions/cache@v4
4444 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
4545
4646 - name : Attach Binaries
47- uses : stacksjs/action-releaser@v1.1.0
47+ uses : stacksjs/action-releaser@v1.2.7
4848 with :
4949 files : |
5050 packages/pickier/bin/pickier-linux-x64.zip
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 4848 "@stacksjs/docs" : " ^0.70.23" ,
4949 "@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
5050 "@stacksjs/gitlint" : " ^0.1.5" ,
51- "@stacksjs/logsmith" : " ^0.1.18 " ,
52- "@types/bun" : " ^1.3.0 " ,
53- "buddy-bot" : " ^0.9.9 " ,
51+ "@stacksjs/logsmith" : " ^0.2.1 " ,
52+ "@types/bun" : " ^1.3.1 " ,
53+ "buddy-bot" : " ^0.9.11 " ,
5454 "bun-git-hooks" : " ^0.3.1" ,
55- "bun-plugin-dtsx" : " 0.9.5 " ,
55+ "bun-plugin-dtsx" : " 0.9.9 " ,
5656 "tinyglobby" : " ^0.2.15" ,
5757 "typescript" : " ^5.9.3"
5858 },
Original file line number Diff line number Diff line change 5353 "pickier" : " workspace:*"
5454 },
5555 "devDependencies" : {
56- "@babel/parser" : " ^7.26.3 " ,
57- "@babel/traverse" : " ^7.26.3 " ,
56+ "@babel/parser" : " ^7.28.5 " ,
57+ "@babel/traverse" : " ^7.28.5 " ,
5858 "@biomejs/biome" : " ^1.9.4" ,
59- "eslint" : " ^9.15.0 " ,
60- "happy-dom" : " ^20.0.2 " ,
59+ "eslint" : " ^9.39.1 " ,
60+ "happy-dom" : " ^20.0.10 " ,
6161 "jsdom" : " ^25.0.1" ,
6262 "mitata" : " ^1.0.34" ,
63- "prettier" : " ^3.3.3 " ,
64- "typescript" : " ^5.7 .3"
63+ "prettier" : " ^3.6.2 " ,
64+ "typescript" : " ^5.9 .3"
6565 }
6666}
Original file line number Diff line number Diff line change 7070 "test:watch" : " PICKIER_NO_AUTO_CONFIG=1 bun test --watch"
7171 },
7272 "dependencies" : {
73- "@stacksjs/clapp" : " ^0.1.16 " ,
73+ "@stacksjs/clapp" : " ^0.2.0 " ,
7474 "p-limit" : " ^7.2.0" ,
75- "tinyglobby" : " ^0.2.14 "
75+ "tinyglobby" : " ^0.2.15 "
7676 },
7777 "devDependencies" : {
78- "bunfig" : " ^0.10.1 "
78+ "bunfig" : " ^0.15.6 "
7979 }
8080}
Original file line number Diff line number Diff line change 2929 ],
3030 "main" : " ./dist/extension.js" ,
3131 "engines" : {
32- "vscode" : " ^1.103 .0"
32+ "vscode" : " ^1.999 .0"
3333 },
3434 "activationEvents" : [
3535 " onLanguage:typescript" ,
223223 "pickier" : " workspace:*"
224224 },
225225 "devDependencies" : {
226- "@types/bun" : " 1.2.20 " ,
227- "@types/vscode" : " ^1.103 .0" ,
226+ "@types/bun" : " 1.3.1 " ,
227+ "@types/vscode" : " ^1.105 .0" ,
228228 "@vscode/test-electron" : " ^2.5.2" ,
229- "@vscode/vsce" : " ^3.6.0 "
229+ "@vscode/vsce" : " ^3.6.2 "
230230 }
231231}
You can’t perform that action at this time.
0 commit comments