Skip to content

Commit

Permalink
fix(deps): Update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent afa6e7f commit 4a04a4c
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-node-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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
if: ${{ steps.app-token.outputs.token != '' }}
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-sort-pr.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
if: ${{ steps.app-token.outputs.token != '' }}
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-typescript-pr.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
if: ${{ steps.app-token.outputs.token != '' }}
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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
if: ${{ steps.app-token.outputs.token != '' }}
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-tsdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
if: ${{ steps.app-token.outputs.token != '' }}
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Expand Down
77 changes: 35 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"singleQuote": true
},
"dependencies": {
"@sanity/tsdoc": "1.0.74",
"@sanity/tsdoc": "1.0.75",
"@types/node": "^20.0.0",
"@types/sort-object-keys": "^1.1.0",
"renovate": "^37.227.1",
"sort-object-keys": "^1.1.2",
"zx": "8.1.2"
"zx": "8.1.3"
},
"devDependencies": {
"prettier": "^3.3.2",
Expand Down

0 comments on commit 4a04a4c

Please sign in to comment.