Skip to content

Commit 53a6fe4

Browse files
chore(deps): update dependency bazel_skylib to v1.9.2 (#143)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel_skylib](https://redirect.github.com/bazelbuild/bazel-skylib) | bazel_dep | patch | `1.9.0` → `1.9.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/20) for more information. --- ### Release Notes <details> <summary>bazelbuild/bazel-skylib (bazel_skylib)</summary> ### [`v1.9.2`](https://redirect.github.com/bazelbuild/bazel-skylib/blob/HEAD/CHANGELOG.md#Release-192) [Compare Source](https://redirect.github.com/bazelbuild/bazel-skylib/compare/1.9.0...1.9.2) **What's Changed** - Revert allow\_symlink = True by default for non-executables - Change from stamp to some other boolean flag - Update Bazel versions in CI: drop Bazel 6, add Bazel 9 - Change Starlark flag default propagation from "universal" to "target" **Contributors**: [@&#8203;gzm0](https://redirect.github.com/gzm0), [@&#8203;kotlaja](https://redirect.github.com/kotlaja), [@&#8203;susinmotion](https://redirect.github.com/susinmotion), [@&#8203;justinhorvitz](https://redirect.github.com/justinhorvitz) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kreempuff/rules_unreal_engine). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI3NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents b753599 + af1a803 commit 53a6fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module(
33
version = "0.0.1",
44
)
55

6-
bazel_dep(name = "bazel_skylib", version = "1.9.0")
6+
bazel_dep(name = "bazel_skylib", version = "1.9.2")
77
bazel_dep(name = "platforms", version = "1.1.0")
88
bazel_dep(name = "rules_cc", version = "0.2.22")
99
bazel_dep(name = "rules_go", version = "0.61.1")

0 commit comments

Comments
 (0)