Skip to content

Commit

Permalink
fix(deps): update all dependencies (#1899)
Browse files Browse the repository at this point in the history
* fix(deps): update all dependencies

* chore: downgrade

* chore: changeset

* chore: node.js v22

* fix: engines

* fix: build matrix

* fix: allow v20 in engines

* chore: downgrade react

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tdeekens <tobias.deekens@commercetools.com>
  • Loading branch information
renovate[bot] and tdeekens committed May 16, 2024
1 parent d4079b3 commit 66a404d
Show file tree
Hide file tree
Showing 18 changed files with 818 additions and 810 deletions.
17 changes: 17 additions & 0 deletions .changeset/lazy-berries-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@flopflip/launchdarkly-adapter": patch
"@flopflip/localstorage-adapter": patch
"@flopflip/adapter-utilities": patch
"@flopflip/combine-adapters": patch
"@flopflip/graphql-adapter": patch
"@flopflip/react-broadcast": patch
"@flopflip/splitio-adapter": patch
"@flopflip/memory-adapter": patch
"@flopflip/http-adapter": patch
"@flopflip/react-redux": patch
"@flopflip/test-utils": patch
"@flopflip/react": patch
"@flopflip/types": patch
---

chore: update all dependencies
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [20.x, 21.x]
node-version: [20.x, 22.x]

steps:
- name: Checkout
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
CI: true

- name: Test (with coverage)
if: startsWith(matrix.node-version, '21')
if: startsWith(matrix.node-version, '22')
run: pnpm test:ci:coverage
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
22
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,66 +29,66 @@
},
"author": "Tobias Deekens <nerd@tdeekens.name>",
"engines": {
"node": ">=10",
"npm": ">=3",
"pnpm": ">=8"
"node": ">=20",
"npm": ">=10",
"pnpm": ">=9"
},
"bugs": {
"url": "https://github.com/tdeekens/flopflip/issues"
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"dependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "7.24.4",
"@babel/eslint-parser": "7.24.1",
"@babel/cli": "7.24.5",
"@babel/core": "7.24.5",
"@babel/eslint-parser": "7.24.5",
"@babel/plugin-external-helpers": "7.24.1",
"@babel/plugin-proposal-export-default-from": "7.24.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-class-properties": "7.24.1",
"@babel/plugin-transform-destructuring": "7.24.1",
"@babel/plugin-transform-destructuring": "7.24.5",
"@babel/plugin-transform-export-namespace-from": "7.24.1",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.1",
"@babel/plugin-transform-object-rest-spread": "7.24.1",
"@babel/plugin-transform-optional-chaining": "7.24.1",
"@babel/plugin-transform-object-rest-spread": "7.24.5",
"@babel/plugin-transform-optional-chaining": "7.24.5",
"@babel/plugin-transform-private-methods": "7.24.1",
"@babel/plugin-transform-private-property-in-object": "7.24.1",
"@babel/plugin-transform-private-property-in-object": "7.24.5",
"@babel/plugin-transform-react-constant-elements": "7.24.1",
"@babel/plugin-transform-regenerator": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@commitlint/cli": "19.2.2",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@manypkg/cli": "0.21.4",
"@preconstruct/cli": "2.8.3",
"@preconstruct/cli": "2.8.4",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@types/lodash": "4.17.1",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"babel-jest": "29.7.0",
"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.37.0",
"core-js": "3.37.1",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-xo": "0.44.0",
"eslint-config-xo": "0.45.0",
"eslint-config-xo-react": "0.27.0",
"eslint-config-xo-typescript": "4.0.0",
"eslint-formatter-pretty": "5.0.0",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-testing-library": "6.2.2",
"husky": "9.0.11",
Expand All @@ -100,7 +100,7 @@
"prettier": "3.2.5",
"raf": "3.4.1",
"regenerator-runtime": "0.14.1",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslib": "2.6.2",
Expand All @@ -115,7 +115,7 @@
"HoC",
"store-enhancer"
],
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.1.1",
"preconstruct": {
"packages": [
"demo",
Expand All @@ -126,8 +126,8 @@
},
"pnpm": {
"overrides": {
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25"
"@types/react": "18.3.2",
"@types/react-dom": "18.2.0"
},
"patchedDependencies": {
"cypress@13.6.4": "patches/cypress@13.6.4.patch"
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"types"
],
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/types": "workspace:*",
"globalthis": "1.0.3",
"globalthis": "1.0.4",
"lodash": "4.17.21"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/combine-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/types": "workspace:*",
"mitt": "3.0.1",
Expand All @@ -38,6 +38,6 @@
"devDependencies": {
"@flopflip/localstorage-adapter": "workspace:*",
"@flopflip/memory-adapter": "workspace:*",
"globalthis": "1.0.3"
"globalthis": "1.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/graphql-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/cache": "workspace:*",
"@flopflip/localstorage-cache": "workspace:*",
Expand All @@ -40,6 +40,6 @@
"tiny-warning": "1.0.3"
},
"devDependencies": {
"globalthis": "1.0.3"
"globalthis": "1.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/http-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/cache": "workspace:*",
"@flopflip/localstorage-cache": "workspace:*",
Expand All @@ -40,6 +40,6 @@
"tiny-warning": "1.0.3"
},
"devDependencies": {
"globalthis": "1.0.3"
"globalthis": "1.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/launchdarkly-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"globalthis": "1.0.3"
"globalthis": "1.0.4"
},
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/cache": "workspace:*",
"@flopflip/localstorage-cache": "workspace:*",
"@flopflip/sessionstorage-cache": "workspace:*",
"@flopflip/types": "workspace:*",
"debounce-fn": "4.0.0",
"launchdarkly-js-client-sdk": "3.2.0",
"launchdarkly-js-client-sdk": "3.3.0",
"lodash": "4.17.21",
"mitt": "3.0.1",
"tiny-warning": "1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/localstorage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/localstorage-cache": "workspace:*",
"@flopflip/types": "workspace:*",
Expand All @@ -38,6 +38,6 @@
"tiny-warning": "1.0.3"
},
"devDependencies": {
"globalthis": "1.0.3"
"globalthis": "1.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/memory-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/types": "workspace:*",
"mitt": "3.0.1",
"tiny-warning": "1.0.3"
},
"devDependencies": {
"globalthis": "1.0.3"
"globalthis": "1.0.4"
}
}
8 changes: 4 additions & 4 deletions packages/react-broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@flopflip/localstorage-adapter": "workspace:*",
"@flopflip/memory-adapter": "workspace:*",
"@flopflip/test-utils": "workspace:*",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@types/react": "18.3.2",
"@types/react-dom": "18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -41,10 +41,10 @@
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/react": "workspace:*",
"@flopflip/types": "workspace:*",
"use-sync-external-store": "1.2.0"
"use-sync-external-store": "1.2.2"
},
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"redux": "4.2.1"
},
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/react": "workspace:*",
"@flopflip/types": "workspace:*",
"@types/react": "18.2.75",
"@types/react": "18.3.2",
"@types/react-redux": "7.1.33"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 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": "workspace:*",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@types/react": "18.3.2",
"@types/react-dom": "18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -38,7 +38,7 @@
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/cache": "workspace:*",
"@flopflip/types": "workspace:*",
"@types/react-is": "17.0.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/splitio-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"globalthis": "1.0.3"
"globalthis": "1.0.4"
},
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/types": "workspace:*",
"@splitsoftware/splitio": "10.25.2",
"@splitsoftware/splitio": "10.26.0",
"lodash": "4.17.21",
"ts-deepmerge": "7.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"types"
],
"dependencies": {
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@flopflip/memory-adapter": "workspace:*",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"jest-runner-eslint": "2.2.0",
"jest-watch-typeahead": "2.2.2",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"types"
],
"dependencies": {
"launchdarkly-js-client-sdk": "3.2.0"
"launchdarkly-js-client-sdk": "3.3.0"
},
"devDependencies": {
"@types/react": "18.2.75",
"@types/react": "18.3.2",
"typescript": "5.4.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 66a404d

Please sign in to comment.