Commit 2999a95
chore(deps): update dependency bazel_skylib to v1.8.0 (#1712)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [bazel_skylib](https://redirect.github.com/bazelbuild/bazel-skylib) |
bazel_dep | minor | `1.7.1` -> `1.8.0` |
---
### Release Notes
<details>
<summary>bazelbuild/bazel-skylib (bazel_skylib)</summary>
###
[`v1.8.0`](https://redirect.github.com/bazelbuild/bazel-skylib/blob/HEAD/CHANGELOG.md#Release-180)
[Compare
Source](https://redirect.github.com/bazelbuild/bazel-skylib/compare/1.7.1...1.8.0)
#### What's Changed
- fix: subpackages.all works for root packages by
[@​kilian-funk](https://redirect.github.com/kilian-funk) in
[https://github.com/bazelbuild/bazel-skylib/pull/531](https://redirect.github.com/bazelbuild/bazel-skylib/pull/531)
- Strip compatible\_with from bzl\_library rules by
[@​aiuto](https://redirect.github.com/aiuto) in
[https://github.com/bazelbuild/bazel-skylib/pull/522](https://redirect.github.com/bazelbuild/bazel-skylib/pull/522)
- Make only root test\_deps externally visible by
[@​tetromino](https://redirect.github.com/tetromino) in
[https://github.com/bazelbuild/bazel-skylib/pull/508](https://redirect.github.com/bazelbuild/bazel-skylib/pull/508)
- Update README.md by
[@​BoleynSu](https://redirect.github.com/BoleynSu) in
[https://github.com/bazelbuild/bazel-skylib/pull/380](https://redirect.github.com/bazelbuild/bazel-skylib/pull/380)
- Add test\_deps to rules/private by
[@​aiuto](https://redirect.github.com/aiuto) in
[https://github.com/bazelbuild/bazel-skylib/pull/534](https://redirect.github.com/bazelbuild/bazel-skylib/pull/534)
- Fix bazel\_skylib with Bazel@HEAD by
[@​meteorcloudy](https://redirect.github.com/meteorcloudy) in
[https://github.com/bazelbuild/bazel-skylib/pull/538](https://redirect.github.com/bazelbuild/bazel-skylib/pull/538)
- Explicitly enable workspace for some tasks by
[@​meteorcloudy](https://redirect.github.com/meteorcloudy) in
[https://github.com/bazelbuild/bazel-skylib/pull/540](https://redirect.github.com/bazelbuild/bazel-skylib/pull/540)
- README.md: fix broken directory rule links by
[@​lukasoyen](https://redirect.github.com/lukasoyen) in
[https://github.com/bazelbuild/bazel-skylib/pull/544](https://redirect.github.com/bazelbuild/bazel-skylib/pull/544)
- Remove sh\_binary usage for Bazel 8 friendliness by
[@​tetromino](https://redirect.github.com/tetromino) in
[https://github.com/bazelbuild/bazel-skylib/pull/550](https://redirect.github.com/bazelbuild/bazel-skylib/pull/550)
- adding scope attributes for starlark flags by
[@​aranguyen](https://redirect.github.com/aranguyen) in
[https://github.com/bazelbuild/bazel-skylib/pull/546](https://redirect.github.com/bazelbuild/bazel-skylib/pull/546)
- Update common\_settings.bzl by
[@​aranguyen](https://redirect.github.com/aranguyen) in
[https://github.com/bazelbuild/bazel-skylib/pull/552](https://redirect.github.com/bazelbuild/bazel-skylib/pull/552)
- Simplify CI steup and make presubmit green again by
[@​meteorcloudy](https://redirect.github.com/meteorcloudy) in
[https://github.com/bazelbuild/bazel-skylib/pull/557](https://redirect.github.com/bazelbuild/bazel-skylib/pull/557)
- fix(gazelle): remove deprecated function call by
[@​tyler-french](https://redirect.github.com/tyler-french) in
[https://github.com/bazelbuild/bazel-skylib/pull/556](https://redirect.github.com/bazelbuild/bazel-skylib/pull/556)
- Remove obsolete bazel 4.x compat code by
[@​lukasoyen](https://redirect.github.com/lukasoyen) in
[https://github.com/bazelbuild/bazel-skylib/pull/560](https://redirect.github.com/bazelbuild/bazel-skylib/pull/560)
- Add new "env" variable to native\_\* rules by
[@​gioachin](https://redirect.github.com/gioachin) in
[https://github.com/bazelbuild/bazel-skylib/pull/561](https://redirect.github.com/bazelbuild/bazel-skylib/pull/561)
- Replace outdated `select() on --cpu` with another flag ref by
[@​gregestren](https://redirect.github.com/gregestren) in
[https://github.com/bazelbuild/bazel-skylib/pull/570](https://redirect.github.com/bazelbuild/bazel-skylib/pull/570)
- Migrate away from `@bazel_tools//src/conditions:host_windows` by
[@​fmeum](https://redirect.github.com/fmeum) in
[https://github.com/bazelbuild/bazel-skylib/pull/574](https://redirect.github.com/bazelbuild/bazel-skylib/pull/574)
- Use DefaultInfo directly by
[@​keith](https://redirect.github.com/keith) in
[https://github.com/bazelbuild/bazel-skylib/pull/577](https://redirect.github.com/bazelbuild/bazel-skylib/pull/577)
- Use `native.package_relative_label` in `selects.bzl` by
[@​fmeum](https://redirect.github.com/fmeum) in
[https://github.com/bazelbuild/bazel-skylib/pull/576](https://redirect.github.com/bazelbuild/bazel-skylib/pull/576)
- Add BCR publishing workflow by
[@​fmeum](https://redirect.github.com/fmeum) in
[https://github.com/bazelbuild/bazel-skylib/pull/581](https://redirect.github.com/bazelbuild/bazel-skylib/pull/581)
#### New Contributors
- [@​kilian-funk](https://redirect.github.com/kilian-funk) made
their first contribution in
[https://github.com/bazelbuild/bazel-skylib/pull/531](https://redirect.github.com/bazelbuild/bazel-skylib/pull/531)
- [@​BoleynSu](https://redirect.github.com/BoleynSu) made their
first contribution in
[https://github.com/bazelbuild/bazel-skylib/pull/380](https://redirect.github.com/bazelbuild/bazel-skylib/pull/380)
- [@​lukasoyen](https://redirect.github.com/lukasoyen) made their
first contribution in
[https://github.com/bazelbuild/bazel-skylib/pull/544](https://redirect.github.com/bazelbuild/bazel-skylib/pull/544)
- [@​aranguyen](https://redirect.github.com/aranguyen) made their
first contribution in
[https://github.com/bazelbuild/bazel-skylib/pull/546](https://redirect.github.com/bazelbuild/bazel-skylib/pull/546)
- [@​tyler-french](https://redirect.github.com/tyler-french) made
their first contribution in
[https://github.com/bazelbuild/bazel-skylib/pull/556](https://redirect.github.com/bazelbuild/bazel-skylib/pull/556)
- [@​gioachin](https://redirect.github.com/gioachin) made their
first contribution in
[https://github.com/bazelbuild/bazel-skylib/pull/561](https://redirect.github.com/bazelbuild/bazel-skylib/pull/561)
**Full Changelog**:
bazelbuild/bazel-skylib@1.7.1...1.8.0
</details>
---
### Configuration
📅 **Schedule**: 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>1 parent cd9249c commit 2999a95
File tree
26 files changed
+26
-26
lines changed- bzlmod/workspace
- examples
- firebase_example
- google_maps_example
- grpc_example
- injectionnext_example
- interesting_deps
- ios_sim
- kscrash_example
- lottie_ios_example
- messagekit_example
- nimble_example
- objc_code
- phone_number_kit
- pkg_manifest_minimal
- resources_example
- shake_ios_example
- skip_local_transitive_dependencies_example
- snapkit_example
- soto_example
- stripe_example
- swift_package_registry_example
- symlink_example
- tca_example
- vapor_example
- xcmetrics_example
- tools/create_example/template_files
26 files changed
+26
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments