Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group with 5 updates (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <[email protected]>
  • Loading branch information
dependabot[bot] and afc163 authored Sep 14, 2024
1 parent 9662b81 commit 55078ee
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/dependabot-bun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 'Dependabot: Update bun.lockb'

on:
pull_request:
paths:
- "package.json"

permissions:
contents: write

jobs:
update-bun-lockb:
name: "Update bun.lockb"
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: oven-sh/setup-bun@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- run: |
bun install
git add bun.lockb
git config --global user.name 'dependabot[bot]'
git config --global user.email 'dependabot[bot]@users.noreply.github.com'
git commit --amend --no-edit
git push --force
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[install]
peer = false
peer = false
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@
"fetch-jsonp": "^1.3.0",
"fs-extra": "^11.2.0",
"gh-pages": "^6.1.1",
"glob": "^10.4.5",
"glob": "^11.0.0",
"happy-dom": "^15.7.4",
"html2sketch": "^1.0.2",
"http-server": "^14.1.1",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
"immer": "^10.1.1",
"inquirer": "^9.3.6",
"inquirer": "^10.2.2",
"is-ci": "^3.0.1",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
Expand All @@ -192,7 +192,7 @@
"nprogress": "^0.2.0",
"open": "^10.1.0",
"ora": "^8.1.0",
"pixelmatch": "^5.3.0",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
Expand Down Expand Up @@ -237,7 +237,7 @@
"terser": "^5.32.0",
"tsx": "^4.19.1",
"typedoc": "^0.26.7",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"vanilla-jsoneditor": "^0.23.8",
"vanilla-tilt": "^1.8.1",
"webpack": "^5.94.0",
Expand Down

0 comments on commit 55078ee

Please sign in to comment.