Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

chore(deps): bump react-frame-component from 4.1.1 to 5.1.0 #22

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 24, 2021

Bumps react-frame-component from 4.1.1 to 5.1.0.

Release notes

Sourced from react-frame-component's releases.

5.1.0

Adds new useFrame hook for access to iframes window and document host objects without the need for the context render prop pattern.

  • useFrame hook (#190) 12e4cb3
import { useFrame } from 'react-frame-component';
function Foo (props) {
const { window, document } = useFrame();
/* rest of the component */
}

ryanseddon/react-frame-component@v5.0.1...v5.1.0

5.0.1

Adds index.ts file to declare module for Typescript

  • add declare module (#129) 1bba891
  • Bump hosted-git-info from 2.1.5 to 2.8.9 (#187) b133def
  • Bump ua-parser-js from 0.7.12 to 0.7.28 (#186) 25d5b8f
  • Bump sockjs from 0.3.18 to 0.3.21 (#184) 1678466

ryanseddon/react-frame-component@v5.0.0...v5.0.1

Switch from doc.write to srcDoc

This is a breaking change

This library now uses srcDoc which means no support for IE11 in v5 if you need IE11 support you can continue to use v4.1.3.

srcDoc is also async vs doc.write being sync, this will mostly go unnoticed in most use cases. However if you're relying on this library in unit tests you may need to convert those test to async aware tests. This means you'll need to use the done callback in most unit test frameworks.

Why the change?

document.write is now bad practice for performance reasons and will be flagged accordingly in various web perf testing tools, srcDoc is a viable alternative without the perf downsides.

Commits

  • Switch karma to use chrome canary (#183) efea53c
  • Fix doc.write violation by using srcDoc (#124) 5d690fe
  • Trigger on pull_request 2dc373d
  • Bump ini from 1.3.4 to 1.3.7 (#179) 016c84c
  • Remove travis ci 958496b
  • Setup ci action 2e3e014
  • funding 931304d

ryanseddon/react-frame-component@v4.1.3...v5.0.0

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [react-frame-component](https://github.com/ryanseddon/react-frame-component) from 4.1.1 to 5.1.0.
- [Release notes](https://github.com/ryanseddon/react-frame-component/releases)
- [Commits](ryanseddon/react-frame-component@v4.1.1...v5.1.0)

---
updated-dependencies:
- dependency-name: react-frame-component
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
0 participants