Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps react-native-windows from 0.68.2 to 1.0.0.

Release notes

Sourced from react-native-windows's releases.

React Native Windows 0.69.2

This is patch release of react-native-windows, fixing bugs or adding non-breaking enhancements. To see a summary of changes in this major release, see release notes for React Native Windows 0.69.0.

New changes

React Native Windows 0.69.1

This is patch release of react-native-windows, fixing bugs or adding non-breaking enhancements. To see a summary of changes in this major release, see release notes for React Native Windows 0.69.0.

New changes

  • 92eb073d Bump @​react-native-windows/cli to v0.69.1 (beachball)

React Native Windows 0.69.0

We're excited to release React Native Windows 0.69.0 targeting React Native 0.69. There have been many changes to both react-native-windows and react-native itself and we would love your feedback on anything that doesn't work as expected.

How to upgrade

You can view the changes made to the default new React Native Windows applications for C++ and C# using React Native Upgrade Helper. See this document for more details.

What's new from React Native

  • React 18: react-native 0.69 has been upgraded to react 18. While this includes lots of "out-of-the-box" improvements, if you're sharing your JS code with a react-based web application, you'll want to make sure that you're able to do the upgrade. See the React v18.0 blog post for details.
  • Hermes Distribution: Apps using the "New Architecture" will default to using Hermes as the default JS engine. To support this Hermes will now be bundled with react-native. See Hermes as default engine discussion for details.

For more information on the upcoming RN 0.69, see the Road to 0.69.0 release discussion.

What's new from React Native for Windows

Performance

  • Reduced app boot time by 1 second or more in Debug mode
  • Some libraries used only in uncommon scenarios are now delay-loaded on demand
  • Fixes issue with run-windows ignoring a cache when autolinking windows modules, repeating disk reads

Debuggability

  • [Hermes] Fix issues with debugger connection dropping when reloading the instance
  • [Hermes] Enables collecting information about the state of Hermes when a crash occurs
  • Exposed options for apps to request inline source maps from Metro

Reliability

  • Fixes a crash in unpackaged win32 (XAML island) apps
  • Fixes a crash that could happen when canceling some image loads
  • Fixes a reentrancy issue that could lead to a crash when initializing RN or Hermes from multiple threads
  • Fixes an issue where multiple debug targets would linger when creating new RN instances with Hermes
  • Fixes a crash when hosting some non-RNW content (XAML, Adaptive Cards, etc.) in a RNW app

Accessibility

  • Implemented importantForAccessibility="no-hide-accessibility"
  • Fixes the focusable and accessible property behavior for TextInput

Other

  • Adds support for unpackaged win32 apps carrying embedded resources (JS bundle, image assets, etc.)
  • Enables RNW version checks from IDL for community modules
  • Fixes an issue where right click events were not captured

... (truncated)

Changelog

Sourced from react-native-windows's changelog.

{ "name": "react-native-windows", "entries": [ { "date": "Sat, 16 Jul 2022 05:08:42 GMT", "tag": "react-native-windows_v0.0.0-canary.528", "version": "0.0.0-canary.528", "comments": { "none": [ { "author": "dzndlhov@microsoft.com", "package": "react-native-windows", "commit": "12d83f9f4e9ae094ea59837a23d40bb1681a81c2", "comment": "Map App Window Focus to RN AppState" } ] } }, { "date": "Tue, 12 Jul 2022 05:10:12 GMT", "tag": "react-native-windows_v0.0.0-canary.528", "version": "0.0.0-canary.528", "comments": { "prerelease": [ { "author": "erozell@outlook.com", "package": "react-native-windows", "commit": "e5e02d6046b1906cf154f2eacf8873fdd0afd4d1", "comment": "Explicitly add headers for clang build" }, { "author": "jthysell@microsoft.com", "package": "react-native-windows", "commit": "24b8aafe312aece0f8d3d4049b80f94bc078080b", "comment": "CG: Remove dependency on deprecated hermes-engine package" } ] } }, { "date": "Sat, 09 Jul 2022 05:09:51 GMT", "tag": "react-native-windows_v0.0.0-canary.527", "version": "0.0.0-canary.527", "comments": { "prerelease": [ { "author": "34109996+chiaramooney@users.noreply.github.com", "package": "react-native-windows", "commit": "93ee50236d9187f117c9ea75c0933bb661980b53", "comment": "Fix Text Color in High Contrast"

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 18, 2022
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jul 18, 2022
@coveralls
Copy link

coveralls commented Jul 18, 2022

Pull Request Test Coverage Report for Build 4627996895

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 50.96%

Files with Coverage Reduction New Missed Lines %
desktop/test-utils/src/pathUtils.tsx 2 57.14%
Totals Coverage Status
Change from base Build 4627983087: 0.0%
Covered Lines: 8198
Relevant Lines: 14698

💛 - Coveralls

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch from 89ae1fa to 076d130 Compare July 19, 2022 16:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch from 076d130 to 342f1fa Compare August 2, 2022 12:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch from 342f1fa to b83e6a1 Compare August 26, 2022 15:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch 3 times, most recently from 966676e to b6a07ac Compare October 18, 2022 15:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch from b6a07ac to 982401a Compare October 25, 2022 17:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch from 982401a to 71f7bf1 Compare November 30, 2022 15:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch from 71f7bf1 to 948f188 Compare December 16, 2022 10:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch 6 times, most recently from 780c820 to 9e566df Compare January 18, 2023 15:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch 8 times, most recently from 40a0896 to 7257cdc Compare January 30, 2023 11:37
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch 3 times, most recently from f26cf03 to 1ece509 Compare February 3, 2023 11:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch from b4cb2cc to 3273819 Compare February 22, 2023 17:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch 4 times, most recently from d4e88a1 to 5395950 Compare March 7, 2023 16:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch 5 times, most recently from 4d54b11 to da461b3 Compare March 15, 2023 13:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch 10 times, most recently from 51f0424 to b6f8809 Compare March 23, 2023 13:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch 6 times, most recently from ea0e0c3 to 00771ab Compare March 28, 2023 12:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch 2 times, most recently from f9f0f2a to 65440f2 Compare April 6, 2023 10:33
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.68.2 to 1.0.0.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/main/vnext/CHANGELOG.json)
- [Commits](https://github.com/microsoft/react-native-windows/commits/HEAD/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-windows-1.0.0 branch from 65440f2 to e39057c Compare April 14, 2023 16:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants