kipp
kipp copied to clipboard
Update dependency bazel_gazelle to v0.44.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| bazel_gazelle | http_archive | minor | v0.26.0 -> v0.44.0 |
Release Notes
bazelbuild/bazel-gazelle (bazel_gazelle)
v0.44.0
What's Changed
- walk: fix BenchmarkWalk by @jayconrod in https://github.com/bazel-contrib/bazel-gazelle/pull/2072
- walk: refactor and add Walk2 function by @jayconrod in https://github.com/bazel-contrib/bazel-gazelle/pull/2073
- walk, language: support lazy indexing by @jayconrod in https://github.com/bazel-contrib/bazel-gazelle/pull/2074
- walk: better error checking in strict mode for RelsToVisit by @jayconrod in https://github.com/bazel-contrib/bazel-gazelle/pull/2077
- Work around incompatibility between zlib and clang 17 by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2082
- go_grpc_compiler: default to go_grpc_v2 by @sluongng in https://github.com/bazel-contrib/bazel-gazelle/pull/2071
- table fix by @sluongng in https://github.com/bazel-contrib/bazel-gazelle/pull/2083
- Add
package_metadatatoREPO.bazelby @Yannic in https://github.com/bazel-contrib/bazel-gazelle/pull/2081 - Add go_features.proto to list of known protos by @mrdomino in https://github.com/bazel-contrib/bazel-gazelle/pull/2080
- Cleanup: Just updating comments as I read by @stefanpenner in https://github.com/bazel-contrib/bazel-gazelle/pull/2087
- language/go: support lazy indexing with go_search directive by @jayconrod in https://github.com/bazel-contrib/bazel-gazelle/pull/2075
- Keep
use_repos needed fortools by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2091 - Don't drop
-bzlmodarg when args are explicitly provided by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2092 - Run buildifier to add explicit loads and update rules_go by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2090
- Add build file generation override for cel.dev/expr by @jasonkuster in https://github.com/bazel-contrib/bazel-gazelle/pull/2096
- language/go: add implicit go_search path when prefix is set by @jayconrod in https://github.com/bazel-contrib/bazel-gazelle/pull/2095
- fix: correct attribute name in message by @ash2k in https://github.com/bazel-contrib/bazel-gazelle/pull/2098
- Avoid allocations in fileNameInfo by @dzbarsky in https://github.com/bazel-contrib/bazel-gazelle/pull/2099
- fix: normalize RelsToVisit by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/2104
- Add k8s.io/cri-api k8s.io/apiserver default overrides by @hunshcn in https://github.com/bazel-contrib/bazel-gazelle/pull/2107
- Replace illegal characters in underscores when deriving proto RuleName by @WojciechMazur in https://github.com/bazel-contrib/bazel-gazelle/pull/2105
- perf: remove extraneous isExcluded(dir) checks by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/2106
- indexing all parents of visited directories by @linzhp in https://github.com/bazel-contrib/bazel-gazelle/pull/2109
- language/go: allow clean as argument to -build_file_generation by @oncilla in https://github.com/bazel-contrib/bazel-gazelle/pull/2111
- Trim BCR versions before comparing them to Go versions by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2066
- Avoid duplicates in relToIndex by @linzhp in https://github.com/bazel-contrib/bazel-gazelle/pull/2110
New Contributors
- @mrdomino made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2080
- @jasonkuster made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2096
- @WojciechMazur made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2105
- @oncilla made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2111
Full Changelog: https://github.com/bazel-contrib/bazel-gazelle/compare/v0.43.0...v0.44.0
v0.43.0
What's Changed
- Evaluate build tags as both true and false by @patrickmscott in https://github.com/bazel-contrib/bazel-gazelle/pull/1938
- fix: correct updated filepath when updating expected output BUILD files by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/2025
- Add more k8s.io default overrides by @mering in https://github.com/bazel-contrib/bazel-gazelle/pull/2026
- Add build file generation override for cncf/xds by @faximan in https://github.com/bazel-contrib/bazel-gazelle/pull/2027
- Sync vendor directory by @jayconrod in https://github.com/bazel-contrib/bazel-gazelle/pull/2028
- prometheus: Add directives needed for prometheus and alertmanager by @zecke in https://github.com/bazel-contrib/bazel-gazelle/pull/2032
- Stop using Label.workspace_name by @EdSchouten in https://github.com/bazel-contrib/bazel-gazelle/pull/2033
- Update docs for Google API name resolution by @neilconway in https://github.com/bazel-contrib/bazel-gazelle/pull/2035
- Watch inputs to
go_repositoryby @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2037 - perf: do not build trie for directories not being traversed by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/2036
- feat: support only updating existing BUILD files by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/1921
- feat: add support for bazel8 REPO.bazel ignore_directories by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/2039
- Fix a typo in the target name, and use relative target path by @goretkin in https://github.com/bazel-contrib/bazel-gazelle/pull/2024
- fix: attr.val is not updated when setting multiple times by @IanDxSSXX in https://github.com/bazel-contrib/bazel-gazelle/pull/2046
- walk: add benchmark for Walk by @jayconrod in https://github.com/bazel-contrib/bazel-gazelle/pull/2042
- walk: set parallelism to runtime.GOMAXPROCS by @jayconrod in https://github.com/bazel-contrib/bazel-gazelle/pull/2047
- refactor: move fs/walk related configuration to walk/config by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/2044
- refactor: simplify walkDir signature by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/2043
- Add proto override for k8s.io/kubelet to default_gazelle_overrides.bzl by @b-bremer in https://github.com/bazel-contrib/bazel-gazelle/pull/2049
- refactor: simplify symlink follow logic by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/2054
- fetch_repo: also remove WORKSPACE and MODULE files when cleaning by @pjjw in https://github.com/bazel-contrib/bazel-gazelle/pull/1991
- Improve performance of "Evaluate build tags as true and false" feature by @alopezz in https://github.com/bazel-contrib/bazel-gazelle/pull/2058
- feat(update-repos): allow users to profile gazelle update-repos by @tyler-french in https://github.com/bazel-contrib/bazel-gazelle/pull/2056
- Add proto override for github.com/hashicorp/go-plugin to default_gazelle_overrides.bzl by @uchanchlani in https://github.com/bazel-contrib/bazel-gazelle/pull/2062
- Support (and ignore) ‘tool’ directive in go.mod files. by @phst in https://github.com/bazel-contrib/bazel-gazelle/pull/2064
- [Feature] Enable support for go.work files in non-root modules by @stefanpenner in https://github.com/bazel-contrib/bazel-gazelle/pull/2067
- Improve consistency by prefering bazel_dep over Go by @zecke in https://github.com/bazel-contrib/bazel-gazelle/pull/2065
New Contributors
- @patrickmscott made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/1938
- @faximan made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2027
- @zecke made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2032
- @neilconway made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2035
- @goretkin made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2024
- @IanDxSSXX made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2046
- @b-bremer made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2049
- @alopezz made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2058
- @uchanchlani made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2062
- @phst made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2064
Full Changelog: https://github.com/bazel-contrib/bazel-gazelle/compare/v0.42.0...v0.43.0
v0.42.0
What's Changed
- Add naming convention override for github.com/google/go-jsonnet by @mortenmj in https://github.com/bazel-contrib/bazel-gazelle/pull/2004
- Add docs for
go_depsextension by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2010 - Get
gazelle_testandgenerationtestto pass with Bzlmod by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2009 - fix: use REPO.bazel and MODULE.bazel when finding repo root by @alexeagle in https://github.com/bazel-contrib/bazel-gazelle/pull/2013
- merger: handle ident load by @chasestarr in https://github.com/bazel-contrib/bazel-gazelle/pull/2014
- Fix version resolution with bazel_deps and improve warnings by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2015
- fix(cmd/gazelle): small cleanups to fix-update by @tyler-french in https://github.com/bazel-contrib/bazel-gazelle/pull/2017
- fix: Relaxing label parsing for Bazel 8 by @darkrift in https://github.com/bazel-contrib/bazel-gazelle/pull/2021
New Contributors
- @chasestarr made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2014
- @darkrift made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2021
Full Changelog: https://github.com/bazel-contrib/bazel-gazelle/compare/v0.41.0...v0.42.0
v0.41.0
What's Changed
- Downgrade and do not automatically update Go deps by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/1979
- fix: allow for newlines in expectedExitCode.txt by @mclarke47 in https://github.com/bazel-contrib/bazel-gazelle/pull/1987
- Add an
alias_kinddirective to configure wrapper macros by @alex-torok in https://github.com/bazel-contrib/bazel-gazelle/pull/1986 - refactor: simplify walk configuration, func signatures by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/1932
- [Proto] Make protoFileInfo method public by @ckilian867 in https://github.com/bazel-contrib/bazel-gazelle/pull/1998
- Fix go_deps warnings by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2003
- runner: propagate 'testonly' property to sh_binary by @pjjw in https://github.com/bazel-contrib/bazel-gazelle/pull/2002
- Fix staleness issues with recent Bazel versions by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2006
- Use apparent repo name in
go mod tidysuggestion by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/2007
New Contributors
- @mclarke47 made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/1987
- @pjjw made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/2002
Full Changelog: https://github.com/bazel-contrib/bazel-gazelle/compare/v0.40.0...v0.41.0
v0.40.0
What's Changed
- do not generate an empty rule if a go_proto_library was already gener… by @davidbyttow in https://github.com/bazel-contrib/bazel-gazelle/pull/1927
- Support MODULE.bazel test cases for gazelle_generation_test. by @gonzojive in https://github.com/bazel-contrib/bazel-gazelle/pull/1948
- Don't call dict.pop() with named arguments by @EdSchouten in https://github.com/bazel-contrib/bazel-gazelle/pull/1951
- go_deps should fail with a clear message when 2 modules that only differ in case are used by @Buzz-Lightyear in https://github.com/bazel-contrib/bazel-gazelle/pull/1954
- feat: warn when it looks like you're using ignore instead of exclude directive by @alex-torok in https://github.com/bazel-contrib/bazel-gazelle/pull/1955
- fix(repo): load repositories should fail on duplicates by @tyler-french in https://github.com/bazel-contrib/bazel-gazelle/pull/1937
- Hard failing if module versions aren't aligned between bazel dep and go.mod for a given module by @Buzz-Lightyear in https://github.com/bazel-contrib/bazel-gazelle/pull/1957
- Warning users when versions requested via bazel_dep and go.mod differ for the same go module by @Buzz-Lightyear in https://github.com/bazel-contrib/bazel-gazelle/pull/1963
- perf: do not revalidate glob expressions on each invocation by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/1964
- refactor: add rule.* type assertions by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/1961
- Fix Bazel module resolution regression in go_deps by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/1966
- go_deps: Support default naming convention override for Bazel modules by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/1967
- Issue #1965 - Fix label resolution for non-captured regex by @alandonham in https://github.com/bazel-contrib/bazel-gazelle/pull/1969
- Bump rules_go & Bazel deps by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/1973
- refactor: change pathTrie per-file to per-directory by @jbedard in https://github.com/bazel-contrib/bazel-gazelle/pull/1931
- Support load fixing on struct members (dotexpr) instead of just callexpr by @aaronsky in https://github.com/bazel-contrib/bazel-gazelle/pull/1972
- Use rules_shell for shell targets by @ted-xie in https://github.com/bazel-contrib/bazel-gazelle/pull/1960
- Remove explicit empty
versionargument by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/1974 - Revert to empty version and update repo metadata by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/1975
New Contributors
- @gonzojive made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/1948
- @alex-torok made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/1955
- @aaronsky made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/1972
- @ted-xie made their first contribution in https://github.com/bazel-contrib/bazel-gazelle/pull/1960
Full Changelog: https://github.com/bazel-contrib/bazel-gazelle/compare/v0.39.1...v0.40.0
v0.39.1
Updates rules_go to fix this error:
ERROR: .../external/rules_go~/go/platform/BUILD.bazel: no such target '@​@​rules_go~//go/platform:qnx': target 'qnx' not declared in package 'go/platform' defined by .../external/rules_go~/go/platform/BUILD.bazel
What's Changed
- override-generator: allow users to specify default values by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1910
- Update rules_go dep to v0.50.1 by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1943
- Let the Publish to BCR app maintain the module version by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1944
Full Changelog: https://github.com/bazelbuild/bazel-gazelle/compare/v0.39.0...v0.39.1
v0.39.0
What's Changed
- Add QNX and OSX to known platforms by @hofbi in https://github.com/bazelbuild/bazel-gazelle/pull/1853
- Allow
+in repo names by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1856 - go_repository_cache: set GOTOOLCHAIN to 'local' by @lbcjbb in https://github.com/bazelbuild/bazel-gazelle/pull/1859
- Fix Issue #1855: "All Bazel commands fail when changing a Go dependency when using Bzlmod extension" by @Buzz-Lightyear in https://github.com/bazelbuild/bazel-gazelle/pull/1861
- Add default directives for github.com/containerd by @mering in https://github.com/bazelbuild/bazel-gazelle/pull/1866
- Add gazelle-overrides for argo, grpcgateway by @udaya2899 in https://github.com/bazelbuild/bazel-gazelle/pull/1867
- refactor: remove file reference from ruleRecord by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1869
- refactor: compute transitive embeds during indexing by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1868
- refactor: compute labelMap when indexing by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1872
- refactor: remove reference to rule.Rule in mapResolver interface by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1873
- refactor: ensure rule index not modified after indexing by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1877
- docs: fix incorrect gazelle_generation_test param name by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1876
- refactor: embed gazelle generation_test_binary in gazelle_generation_test instead of recompiling by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1875
- refactor: make ruleRecord serializable by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1878
- Add package metadata to
go_repositorys by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1852 - refactor: process KindMap even when not indexing by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1882
- refactor: move walk util methods into struct by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1881
- refactor: add nil assignments to verify interface implementations by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1883
- perf: preload .bazelignore before configure, do not use globs by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1886
- refactor: remove nested walk function literal by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1884
- Preserve canonical labels as such by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1863
- perf: check if directory in .bazelignore before readdir by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1890
- revert #1873 by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1897
- rename
main()entrypoints tomain.goby @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1901 - Support timeout and size in gazelle_test by @rockwotj in https://github.com/bazelbuild/bazel-gazelle/pull/1909
- feat: include package URL in package_info by @alexeagle in https://github.com/bazelbuild/bazel-gazelle/pull/1917
- perf: Improve rule.Kind by @dzbarsky in https://github.com/bazelbuild/bazel-gazelle/pull/1919
- Fix patch file creation using Gazelle in diff mode by @alandonham in https://github.com/bazelbuild/bazel-gazelle/pull/1915
- perf: Improve merger.Mergefile by @dzbarsky in https://github.com/bazelbuild/bazel-gazelle/pull/1920
- test: add bazelignore test by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1912
- perf: walk workspace directories in parallel by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1893
- refactor: reduce path.join while walking repo by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1913
- chore: upgrade go mod dependencies by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1911
- prepare gazelle release 0.39 by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1925
- Add gazelle overrides to enable building rclone by @dmcardle in https://github.com/bazelbuild/bazel-gazelle/pull/1933
New Contributors
- @hofbi made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1853
- @Buzz-Lightyear made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1861
- @udaya2899 made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1867
- @rockwotj made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1909
- @alandonham made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1915
- @dmcardle made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1933
Full Changelog: https://github.com/bazelbuild/bazel-gazelle/compare/v0.38.0...v0.39.0
v0.38.0
What's Changed
- Add support for
include()inMODULE.bazelby @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1810 - feat: gazelle_test test rule by @hunshcn in https://github.com/bazelbuild/bazel-gazelle/pull/1785
- Handle arm64 host platform for MacOS by @smocherla-brex in https://github.com/bazelbuild/bazel-gazelle/pull/1817
- go_repository: add 'clean' build_file_generation by @TvdW in https://github.com/bazelbuild/bazel-gazelle/pull/1802
- fix: support leading ./ in .bazelignore by @jbedard in https://github.com/bazelbuild/bazel-gazelle/pull/1828
- Restore compatibility with Go 1.18 by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1833
- Remove reliance on specific canonical repo name scheme by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1835
- temporarily disable
//internal:bazel_teston Mac to fix CI by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1842 - update readmes for latest release by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1840
- [Gazelle] Fix Duplicate Load Bug by @ckilian867 in https://github.com/bazelbuild/bazel-gazelle/pull/1841
- [Proto] Require space between 'service' and service name in regex matching by @ckilian867 in https://github.com/bazelbuild/bazel-gazelle/pull/1845
- [Proto] Keep track of the names of Services, Messages, and Enums by @ckilian867 in https://github.com/bazelbuild/bazel-gazelle/pull/1844
- Always check files in generation tests by @Whoaa512 in https://github.com/bazelbuild/bazel-gazelle/pull/1847
- Support label using regexp in directive
gazelle:resolve_regexpby @lkassar-stripe in https://github.com/bazelbuild/bazel-gazelle/pull/1822 - Add
external/...prefix to${SRCDIR}in external repos by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1850 - feat(tools): add a tool to automate the generation of go_deps overrides by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1677
- prepare release 0.38 by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1849
New Contributors
- @smocherla-brex made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1817
- @TvdW made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1802
- @ckilian867 made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1841
- @lkassar-stripe made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1822
Full Changelog: https://github.com/bazelbuild/bazel-gazelle/compare/v0.37.0...v0.38.0
v0.37.0
What's Changed
- Apply map_kind to args as well as rule kinds by @illicitonion in https://github.com/bazelbuild/bazel-gazelle/pull/1722
- Add a pointer to bzlmod guide by @sluongng in https://github.com/bazelbuild/bazel-gazelle/pull/1781
- [Extraction] prep for go.mod & go.work FilePath ReplaceDirective work by @stefanpenner in https://github.com/bazelbuild/bazel-gazelle/pull/1780
- [cmd/fetch_repo] make cache corruption failures more clear by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1782
- Nit: pass -modcacherw in exec.Command. by @hauserx in https://github.com/bazelbuild/bazel-gazelle/pull/1784
- Mention JS extension in Aspect CLI by @alexeagle in https://github.com/bazelbuild/bazel-gazelle/pull/1646
- [Feature] bzlmod & go.work by @stefanpenner in https://github.com/bazelbuild/bazel-gazelle/pull/1731
- Add GIT_CONFIG_* env vars to go_repository allow-list by @mortenmj in https://github.com/bazelbuild/bazel-gazelle/pull/1791
- Reformat with latest buildifier by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1792
- [Feature] go.mod FilePath ReplaceDirective Support by @stefanpenner in https://github.com/bazelbuild/bazel-gazelle/pull/1776
- Fix README.rst by @AugustKarlstedt in https://github.com/bazelbuild/bazel-gazelle/pull/1795
- Update README.rst by @AugustKarlstedt in https://github.com/bazelbuild/bazel-gazelle/pull/1796
- Normalise newlines on Windows by @illicitonion in https://github.com/bazelbuild/bazel-gazelle/pull/1798
- Fix go.work use ROOT moddir by @hunshcn in https://github.com/bazelbuild/bazel-gazelle/pull/1800
- allow go_visibility directive to change command package's visibility by @hunshcn in https://github.com/bazelbuild/bazel-gazelle/pull/1794
- Ensure the Gazelle binary is built for the right platform by @EdSchouten in https://github.com/bazelbuild/bazel-gazelle/pull/1803
- Add support for
debug_modeoption togo_depsby @davidbyttow in https://github.com/bazelbuild/bazel-gazelle/pull/1806 - Remove special resolution of go_proto imports by @linzhp in https://github.com/bazelbuild/bazel-gazelle/pull/1807
- address nogo complaints about variable shadowing by @pmenglund in https://github.com/bazelbuild/bazel-gazelle/pull/1808
- Make
# gazelle:proto filework without needing to set differentoption go_packagein .proto files by @jeromep-stripe in https://github.com/bazelbuild/bazel-gazelle/pull/1765 - go_deps: ignore go.work toolchain directive by @malt3 in https://github.com/bazelbuild/bazel-gazelle/pull/1809
- prepare release 0.37.0 by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1812
New Contributors
- @stefanpenner made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1780
- @AugustKarlstedt made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1795
- @hunshcn made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1800
- @EdSchouten made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1803
- @davidbyttow made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1806
- @pmenglund made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1808
- @jeromep-stripe made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1765
Full Changelog: https://github.com/bazelbuild/bazel-gazelle/compare/v0.36.0...v0.37.0
v0.36.0
What's Changed
- Test with incompatible flags by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1696
- adding more default gazelle overrides by @linzhp in https://github.com/bazelbuild/bazel-gazelle/pull/1701
- rule: add accessor for attribute comments by @t-8ch in https://github.com/bazelbuild/bazel-gazelle/pull/1700
- rule: set update flag on Rule.AddArg by @t-8ch in https://github.com/bazelbuild/bazel-gazelle/pull/1702
- rule: rename GetAttrComments -> AttrComments by @t-8ch in https://github.com/bazelbuild/bazel-gazelle/pull/1703
- Remove some usage of deprecated ioutil by @dzbarsky in https://github.com/bazelbuild/bazel-gazelle/pull/1704
- Allow passing Gazelle binary as a file by @linzhp in https://github.com/bazelbuild/bazel-gazelle/pull/1706
- rule: allow usage of Label struct with Rule APIs by @t-8ch in https://github.com/bazelbuild/bazel-gazelle/pull/1705
- Remove ioutil usage by @dzbarsky in https://github.com/bazelbuild/bazel-gazelle/pull/1707
- doc: fix link to Swift gazelle plugin by @cgrindel in https://github.com/bazelbuild/bazel-gazelle/pull/1708
- Fix two shellcheck warnings in gazelle.bash.in by @mortenmj in https://github.com/bazelbuild/bazel-gazelle/pull/1710
- implement expression conversions via BzlExprValue interface by @t-8ch in https://github.com/bazelbuild/bazel-gazelle/pull/1714
- update documentation for 0.35 by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1712
- Update circl to v1.3.7 in tests by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1718
- rule: make value sorting configurable (alternative implementation) by @t-8ch in https://github.com/bazelbuild/bazel-gazelle/pull/1719
- Add check in
update-reposto omit readingWORKSPACEon bzlmod only repos. by @Megakuul in https://github.com/bazelbuild/bazel-gazelle/pull/1727 - Add default gazelle override for github.com/cockroachdb/errors. by @fardream in https://github.com/bazelbuild/bazel-gazelle/pull/1728
- README: fix resolve_regexp doc by @sluongng in https://github.com/bazelbuild/bazel-gazelle/pull/1729
- feat(bzlmod): allow
default_gazelle_attributesforgo_depsextension by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1716 - add new std_packages from go 1.22 by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1740
- fix: wrap generation test labels with Label() by @pedrobarco in https://github.com/bazelbuild/bazel-gazelle/pull/1743
- proto: Add Bzlmod support for well-known types by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1741
- Test BCR with Bazel 6.5.0 and 7.0.2 by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1744
- Set go_naming_convention for cel-go by @riking in https://github.com/bazelbuild/bazel-gazelle/pull/1746
- nit: fix error message in go_repository by @hauserx in https://github.com/bazelbuild/bazel-gazelle/pull/1750
- Add
go_deps.config(env = ...)as a replacement forgazelle_dependencies(go_env = ...)by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1748 - Warn if integrity not specified for archive_override by @scaiper in https://github.com/bazelbuild/bazel-gazelle/pull/1753
- Use host module cache whithout build cache and verify it by @scaiper in https://github.com/bazelbuild/bazel-gazelle/pull/1755
- Update default_gazelle_overrides.bzl by @sluongng in https://github.com/bazelbuild/bazel-gazelle/pull/1758
- Mark
go_depsextension as reproducible by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1761 - Ignore
puregobuild constraint by [@ma
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.