Skip to content

Commit 433a993

Browse files
Bump Polyfill from 3.0.0 to 5.2.2 (#1788)
Bumps [Polyfill](https://github.com/SimonCropp/Polyfill) from 3.0.0 to 5.2.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SimonCropp/Polyfill/commit/525af2edba45fd469c8e8a72e2bb0cd8695cf4e1"><code>525af2e</code></a> add missing net8 check for targets warning (<a href="https://redirect.github.com/SimonCropp/Polyfill/issues/181">#181</a>)</li> <li><a href="https://github.com/SimonCropp/Polyfill/commit/0a5f88572fb17de4172a06651a054baab4de5739"><code>0a5f885</code></a> fix links</li> <li><a href="https://github.com/SimonCropp/Polyfill/commit/9aaad6c1946975c2c5995a1db851e0cf4b671f9d"><code>9aaad6c</code></a> revert array range support (<a href="https://redirect.github.com/SimonCropp/Polyfill/issues/180">#180</a>)</li> <li><a href="https://github.com/SimonCropp/Polyfill/commit/aad58f925a8b8a8e779f5584e4c3ee277299946f"><code>aad58f9</code></a> cleanup</li> <li><a href="https://github.com/SimonCropp/Polyfill/commit/8579ddf555db11b35a92066a42f578600d0a59df"><code>8579ddf</code></a> cleanup</li> <li><a href="https://github.com/SimonCropp/Polyfill/commit/fc351a2b0b844eec3197631ed19edd45271a688a"><code>fc351a2</code></a> Update Directory.Build.props</li> <li><a href="https://github.com/SimonCropp/Polyfill/commit/0f557424ce4ce0efb932c84b0ab1c214b230100e"><code>0f55742</code></a> docs</li> <li><a href="https://github.com/SimonCropp/Polyfill/commit/6a2d57dea9eddb62630f5be8f76a9f13db0ea8d6"><code>6a2d57d</code></a> redirect InitializeArray</li> <li><a href="https://github.com/SimonCropp/Polyfill/commit/5b90ff1a28c2de379755e26f6cd9cffd4b2c18db"><code>5b90ff1</code></a> Add array range support (<a href="https://redirect.github.com/SimonCropp/Polyfill/issues/179">#179</a>)</li> <li><a href="https://github.com/SimonCropp/Polyfill/commit/200b1384928c7f8eafc2582b2fc69f597285e25d"><code>200b138</code></a> Update global.json</li> <li>Additional commits viewable in <a href="https://github.com/SimonCropp/Polyfill/compare/3.0.0...5.2.2">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=3.0.0&new-version=5.2.2)](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>
1 parent 839039a commit 433a993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQL.Server.SourceGenerators/GraphQL.Server.SourceGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Polyfill" Version="3.0.0">
21+
<PackageReference Include="Polyfill" Version="5.2.2">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)