Skip to content

Commit aae259d

Browse files
authored
chore: update effect dependencies (#489)
1 parent 9ea3c6a commit aae259d

File tree

6 files changed

+672
-343
lines changed

6 files changed

+672
-343
lines changed

.changeset/odd-lamps-ring.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"effect-http-node": patch
3+
"effect-http": patch
4+
---
5+
6+
Update effect dependencies.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@
2020
"changeset-publish": "pnpm build && changeset publish"
2121
},
2222
"devDependencies": {
23-
"@babel/cli": "^7.23.9",
24-
"@babel/core": "^7.24.0",
25-
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
26-
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
23+
"@babel/cli": "^7.24.1",
24+
"@babel/core": "^7.24.3",
25+
"@babel/plugin-transform-export-namespace-from": "^7.24.1",
26+
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
2727
"@changesets/changelog-github": "^0.5.0",
2828
"@changesets/cli": "^2.27.1",
2929
"@effect/build-utils": "^0.7.6",
3030
"@effect/docgen": "^0.3.8",
3131
"@effect/dtslint": "^0.0.5",
3232
"@effect/eslint-plugin": "^0.1.2",
3333
"@effect/language-service": "^0.1.0",
34-
"@types/node": "^20.11.28",
34+
"@types/node": "^20.11.30",
3535
"@types/swagger-ui-dist": "^3.30.4",
36-
"@typescript-eslint/eslint-plugin": "^7.2.0",
37-
"@typescript-eslint/parser": "^7.2.0",
36+
"@typescript-eslint/eslint-plugin": "^7.3.1",
37+
"@typescript-eslint/parser": "^7.3.1",
3838
"@vitest/coverage-v8": "^1.4.0",
3939
"babel-plugin-annotate-pure-calls": "^0.4.0",
4040
"eslint": "^8.57.0",
4141
"eslint-import-resolver-typescript": "^3.6.1",
42-
"eslint-plugin-codegen": "^0.26.0",
42+
"eslint-plugin-codegen": "0.27.0-2",
4343
"eslint-plugin-deprecation": "^2.0.0",
4444
"eslint-plugin-import": "^2.29.1",
4545
"eslint-plugin-simple-import-sort": "^12.0.0",

packages/effect-http-node/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"swagger-ui-dist": "^5.12.0"
3333
},
3434
"peerDependencies": {
35-
"@effect/platform": "^0.48.8",
36-
"@effect/platform-node": "^0.45.10",
37-
"@effect/schema": "^0.64.5",
38-
"effect": "^2.4.7",
35+
"@effect/platform": "^0.48.13",
36+
"@effect/platform-node": "^0.45.15",
37+
"@effect/schema": "^0.64.9",
38+
"effect": "^2.4.9",
3939
"effect-http": "workspace:^"
4040
},
4141
"devDependencies": {
42-
"@effect/platform": "^0.48.8",
43-
"@effect/platform-bun": "^0.32.21",
44-
"@effect/platform-node": "^0.45.10",
45-
"@effect/schema": "^0.64.5",
46-
"@types/node": "^20.11.28",
47-
"effect": "^2.4.7",
42+
"@effect/platform": "^0.48.13",
43+
"@effect/platform-bun": "^0.32.26",
44+
"@effect/platform-node": "^0.45.15",
45+
"@effect/schema": "^0.64.9",
46+
"@types/node": "^20.11.30",
47+
"effect": "^2.4.9",
4848
"effect-http": "workspace:^",
49-
"effect-log": "^0.30.9"
49+
"effect-log": "^0.30.10"
5050
}
5151
}

packages/effect-http/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"coverage": "vitest --coverage"
3131
},
3232
"dependencies": {
33-
"schema-openapi": "^0.33.4"
33+
"schema-openapi": "^0.33.5"
3434
},
3535
"peerDependencies": {
36-
"@effect/platform": "^0.48.8",
37-
"@effect/schema": "^0.64.5",
38-
"effect": "^2.4.7"
36+
"@effect/platform": "^0.48.13",
37+
"@effect/schema": "^0.64.9",
38+
"effect": "^2.4.9"
3939
},
4040
"devDependencies": {
41-
"@effect/platform": "^0.48.8",
42-
"@effect/schema": "^0.64.5",
43-
"effect": "^2.4.7"
41+
"@effect/platform": "^0.48.13",
42+
"@effect/schema": "^0.64.9",
43+
"effect": "^2.4.9"
4444
}
4545
}

packages/effect-http/test/openapi.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,13 @@ test("union in query params", () => {
230230
"required": true,
231231
"schema": {
232232
"oneOf": [
233-
{
234-
"description": "a number",
235-
"type": "number"
236-
},
237233
{
238234
"description": "a string",
239235
"type": "string"
236+
},
237+
{
238+
"description": "a number",
239+
"type": "number"
240240
}
241241
]
242242
}

0 commit comments

Comments
 (0)