Skip to content

chore(deps): update patch updates #2088

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: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
abortcontroller-polyfill 1.7.5 -> 1.7.8 age adoption passing confidence devDependencies patch
buildifier_prebuilt 8.0.1 -> 8.0.3 age adoption passing confidence bazel_dep patch
platforms 0.0.5 -> 0.0.11 age adoption passing confidence bazel_dep patch
webfactory/ssh-agent v0.9.0 -> v0.9.1 age adoption passing confidence action patch

Release Notes

mo/abortcontroller-polyfill (abortcontroller-polyfill)

v1.7.8

Compare Source

v1.7.7

Compare Source

v1.7.6

Compare Source

keith/buildifier-prebuilt (buildifier_prebuilt)

v8.0.3

Compare Source

What's Changed

Full Changelog: keith/buildifier-prebuilt@8.0.1...8.0.3

Bazel Module Snippet

bazel_dep(
    name = "buildifier_prebuilt",
    version = "8.0.3",
    dev_dependency = True,
)

Workspace Snippet

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

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "bf9101bd5d657046674167986a18d44c5612e417194dc55aff8ca174344de031",
    strip_prefix = "buildifier-prebuilt-8.0.3",
    urls = [
        "http://github.com/keith/buildifier-prebuilt/archive/8.0.3.tar.gz",
    ],
)

load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")

buildifier_prebuilt_deps()

load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains")

buildifier_prebuilt_register_toolchains()
bazelbuild/platforms (platforms)

v0.0.11

Compare Source

What's Changed

New Contributors

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz",
    ],
    sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f",
)

Full Changelog: bazelbuild/platforms@0.0.10...0.0.11

v0.0.10

Compare Source

What's Changed

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
    ],
    sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
)

Full Changelog: bazelbuild/platforms@0.0.9...0.0.10

v0.0.9

Compare Source

What's Changed

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
    ],
    sha256 = "5eda539c841265031c2f82d8ae7a3a6490bd62176e0c038fc469eabf91f6149b",
)

### To use the new Starlark host platform in @​platforms, also include the following snippet:
load("@​platforms//host:extension.bzl", "host_platform_repo")
host_platform_repo(name = "host_platform")

Full Changelog: bazelbuild/platforms@0.0.8...0.0.9

v0.0.8

Compare Source

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
    ],
    sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74",
)

v0.0.7

Compare Source

Rollup release from 0.0.6

  • add visionos
  • clarify arm version a bit
  • add arm cortex-r52 and r82
  • add ppc32

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
    ],
    sha256 = "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51",
)

v0.0.6

Compare Source

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
    ],
    sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
)

If you use WORKSPACE rather than bzlmod, you will also need to depend on rules_license. Pick the latest one from bazelbuild/rules_license/releases.

This release adds new os values: haiku, fuschia, and chromiumos

webfactory/ssh-agent (webfactory/ssh-agent)

v0.9.1

Compare Source

Fixed
  • Fix path used to execute ssh-agent in cleanup.js to respect custom paths set by input (#​235)

Configuration

📅 Schedule: Branch creation - "after 2am every weekday,before 5am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 renovate bot added the deps Renovate PRs label Feb 6, 2025
Copy link

aspect-workflows bot commented Feb 6, 2025

Test

⚠️ Buildkite build #8528 failed.

//js/private/test/image/non_ascii:bin2 failed to build

errors encountered resolving select() keys for //js/private/test/image/non_ascii:bin2

💡 To reproduce the build failures, run

bazel build //js/private/test/image/non_ascii:bin2

Test

e2e/bzlmod

Waiting for runner...


Test

e2e/gyp_no_install_script

Waiting for runner...


Test

e2e/js_image_oci

Waiting for runner...


Test

e2e/npm_link_package

Waiting for runner...


Test

e2e/npm_link_package-esm

Waiting for runner...


Test

e2e/npm_translate_lock

Waiting for runner...


Test

e2e/npm_translate_lock_empty

Waiting for runner...


Test

e2e/npm_translate_lock_multi

Waiting for runner...


Test

e2e/npm_translate_lock_partial_clone

Waiting for runner...


Test

e2e/npm_translate_lock_replace_packages

Waiting for runner...


Test

e2e/npm_translate_lock_subdir_patch

Waiting for runner...


Test

e2e/npm_translate_package_lock

Waiting for runner...


Test

e2e/npm_translate_yarn_lock

Waiting for runner...


Test

e2e/package_json_module

Waiting for runner...


Test

e2e/pnpm_lockfiles

Waiting for runner...


Test

e2e/pnpm_workspace

Waiting for runner...


Test

e2e/pnpm_workspace_rerooted

Waiting for runner...


Test

e2e/repo_mapping

Waiting for runner...


Test

e2e/rules_foo

Waiting for runner...


Test

e2e/runfiles

Waiting for runner...


Test

e2e/vendored_node

Waiting for runner...


Buildifier      Format

@renovate renovate bot force-pushed the renovate/patch-updates branch 2 times, most recently from 2f75987 to 959065b Compare February 13, 2025 01:25
@renovate renovate bot force-pushed the renovate/patch-updates branch 6 times, most recently from ff13231 to 0c4a1af Compare February 19, 2025 18:08
@renovate renovate bot force-pushed the renovate/patch-updates branch 3 times, most recently from 625929a to 36c65a4 Compare March 4, 2025 19:02
@renovate renovate bot force-pushed the renovate/patch-updates branch 5 times, most recently from abbc25d to 2b77dc6 Compare March 12, 2025 18:01
@renovate renovate bot force-pushed the renovate/patch-updates branch 5 times, most recently from 808906f to 1a53791 Compare March 18, 2025 17:05
@renovate renovate bot force-pushed the renovate/patch-updates branch 7 times, most recently from 6b7f5e7 to 0a05543 Compare March 24, 2025 18:31
@renovate renovate bot force-pushed the renovate/patch-updates branch 17 times, most recently from bdbe9af to 0797661 Compare April 25, 2025 05:10
@renovate renovate bot force-pushed the renovate/patch-updates branch 6 times, most recently from 51c3cba to fcc661a Compare May 2, 2025 03:58
@renovate renovate bot force-pushed the renovate/patch-updates branch 4 times, most recently from 5cde029 to 65add11 Compare May 15, 2025 18:26
@renovate renovate bot force-pushed the renovate/patch-updates branch from 65add11 to 7015730 Compare May 31, 2025 00:14
@renovate renovate bot force-pushed the renovate/patch-updates branch from 7015730 to 960f0a9 Compare May 31, 2025 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Renovate PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants