Skip to content

Commit

Permalink
chore(deps): update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 9daa2c8 commit 8c7db8e
Show file tree
Hide file tree
Showing 7 changed files with 380 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserslist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `npx update-browserslist-db@latest` 🧑‍💻
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `bun install` 🧑‍💻
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `npm run test:deno:update_import_map` 🧑‍💻
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `npx prettier --ignore-path .gitignore --cache --write .` 🧑‍💻
Expand Down
Binary file modified bun.lockb
Binary file not shown.
796 changes: 368 additions & 428 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,30 +126,30 @@
"@edge-runtime/vm": "^4.0.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@sanity/pkg-utils": "^6.9.3",
"@sanity/pkg-utils": "^6.10.3",
"@types/json-diff": "^1.0.3",
"@types/node": "^20.8.8",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vercel/stega": "0.1.2",
"@vitest/coverage-v8": "2.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"faucet": "^0.0.4",
"happy-dom": "^12.10.3",
"json-diff": "^1.0.6",
"ls-engines": "^0.9.2",
"next": "^14.2.4",
"next": "^14.2.5",
"nock": "^13.5.4",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rollup": "^4.18.1",
"sse-channel": "^4.0.0",
"terser": "^5.31.1",
"typescript": "5.4.5",
"terser": "^5.31.2",
"typescript": "5.5.3",
"vitest": "2.0.2",
"vitest-github-actions-reporter": "0.11.1"
},
Expand Down

0 comments on commit 8c7db8e

Please sign in to comment.