Skip to content

fix(deps): update all non-major dependencies #393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 15, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/chrome (source) ^0.0.304 -> ^0.1.0 age confidence devDependencies minor
aspect_rules_esbuild 0.21.0 -> 0.22.1 age confidence bazel_dep minor
aspect_rules_js 2.1.3 -> 2.3.8 age confidence bazel_dep minor
aspect_rules_ts 3.5.0 -> 3.6.3 age confidence bazel_dep minor
bazel 8.0.1 -> 8.3.1 age confidence minor
bazel_skylib 1.7.1 -> 1.8.1 age confidence bazel_dep minor
chrome 139.0.7206.2 -> 139.0.7258.31 age confidence patch
gazelle 0.42.0 -> 0.44.0 age confidence bazel_dep minor
github.com/bazelbuild/rules_go v0.52.0 -> v0.55.1 age confidence require minor
github.com/chromedp/chromedp v0.12.1 -> v0.13.7 age confidence require minor
github.com/google/go-cmp v0.6.0 -> v0.7.0 age confidence require minor
go (source) 1.23.6 -> 1.24.5 age confidence toolchain minor
golang (source) 1.23.6 -> 1.24.5 age confidence minor
golang.org/x/crypto v0.35.0 -> v0.40.0 age confidence require minor
golang.org/x/tools v0.29.0 -> v0.35.0 age confidence require minor
jsdom ^26.0.0 -> ^26.1.0 age confidence dependencies minor
robinraju/release-downloader v1.11 -> v1.12 age confidence action minor
rules_go 0.52.0 -> 0.55.1 age confidence bazel_dep minor
rules_nodejs 6.3.3 -> 6.4.0 age confidence bazel_dep minor
rules_pkg (source) 1.0.1 -> 1.1.0 age confidence bazel_dep minor
typescript (source) ^5.7.3 -> ^5.8.3 age confidence devDependencies minor

Release Notes

bazelbuild/bazel (bazel)

v8.3.1

Compare Source

[!NOTE]
If you are looking for rolling releases, please visit this page.

Release 8.3.1 (2025-06-30)

Bazel 8.3.1 is a patch LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

  • Removed the "overwrote runfiles" warning related to rules_shell. (#​26374)
  • Reverted the change to move the Bash runfiles library out of Bazel. This will be delayed until 9.0. (#​26372)
  • Fixed hang with force fetching + repo contents cache (#​26412)

Refer to the full list of commits for more details.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B.

v8.3.0

Compare Source


Release Notes:

v8.2.1

Compare Source


Release Notes:

v8.2.0

Compare Source


Release Notes:

v8.1.1

Compare Source


Release Notes:

v8.1.0

Compare Source


Release Notes:

bazelbuild/bazel-skylib (bazel_skylib)

v1.8.1

Compare Source

What's Changed

Full Changelog: bazelbuild/bazel-skylib@1.8.0...1.8.1

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-skylib@1.7.1...1.8.0

bazel-contrib/bazel-gazelle (gazelle)

v0.44.0

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.43.0...v0.44.0

v0.43.0

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.42.0...v0.43.0

bazelbuild/rules_go (github.com/bazelbuild/rules_go)

v0.55.1

Compare Source

This includes:

WORKSPACE code
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "9d72f7b8904128afb98d46bbef82ad7223ec9ff3718d419afb355fddd9f9484a",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.55.1/rules_go-v0.55.1.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.55.1/rules_go-v0.55.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.24.4")

v0.55.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "c6cf9da6668ac84c470c43cbfccb8fdc844ead2b5a8b918e2816d44f2986f644",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.55.0/rules_go-v0.55.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.55.0/rules_go-v0.55.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.24.3")

What's Changed

New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.54.1...v0.55.0

v0.54.1

Compare Source

This release include two bug fixes:

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "130739704540caa14e77c54810b9f01d6d9ae897d53eedceb40fd6b75efc3c23",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.54.1/rules_go-v0.54.1.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.54.1/rules_go-v0.54.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.24.3")

Full Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.54.0...v0.54.1

v0.54.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "f2d15bea3e241aa0e3a90fb17a82e6a8ab12214789f6aeddd53b8d04316d2b7c",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.54.0/rules_go-v0.54.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.54.0/rules_go-v0.54.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.24.2")

What's Changed

New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.53.0...v0.54.0

v0.53.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "b78f77458e77162f45b4564d6b20b6f92f56431ed59eaaab09e7819d1d850313",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.53.0/rules_go-v0.53.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.53.0/rules_go-v0.53.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.24.0")

What's Changed

New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.52.0...v0.53.0

chromedp/chromedp (github.com/chromedp/chromedp)

v0.13.7

Compare Source

v0.13.6

Compare Source

v0.13.5

Compare Source

v0.13.4

Compare Source

v0.13.3

[Compare Source](https://redirect.github


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from ralimi as a code owner February 15, 2025 02:03
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from ec84ec0 to 8348687 Compare February 15, 2025 05:18
ralimi
ralimi previously approved these changes Feb 15, 2025
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 4ddc37f to 9ad14e0 Compare February 22, 2025 01:48
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 9ad14e0 to 67a1bf9 Compare February 22, 2025 05:46
Copy link

forking-renovate bot commented Feb 22, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/chromedp/cdproto v0.0.0-20250210231439-aea867ea8506 -> v0.0.0-20250403032234-65de8f5d025b
golang.org/x/sys v0.30.0 -> v0.34.0

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 07c8b3b to a0d1848 Compare February 28, 2025 15:52
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b9bdac4 to 5d31666 Compare June 1, 2025 21:36
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ec06e4f to db8a8cd Compare June 9, 2025 02:42
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4e6520c to 60e6c9e Compare June 18, 2025 11:53
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8388e44 to 3acf660 Compare June 22, 2025 22:35
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2d1eee2 to aaf1ed9 Compare July 2, 2025 18:32
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from aaf1ed9 to 67a7df3 Compare July 12, 2025 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants