Skip to content

Commit 722febe

Browse files
fix(deps): update dependency effect-errors to v1.10.17 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2e56cf commit 722febe

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bun.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@actions/github": "6.0.1",
1010
"comment-json": "4.4.1",
1111
"effect": "3.18.4",
12-
"effect-errors": "1.10.15",
12+
"effect-errors": "1.10.17",
1313
"effect-github-actions-layer": "1.3.0",
1414
},
1515
"devDependencies": {
@@ -393,7 +393,7 @@
393393

394394
"effect": ["[email protected]", "", { "dependencies": { "@standard-schema/spec": "^1.0.0", "fast-check": "^3.23.1" } }, "sha512-b1LXQJLe9D11wfnOKAk3PKxuqYshQ0Heez+y5pnkd3jLj1yx9QhM72zZ9uUrOQyNvrs2GZZd/3maL0ZV18YuDA=="],
395395

396-
"effect-errors": ["[email protected].15", "", { "dependencies": { "comment-json": "4.2.5", "picocolors": "1.1.1", "source-map-js": "1.2.1" }, "peerDependencies": { "@effect/cluster": "0.x", "@effect/platform": "0.x", "@effect/platform-node": "0.x", "@effect/rpc": "0.x", "@effect/sql": "0.x", "effect": "3.x" } }, "sha512-OFJDWMo8QqUZJqRQy6esYZP/2yTvX7OIkjC2lMP2x2EFl90RPk+D5rh4zHvx1coeeBGfl3Lvsfn7xsEpte80xw=="],
396+
"effect-errors": ["[email protected].17", "", { "dependencies": { "comment-json": "4.4.1", "picocolors": "1.1.1", "source-map-js": "1.2.1" }, "peerDependencies": { "@effect/cluster": "0.x", "@effect/platform": "0.x", "@effect/platform-node": "0.x", "@effect/rpc": "0.x", "@effect/sql": "0.x", "effect": "3.x" } }, "sha512-MwzK7iVxc67YCjyKI+w+h9VMC+CSKvAj3nXJ0YYV53ZQDazTcvRMFzer0zmGhHVA+SFt0OoSjeLUy8zJN8GFow=="],
397397

398398
"effect-github-actions-layer": ["[email protected]", "", { "peerDependencies": { "@actions/core": "1.x", "@actions/exec": "1.x", "@actions/github": "6.x", "effect": "3.x" } }, "sha512-+KOyHa5b7lHueXWCt3wzKDsz1NCwhgbs/8c2XuoNBrLvOQe9wP6VLTRhSFTnJZ0XP49Dj9lMjW1Kg+4s0u1OGQ=="],
399399

@@ -703,8 +703,6 @@
703703

704704
"@types/conventional-commits-parser/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~7.10.0" } }, "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g=="],
705705

706-
"effect-errors/comment-json": ["[email protected]", "", { "dependencies": { "array-timsort": "^1.0.3", "core-util-is": "^1.0.3", "esprima": "^4.0.1", "has-own-prop": "^2.0.0", "repeat-string": "^1.6.1" } }, "sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw=="],
707-
708706
"import-fresh/resolve-from": ["[email protected]", "", {}, "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="],
709707

710708
"micromatch/picomatch": ["[email protected]", "", {}, "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@actions/github": "6.0.1",
3838
"comment-json": "4.4.1",
3939
"effect": "3.18.4",
40-
"effect-errors": "1.10.15",
40+
"effect-errors": "1.10.17",
4141
"effect-github-actions-layer": "1.3.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)