Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.6.0
Choose a base ref
...
head repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.6.1
Choose a head ref
  • 13 commits
  • 12 files changed
  • 6 contributors

Commits on Nov 11, 2025

  1. fix validate unit tests (#3009)

    - no behavior changes, just fixing some bad testing patterns
    stephenarosaj authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    a92b677 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Configuration menu
    Copy the full SHA
    ce9de63 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. build(deps): bump glob from 10.4.5 to 10.5.0 (#3019)

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.4.5...v10.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 10.5.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    e4dbb05 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Configuration menu
    Copy the full SHA
    179dab7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    255851b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. chore: Update github actions workflows and integration test resources (

    …#3052)
    
    * chore: Pinned github actions to a full-length commit SHA
    
    * Trigger integration tests
    
    * chore: Added environment lable to release action
    
    * chore: Update integration test resource
    jonathanedey authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    e2e5f0d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. fix(data-connect): correctly serialize strings with special characters (

    #3056)
    
    Replaces manual string escaping with JSON.stringify in DataConnect API client to properly handle newlines and other control characters in mutation arguments.
    Adds a regression test for verifying newline escaping.
    
    Fixes #3043
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    google-labs-jules[bot] and yuchenshi authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    801727d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. fix: Refactor isURL() to use Built-in URL Constructor (#3061)

    * fix: Potential ReDos vulnerability in url validator
    
    * restore pathname validations
    lahirumaramba authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    1bf436d View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump mocha from 11.7.1 to 11.7.5 (#3012)

    Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.1 to 11.7.5.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
    - [Commits](mochajs/mocha@v11.7.1...v11.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-version: 11.7.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
    dependabot[bot] and lahirumaramba authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    e8120c2 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#3057)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.21...4.17.23)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-version: 4.17.23
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
    dependabot[bot] and lahirumaramba authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    bcc76f5 View commit details
    Browse the repository at this point in the history
  4. chore: Update release workflows for push triggers (#3062)

    * chore: Update release workflows for push triggers
    
    * chore: Update release instructions and fix tag creation
    jonathanedey authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    43bda4c View commit details
    Browse the repository at this point in the history
  5. build(deps): bump jws (#3029)

    Bumps  and [jws](https://github.com/brianloveswords/node-jws). These dependencies needed to be updated together.
    
    Updates `jws` from 4.0.0 to 4.0.1
    - [Release notes](https://github.com/brianloveswords/node-jws/releases)
    - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
    - [Commits](auth0/node-jws@v4.0.0...v4.0.1)
    
    Updates `jws` from 3.2.2 to 3.2.3
    - [Release notes](https://github.com/brianloveswords/node-jws/releases)
    - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
    - [Commits](auth0/node-jws@v4.0.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: jws
      dependency-version: 4.0.1
      dependency-type: indirect
    - dependency-name: jws
      dependency-version: 3.2.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
    dependabot[bot] and lahirumaramba authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    2ea1cec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d4426d View commit details
    Browse the repository at this point in the history
Loading