Skip to content
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

build: update all non-major dependencies #2610

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

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Feb 19, 2025

This PR contains the following updates:

Package Type Update Change
@google-cloud/storage devDependencies patch 7.15.1 -> 7.15.2
@microsoft/api-extractor (source) dependencies patch 7.50.0 -> 7.50.1
@microsoft/api-extractor (source) dependencies minor 7.50.0 -> 7.50.1
@types/jasmine (source) devDependencies patch 5.1.6 -> 5.1.7
@types/node (source) dependencies patch 22.13.4 -> 22.13.5
actions/upload-artifact action patch v4.6.0 -> v4.6.1
aspect_rules_js http_archive minor v2.1.3 -> v2.2.0
firebase-tools devDependencies patch 13.31.1 -> 13.31.2
github/codeql-action action patch v3.28.9 -> v3.28.10
prettier (source) dependencies patch 3.5.1 -> 3.5.2
renovate (source) dependencies minor 39.175.7 -> 39.179.1
rxjs (source) devDependencies patch 7.8.1 -> 7.8.2
selenium-webdriver (source) dependencies minor 4.28.1 -> 4.29.0
uuid dependencies minor 11.0.5 -> 11.1.0
ws devDependencies patch 8.18.0 -> 8.18.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/nodejs-storage (@​google-cloud/storage)

v7.15.2

Compare Source

Bug Fixes
microsoft/rushstack (@​microsoft/api-extractor)

v7.50.1

Compare Source

Sat, 22 Feb 2025 01:11:11 GMT

Patches
  • Upgrade the bundled compiler engine to TypeScript 5.7.3
actions/upload-artifact (actions/upload-artifact)

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

aspect-build/rules_js (aspect_rules_js)

v2.2.0

Compare Source

Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_js", version = "2.2.0")

####### Node.js version #########

### By default you get the node version from DEFAULT_NODE_VERSION in @​rules_nodejs//nodejs:repositories.bzl
### Optionally you can pin a different node version:
bazel_dep(name = "rules_nodejs", version = "6.3.0")
node = use_extension("@​rules_nodejs//nodejs:extensions.bzl", "node", dev_dependency = True)
node.toolchain(node_version = "16.14.2")

#################################

npm = use_extension("@​aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True)

npm.npm_translate_lock(
    name = "npm",
    pnpm_lock = "//:pnpm-lock.yaml",
    verify_node_modules_ignored = "//:.bazelignore",
)

use_repo(npm, "npm")

pnpm = use_extension("@​aspect_rules_js//npm:extensions.bzl", "pnpm")

### Allows developers to use the matching pnpm version, for example:
### bazel run -- @​pnpm --dir /home/runner/work/rules_js/rules_js install
use_repo(pnpm, "pnpm")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "aspect_rules_js",
    sha256 = "d66f8abf914a0454a69181b7b17acaae56d7b0e2784cb26b40cb3273c4d836d1",
    strip_prefix = "rules_js-2.2.0",
    url = "https://github.com/aspect-build/rules_js/releases/download/v2.2.0/rules_js-v2.2.0.tar.gz",
)

load("@​aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

rules_js_dependencies()

load("@​aspect_rules_js//js:toolchains.bzl", "DEFAULT_NODE_VERSION", "rules_js_register_toolchains")

rules_js_register_toolchains(node_version = DEFAULT_NODE_VERSION)

load("@​aspect_rules_js//npm:repositories.bzl", "npm_translate_lock")

npm_translate_lock(
    name = "npm",
    npmrc = "//:.npmrc",
    pnpm_lock = "//:pnpm-lock.yaml",
    verify_node_modules_ignored = "//:.bazelignore",
)

load("@​npm//:repositories.bzl", "npm_repositories")

npm_repositories()

What's Changed

New Contributors

Full Changelog: aspect-build/rules_js@v2.1.3...v2.2.0

firebase/firebase-tools (firebase-tools)

v13.31.2

Compare Source

  • Fixed an issue where --import path was incorrectly resolved for the Data Connect emulator. (#​8219)
  • Updated the Firebase Data Connect local toolkit to v1.8.2 which fixes an issue with a missing FirebaseError import. (#​8232)
github/codeql-action (github/codeql-action)

v3.28.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.10 - 21 Feb 2025
  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

renovatebot/renovate (renovate)

v39.179.1

Compare Source

Build System

v39.179.0

Compare Source

Features
Bug Fixes
  • datasource/docker: use dockerMaxPages limit for hub.docker.com (#​34405) (1e1f0d6)

v39.178.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.43.2 (main) (#​34425) (2ec104d)
Miscellaneous Chores
  • deps: update dependency type-fest to v4.35.0 (main) (#​34426) (9174262)
  • Update administration-only.yml description (7bbc394)

v39.178.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.7.19 (main) (#​34424) (07e6c46)
Documentation
Miscellaneous Chores
  • deps: lock file maintenance (main) (#​34419) (b1f756c)
  • deps: update containerbase/internal-tools action to v3.10.5 (main) (#​34420) (784dbc5)
  • deps: update dependency pnpm to v10.4.1 (main) (#​34417) (c4e20c8)
  • deps: update dependency renovatebot/github-action to v41.0.14 (main) (#​34423) (3fe8d24)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.7.19 (main) (#​34422) (6f135b6)

v39.178.1

Compare Source

Bug Fixes

v39.178.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.43.1 (main) (#​34413) (217b77a)

v39.177.3

Compare Source

Bug Fixes
Tests

v39.177.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.7.18 (main) (#​34409) (ee74996)
Miscellaneous Chores

v39.177.1

Compare Source

Miscellaneous Chores
Build System

v39.177.0

Compare Source

Features
Bug Fixes
  • append the static repo config to the repo config (#​34313) (718e197)
  • bazel-module: Add replaceString to oci_pull PackageDependency (#​34222) (6c9dc1b)
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.7.17 (#​34350) (a550f4b)
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.41.3 (#​34352) (5eae6b4)
  • git: Remove obsolete cleanup for renovate temp refs (#​34356) (02be094)
  • lockfilemaintenance: ensure isLockFileMaintenance on grouping (#​33971) (e9cbd02)
  • platform/gitlab): Revert "feat(platform/gitlab: use Notes API for automerge to support merge trains" (#​34353) (8c2d438)
  • presets): Revert "fix(presets: actually group Node.js packages" (#​34379) (77a86c1)
  • reconfigure: massage config prior to validation (#​34348) (d0c05c9)
Miscellaneous Chores
Build System
Continuous Integration

v39.176.4

Compare Source

Miscellaneous Chores
Tests
Build System

v39.176.3

Compare Source

Build System
  • docker: disable cache-from and don't allow to fail on release (#​34334) (7b7a6a6)

v39.176.2

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
  • bazel-module: Move files that support parsing to ./parser (#​34299) (ac782ba)

v39.176.1

Compare Source

Bug Fixes
Miscellaneous Chores

v39.176.0

Compare Source

Features
  • platform/gitlab: use Notes API for automerge to support merge trains (#​34102) (d156938)
Miscellaneous Chores
  • deps: update docker/dockerfile docker tag to v1.14.0 (#​34327) (3ca594b)
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.120.0 (#​34323) (4650a4a)

v39.175.8

Compare Source

Bug Fixes
  • presets: make leaving v optional in helpers:pinGitHubActionDigestsToSemver (#​34315) (805a640)
Documentation
  • managers/pip-compile): revert "docs(managers/pip-compile: update list of source files and managers" (#​34317) (4214048)
reactivex/rxjs (rxjs)

v7.8.2

Compare Source

SeleniumHQ/selenium (selenium-webdriver)

v4.29.0

Compare Source

uuidjs/uuid (uuid)

v11.1.0

Compare Source

Features
  • update TS types to allowUint8Array subtypes for buffer option (#​865) (a5231e7)
websockets/ws (ws)

v8.18.1

Compare Source

Bug fixes

  • The length of the UNIX domain socket paths in the tests has been shortened to
    make them work when run via CITGM (021f7b8).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker comp: build renovate managed labels Feb 19, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Feb 19, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 26 times, most recently from 661eb3e to 6ba4958 Compare February 22, 2025 08:16
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 27 times, most recently from f5f0ce5 to 2019227 Compare February 24, 2025 15:16
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 2019227 to 0b8a1d0 Compare February 24, 2025 16:17
@angular-robot
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: bazel/pnpm-lock.yaml
/bin/sh: 1: pnpm: not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project comp: build renovate managed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant