chore(deps): update dependency bazel_skylib to v1.9.2 - #36
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
2 times, most recently
from
February 13, 2023 14:39
13e07b0 to
8d35d2d
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
21 times, most recently
from
March 15, 2023 17:38
a941fde to
8bd3fb1
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
May 12, 2023 07:33
8bd3fb1 to
9259b0b
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
2 times, most recently
from
June 2, 2023 19:36
22e5636 to
840079e
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
August 5, 2023 15:40
840079e to
0b301aa
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
2 times, most recently
from
November 6, 2023 21:22
ed0478e to
1575609
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
April 25, 2024 00:39
1575609 to
508796a
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
April 25, 2024 16:25
508796a to
4d3b676
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
May 31, 2024 10:52
4d3b676 to
4894cd8
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
June 3, 2024 16:09
4894cd8 to
110a6e8
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
July 1, 2025 16:46
110a6e8 to
50b0cd6
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
July 7, 2025 19:44
50b0cd6 to
a5bb79d
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
September 25, 2025 22:55
a5bb79d to
4c0c3eb
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
December 16, 2025 13:35
4c0c3eb to
9b2f4ff
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
April 29, 2026 22:48
9b2f4ff to
6555e28
Compare
renovate
Bot
force-pushed
the
renovate/bazel_skylib-1.x
branch
from
July 17, 2026 22:39
6555e28 to
90cfd1c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.0→1.9.2Release Notes
bazelbuild/bazel-skylib (bazel_skylib)
v1.9.2Compare Source
What's Changed
Contributors:
@gzm0, @kotlaja, @susinmotion, @justinhorvitz
v1.9.1Compare Source
Skipped due to CI failure
v1.9.0Compare Source
What's Changed
copy_fileand setallow_symlinkby default toTrueifis_executableisFalse(#565)rules/private:is_windowsan emptyapplicable_license(#600)rules_godependency for compatibility with Bazel 9 (#601)Contributors:
@fdinoff, @fmeum, @fweikert, @susinmotion
Full Changelog: bazelbuild/bazel-skylib@1.8.2...1.9.0
v1.8.2Compare Source
New Features
Other Changes
copy_directoryaway from deprecated host constraint (#588)Contributors
v1.8.1Compare Source
What's Changed
is_windowspublic (#584)Full Changelog: bazelbuild/bazel-skylib@1.8.0...1.8.1
v1.8.0Compare Source
What's Changed
select() on --cpuwith another flag ref by @gregestren in #570@bazel_tools//src/conditions:host_windowsby @fmeum in #574native.package_relative_labelinselects.bzlby @fmeum in #576New Contributors
Full Changelog: bazelbuild/bazel-skylib@1.7.1...1.8.0
v1.7.1Compare Source
What's Changed
Full Changelog: bazelbuild/bazel-skylib@1.7.0...1.7.1
v1.7.0Compare Source
New features
directoryrules by @matts1 in #510is_normalizedandstarts_withto paths module by @comius in #514New Contributors
Full Changelog: bazelbuild/bazel-skylib@1.6.1...1.7.0
v1.6.1Compare Source
What's Changed
modulesBazel 6 compatibility by @phst in #499New Contributors
Full Changelog: bazelbuild/bazel-skylib@1.6.0...1.6.1
v1.6.0Compare Source
What's Changed
modulesby @fmeum in #457outonnative_binaryoptional by @tpudlik in #474bzl_libraryto depend on non-bzl_librarytargets by @Wyverald in #495New Contributors
Full Changelog: bazelbuild/bazel-skylib@1.5.0...1.6.0
v1.5.0Compare Source
What's Changed
toolchainparam by @kotlaja in #455bzl_libraryby @keith in #457docparam tounittest.makeby @UebelAndre in #464New Contributors
Full Changelog: bazelbuild/bazel-skylib@1.4.2...1.5.0
v1.4.2Compare Source
Bugfix release: fixes
build_testto respecttarget_compatible_with(#448)New Features
bzl_libraryallows.sclfiles (new Starlark dialect loadable by Bazel atHEAD with
--experimental_enable_scl_dialect)Contributors
Alexandre Rostovtsev, UebelAndre, Vertexwahn, Xavier Bonaventura
v1.4.1Compare Source
Bugfix release: fixes gazelle plugin failure with
--incompatible_disallow_empty_glob(#431) and (for released versions) with--incompatible_disable_starlark_host_transitions(#433).Contributors
Alexandre Rostovtsev, Chuck Grindel
v1.4.0Compare Source
New Features
Other Notable Changes
Contributors
Alexandre Rostovtsev, Nick Gooding, Simon Stewart, Xùdōng Yáng
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.