Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 12, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) ^9.1.1^9.1.2 age confidence devDependencies patch
@commitlint/config-conventional (source) ^9.1.1^9.1.2 age confidence devDependencies patch
@ecomplus/application-sdk ^22.0.0-firestore.1.13.1^22.0.0-firestore.1.15.7 age confidence dependencies patch
@google-cloud/firestore ^7.11.0^7.11.6 age confidence dependencies patch
dotenv ^8.2.0^8.6.0 age confidence dependencies minor
eslint-plugin-promise ^4.2.1^4.3.1 age confidence devDependencies minor
firebase-functions-test ^0.2.1^0.3.3 age confidence devDependencies minor
firebase-tools ^13.29.2^13.35.1 age confidence dependencies minor
husky ^4.2.5^4.3.8 age confidence devDependencies minor
node (source) 2020.20.0 age confidence minor
node (source) 2020.20.0 age confidence engines minor
node 12.x12.22.12 age confidence uses-with minor
node 20.x20.20.0 age confidence uses-with minor
uglify-js ^3.10.0^3.19.3 age confidence dependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v9.1.2

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v9.1.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

ecomplus/application-sdk (@​ecomplus/application-sdk)

v22.0.0-firestore.1.15.7

Compare Source

v22.0.0-firestore.1.15.6

Compare Source

v22.0.0-firestore.1.15.5

Compare Source

v22.0.0-firestore.1.15.4

Compare Source

v22.0.0-firestore.1.15.3

Compare Source

v22.0.0-firestore.1.15.2

Compare Source

v22.0.0-firestore.1.15.1

Compare Source

v22.0.0-firestore.1.15.0

Compare Source

v22.0.0-firestore.1.14.11

Compare Source

v22.0.0-firestore.1.14.10

Compare Source

v22.0.0-firestore.1.14.9

Compare Source

v22.0.0-firestore.1.14.8

Compare Source

v22.0.0-firestore.1.14.7

Compare Source

v22.0.0-firestore.1.14.6

Compare Source

v22.0.0-firestore.1.14.5

Compare Source

v22.0.0-firestore.1.14.4

Compare Source

v22.0.0-firestore.1.14.3

Compare Source

v22.0.0-firestore.1.14.2

Compare Source

v22.0.0-firestore.1.14.1

Compare Source

v22.0.0-firestore.1.14.0

Compare Source

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
motdotla/dotenv (dotenv)

v8.6.0

Compare Source

Added
  • define package.json in exports

v8.5.1

Compare Source

Changed
  • updated dev dependencies via npm audit

v8.5.0

Compare Source

Added
  • allow for import "dotenv/config"

v8.4.0

Compare Source

Changed
  • point to exact types file to work with VS Code

v8.3.0

Compare Source

Changed
  • Breaking: drop support for Node v8 (mistake to be released as minor bump. later bumped to 9.0.0. see above.)
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v4.3.1

Compare Source

  • Updated and applied prettier

v4.3.0

Compare Source

firebase/firebase-functions-test (firebase-functions-test)

v0.3.3

Compare Source

  • Allow setting context.app in wrapped callable functions (#​123).

v0.3.2

Compare Source

  • Fix problem with missing import in the firebase-functions SDK

v0.3.1

Compare Source

  • Add support for GeoPoints in Firestore tests
  • Improve error message for unsupported types in Firestore tests

v0.3.0

Compare Source

  • Remove support for crashlytics (#​98)

v0.2.3

Compare Source

  • Fixes a bug where functions.config() would return old config values if process.env.CLOUD_RUNTIME_CONFIG was changed after the first call to functions.config().

v0.2.2

Compare Source

  • Adds clearFirestoreData to clear all Firestore data in the Firestore emulator (#​71).
  • Adds ability to create DataSnapshots for multiple RTDB instances (#​72).
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)
typicode/husky (husky)

v4.3.8

Compare Source

  • Fix Cannot read property 'toString' of null
  • Improve error messages

v4.3.7

Compare Source

  • Fix: upgrade find-versions to 4.0.0 #​837

v4.3.6

Compare Source

  • Fix prepare-commit-msg on windows #​737

v4.3.5

Compare Source

  • Rollback and do not throw error if husky install fails

v4.3.4

Compare Source

  • Throw error if husky install fails
  • Add workaround for npm 7 currently missing INIT_CWD environment variable

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

  • Add .cjs config file support #​754
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
  • [ea20403467] - build: fix uvwasi pkgname (Antoine du Hamel) #​58270
  • [c647aa4b30] - build: fix pointer compression builds (Joyee Cheung) #​58171
  • [d2c5e609ae] - build: disable v8_enable_pointer_compression_shared_cage on non-64bit (Shelley Vohr) #​58867
  • [84d5c4d244] - build: search for libnode.so in multiple places (Jan Staněk) #​58213
  • [068c439552] - crypto: fix SHAKE128/256 breaking change introduced with OpenSSL 3.4 (Filip Skokan) [#​58942](htt

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 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5c296e to 55b572d Compare March 1, 2024 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 70cd50c to e595e9c Compare March 26, 2024 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e595e9c to ddec361 Compare April 14, 2024 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddec361 to d82aa0c Compare June 10, 2024 02:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d82aa0c to 7dc0040 Compare July 18, 2024 05:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7dc0040 to 5d10631 Compare July 29, 2024 03:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d10631 to 140efe1 Compare August 11, 2024 02:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 140efe1 to 19707ff Compare August 30, 2024 00:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19707ff to 8d30d20 Compare January 23, 2025 23:48
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jan 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6c413d1 to 1bd948f Compare February 6, 2025 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f5b1d9a to b48b1f8 Compare February 15, 2025 04:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b48b1f8 to 2287557 Compare February 20, 2025 03:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2287557 to 5d86014 Compare March 1, 2025 03:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9613579 to 7365f7f Compare March 15, 2025 03:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7365f7f to 332c1dd Compare March 21, 2025 23:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 332c1dd to ddba8f2 Compare April 24, 2025 04:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddba8f2 to 4c54e01 Compare May 17, 2025 11:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c54e01 to 4f60707 Compare June 30, 2025 00:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f60707 to e562038 Compare July 26, 2025 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1dada8a to 68dfbb4 Compare August 11, 2025 07:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 68dfbb4 to a9847e6 Compare August 15, 2025 07:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a9847e6 to 1831ca4 Compare September 4, 2025 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 14cd980 to ec9b8ee Compare September 24, 2025 08:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec9b8ee to db73b68 Compare September 26, 2025 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db73b68 to 85c7509 Compare October 10, 2025 11:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 07766bf to 9ebd119 Compare November 25, 2025 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9ebd119 to 5bd1384 Compare November 26, 2025 23:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5bd1384 to 60fd5ee Compare December 4, 2025 19:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 60fd5ee to b86f17a Compare January 13, 2026 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b86f17a to 6c5e39f Compare January 15, 2026 16:05
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.

1 participant