-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Polyfill from 7.13.0 to 7.16.0 #331
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
0cb3074
to
3dfa204
Compare
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
It looks like your streams got crossed. There are lang version changes in this PR again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 7103 lines exceeds the maximum allowed for the inline comments feature.
Bumps [Polyfill](https://github.com/SimonCropp/Polyfill) from 7.13.0 to 7.16.0. - [Commits](SimonCropp/Polyfill@7.13.0...7.16.0) --- updated-dependencies: - dependency-name: Polyfill dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
CS8424 and CS8425 are new
88e0a48
to
06f8368
Compare
Code Climate has analyzed commit 06f8368 and detected 0 issues on this pull request. View more on Code Climate. |
@MattKotsenas this PR has been rebased and is now correct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (1)
- build/targets/compiler/Packages.props: Language not supported
Comments suppressed due to low confidence (1)
src/tools/PerfDiff/Logging/SimpleConsoleLogger.cs:12
- Changing the type of _gate from object to Lock might introduce unintended behavior if Lock is not the intended type for synchronization. Consider reverting to object or ensuring Lock is the correct type.
private readonly Lock _gate = new();
Bumps Polyfill from 7.13.0 to 7.16.0.
Commits
064b3ee
Update Directory.Build.props8b25c2d
Better use of async for FilePolyfills (#296)b383663
Macos (#295)3630dab
Update Directory.Build.props2348ca1
fully qualify TypeForwardedTo (#294)f5fe090
Add FilePolyfill (#293)916dd42
Update PolyfillTests_String.cs1ceea28
Update PathTests.cs2eaec3a
Update OperatingSystemPolyfill.cs45c3227
Update OperatingSystemPolyfill.csDependabot 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 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)