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 23, 2024
1 parent cde1c15 commit 3dbf3ae
Show file tree
Hide file tree
Showing 3 changed files with 36 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 @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions Outputs/Swift OpenAPI Runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,18 @@
"url" : "https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.1",
"version" : "1.3.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* 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" : "<!-- Release notes generated using configuration in .github/release.yml at main -->\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",
Expand Down
12 changes: 12 additions & 0 deletions Outputs/SwiftFormat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3dbf3ae

Please sign in to comment.