BabylonReactNative icon indicating copy to clipboard operation
BabylonReactNative copied to clipboard

Bump shell-quote, @react-native-community/cli and react-native-windows in /Apps/Playground/0.64

Open dependabot[bot] opened this issue 3 years ago • 3 comments
trafficstars

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

  • Fix $ being removed when not part of an environment variable name. (@​Adman in #32)

v1.7.0

  • Add support for parsing >> and >& redirection operators. (@​forivall in #16)
  • Add support for parsing <( process substitution operator. (@​cuonglm in #15)

v1.6.3

  • Fix Windows path quoting problems. (@​dy in #34)

v1.6.2

  • Remove dependencies in favour of native methods. (@​zertosh in #21)
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

  • Fix $ being removed when not part of an environment variable name. (@​Adman in #32)

1.7.0

  • Add support for parsing >> and >& redirection operators. (@​forivall in #16)
  • Add support for parsing <( process substitution operator. (@​cuonglm in #15)

1.6.3

  • Fix Windows path quoting problems. (@​dy in #34)

1.6.2

  • Remove dependencies in favour of native methods. (@​zertosh in #21)
Commits

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

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/cli

8.0.0-alpha.2 (2022-04-22)

Note: Version bump only for package @​react-native-community/cli

8.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/cli to 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

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

... (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/cli to v0.69.2

0.69.3

Mon, 18 Jul 2022 15:10:22 GMT

Patches

0.69.2

Mon, 11 Jul 2022 15:10:20 GMT

Patches

0.69.1

Mon, 04 Jul 2022 15:11:49 GMT

Patches

  • Bump @​react-native-windows/cli to v0.69.1

0.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/cli to v0.69.0
  • Bump @​react-native-windows/virtualized-list to v0.69.0
  • Bump @​react-native-windows/codegen to v0.69.0

0.69.0-preview.7

... (truncated)

Commits
  • 0010ec7 applying package updates NO_CI
  • c10b6ee [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)
  • 5bf71e9 applying package updates NO_CI
  • 6d93bcc [0.69] CG updates for 6/28/22 (#10216)
  • b4d7bef applying package updates NO_CI
  • b9e66ab [0.69] Fix Color Customization Bug During High Contrast Mode (#10251)
  • fc76646 applying package updates NO_CI
  • 97deec4 applying package updates NO_CI
  • 34b26bb Integrate 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 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.

dependabot[bot] avatar Aug 02 '22 23:08 dependabot[bot]

Here are the build results Assembled-iOSAndroid0.65 Assembled-Windows0.65 Artifacts will only be retained for 90 days.

github-actions[bot] avatar Aug 03 '22 01:08 github-actions[bot]

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.

github-actions[bot] avatar Aug 09 '22 14:08 github-actions[bot]

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.

github-actions[bot] avatar Aug 10 '22 11:08 github-actions[bot]

Looks like these dependencies are updatable in another way, so this is no longer needed.

dependabot[bot] avatar Sep 08 '22 19:09 dependabot[bot]