Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Aug 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bazel/runfiles (source) 6.3.1 -> 6.5.0 age adoption passing confidence
firebase-tools 14.14.0 -> 14.16.0 age adoption passing confidence
jasmine-core (source) 5.9.0 -> 5.10.0 age adoption passing confidence
magic-string 0.30.18 -> 0.30.19 age adoption passing confidence
rollup-plugin-sourcemaps2 0.5.3 -> 0.5.4 age adoption passing confidence
sass 1.91.0 -> 1.92.1 age adoption passing confidence
tsec 0.2.8 -> 0.2.9 age adoption passing confidence

Release Notes

bazel-contrib/rules_nodejs (@​bazel/runfiles)

v6.5.0

Compare Source

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.5.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "37eaae51158b99d444c6ff277c212874aafa45302feb7dc58659113d23446165",
    strip_prefix = "rules_nodejs-6.5.0",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.5.0/rules_nodejs-v6.5.0.tar.gz",
)

What's Changed

New Contributors

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

firebase/firebase-tools (firebase-tools)

v14.16.0

Compare Source

  • Added firestore:bulkdelete which initiates a Firestore managed bulk delete operation (#​8974)
  • Added firestore:operations:* commands to list, describe, and cancel long-running operations (#​8982)
  • firebase emulator:start use a default project demo-no-project if no project can be found. (#​9072)
  • firebase init dataconnect also supports bootstrapping flutter template. (#​9084)
  • Fixed a vulnerability in unzip util where files could be written outside of the expected output directory.
  • firebase init dataconnect confirms Cloud SQL provisioning. (#​9095)
  • MCP firebase_init tool can download an existing FDC service returned from dataconnect_list_services (#​9091)
  • Updated the Firebase Data Connect local toolkit to v2.13.0, which adds validation that checks that _insert data includes all non-null columns without defaults. (#​9106)
  • Added firebase_login and firebase_logout MCP tools.

v14.15.2

Compare Source

  • Added support for auth token JSON in dataconnect_execute MPC tool. (#​9046)
  • Fixed issue where firebase-ios-sdk could not finalize MFA with auth emulator. (#​9062)
  • Fixed the bugs when MCP tools cannot connect to emulator due to CLI version mis-matched. (#​9068)
  • Fixed a bug where firebase dataconnect:sdk:generate --watch swallowed all logs. (#​9055)
  • Added GA4 agent user property to tag CLI usage by coding agents. (#​9070)
  • Consolidated Data Connect MCP tools into dataconnect_info tool to surface information of local workspace and backend resources. (#​9056)

v14.15.1

Compare Source

  • Fixed an issue where core MCP tools would be excluded from listTools. (#​9045)
  • Fixed an issue where the MCP server would fail to identify active projects.
  • Added new dataconnect_compile MCP tool.

v14.15.0

Compare Source

  • Added additional Crashlytics tools for debugging/analyzing crashes (#​9020)
  • Updated Data Connect local toolkit to 2.12, which
    • Added ImpersonateQuery, ImpersonateMutation and IntrospectGraphql APIs to the Firebase Data Connect emulator
    • Added support for Firebase JS SDK v12
jasmine/jasmine (jasmine-core)

v5.10.0

Compare Source

Please see the release notes.

rich-harris/magic-string (magic-string)

v0.30.19

Compare Source

Bug Fixes
Features
  • replace(All) support replacement for functions when the first parameter is a string (#​304) (fd1d887)
2wce/rollup-plugin-sourcemaps2 (rollup-plugin-sourcemaps2)

v0.5.4

Compare Source

Patch Changes
  • 498f3a7: chore: minor package updates
sass/dart-sass (sass)

v1.92.1

Compare Source

  • Fix a bug where variable definitions from one imported, forwarded module
    would not be passed as implicit configuration to a later imported, forwarded
    module.

v1.92.0

Compare Source

  • Breaking change: Emit declarations, childless at-rules, and comments in
    the order they appear in the source even when they're interleaved with nested
    rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the
    plain CSS function. This means that @function definitions with the name
    type will produce errors, while function calls will be parsed as special
    function strings.

  • Configuring private variables using @use ... with, @forward ... with, and
    meta.load-css(..., $with: ...) is now deprecated. Private variables were
    always intended to be fully encapsulated within the module that defines them,
    and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and
    @use rules could fail to apply correctly.

Command-Line Interface
  • In --watch mode, delete the source map when the associated source file is
    deleted.

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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 area: build & ci Related the build and CI infrastructure of the project labels Aug 28, 2025
@angular-robot angular-robot requested a review from a team as a code owner August 28, 2025 05:05
@angular-robot angular-robot added the target: minor This PR is targeted for the next minor release label Aug 28, 2025
@angular-robot angular-robot requested review from adolgachev and mmalerba and removed request for a team August 28, 2025 05:05
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release area: build & ci Related the build and CI infrastructure of the project labels Aug 28, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 2 times, most recently from f9c5886 to a4024a7 Compare August 28, 2025 22:36
@angular-robot angular-robot changed the title build: update dependency firebase-tools to v14.15.0 (main) build: update dependency firebase-tools to v14.15.1 (main) Aug 28, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch from a4024a7 to 29cd69a Compare August 30, 2025 21:04
@angular-robot angular-robot changed the title build: update dependency firebase-tools to v14.15.1 (main) build: update all non-major dependencies (main) Aug 30, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 3 times, most recently from 13fa1af to 4bc8886 Compare September 4, 2025 16:39
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 5 times, most recently from 6538bd5 to 71acbc8 Compare September 12, 2025 16:29
@angular-robot angular-robot added target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] and removed target: minor This PR is targeted for the next minor release labels Sep 12, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 3 times, most recently from faea019 to e974376 Compare September 12, 2025 20:05
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch from e974376 to d39e549 Compare September 13, 2025 11:49
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 target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants