Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react dependencies #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react (source) 11.11.1 -> 11.14.0 age adoption passing confidence
@tanstack/react-query (source) 4.29.25 -> 4.36.1 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.29.25 -> 4.36.1 age adoption passing confidence
@testing-library/react 14.0.0 -> 14.3.1 age adoption passing confidence
@types/react (source) 18.2.15 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.2.7 -> 18.3.5 age adoption passing confidence
eslint-plugin-react 7.32.2 -> 7.37.4 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-redux 8.1.1 -> 8.1.3 age adoption passing confidence
react-refresh (source) 0.14.0 -> 0.16.0 age adoption passing confidence
react-router-dom (source) 6.14.1 -> 6.30.0 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/react)

v11.14.0

Compare Source

Minor Changes
  • #​3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes

v11.13.5

Compare Source

Patch Changes

v11.13.3

Compare Source

Patch Changes

v11.13.0

Compare Source

Minor Changes
  • #​3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #​3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

v11.12.0

Compare Source

Minor Changes
  • #​2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.
Patch Changes

v11.11.4

Compare Source

Patch Changes
  • #​3159 5b82631d Thanks @​iegik! - Renamed an internal hasOwnProperty to hasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with Object.freeze(Object.prototype).

v11.11.3

Compare Source

Patch Changes
TanStack/query (@​tanstack/react-query)

v4.36.1

Compare Source

Version 4.36.1 - 10/7/2023, 7:08 AM

Changes

Fix
  • fix release (2b0fc95) by Dominik Dorfmeister

Packages

v4.35.7

Compare Source

Version 4.35.7 - 10/1/2023, 10:15 AM

