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 monorepo with types #1014

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.3.3 -> 18.3.18 age adoption passing confidence
react-big-calendar 1.12.2 -> 1.17.1 age adoption passing confidence
react-bootstrap (source) 2.10.2 -> 2.10.9 age adoption passing confidence
react-chartjs-2 5.2.0 -> 5.3.0 age adoption passing confidence
react-datetime 3.2.0 -> 3.3.1 age adoption passing confidence
react-image-gallery 1.3.0 -> 1.4.0 age adoption passing confidence
react-router (source) 6.23.1 -> 6.29.0 age adoption passing confidence
react-router-dom (source) 6.23.1 -> 6.29.0 age adoption passing confidence
react-select (source) 5.8.0 -> 5.10.0 age adoption passing confidence
react-slick (source) 0.30.2 -> 0.30.3 age adoption passing confidence
react-syntax-highlighter 15.5.0 -> 15.6.1 age adoption passing confidence

Release Notes

jquense/react-big-calendar (react-big-calendar)

v1.17.1

Compare Source

Bug Fixes

v1.17.0

Compare Source

Features

1.16.3 (2024-11-26)

Bug Fixes
  • update doc type of onDropFromOutside function signature (5438fb5)

1.16.2 (2024-11-25)

Bug Fixes

1.16.1 (2024-11-25)

Bug Fixes

v1.16.3

Compare Source

Bug Fixes
  • update doc type of onDropFromOutside function signature (5438fb5)

v1.16.2

Compare Source

Bug Fixes

v1.16.1

Compare Source

Bug Fixes

v1.16.0

Compare Source

Features

v1.15.0

Compare Source

Features

1.14.1 (2024-09-16)

Bug Fixes

v1.14.1

Compare Source

Bug Fixes

v1.14.0

Compare Source

Features

1.13.4 (2024-08-23)

Bug Fixes
  • Update Slack channel invite in README.md (47dadc3)
  • Update Slack channel invite link in README-ar.md (de8dd0f)

1.13.3 (2024-08-19)

Bug Fixes
  • Sass warning on latest version (d5b6b87)

1.13.2 (2024-08-06)

Bug Fixes

1.13.1 (2024-07-12)

Bug Fixes

v1.13.4

Compare Source

Bug Fixes
  • Update Slack channel invite in README.md (47dadc3)
  • Update Slack channel invite link in README-ar.md (de8dd0f)

v1.13.3

Compare Source

Bug Fixes
  • Sass warning on latest version (d5b6b87)

v1.13.2

Compare Source

Bug Fixes

v1.13.1

Compare Source

Bug Fixes

v1.13.0

Compare Source

Features

1.12.2 (2024-05-14)

Bug Fixes

1.12.1 (2024-04-30)

Bug Fixes
react-bootstrap/react-bootstrap (react-bootstrap)

v2.10.9

Compare Source

Bug Fixes

v2.10.8

Compare Source

Bug Fixes

v2.10.7

Compare Source

Bug Fixes

v2.10.6

Compare Source

Bug Fixes

v2.10.5

Compare Source

Bug Fixes

v2.10.4

Compare Source

Bug Fixes

v2.10.3

Compare Source

Bug Fixes
reactchartjs/react-chartjs-2 (react-chartjs-2)

v5.3.0

Compare Source

Features
Bug Fixes
arqex/react-datetime (react-datetime)

v3.3.1

Compare Source

  • Restores compatibility with React ^16.5.0

v3.3.0

Compare Source

  • Adds support for React 19
xiaolin/react-image-gallery (react-image-gallery)

v1.4.0: React 19 and esm support

Compare Source

Release:

#​813

remix-run/react-router (react-router)

v6.29.0: v6.29.0

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6290

v6.28.2: v6.28.2

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6282

v6.28.1: v6.28.1

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6281

v6.28.0

Compare Source

Minor Changes
    • Log deprecation warnings for v7 flags (#​11750)
    • Add deprecation warnings to json/defer in favor of returning raw objects
      • These methods will be removed in React Router v7
Patch Changes

v6.27.0: v6.27.0

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6270

v6.26.2

Compare Source

Patch Changes

v6.26.1

Compare Source

v6.26.0

Compare Source

Minor Changes
  • Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#​11811)
Patch Changes
  • Fix initial hydration behavior when using future.v7_partialHydration along with unstable_patchRoutesOnMiss (#​11838)
    • During initial hydration, router.state.matches will now include any partial matches so that we can render ancestor HydrateFallback components
  • Updated dependencies:

v6.25.1: v6.25.1

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6251

v6.25.0

Compare Source

Minor Changes
  • Stabilize future.unstable_skipActionErrorRevalidation as future.v7_skipActionErrorRevalidation (#​11769)

    • When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a Response with a 4xx/5xx status code
    • You may still opt-into revalidation via shouldRevalidate
    • This also changes shouldRevalidate's unstable_actionStatus parameter to actionStatus
Patch Changes
  • Fix regression and properly decode paths inside useMatch so matches/params reflect decoded params (#​11789)
  • Updated dependencies:

v6.24.1

Compare Source

Patch Changes
  • When using future.v7_relativeSplatPath, properly resolve relative paths in splat routes that are children of pathless routes (#​11633)
  • Updated dependencies:

v6.24.0

Compare Source

Minor Changes
Patch Changes
remix-run/react-router (react-router-dom)

v6.29.0

Compare Source

v6.28.2

Compare Source

v6.28.1

Compare Source

v6.28.0

Compare Source

Minor Changes
    • Log deprecation warnings for v7 flags (#​11750)
    • Add deprecation warnings to json/defer in favor of returning raw objects
      • These methods will be removed in React Router v7
Patch Changes

v6.27.0

Compare Source

v6.26.2

Compare Source

v6.26.1

Compare Source

v6.26.0

Compare Source

Minor Changes
  • Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#​11811)
Patch Changes
  • Fix initial hydration behavior when using future.v7_partialHydration along with unstable_patchRoutesOnMiss (#​11838)
    • During initial hydration, router.state.matches will now include any partial matches so that we can render ancestor HydrateFallback components
  • Updated dependencies:

v6.25.1

Compare Source

Patch Changes

v6.25.0

Compare Source

Minor Changes
  • Stabilize future.unstable_skipActionErrorRevalidation as future.v7_skipActionErrorRevalidation (#​11769)

    • When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a Response with a 4xx/5xx status code
    • You may still opt-into revalidation via shouldRevalidate
    • This also changes shouldRevalidate's unstable_actionStatus parameter to actionStatus
Patch Changes

v6.24.1

Compare Source

Patch Changes

v6.24.0

Compare Source

Minor Changes
Patch Changes
  • Fix fetcher.submit types - remove incorrect navigate/fetcherKey/unstable_viewTransition options because they are only relevant for useSubmit (#​11631)
  • Allow falsy location.state values passed to <StaticRouter> (#​11495)
  • Updated dependencies:
JedWatson/react-select (react-select)

v5.10.0

Compare Source

Minor Changes

v5.9.0

Compare Source

Minor Changes

v5.8.3

Compare Source

Patch Changes

v5.8.2

Compare Source

Patch Changes

v5.8.1

Compare Source

akiran/react-slick (react-slick)

v0.30.3

Compare Source

Merged #​2408 and #​2366 PRs

react-syntax-highlighter/react-syntax-highlighter (react-syntax-highlighter)

v15.6.1

Compare Source

  • Fix: Allow override of display: styles when wrapLongLines is true

v15.6.0

Compare Source

  • Fix: #​561 Fix bug with wrapLines that butchers highlighting
  • Docs: #​559 Adding languages
  • Feat: #​555 Add Vue language support
  • Feat: #​534 Add a11yOneLight theme

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch from aefe3a2 to 968cfd1 Compare June 20, 2024 02:00
@renovate renovate bot changed the title Update dependency react-big-calendar to v1.13.0 Update react monorepo with types Jun 20, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 2 times, most recently from ce56836 to e16ed20 Compare June 30, 2024 04:53
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch from e16ed20 to ed0cfcf Compare July 3, 2024 12:47
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 3 times, most recently from 23cc4a3 to f39e4ee Compare July 17, 2024 17:29
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 5 times, most recently from aec812f to 9141233 Compare August 1, 2024 14:08
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch from 9141233 to f95aa3a Compare August 6, 2024 19:05
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 3 times, most recently from ec988c6 to 88427bf Compare August 20, 2024 22:42
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 2 times, most recently from 069baf1 to 52344f7 Compare August 30, 2024 13:08
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 4 times, most recently from f885dd7 to b493feb Compare September 16, 2024 14:37
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 3 times, most recently from b6f668e to c22ab9f Compare September 19, 2024 19:39
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 4 times, most recently from df66db1 to 567c028 Compare October 1, 2024 15:26
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch from a448bd4 to 150e047 Compare October 26, 2024 04:32
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 2 times, most recently from 6a01eb2 to 50c50c2 Compare November 9, 2024 16:47
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 4 times, most recently from 45db568 to 5e2f841 Compare November 26, 2024 14:08
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 4 times, most recently from add1603 to 381979e Compare December 11, 2024 04:48
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 7 times, most recently from 338e66b to b2c580f Compare December 17, 2024 12:57
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 3 times, most recently from ba8fa83 to 45932bd Compare December 20, 2024 23:08
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch from 45932bd to c77dbe4 Compare January 1, 2025 13:41
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 2 times, most recently from 827ad37 to 1b9b42a Compare January 21, 2025 02:05
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch 3 times, most recently from 17692ea to 6101cd6 Compare January 30, 2025 20:31
@renovate renovate bot force-pushed the renovate/react-monorepo-with-types branch from 6101cd6 to 78acf0b Compare February 11, 2025 10:01
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