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 Aug 23, 2024
1 parent 9cbf52b commit 7b02b0a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Outputs/SDWebImage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
12 changes: 12 additions & 0 deletions Outputs/SwiftLint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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<details>\n\n<summary>WORKSPACE</summary>\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</details>\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"
}
]
12 changes: 12 additions & 0 deletions Outputs/The Composable Architecture.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 7b02b0a

Please sign in to comment.