Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update effect (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Nov 30, 2023
1 parent dbff227 commit 73206f7
Show file tree
Hide file tree
Showing 7 changed files with 625 additions and 536 deletions.
6 changes: 6 additions & 0 deletions .changeset/red-schools-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@effect/printer-ansi": minor
"@effect/printer": minor
---

update effect
23 changes: 9 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/build-utils": "^0.5.0",
"@effect/docgen": "^0.3.5",
"@effect/docgen": "^0.3.6",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/web-worker": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "^0.18.1",
"eslint-plugin-codegen": "^0.21.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand All @@ -44,14 +44,9 @@
"glob": "^10.3.10",
"madge": "^6.1.0",
"prettier": "^3.1.0",
"tsx": "^4.1.4",
"tsx": "^4.6.1",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite": "^5.0.4",
"vitest": "^0.34.6"
},
"pnpm": {
"patchedDependencies": {
"@changesets/assemble-release-plan@5.2.4": "patches/@changesets__assemble-release-plan@5.2.4.patch"
}
}
}
8 changes: 4 additions & 4 deletions packages/printer-ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@effect/printer": "workspace:^"
},
"devDependencies": {
"@effect/typeclass": "^0.16.0",
"effect": "2.0.0-next.56"
"@effect/typeclass": "^0.17.0",
"effect": "2.0.0-next.57"
},
"peerDependencies": {
"@effect/typeclass": "^0.16.0",
"effect": "2.0.0-next.56"
"@effect/typeclass": "^0.17.0",
"effect": "2.0.0-next.57"
}
}
2 changes: 1 addition & 1 deletion packages/printer-ansi/src/internal/ansi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ const combineInternal = (self: AnsiImpl, that: AnsiImpl): Ansi.Ansi =>

const stringifyInternal = (self: AnsiImpl): string => {
const displaySequence = SGR.toEscapeSequence(
ReadonlyArray.compact([
ReadonlyArray.getSomes([
Option.some(SGR.reset),
self.foreground,
self.background,
Expand Down
8 changes: 4 additions & 4 deletions packages/printer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"build-annotate": "babel build --plugins annotate-pure-calls --out-dir build --source-maps"
},
"devDependencies": {
"@effect/typeclass": "^0.16.0",
"effect": "2.0.0-next.56"
"@effect/typeclass": "^0.17.0",
"effect": "2.0.0-next.57"
},
"peerDependencies": {
"@effect/typeclass": "^0.16.0",
"effect": "2.0.0-next.56"
"@effect/typeclass": "^0.17.0",
"effect": "2.0.0-next.57"
}
}
67 changes: 0 additions & 67 deletions patches/@changesets__assemble-release-plan@5.2.4.patch

This file was deleted.

Loading

0 comments on commit 73206f7

Please sign in to comment.