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

Bump the react group with 13 updates #608

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps the react group with 13 updates:

Package From To
@tanstack/react-query 4.10.3 5.32.0
@tanstack/react-query-devtools 4.11.0 5.32.0
react 18.2.0 18.3.1
@types/react 18.2.47 18.3.0
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.23 18.3.0
react-hook-form 7.45.1 7.51.3
react-leaflet 4.2.0 4.2.1
react-leaflet-draw 0.20.1 0.20.4
react-markdown 9.0.0 9.0.1
react-moment 1.1.2 1.1.3
react-router 6.21.1 6.23.0
react-router-dom 6.21.1 6.23.0

Updates @tanstack/react-query from 4.10.3 to 5.32.0

Release notes

Sourced from @​tanstack/react-query's releases.

v5.32.0

Version 5.32.0 - 4/23/2024, 7:31 AM

Changes

Feat

  • core: make observers on Query a public property (#7326) (e3240f02) by Dominik Dorfmeister

Chore

  • docs: fix prettier (f025a7c2) by Dominik Dorfmeister

Docs

  • fix pages breaking due to diff in markdown (#7321) (b92fb043) by @​KushagraMehta
  • fix broken internal links in the query docs (#7247) (8fa82653) by fuko

Packages

  • @​tanstack/query-core@​5.32.0
  • @​tanstack/query-broadcast-client-experimental@​5.32.0
  • @​tanstack/query-persist-client-core@​5.32.0
  • @​tanstack/query-sync-storage-persister@​5.32.0
  • @​tanstack/react-query@​5.32.0
  • @​tanstack/react-query-devtools@​5.32.0
  • @​tanstack/react-query-persist-client@​5.32.0
  • @​tanstack/react-query-next-experimental@​5.32.0
  • @​tanstack/solid-query@​5.32.0
  • @​tanstack/solid-query-devtools@​5.32.0
  • @​tanstack/solid-query-persist-client@​5.32.0
  • @​tanstack/svelte-query@​5.32.0
  • @​tanstack/svelte-query-devtools@​5.32.0
  • @​tanstack/svelte-query-persist-client@​5.32.0
  • @​tanstack/vue-query@​5.32.0
  • @​tanstack/vue-query-devtools@​5.32.0
  • @​tanstack/angular-query-experimental@​5.32.0
  • @​tanstack/query-async-storage-persister@​5.32.0
  • @​tanstack/angular-query-devtools-experimental@​5.32.0

v5.31.0

Version 5.31.0 - 4/22/2024, 6:41 AM

Changes

Feat

  • scoped mutations (#7312) (24f1d45c) by Dominik Dorfmeister

Packages

... (truncated)

Commits
  • 2ffd9fb release: v5.32.0
  • 5b6c67f release: v5.31.0
  • 24f1d45 feat: scoped mutations (#7312)
  • 5ace1bc release: v5.29.2
  • 03048e3 fix(react-query): reorder query function declarations (#7260)
  • 3fa5323 types(react-query): rename useSuspenseQueries, useQueries internal type name ...
  • 51dea30 release: v5.29.0
  • 3c31124 feat(core): memoize result of combine (#7233)
  • 0a2b1ba release: v5.28.14
  • f585bfe fix(react-query): useSuspenseQueries type not compatible with queryOption (#7...
  • Additional commits viewable in compare view

Updates @tanstack/react-query-devtools from 4.11.0 to 5.32.0

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

v5.32.0

Version 5.32.0 - 4/23/2024, 7:31 AM

Changes

Feat

  • core: make observers on Query a public property (#7326) (e3240f02) by Dominik Dorfmeister

Chore

  • docs: fix prettier (f025a7c2) by Dominik Dorfmeister

Docs

  • fix pages breaking due to diff in markdown (#7321) (b92fb043) by @​KushagraMehta
  • fix broken internal links in the query docs (#7247) (8fa82653) by fuko

Packages

  • @​tanstack/query-core@​5.32.0
  • @​tanstack/query-broadcast-client-experimental@​5.32.0
  • @​tanstack/query-persist-client-core@​5.32.0
  • @​tanstack/query-sync-storage-persister@​5.32.0
  • @​tanstack/react-query@​5.32.0
  • @​tanstack/react-query-devtools@​5.32.0
  • @​tanstack/react-query-persist-client@​5.32.0
  • @​tanstack/react-query-next-experimental@​5.32.0
  • @​tanstack/solid-query@​5.32.0
  • @​tanstack/solid-query-devtools@​5.32.0
  • @​tanstack/solid-query-persist-client@​5.32.0
  • @​tanstack/svelte-query@​5.32.0
  • @​tanstack/svelte-query-devtools@​5.32.0
  • @​tanstack/svelte-query-persist-client@​5.32.0
  • @​tanstack/vue-query@​5.32.0
  • @​tanstack/vue-query-devtools@​5.32.0
  • @​tanstack/angular-query-experimental@​5.32.0
  • @​tanstack/query-async-storage-persister@​5.32.0
  • @​tanstack/angular-query-devtools-experimental@​5.32.0

v5.31.0

Version 5.31.0 - 4/22/2024, 6:41 AM

Changes

Feat

  • scoped mutations (#7312) (24f1d45c) by Dominik Dorfmeister

Packages

... (truncated)

Commits

Updates react from 18.2.0 to 18.3.1

Changelog

Sourced from react's changelog.

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.47 to 18.3.0

Commits

Updates react-dom from 18.2.0 to 18.3.1

Changelog

Sourced from react-dom's changelog.

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates @types/react-dom from 18.2.23 to 18.3.0

Commits

Updates react-hook-form from 7.45.1 to 7.51.3

Release notes

Sourced from react-hook-form's releases.

Version 7.51.3

🐞 fix #11773 regression on dirty check with reset (#11775)

Version 7.51.2

🐞 fix #11719 validation stuck on true state (#11723)

Version 7.51.1

🐛 bug(validatingFields, trigger): handle all fields validation trigger (#11624) 💚 ci: cleanup actions versions (#11629) 🐞 fix #11590 issue with trigger on validatingFields (#11613)

thanks to @​Moshyfawn

Version 7.51.0

💬 add isValidating and validatingFields to field state (#10657)

const { formState: { validatingFields } } = useForm({ mode: 'onBlur' });

⌨️ chore: replace ts-ignore with ts-expect-error (#11573) 🧗‍♂️ chore: update lib dev deps (#11548) 💅 related #11541 improve dirty check when undefined provided with reset api 😾 fix #11514 issue under strict mode reset invoke twice reset mounted field names with keepDirtyValues (#11546) 🤡 fix flush root render hack (#11521) 🧽 chore: removed unused utils and resp. test cases (#11476) 🐞 close #11503 issue dirty field update with async validation (#11509)

Revert "🔧 fix data param in handleSubmit when TTransformedValues is a union type (#11420)" Revert "✨ feat(values): priorities values over defaultvalues (#11399)" (#11545)

❤️ Thanks to @​deepgolani4, @​pbankonier and @​deepgolani4 ❤️ Thank you principal.com for your contribution

Version v7.50.1

🥲 Regression: Revert "⌨️ fix #10734 watch and useWatch without parameters return type (#11359)"

Versions 7.50.0

🔧 fix data param in handleSubmit when TTransformedValues is a union type (#11420) 👷 build(Engines): remove pnpm dependency (#11425) 🐞 fixes #11386 get new dirtyFields when reset keeping defaults and dirty values (#11401) 🏷️ improve CustomElement type (#11309) 💫 feat(useForm): leave formState flags in a consistent state when throwing in handleSubmit onValid (#11214) ⌨️ fix: change DeepPartial to account for object union types & unknown (#11385) ✨ feat(values): priorities values over defaultvalues (#11399) 🐞 close #11246 skip root validation on action when mode and revalidate mode is onSubmit (#11395) 💩 fix #11322 trigger extra re-render with useWatch plus shouldUnregister (#11394) ⌨️ fix #10734 watch and useWatch without parameters return type (#11359) 🧑‍✈️ fix #11281 issue with upgrade node version (#11392) 🐞 fix #11368 keep form state mounted when keeping values (#11384)

... (truncated)

Commits

Updates react-leaflet from 4.2.0 to 4.2.1

Release notes

Sourced from react-leaflet's releases.

v4.2.1

Fixed bounds update in ImageOverlay ([PR #1063](PaulLeCam/react-leaflet#1063) by hwonyo)

Changelog

Sourced from react-leaflet's changelog.

v4.2.1 (2023-02-28)

Fixed bounds update in ImageOverlay ([PR #1063](PaulLeCam/react-leaflet#1063) by hwonyo)

Commits

Updates react-leaflet-draw from 0.20.1 to 0.20.4

Commits

Updates react-markdown from 9.0.0 to 9.0.1

Release notes

Sourced from react-markdown's releases.

9.0.1

  • d8e3787 Fix double encoding in new url transform
  • 55d8d83 Refactor docs to use createRoot

Full Changelog: remarkjs/react-markdown@9.0.0...9.0.1

Changelog

Sourced from react-markdown's changelog.

Changelog

All notable changes will be documented in this file.

Commits

Updates react-moment from 1.1.2 to 1.1.3

Commits

Updates react-router from 6.21.1 to 6.23.0

Release notes

Sourced from react-router's releases.

v6.23.0

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

v6.22.3

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

v6.22.2

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

v6.22.1

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

v6.22.0

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

v6.21.3

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

v6.21.2

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

Changelog

Sourced from react-router's changelog.

6.23.0

Minor Changes

  • Add a new unstable_dataStrategy configuration option (#11098)
    • This option allows Data Router applications to take control over the approach for executing route loaders and actions
    • The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.16.0

6.22.3

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.3

6.22.2

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.2

6.22.1

Patch Changes

  • Fix encoding/decoding issues with pre-encoded dynamic parameter values (#11199)
  • Updated dependencies:
    • @remix-run/router@1.15.1

6.22.0

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.0

6.21.3

Patch Changes

  • Remove leftover unstable_ prefix from Blocker/BlockerFunction types (#11187)

6.21.2

... (truncated)

Commits

Updates react-router-dom from 6.21.1 to 6.23.0

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.23.0

Minor Changes

  • Add a new unstable_dataStrategy configuration option (#11098)
    • This option allows Data Router applications to take control over the approach for executing route loaders and actions
    • The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.16.0
    • react-router@6.23.0

6.22.3

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.3
    • react-router@6.22.3

6.22.2

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.2
    • react-router@6.22.2

6.22.1

Patch Changes

  • Updated dependencies:
    • react-router@6.22.1
    • @remix-run/router@1.15.1

6.22.0

Minor Changes

  • Include a window__reactRouterVersion tag for CWV Report detection (#11222)

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.0
    • react-router@6.22.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from 0x46616c6b as a code owner April 26, 2024 19:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 26, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-3705f7ca0b branch from 88e7351 to bcc8455 Compare April 26, 2024 19:50
Copy link

sonarcloud bot commented Apr 26, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-3705f7ca0b branch from bcc8455 to 453dff9 Compare April 26, 2024 19:57
Bumps the react group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `4.10.3` | `5.32.0` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `4.11.0` | `5.32.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.47` | `18.3.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.45.1` | `7.51.3` |
| [react-leaflet](https://github.com/PaulLeCam/react-leaflet) | `4.2.0` | `4.2.1` |
| [react-leaflet-draw](https://github.com/alex3165/react-leaflet-draw) | `0.20.1` | `0.20.4` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `9.0.0` | `9.0.1` |
| [react-moment](https://github.com/headzoo/react-moment) | `1.1.2` | `1.1.3` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `6.21.1` | `6.23.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.21.1` | `6.23.0` |


Updates `@tanstack/react-query` from 4.10.3 to 5.32.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.32.0/packages/react-query)

Updates `@tanstack/react-query-devtools` from 4.11.0 to 5.32.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.32.0/packages/react-query-devtools)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react)

Updates `@types/react` from 18.2.47 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-dom)

Updates `@types/react-dom` from 18.2.23 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-hook-form` from 7.45.1 to 7.51.3
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.45.1...v7.51.3)

Updates `react-leaflet` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/PaulLeCam/react-leaflet/releases)
- [Changelog](https://github.com/PaulLeCam/react-leaflet/blob/master/CHANGELOG.md)
- [Commits](PaulLeCam/react-leaflet@v4.2.0...v4.2.1)

Updates `react-leaflet-draw` from 0.20.1 to 0.20.4
- [Commits](alex3165/react-leaflet-draw@v0.20.1...v0.20.4)

Updates `react-markdown` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@9.0.0...9.0.1)

Updates `react-moment` from 1.1.2 to 1.1.3
- [Commits](headzoo/react-moment@v1.1.2...v1.1.3)

Updates `react-router` from 6.21.1 to 6.23.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@6.23.0/packages/react-router)

Updates `react-router-dom` from 6.21.1 to 6.23.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.23.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: react-leaflet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-leaflet-draw
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-moment
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-3705f7ca0b branch from 453dff9 to 7865d9f Compare April 26, 2024 20:04
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-3705f7ca0b branch April 26, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants