-
Notifications
You must be signed in to change notification settings - Fork 75
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 react, react-dom and @types/react #251
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump react, react-dom and @types/react #251
dependabot
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jul 24, 2022
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
branch
10 times, most recently
from
July 25, 2022 08:21
93c36f7
to
d99294a
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
branch
3 times, most recently
from
August 16, 2022 00:38
05bc283
to
d587374
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
branch
from
August 30, 2022 00:38
d587374
to
b1c5de7
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
branch
2 times, most recently
from
October 19, 2022 00:59
59c9861
to
7ab083d
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
branch
from
November 21, 2022 01:35
7ab083d
to
5580acc
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
branch
from
January 13, 2023 01:36
5580acc
to
6186b6e
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
branch
from
March 24, 2023 01:11
6186b6e
to
139db1f
Compare
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 18.2.0 - [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.2.0/packages/react) Updates `react-dom` from 16.14.0 to 18.2.0 - [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.2.0/packages/react-dom) Updates `@types/react` from 16.14.11 to 18.0.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:development update-type: version-update:semver-major - dependency-name: react-dom dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
branch
from
April 10, 2023 01:23
139db1f
to
a75f9a0
Compare
Hi, when are you going to review and merge this PR, since a lot of devs and companies out there are trying to upgrade to React 18 and your library is not compatible with it yet. |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps react, react-dom and @types/react. These dependencies needed to be updated together.
Updates
react
from 16.14.0 to 18.2.0Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
72b7462
Bump local package.json versions for 18.1 release (#24447)22edb9f
Reactversion
field should match package.json (#24445)4175f05
Temporarily feature flag numeric fallback for symbols (#24401)e8f4a66
Fix import in examplebb49abe
Update some READMEs (#24290)7e3121e
Remove unstable_createMutableSource from experimental build (#24209)34aa5cf
Update local package.jsons for 1872a933d
Gate legacy hidden (#24047)d5f1b06
[ServerContext] Flight support for ServerContext (#23244)1780659
Move createRoot/hydrateRoot to react-dom/client (#23385)Maintainer changes
This version was pushed to npm by gnoff, a new releaser for react since your current version.
Updates
react-dom
from 16.14.0 to 18.2.0Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
b345523
[Fizz] Support abort reasons (#24680)bcbeb52
[Fizz] Disallow complex children in <title> elements (#24679)4f29ba1
support errorInfo in onRecoverableError (#24591)26a5b3c
Explicitly sethighWaterMark
to 0 forReadableStream
(#24641)aec5759
[Fizz] Send errors down to client (#24551)a276638
[Fizz] Improve text separator byte efficiency (#24630)05c34de
[Test] Outer boundary should not report errors from an inner boundary (#24618)82c64e1
Match Preact behavior for boolean props on custom elements (#24541)2c8a145
Fix ignored setState in Safari when iframe is touched (#24459)8197c73
Support document rendering (#24523)Maintainer changes
This version was pushed to npm by gnoff, a new releaser for react-dom since your current version.
Updates
@types/react
from 16.14.11 to 18.0.15Commits
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 ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)