BabylonReactNative
BabylonReactNative copied to clipboard
Bump shell-quote, @react-native-community/cli and react-native-windows in /Apps/Playground/0.64
Bumps shell-quote, @react-native-community/cli and react-native-windows. These dependencies needed to be updated together.
Updates shell-quote from 1.6.1 to 1.7.3
Release notes
Sourced from shell-quote's releases.
v1.7.2
- Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2)
v1.7.1
v1.7.0
- Add support for parsing
>>and>&redirection operators. (@forivallin #16)- Add support for parsing
<(process substitution operator. (@cuonglmin #15)v1.6.3
v1.6.2
Changelog
Sourced from shell-quote's changelog.
1.7.3
- Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the quoting rules. (CVE-2021-42740)
1.7.2
- Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2)
1.7.1
1.7.0
- Add support for parsing
>>and>&redirection operators. (@forivallin #16)- Add support for parsing
<(process substitution operator. (@cuonglmin #15)1.6.3
1.6.2
Commits
6a8a8991.7.35799416fix for security issue with windows drive letter regexc7de931Add security.md414853fUpdate readme.markdown (#43)0fc4a97use Github Actions (#42)89a19931.7.2df7e4c7add test for #37144e1c2revert windows path unescaping, fixes #37c24f3aaci: nvs does not have iojsc2950fb1.7.1- Additional commits viewable in compare view
Updates @react-native-community/cli from 5.0.1 to 8.0.5
Release notes
Sourced from @react-native-community/cli's releases.
v7.0.2
Fixes
- Web Debugging and Other Websocket Endpoints with Metro 0.67 (#1560) by
@NickGerleman
Changelog
Sourced from @react-native-community/cli's changelog.
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
8.0.0-alpha.3 (2022-04-22)
Note: Version bump only for package
@react-native-community/cli8.0.0-alpha.2 (2022-04-22)
Note: Version bump only for package
@react-native-community/cli8.0.0-alpha.1 (2022-04-22)
Note: Version bump only for package
@react-native-community/cli
Commits
Updates react-native-windows from 0.64.1 to 0.69.4
Release notes
Sourced from react-native-windows's releases.
React Native Windows 0.69.4
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
- 65915583 Import WinUI package only if OverrideWinUIPackage is not set to "true" (#10267) ([email protected])
- c10b6eee Make double-conversion FP conversions be locale-invariant ([email protected])
- c10b6eee Bump
@react-native-windows/clito v0.69.2 (beachball)React Native Windows 0.69.3
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
- 6d93bccb CG updates for 6/28/22 ([email protected])
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
- a0c6fa13 Enable Blob module with runtime option ([email protected])
- 85a3a87c Stop using /fp:strict to build yoga.cpp ([email protected])
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/clito 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-windowsandreact-nativeitself 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-native0.69 has been upgraded toreact18. 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-windowsignoring a cache when autolinking windows modules, repeating disk readsDebuggability
- [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
... (truncated)
Changelog
Sourced from react-native-windows's changelog.
0.69.4
Mon, 25 Jul 2022 15:12:46 GMT
Patches
- Import WinUI package only if OverrideWinUIPackage is not set to "true" (#10267) ([email protected])
- Make double-conversion FP conversions be locale-invariant ([email protected])
- Bump
@react-native-windows/clito v0.69.20.69.3
Mon, 18 Jul 2022 15:10:22 GMT
Patches
- CG updates for 6/28/22 ([email protected])
0.69.2
Mon, 11 Jul 2022 15:10:20 GMT
Patches
- Enable Blob module with runtime option ([email protected])
- Stop using /fp:strict to build yoga.cpp ([email protected])
0.69.1
Mon, 04 Jul 2022 15:11:49 GMT
Patches
- Bump
@react-native-windows/clito v0.69.10.69.0
Mon, 27 Jun 2022 15:09:49 GMT
Patches
- Enable Blob module with runtime option ([email protected])
- Integrate 0.69.0 ([email protected])
- Stop using /fp:strict to build yoga.cpp ([email protected])
- Bump
@react-native-windows/clito v0.69.0- Bump
@react-native-windows/virtualized-listto v0.69.0- Bump
@react-native-windows/codegento v0.69.00.69.0-preview.7
... (truncated)
Commits
0010ec7applying package updates NO_CIc10b6ee[0.69] Fix floating point conversions in non en-US locales (#10288)6591558[0.69] Import WinUI package only if OverrideWinUIPackage is not true (#10273)5bf71e9applying package updates NO_CI6d93bcc[0.69] CG updates for 6/28/22 (#10216)b4d7befapplying package updates NO_CIb9e66ab[0.69] Fix Color Customization Bug During High Contrast Mode (#10251)fc76646applying package updates NO_CI97deec4applying package updates NO_CI34b26bbIntegrate RN 0.69.0 and Promote to Latest (#10186)- 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.
Here are the build results Assembled-iOSAndroid0.65 Assembled-Windows0.65 Artifacts will only be retained for 90 days.
Here are the build results Assembled-iOSAndroid0.65 Assembled-iOSAndroid0.69 Assembled-Windows0.65 Assembled-Windows0.69 Artifacts will only be retained for 90 days.
Here are the build results Assembled-iOSAndroid0.65 Assembled-iOSAndroid0.69 Assembled-Windows0.65 Assembled-Windows0.69 Artifacts will only be retained for 90 days.
Looks like these dependencies are updatable in another way, so this is no longer needed.