Changes
Fix
  • hydration: do not alter fetchStatus when hydrating existing queries (#​6088) (a29f1a6) by Dominik Dorfmeister
Chore
  • Update CONTRIBUTING.md (b29824a) by Dominik Dorfmeister
Docs
Packages

v4.35.3

Compare Source

Version 4.35.3 - 9/13/2023, 6:28 AM

Changes
Fix
Docs
Packages

v4.35.0

Compare Source

Version 4.35.0 - 9/7/2023, 8:04 AM

Changes

Feat
Chore
Docs

Packages

v4.33.0

Compare Source

Version 4.33.0 - 8/19/2023, 11:33 AM

Changes
Feat
Chore
Packages

v4.32.6

Compare Source

Version 4.32.6 - 8/5/2023, 6:28 AM

Changes

Fix
  • core: Infinite render loops in react-query v4.29.22 and up (#​5839) (cfd6133) by Łukasz Komoszyński

Packages

v4.32.5

Compare Source

Version 4.32.5 - 8/4/2023, 7:45 AM

Changes

Fix

Packages

v4.32.1

Compare Source

Version 4.32.1 - 8/1/2023, 10:49 AM

Changes

Fix
  • *: Update repository information in package.json (#​5819) (10bf0ee) by Daniel Basilio
Chore
Docs

Packages

v4.32.0

Compare Source

Version 4.32.0 - 7/21/2023, 9:28 AM

Changes

Feat

Packages

v4.30.0

Compare Source

Version 4.30.0 - 7/21/2023, 8:31 AM

Changes

Feat
  • add new function type to notifyOnChangeProps (#​5734) (74f2e28) by Paulo Marcos
Docs

Packages

testing-library/react-testing-library (@​testing-library/react)

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

Features

v14.2.2

Compare Source

Bug Fixes

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.4

Compare Source

Fixed

v7.37.3

Compare Source

Fixed
Changed
  • [Tests] [jsx-no-script-url]: Improve tests (#​3849 @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#​3841 @​bastiendmt)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
  • [no-string-refs]: allow this.refs in > 18.3.0 ([#​3807][] @​henryqdineen)
  • [jsx-no-literals] Add elementOverrides option and the ability to ignore this rule on specific elements (#​3812 @​Pearce-Ropion)
  • [forward-ref-uses-ref]: add rule for checking ref parameter is added ([#​3667][] @​NotWoods)
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed

[


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 4bc5f1c to ea0e393 Compare June 18, 2023 07:10
@renovate renovate bot force-pushed the renovate/react-dependencies branch from ea0e393 to df382c0 Compare June 19, 2023 15:38
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch 2 times, most recently from 8a2d9e7 to 2bf0b2d Compare June 19, 2023 15:38
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 2bf0b2d to b7ec690 Compare June 20, 2023 19:57
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from b7ec690 to 83c6804 Compare June 20, 2023 19:57
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 83c6804 to 7e921c4 Compare June 21, 2023 02:07
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 7e921c4 to c961465 Compare June 21, 2023 02:07
@renovate renovate bot force-pushed the renovate/react-dependencies branch from c961465 to ab16e0e Compare June 23, 2023 22:58
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from ab16e0e to a607b30 Compare June 23, 2023 22:58
@renovate renovate bot force-pushed the renovate/react-dependencies branch from a607b30 to 2291b3d Compare June 25, 2023 16:35
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch 2 times, most recently from 65265ff to f0ab316 Compare June 25, 2023 16:35
@renovate renovate bot force-pushed the renovate/react-dependencies branch from f0ab316 to 665da9e Compare June 27, 2023 07:34
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 665da9e to 2e2fa8d Compare June 27, 2023 07:35
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 2e2fa8d to 06f8e97 Compare June 27, 2023 14:24
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch 2 times, most recently from 05911fa to 520d334 Compare June 27, 2023 14:25
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 520d334 to 8ee0acd Compare June 30, 2023 19:34
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 8ee0acd to 686c269 Compare June 30, 2023 19:34
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 686c269 to 9abefc1 Compare July 12, 2023 19:53
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 9abefc1 to 008e17d Compare July 12, 2023 19:54
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 008e17d to b79b1ba Compare July 13, 2023 18:16
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from b79b1ba to 744abb0 Compare July 13, 2023 18:16
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 744abb0 to a2fa05e Compare July 14, 2023 15:32
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from a2fa05e to a0a7b6d Compare July 14, 2023 15:33
@renovate renovate bot force-pushed the renovate/react-dependencies branch from a0a7b6d to 8f7e854 Compare July 16, 2023 06:57
@github-actions github-actions bot force-pushed the renovate/react-dependencies branch from 8f7e854 to a1d7597 Compare July 16, 2023 06:57
@renovate renovate bot changed the title Update react dependencies Update react dependencies - autoclosed Jul 17, 2023
@renovate renovate bot force-pushed the renovate/react-dependencies branch 3 times, most recently from 475b97f to 2592db9 Compare September 19, 2024 21:18
@renovate renovate bot force-pushed the renovate/react-dependencies branch 3 times, most recently from ccb01ad to 33e1898 Compare September 27, 2024 16:37
@renovate renovate bot force-pushed the renovate/react-dependencies branch 2 times, most recently from 1a73bbd to 95edb41 Compare October 2, 2024 16:52
@renovate renovate bot force-pushed the renovate/react-dependencies branch 2 times, most recently from 4743b88 to 0cffb8e Compare October 11, 2024 18:47
@renovate renovate bot force-pushed the renovate/react-dependencies branch 2 times, most recently from d825d84 to 9e3cc0d Compare October 23, 2024 04:16
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 9e3cc0d to 29ab99d Compare November 7, 2024 00:27
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 29ab99d to 555d326 Compare November 20, 2024 08:16
@renovate renovate bot force-pushed the renovate/react-dependencies branch 7 times, most recently from a9c11da to 154552a Compare December 11, 2024 03:55
@renovate renovate bot force-pushed the renovate/react-dependencies branch 3 times, most recently from 3342957 to 55dbae1 Compare December 20, 2024 22:09
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 55dbae1 to a2d5592 Compare December 24, 2024 05:15
@renovate renovate bot force-pushed the renovate/react-dependencies branch 2 times, most recently from 116efd0 to 9a71e45 Compare January 16, 2025 18:24
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 9a71e45 to 9337d90 Compare January 30, 2025 19:08
@renovate renovate bot force-pushed the renovate/react-dependencies branch from 9337d90 to cbe9e7d Compare February 27, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants