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 node-fetch, styled-components, next, react, react-dom, react-event-listener and create-react-class in /webui #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Removes node-fetch. It's no longer used after updating ancestor dependencies node-fetch, styled-components, next, react, react-dom, react-event-listener and create-react-class. These dependencies need to be updated together.

Removes node-fetch

Updates styled-components from 2.4.1 to 5.3.6

Release notes

Sourced from styled-components's releases.

v5.3.6

What's Changed

Deprecations

  • $as and $forwardedAs will be removed in the next major version, use the unprefixed props instead

New Contributors

Full Changelog: styled-components/styled-components@v5.3.5...v5.3.6

v5.3.5

Add statement of solidarity against the war on Ukraine 🇺🇦

v5.3.3

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v5.3.1...v5.3.3

v5.3.1

  • Fix forced server-side mode not triggering global styles (See #3566)

  • Fix SSR collisions caused by insufficient hash inputs and reordering of groups on the client, which is a regression in v5.2.0 (See #3563)

  • Fix dynamic creation React warning for React v18, backported to v5 by @​lynndylanhurley (See #3564)

  • Add missing typeof window check when checking for duplicate instances of styled-components (See #3553)

  • Prevent ServerStyleSheet from emitting empty style tags, which would cause issues in IE11 (See #3555)

  • Support css tagged templates inside style objects, by @​roginfarrer and @​dvingo (See #3469)

v5.3.0

  • Pass elementToBeCreated as a third parameter to shouldForwardProp so that the user-specified function can decide whether to pass through props based on whether the created element will be a tag or another component. (see #3436)

  • Fix React Native components accepts function as style prop. (see #3389)

v5.2.3

fix an issue with an unguarded window accessor in a SSR path ([see #3446](styled-components/styled-components#3446))

v5.2.2

  • For React Native based components, pass testID down to the native component if specified for an easier time testing. (see #3365)

... (truncated)

Commits

Updates next from 3.2.3 to 13.1.6

Release notes

Sourced from next's releases.

v13.1.6

Core Changes

  • Add debug info to static bailout message: #45192
  • Fix dynamic no ssr with babel transform: #45091
  • Fix React.lazy preloading during SSR: #45160
  • Fix error overlay links in parenthesis: #45155
  • Add build time error if error.js is missing "use client": #44961
  • Show component stack in error overlay on hydration error: #45089
  • Reduce component stack spacing for components without metadata: #45218
  • Revert "Revert "Revert "Revert "Initial support for metadata (#44729)"" (#45113)"": #45196
  • Update handling of autoscrolling on navigation in app: #43845
  • perf: avoid sync re-renders when using next/link and next/image: #45165
  • Support metadata icons field: #45105
  • Add editor links to RSC build error: #45179
  • misc: change strategy for link prefetch test: #45234
  • Add handling for app/pages manifest race condition: #45244
  • Update transform exports and tests: #45251
  • Attach exports information in SWC transforms: #45261
  • Update app cache handling in development: #45248
  • TS plugin: warn about amp config in app: #45254
  • Fix typo in TS plugin: #45279
  • Allow metadata related exports in TS plugin: #45282
  • build(cargo): update turbopack to turbopack-230125.1: #45283
  • [edge] improve fetch stack traces in edge runtime: #44750
  • Move router reducer to separate file: #45236
  • add next.config.js options currently supported by turbopack: #45309
  • Update debug logs for app cache: #45291
  • Improved pnpm clean: #45312
  • Fix:Manage Firefox and Safari Network error message: #44929
  • build(cargo): update turbopack to turbopack-230126.1: #45322
  • add pageExtensions as a supported turbopack option: #45321
  • Ensure we warn for middleware with next export: #45288
  • Add unit test for shouldHardNavigate: #45303
  • Add unit test for redirect.ts: #45223
  • Add test for fillCacheWithNewSubTreeData: #45298
  • Add test for isNavigatingToNewRootLayout: #45305
  • Remove unused optimistic tree parameters: #45264
  • Ensure invalidateCacheBelowFlightSegmentPath file name is in line with the rest: #45299
  • Resolve metadata fields: #45237
  • Add turbopack route resolve handling: #45314
  • Remove extra .ts from test file: #45328
  • Add test for createOptimisticTree: #45330
  • Clean up resolved todos: #45332
  • add turbopackLoaders to config validation: #45337

Documentation Changes

  • Update example test file name in cypress example: #45146
  • chore: fix invalid-new-link error typo: #45157

... (truncated)

Commits
Maintainer changes

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


Updates react from 15.6.2 to 18.2.0

Release notes

Sourced from react's releases.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

  • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
  • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

ESLint Plugin: React Hooks

Use Subscription

  • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)

18.0.0 (March 29, 2022)

... (truncated)

Changelog

Sourced from react's changelog.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

  • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
  • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

ESLint Plugin: React Hooks

Use Subscription

  • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)

... (truncated)

Commits
Maintainer changes

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


Updates react-dom from 15.6.2 to 18.2.0

Release notes

Sourced from react-dom's releases.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

  • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
  • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

ESLint Plugin: React Hooks

Use Subscription

  • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)

18.0.0 (March 29, 2022)

... (truncated)

Changelog

Sourced from react-dom's changelog.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

  • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
  • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

ESLint Plugin: React Hooks

Use Subscription

  • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)

... (truncated)

Commits
Maintainer changes

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


Updates react-event-listener from 0.5.10 to 0.6.6

Release notes

Sourced from react-event-listener's releases.

v0.6.6

  • [core] Match Material-UI strategy

v0.6.5

v0.6.4

v0.6.3

  • [core] Upgrade Babel 7.0.0-rc.1 (#92)

v0.6.2

v0.6.1

  • [core] Upgrade warning dependency (#84)

v0.6.0

  • [core] React 16.3.0 support (#83)
Commits

Updates create-react-class from 15.6.2 to 15.7.0

Release notes

Sourced from create-react-class's releases.

15.7.0 (October 14, 2020)

React

Changelog

Sourced from create-react-class's changelog.

15.7.0 (October 14, 2020)

React

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 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.

…nt-listener and create-react-class

Removes [node-fetch](https://github.com/node-fetch/node-fetch). It's no longer used after updating ancestor dependencies [node-fetch](https://github.com/node-fetch/node-fetch), [styled-components](https://github.com/styled-components/styled-components), [next](https://github.com/vercel/next.js), [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom), [react-event-listener](https://github.com/oliviertassinari/react-event-listener) and [create-react-class](https://github.com/facebook/react). These dependencies need to be updated together.


Removes `node-fetch`

Updates `styled-components` from 2.4.1 to 5.3.6
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Changelog](https://github.com/styled-components/styled-components/blob/main/CHANGELOG.md)
- [Commits](styled-components/styled-components@2.4.1...v5.3.6)

Updates `next` from 3.2.3 to 13.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@3.2.3...v13.1.6)

Updates `react` from 15.6.2 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 15.6.2 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 `react-event-listener` from 0.5.10 to 0.6.6
- [Release notes](https://github.com/oliviertassinari/react-event-listener/releases)
- [Changelog](https://github.com/oliviertassinari/react-event-listener/blob/master/CHANGELOG.md)
- [Commits](oliviertassinari/react-event-listener@v0.5.10...v0.6.6)

Updates `create-react-class` from 15.6.2 to 15.7.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](facebook/react@v15.6.2...v15.7.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- dependency-name: styled-components
  dependency-type: direct:production
- dependency-name: next
  dependency-type: direct:production
- dependency-name: react
  dependency-type: direct:production
- dependency-name: react-dom
  dependency-type: direct:production
- dependency-name: react-event-listener
  dependency-type: direct:production
- dependency-name: create-react-class
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants