Skip to content

Comments

fix(deps): update all non-major dependencies#89

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#89
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@google-cloud/firestore ^7.11.0^7.11.6 age confidence dependencies patch
@google-cloud/pubsub ^3.4.1^3.7.5 age confidence dependencies patch
firebase-tools ^13.29.2^13.35.1 age confidence dependencies minor
node (source) 2020.20.0 age confidence minor
node (source) 1616.20.2 age confidence engines minor
node (source) 2020.20.0 age confidence engines minor
node 20.x20.20.0 age confidence uses-with minor
npm (source) ^8.19.0^8.19.4 age confidence engines patch
uglify-js ^3.17.4^3.19.3 age confidence dependencies minor

Release Notes

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

v7.11.6

Compare Source

Bug Fixes
  • Pool.ts: add even more logging (c508d1b)

v7.11.5

Compare Source

Bug Fixes
  • Pool.ts: add more detailed logging for client garbage collection (#​2420) (1bbca46)

v7.11.4

Compare Source

Bug Fixes
  • Improve debug logging for the internal client pool. Added client IDs to debug log statements for client management. (99918f1)

v7.11.3

Compare Source

Bug Fixes
  • Improve performance of the UTF-8 string comparison logic (#​2380) (bc6a03e)

v7.11.2

Compare Source

Bug Fixes

v7.11.1

Compare Source

Bug Fixes
firebase/firebase-tools (firebase-tools)

v13.35.1

Compare Source

  • Fix bug where functions:artifacts:setpolicy command's --none option didn't work as expected (#​8330)

v13.35.0

Compare Source

  • Added support for generated Angular SDKs for Data Connect
  • App Hosting emulator can now load secret env vars. (#​8305)
  • Fixed webframeworks deployments when using multiple hosting sites in firebase.json. (#​8314)
  • Added a new command to setup a cleanup policy for functions artifacts. (#​8268)
  • Added support for 3rd party builders for Angular. (#​7557)
  • Fixed GCF V2 artifact cleanup by correctly encoding artifact names to match GCF V2's format. (#​8318)
  • Increase emulator UI body parser limit to match Storage emulator maximum. (#​8329)
  • Fixed Data Connect setup issues for fresh databases due to IAM user not being created. (#​8335)
  • Fixed an issue where ext:install used POSIX file seperators on Windows machines. (#​8326)
  • Updated the Firebase Data Connect local toolkit to v1.9.2, which adds support for generated Angular SDKs and updates Dart SDK fields to follow best practices. (#​8347)
  • Fixed an issue where credentials from firebase login would not be correctly provided to the Data Connect emulator.
  • Fixed misleading comments in firebase init dataconnect connector.yaml template.
  • Improved Data Connect SQL permissions to better handle tables owned by IAM roles. (#​8339)
  • Fixed an issue where the Data Connect emulator would crash after some SQL errors.

v13.34.0

Compare Source

  • Fix webframeworks deployments when using site in firebase.json. (#​8295)
  • Add support for brownfield project onboard dataconnect:sql:setup. (#​8150)
  • Update the Firebase Data Connect local toolkit to v1.8.5, which includes the following changes: (#​8310)
    • Fix the Int and Int64 scalars to correctly validate the int32 and int64 ranges, respectively.
    • Fix the generated web SDK so that pnpm properly uses the link functionality.

v13.33.0

Compare Source

  • Fixed issue where apps:init fails to detect the output directory when it was run in a directory where app was the only module.
  • Set LOG_EXECUTION_ID=true by default for Cloud Functions (2nd gen) to improve debugging by displaying execution IDs in logs. (#​8276)
  • Fix bug where function deployment no-oped for functions in bad state. (#​8289)
  • Updated the Firebase Data Connect local toolkit to v1.8.4 which includes the following changes: (#​8290)
    • React hooks for mutations without args no longer require undefined to be passed when calling mutate.
    • Fixed import resolution when moduleResolution is set to bundler.
    • React code generation will now generate a README explaining how to use generated query and mutation hook functions.
    • Fixed an issue where React developers have to pass in an empty object even when all fields are optional.
    • Fixed an issue where FirebaseError wasn't being passed into UseMutationOptions.

v13.32.0

Compare Source

  • Replaced VSCODE_CWD check to address issues running in VSCode environments. (#​7471)
  • Added initial delay when loading python functions (#​8239)
  • Enforced webframeworks enablement only on webframeworks sites (#​8168)
  • Fixed issue where apps:init throws an error upon app creation.
  • Reenabled prompts for unused service deletion in deploy --only.
  • Update Firebase Data Connect local toolkit to v1.8.3, which includes the following changes: (#​8263)
    • Adds a _metadata.distance field to vector similarity search results
    • Fixes auth and request.auth when the request is unauthenticated
    • Fixes an issue with hanging commas in import statements in the generated Web SDK
    • Fixes an issue where the additional union type { __angular?: true } breaks type inference in the generated Web SDK

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)

v13.31.1

Compare Source

  • Fixed issue where firebase init dataconnect would crash on React-based web apps.
  • Updated the Firebase Data Connect local toolkit to v.1.8.1, which:
    • Fixed issue where users who are using a version lower than 11.3.0 of firebase get a "missing import" error.

v13.31.0

Compare Source

  • Switched Data Connect from v1beta API to v1 API.
  • Added code generation of React hooks for Data Connect
  • Genkit init improvements around gcloud login and flow input values.
  • Added new command apps:init under experimental flag (appsinit) that automatically detects what SDK to download and places the file in the corresponding place.
  • Removed dependencies on some packages and methods that caused deprecation warnings on Node 22.
  • Fixes symbol generation when uploading Unity 6 symbols to Crashlytics. (#​7867)
  • Fixed SSR issues in Angular 19 by adding support for default and reqHandler exports. (#​8145)
  • Added Angular 19 as supported version. (#​8145)
  • Fixed appdistribution:testers:list raising an error when a tester is not part of any group. (#​8191)
  • Updated the Firebase Data Connect local toolkit to v1.8.0, which includes several changes: (#​8210)
    • Adds support for the v1 Data Connect API in the emulator
    • Adds support for generated React SDKs
    • Fixes @check to also be evaluated for admin auth
    • Fixes CEL expressions to be able to access @redact fields

v13.30.0

Compare Source

  • Fixed issue where Extensions deployment fails due to *.firebasestorage.app not being recognized as a valid Storage bucket name. (#​8152)
  • Fixes issue with custom 404 pages not being returned in Next.js in the emulator (#​8035).
  • Annotate onCallGenkit functions to allow for future Firebase Console annotations (#​8135)
  • Adds genkit 1.0.0 template (#​8144)

v13.29.3

Compare Source

  • Fixed a Data Connect emulator issue where prepared statements would be persisted after terminated connections.
  • Added a warning when deploying a Genkit function without a secret as this is likely a bug (#​8138)
  • Fixed .env.* files for web frameworks in Windows (#​8086)
  • Updated the Firebase Data Connect local toolkit to v1.7.7, which includes fixes in Dart code generation around required argument typing, and changes the emulator to always serve local connector sources and surface errors if they're invalid or schema migration fails. (#​8153)
nodejs/node (node)

v20.20.0: 2026-01-13, Version 20.20.0 'Iron' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes

lib:

Commits

v20.19.6: 2025-11-25, Version 20.19.6 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.19.5: 2025-09-03, Version 20.19.5 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d0b1efb to a8fd2f4 Compare March 6, 2024 18:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8fd2f4 to 46fd3d0 Compare March 8, 2024 01:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5183031 to 6f78948 Compare March 25, 2024 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6175700 to b0f7652 Compare April 4, 2024 21:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0f7652 to 819a440 Compare April 14, 2024 12:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 819a440 to f73e9ec Compare June 10, 2024 01:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f73e9ec to 5de54c7 Compare July 17, 2024 15:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5de54c7 to 237e6d1 Compare July 28, 2024 13:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 237e6d1 to 5cc177d Compare August 10, 2024 13:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cc177d to 8347dd1 Compare August 29, 2024 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8347dd1 to df7fec1 Compare October 10, 2024 07:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d439885 to 71617df Compare January 30, 2025 19:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e0f7f08 to 96b38ed Compare February 11, 2025 11:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 44a91a1 to 81251f5 Compare February 15, 2025 02:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 81251f5 to 6fc46af Compare February 20, 2025 03:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 990a497 to b2c8ac0 Compare March 6, 2025 22:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6df433d to 2b66b7e Compare March 12, 2025 03:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5f64faf to 134cd81 Compare March 13, 2025 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7df77c6 to ebeb3c3 Compare March 21, 2025 02:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e4e7844 to e0cbcf5 Compare April 22, 2025 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5699d77 to ca75213 Compare May 15, 2025 06:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 00c3127 to 6bcfa0c Compare June 25, 2025 17:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 10a2e9d to fd2fa9d Compare July 22, 2025 02:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd2fa9d to 08f5807 Compare August 10, 2025 12:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 50c2223 to e1904b8 Compare September 4, 2025 03:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb296a1 to d557c5a Compare September 23, 2025 00:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d557c5a to e7bc037 Compare September 26, 2025 05:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e7bc037 to 0ee9669 Compare October 9, 2025 10:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ee9669 to a0eec70 Compare November 18, 2025 11:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 08721c1 to f80ae95 Compare November 26, 2025 06:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from aaffeb6 to 68fb0dc Compare January 14, 2026 04:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 68fb0dc to ca02a0d Compare February 12, 2026 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca02a0d to 17c6c6e Compare February 17, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants