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

Update dependency firebase-tools to v13.10.2 #477

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-tools 13.3.0 -> 13.10.2 age adoption passing confidence

Release Notes

firebase/firebase-tools (firebase-tools)

v13.10.2

Compare Source

v13.10.1

Compare Source

  • Fixes an issue where dataconnect:sql:migrate still prompts for confirmation even with --force. (#​7208)
  • Update to Firebase Data Connect Emulator version 1.1.18 which contains code generation bug fixes, surfacing schema migration errors when a diff remains after migration, and a fix to allow the local connection string to be empty at startup.
  • Fixes an issue where the dataconnect emulator listens on all addresses by default instead of just localhost (#​7211).
  • Fixes Data Connect generated SDK sometimes using the wrong location (GCP region) (#​7217).

v13.10.0

Compare Source

  • Upgrades the pubsub dependency to address a npm audit issue. (#​7122)
  • Fixes path issue in Windows deployments for Next.js SSR (#​7148)
  • Updates Emulator Suite UI logos
  • Firebase functions' discovery process' timeout can now be configured with the FUNCTIONS_DISCOVERY_TIMEOUT env var (#​7176)
  • Fixes an issue where dataconnect:sql:migrate would sometimes act as the wrong role. (#​7198)
  • Fixes an issue where dataconnect:sql:migrate --force would not ignore invalid connectors. (#​7199).
  • Improves logging and messaging throughout dataconnect commands.
  • Improves handling for cases where a Data Connect service could not access Cloud SQL. (#​7157)

v13.9.0

Compare Source

v13.8.3

Compare Source

  • Internal bug fixes.

v13.8.2

Compare Source

  • Release Firestore Emulator version 1.19.6 which fixes a few Datastore Mode bugs regarding transactions (#​7132).

v13.8.1

Compare Source

  • Temporarily disable performance improvements for second gen functions deploy to avoid a backend issue.
  • Increased the timeout for waiting for emulators to start to 60s. (#​7091)
  • Fixes infinite loop when trying to create a Hosting site.
  • Fix copied functions dist dir files for Next.js when source config ends with slash (#​7099)

v13.8.0

Compare Source

  • Update dependencies in functions initialization template. (#​7084)
  • Adds *.local to .gitignore and functions ignore for init functions. (#​7018)

v13.7.5

Compare Source

  • Improve IAM changes for turtles. (#​7045)

v13.7.4

Compare Source

  • Release Firestore Emulator version 1.19.5 which adds support for import and export in Datastore Mode. (#​7020)
  • Fix non static check for not-found route in Next.js 14.2 (#​7012)
  • Fix Next.js path issue on Windows (#​7031)
  • Fixes an issue where the Pub/Sub emulator would not start on Windows due to CVE-2024-27980. (#​7026)

v13.7.3

Compare Source

Improve internal handling of config files (#​6987)

v13.7.2

Compare Source

  • Fixes bug where firebase deploy --only firestore:rules,firestore:indexes does not update rules and indexes. (#​6966)
  • Add Firebase console link after creating or restoring a Firestore database (#​6949)
  • Increase supported Astro version to 4 (#​6960)
  • Fixes a deployment crash when resetting min instances to 0 in v1 functions (#​6990)
  • Fixes bug detecting functions runtime from firebase.json (#​6964)

v13.7.1

Compare Source

  • Fixed an issue where the Functions emulator would choose the wrong runtime if none was listed in firebase.json. (#​6965)

v13.7.0

Compare Source

  • Add new 2nd gen Firestore triggered functions with auth context. (#​1519)
  • Adds (opt-out) experiment to disable cleaning up containers after a functions deploy (#​6861)
  • Fix Next.js image optimization check in app directory for Windows (#​6930)
  • Add support to next.config.mjs (#​6933)
  • Remove development-only files from Next.js deployments (#​6731)

v13.6.1

Compare Source

  • Stop trying to delete cache images after functions deletion that GCF already cleans up (#​6927)
  • Add support timelines for functions runtimes (#​6866)

v13.6.0

Compare Source

  • Released Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a reset endpoint for Datastore Mode.
  • Released PubSub Emulator 0.8.2. This version includes support for no_wrapper options.
  • Fixes issue where GitHub actions service account cannot add preview URLs to Auth authorized domains. (#​6895)
  • Fixes issue where GOOGLE_CLOUD_QUOTA_PROJECT breaks functions source uploads (#​6917)

v13.5.2

Compare Source

  • Fix hosting rewrite deployment bug for skipped functions (#​6658).

v13.5.1

Compare Source

  • Release Emulator Suite UI v1.11.8 which adds support for Multiple DBs in the Emulator UI Firestore page via editing the URL. (#​6874)

v13.5.0

Compare Source

  • Enable dynamic debugger port for functions + support for inspecting multiple codebases (#​6854)
  • Inject an environment variable in the node functions emulator to tell the google-gax SDK not to look for the metadata service. (#​6860)
  • Release Firestore Emulator 1.19.3 which fixes ancestor and namespace scope queries for Datastore Mode. This release also fixes internal errors seen across REST API and firebase-js-sdk.
  • v2 scheduled functions with explicit service accounts trigger eventarc to use that service account (#​6858)
  • v2 event functions with explicit service accounts trigger eventarc to use that service account (#​6859)

v13.4.1

Compare Source

  • Released Firestore emulator v1.19.2, which fixes some bugs affecting client SDKs when in Datastore Mode.
  • Fix demo projects + web frameworks with emulators (#​6737)
  • Fix Next.js static routes with server actions (#​6664)
  • Fixed an issue where GOOGLE_CLOUD_QUOTA_PROJECT was not correctly respected. (#​6801)
  • Make VPC egress settings in functions parameterizeable (#​6843)

v13.4.0

Compare Source

  • Added new commands for managing Firestore backups and restoring databases. (#​6778)
  • Fixed quota attribution for Firebase Auth API calls. (#​6819)

v13.3.1

Compare Source

  • Release Cloud Firestore emulator v1.19.1:
    • Adds support for Datastore Mode to the Firstore Emulator. Adds
      --database-mode flag to gcloud emulator firestore start command. Note
      that this is a preview feature and if you find any bugs, please file them
      here: https://github.com/firebase/firebase-tools/issues.
  • Improve FAH onboarding flow to connect backends with SCMs (#​6764).
  • Fixed issue where GitHub actions would fail due to lack of permission. (#​6791)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency firebase-tools to v13.3.1 Update dependency firebase-tools to v13.4.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 37bc87e to 7538fee Compare February 28, 2024 00:09
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 7538fee to afd0cb7 Compare March 8, 2024 02:12
@renovate renovate bot changed the title Update dependency firebase-tools to v13.4.0 Update dependency firebase-tools to v13.4.1 Mar 8, 2024
@renovate renovate bot changed the title Update dependency firebase-tools to v13.4.1 Update dependency firebase-tools to v13.5.0 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 5 times, most recently from 1f641ef to 8ac5884 Compare March 15, 2024 01:06
@renovate renovate bot changed the title Update dependency firebase-tools to v13.5.0 Update dependency firebase-tools to v13.5.1 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 5d8e054 to 896efe1 Compare March 20, 2024 01:20
@renovate renovate bot changed the title Update dependency firebase-tools to v13.5.1 Update dependency firebase-tools to v13.5.2 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 896efe1 to 837a745 Compare March 27, 2024 00:27
@renovate renovate bot changed the title Update dependency firebase-tools to v13.5.2 Update dependency firebase-tools to v13.6.0 Mar 27, 2024
@renovate renovate bot changed the title Update dependency firebase-tools to v13.6.0 Update dependency firebase-tools to v13.6.1 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 3c7d322 to 8af3fae Compare April 4, 2024 23:52
@renovate renovate bot changed the title Update dependency firebase-tools to v13.6.1 Update dependency firebase-tools to v13.7.0 Apr 4, 2024
@renovate renovate bot changed the title Update dependency firebase-tools to v13.7.0 Update dependency firebase-tools to v13.7.1 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from b320024 to 53ab5d0 Compare April 12, 2024 02:33
@renovate renovate bot changed the title Update dependency firebase-tools to v13.7.1 Update dependency firebase-tools to v13.7.2 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 53ab5d0 to b7bc984 Compare April 18, 2024 01:04
@renovate renovate bot changed the title Update dependency firebase-tools to v13.7.2 Update dependency firebase-tools to v13.7.3 Apr 18, 2024
@renovate renovate bot changed the title Update dependency firebase-tools to v13.7.3 Update dependency firebase-tools to v13.7.4 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 465171c to 2642dcc Compare April 25, 2024 18:18
@renovate renovate bot changed the title Update dependency firebase-tools to v13.7.4 Update dependency firebase-tools to v13.7.5 Apr 25, 2024
@renovate renovate bot changed the title Update dependency firebase-tools to v13.7.5 Update dependency firebase-tools to v13.8.0 May 2, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 980c787 to c251460 Compare May 8, 2024 23:04
@renovate renovate bot changed the title Update dependency firebase-tools to v13.8.0 Update dependency firebase-tools to v13.8.1 May 8, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from c251460 to 9a8acdc Compare May 10, 2024 02:23
@renovate renovate bot changed the title Update dependency firebase-tools to v13.8.1 Update dependency firebase-tools to v13.8.2 May 10, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 9a8acdc to 194e8e4 Compare May 11, 2024 01:11
@renovate renovate bot changed the title Update dependency firebase-tools to v13.8.2 Update dependency firebase-tools to v13.8.3 May 11, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 194e8e4 to e6729c4 Compare May 14, 2024 19:36
@renovate renovate bot changed the title Update dependency firebase-tools to v13.8.3 Update dependency firebase-tools to v13.9.0 May 14, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from e6729c4 to b43f865 Compare May 21, 2024 23:59
@renovate renovate bot changed the title Update dependency firebase-tools to v13.9.0 Update dependency firebase-tools to v13.10.0 May 21, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from b43f865 to 7afacf5 Compare May 24, 2024 19:00
@renovate renovate bot changed the title Update dependency firebase-tools to v13.10.0 Update dependency firebase-tools to v13.10.1 May 24, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 7afacf5 to 96a8051 Compare May 28, 2024 19:27
@renovate renovate bot changed the title Update dependency firebase-tools to v13.10.1 Update dependency firebase-tools to v13.10.2 May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants