reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
14.01k stars 1.16k forks source link

fix(deps): update all non-major dependencies #1598

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server (source) ^4.9.5 -> ^4.10.0 age adoption passing confidence
@babel/preset-env (source) ^7.23.7 -> ^7.23.8 age adoption passing confidence
@babel/runtime (source) ^7.23.7 -> ^7.23.8 age adoption passing confidence
@testing-library/dom ^9.3.3 -> ^9.3.4 age adoption passing confidence
@testing-library/jest-dom ^6.1.6 -> ^6.2.0 age adoption passing confidence
@types/chrome (source) ^0.0.254 -> ^0.0.256 age adoption passing confidence
@types/node (source) ^20.10.6 -> ^20.10.7 age adoption passing confidence
@types/react (source) ^18.2.46 -> ^18.2.47 age adoption passing confidence
@types/socketcluster-server (source) ^19.0.0 -> ^19.0.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.17.0 -> ^6.18.1 age adoption passing confidence
@typescript-eslint/parser (source) ^6.17.0 -> ^6.18.1 age adoption passing confidence
electron ^27.2.0 -> ^27.2.1 age adoption passing confidence
framer-motion ^10.16.16 -> ^10.17.9 age adoption passing confidence
open ^10.0.2 -> ^10.0.3 age adoption passing confidence
pnpm (source) 8.13.1 -> 8.14.0 age adoption passing confidence
rollup (source) ^4.9.2 -> ^4.9.4 age adoption passing confidence
sqlite3 ^5.1.6 -> ^5.1.7 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server) ### [`v4.10.0`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#4100) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.9.5...@apollo/server@4.10.0) ##### Minor Changes - [#​7786](https://togithub.com/apollographql/apollo-server/pull/7786) [`869ec98`](https://togithub.com/apollographql/apollo-server/commit/869ec980458df3b22dcc2ed128cedc9d3a85c54b) Thanks [@​ganemone](https://togithub.com/ganemone)! - Restore missing v1 `skipValidation` option as `dangerouslyDisableValidation`. Note that enabling this option exposes your server to potential security and unexpected runtime issues. Apollo will not support issues that arise as a result of using this option. - [#​7803](https://togithub.com/apollographql/apollo-server/pull/7803) [`e9a0d6e`](https://togithub.com/apollographql/apollo-server/commit/e9a0d6ed035d1a4f509ce39f0558dc17dfb9ccd0) Thanks [@​favna](https://togithub.com/favna)! - allow `stringifyResult` to return a `Promise` Users who implemented the `stringifyResult` hook can now expect error responses to be formatted with the hook as well. Please take care when updating to this version to ensure this is the desired behavior, or implement the desired behavior accordingly in your `stringifyResult` hook. This was considered a non-breaking change as we consider that it was an oversight in the original PR that introduced `stringifyResult` hook. ##### Patch Changes - [#​7793](https://togithub.com/apollographql/apollo-server/pull/7793) [`9bd7748`](https://togithub.com/apollographql/apollo-server/commit/9bd7748565735e3e01cdce38674dbc7dcc44507b) Thanks [@​bnjjj](https://togithub.com/bnjjj)! - General availability of subscription callback protocol - [#​7799](https://togithub.com/apollographql/apollo-server/pull/7799) [`63dc50f`](https://togithub.com/apollographql/apollo-server/commit/63dc50fc65cd7b4a9df0e1de4ab6d6ee82dbeb5c) Thanks [@​stijnbe](https://togithub.com/stijnbe)! - Fix type of ApolloServerPluginUsageReporting reportTimer - [#​7740](https://togithub.com/apollographql/apollo-server/pull/7740) [`fe68c1b`](https://togithub.com/apollographql/apollo-server/commit/fe68c1b05323931d766a5e081061b70e305ac67e) Thanks [@​barnisanov](https://togithub.com/barnisanov)! - Uninstalled `body-parser` and used `express` built-in `body-parser` functionality instead(mainly the json middleware)
babel/babel (@​babel/preset-env) ### [`v7.23.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7238-2024-01-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.7...v7.23.8) ##### :bug: Bug Fix - `babel-preset-env` - [#​16181](https://togithub.com/babel/babel/pull/16181) fix: `preset-env` throws exception for `export * as x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16201](https://togithub.com/babel/babel/pull/16201) fix: decorator binds `getter/setter` to `ctx.access` for public fields ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16199](https://togithub.com/babel/babel/pull/16199) fix: Class decorator correctly passes return value ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :leftwards_arrow_with_hook: Revert - [#​16202](https://togithub.com/babel/babel/pull/16202) Revert "chore: Update artifact tools ([#​16184](https://togithub.com/babel/babel/issues/16184))" ([@​JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-spread`, `babel-plugin-transform-typescript`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16194](https://togithub.com/babel/babel/pull/16194) Improve output of `super()` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
testing-library/dom-testing-library (@​testing-library/dom) ### [`v9.3.4`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v9.3.4) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v9.3.3...v9.3.4) ##### Bug Fixes - Stop calling `waitFor` callback after timeout ([#​1271](https://togithub.com/testing-library/dom-testing-library/issues/1271)) ([9aaf715](https://togithub.com/testing-library/dom-testing-library/commit/9aaf71524beaeafdf9d8b690a4a78867fa50a5d2))
testing-library/jest-dom (@​testing-library/jest-dom) ### [`v6.2.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.2.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.1.6...v6.2.0) ##### Features - toHaveAccessibleDescription supports aria-description ([#​565](https://togithub.com/testing-library/jest-dom/issues/565)) ([1fb156c](https://togithub.com/testing-library/jest-dom/commit/1fb156c2b544e0069c56a72a2f1909fe04850f6c))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.18.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6181-2024-01-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.18.0...v6.18.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-non-null-assertion] provide valid fix when member access is on next line - **eslint-plugin:** \[no-unnecessary-condition] improve checking optional callee - **eslint-plugin:** \[prefer-readonly] support modifiers of unions and intersections - **eslint-plugin:** \[switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option ##### ❤️ Thank You - auvred - James - Josh Goldberg ✨ - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6180-2024-01-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.17.0...v6.18.0) ##### 🚀 Features - **typescript-estree:** throw on invalid update expressions - **eslint-plugin:** \[no-var-requires, no-require-imports] allow option ##### ❤️ Thank You - auvred - Joshua Chen You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.18.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6181-2024-01-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.18.0...v6.18.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6180-2024-01-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.17.0...v6.18.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
electron/electron (electron) ### [`v27.2.1`](https://togithub.com/electron/electron/releases/tag/v27.2.1): electron v27.2.1 [Compare Source](https://togithub.com/electron/electron/compare/v27.2.0...v27.2.1) ### Release Notes for v27.2.1 #### Fixes - Fixed incorrect title bar shown on frameless transparent windows. [#​40868](https://togithub.com/electron/electron/pull/40868) (Also in [28](https://togithub.com/electron/electron/pull/40867), [29](https://togithub.com/electron/electron/pull/40862)) #### Other Changes - Security: backported fix for CVE-2023-6706. - Security: backported fix for CVE-2023-6705. - Security: backported fix for CVE-2023-6703. - Security: backported fix for [`1505632`](https://togithub.com/electron/electron/commit/1505632). - Security: backported fix for [`1506726`](https://togithub.com/electron/electron/commit/1506726). - Security: backported fix for CVE-2023-6702. - Security: backported fix for CVE-2023-6704. [#​40802](https://togithub.com/electron/electron/pull/40802)
framer/motion (framer-motion) ### [`v10.17.9`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10179-2024-02-05) [Compare Source](https://togithub.com/framer/motion/compare/v10.17.8...v10.17.9) ##### Fixed - Improve error message when trying to animate multiple keyframes via spring. ### [`v10.17.8`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10178-2024-02-05) [Compare Source](https://togithub.com/framer/motion/compare/v10.17.7...v10.17.8) ##### Fixed - Adding `null` safeguard for `useAnimationControls`. ### [`v10.17.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10177-2024-02-05) [Compare Source](https://togithub.com/framer/motion/compare/v10.17.6...v10.17.7) ##### Fixed - Fix touch event filtering for hover gesture. ### [`v10.17.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10176-2024-02-04) [Compare Source](https://togithub.com/framer/motion/compare/v10.17.5...v10.17.6) ##### Fixed - Ensure cancelled WAAPI animations can't finish. ### [`v10.17.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10175-2024-02-04) [Compare Source](https://togithub.com/framer/motion/compare/v10.17.4...v10.17.5) ##### Fixed - Fixing final keyframe when using `repeatType` `"reverse"` and `"mirror"`. - Display warning if scroll `container` is `position: static`. - Adding `amount` to `useInView` dependencies. ### [`v10.17.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10174-2024-02-03) [Compare Source](https://togithub.com/framer/motion/compare/v10.17.3...v10.17.4) ##### Fixed - Ensure keyframe animations don't rerun if all values are the same. ### [`v10.17.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10173-2024-02-03) [Compare Source](https://togithub.com/framer/motion/compare/v10.17.2...v10.17.3) ##### Fixed - Unset gestures correctly animate back to values defined in parent variant. ### [`v10.17.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10172-2024-02-03) [Compare Source](https://togithub.com/framer/motion/compare/v10.17.1...v10.17.2) ##### Fixed - Fixed issues with duration-based springs appearing stuck or snapping. ### [`v10.17.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10171-2024-02-03) [Compare Source](https://togithub.com/framer/motion/compare/v10.17.0...v10.17.1) ##### Fixed - Fixed issue with `dragSnapToOrigin` not continuing animation when interrupted. ### [`v10.17.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10170-2024-02-01) [Compare Source](https://togithub.com/framer/motion/compare/v10.16.16...v10.17.0) ##### Added - Adding `MotionGlobalConfig.skipAnimations` to globally disable animations when testing.
sindresorhus/open (open) ### [`v10.0.3`](https://togithub.com/sindresorhus/open/releases/tag/v10.0.3) [Compare Source](https://togithub.com/sindresorhus/open/compare/v10.0.2...v10.0.3) - Fix `target` option on macOS ([#​332](https://togithub.com/sindresorhus/open/issues/332)) [`b597dec`](https://togithub.com/sindresorhus/open/commit/b597dec)
pnpm/pnpm (pnpm) ### [`v8.14.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.14.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.13.1...v8.14.0) ##### Minor Changes - A new option added for hoisting packages from the workspace. When `hoist-workspace-packages` is set to `true`, packages from the workspace are symlinked to either `/node_modules/.pnpm/node_modules` or to `/node_modules` depending on other hoisting settings (`hoist-pattern` and `public-hoist-pattern`) [#​7451](https://togithub.com/pnpm/pnpm/pull/7451). - The `pnpm dedupe` command now accepts more command line options that the `pnpm install` command also accepts. Example: `pnpm dedupe --store-dir=local-store-dir` ##### Patch Changes - The package information output by cat-index should be sorted by key. - `pnpm deploy` should not touch the target directory if it already exists and isn't empty [#​7351](https://togithub.com/pnpm/pnpm/issues/7351). - `pnpm add a-module-already-in-dev-deps` will show a message to notice the user that the package was not moved to "dependencies" [#​926](https://togithub.com/pnpm/pnpm/issues/926) and fix [#​7319](https://togithub.com/pnpm/pnpm/pull/7319). - Don't install Node.js when use-node-version is set in a WebContainer [#​7478](https://togithub.com/pnpm/pnpm/pull/7478). - Fix copy-on-write on Windows Dev Drives [#​7468](https://togithub.com/pnpm/pnpm/issues/7468). ##### Our Gold Sponsors
##### Our Silver Sponsors
rollup/rollup (rollup) ### [`v4.9.4`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#494) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.9.3...v4.9.4) *2024-01-06* ##### Bug Fixes - Use quotes for keys in namespaces that are only numbers but are not valid integers ([#​5328](https://togithub.com/rollup/rollup/issues/5328)) - Allow to have comments between pure annotations and the annoted node ([#​5332](https://togithub.com/rollup/rollup/issues/5332)) ##### Pull Requests - [#​5328](https://togithub.com/rollup/rollup/pull/5328): Correctly handling number key ([@​LongTengDao](https://togithub.com/LongTengDao)) - [#​5332](https://togithub.com/rollup/rollup/pull/5332): Handle pure annotations that are separated by a comment ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.9.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#493) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.9.2...v4.9.3) *2024-01-05* ##### Bug Fixes - Support `__proto__` as export/import name ([#​5313](https://togithub.com/rollup/rollup/issues/5313)) - Use ESTree AST type over custom type in user-facing types ([#​5323](https://togithub.com/rollup/rollup/issues/5323)) ##### Pull Requests - [#​5313](https://togithub.com/rollup/rollup/pull/5313): Correctly handling **proto** export as module object key ([@​LongTengDao](https://togithub.com/LongTengDao)) - [#​5323](https://togithub.com/rollup/rollup/pull/5323): fix: Add estree.Program type to rollup.d.ts ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5326](https://togithub.com/rollup/rollup/pull/5326): docs: fix grammar ([@​gigabites19](https://togithub.com/gigabites19)) - [#​5329](https://togithub.com/rollup/rollup/pull/5329): chore(deps): update dependency [@​vue/eslint-config-prettier](https://togithub.com/vue/eslint-config-prettier) to v9 ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5330](https://togithub.com/rollup/rollup/pull/5330): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot])
TryGhost/node-sqlite3 (sqlite3) ### [`v5.1.7`](https://togithub.com/TryGhost/node-sqlite3/releases/tag/v5.1.7) [Compare Source](https://togithub.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7) #### What's Changed - Updated bundled SQLite to v3.44.2 by [@​daniellockyer](https://togithub.com/daniellockyer) - Replaced `@mapbox/node-pre-gyp` with `prebuild` + `prebuild-install` (https://github.com/TryGhost/node-sqlite3/commit/605c7f981abbcf980cb44f54abba285de9a69a23) by [@​daniellockyer](https://togithub.com/daniellockyer) - this should fix a lot of bundling issues reported by the community - Improved `RowToJS` performance by removing `Napi::String::New` instantiation by [@​daniellockyer](https://togithub.com/daniellockyer) - Various minor code refactors and improvements (thanks [@​zenon8adams](https://togithub.com/zenon8adams)!) #### New Contributors - [@​zenon8adams](https://togithub.com/zenon8adams) made their first contribution in [https://github.com/TryGhost/node-sqlite3/pull/1701](https://togithub.com/TryGhost/node-sqlite3/pull/1701) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 9 months ago

⚠️ No Changeset found

Latest commit: 8c4fd76603b4cbb660d4ad7623e07d76ee18bb57

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR