Bump bazel_skylib_gazelle_plugin from 1.7.1 to 1.9.0 by dependabot[bot] · Pull Request #21479 · github/codeql
Bumps bazel_skylib_gazelle_plugin from 1.7.1 to 1.9.0.
Release notes
Sourced from bazel_skylib_gazelle_plugin's releases.
1.9.0
MODULE.bazel setup
bazel_dep(name = "bazel_skylib", version = "1.9.0")And for the Gazelle plugin:
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.9.0", dev_dependency = True)WORKSPACE setup
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_skylib", sha256 = "3b5b49006181f5f8ff626ef8ddceaa95e9bb8ad294f7b5d7b11ea9f7ddaf8c59", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel-skylib-1.9.0.tar.gz", "https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel-skylib-1.9.0.tar.gz", ], ) load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace()Additional WORKSPACE setup for the Gazelle plugin
http_archive( name = "bazel_skylib_gazelle_plugin", sha256 = "e08ddabeabbcb93b92044df092292582d2b8cc28c2d81d74689c7d1b9d73b6b7", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel-skylib-gazelle-plugin-1.9.0.tar.gz", "https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel-skylib-gazelle-plugin-1.9.0.tar.gz", ], ) load("@bazel_skylib_gazelle_plugin//:workspace.bzl", "bazel_skylib_gazelle_plugin_workspace") bazel_skylib_gazelle_plugin_workspace() load("@bazel_skylib_gazelle_plugin//:setup.bzl", "bazel_skylib_gazelle_plugin_setup") </tr></table>
... (truncated)
Changelog
Sourced from bazel_skylib_gazelle_plugin's changelog.
Release 1.9.0
What's Changed
- Optimize
copy_fileand setallow_symlinkby default toTrueifis_executableisFalse(#565)- Give
rules/private:is_windowsan emptyapplicable_license(#600)- Bump
rules_godependency for compatibility with Bazel 9 (#601)Contributors:
@fdinoff,@fmeum,@fweikert,@susinmotionFull Changelog: bazelbuild/bazel-skylib@1.8.2...1.9.0
Release 1.8.2
New Features
- Introduce repeatable_string_flag (#593)
Other Changes
- Migrate
copy_directoryaway from deprecated host constraint (#588)Contributors
- fmeum@
- susinmotion@
Release 1.8.1
What's Changed
- Make
is_windowspublic (bazelbuild/bazel-skylib#584)Full Changelog: bazelbuild/bazel-skylib@1.8.0...1.8.1
Release 1.8.0
What's Changed
- fix: subpackages.all works for root packages by
@kilian-funkin bazelbuild/bazel-skylib#531- Strip compatible_with from bzl_library rules by
@aiutoin bazelbuild/bazel-skylib#522- Make only root test_deps externally visible by
@tetrominoin bazelbuild/bazel-skylib#508- Update README.md by
@BoleynSuin bazelbuild/bazel-skylib#380- Add test_deps to rules/private by
@aiutoin bazelbuild/bazel-skylib#534- Fix bazel_skylib with Bazel@HEAD by
@meteorcloudyin bazelbuild/bazel-skylib#538- Explicitly enable workspace for some tasks by
@meteorcloudyin bazelbuild/bazel-skylib#540- README.md: fix broken directory rule links by
@lukasoyenin bazelbuild/bazel-skylib#544- Remove sh_binary usage for Bazel 8 friendliness by
@tetrominoin bazelbuild/bazel-skylib#550- adding scope attributes for starlark flags by
@aranguyenin bazelbuild/bazel-skylib#546- Update common_settings.bzl by
@aranguyenin bazelbuild/bazel-skylib#552- Simplify CI steup and make presubmit green again by
@meteorcloudyin bazelbuild/bazel-skylib#557- fix(gazelle): remove deprecated function call by
@tyler-frenchin bazelbuild/bazel-skylib#556- Remove obsolete bazel 4.x compat code by
@lukasoyenin bazelbuild/bazel-skylib#560- Add new "env" variable to native_* rules by
@gioachinin bazelbuild/bazel-skylib#561- Replace outdated
select() on --cpuwith another flag ref by@gregestrenin bazelbuild/bazel-skylib#570
... (truncated)
Commits
53f6d0dPrepare release 1.9.0 (#603)33c19ceBump rules_go from 0.52.0 to 0.59.0 (#601)00de429rules/private:is_windows should have empty applicable_licenses (#600)392fdb1Optimizecopy_file(#565)ac4372fRemove extraneous whitespace from CHANGELOG (#597)bce8d7fPrepare release 1.8.2 (#596)bf6c041Introduce repeatable_string_flag. (#593)471f368Migratecopy_directoryaway from deprecated host constraint (#588)56a2abbPrepare 1.8.1 release (#585)3e6d4f2Makeis_windowspublic (#584)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)