Skip to content

Commit 29de5e3

Browse files
chore(deps): update non-major
1 parent 71458f3 commit 29de5e3

5 files changed

Lines changed: 742 additions & 919 deletions

File tree

.github/workflows/format-if-needed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
app-id: ${{ secrets.ECOSCRIPT_APP_ID }}
3333
private-key: ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
34-
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
34+
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
3535
with:
3636
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
3737
body: I ran `pnpm format` 🧑‍💻

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
release:
15-
uses: portabletext/.github/.github/workflows/changesets.yml@main
15+
uses: portabletext/.github/.github/workflows/changesets.yml@4d2d3a00346a628ab7dd0aa163a389e17b023157 # main
1616
permissions:
1717
contents: read # for checkout
1818
id-token: write # to enable use of OIDC for npm provenance

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ permissions:
1111

1212
jobs:
1313
call:
14-
uses: portabletext/.github/.github/workflows/changesets-from-conventional-commits.yml@main
14+
uses: portabletext/.github/.github/workflows/changesets-from-conventional-commits.yml@4d2d3a00346a628ab7dd0aa163a389e17b023157 # main
1515
if: github.event.pull_request.user.login == 'renovate[bot]'
1616
secrets: inherit

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@
7373
"@portabletext/types": "^2.0.13"
7474
},
7575
"devDependencies": {
76-
"@changesets/changelog-github": "^0.5.1",
77-
"@changesets/cli": "^2.29.6",
76+
"@changesets/changelog-github": "^0.6.0",
77+
"@changesets/cli": "^2.30.0",
7878
"concurrently": "^8.2.2",
79-
"esbuild": "^0.21.4",
79+
"esbuild": "^0.27.5",
8080
"esbuild-plugin-solid": "^0.6.0",
8181
"jsdom": "^22.1.0",
82-
"prettier": "^3.2.5",
83-
"prettier-plugin-packagejson": "^2.5.0",
84-
"solid-js": "^1.8.17",
85-
"tsup": "^8.0.2",
82+
"prettier": "^3.8.1",
83+
"prettier-plugin-packagejson": "^2.5.22",
84+
"solid-js": "^1.9.12",
85+
"tsup": "^8.5.1",
8686
"tsup-preset-solid": "^2.2.0",
87-
"typescript": "^5.4.5",
88-
"vite": "^5.2.11",
89-
"vite-plugin-solid": "^2.10.2",
90-
"vitest": "^1.6.0"
87+
"typescript": "^5.9.3",
88+
"vite": "^5.4.21",
89+
"vite-plugin-solid": "^2.11.11",
90+
"vitest": "^1.6.1"
9191
},
9292
"peerDependencies": {
9393
"solid-js": "^1.6.0"

0 commit comments

Comments
 (0)