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 react-native-device-info from 8.1.3 to 9.0.2 #4595

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps react-native-device-info from 8.1.3 to 9.0.2.

Release notes

Sourced from react-native-device-info's releases.

v9.0.2

9.0.2 (2022-06-04)

Bug Fixes

  • example, windows: Define an explicit 10.0 in example project to use latest windows 10 sdk (#1424) (92c4db6), closes #1288

v9.0.1

9.0.1 (2022-06-04)

Bug Fixes

v9.0.0

9.0.0 (2022-06-02)

  • fix(windows)!: Misc cleanup to windows. Support only RNW63 and newer. (#1419) (3bd6f88), closes #1419

BREAKING CHANGES

  • needs react-native-windows 0.63+ and MSVC build tools v142+ (Visual Studio 2019+), drop arm32

v8.7.1

8.7.1 (2022-04-30)

Bug Fixes

  • windows: addListener/removeListeners native stubs to quiet warnings (#1408) (55166b4), closes #1288

v8.7.0

8.7.0 (2022-03-29)

Features

v8.6.0

8.6.0 (2022-03-28)

Features

... (truncated)

Changelog

Sourced from react-native-device-info's changelog.

9.0.2 (2022-06-04)

Bug Fixes

  • example, windows: Define an explicit 10.0 in example project to use latest windows 10 sdk (#1424) (92c4db6), closes #1288

9.0.1 (2022-06-04)

Bug Fixes

9.0.0 (2022-06-02)

  • fix(windows)!: Misc cleanup to windows. Support only RNW63 and newer. (#1419) (3bd6f88), closes #1419

BREAKING CHANGES

  • needs react-native-windows 0.63+ and MSVC build tools v142+ (Visual Studio 2019+), drop arm32

8.7.1 (2022-04-30)

Bug Fixes

  • windows: addListener/removeListeners native stubs to quiet warnings (#1408) (55166b4), closes #1288

8.7.0 (2022-03-29)

Features

8.6.0 (2022-03-28)

Features

8.5.1 (2022-03-21)

Bug Fixes

... (truncated)

Commits
  • cd24443 chore(release): 9.0.2 [skip ci]
  • 92c4db6 fix(example, windows): Define an explicit 10.0 in example project to use late...
  • 8cae48e docs: fix accidental README movement
  • df72a99 chore(release): 9.0.1 [skip ci]
  • 77dcf2c fix(web): Illegal invocation from getBattery call (#1333)
  • 39d85a9 docs: extend the getVersion documentation (#1412)
  • 9356f2e build(deps): bump semver-regex from 3.1.3 to 3.1.4 (#1423)
  • 8d7df90 chore(release): 9.0.0 [skip ci]
  • 3bd6f88 fix(windows)!: Misc cleanup to windows. Support only RNW63 and newer. (#1419)
  • e2d3ad2 build(deps): bump npm from 8.5.3 to 8.12.0 (#1422)
  • Additional commits viewable in compare view

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-native-device-info](https://github.com/react-native-device-info/react-native-device-info) from 8.1.3 to 9.0.2.
- [Release notes](https://github.com/react-native-device-info/react-native-device-info/releases)
- [Changelog](https://github.com/react-native-device-info/react-native-device-info/blob/master/CHANGELOG.md)
- [Commits](react-native-device-info/react-native-device-info@v8.1.3...v9.0.2)

---
updated-dependencies:
- dependency-name: react-native-device-info
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 27, 2022 09:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2022
Copy link
Member

@andreahaku andreahaku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did some test and checked changelog for breaking changes and everything LGTM

@andreahaku andreahaku added the needs-qa Any New Features that needs a full manual QA prior to being added to a release. label Jul 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2022

A newer version of react-native-device-info exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@cortisiko cortisiko added QA in Progress QA has started on the feature. and removed needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels Aug 12, 2022
Copy link
Member

@cortisiko cortisiko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a light regression on this PR. Everything looks kosher 🌮 🌮

@cortisiko cortisiko added QA Passed A successful QA run through has been done and removed QA in Progress QA has started on the feature. labels Aug 12, 2022
@cortisiko cortisiko merged commit a92a049 into main Aug 12, 2022
@cortisiko cortisiko deleted the dependabot/npm_and_yarn/react-native-device-info-9.0.2 branch August 12, 2022 20:41
@github-actions github-actions bot locked and limited conversation to collaborators Aug 12, 2022
@cortisiko cortisiko added the release-5.7.0 PRs for release 5.7.0 label Aug 12, 2022
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 QA Passed A successful QA run through has been done release-5.7.0 PRs for release 5.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants