Commit 8cef613
authored
Bump dependency versions, drop compatibility_level (#1815)
Removes `compatibility_level` from the `module` directive in
`MODULE.bazel`. Bumps the following dependency versions:
Bazel modules:
- `bazel_features`: 1.38.0 => 1.42.0
- `bazel_skylib`: 1.8.2 => 1.9.0
- `protobuf`: v33.4 => v33.5
- `rules_cc`: 0.2.14 => 0.2.17
- `rules_go`: 0.59.0 => 0.60.0
- `rules_java`: 9.3.0 => 9.6.1
- `rules_python`: 1.7.0 => 1.8.5
Golang:
- Golang: 1.25.5 => 1.26.0
- `golang.org/x/tools`: v0.40.0 => v0.42.2
Maven artifacts:
- `org.scalameta:scalafmt-core_*`: 3.10.2 => 3.10.7
- `org.scala-sbt:compiler-interface`: 1.11.0 => 1.12.0
- `org.scala-sbt:util-interface`: 1.11.7 => 1.12.4
- `org.google.protobuf:protobuf-java`: 4.33.4 => 4.33.5
- `io.grpc:grpc-*`: 1.77.0 => 1.79.0
- `com.google.api.grpc:proto-google-common-protos`: 2.63.1 => 2.66.0
---
Most of the change is a routine dependency version bump before a new
patch level release. There are two specific changes of note.
First, Bazel 8.6.0 and 9.1.0 effectively make the `compatibility_level`
attribute of the `module` directive a no-op per bazelbuild/bazel#28600.
Second, though `protobuf` v34.0 is out, we only update to v35.5 because
v40.0 drops support for Bazel 7 (in maintenance mode until December
2026):
- https://github.com/protocolbuffers/protobuf/releases/tag/v34.0
- protocolbuffers/protobuf@304c9ba
- https://protobuf.dev/support/migration/#dropped-bazel-7-support
- https://bazel.build/release
I'll confer with the Bazel Rules Author SIG on 2026-03-03 regarding
whether or not we should begin planning to deprecate Bazel 7 support.
Doing so would likely necessitate a major version bump to `rules_scala`
8.0.0. (It would be good to get some other large pending changes in
before then, notably the possible `rules_jvm_external` migration.)1 parent 626a80f commit 8cef613
36 files changed
Lines changed: 1169 additions & 1060 deletions
File tree
- deps/latest
- dt_patches
- test_dt_patches_user_srcjar
- test_dt_patches
- examples
- crossbuild
- overridden_artifacts
- scala3
- semanticdb
- testing
- multi_frameworks_toolchain
- scalatest_repositories
- specs2_junit_repositories
- twitter_scrooge
- protoc/private
- scala
- scripts
- test_cross_build
- scalafmt
- test
- compiler_sources_integrity
- scalafmt
- third_party
- repositories
- test/proto
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
245 | 244 | | |
246 | 245 | | |
247 | 246 | | |
248 | | - | |
| 247 | + | |
249 | 248 | | |
250 | 249 | | |
251 | 250 | | |
| |||
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
259 | | - | |
| 258 | + | |
260 | 259 | | |
261 | 260 | | |
262 | 261 | | |
| |||
275 | 274 | | |
276 | 275 | | |
277 | 276 | | |
278 | | - | |
| 277 | + | |
279 | 278 | | |
280 | 279 | | |
281 | | - | |
282 | | - | |
| 280 | + | |
| 281 | + | |
283 | 282 | | |
284 | 283 | | |
285 | 284 | | |
| |||
292 | 291 | | |
293 | 292 | | |
294 | 293 | | |
295 | | - | |
| 294 | + | |
296 | 295 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1547 | 1547 | | |
1548 | 1548 | | |
1549 | 1549 | | |
1550 | | - | |
1551 | | - | |
1552 | | - | |
1553 | | - | |
1554 | | - | |
1555 | | - | |
1556 | | - | |
1557 | | - | |
1558 | | - | |
1559 | | - | |
1560 | | - | |
1561 | | - | |
1562 | | - | |
1563 | | - | |
1564 | | - | |
1565 | | - | |
1566 | | - | |
1567 | | - | |
1568 | | - | |
1569 | | - | |
1570 | | - | |
1571 | | - | |
1572 | | - | |
1573 | | - | |
1574 | | - | |
1575 | 1550 | | |
1576 | 1551 | | |
1577 | 1552 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
0 commit comments