Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update firebase #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix(deps): update firebase #181

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@firebase/app (source) ^0.10.7 -> ^0.10.18 age adoption passing confidence
@firebase/app-types (source) ^0.9.0 -> ^0.9.3 age adoption passing confidence
firebase (source, changelog) ^10.7.0 -> ^10.14.1 age adoption passing confidence
firebase-admin (source) ^12.0.0 -> ^12.7.0 age adoption passing confidence
firebase-functions ^4.6.0 -> ^4.9.0 age adoption passing confidence
firebase-tools ^13.0.2 -> ^13.29.1 age adoption passing confidence

Release Notes

firebase/firebase-js-sdk (@​firebase/app)

v0.10.18

Compare Source

Patch Changes

v0.10.17

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.10.16

Compare Source

Patch Changes

v0.10.15

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.10.14

Compare Source

Patch Changes

v0.10.13

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.10.12

Compare Source

Patch Changes

v0.10.11

Compare Source

Patch Changes

v0.10.10

Compare Source

Patch Changes

v0.10.9

Compare Source

Patch Changes

v0.10.8

Compare Source

Patch Changes
  • Update SDK_VERSION.
firebase/firebase-js-sdk (@​firebase/app-types)

v0.9.3

Compare Source

firebase/firebase-js-sdk (firebase)

v10.14.1

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/app@​0.10.13

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.2.43

Patch Changes

[email protected]

Patch Changes

@​firebase/messaging@​0.12.12

Patch Changes
  • d6fa58854 #​8534 - The logging endpoint has been updated to ensure proper logging of WebPush entries. This resolves an issue where BigQuery logs were missing WebPush data. The payload structure has also been updated in alignment with the latest logging requirements as specified in go/firelog.

@​firebase/messaging-compat@​0.2.12

Patch Changes

v10.14.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/data-connect@​0.1.0

Minor Changes

[email protected]

Minor Changes
Patch Changes

@​firebase/app@​0.10.12

Patch Changes

@​firebase/app-compat@​0.2.42

Patch Changes

@​firebase/firestore@​4.7.3

Patch Changes
  • ff0475c41 #​8259 - Re-enable useFetchStreams with the latest WebChannel implementation. This reduces the memory usage of WebChannel.

  • 47b091324 #​8430 - Refactor Firestore client instantiation. This prepares for future features that require client to restart.

@​firebase/firestore-compat@​0.3.38

Patch Changes

v10.13.2

Compare Source

v10.13.1

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/app@​0.10.10

Patch Changes

@​firebase/app-compat@​0.2.40

Patch Changes

@​firebase/auth@​1.7.8

Patch Changes

@​firebase/auth-compat@​0.5.13

Patch Changes

[email protected]

Patch Changes

@​firebase/firestore@​4.7.1

Patch Changes

@​firebase/firestore-compat@​0.3.36

Patch Changes

@​firebase/functions@​0.11.7

Patch Changes

@​firebase/functions-compat@​0.3.13

Patch Changes

@​firebase/storage@​0.13.1

Patch Changes

@​firebase/storage-compat@​0.3.11

Patch Changes

v10.13.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

[email protected]

Minor Changes
Patch Changes

@​firebase/firestore@​4.7.0

Minor Changes

@​firebase/storage@​0.13.0

Minor Changes

@​firebase/app@​0.10.9

Patch Changes

@​firebase/app-compat@​0.2.39

Patch Changes

@​firebase/auth@​1.7.7

Patch Changes

@​firebase/auth-compat@​0.5.12

Patch Changes

@​firebase/firestore-compat@​0.3.35

Patch Changes

@​firebase/storage-compat@​0.3.10

Patch Changes

v10.12.5

Compare Source

firebase/firebase-admin-node (firebase-admin)

v12.7.0: Firebase Admin Node.js SDK v12.7.0

Compare Source

New Features
  • feat(auth): Add recaptcha and sms toll fraud support for phone auth (#​2625)
Bug Fixes
  • fix: Pin @firebase/database-compat to v1.0.8 (#​2739)
Miscellaneous

v12.6.0: Firebase Admin Node.js SDK v12.6.0

Compare Source

New Features
Bug Fixes
  • fix(auth): Add missing Math.floor() when setting validDuration in createSessionCookie() (#​2712)
Miscellaneous

v12.5.0: Firebase Admin Node.js SDK v12.5.0

Compare Source

New Features
Bug Fixes
  • fix: updating comments with VibrateTimingsMillis and defaultVibrateTimings instead of vibrate_timings and default_vibrate_timings (#​2598)
  • fix: support httpAgent in JwksFetcher (#​2689)
Miscellaneous
  • [chore] Release 12.5.0 Take 2 (#​2703)
  • [chore] Release 12.5.0 (#​2702)
  • chore: Upgrade actions/upload-artifact@v4 (#​2700)
  • build(deps): bump actions/download-artifact in /.github/workflows (#​2694)
  • Create CHANGELOG.md (#​2626)

v12.4.0: Firebase Admin Node.js SDK v12.4.0

Compare Source

Miscellaneous

v12.3.1: Firebase Admin Node.js SDK v12.3.1

Compare Source

Bug Fixes
  • fix: getToken() returns existing promise to a token if one exists instead of a new token. (#​2648)
Miscellaneous

v12.3.0: Firebase Admin Node.js SDK v12.3.0

Compare Source

New Features
  • feat(fcm): Add HTTP2 support for sendEach() and sendEachForMulticast() (#​2550)
Miscellaneous
firebase/firebase-tools (firebase-tools)

v13.29.1

Compare Source

  • Fixed an issue where clearData with no tables would cause the Data Connect emulator to crash.
  • Fixed an issue where the Data Connect emulator would crash with Error: Unreachable.

v13.29.0

Compare Source

  • Changes default CF3 runtime to nodejs22 (#​8037)
  • Fixed an issue where --import would error for the Data Connect emulator if dataDir was also set.
  • Fixed an issue where firebase init dataconnect errored when importing a schema with no GQL files.
  • Fixed an issue where the Data Connect emulator would not cleanly shut down Postgres and corrupt data. (#​8044)
  • CF3 callables can now be annotate with a genkit action they are serving. (#​8039)
  • HTTPS functions can now be upgraded to HTTPS Callable functions. (#​8039)
  • Update default tsconfig to support more modern defaults. (#​8039)
  • Added validation for project ID and project name during firebase init (#​2514)
  • Update the Firebase Data Connect local toolkit to v1.7.5, which includes a fix for Kotlin codegen that ensures that generated XxxKeys.kt files include the required @file:UseSerializers(UUIDSerializer::class) annotation. (#​8058)

v13.28.0

Compare Source

  • Enable apphosting:rollouts:create command. (#​8031)
  • Added default value for emulators.dataconnect.dataDir to init dataconnect.
  • Fixed issue where expired auth tokens would not refresh when running on IDX.
  • Fixed an issue where firebase would error out instead of displaying help text.
  • Fixed an issue where firebase init genkit would error on Windows machines.
  • Fixed an issue where emulator returned error when emulating alerts functions written in python (#​8019)
  • Better error message for emulator binary architecture incompatibility on MacOS (#​7995).
  • Deprecated emulators.apphosting.startCommandOverride. Please use emulators.apphosting.startCommand instead.
  • Updated superstatic to 9.1.0 in package.json.
  • Updated the Firebase Data Connect local toolkit to v1.7.4, which includes a fix for an issue that caused duplicate installations of the Firebase JS SDK. (#​8028)
  • Add support for linkProviderUserInfo in the Auth emulator to allow linking providers to user accounts. (#​4170)

v13.27.0

Compare Source

  • Fixes an issue where emulators:exec would return a 0 error code when emulators failed to start. (#​7974)
  • Added --import and emulators:export support to the Data Connect emulator.
  • Added firebase.json#emulators.dataconnect.dataDir. When set, Data Connect data will be persisted to the configured directory between emulator runs.
  • Added App Hosting Emulator: https://firebase.google.com/docs/app-hosting/emulate
  • Added apphosting:config:export to export App Hosting configurations such as secrets into an apphosting.local.yaml file, to be used by the emulator

v13.26.0

Compare Source

  • Migrated some API calls from firebase.googleapis.com to cloudresourcemanager.googleapis.com.
  • Moved firebase-tools-ui server.js logic to fireabse-tools to run it in-memory. (#​7897)
  • Updates superstatic to 9.1.0 (#​7929).
  • Added the appdistribution:group:list and appdistribution:testers:list commands.
  • Aliased appdistribution:group:* commands to appdistribution:groups:*.
  • Updated the Firebase Data Connect local toolkit to v1.7.3, which includes:
    • Bug fixes for @auth expressions that reference the auth variable
    • Allows custom boolean claims on the auth token to be returned in expressions
    • Adds support for Optional arrays in Swift codegen
    • Updates Kotlin codegen to use fully-qualified class names everywhere
    • Removes StringType_pattern from generated docs and GQL prelude. (#​7968)

v13.25.0

Compare Source

  • Fix Task Queue Emulator error handling to display error message properly. (#​7916)
  • Fixed some misleading logs when using the Data Connect emulator with FIREBASE_DATACONNECT_POSTGRESQL_STRING set. (#​7882)
  • Update the Firebase Data Connect local toolkit to v1.7.0, which includes support for query in mutations, @check for advanced authorization, and replaces java.util.Date with com.google.firebase.dataconnect.LocalDate for Date scalar fields and variables in Kotlin codegen. (#​7936)
  • Fixed firebase init genkit to work with genkit version 0.9.0.

v13.24.2

Compare Source

  • Bump the Firebase Data Connect local toolkit to v1.6.1, which fixes the OrderDirection enum with Optional types in Dart codegen and adds @ExperimentalFirebaseDataConnect annotations in Kotlin codegen to avoid compiler warnings. (#​7912)

v13.24.1

Compare Source

  • Fixes an issue where Cloud resource location wasn't set during firebase init

v13.24.0

Compare Source

  • Fixes an error creating a rollout with App Hosting in the beta API (#​7896)
  • Added support for Next.js 15. (#​7588)

v13.23.1

Compare Source

  • Check that billing is enabled and move App Hosting next to Hosting in init list (#​7871).
  • Fix rollouts:create to handle backend regionality & other fixes. (#​7862)
  • Fixed Next.js issue with PPR routes not rendering correctly. (#​7625)
  • Bump the Firebase Data Connect local toolkit version to v1.6.0, which adds support for upsertMany, introduces vars as a shorthand for request.variables in @auth expressions, adds new methods to GeneratedConnector and GeneratedOperation implementations in Kotlin codegen (requires the v16.0.0-beta03 SDK), and fixes the use of Timestamp with optional types in Dart codegen (#​7888).

v13.23.0

Compare Source

  • Add support for deploying new blocking triggers. (#​6384)
  • Have the firestore:delete command retry on bandwidth exceeded errors. (#​7845)

v13.22.1

Compare Source

  • Updated dependencies in functions initialization template. (#​7809)
  • Fixed Flutter web apps that might require the --no-tree-shake-icons flag in order to build. (#​7724)
  • Removed outdated dependency on rimraf.
  • Fixed an issue where the Extensions emulator would fail silently if started with a non-existant project without the demo- prefix. (#​7779)
  • Bumped the Firebase Data Connect local toolkit version to v1.5.1, which adds compatible mode schema migration support to the emulator and fixes an issue with the Timestamp type in Swift codegen. (#​7837)
  • Fixed an issue during functions discovery where FUNCTIONS_DISCOVERY_TIMEOUT wasn't respected. (#​6285)
  • Improved handling when emulators:export cannot read the metadata file.

v13.22.0

Compare Source

  • Fixed an issue where running the CLI in IDX required immediate reauthentication.
  • Added App Hosting as an option for firebase init. (#​7803)

v13.21.0

Compare Source

  • Add apphosting:rollouts:create CLI command. (#​7687)
  • Updated emulator UI to version 1.14.0, which adds support for SDK defined extensions.
  • Added emulator support for SDK defined extensions.
  • Fixed various trigger handling issues in the Functions emualtor, including an issue where Eventarc functions would not be emulated correctly after a reload.
  • Added support for generating Dart SDKs for Data Connect connectors.
  • Commands now correctly default to 'default' alias when there is more than one alias listed. (#​7624)
  • Updated Data Connect emulator to v1.15.0, which includes bug fixes for insertMany and improved error handling.

[v13.20.2](https://redirect.github.com/


Configuration

📅 Schedule: Branch creation - "on tuesday and thursday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner July 18, 2024 12:31
Copy link

vercel bot commented Jul 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
faucet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:52pm

@aaronmgdr
Copy link
Member

last time i tried this sending broke

@renovate renovate bot force-pushed the renovate/firebase branch from d91f742 to 8ccf7b1 Compare July 25, 2024 08:33
@renovate renovate bot force-pushed the renovate/firebase branch from 8ccf7b1 to e46b381 Compare July 29, 2024 22:03
@renovate renovate bot force-pushed the renovate/firebase branch from e46b381 to cfbee10 Compare July 30, 2024 22:21
@renovate renovate bot force-pushed the renovate/firebase branch from cfbee10 to 0592242 Compare July 31, 2024 22:45
@renovate renovate bot force-pushed the renovate/firebase branch from 0592242 to a757cf4 Compare August 1, 2024 21:04
@renovate renovate bot force-pushed the renovate/firebase branch from a757cf4 to b4a1021 Compare August 5, 2024 21:59
@renovate renovate bot force-pushed the renovate/firebase branch from b4a1021 to 185f958 Compare August 7, 2024 22:38
@renovate renovate bot force-pushed the renovate/firebase branch from 185f958 to 48986e7 Compare August 14, 2024 16:45
@renovate renovate bot force-pushed the renovate/firebase branch from 48986e7 to 939f38c Compare August 15, 2024 19:02
@renovate renovate bot force-pushed the renovate/firebase branch from 1daa56e to 3994a7b Compare November 15, 2024 08:49
@renovate renovate bot force-pushed the renovate/firebase branch from 3994a7b to a744304 Compare November 18, 2024 17:05
@renovate renovate bot force-pushed the renovate/firebase branch from a744304 to 2f0eb27 Compare November 18, 2024 22:42
@renovate renovate bot force-pushed the renovate/firebase branch from 2f0eb27 to 14e2102 Compare November 26, 2024 01:12
@renovate renovate bot force-pushed the renovate/firebase branch from 14e2102 to bb9bcd9 Compare November 27, 2024 22:52
@renovate renovate bot force-pushed the renovate/firebase branch from bb9bcd9 to c34a3b4 Compare December 11, 2024 02:01
@renovate renovate bot force-pushed the renovate/firebase branch from c34a3b4 to 123fb41 Compare December 16, 2024 15:16
@renovate renovate bot force-pushed the renovate/firebase branch from 123fb41 to 3876db6 Compare December 17, 2024 20:17
@renovate renovate bot force-pushed the renovate/firebase branch from 3876db6 to 2a05406 Compare December 19, 2024 02:47
@renovate renovate bot force-pushed the renovate/firebase branch from 2a05406 to 98a40e2 Compare December 19, 2024 23:47
@renovate renovate bot force-pushed the renovate/firebase branch from 98a40e2 to 1c31bfc Compare January 8, 2025 08:50
@renovate renovate bot force-pushed the renovate/firebase branch from 1c31bfc to aa96224 Compare January 13, 2025 11:53
@renovate renovate bot force-pushed the renovate/firebase branch from aa96224 to 4a74409 Compare January 14, 2025 15:53
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant