Skip to content

Commit

Permalink
Apply scheduled running result
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent 44a70f5 commit 2e40f78
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Outputs/Dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,18 @@
"url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.3.4",
"version" : "1.3.4"
},
{
"body" : "## What's Changed\r\n* Fixed: Point Issue Reporting to xctest-dynamic-overlay repo. https://github.com/pointfreeco/swift-dependencies/pull/251\r\n\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.3.4...1.3.5",
"createdAt" : "2024-07-25T03:43:58+09:00",
"fetchedFromAPIAt" : "2024-07-25T10:00:31+09:00",
"id" : "RE_kwDOIF_Mq84J8_F_",
"owner" : "pointfreeco",
"publishedAt" : "2024-07-25T03:44:31+09:00",
"repository" : "swift-dependencies",
"title" : "1.3.5",
"url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.3.5",
"version" : "1.3.5"
},
{
"body" : "## What's Changed\r\n\r\n* Added: `assert` and `precondition` dependencies, for making Swift assertions testable (https://github.com/pointfreeco/swift-dependencies/pull/213).\r\n* Fixed: `@DependencyClient` now ignores static properties (thanks @rhysm94, https://github.com/pointfreeco/swift-dependencies/pull/196).\r\n* Fixed: Improve runtime warning when no `liveValue` is defined (https://github.com/pointfreeco/swift-dependencies/pull/206).\r\n* Fixed: Address some strict concurrency sendable warnings (https://github.com/pointfreeco/swift-dependencies/pull/207).\r\n* Fixed: Improve `@DependencyEndpoint` failure messages by incorporating the type name (https://github.com/pointfreeco/swift-dependencies/pull/208).\r\n* Fixed: `@DependencyClient` support for the `package` access modifier (thanks @ivanlisovyi, https://github.com/pointfreeco/swift-dependencies/pull/209).\r\n* Fixed: `@DependencyClient` will now automatically ignore `@Dependency` properties via the new `@DependencyEndpointIgnored` marker macro (thanks @freak4pc, https://github.com/pointfreeco/swift-dependencies/pull/212).\r\n* Infrastructure: Fix documentation (thanks @gibachan, https://github.com/pointfreeco/swift-dependencies/pull/198).\r\n\r\n## New Contributors\r\n\r\n* @rhysm94 made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/196\r\n* @gibachan made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/198\r\n* @ivanlisovyi made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/209\r\n* @freak4pc made their first contribution in https://github.com/pointfreeco/swift-dependencies/pull/212\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.2.2...1.3.0",
"createdAt" : "2024-05-08T10:49:57+09:00",
Expand Down
12 changes: 12 additions & 0 deletions Outputs/SDWebImage.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,18 @@
"url" : "https://github.com/SDWebImage/SDWebImage/releases/tag/5.19.0",
"version" : "5.19.0"
},
{
"body" : "",
"createdAt" : "2024-07-24T18:33:33+09:00",
"fetchedFromAPIAt" : "2024-07-25T10:00:31+09:00",
"id" : "RE_kwDOAATIS84J8jHc",
"owner" : "SDWebImage",
"publishedAt" : "2024-07-24T18:43:28+09:00",
"repository" : "SDWebImage",
"title" : "5.19.5",
"url" : "https://github.com/SDWebImage/SDWebImage/releases/tag/5.19.5",
"version" : "5.19.5"
},
{
"body" : "See [all tickets marked for the 5.19.2 release](https://github.com/SDWebImage/SDWebImage/milestone/134)\r\n\r\n### Fixes\r\n- [Important] Fix some performance regression when SDAnimatedImage created with static format like JPEG #3708\r\n- Fix that colorSpaceGetDeviceRGB cache the color space even when active display changed #3712\r\n\r\n### Project\r\n- Added GitHub action to release XCFramework which is self-signed #3711 #3709\r\n- - This is the canonical release of binary framework. Import [certifacate](https://github.com/SDWebImage/SDWebImage/blob/master/Certificate/SDWebImage%20Signing%20Certificate.cer) and verify the [public key](https://github.com/SDWebImage/SDWebImage/blob/master/Certificate/SDWebImage%20Signing%20Certificate.pem) when you download the binary framework from unknown sources to avoid supply chain attack.\r\n- - For Carthage user who build its own SDWebImage binary framwork, you must sign yourself.\r\n- - See more in https://developer.apple.com/documentation/Xcode/verifying-the-origin-of-your-xcframeworks\r\n- Fix CocoaPods resource bundle when using only `SDWebImage/Core`",
"createdAt" : "2024-05-08T19:17:34+09:00",
Expand Down
12 changes: 12 additions & 0 deletions Outputs/Swift OpenAPI URLSession.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,17 @@
"title" : "1.0.1",
"url" : "https://github.com/apple/swift-openapi-urlsession/releases/tag/1.0.1",
"version" : "1.0.1"
},
{
"body" : "<!-- Release notes generated using configuration in .github/release.yml at main -->\r\n\r\n## What's Changed\r\n### SemVer Patch\r\n* Remove unnecessary self keyword by @Nao-RandD in https://github.com/apple/swift-openapi-urlsession/pull/48\r\n* Fix request and response translation by @guoye-zhang in https://github.com/apple/swift-openapi-urlsession/pull/51\r\n### Other Changes\r\n* Update CI to use release 5.10 image by @glbrntt in https://github.com/apple/swift-openapi-urlsession/pull/47\r\n* Change 'unsafeDowncast' to 'as!' by @glbrntt in https://github.com/apple/swift-openapi-urlsession/pull/52\r\n\r\n## New Contributors\r\n* @glbrntt made their first contribution in https://github.com/apple/swift-openapi-urlsession/pull/47\r\n* @Nao-RandD made their first contribution in https://github.com/apple/swift-openapi-urlsession/pull/48\r\n* @guoye-zhang made their first contribution in https://github.com/apple/swift-openapi-urlsession/pull/51\r\n\r\n**Full Changelog**: https://github.com/apple/swift-openapi-urlsession/compare/1.0.1...1.0.2",
"createdAt" : "2024-07-25T04:31:27+09:00",
"fetchedFromAPIAt" : "2024-07-25T10:00:31+09:00",
"id" : "RE_kwDOJZWyrc4JwtD4",
"owner" : "apple",
"publishedAt" : "2024-07-25T04:42:52+09:00",
"repository" : "swift-openapi-urlsession",
"title" : "1.0.2",
"url" : "https://github.com/apple/swift-openapi-urlsession/releases/tag/1.0.2",
"version" : "1.0.2"
}
]
12 changes: 12 additions & 0 deletions Outputs/SwiftSyntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,18 @@
"url" : "https://github.com/swiftlang/swift-syntax/releases/tag/510.0.1",
"version" : "510.0.1"
},
{
"body" : "",
"createdAt" : "2024-07-25T05:12:50+09:00",
"fetchedFromAPIAt" : "2024-07-25T10:00:31+09:00",
"id" : "RE_kwDOCIc4qs4J9IbB",
"owner" : "swiftlang",
"publishedAt" : "2024-07-25T07:11:13+09:00",
"repository" : "swift-syntax",
"title" : "600.0.0-prerelease-2024-07-24",
"url" : "https://github.com/swiftlang/swift-syntax/releases/tag/600.0.0-prerelease-2024-07-24",
"version" : "600.0.0-prerelease-2024-07-24"
},
{
"body" : "Compared to 510.0.1 this release fixes compilation warnings about retroactive conformances when building swift-syntax with a Swift 6 compiler.\r\n\r\nIt also contains the following changes from [510.0.0](https://github.com/apple/swift-syntax/releases/tag/510.0.0).\r\n\r\n## New APIs\r\n\r\n- `SyntaxStringInterpolation.appendInterpolation(_: (some SyntaxProtocol)?)`\r\n - Description: Allows optional syntax nodes to be used inside string interpolation of syntax nodes. If the node is `nil`, nothing will get added to the string interpolation.\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2085\r\n- `SyntaxCollection.index(at:)`\r\n - Description: Returns the index of the n-th element in a `SyntaxCollection`. This computation is in O(n) and `SyntaxCollection` is not subscriptable by an integer.\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2014\r\n- Convenience initializer `ClosureCaptureSyntax.init()`\r\n - Description: Provides a convenience initializer for `ClosureCaptureSyntax` that takes a concrete `name` argument and automatically adds `equal = TokenSyntax.equalToken()` to it.\r\n - Issue: https://github.com/apple/swift-syntax/issues/1984\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2127\r\n- Convenience initializer `EnumCaseParameterSyntax.init()`\r\n - Description: Provides a convenience initializer for `EnumCaseParameterSyntax` that takes a concrete `firstName` value and adds `colon = TokenSyntax.colonToken()` automatically to it.\r\n - Issue: https://github.com/apple/swift-syntax/issues/1984\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2112\r\n\r\n- `DiagnosticSeverity` and `PluginMessage.Diagnostic.Severity` now have new case named `remark`\r\n - Description: Remarks are used by the Swift compiler and other tools to describe some aspect of translation that doesn't reflect correctness, but may be useful for the user. Remarks have been added to the diagnostic severity enums to align with the Swift compiler.\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2143\r\n\r\n## Deprecations\r\n\r\n- Leaf Node Casts\r\n - Description: Syntax nodes that do not act as base nodes for other syntax types have the casting methods marked as deprecated. This prevents unsafe type-casting by issuing deprecation warnings for methods that will always result in failed casts.\r\n - Issue: https://github.com/apple/swift-syntax/issues/2092\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2108\r\n\r\n- Same-Type Casts \r\n - Description: `is`, `as`, and `cast` overloads on `SyntaxProtocol` with same-type conversions are marked as deprecated. The deprecated methods emit a warning indicating the cast will always succeed.\r\n - Issue: https://github.com/apple/swift-syntax/issues/2092\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2108\r\n\r\n- Base Node Casts\r\n - Description: `is`, `as`, and `cast` methods on base node protocols with base-type conversions are marked as deprecated. The deprecated methods emit a warning that informs the developer that the cast will always succeed and should be done using the base node's initializer.\r\n - Issue: https://github.com/apple/swift-syntax/issues/2092\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2108\r\n\r\n- `WildcardPatternSyntax.typeAnnotation`\r\n - Description: `typeAnnotation` on `WildcardPatternSyntax` was a mistake. Use `typeAnnotation` properties on the outer constructs instead. E.g. `PatternBindingListSyntax.typeAnnotation`\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2393\r\n\r\n## API-Incompatible Changes\r\n\r\n- `NoteMessage.fixItID` renamed to `noteID`\r\n - Description: This was an error that it was named `fixItID` and should have been named `noteID` instead. Accesses to `fixItID` are deprecated and forward to `noteID`. Any types that conform `NoteMessage` it will need to be updated to provide a `noteID` instead of a `fixItID`.\r\n - Issue: https://github.com/apple/swift-syntax/issues/2261\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2264\r\n\r\n- `DiagnosticSpec.highlight` replaced by `highlights`\r\n - Description: The use of a single string `highlight` prevented users from asserting that a macro highlighted exactly the expected set of syntax nodes. Use of `DiagnosticSpec.init(...highlight:...)` is deprecated and forwards to `DiagnosticSpec.init(...highlights:...)`. Migrating from `highlight` to `highlights` is straightforward; any uses of `DiagnosticSpec.init` which do not specify a `highlight` do not need to change, otherwise:\r\n - If the diagnostic highlights a single node, the `highlight` string should be replaced with a single element array containing the same string without any trailing trivia, e.g., `highlight: \"let \"` -> `highlights: [\"let\"]`.\r\n - If the diagnostic highlights multiple nodes, the `highlight` string should be replaced with an array containing an element for each highlighted node, e.g., `highlight: \"struct {}\"` -> `highlights: [\"struct\", \"{}\"]`.\r\n - Pull Request: https://github.com/apple/swift-syntax/pull/2213\r\n",
"createdAt" : "2024-05-08T01:02:05+09:00",
Expand Down
12 changes: 12 additions & 0 deletions Outputs/The Composable Architecture.json
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,18 @@
"url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.12.0",
"version" : "1.12.0"
},
{
"body" : "## What's Changed\r\n\r\n* Fixed: Reference `IssueReporting` symbols instead of `XCTestDynamicOverlay` to avoid some linker errors (https://github.com/pointfreeco/swift-composable-architecture/pull/3256).\r\n* Fixed: Point Issue Reporting to xctest-dynamic-overlay URL (https://github.com/pointfreeco/swift-composable-architecture/pull/3257).\r\n* Infrastructure: Add 1.12 migration guide (https://github.com/pointfreeco/swift-composable-architecture/pull/3251).\r\n* Infrastructure: Tutorial and documentation fixes (thanks @yaslab, https://github.com/pointfreeco/swift-composable-architecture/pull/3250; @junbangg, https://github.com/pointfreeco/swift-composable-architecture/pull/3252).\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-composable-architecture/compare/1.12.0...1.12.1",
"createdAt" : "2024-07-25T04:51:36+09:00",
"fetchedFromAPIAt" : "2024-07-25T10:00:31+09:00",
"id" : "RE_kwDOD48kk84J9EK0",
"owner" : "pointfreeco",
"publishedAt" : "2024-07-25T04:53:37+09:00",
"repository" : "swift-composable-architecture",
"title" : "1.12.1",
"url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.12.1",
"version" : "1.12.1"
},
{
"body" : "## What's Changed\r\n\r\n* Added: Added missing `StackActionOf<R>` type alias (thanks @d-date, https://github.com/pointfreeco/swift-composable-architecture/pull/2906).\r\n* Fixed: Cache scoped presentation stores where possible (thanks @lukeredpath, https://github.com/pointfreeco/swift-composable-architecture/pull/2908).\r\n* Fixed: Allow \"inert\" enum state to be observed by having an ever-changing ID (https://github.com/pointfreeco/swift-composable-architecture/pull/2910).\r\n* Fixed: Silence SwiftSyntax 510 / Xcode 15.3 warnings (https://github.com/pointfreeco/swift-composable-architecture/pull/2909).\r\n* Fixed: Restore `TestStore` autocompletion (https://github.com/pointfreeco/swift-composable-architecture/pull/2923).\r\n* Fixed: It is now possible to scope bindings of enum stores to non-reducer cases for sheets and other navigation (https://github.com/pointfreeco/swift-composable-architecture/pull/2943).\r\n* Fixed: `package` access modifier support in enum `@Reducer` macro (thanks @samrayner, https://github.com/pointfreeco/swift-composable-architecture/pull/2939).\r\n* Fixed: `Effect.publisher` is no longer escaping (https://github.com/pointfreeco/swift-composable-architecture/pull/2968).\r\n* Fixed: Add runtime warning diagnostic to catch nested calls to `observe` (https://github.com/pointfreeco/swift-composable-architecture/pull/2996).\r\n* Infrastructure: Fix documentation typos (thanks @takehilo, https://github.com/pointfreeco/swift-composable-architecture/pull/2898; https://github.com/pointfreeco/swift-composable-architecture/pull/2944); tutorial fixes (thanks @LRSnowX, https://github.com/pointfreeco/swift-composable-architecture/pull/2808); test store tutorial/documentation fixes (https://github.com/pointfreeco/swift-composable-architecture/pull/2912); fix favorites case study mocks (thanks @beribas, https://github.com/pointfreeco/swift-composable-architecture/pull/2962); improve docs for stack-based navigation (https://github.com/pointfreeco/swift-composable-architecture/pull/2967); fix dismissal in UIKit demos (https://github.com/pointfreeco/swift-composable-architecture/pull/2986) fix shared state case study (thanks @eltociear, https://github.com/pointfreeco/swift-composable-architecture/pull/2994).\r\n\r\n## New Contributors\r\n* @LRSnowX made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/2808\r\n* @beribas made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/2962\r\n* @samrayner made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/2939\r\n* @eltociear made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/2994\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-composable-architecture/compare/1.9.2...1.9.3",
"createdAt" : "2024-04-18T07:31:31+09:00",
Expand Down

0 comments on commit 2e40f78

Please sign in to comment.