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 Adoption Passing Confidence Type Update
@types/chrome (source) ^0.0.304 -> ^0.0.323 age adoption passing confidence devDependencies patch
aspect_rules_esbuild 0.21.0 -> 0.22.1 age adoption passing confidence bazel_dep minor
aspect_rules_js 2.1.3 -> 2.3.7 age adoption passing confidence bazel_dep minor
aspect_rules_ts 3.5.0 -> 3.6.0 age adoption passing confidence bazel_dep minor
bazel 8.0.1 -> 8.2.1 age adoption passing confidence minor
chrome 138.0.7153.0 -> 138.0.7193.0 age adoption passing confidence patch
gazelle 0.42.0 -> 0.43.0 age adoption passing confidence bazel_dep minor
github.com/bazelbuild/rules_go v0.52.0 -> v0.54.1 age adoption passing confidence require minor
github.com/chromedp/chromedp v0.12.1 -> v0.13.6 age adoption passing confidence require minor
github.com/google/go-cmp v0.6.0 -> v0.7.0 age adoption passing confidence require minor
go (source) 1.23.6 -> 1.24.3 age adoption passing confidence toolchain minor
golang (source) 1.23.6 -> 1.24.3 age adoption passing confidence minor
golang.org/x/crypto v0.35.0 -> v0.38.0 age adoption passing confidence require minor
golang.org/x/tools v0.29.0 -> v0.33.0 age adoption passing confidence require minor
jsdom ^26.0.0 -> ^26.1.0 age adoption passing confidence dependencies minor
robinraju/release-downloader v1.11 -> v1.12 age adoption passing confidence action minor
rules_go 0.52.0 -> 0.54.1 age adoption passing confidence bazel_dep minor
rules_nodejs 6.3.3 -> 6.4.0 age adoption passing confidence bazel_dep minor
rules_pkg (source) 1.0.1 -> 1.1.0 age adoption passing confidence bazel_dep minor
typescript (source) ^5.7.3 -> ^5.8.3 age adoption passing confidence devDependencies minor

Release Notes

bazelbuild/bazel (bazel)

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:

bazel-contrib/bazel-gazelle (gazelle)

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.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: bazel-contrib/rules_go@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: bazel-contrib/rules_go@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: bazel-contrib/rules_go@v0.52.0...v0.53.0

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

v0.13.6

Compare Source

v0.13.5

Compare Source

v0.13.4

Compare Source

v0.13.3

Compare Source

v0.13.2: chromedp v0.13.2

Compare Source

Full Changelog: chromedp/chromedp@v0.13.1...v0.13.2

v0.13.1

Compare Source

v0.13.0: chromedp v0.13.0

Compare Source

Full Changelog: chromedp/chromedp@v0.12.1...v0.13.0

google/go-cmp (github.com/google/go-cmp)

v0.7.0

Compare Source

