Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/chrome (source) ^0.0.254 -> ^0.0.256 age adoption passing confidence devDependencies patch
aspect_rules_esbuild 0.16.0 -> 0.18.0 age adoption passing confidence bazel_dep minor
chrome 122.0.6218.0 -> 122.0.6229.0 age adoption passing confidence patch
github.com/bazelbuild/rules_go v0.44.1 -> v0.44.2 age adoption passing confidence require patch
jsdom ^23.0.1 -> ^23.1.0 age adoption passing confidence dependencies minor
rules_go 0.44.1 -> 0.44.2 age adoption passing confidence bazel_dep patch
rules_nodejs 6.0.2 -> 6.0.3 age adoption passing confidence bazel_dep patch

Release Notes

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

v0.44.2

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "7c76d6236b28ff695aa28cf35f95de317a9472fd1fb14ac797c9bf684f09b37c",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

Full Changelog: bazel-contrib/rules_go@v0.44.1...v0.44.2

jsdom/jsdom (jsdom)

v23.1.0

Compare Source

  • Added an initial implementation of ElementInternals, including the shadowRoot getter and the string-valued ARIA properties. (zjffun)
  • Added the string-valued ARIA attribute-reflecting properties to Element.
  • Fixed history.pushState() and history.replaceState() to follow the latest specification, notably with regards to how they handle empty string inputs and what new URLs are possible.
  • Fixed the input.valueAsANumber setter to handle NaN correctly. (alexandertrefz)
  • Updated various dependencies, including cssstyle which contains several bug fixes.

Configuration

📅 Schedule: Branch creation - "every weekend" (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 has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from ralimi as a code owner January 6, 2024 01:21
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 28eccf4 to 71e4b5b Compare January 6, 2024 03:27
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 71e4b5b to 0309677 Compare January 6, 2024 05:51
@ralimi ralimi merged commit cb82732 into google:master Jan 6, 2024
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