Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Jun 19, 2024
1 parent 60771ce commit 308d020
Show file tree
Hide file tree
Showing 41 changed files with 1,201 additions and 1,395 deletions.
24 changes: 24 additions & 0 deletions .changeset/fifty-waves-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
"@typed/vite-plugin-types": minor
"@typed/environment": minor
"@typed/vite-plugin": minor
"@typed/async-data": minor
"@typed/navigation": minor
"@typed/storybook": minor
"@typed/compiler": minor
"@typed/template": minor
"@typed/context": minor
"@typed/decoder": minor
"@typed/router": minor
"@typed/server": minor
"@typed/guard": minor
"@typed/route": minor
"@typed/core": minor
"@typed/path": minor
"@typed/dom": minor
"@typed/fx": minor
"@typed/id": minor
"@typed/ui": minor
---

Upgrade Effect + Effect-Http Deps
4 changes: 2 additions & 2 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"@typed/template": "workspace:*",
"effect": "3.3.1"
"effect": "3.3.5"
},
"devDependencies": {
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-tsconfig-paths": "^4.3.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/fx-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/opentelemetry": "^0.34.18",
"@effect/opentelemetry": "^0.34.22",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.0",
"@opentelemetry/otlp-exporter-base": "^0.52.0",
"@opentelemetry/sdk-node": "^0.52.0",
"@opentelemetry/sdk-trace-base": "^1.25.0",
"@typed/context": "workspace:*",
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"effect": "3.3.1"
"effect": "3.3.5"
}
}
26 changes: 13 additions & 13 deletions examples/realworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/opentelemetry": "^0.34.18",
"@effect/platform": "^0.57.0",
"@effect/platform-node": "^0.51.9",
"@effect/schema": "0.67.22",
"@effect/sql": "^0.3.10",
"@effect/sql-pg": "^0.3.11",
"@effect/opentelemetry": "^0.34.22",
"@effect/platform": "^0.57.4",
"@effect/platform-node": "^0.51.13",
"@effect/schema": "0.68.1",
"@effect/sql": "^0.3.14",
"@effect/sql-pg": "^0.3.15",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.0",
"@opentelemetry/sdk-trace-base": "^1.25.0",
"@typed/async-data": "workspace:*",
Expand All @@ -48,10 +48,10 @@
"@types/source-map-support": "^0.5.10",
"bcrypt": "^5.1.1",
"date-fns": "^3.6.0",
"effect": "3.3.1",
"effect-http": "^0.68.0",
"effect-http-node": "^0.13.5",
"effect-http-security": "^0.1.3",
"effect": "3.3.5",
"effect-http": "^0.69.0",
"effect-http-node": "^0.14.0",
"effect-http-security": "^0.2.0",
"effect-log": "^0.31.4",
"jsonwebtoken": "^9.0.2",
"path-to-regexp": "^6.2.2",
Expand All @@ -65,11 +65,11 @@
"happy-dom": "14.12.0",
"mock-storage": "^1.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"schema-openapi": "^0.38.3",
"schema-openapi": "^0.39.0",
"terser": "^5.31.1",
"tsx": "^4.15.2",
"tsx": "^4.15.6",
"vavite": "^4.1.1",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/simple-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.57.0",
"@effect/platform-node": "^0.51.9",
"@effect/platform": "^0.57.4",
"@effect/platform-node": "^0.51.13",
"@typed/fx": "workspace:*",
"@typed/template": "workspace:*",
"effect": "3.3.1"
"effect": "3.3.5"
},
"devDependencies": {
"tsx": "^4.15.2"
"tsx": "^4.15.6"
}
}
20 changes: 10 additions & 10 deletions examples/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"vite-tsconfig-paths": "^4.3.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/blocks": "^8.1.6",
"@storybook/html": "^8.1.6",
"@storybook/html-vite": "^8.1.6",
"@storybook/test": "^8.1.6",
"@storybook/types": "^8.1.6",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/html": "^8.1.10",
"@storybook/html-vite": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/types": "^8.1.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.6",
"vite": "^5.2.13"
"storybook": "^8.1.10",
"vite": "^5.3.1"
}
}
14 changes: 7 additions & 7 deletions examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.57.0",
"@effect/platform-browser": "^0.36.0",
"@effect/platform-node": "^0.51.9",
"@effect/schema": "0.67.22",
"@effect/platform": "^0.57.4",
"@effect/platform-browser": "^0.36.4",
"@effect/platform-node": "^0.51.13",
"@effect/schema": "0.68.1",
"@typed/context": "workspace:*",
"@typed/core": "workspace:*",
"@typed/dom": "workspace:*",
Expand All @@ -31,7 +31,7 @@
"@typed/router": "workspace:*",
"@typed/template": "workspace:*",
"@typed/ui": "workspace:*",
"effect": "3.3.1",
"effect": "3.3.5",
"todomvc-app-css": "^2.4.3",
"todomvc-common": "^1.0.5"
},
Expand All @@ -40,8 +40,8 @@
"mock-storage": "^1.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.31.1",
"tsx": "^4.15.2",
"vite": "^5.2.13",
"tsx": "^4.15.6",
"vite": "^5.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-top-level-await": "^1.4.1",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "0.1.0",
"@types/chai": "^4.3.16",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@types/node": "^20.14.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/expect": "^1.6.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"cac": "^6.7.14",
"concurrently": "^8.2.2",
"effect": "^3.3.1",
"effect": "^3.3.5",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
Expand All @@ -72,16 +72,16 @@
"shx": "^0.3.4",
"syncpack": "12.3.2",
"ts-node": "^10.9.2",
"tsx": "^4.15.2",
"tsx": "^4.15.6",
"typescript": "^5.4.5",
"ultra-runner": "^3.10.5",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-plugin-tsconfig-paths": "^1.4.1",
"vitest": "1.6.0",
"zx": "^8.1.2"
},
"dependencies": {
"@effect/vitest": "^0.5.11"
"@effect/vitest": "^0.5.15"
},
"packageManager": "[email protected]+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879"
}
4 changes: 2 additions & 2 deletions packages/async-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.22",
"effect": "^3.3.1",
"@effect/schema": "^0.68.1",
"effect": "^3.3.5",
"fast-check": "^3.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"sideEffects": [],
"dependencies": {
"@typed/core": "workspace:*",
"effect": "^3.3.1"
"effect": "^3.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"effect": "^3.3.1"
"effect": "^3.3.5"
},
"peerDependencies": {
"effect": "^3.3.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.57.0",
"@effect/platform-node": "^0.51.9",
"@effect/schema": "^0.67.22",
"@effect/platform": "^0.57.4",
"@effect/platform-node": "^0.51.13",
"@effect/schema": "^0.68.1",
"@typed/async-data": "workspace:*",
"@typed/context": "workspace:*",
"@typed/decoder": "workspace:*",
Expand All @@ -60,10 +60,10 @@
"@typed/ui": "workspace:*",
"@typed/vite-plugin": "workspace:*",
"@typed/vite-plugin-types": "workspace:*",
"effect": "^3.3.1",
"effect": "^3.3.5",
"vavite": "^4.1.1"
},
"devDependencies": {
"vite": "^5.2.13"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.22",
"effect": "^3.3.1"
"@effect/schema": "^0.68.1",
"effect": "^3.3.5"
}
}
4 changes: 2 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.22",
"@effect/schema": "^0.68.1",
"@typed/context": "workspace:*",
"effect": "^3.3.1",
"effect": "^3.3.5",
"typed-query-selector": "^2.11.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"sideEffects": [],
"dependencies": {
"@typed/context": "workspace:*",
"effect": "^3.3.1"
"effect": "^3.3.5"
}
}
6 changes: 3 additions & 3 deletions packages/fx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.22",
"@effect/typeclass": "0.24.27",
"@effect/schema": "^0.68.1",
"@effect/typeclass": "0.24.31",
"@typed/async-data": "workspace:*",
"@typed/context": "workspace:*",
"@typed/guard": "workspace:*",
"effect": "^3.3.1",
"effect": "^3.3.5",
"fast-check": "^3.19.0",
"fast-deep-equal": "^3.1.3"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/fx/test/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ describe.concurrent("Form", () => {
const Foo = Schema.Struct({
id: Schema.String.pipe(
Schema.minLength(1),
Schema.message(() => "Cannot be empty ID"),
Schema.annotations({ message: () => "Cannot be empty ID" }),
Schema.maxLength(20),
Schema.message(() => "ID cannot be longer than 20 characters")
Schema.annotations({ message: () => "ID cannot be longer than 20 characters" })
),
timestamp: Schema.compose(Schema.DateFromString, Schema.ValidDateFromSelf)
})
Expand Down Expand Up @@ -48,10 +48,10 @@ describe.concurrent("Form", () => {
ok(Either.isLeft(parseError))

deepEqual(
ArrayFormatter.formatIssueSync(parseError.left.error),
ArrayFormatter.formatIssueSync(parseError.left.issue),
[{
_tag: "Type",
message: "Expected ValidDateFromSelf (a valid Date instance), actual Invalid Date",
message: "Expected ValidDateFromSelf, actual Invalid Date",
path: ["timestamp"]
}]
)
Expand All @@ -63,14 +63,14 @@ describe.concurrent("Form", () => {
ok(Either.isLeft(parseError))

deepEqual(
ArrayFormatter.formatIssueSync(parseError.left.error),
ArrayFormatter.formatIssueSync(parseError.left.issue),
[{
_tag: "Refinement",
message: "Cannot be empty ID",
path: ["id"]
}, {
_tag: "Type",
message: "Expected ValidDateFromSelf (a valid Date instance), actual Invalid Date",
message: "Expected ValidDateFromSelf, actual Invalid Date",
path: ["timestamp"]
}]
)
Expand All @@ -80,7 +80,7 @@ describe.concurrent("Form", () => {
ok(Either.isLeft(idParseError))

deepEqual(
ArrayFormatter.formatIssueSync(idParseError.left.error),
ArrayFormatter.formatIssueSync(idParseError.left.issue),
[{
_tag: "Refinement",
message: "Cannot be empty ID",
Expand All @@ -93,10 +93,10 @@ describe.concurrent("Form", () => {
ok(Either.isLeft(timestampParseError))

deepEqual(
ArrayFormatter.formatIssueSync(timestampParseError.left.error),
ArrayFormatter.formatIssueSync(timestampParseError.left.issue),
[{
_tag: "Type",
message: "Expected ValidDateFromSelf (a valid Date instance), actual Invalid Date",
message: "Expected ValidDateFromSelf, actual Invalid Date",
path: []
}]
)
Expand All @@ -108,7 +108,7 @@ describe.concurrent("Form", () => {
ok(Either.isLeft(idParseError))

deepEqual(
ArrayFormatter.formatIssueSync(idParseError.left.error),
ArrayFormatter.formatIssueSync(idParseError.left.issue),
[{
_tag: "Refinement",
message: "ID cannot be longer than 20 characters",
Expand Down
Loading

0 comments on commit 308d020

Please sign in to comment.