From 7b02b0aa696c5457caa617d9914552b540034116 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 01:01:32 +0000 Subject: [PATCH] Apply scheduled running result --- Outputs/SDWebImage.json | 12 ++++++++++++ Outputs/SwiftLint.json | 12 ++++++++++++ Outputs/The Composable Architecture.json | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/Outputs/SDWebImage.json b/Outputs/SDWebImage.json index 2e08db8..1fa3321 100644 --- a/Outputs/SDWebImage.json +++ b/Outputs/SDWebImage.json @@ -862,5 +862,17 @@ "title" : "5.19.6 - Thumbnail performance", "url" : "https://github.com/SDWebImage/SDWebImage/releases/tag/5.19.6", "version" : "5.19.6" + }, + { + "body" : "See [all tickets marked for the 5.19.7 release](https://github.com/SDWebImage/SDWebImage/milestone/139)\r\n\r\n### Fixes\r\n- Fix the thumbnail decoding on JPEG which contains EXIF orientation, use the new way to workaround JFIF bug #3743\r\n- Fix the crash when some special urls cause the cache path return nil and crash #3740\r\n- Fix the issue that some URL which has percent-encoding with \\0 will cause nil cache path #3744", + "createdAt" : "2024-08-22T19:33:11+09:00", + "fetchedFromAPIAt" : "2024-08-23T10:01:31+09:00", + "id" : "RE_kwDOAATIS84KOBP6", + "owner" : "SDWebImage", + "publishedAt" : "2024-08-22T19:45:46+09:00", + "repository" : "SDWebImage", + "title" : "5.19.7 - 5.19 Patch", + "url" : "https://github.com/SDWebImage/SDWebImage/releases/tag/5.19.7", + "version" : "5.19.7" } ] \ No newline at end of file diff --git a/Outputs/SwiftLint.json b/Outputs/SwiftLint.json index b6fdba3..73c7044 100644 --- a/Outputs/SwiftLint.json +++ b/Outputs/SwiftLint.json @@ -682,5 +682,17 @@ "title" : "0.56.1: Heat Pump Dryer", "url" : "https://github.com/realm/SwiftLint/releases/tag/0.56.1", "version" : "0.56.1" + }, + { + "body" : "#### Breaking\n\n* None.\n\n#### Experimental\n\n* None.\n\n#### Enhancements\n\n* None.\n\n#### Bug Fixes\n\n* Ignore initializers with attributes in `unneeded_synthesized_initializer` rule. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5153](https://github.com/realm/SwiftLint/issues/5153)\n\n* Silence `prefer_key_path` rule on macro expansion expressions. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5744](https://github.com/realm/SwiftLint/issues/5744)\n\n* Check `if` expressions nested arbitrarily deep in `contrasted_opening_brace` rule. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5752](https://github.com/realm/SwiftLint/issues/5752)\n\n* Align left closure brace with associated parent function call in `contrasted_opening_brace` rule. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5752](https://github.com/realm/SwiftLint/issues/5752)\n\n* Align left brace of additional trailing closures with right brace of previous trailing closure\n in `contrasted_opening_brace` rule. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5752](https://github.com/realm/SwiftLint/issues/5752)\n\n* Trigger on empty closure blocks in `no_empty_block` rule. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5762](https://github.com/realm/SwiftLint/issues/5762)\n\n* Silence `unneeded_override` rule on methods and initializers with attributes. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5753](https://github.com/realm/SwiftLint/issues/5753)\n\n---\n\n### Using Bazel\n\nWith bzlmod:\n\n```\n// Pending BCR update\nbazel_dep(name = \"swiftlint\", version = \"0.56.2\", repo_name = \"SwiftLint\")\n```\n\nWithout bzlmod, put this in your `WORKSPACE`:\n\n
\n\nWORKSPACE\n\n```python\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\n\nhttp_archive(\n name = \"build_bazel_rules_apple\",\n sha256 = \"9e26307516c4d5f2ad4aee90ac01eb8cd31f9b8d6ea93619fc64b3cbc81b0944\",\n url = \"https://github.com/bazelbuild/rules_apple/releases/download/2.2.0/rules_apple.2.2.0.tar.gz\",\n)\n\nload(\n \"@build_bazel_rules_apple//apple:repositories.bzl\",\n \"apple_rules_dependencies\",\n)\n\napple_rules_dependencies()\n\nload(\n \"@build_bazel_rules_swift//swift:repositories.bzl\",\n \"swift_rules_dependencies\",\n)\n\nswift_rules_dependencies()\n\nload(\n \"@build_bazel_rules_swift//swift:extras.bzl\",\n \"swift_rules_extra_dependencies\",\n)\n\nswift_rules_extra_dependencies()\n\nhttp_archive(\n name = \"SwiftLint\",\n sha256 = \"d607223592fb87c67e91d899e8e33b5e0b04da5306afd994c4331c2881b6832d\",\n url = \"https://github.com/realm/SwiftLint/releases/download/0.56.2/bazel.tar.gz\",\n)\n\nload(\"@SwiftLint//bazel:repos.bzl\", \"swiftlint_repos\")\n\nswiftlint_repos()\n\nload(\"@SwiftLint//bazel:deps.bzl\", \"swiftlint_deps\")\n\nswiftlint_deps()\n```\n\n
\n\nThen you can run SwiftLint in the current directory with this command:\n\n```console\nbazel run @SwiftLint//:swiftlint -- --help\n```\n", + "createdAt" : "2024-08-22T20:20:18+09:00", + "fetchedFromAPIAt" : "2024-08-23T10:01:31+09:00", + "id" : "RE_kwDOAiE69s4KOC1k", + "owner" : "realm", + "publishedAt" : "2024-08-22T20:22:14+09:00", + "repository" : "SwiftLint", + "title" : "0.56.2: Heat Pump Dryer", + "url" : "https://github.com/realm/SwiftLint/releases/tag/0.56.2", + "version" : "0.56.2" } ] \ No newline at end of file diff --git a/Outputs/The Composable Architecture.json b/Outputs/The Composable Architecture.json index a6daaa3..459fa23 100644 --- a/Outputs/The Composable Architecture.json +++ b/Outputs/The Composable Architecture.json @@ -1222,5 +1222,17 @@ "title" : "1.13.0", "url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.13.0", "version" : "1.13.0" + }, + { + "body" : "## What's Changed\r\n\r\n* Fixed: Address regression in which `observe` was limited to platforms that can import UIKit by bringing back an AppKit-compatible version (https://github.com/pointfreeco/swift-composable-architecture/pull/3295).\r\n* Infrastructure: Integration test fixes (https://github.com/pointfreeco/swift-composable-architecture/pull/3294).\r\n\r\n**Full Changelog**: https://github.com/pointfreeco/swift-composable-architecture/compare/1.13.0...1.13.1", + "createdAt" : "2024-08-23T01:35:20+09:00", + "fetchedFromAPIAt" : "2024-08-23T10:01:31+09:00", + "id" : "RE_kwDOD48kk84KOSJv", + "owner" : "pointfreeco", + "publishedAt" : "2024-08-23T01:36:49+09:00", + "repository" : "swift-composable-architecture", + "title" : "1.13.1", + "url" : "https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.13.1", + "version" : "1.13.1" } ] \ No newline at end of file