New API:

  • (#​367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#​370) Detect proto.Message types when failing to export a field
golang/go (go)

v1.24.3

v1.24.2

v1.24.1

v1.24.0

v1.23.9

v1.23.8

v1.23.7

jsdom/jsdom (jsdom)

v26.1.0

Compare Source

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
robinraju/release-downloader (robinraju/release-downloader)

v1.12: Release Downloader v1.12

Compare Source

What's Changed

Full Changelog: robinraju/release-downloader@v1...v1.12

bazel-contrib/rules_nodejs (rules_nodejs)

v6.4.0

[!WARNING]

Node 20 by default

This release updates the default Node.js version from v18 to v20. If this is breaking for you, explicitly set a v18 release.

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_nodejs", version = "6.4.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "8bfd114e95e88df5ecc66b03b726944f47a8b46db4b3b6ace87cfc316713bd1c",
    strip_prefix = "rules_nodejs-6.4.0",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.4.0/rules_nodejs-v6.4.0.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.3.5...v6.4.0

v6.3.5

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_nodejs", version = "6.3.5")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "164f1bd7e2a67ab3f6caf5b49b53c7dd625d293513154fa720e30d39eaa8285f",
    strip_prefix = "rules_nodejs-6.3.5",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.5/rules_nodejs-v6.3.5.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.3.4...v6.3.5

v6.3.4

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_nodejs", version = "6.3.4")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "b361863788b15d9d0cebf6803c22e8d1afa689a0eefef96dec46bcce30527090",
    strip_prefix = "rules_nodejs-6.3.4",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.4/rules_nodejs-v6.3.4.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.3.3...v6.3.4

bazelbuild/rules_pkg (rules_pkg)

v1.1.0

Compare Source

New Features

  • pkg_dep: Add the multi_arch option in make_deb.py in order to add the Multi-Arch field in debian control file. (#​937)
  • pkg_rpm: Generic debuginfo RPM platform support (#​942)
  • pkg_rpm: fix sub-RPM post_scriptlet and add %postun support (#​934)
  • install: Add --wipe_destdir option (#​894)
  • pkg_tar: Make compression_level configurable for .tar.gz (#​888)
  • pkg_install: Add destdir attr & read rel paths. (#​886)
  • pkg_install: Support TreeArtifacts. (#​885)

Incompatible Changes

None that we know of.

Change Log

  • Modify the rich_structure example to set include_runfiles (#​906)
  • Fix installing an installed running process (#​941)
  • tar_writer.py: address duplicate dir warning regression (#​900)
  • Add the multi_arch option in make_deb.py in order to add the Multi-Arch field in debian control file. (#​937)
  • Generic debuginfo RPM platform support (#​942)
  • rpm: fix sub-RPM post_scriptlet and add %postun support (#​934)
  • Syntax highlight the readme as starlark (#​939)
  • rpm: Consume group info for sub RPMs (#​931)
  • ci: Check pre-commit hooks in CI (#​922)
  • fix: Avoid else after return in mappings bzl (#​923)
  • Add pre-commit hooks to format trailing whitespaces (#​924)
  • Pre commit autoupdate and format files (#​913)
  • Allow some common rule args in verify_archive_test (#​917)
  • ci: Bump Ubuntu version in CI from 18 to 22 (#​912)
  • Fix check_must_contain_regex in verify_archive.bzl (#​910)
  • Delete deb_packages directory (#​903)
  • install: Add --wipe_destdir option (#​894)
  • Load py_binary from rules_python (#​895)
  • make_rpm: suppress unconditional debug prints (#​892)
  • pkg_install: modify log levels & print destdir by default. (#​891)
  • Make compression_level configurable for .tar.gz (#​888)
  • rpm: Refine prefix matching for sub RPMs to reduce fragility (#​879)
  • pkg_install: Add destdir attr & read rel paths. (#​886)
  • pkg_install: Support TreeArtifacts. (#​885)
  • Add support for repo mapping (#​878)

Thanks to all the contributors to this release: Andrea Nardelli,
Chris Bachhuber, Dahan Gong, Eric Wieser, Ivo List, Luis Padron,
Markus Hofbauer, Mateusz Krakowiak, Michael Kelly, Mike Kelly,
Nic, Peter Collingbourne, Thomas Lam, Tony Aiuto, Yun Peng,
jacky8hyf, hcw-g, njlr, Peter Woodman, wade-arista

MODULE.bazel setup

bazel_dep(name = "rules_pkg", version = "1.1.0")

WORKSPACE setup

load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_pkg",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.1.0/rules_pkg-1.1.0.tar.gz",
        "https://github.com/bazelbuild/rules_pkg/releases/download/1.1.0/rules_pkg-1.1.0.tar.gz",
    ],
    sha256 = "b7215c636f22c1849f1c3142c72f4b954bb12bb8dcf3cbe229ae6e69cc6479db",
)
load("@&#8203;rules_pkg//:deps.bzl", "rules_pkg_dependencies")
rules_pkg_dependencies()

*Using the rules


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.33.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 14 times, most recently from a8d052b to 83e01c8 Compare May 15, 2025 02:04
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from f9bfc90 to 0ddc59a Compare May 20, 2025 20:35
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 0ddc59a to c9bc6f8 Compare May 21, 2025 23:59
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