Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Mar 31, 2025

This PR contains the following updates:

Package Type Update Change
@types/node (source) dependencies patch 22.13.14 -> 22.13.17
@types/ws (source) dependencies patch 8.18.0 -> 8.18.1
actions/dependency-review-action action minor v4.5.0 -> v4.6.0
aspect_rules_ts http_archive patch v3.5.1 -> v3.5.2
browser-sync (source) dependencies patch 3.0.3 -> 3.0.4
firebase (source, changelog) devDependencies minor 11.5.0 -> 11.6.0
renovate (source) dependencies minor 39.226.0 -> 39.232.0
undici (source) devDependencies minor 7.6.0 -> 7.7.0

Warning

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


Release Notes

actions/dependency-review-action (actions/dependency-review-action)

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.5.0...v4.6.0

aspect-build/rules_ts (aspect_rules_ts)

v3.5.2

Compare Source

Using Bzlmod:

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_ts", version = "3.5.2")

rules_ts_ext = use_extension("@​aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True)

rules_ts_ext.deps(
    ts_version_from = "//:package.json",
)

use_repo(rules_ts_ext, "npm_typescript")

Using legacy WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "aspect_rules_ts",
    sha256 = "fa5659a511f236b1ae6112258bff602fa20a40324b282734c841bc1e857797f3",
    strip_prefix = "rules_ts-3.5.2",
    url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.2/rules_ts-v3.5.2.tar.gz",
)

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

### rules_ts setup #
##################

### Fetches the rules_ts dependencies.
### If you want to have a different version of some dependency,

### you should fetch it *before* calling this.
### Alternatively, you can skip calling this function, so long as you've

### already fetched all the dependencies.
load("@​aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")

rules_ts_dependencies(

### This keeps the TypeScript version in-sync with the editor, which is typically best.
    ts_version_from = "//:package.json",

### Alternatively, you could pick a specific version, or use
### load("@​aspect_rules_ts//ts:repositories.bzl", "LATEST_TYPESCRIPT_VERSION")

### ts_version = LATEST_TYPESCRIPT_VERSION
)

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)

### Register aspect_bazel_lib toolchains;
### If you use npm_translate_lock or npm_import from aspect_rules_js you can omit this block.
load("@​aspect_bazel_lib//lib:repositories.bzl", "register_copy_directory_toolchains", "register_copy_to_directory_toolchains")

register_copy_directory_toolchains()

register_copy_to_directory_toolchains()

To use rules_ts with bazel-lib 2.x, you must additionally register the coreutils toolchain.

load("@​aspect_bazel_lib//lib:repositories.bzl", "register_coreutils_toolchains")

register_coreutils_toolchains()

What's Changed

New Contributors

Full Changelog: aspect-build/rules_ts@v3.5.1...v3.5.2

BrowserSync/browser-sync (browser-sync)

v3.0.4

Compare Source

firebase/firebase-js-sdk (firebase)

v11.6.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/auth@​1.10.0

Minor Changes
  • fb5d422 #​8839 - Adding Persistence.COOKIE a new persistence method backed by cookies. The
    browserCookiePersistence implementation is designed to be used in conjunction with middleware that
    ensures both your front and backend authentication state remains synchronized.

[email protected]

Minor Changes
  • fb5d422 #​8839 - Adding Persistence.COOKIE a new persistence method backed by cookies. The
    browserCookiePersistence implementation is designed to be used in conjunction with middleware that
    ensures both your front and backend authentication state remains synchronized.
Patch Changes

@​firebase/app@​0.11.4

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.2.53

Patch Changes

@​firebase/auth-compat@​0.5.20

Patch Changes

@​firebase/data-connect@​0.3.3

Patch Changes

@​firebase/vertexai@​1.2.1

Patch Changes
  • 648de84 #​8809 - Throw an error when initializing models if appId is not defined in the given VertexAI instance.

  • faaeb48 #​8832 - Label GroundingAttribution as deprecated.

renovatebot/renovate (renovate)

v39.232.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.54.0 (main) (#​35147) (4b2733c)
  • manager/pixi: extract conda/pypi packages (#​34646) (e4601b6)
Miscellaneous Chores

v39.231.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.53.0 (main) (#​35143) (b22ab99)

v39.230.3

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v39.230.2

Compare Source

Bug Fixes

v39.230.1

Compare Source

Build System

v39.230.0

Compare Source

Features
Miscellaneous Chores
Build System

v39.229.0

Compare Source

Features

v39.228.1

Compare Source

Bug Fixes
  • deps: update dependency mkdocs-material to v9.6.11 (main) (#​35121) (3ea3544)
Miscellaneous Chores

v39.228.0

Compare Source

Features

v39.227.3

Compare Source

Build System

v39.227.2

Compare Source

Bug Fixes
  • metadata: add adminer to source-urls instead of changelog-urls (#​35114) (f1e0894)
Miscellaneous Chores
  • deps: update dependency vite to v6.2.4 [security] (main) (#​35115) (da10f36)

v39.227.1

Compare Source

Bug Fixes

v39.227.0

Compare Source

Features
nodejs/undici (undici)

v7.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.6.0...v7.7.0


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 Mar 31, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Mar 31, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 21 times, most recently from b660702 to 4e62756 Compare April 2, 2025 15:10
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 4e62756 to ca84b0d Compare April 2, 2025 16:09
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@josephperrott
Copy link
Member

This PR was merged into the repository by commit a741005.

The changes were merged into the following branches: main

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators May 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

2 participants