Skip to content

deps: bump the major-app-dependencies group with 2 updates#469

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-app-dependencies-3213675971
Closed

deps: bump the major-app-dependencies group with 2 updates#469
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-app-dependencies-3213675971

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps the major-app-dependencies group with 2 updates: firebase-tools and @google-cloud/functions-framework.

Updates firebase-tools from 13.35.1 to 14.2.2

Release notes

Sourced from firebase-tools's releases.

v14.2.2

  • Cleaned up prompt for setting up web frameworks during init dataconnect.
  • Fixed an issue were the Emualtor suite would check for auth when using demo- projects.
  • Updated the Firebase Data Connect local toolkit to v2.4.0, which adds support for add and remove list update transforms and fixes an issue where updating a column to null was ignored. (#8484)

v14.2.1

  • Fixed version for init genkit. Previously it was looking for the version of the old package 'genkit' instead of th new 'genkit-cli'.
  • Updated the Firebase Data Connect local toolkit to v2.3.1, which contains the following changes: (#8455)
    • Added support for inc and dec update transforms for Date and Timestamp scalars.
    • Fixed a bug where OR and AND clauses may be evaluated in the incorrect order.
    • Fixed an issue where {includes: $var} or {includesAll: [$var]} clauses should be dropped if $var is missing.

v14.2.0

  • Fixed an issue in the extensions emulator where parameter default values would not be substitued into resource definitions.
  • Keep artifact registry dry run off for policy changes (#8419)
  • Allowed users to create paid Cloud SQL instances for Data Connect when the free trial has already been used.
  • Updated the Firebase Data Connect local toolkit to v2.2.0, which contains the following changes: (#8434)
    • Added support for aggregate functions on singular fields.
    • Added the ability to get an operation name without calling the ref function in generated web SDK.
    • Properly enforced one-of validation on inc, dec, append, and prepend update transforms. Existing deployed connectors that violate this constraint will still work, but will need to be fixed to use list syntax before being re-deployed.
    • Fixed an issue so that when using mutations with no variables, correct types are passed in.

v14.1.0

  • Fixed an issue where the Extensions emulator did not provide fall back values for v2 Firestore event triggers. (#8390)
  • Fixed issue with prompt when Data Connect prompts user for framework generation.
  • Fixed a bug where the Admin SDK fails with ENOTFOUND when automatically connecting to the Data Connect emulator when run in the Functions emulator. (#8379)
  • Updated the Firebase Data Connect local toolkit to v2.1.0 which includes the following changes: (#8400)
    • Added support for update transforms.
    • Added support for server value expressions for Int, Float, String, Date, Timestamp, and UUID data types.
    • Fixed an issue where CommonJS modules don't reference ref functions properly.

v14.0.1

  • Fixed a bug where the Admin SDK would not automatically connect to the Data Connect emulator when run in the Functions emulator. (#8379)
  • Fix Cloud Functions deployment failure when service account is null. (#8381)

v14.0.0

  • BREAKING(general)! Removed support for node 18.
  • BREAKING(apphosting)! init emulators App Hosting flow now creates apphosting.emulator.yaml with references to live secrets rather than apphosting.local.yaml with saved plaintext. apphosting:config:export command has been removed (#8361)
  • BREAKING(apphosting)! Removed --location flag from apphosting commands. Instead, commands now prompt for primary region as needed.
  • BREAKING(dataconnect)! deploy dataconnect now warns about unsafe connector changes and insecure operations.
  • BREAKING(cloud functions)! Removed the experimental:functions:shell command. Use functions:shell instead.
  • Updated the Firebase Data Connect local toolkit to v2.0.0, which contains the following changes: (#8370)
    • Added support for aggregate functions in queries.
    • BREAKING: New types for Generated React SDKs.
    • Improved description of various auto-generated mutation fields.
    • Fixed an issue where pnpm users' SDKs aren't linked properly.
  • apphosting:secrets:grantAccess can now grant access to emails and can grant multiple secrets at once (#8357)
  • apphosting:secrets:set now has flows to help with test secrets (#8359)
  • Updated init dataconnect templates to v1.
  • Fixed a bug where the emulator suite would set FIREBASE_DATACONNECT_EMULATOR_HOST instead of FIREBASE_DATA_CONNECT_EMULATOR_HOST.

... (truncated)

Commits

Updates @google-cloud/functions-framework from 3.5.1 to 4.0.0

Release notes

Sourced from @​google-cloud/functions-framework's releases.

v4.0.0

4.0.0 (2025-04-28)

⚠ BREAKING CHANGES

  • upgrade all dependencies
  • delete the undocumented "typed" function signature
  • drop support for old nodejs versions

Bug Fixes

  • delete the undocumented "typed" function signature (c0714e7)

Miscellaneous Chores

  • drop support for old nodejs versions (c0714e7)
  • upgrade all dependencies (c0714e7)
Changelog

Sourced from @​google-cloud/functions-framework's changelog.

4.0.0 (2025-04-28)

⚠ BREAKING CHANGES

  • upgrade all dependencies
  • delete the undocumented "typed" function signature
  • drop support for old nodejs versions

Bug Fixes

  • delete the undocumented "typed" function signature (c0714e7)

Miscellaneous Chores

  • drop support for old nodejs versions (c0714e7)
  • upgrade all dependencies (c0714e7)
Commits
  • 312fc12 chore(main): release 4.0.0
  • c0714e7 chore!: drop support for old nodejs versions
  • 4872ff3 chore(deps): update all non-major dependencies
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the major-app-dependencies group with 2 updates: [firebase-tools](https://github.com/firebase/firebase-tools) and [@google-cloud/functions-framework](https://github.com/GoogleCloudPlatform/functions-framework-nodejs).


Updates `firebase-tools` from 13.35.1 to 14.2.2
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v13.35.1...v14.2.2)

Updates `@google-cloud/functions-framework` from 3.5.1 to 4.0.0
- [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/functions-framework-nodejs@v3.5.1...v4.0.0)

---
updated-dependencies:
- dependency-name: firebase-tools
  dependency-version: 14.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-app-dependencies
- dependency-name: "@google-cloud/functions-framework"
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-app-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 14, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this May 14, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/major-app-dependencies-3213675971 branch May 14, 2025 17:25
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants