Skip to content

Commit

Permalink
Merge pull request #892 from thefrontside/mk/effection-v1
Browse files Browse the repository at this point in the history
Update effection dependencies on all packages
  • Loading branch information
minkimcello authored Mar 5, 2021
2 parents 1ab4136 + 4762d0d commit 623e2e8
Show file tree
Hide file tree
Showing 15 changed files with 106 additions and 48 deletions.
16 changes: 16 additions & 0 deletions .changeset/thin-melons-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@bigtest/agent": patch
"@bigtest/atom": patch
"@bigtest/bundler": patch
"@bigtest/cli": patch
"@bigtest/client": patch
"@bigtest/driver": patch
"@bigtest/effection": patch
"@bigtest/effection-express": patch
"@bigtest/globals": patch
"@bigtest/project": patch
"@bigtest/server": patch
"@bigtest/webdriver": patch
---

Update effection dependencies to v1
6 changes: 3 additions & 3 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@bigtest/effection": "^0.6.2",
"@bigtest/effection-express": "^0.9.3",
"@bigtest/globals": "^0.7.5",
"@effection/events": "^0.7.9",
"@effection/subscription": "^0.12.0",
"@effection/events": "^1.0.0",
"@effection/subscription": "^1.0.0",
"bowser": "^2.9.0",
"effection": "^0.8.0",
"effection": "^1.0.0",
"error-stack-parser": "^2.0.6",
"get-source": "^2.0.11",
"istanbul-lib-coverage": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"ts-node": "^9.1.1"
},
"dependencies": {
"@effection/channel": "^0.6.8",
"@effection/events": "^0.7.9",
"@effection/subscription": "^0.12.0",
"@effection/channel": "^1.0.0",
"@effection/events": "^1.0.0",
"@effection/subscription": "^1.0.0",
"@frontside/tsconfig": "^1.2.0",
"assert-ts": "^0.2.2",
"effection": "0.8.0",
"effection": "^1.0.0",
"fp-ts": "^2.8.2",
"monocle-ts": "^2.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@babel/runtime": "^7.12.5",
"@bigtest/effection": "^0.6.2",
"@bigtest/project": "^0.15.1",
"@effection/channel": "^0.6.8",
"@effection/events": "^0.7.9",
"@effection/channel": "^1.0.0",
"@effection/events": "^1.0.0",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"effection": "^0.8.0",
"effection": "^1.0.0",
"express": "^4.17.1",
"rollup": "^2.34.0",
"rollup-plugin-inject-process-env": "^1.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"bigtest": "bin/bigtest.js"
},
"devDependencies": {
"@effection/channel": "^0.6.8",
"@effection/events": "^0.7.9",
"@effection/subscription": "^0.12.0",
"@effection/channel": "^1.0.0",
"@effection/events": "^1.0.0",
"@effection/subscription": "^1.0.0",
"@frontside/eslint-config": "^2.0.0",
"@frontside/tsconfig": "^1.2.0",
"@frontside/typescript": "^1.1.1",
Expand All @@ -51,11 +51,11 @@
"@bigtest/performance": "^0.5.0",
"@bigtest/project": "^0.15.1",
"@bigtest/server": "^0.24.0",
"@effection/node": "^0.9.2",
"@effection/node": "^1.0.1",
"capture-console": "^1.0.1",
"chalk": "^4.1.0",
"deepmerge": "^4.2.2",
"effection": "^0.8.0",
"effection": "^1.0.0",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"prepack": "tsc --build && tsc --outdir dist/esm --module es2015 && tsc --outdir dist/cjs --module commonjs"
},
"dependencies": {
"@effection/events": "^0.7.9",
"effection": "^0.8.0",
"@effection/events": "^1.0.0",
"effection": "^1.0.0",
"websocket": "^1.0.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"ts-node": "^9.1.1"
},
"dependencies": {
"effection": "^0.8.0"
"effection": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/effection-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"dependencies": {
"@bigtest/effection": "^0.6.2",
"@effection/events": "^0.7.9",
"@effection/subscription": "^0.12.0",
"@effection/events": "^1.0.0",
"@effection/subscription": "^1.0.0",
"@types/express-ws": "^3.0.0",
"@types/node": "^13.13.4",
"effection": "^0.8.0",
"effection": "^1.0.0",
"express": "^4.17.1",
"express-ws": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/effection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"ts-node": "^9.1.1"
},
"dependencies": {
"@effection/events": "^0.7.9",
"@effection/events": "^1.0.0",
"@types/node": "^13.13.4",
"effection": "^0.8.0"
"effection": "^1.0.0"
},
"volta": {
"node": "12.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@bigtest/suite": "^0.11.2",
"effection": "^0.8.0"
"effection": "^1.0.0"
},
"devDependencies": {
"@frontside/eslint-config": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@bigtest/driver": "^0.5.6",
"effection": "^0.8.0"
"effection": "^1.0.0"
},
"devDependencies": {
"@frontside/eslint-config": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@
"@bigtest/project": "^0.15.1",
"@bigtest/suite": "^0.11.3",
"@bigtest/webdriver": "^0.8.2",
"@effection/events": "^0.7.9",
"@effection/fetch": "^0.1.3",
"@effection/node": "^0.9.2",
"@effection/subscription": "^0.12.0",
"@effection/events": "^1.0.0",
"@effection/fetch": "^1.0.0",
"@effection/node": "^1.0.1",
"@effection/subscription": "^1.0.0",
"@nexus/schema": "^0.13.1",
"assert-ts": "^0.2.2",
"bowser": "^2.8.1",
"chokidar": "^3.3.1",
"deepmerge": "^4.2.2",
"effection": "^0.8.0",
"effection": "^1.0.0",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"fprint": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"dependencies": {
"@bigtest/atom": "^0.12.1",
"@bigtest/driver": "^0.5.6",
"@effection/fetch": "^0.1.3",
"@effection/node": "^0.9.2",
"@effection/fetch": "^1.0.0",
"@effection/node": "^1.0.1",
"abort-controller": "^3.0.0",
"chromedriver": ">=88.0.0",
"effection": "^0.8.0",
"effection": "^1.0.0",
"geckodriver": ">=1.21.0",
"ms-chromium-edge-driver": "^0.3.0",
"node-fetch": "^2.6.1"
Expand Down
10 changes: 5 additions & 5 deletions sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigtest-sample",
"version": "0.0.7",
"version": "0.0.8",
"description": "BigTest Sample App",
"repository": "https://github.com/thefrontside/bigtest.git",
"author": "Frontside Engineering <[email protected]>",
Expand All @@ -16,11 +16,11 @@
"sample": "./bin/create-sample-app.js"
},
"dependencies": {
"@effection/events": "^0.7.9",
"@effection/node": "^0.9.2",
"@effection/subscription": "^0.12.0",
"@effection/events": "^1.0.0",
"@effection/node": "^1.0.1",
"@effection/subscription": "^1.0.0",
"chalk": "^4.1.0",
"effection": "^0.8.0",
"effection": "^1.0.0",
"rimraf": "^3.0.2"
},
"devDependencies": {
Expand Down
62 changes: 52 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1935,6 +1935,15 @@
"@effection/subscription" "^0.12.0"
effection "^0.8.0"

"@effection/channel@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@effection/channel/-/channel-1.0.0.tgz#6f41e210d3bf88298784f6716a074d834246e381"
integrity sha512-uMzvWqGxWu9pBMEHKk/NqPuL4sg1Fg4W2nsdv14yn+y7JXl1lTAFMk0t8prwnZCLMGEew1NxwwdnFiD9Q6Mrhw==
dependencies:
"@effection/events" "^1.0.0"
"@effection/subscription" "^1.0.0"
effection "^1.0.0"

"@effection/events@^0.7.8":
version "0.7.8"
resolved "https://registry.yarnpkg.com/@effection/events/-/events-0.7.8.tgz#3cb8ec5e96b0ad7719e82a2163975cf7d6a77d7d"
Expand All @@ -1951,14 +1960,22 @@
"@effection/subscription" "^0.12.0"
effection "^0.8.0"

"@effection/fetch@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@effection/fetch/-/fetch-0.1.3.tgz#49afe1b5e00888efe54e5c910e0c5e592bddb989"
integrity sha512-cpkPGus2JFNrzPpZGhb9grU2XXyGgQ/+sIWh7fkvsLZKueNRTUqY0Hf78BxPVwIWUzyw4ynh6X3agEjwDTalmQ==
"@effection/events@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@effection/events/-/events-1.0.0.tgz#4430ed538377bf04a5efd7c3b6d40a7b4e2b0607"
integrity sha512-IiQLoGktVBucpCGqWInhT35a7oMeeelIK7XmWTm/35D8ViL2KBLNH700gGcXe6pAQAR0NZghbTQf1s25nt/I4w==
dependencies:
"@effection/subscription" "^1.0.0"
effection "^1.0.0"

"@effection/fetch@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@effection/fetch/-/fetch-1.0.0.tgz#9d868b880a744d5d2292664bb481ddb8fb3fb89a"
integrity sha512-G12wiCcUdypa2/KT7iKMpVQbrbM0omGnvPZgCHiv3P1zmVuPpiht557BL97dzypr9L5NFasuMjQDazGLk0ggFg==
dependencies:
abort-controller "^3.0.0"
cross-fetch "^3.0.4"
effection "^0.8.0"
effection "^1.0.0"
node-fetch "^2.6.1"

"@effection/node@^0.9.2":
Expand All @@ -1974,6 +1991,19 @@
effection "^0.8.0"
shellwords "^0.1.1"

"@effection/node@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@effection/node/-/node-1.0.0.tgz#448dc201e9741ebd97000fd23f9a8fbac6da9447"
integrity sha512-5DK/2Dsm1OaZJFan7uHBQ9/ZfFGoKlCMX883ipEQjvqsdkgwmThHLUxKKu5+jbBusVpKT+JatLXfiy3sleEmGw==
dependencies:
"@effection/channel" "^1.0.0"
"@effection/events" "^1.0.0"
"@effection/subscription" "^1.0.0"
cross-spawn "^7.0.3"
ctrlc-windows "^1.0.2"
effection "^1.0.0"
shellwords "^0.1.1"

"@effection/subscription@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@effection/subscription/-/subscription-0.11.0.tgz#15919010b22df481f45cc366ac7f08b9a826444e"
Expand All @@ -1995,6 +2025,13 @@
dependencies:
effection "^0.8.0"

"@effection/subscription@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@effection/subscription/-/subscription-1.0.0.tgz#331cc08f8ebc5a09be705532d93d4d308e31ff44"
integrity sha512-Uldp70Yv/i8vbP+f7vr7U14YMT7iZUm8yrsWKcNUCGOypM8kCPXX3ihtvJ+P3ZpFShecfFQQpjblIVaBEkx37g==
dependencies:
effection "^1.0.0"

"@eslint/eslintrc@^0.2.2":
version "0.2.2"
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
Expand Down Expand Up @@ -4798,16 +4835,21 @@ [email protected]:
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=

[email protected], effection@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/effection/-/effection-0.8.0.tgz#55426e611825af610ac31858496853319d757126"
integrity sha512-sohyRJ+StqWnPWbTe+0n9SdZUzXlCphHRVjAIEpJZ1UXGe/RyWX5HL1woxQYcfD6HngBEnpLh2Knx0II2IT0Iw==

effection@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/effection/-/effection-0.7.0.tgz#9cdb74d075021af0715c18124038d3b0dca01363"
integrity sha512-p9Y1YiFI/WH5L1DzGJg/RFPFQgpXyHd1xKvGpFkzR8ah/nUGdcDtXHavj9wJgPpuHtxM2ef5YPXA7ySMmuEa1w==

effection@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/effection/-/effection-0.8.0.tgz#55426e611825af610ac31858496853319d757126"
integrity sha512-sohyRJ+StqWnPWbTe+0n9SdZUzXlCphHRVjAIEpJZ1UXGe/RyWX5HL1woxQYcfD6HngBEnpLh2Knx0II2IT0Iw==

effection@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/effection/-/effection-1.0.0.tgz#7c20ee4ea6e63fddb5a51461dda8009b649b4195"
integrity sha512-ITAAnuI7sJqKhjvYlnm66NHaW7zrXzqgsGsjVaaqFHYDWPN8WylVj46xASfkrtwq5wmklbzy6tvRYaj2C4rDHw==

electron-to-chromium@^1.3.481:
version "1.3.481"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.481.tgz#0d59e72a0aaeb876b43fb1d6e84bf0dfc99617e8"
Expand Down

0 comments on commit 623e2e8

Please sign in to comment.