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

build(deps): bump the dependencies-minor group with 2 updates #1391

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the dependencies-minor group with 2 updates: react and react-dom.

Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

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
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

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 react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

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
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

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
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

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


You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the build label Aug 19, 2024
@cdcabrera cdcabrera added the build:hold Not really blocked. Either updates were just released or local validation required label Aug 19, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch 2 times, most recently from 22fbf85 to 91c082a Compare August 19, 2024 15:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch 3 times, most recently from 9235525 to 6b4d44c Compare August 30, 2024 00:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch from 6b4d44c to 667b583 Compare September 3, 2024 22:15
@cdcabrera cdcabrera self-requested a review as a code owner September 4, 2024 14:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch 2 times, most recently from 7a86daf to 87466ec Compare September 9, 2024 14:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch from 87466ec to f2f5153 Compare September 9, 2024 15:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch 4 times, most recently from 36c8b41 to e1d7d88 Compare September 16, 2024 16:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch from e1d7d88 to 12f7a56 Compare September 23, 2024 12:10
@cdcabrera cdcabrera force-pushed the main branch 2 times, most recently from 08c3518 to 0554de3 Compare September 25, 2024 14:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch 2 times, most recently from 404a72a to d7e476f Compare October 7, 2024 11:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch 2 times, most recently from 8405811 to 48e2f6f Compare October 21, 2024 11:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch from 48e2f6f to 94d31ea Compare October 28, 2024 11:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch from 94d31ea to 52bb5ff Compare November 4, 2024 11:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch from 52bb5ff to 8347395 Compare November 11, 2024 11:20
@cdcabrera
Copy link
Member

@dependabot rebase

@cdcabrera cdcabrera removed the build:hold Not really blocked. Either updates were just released or local validation required label Nov 13, 2024
Bumps the dependencies-minor group with 2 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


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/v18.3.1/packages/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/v18.3.1/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch from 8347395 to 411b423 Compare November 13, 2024 15:34
@cdcabrera cdcabrera merged commit a895e96 into main Nov 13, 2024
9 of 11 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dependencies-minor-c8dc5b2b27 branch November 13, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant