Skip to content

Commit daa0eda

Browse files
Bump react-native-windows from 0.68.25 to 0.68.26 (#2460)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.68.25 to 0.68.26. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/react-native-windows/releases">react-native-windows's releases</a>.</em></p> <blockquote> <h2>React Native Windows 0.68.26</h2> <p>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 <a href="https://github.com/microsoft/react-native-windows/releases/tag/react-native-windows_v0.68.0">release notes for React Native Windows 0.68.0</a>.</p> <h3>New changes</h3> <ul> <li>33121c5f Fix compiler issue for older versions of C++/WinRT (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/10278">#10278</a>) (<a href="mailto:[email protected]">[email protected]</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.68.26/vnext/CHANGELOG.md">react-native-windows's changelog</a>.</em></p> <blockquote> <h2>0.68.26</h2> <p>Mon, 26 Dec 2022 16:09:55 GMT</p> <h3>Patches</h3> <ul> <li>Fix compiler issue for older versions of C++/WinRT (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/10278">#10278</a>) (<a href="mailto:[email protected]">[email protected]</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/react-native-windows/commit/366919220397125247faaa5cb814747938ed1cdb"><code>3669192</code></a> applying package updates <em><strong>NO_CI</strong></em></li> <li><a href="https://github.com/microsoft/react-native-windows/commit/33121c5f486bbb0762c79f7a6180fb8e0409c60c"><code>33121c5</code></a> [0.68] Fix compiler issue for older versions of C++/WinRT (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/11030">#11030</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.68.26/vnext">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-windows&package-manager=npm_and_yarn&previous-version=0.68.25&new-version=0.68.26)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
1 parent 683f9f6 commit daa0eda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12344,9 +12344,9 @@ react-native-test-app@^2.0.2:
1234412344
yargs "^16.0.0"
1234512345

1234612346
react-native-windows@^0.68.0:
12347-
version "0.68.25"
12348-
resolved "https://registry.yarnpkg.com/react-native-windows/-/react-native-windows-0.68.25.tgz#46708f26f87015197b6f096472df1f1f12b94094"
12349-
integrity sha512-ySvk9tExWr2tMmE3nOMy87Bciekd1XgowSmN1XELEO3FltjgSFoTlCKxjs/qkK0bi4r1dNMyRiCaY6GzmSLOOQ==
12347+
version "0.68.26"
12348+
resolved "https://registry.yarnpkg.com/react-native-windows/-/react-native-windows-0.68.26.tgz#4900b03ab3545d061044c55da68a7501ebaa8153"
12349+
integrity sha512-61G2IQ/dXgN9mhvCRR2PXoipKQzcIBNA92TGhslo2NrDqXtzoU4R/MFNqRlCBDGhcHLTYdSGaEGoYekbUKIHrQ==
1235012350
dependencies:
1235112351
"@babel/runtime" "^7.0.0"
1235212352
"@jest/create-cache-key-function" "^27.0.1"

0 commit comments

Comments
 (0)