diff --git a/.github/workflows/dependabot-bun.yml b/.github/workflows/dependabot-bun.yml new file mode 100644 index 00000000..2bddec77 --- /dev/null +++ b/.github/workflows/dependabot-bun.yml @@ -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 diff --git a/bun.lockb b/bun.lockb index def21bb1..aa86733f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/bunfig.toml b/bunfig.toml index 80d57b63..74d5f21f 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,2 +1,2 @@ [install] -peer = false \ No newline at end of file +peer = false diff --git a/package.json b/package.json index 25cc9bb7..821d20ea 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",