wp-safe-edit
wp-safe-edit copied to clipboard
Bump node-fetch, @wordpress/element and react
Removes node-fetch. It's no longer used after updating ancestor dependencies node-fetch, @wordpress/element and react. These dependencies need to be updated together.
Removes node-fetch
Updates @wordpress/element
from 1.0.0-alpha.1 to 1.0.4
Commits
e1811b2
chore(release): publishf5617ac
Element: Improve validation for attribute names in serializer (#8775)f02064f
chore(release): publishe95026c
Framework: Remove deprecations slated for 3.5 removal (#8687)d5c9b4b
Set babel dependencies to fixed version and added core-js2 support (#8586)04961be
chore(release): publishb6ca3c1
Editor: Expose custom class name hook for mobile (#8072)a1bc317
Packages: Standardize description and title of packages (#8165)9b98ec3
Framework: Drop deprecations slated for 3.3 removal (#8082)1a0a3ba
Rich Text: Formalize RichText children value abstraction (#7934)- Additional commits viewable in compare view
Updates react
from 16.4.1 to 16.14.0
Release notes
Sourced from react's releases.
16.14.0 (October 14, 2020)
React
- Add support for the new JSX transform. (
@lunaruan
in #18299)16.13.1 (March 19, 2020)
React DOM
- Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. (
@acdlite
in #18238)- Revert warning for cross-component updates that happen inside class render lifecycles (
componentWillReceiveProps
,shouldComponentUpdate
, and so on). (@gaearon
in #18330)Artifacts
- react: https://unpkg.com/[email protected]/umd/
- react-art: https://unpkg.com/[email protected]/umd/
- react-dom: https://unpkg.com/[email protected]/umd/
- react-is: https://unpkg.com/[email protected]/umd/
- react-test-renderer: https://unpkg.com/[email protected]/umd/
- scheduler: https://unpkg.com/[email protected]/umd/
16.13.0 (February 26, 2020)
React
- Warn when a string ref is used in a manner that's not amenable to a future codemod (
@lunaruan
in #17864)- Deprecate
React.createFactory()
(@trueadm
in #17878)React DOM
- Warn when changes in
style
may cause an unexpected collision (@sophiebits
in #14181, #18002)- Warn when a function component is updated during another component's render phase (
@acdlite
in #17099)- Deprecate
unstable_createPortal
(@trueadm
in #17880)- Fix
onMouseEnter
being fired on disabled buttons (@AlfredoGJ
in #17675)- Call
shouldComponentUpdate
twice when developing inStrictMode
(@bvaughn
in #17942)- Add
version
property to ReactDOM (@ealush
in #15780)- Don't call
toString()
ofdangerouslySetInnerHTML
(@sebmarkbage
in #17773)- Show component stacks in more warnings (
@gaearon
in #17922, #17586)Concurrent Mode (Experimental)
- Warn for problematic usages of
ReactDOM.createRoot()
(@trueadm
in #17937)- Remove
ReactDOM.createRoot()
callback params and added warnings on usage (@bvaughn
in #17916)- Don't group Idle/Offscreen work with other work (
@sebmarkbage
in #17456)- Adjust
SuspenseList
CPU bound heuristic (@sebmarkbage
in #17455)- Add missing event plugin priorities (
@trueadm
in #17914)- Fix
isPending
only being true when transitioning from inside an input event (@acdlite
in #17382)- Fix
React.memo
components dropping updates when interrupted by a higher priority update (@acdlite
in #18091)- Don't warn when suspending at the wrong priority (
@gaearon
in #17971)- Fix a bug with rebasing updates (
@acdlite
and@sebmarkbage
in #17560, #17510, #17483, #17480)Artifacts
... (truncated)
Changelog
Sourced from react's changelog.
16.14.0 (October 14, 2020)
React
- Add support for the new JSX transform. (
@lunaruan
in #18299)16.13.1 (March 19, 2020)
React DOM
- Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. (
@acdlite
in #18238)- Revert warning for cross-component updates that happen inside class render lifecycles (
componentWillReceiveProps
,shouldComponentUpdate
, and so on). (@gaearon
in #18330)16.13.0 (February 26, 2020)
React
- Warn when a string ref is used in a manner that's not amenable to a future codemod (
@lunaruan
in #17864)- Deprecate
React.createFactory()
(@trueadm
in #17878)React DOM
- Warn when changes in
style
may cause an unexpected collision (@sophiebits
in #14181, #18002)- Warn when a function component is updated during another component's render phase (
@acdlite
in #17099)- Deprecate
unstable_createPortal
(@trueadm
in #17880)- Fix
onMouseEnter
being fired on disabled buttons (@AlfredoGJ
in #17675)- Call
shouldComponentUpdate
twice when developing inStrictMode
(@bvaughn
in #17942)- Add
version
property to ReactDOM (@ealush
in #15780)- Don't call
toString()
ofdangerouslySetInnerHTML
(@sebmarkbage
in #17773)- Show component stacks in more warnings (
@gaearon
in #17922, #17586)Concurrent Mode (Experimental)
- Warn for problematic usages of
ReactDOM.createRoot()
(@trueadm
in #17937)- Remove
ReactDOM.createRoot()
callback params and added warnings on usage (@bvaughn
in #17916)- Don't group Idle/Offscreen work with other work (
@sebmarkbage
in #17456)- Adjust
SuspenseList
CPU bound heuristic (@sebmarkbage
in #17455)- Add missing event plugin priorities (
@trueadm
in #17914)- Fix
isPending
only being true when transitioning from inside an input event (@acdlite
in #17382)- Fix
React.memo
components dropping updates when interrupted by a higher priority update (@acdlite
in #18091)- Don't warn when suspending at the wrong priority (
@gaearon
in #17971)- Fix a bug with rebasing updates (
@acdlite
and@sebmarkbage
in #17560, #17510, #17483, #17480)16.12.0 (November 14, 2019)
React DOM
React Is
... (truncated)
Commits
c63741f
offscreen double invoke effects (#19523)c691734
Fixed broken Profiler test (#19894)87c023b
Profiler onRender only called when we do work (#19885)81aaee5
Don't call onCommit et al if there are no effects (#19863)bc6b7b6
Don't trigger lazy in DEV during element creation (#19871)781212a
Remove double space in test name (#19762)d17086c
Decouple public, internal act implementation (#19745)1f38dcf
Remove withSuspenseConfig (#19724)ddd1faa
Remove config argument from useTransition (#19719)92fcd46
Replace SuspenseConfig object with an integer (#19706)- Additional commits viewable in compare view
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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.