Update dependency apple/swift-syntax to v603.0.2#1882
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
2534ec6 to
6eee900
Compare
5c41cc2 to
15de302
Compare
4a995f4 to
837c025
Compare
38e17cb to
91bedc7
Compare
4c15cd4 to
b1b246e
Compare
e2e611e to
07f0ef9
Compare
0f6a9e6 to
c23f4b2
Compare
40f4c3a to
adb7fae
Compare
7f4fd60 to
845dbff
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
from: "603.0.0"→from: "603.0.2"from: "602.0.0"→from: "603.0.2"from: "601.0.1"→from: "603.0.2"from: "600.0.1"→from: "603.0.2"from: "510.0.3"→from: "603.0.2"from: "509.1.1"→from: "603.0.2"from: "508.0.1"→from: "603.0.2"Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apple/swift-syntax (apple/swift-syntax)
v603.0.2Compare Source
API Behavior Changes
SwiftSyntaxMacrosTestSupportnow supports Swift Testing in addition to XCTestassertMacroExpansion()from a Swift Testing test will record failures as test issues automatically.SwiftSyntaxMacrosTestSupportwith XCTest continue to work unchanged, but you can convert such tests to Swift Testing if desired.swift-testingpackage, rather than using a built-in copy of theTestingmodule, you may encounter build or runtime issues. This is a known limitation of using a non-built-in distribution of Swift Testing; the Distributions documentation covers this topic in detail. There are two ways to resolve this: (1) remove the dependency on theswift-testingpackage and switch to using a built-in copy, as the documentation recommends; or (2) importSwiftSyntaxMacrosGenericTestSupportinstead ofSwiftSyntaxMacrosTestSupportand supply your ownfailureHandler:closure that callsIssue.record()explicitly. (The latter works correctly even when using a package dependency.)Full Changelog: swiftlang/swift-syntax@603.0.1...603.0.2
v603.0.1Compare Source
What's Changed
Full Changelog: swiftlang/swift-syntax@603.0.0...603.0.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.