From 3dbf3ae38653bc9d041293b4670cd186ab8a915c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:00:29 +0000 Subject: [PATCH] Apply scheduled running result --- Outputs/Dependencies.json | 12 ++++++++++++ Outputs/Swift OpenAPI Runtime.json | 12 ++++++++++++ Outputs/SwiftFormat.json | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/Outputs/Dependencies.json b/Outputs/Dependencies.json index 8cf4555..cb647cd 100644 --- a/Outputs/Dependencies.json +++ b/Outputs/Dependencies.json @@ -299,6 +299,18 @@ "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.3.3", "version" : "1.3.3" }, + { + "body" : "## What's Changed\r\n\r\n* Added: Swift Testing beta support (https://github.com/pointfreeco/swift-dependencies/pull/239).\r\n* Fixed: Properly cache dependencies during re-entrancy (https://github.com/pointfreeco/swift-dependencies/pull/249).\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-dependencies/compare/1.3.3...1.3.4", + "createdAt" : "2024-07-23T08:12:08+09:00", + "fetchedFromAPIAt" : "2024-07-23T10:00:28+09:00", + "id" : "RE_kwDOIF_Mq84J7iyg", + "owner" : "pointfreeco", + "publishedAt" : "2024-07-23T08:12:51+09:00", + "repository" : "swift-dependencies", + "title" : "1.3.4", + "url" : "https://github.com/pointfreeco/swift-dependencies/releases/tag/1.3.4", + "version" : "1.3.4" + }, { "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", diff --git a/Outputs/Swift OpenAPI Runtime.json b/Outputs/Swift OpenAPI Runtime.json index d23bba5..4f667f3 100644 --- a/Outputs/Swift OpenAPI Runtime.json +++ b/Outputs/Swift OpenAPI Runtime.json @@ -347,6 +347,18 @@ "url" : "https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.1", "version" : "1.3.1" }, + { + "body" : "\r\n\r\n## What's Changed\r\n### SemVer Patch\r\n* Swift 6 fixes by @czechboy0 in https://github.com/apple/swift-openapi-runtime/pull/106\r\n* Fixing Issues with Async Upstream by @leogdion in https://github.com/apple/swift-openapi-runtime/pull/108\r\n* Support NSNull in OpenAPIContainer types by @czechboy0 in https://github.com/apple/swift-openapi-runtime/pull/109\r\n* Improved encoding of NSNumber in OpenAPIValueContainer by @czechboy0 in https://github.com/apple/swift-openapi-runtime/pull/110\r\n\r\n## New Contributors\r\n* @leogdion made their first contribution in https://github.com/apple/swift-openapi-runtime/pull/108\r\n\r\n**Full Changelog**: https://github.com/apple/swift-openapi-runtime/compare/1.4.0...1.4.1", + "createdAt" : "2024-07-19T20:31:59+09:00", + "fetchedFromAPIAt" : "2024-07-23T10:00:28+09:00", + "id" : "RE_kwDOJZWxLs4J7QQb", + "owner" : "apple", + "publishedAt" : "2024-07-22T23:29:38+09:00", + "repository" : "swift-openapi-runtime", + "title" : "1.4.1", + "url" : "https://github.com/apple/swift-openapi-runtime/releases/tag/1.4.1", + "version" : "1.4.1" + }, { "body" : "\r\n\r\n## What's Changed\r\n### SemVer Minor\r\n* Add support for `application/xml` body by @ugocottin in https://github.com/apple/swift-openapi-runtime/pull/102\r\n* Add support of `deepObject` style in query params by @kstefanou52 in https://github.com/apple/swift-openapi-runtime/pull/100\r\n### SemVer Patch\r\n* Fix empty `additionalProperties` dictionary encoding by @czechboy0 in https://github.com/apple/swift-openapi-runtime/pull/103\r\n* Improve error message when encountering unexpected content-type headers by @simonjbeaumont in https://github.com/apple/swift-openapi-runtime/pull/104\r\n### Other Changes\r\n* Update CI to use release 5.10 by @glbrntt in https://github.com/apple/swift-openapi-runtime/pull/101\r\n\r\n## New Contributors\r\n* @glbrntt made their first contribution in https://github.com/apple/swift-openapi-runtime/pull/101\r\n* @ugocottin made their first contribution in https://github.com/apple/swift-openapi-runtime/pull/102\r\n* @kstefanou52 made their first contribution in https://github.com/apple/swift-openapi-runtime/pull/100\r\n\r\n**Full Changelog**: https://github.com/apple/swift-openapi-runtime/compare/1.3.2...1.4.0", "createdAt" : "2024-04-16T18:51:05+09:00", diff --git a/Outputs/SwiftFormat.json b/Outputs/SwiftFormat.json index 5104bc7..762d71c 100644 --- a/Outputs/SwiftFormat.json +++ b/Outputs/SwiftFormat.json @@ -1031,6 +1031,18 @@ "url" : "https://github.com/nicklockwood/SwiftFormat/releases/tag/0.54.1", "version" : "0.54.1" }, + { + "body" : "- Fixed broken formatter cache, which caused a significant performance regression since 0.54.0\r\n- The `blankLinesBetweenChainedFunctions` rule now removes blank line after comments in the chain\r\n- The `blankLinesBetweenChainedFunctions` rule no longer conflicts with `blankLinesAroundMark`\r\n- Fixed`redundantInternal` removing required `internal` keyword in extensions with `where` clause\r\n- Fixed another case of spurious `return` removal in conditional blocks\r\n- Fixed `redundantNilInit` rule inserting `nil` after `as` keyword", + "createdAt" : "2024-07-22T17:40:18+09:00", + "fetchedFromAPIAt" : "2024-07-23T10:00:28+09:00", + "id" : "RE_kwDOA_OyXc4J7B4L", + "owner" : "nicklockwood", + "publishedAt" : "2024-07-22T17:42:57+09:00", + "repository" : "SwiftFormat", + "title" : "0.54.2", + "url" : "https://github.com/nicklockwood/SwiftFormat/releases/tag/0.54.2", + "version" : "0.54.2" + }, { "body" : "- Fixed bug with `redundantParens` where first parens inside a closure were spuriously removed\r\n- Fixed `wrapEnumCases` rule mangling unindented cases\r\n- The `wrapEnumCases` rule no longer wraps cases inside inline enum declarations\r\n- Improved the `redundantInit` metatype heuristic to reduce false positives \r\n", "createdAt" : "2024-04-14T17:54:36+09:00",