Skip to content

Commit

Permalink
fix(deps): update all dependencies (#1733)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tdeekens <tobias.deekens@commercetools.com>
Co-authored-by: Tobias Deekens <nerd@tdeekens.name>
  • Loading branch information
3 people committed Feb 19, 2023
1 parent 9bdb01b commit 340bd76
Show file tree
Hide file tree
Showing 18 changed files with 1,706 additions and 1,429 deletions.
14 changes: 14 additions & 0 deletions .changeset/popular-avocados-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@flopflip/adapter-utilities": patch
"@flopflip/combine-adapters": patch
"@flopflip/cypress-plugin": patch
"@flopflip/graphql-adapter": patch
"@flopflip/http-adapter": patch
"@flopflip/react-broadcast": patch
"@flopflip/react-redux": patch
"@flopflip/react": patch
"@flopflip/test-utils": patch
"@flopflip/types": patch
---

fix(deps): update all dependencies
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:

postinstall: ./scripts/postinstall.sh

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"react-scripts": "5.0.1",
"redux": "4.2.0",
"redux": "4.2.1",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.2"
},
Expand Down
13 changes: 2 additions & 11 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5057,7 +5057,7 @@ __metadata:
react-dom: 18.2.0
react-redux: 8.0.5
react-scripts: 5.0.1
redux: 4.2.0
redux: 4.2.1
redux-logger: 3.0.6
redux-thunk: 2.4.2
languageName: unknown
Expand Down Expand Up @@ -10730,16 +10730,7 @@ __metadata:
languageName: node
linkType: hard

"redux@npm:4.2.0":
version: 4.2.0
resolution: "redux@npm:4.2.0"
dependencies:
"@babel/runtime": ^7.9.2
checksum: 75f3955c89b3f18edf5411e5fb482aa2e4f41a416183e8802a6bf6472c4fc3d47675b8b321d147f8af8e0f616436ac507bf5a25f1c4d6180e797b549c7db2c1d
languageName: node
linkType: hard

"redux@npm:^4.0.0":
"redux@npm:4.2.1, redux@npm:^4.0.0":
version: 4.2.1
resolution: "redux@npm:4.2.1"
dependencies:
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,54 +59,54 @@
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@manypkg/cli": "0.19.2",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@manypkg/cli": "0.20.0",
"@preconstruct/cli": "2.3.0",
"@types/jest": "29.2.6",
"@types/jest": "29.4.0",
"@types/lodash": "4.14.191",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"@types/node": "18.14.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"babel-eslint": "10.1.0",
"babel-jest": "29.3.1",
"babel-jest": "29.4.3",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-dynamic-import": "2.1.0",
"check-node-version": "4.2.1",
"codecov": "3.8.3",
"colors": "1.4.0",
"core-js": "3.27.2",
"core-js": "3.28.0",
"cross-env": "7.0.3",
"eslint": "8.32.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-xo": "0.43.1",
"eslint-config-xo-react": "0.27.0",
"eslint-config-xo-typescript": "0.55.1",
"eslint-config-xo-typescript": "0.56.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-testing-library": "5.9.1",
"eslint-plugin-testing-library": "5.10.2",
"husky": "8.0.3",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-localstorage-mock": "2.4.26",
"lint-staged": "13.1.0",
"lint-staged": "13.1.2",
"pinst": "3.0.0",
"prettier": "2.8.3",
"prettier": "2.8.4",
"raf": "3.4.1",
"regenerator-runtime": "0.13.11",
"rimraf": "3.0.2",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"tslib": "2.4.1",
"typescript": "4.9.4"
"tslib": "2.5.0",
"typescript": "4.9.5"
},
"resolutions": {
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10"
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11"
},
"keywords": [
"react",
Expand All @@ -120,7 +120,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@3.4.1",
"preconstruct": {
"packages": [
"demo",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"peerDependencies": {
"typescript": "4.x"
Expand Down
2 changes: 2 additions & 0 deletions packages/combine-adapters/src/adapter/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class CombineAdapters implements TCombinedAdapterInterface {
this.#adapters.map(async (adapter) => {
const adapterArgsForAdapter = adapterArgs[adapter.id];

// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
return adapter.configure(adapterArgsForAdapter, {
onFlagsStateChange: adapterEventHandlers.onFlagsStateChange,
onStatusStateChange: () => undefined,
Expand Down Expand Up @@ -188,6 +189,7 @@ class CombineAdapters implements TCombinedAdapterInterface {
this.#adapters.map(async (adapter) => {
const adapterArgsForAdapter = adapterArgs[adapter.id];

// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
return adapter.reconfigure(adapterArgsForAdapter, {
onFlagsStateChange: adapterEventHandlers.onFlagsStateChange,
onStatusStateChange: () => undefined,
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"cypress": "12.3.0"
"cypress": "12.6.0"
},
"peerDependencies": {
"cypress": "4.x || 5.x || 6.x || 7.x || 8.x || 9.x || 10.x || 11.x || 12.x"
Expand Down
5 changes: 4 additions & 1 deletion packages/graphql-adapter/src/adapter/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,10 @@ class GraphQlAdapter implements TGraphQlAdapterInterface {

if (cachedFlags) {
this.#adapterState.flags = cachedFlags;
this.#adapterState.emitter.emit('flagsStateChange', cachedFlags);
this.#adapterState.emitter.emit(
'flagsStateChange',
cachedFlags as TFlags
);
}
}

Expand Down
5 changes: 4 additions & 1 deletion packages/http-adapter/src/adapter/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@ class HttpAdapter implements THttpAdapterInterface {

if (cachedFlags) {
this.#adapterState.flags = cachedFlags;
this.#adapterState.emitter.emit('flagsStateChange', cachedFlags);
this.#adapterState.emitter.emit(
'flagsStateChange',
cachedFlags as TFlags
);
}
}

Expand Down
4 changes: 2 additions & 2 deletions packages/react-broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@flopflip/memory-adapter": "12.5.5",
"@flopflip/test-utils": "*",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"redux": "4.2.0"
"redux": "4.2.1"
},
"dependencies": {
"@babel/runtime": "7.20.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"@flopflip/test-utils": "*",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"jest-runner-eslint": "1.1.0",
"jest-watch-typeahead": "2.2.1",
"jest-watch-typeahead": "2.2.2",
"jest-watch-yarn-workspaces": "1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"launchdarkly-js-client-sdk": "2.24.2"
},
"devDependencies": {
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"peerDependencies": {
"typescript": "4.x"
Expand Down
Loading

0 comments on commit 340bd76

Please sign in to comment.