Skip to content

Commit

Permalink
Bump Polyfill from 7.5.0 to 7.7.1 (#287)
Browse files Browse the repository at this point in the history
Bumps [Polyfill](https://github.com/SimonCropp/Polyfill) from 7.5.0 to
7.7.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/a037caae4f2e1e0c723473b0348d9ac1c58e093d"><code>a037caa</code></a>
Merge branch 'main' of <a
href="https://github.com/SimonCropp/Polyfill">https://github.com/SimonCropp/Polyfill</a></li>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/99a7569d2f13f88c023f2bf8c111397bed60e1f7"><code>99a7569</code></a>
Update Directory.Build.props</li>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/2a464c5a436cc26fa8a385b2a07611f182888df3"><code>2a464c5</code></a>
Range is only avaliable in net46 when FeatureValueTuple (<a
href="https://redirect.github.com/SimonCropp/Polyfill/issues/259">#259</a>)</li>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/e78cb61bc44b8e506fed4df181e1e2d4e62833b8"><code>e78cb61</code></a>
Update PolyfillTests_StringBuilder.cs</li>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/7bb5af4ffd1ab163230cfac150ff606ade14a0a6"><code>7bb5af4</code></a>
Update Directory.Packages.props</li>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/e9f09e35e9cada318428230cc71834c059ff1a76"><code>e9f09e3</code></a>
docs</li>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/775731b51cb1017a36a7e9630f90780737641515"><code>775731b</code></a>
cleanup</li>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/fbe6a271f1d4bdcd3e6e565436b07e5d1c335a62"><code>fbe6a27</code></a>
Update Directory.Build.props</li>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/d3a396547e410c773fb9bcc333fa6ecfa8adef5b"><code>d3a3965</code></a>
Add KeyValuePair. (<a
href="https://redirect.github.com/SimonCropp/Polyfill/issues/257">#257</a>)</li>
<li><a
href="https://github.com/SimonCropp/Polyfill/commit/13ea0c28628bfd2a3532af7d8d8984e93af7ab97"><code>13ea0c2</code></a>
Update Directory.Build.props</li>
<li>Additional commits viewable in <a
href="https://github.com/SimonCropp/Polyfill/compare/7.5.0...7.7.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Polyfill&package-manager=nuget&previous-version=7.5.0&new-version=7.7.1)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 9f45905 commit a9e14c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/targets/compiler/Packages.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<ItemGroup>
<PackageVersion Include="Polyfill" Version="7.5.0" />
<PackageVersion Include="Polyfill" Version="7.7.1" />
</ItemGroup>
</Project>

0 comments on commit a9e14c2

Please sign in to comment.