Skip to content

Commit

Permalink
chore: upgrade Effect
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed May 27, 2024
1 parent e988b39 commit 7103937
Show file tree
Hide file tree
Showing 26 changed files with 1,788 additions and 1,776 deletions.
22 changes: 22 additions & 0 deletions .changeset/dull-jeans-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
"@typed/environment": patch
"@typed/vite-plugin": patch
"@typed/async-data": patch
"@typed/navigation": patch
"@typed/storybook": patch
"@typed/template": patch
"@typed/context": patch
"@typed/decoder": patch
"@typed/router": patch
"@typed/server": patch
"@typed/guard": patch
"@typed/route": patch
"@typed/core": patch
"@typed/path": patch
"@typed/dom": patch
"@typed/fx": patch
"@typed/id": patch
"@typed/ui": patch
---

Upgrade Effect
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"@typed/template": "workspace:*",
"effect": "3.2.2"
"effect": "3.2.5"
},
"devDependencies": {
"vite": "^5.2.11",
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.9",
"@effect/opentelemetry": "^0.34.12",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.1",
"@opentelemetry/otlp-exporter-base": "^0.51.1",
"@opentelemetry/sdk-node": "^0.51.1",
"@opentelemetry/sdk-trace-base": "^1.24.1",
"@typed/context": "workspace:*",
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"effect": "3.2.2"
"effect": "3.2.5"
}
}
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.53.13",
"@effect/platform-node": "^0.49.13",
"@effect/platform": "^0.55.1",
"@effect/platform-node": "^0.51.1",
"@typed/fx": "workspace:*",
"@typed/template": "workspace:*",
"effect": "3.2.2"
"effect": "3.2.5"
},
"devDependencies": {
"tsx": "^4.10.5"
"tsx": "^4.11.0"
}
}
18 changes: 9 additions & 9 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.2",
"@storybook/addon-interactions": "^8.1.2",
"@storybook/addon-links": "^8.1.2",
"@storybook/blocks": "^8.1.2",
"@storybook/html": "^8.1.2",
"@storybook/html-vite": "^8.1.2",
"@storybook/test": "^8.1.2",
"@storybook/types": "^8.1.2",
"@storybook/addon-essentials": "^8.1.4",
"@storybook/addon-interactions": "^8.1.4",
"@storybook/addon-links": "^8.1.4",
"@storybook/blocks": "^8.1.4",
"@storybook/html": "^8.1.4",
"@storybook/html-vite": "^8.1.4",
"@storybook/test": "^8.1.4",
"@storybook/types": "^8.1.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.2",
"storybook": "^8.1.4",
"vite": "^5.2.11"
}
}
12 changes: 6 additions & 6 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.53.13",
"@effect/platform-browser": "^0.33.28",
"@effect/platform-node": "^0.49.13",
"@effect/schema": "0.67.10",
"@effect/platform": "^0.55.1",
"@effect/platform-browser": "^0.35.1",
"@effect/platform-node": "^0.51.1",
"@effect/schema": "0.67.14",
"@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.2.2",
"effect": "3.2.5",
"todomvc-app-css": "^2.4.3",
"todomvc-common": "^1.0.5"
},
Expand All @@ -40,7 +40,7 @@
"mock-storage": "^1.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.31.0",
"tsx": "^4.10.5",
"tsx": "^4.11.0",
"vite": "^5.2.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"codemod": "node ./scripts/effect-codemod.js"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-export-namespace-from": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/plugin-transform-export-namespace-from": "^7.24.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.3",
"@effect/babel-plugin": "^0.2.0",
Expand All @@ -50,15 +50,15 @@
"@effect/language-service": "0.1.0",
"@types/chai": "^4.3.16",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"@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.2.2",
"effect": "^3.2.5",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
Expand All @@ -71,15 +71,16 @@
"shx": "^0.3.4",
"syncpack": "12.3.2",
"ts-node": "^10.9.2",
"tsx": "^4.10.5",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"ultra-runner": "^3.10.5",
"vite": "^5.2.11",
"vite-plugin-tsconfig-paths": "^1.4.1",
"vitest": "1.6.0",
"zx": "^8.1.0"
"zx": "^8.1.2"
},
"dependencies": {
"@effect/vitest": "^0.5.2"
}
"@effect/vitest": "^0.5.5"
},
"packageManager": "[email protected]+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879"
}
6 changes: 3 additions & 3 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.10",
"effect": "^3.2.2",
"fast-check": "^3.18.0"
"@effect/schema": "^0.67.14",
"effect": "^3.2.5",
"fast-check": "^3.19.0"
}
}
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.2.2"
"effect": "^3.2.5"
},
"peerDependencies": {
"effect": "^2.4.0"
Expand Down
8 changes: 4 additions & 4 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.53.13",
"@effect/platform-node": "^0.49.13",
"@effect/schema": "^0.67.10",
"@effect/platform": "^0.55.1",
"@effect/platform-node": "^0.51.1",
"@effect/schema": "^0.67.14",
"@typed/async-data": "workspace:*",
"@typed/context": "workspace:*",
"@typed/decoder": "workspace:*",
Expand All @@ -60,7 +60,7 @@
"@typed/ui": "workspace:*",
"@typed/vite-plugin": "workspace:*",
"@typed/vite-plugin-types": "workspace:*",
"effect": "^3.2.2",
"effect": "^3.2.5",
"vavite": "^4.1.1"
},
"devDependencies": {
Expand Down
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.10",
"effect": "^3.2.2"
"@effect/schema": "^0.67.14",
"effect": "^3.2.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.10",
"@effect/schema": "^0.67.14",
"@typed/context": "workspace:*",
"effect": "^3.2.2",
"effect": "^3.2.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.2.2"
"effect": "^3.2.5"
}
}
8 changes: 4 additions & 4 deletions packages/fx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.10",
"@effect/typeclass": "0.24.18",
"@effect/schema": "^0.67.14",
"@effect/typeclass": "0.24.21",
"@typed/async-data": "workspace:*",
"@typed/context": "workspace:*",
"@typed/guard": "workspace:*",
"effect": "^3.2.2",
"fast-check": "^3.18.0",
"effect": "^3.2.5",
"fast-check": "^3.19.0",
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/guard/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.10",
"effect": "^3.2.2"
"@effect/schema": "^0.67.14",
"effect": "^3.2.5"
}
}
6 changes: 3 additions & 3 deletions packages/id/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.10",
"@effect/schema": "^0.67.14",
"@typed/context": "workspace:*",
"effect": "^3.2.2",
"fast-check": "^3.18.0"
"effect": "^3.2.5",
"fast-check": "^3.19.0"
}
}
10 changes: 5 additions & 5 deletions packages/navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.53.13",
"@effect/schema": "^0.67.10",
"@effect/platform": "^0.55.1",
"@effect/schema": "^0.67.14",
"@typed/context": "workspace:*",
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"@typed/id": "workspace:*",
"effect": "^3.2.2"
"effect": "^3.2.5"
},
"optionalPeerDependencies": {
"@virtualstate/navigation": "1.0.1-alpha.199"
},
"devDependencies": {
"@effect/platform-node": "^0.49.13",
"@effect/platform-node": "^0.51.1",
"@virtualstate/navigation": "1.0.1-alpha.203",
"happy-dom": "14.11.0"
"happy-dom": "14.11.1"
}
}
6 changes: 3 additions & 3 deletions packages/path/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.53.13",
"@effect/schema": "^0.67.10",
"effect": "^3.2.2",
"@effect/platform": "^0.55.1",
"@effect/schema": "^0.67.14",
"effect": "^3.2.5",
"ts-toolbelt": "^9.6.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.10",
"@effect/schema": "^0.67.14",
"@typed/decoder": "workspace:*",
"@typed/guard": "workspace:*",
"@typed/id": "workspace:*",
"@typed/path": "workspace:*",
"effect": "^3.2.2",
"effect": "^3.2.5",
"ts-toolbelt": "^9.6.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/router/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.10",
"@effect/schema": "^0.67.14",
"@typed/context": "workspace:*",
"@typed/dom": "workspace:*",
"@typed/environment": "workspace:*",
Expand All @@ -49,7 +49,7 @@
"@typed/navigation": "workspace:*",
"@typed/path": "workspace:*",
"@typed/route": "workspace:*",
"effect": "^3.2.2"
"effect": "^3.2.5"
},
"devDependencies": {
"ts-toolbelt": "^9.6.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.53.13",
"@effect/schema": "^0.67.10",
"@effect/platform": "^0.55.1",
"@effect/schema": "^0.67.14",
"@typed/context": "workspace:*",
"@typed/navigation": "workspace:*",
"@typed/path": "workspace:*",
"@typed/route": "workspace:*",
"@typed/router": "workspace:*",
"effect": "^3.2.2",
"effect-http": "^0.67.1",
"effect-http-error": "^0.1.1",
"effect-http-node": "^0.13.2",
"effect-http-security": "^0.1.1",
"effect": "^3.2.5",
"effect-http": "^0.67.2",
"effect-http-error": "^0.1.2",
"effect-http-node": "^0.13.3",
"effect-http-security": "^0.1.2",
"schema-openapi": "^0.38.2"
}
}
Loading

0 comments on commit 7103937

Please sign in to comment.