neural-compressor
neural-compressor copied to clipboard
Bump node-fetch and react in /neural_coder/extensions/neural_compressor_ext_lab_alibaba
Bumps node-fetch to 2.6.7 and updates ancestor dependency react. These dependencies need to be updated together.
Updates node-fetch from 1.7.3 to 2.6.7
Release notes
Sourced from node-fetch's releases.
v2.6.7
Security patch release
Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred
What's Changed
- fix: don't forward secure headers to 3th party by
@jimmywartingin node-fetch/node-fetch#1453Full Changelog: https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7
v2.6.6
What's Changed
- fix(URL): prefer built in URL version when available and fallback to whatwg by
@jimmywartingin node-fetch/node-fetch#1352Full Changelog: https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.6
v2.6.2
fixed main path in package.json
v2.6.1
This is an important security release. It is strongly recommended to update as soon as possible.
See CHANGELOG for details.
v2.6.0
See CHANGELOG.
v2.5.0
See CHANGELOG.
v2.4.1
See CHANGELOG.
v2.4.0
See CHANGELOG.
v2.3.0
See CHANGELOG.
v2.2.1
See CHANGELOG.
Version 2.1.2
- Fix: allow
Bodymethods to work on ArrayBuffer-backedBody` objects- Fix: reject promise returned by
Bodymethods when the accumulatedBufferexceeds the maximum size- Fix: support custom
Hostheaders with any casing- Fix: support importing
fetch()from TypeScript inbrowser.js- Fix: handle the redirect response body properly
... (truncated)
Commits
1ef4b56backport of #1449 (#1453)8fe5c4e2.x: Specify encoding as an optional peer dependency in package.json (#1310)f56b0c6fix(URL): prefer built in URL version when available and fallback to whatwg (...b5417aefix: import whatwg-url in a way compatible with ESM Node (#1303)18193c5fix v2.6.3 that did not sending query params (#1301)ace7536fix: properly encode url with unicode characters (#1291)152214cFix(package.json): Corrected main file path in package.json (#1274)b5e2e41update version number2358a6cHonor thesizeoption after following a redirect and revert data uri support8c197f8docs: Fix typos and grammatical errors in README.md (#686)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by endless, a new releaser for node-fetch since your current version.
Updates react from 16.2.0 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. (
@lunaruanin #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. (
@acdlitein #18238)- Revert warning for cross-component updates that happen inside class render lifecycles (
componentWillReceiveProps,shouldComponentUpdate, and so on). (@gaearonin #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 (
@lunaruanin #17864)- Deprecate
React.createFactory()(@trueadmin #17878)React DOM
- Warn when changes in
stylemay cause an unexpected collision (@sophiebitsin #14181, #18002)- Warn when a function component is updated during another component's render phase (
@acdlitein #17099)- Deprecate
unstable_createPortal(@trueadmin #17880)- Fix
onMouseEnterbeing fired on disabled buttons (@AlfredoGJin #17675)- Call
shouldComponentUpdatetwice when developing inStrictMode(@bvaughnin #17942)- Add
versionproperty to ReactDOM (@ealushin #15780)- Don't call
toString()ofdangerouslySetInnerHTML(@sebmarkbagein #17773)- Show component stacks in more warnings (
@gaearonin #17922, #17586)Concurrent Mode (Experimental)
- Warn for problematic usages of
ReactDOM.createRoot()(@trueadmin #17937)- Remove
ReactDOM.createRoot()callback params and added warnings on usage (@bvaughnin #17916)- Don't group Idle/Offscreen work with other work (
@sebmarkbagein #17456)- Adjust
SuspenseListCPU bound heuristic (@sebmarkbagein #17455)- Add missing event plugin priorities (
@trueadmin #17914)- Fix
isPendingonly being true when transitioning from inside an input event (@acdlitein #17382)- Fix
React.memocomponents dropping updates when interrupted by a higher priority update (@acdlitein #18091)- Don't warn when suspending at the wrong priority (
@gaearonin #17971)- Fix a bug with rebasing updates (
@acdliteand@sebmarkbagein #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. (
@lunaruanin #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. (
@acdlitein #18238)- Revert warning for cross-component updates that happen inside class render lifecycles (
componentWillReceiveProps,shouldComponentUpdate, and so on). (@gaearonin #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 (
@lunaruanin #17864)- Deprecate
React.createFactory()(@trueadmin #17878)React DOM
- Warn when changes in
stylemay cause an unexpected collision (@sophiebitsin #14181, #18002)- Warn when a function component is updated during another component's render phase (
@acdlitein #17099)- Deprecate
unstable_createPortal(@trueadmin #17880)- Fix
onMouseEnterbeing fired on disabled buttons (@AlfredoGJin #17675)- Call
shouldComponentUpdatetwice when developing inStrictMode(@bvaughnin #17942)- Add
versionproperty to ReactDOM (@ealushin #15780)- Don't call
toString()ofdangerouslySetInnerHTML(@sebmarkbagein #17773)- Show component stacks in more warnings (
@gaearonin #17922, #17586)Concurrent Mode (Experimental)
- Warn for problematic usages of
ReactDOM.createRoot()(@trueadmin #17937)- Remove
ReactDOM.createRoot()callback params and added warnings on usage (@bvaughnin #17916)- Don't group Idle/Offscreen work with other work (
@sebmarkbagein #17456)- Adjust
SuspenseListCPU bound heuristic (@sebmarkbagein #17455)- Add missing event plugin priorities (
@trueadmin #17914)- Fix
isPendingonly being true when transitioning from inside an input event (@acdlitein #17382)- Fix
React.memocomponents dropping updates when interrupted by a higher priority update (@acdlitein #18091)- Don't warn when suspending at the wrong priority (
@gaearonin #17971)- Fix a bug with rebasing updates (
@acdliteand@sebmarkbagein #17560, #17510, #17483, #17480)16.12.0 (November 14, 2019)
React DOM
React Is
... (truncated)
Commits
c63741foffscreen double invoke effects (#19523)c691734Fixed broken Profiler test (#19894)87c023bProfiler onRender only called when we do work (#19885)81aaee5Don't call onCommit et al if there are no effects (#19863)bc6b7b6Don't trigger lazy in DEV during element creation (#19871)781212aRemove double space in test name (#19762)d17086cDecouple public, internal act implementation (#19745)1f38dcfRemove withSuspenseConfig (#19724)ddd1faaRemove config argument from useTransition (#19719)92fcd46Replace 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.