File tree 4 files changed +33
-5
lines changed
4 files changed +33
-5
lines changed Original file line number Diff line number Diff line change
1
+ name : ' Dependabot: Update bun.lockb'
2
+
3
+ on :
4
+ pull_request :
5
+ paths :
6
+ - " package.json"
7
+
8
+ permissions :
9
+ contents : write
10
+
11
+ jobs :
12
+ update-bun-lockb :
13
+ name : " Update bun.lockb"
14
+ if : github.actor == 'dependabot[bot]'
15
+ runs-on : ubuntu-latest
16
+ steps :
17
+ - uses : oven-sh/setup-bun@v2
18
+ - uses : actions/checkout@v4
19
+ with :
20
+ fetch-depth : 0
21
+ ref : ${{ github.event.pull_request.head.ref }}
22
+ - run : |
23
+ bun install
24
+ git add bun.lockb
25
+ git config --global user.name 'dependabot[bot]'
26
+ git config --global user.email 'dependabot[bot]@users.noreply.github.com'
27
+ git commit --amend --no-edit
28
+ git push --force
Original file line number Diff line number Diff line change 1
1
[install ]
2
- peer = false
2
+ peer = false
Original file line number Diff line number Diff line change 160
160
"fetch-jsonp" : " ^1.3.0" ,
161
161
"fs-extra" : " ^11.2.0" ,
162
162
"gh-pages" : " ^6.1.1" ,
163
- "glob" : " ^10.4.5 " ,
163
+ "glob" : " ^11.0.0 " ,
164
164
"happy-dom" : " ^15.7.4" ,
165
165
"html2sketch" : " ^1.0.2" ,
166
166
"http-server" : " ^14.1.1" ,
167
167
"husky" : " ^9.1.6" ,
168
168
"identity-obj-proxy" : " ^3.0.0" ,
169
169
"immer" : " ^10.1.1" ,
170
- "inquirer" : " ^9.3.6 " ,
170
+ "inquirer" : " ^10.2.2 " ,
171
171
"is-ci" : " ^3.0.1" ,
172
172
"isomorphic-fetch" : " ^3.0.0" ,
173
173
"jest" : " ^29.7.0" ,
192
192
"nprogress" : " ^0.2.0" ,
193
193
"open" : " ^10.1.0" ,
194
194
"ora" : " ^8.1.0" ,
195
- "pixelmatch" : " ^5.3 .0" ,
195
+ "pixelmatch" : " ^6.0 .0" ,
196
196
"pngjs" : " ^7.0.0" ,
197
197
"prettier" : " ^3.3.3" ,
198
198
"prettier-plugin-jsdoc" : " ^1.3.0" ,
237
237
"terser" : " ^5.32.0" ,
238
238
"tsx" : " ^4.19.1" ,
239
239
"typedoc" : " ^0.26.7" ,
240
- "typescript" : " ~5.5.4 " ,
240
+ "typescript" : " ~5.6.2 " ,
241
241
"vanilla-jsoneditor" : " ^0.23.8" ,
242
242
"vanilla-tilt" : " ^1.8.1" ,
243
243
"webpack" : " ^5.94.0" ,
You can’t perform that action at this time.
0 commit comments