Skip to content

Commit

Permalink
chore(deps): update effect schema 0.68 (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni authored Sep 3, 2024
1 parent 0835fb1 commit ea624d4
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 39 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-snakes-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suddenlygiovanni/resume": patch
---

update `@effect/schema` package to v0.67.23
5 changes: 5 additions & 0 deletions .changeset/six-lobsters-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suddenlygiovanni/resume": patch
---

update `@effect/schema` package to v0.67.24
5 changes: 5 additions & 0 deletions .changeset/smart-teachers-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suddenlygiovanni/resume": patch
---

update `@effect/schema` package to v0.68.0
5 changes: 5 additions & 0 deletions .changeset/wet-coins-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suddenlygiovanni/resume": patch
---

update `@effect/schema` package to v0.67.22
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
},
"license": "UNLICENSED",
"peerDependencies": {
"@effect/schema": "~0.67.21"
"@effect/schema": "~0.68.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"@effect/schema": "0.67.21",
"@effect/schema": "0.68.0",
"@std/yaml": "npm:@jsr/[email protected]",
"@tsconfig/node21": "21.0.3",
"@tsconfig/strictest": "2.0.5",
"@types/json-schema": "7.0.15",
"@types/node": "20.16.3",
"@types/node": "22.5.2",
"@vitest/coverage-v8": "2.0.5",
"@vitest/ui": "2.0.5",
"effect": "3.3.0",
"effect": "3.3.4",
"typescript": "5.6.1-rc",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
Expand Down
66 changes: 33 additions & 33 deletions pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('ISO8601Date', () => {
└─ Encoded side transformation failure
└─ Date
└─ Predicate refinement failure
└─ Expected Date (a valid Date), actual Invalid Date",
└─ Expected Date, actual Invalid Date",
},
}
`)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('Annotation', () => {
}
`)

expect(JSONSchema.make(NonEmpty.pipe(Schema.jsonSchema({ foo: 'bar' })))).not.toEqual(
expect(JSONSchema.make(NonEmpty.annotations({ jsonSchema: { foo: 'bar' } }))).not.toEqual(
JSONSchema.make(NonEmpty),
)

Expand Down

0 comments on commit ea624d4

Please sign in to comment.