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 dependency firebase-tools to v13 #115

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-tools ^10.9.2 -> ^13.9.0 age adoption passing confidence

Release Notes

firebase/firebase-tools (firebase-tools)

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)

v13.3.0

Compare Source

  • Improved detection for when login has expired due to Google Cloud Session Control. (#​1846)
  • Added support for Python 3.12. (#​6679)
  • Fixed issues with internal utilities. (#​6754)
  • Fixed an issue where firestore:delete wouldn't target the emulator when expected. (#​6537)

v13.2.1

Compare Source

  • Fixed an issue where appdistribution:distribute would always attempt to run tests. (#​6749)

v13.2.0

Compare Source

  • Added rudimentary email enumeration protection for auth emulator. (#​6702)

v13.1.0

Compare Source

  • Point v2 function target to entrypoint. (#​6698)
  • Fixed issue where Auth emulator sign in with Google only shows default tenant. (#​6683)
  • Prevent the use of pinTags + minInstances on the same function, as the features are not mutually compatible (#​6684)
  • Added force flag to delete backend (#​6635).
  • Use framework build target in Vite builds (#​6643).
  • Use framework build target in NODE_ENV for production Vite builds (#​6644)
  • Let framework handle public directory with emulator. (#​6674)
  • Dynamically import Vite to fix deprecated CJS build warning. (#​6660)
  • Fixed unsafe array spreads on Hosting deploys. (#​6712)

v13.0.3

Compare Source

  • Fixed typo in Cloud storage bucket metadata location type. (#​6648)
  • Fixed an issue where including export in .env files caused parsing errors. (#​6629)

v13.0.2

Compare Source

  • Fix Next.js dynamic and static OG images. (#​6592)
  • Address a regression introduced in 13.0.1 when emulating Vite applications. (#​6599)
  • Add RSC headers of Next.js app directory pages to Hosting headers. (#​6608)

v13.0.1

Compare Source

  • Fix bug where deploying Firestore function resulted in redudant API calls to the Firestore API (#​6583).
  • Fix an issue preventing Vite applications from being emulated on Windows. (#​6411)
  • Addressed an issue preventing Astro applications from being deployed from Windows. (#​5709)
  • Fixed an issue preventing Angular apps using ng-deploy from being emulated or deployed. (#​6584)
  • Warn if a Web Framework is outside a well known version range on deploy/emulate. (#​6562)
  • Use Web Framework's well known version range in firebase init hosting. (#​6562)
  • Permit use of more SSR regions in Web Frameworks deploys. (#​6086)
  • Limit Web Framework's generated Cloud Function name to 23 characters, fixing deploys for some. (#​6260)
  • Allow Nuxt as an option during firebase init hosting. (#​6309)

v13.0.0

Compare Source

  • Breaking: dropped support for running the CLI on Node.js v16.
  • Breaking: Refactored functions:shell to remove dependency on deprecated request module.
    • As part of this change, removed support for some rarely used features of request.
  • Breaking: Removed deprecated ext:dev:publish command. Use ext:dev:upload instead.
  • Added support for running the CLI on Node.js v20.
  • Switched Storage deployment to use GetDefaultBucket endpoint to fetch default Storage bucket. (#​6467)
  • Fixed an issue with emulating blocking functions when using multiple codebases (#​6504).
  • Added force flag call-out for bypassing prompts (#​6506).
  • Added the ability to deploy Angular apps using the new application-builder. (#​6480)
  • Fixed an issue where --non-interactive flag is not respected in Firestore indexes deploys. (#​6539)
  • Fixed an issue where login:use would not work outside of a Firebase project directory. (#​6526)
  • Prevent app router static not-found requiring a Cloud Function in Next.js deployments. (#​6558)
  • Use only site id from site name in list versions API. (#​6565)

v12.9.1

Compare Source

  • Fixes issue where initializing Hosting fails when selecting a project. (#​6527)

v12.9.0

Compare Source

  • Revert enabling preferRest by default to avoid performance degradations for some users (#​6520).
  • Fix blocking functions in the emulator when using multiple codebases (#​6504).
  • Add force flag call-out for bypassing prompts (#​6506).
  • Fixed an issue where the functions emulator did not respect the --log-verbosity flag (#​2859).
  • Add the ability to look for the default Hosting site via Hosting's API.
  • Add logic to create a Hosting site when one is not available in a project.
  • Add checks for the default Hosting site when one is assumed to exist.

v12.8.1

Compare Source

  • Fixed 2 bugs (unintended database mode changes and disabling of PITR or delete-protection) when updating Firestore databases (#​6478)

v12.8.0

Compare Source

  • Enable preferRest option by default for Firestore functions. (#​6147)
  • Fixed a bug where re-deploying 2nd Gen Firestore function failed after updating secrets. (#​6456)
  • Fixed a bug where similarly-named Hosting channels would cause issues when updating authorized domains. (#​6356)

v12.7.0

Compare Source

  • Fix type mismatch for parametrized function region. (#​6205)
  • Ignore FIRESTORE_EMULATOR_HOST environment variable on functions deploy. (#​6442)
  • Added support for enabling, disabling, and displaying Point In Time Recovery enablement state on Firestore databases (#​6388)
  • Added a --verbosity flag to emulators:* commands that limits what logs are printed (#​2859)
  • Fixed an issue where params would not be resolved when used to set VPC connector during functions deployment (#​6327)

v12.6.2

Compare Source

  • Fixed an issue with deploying multilevel grouped functions containing v2 functions. (#​6419)
  • Fixed an issue where functions deployment required a new permission.

v12.6.1

Compare Source

  • Fixed an issue where the functions service account option was not treated as a param (#​6389).
  • Fixed an issue with deploying function groups containing v2 functions. (#​6408)
  • Use GetDefaultBucket endpoint to fetch Storage Default Bucket.

v12.6.0

Compare Source

  • Improve performance and reliability when deploying multiple 2nd gen functions using single builds. (#​6376)
  • Fixed an issue where emulators:export did not check if the target folder is empty. (#​6313)
  • Fixed an issue where retry could not be set for event triggered functions. (#​6391)
  • Fixed "Could not find the next executable" on Next.js deployments (#​6372)
  • Fixed issues caused by breaking changes in Next >=v13.5.0. (#​6382)

v12.5.4

Compare Source

  • Released Firestore emulator v1.18.2.
    • Removed nano precision in timestamp used in Firestore emulator (#​5893)
    • Fixed a bug where query behaves differently from production.
  • Fixed an issue where very long command outputs would be cut off. (#​3286)

v12.5.3

Compare Source

  • Fixed an issue where builds from https://firebase.tools could not run commands that spawn npm. (#​6132)
  • Fixed an issue where --non-interactive and --force were not respected in some extension deploys. (#​6321)
  • Fixed the regex in extensions changelog parser to lazy match the version prefix to allow matching higher versions (#​6326)

v12.5.2

Compare Source

  • Fixed an issue causing unexpected behavior and errors on functions deploy. (#​6290)

v12.5.1

Compare Source

  • Fix issue with mixed v1 and v2 functions deployments. (#​6293)

v12.5.0

Compare Source

  • Fixed issue where the Extensions emulator would error when emualting local extensions with no params. (#​6271)
  • Improved performance and reliability when deploying multiple 2nd gen functions using single builds. (#​6275)
  • Fix bundle next.config.js (#​6287)

v12.4.8

Compare Source

  • Increased functions emulator HTTPS body size limit to 32mb to match production. (#​6201)
  • Fixed Astro web framework bug when loading configuration for version 2.9.7 and above. (#​6213)
  • Increase Next.js config bundle timeout to 60 seconds. (#​6214)

v12.4.7

Compare Source

  • Improve error message raised when firebase init hosting:github fails due to max number of keys limit for a service account. (#​6145)
  • Fixed bug where functions:secrets:\* family of commands did not work when Firebase CLI is authenticated via GOOGLE_APPLICATION_CREDENTIALS (#​6190)
  • Fixed bug where some extension instance updates would default to the wrong location.

v12.4.6

Compare Source

  • Fixed an issue where extension instances could not be deployed when authenticated as a service account (#​6060).
  • Fixed glob usage in Next.js utility function to detect images in app directory (#​6166)
  • Send experiments activated with firebase experiments:enable to the emulator suite UI (#​6169)

v12.4.5

Compare Source

  • Fixed bug where functions:secrets:set didn't remove stale versions of a secret. (#​6080)
  • Fixed bug where firebase deploy --only firestore:named-db didn't update rules. (#​6129)
  • Fixed issue where Flutter Web is not detected as a web framework. (#​6085)
  • Added better messages for API permissions failures that direct the user to the URL to enable the API. (#​6130)
  • Fixed issue caused by adding type checks in #​5906.
  • Fixed next/image component in app directory for Next.js > 13.4.9. (#​6143)
  • Fixed bug where Next.js Image Optimization in the app directory was not requiring a Cloud Function. (#​6143)
  • Fixed a transitive dependency on a vulnerable version of vm2. (#​6150)

v12.4.4

Compare Source

  • Disables KeepAlive timeout when debugger is attached to the functions emulator. (#​6069)
  • Fixed an issue where database:list would have inaccurate results. (#​6063)

v12.4.3

Compare Source

  • Fixed incorrect links in firebase open hosting and firebase open crash. (#​6073)
  • Released Firebase Emulator UI v1.11.7, which includes preview support for multiple Firestore databases. (#​6079)

v12.4.2

Compare Source

  • Run lifecycle hooks for specific functions. (#​6023)
  • Increased extension instance create poll timeout to 1h to match backend (#​5969).
  • Refactored ext:install to use the latest extension metadata. (#​5997)
  • Added descriptive error when repo is private or not found during ext:dev:upload. (#​6052)
  • Fixed issue where missing trigger warnings would be wrongly displayed when emulating extensions with HTTPS triggers. (#​6055)
  • Normalized extension root path before usage in ext:dev:upload. (#​6054)

v12.4.1

Compare Source

  • Release Firestore emulator 1.18.1 which addes a emulator configuration to start with experimental mode (#​5942).
  • Run lifecycle hooks for specific codebases. (#​6011)
  • Fixed issue causing firebase emulators:start to crash in Next.js apps (#​6005)

v12.4.0

Compare Source

  • Added appdistribution:group:create and appdistribution:group:delete. (#​5978)
  • Added --group-alias option to appdistribution:testers:add and appdistribution:testers:remove. (#​5978)
  • Fixed an issue where Storage rules could not be deployed to projects without a billing plan. (#​5955)

v12.3.1

Compare Source

  • Delete and re-create v2 function on Cloud Run API quota exhaustion (#​5719).
  • firebase functions:secrets:* ensure the secretmanager API is enabled (#​5918)

v12.3.0

Compare Source

  • Fix a bug preventing web framework's dev-mode from working out-of-box with Firebase Authentication. (#​5894)
  • Address additional cases where we were attempting to deploy a framework's development bundle (#​5895)
  • NextJS rewrites should be prefixed with the basePath defined in next.config.js (#​5923)
  • Web Frameworks emulators will again respect existing Cloud Functions rewrites (#​5923)
  • Web Frameworks rewrites/redirects/headers will only prepend those in firebase.json if there's a baseUrl (#​5923)
  • Fixes issue where Authentication emulator creates a user if empty email and empty password is provided. (#​5639)
  • Improve error message raised when --import flag directory does not exist. (#​5851)
  • Switch ext:dev:init to default 'billingRequired' to true in extension.yaml
  • Remove LOCATION param from the extensions.yaml template for ext:dev:init
  • Support Astro hybrid rendering (#​5898)

v12.2.1

Compare Source

  • Gracefully close rules runtime on storage emulator stop (#​4902)
  • Always assume build target of production when deploying a web framework, unless overridden (#​5892)

v12.2.0

Compare Source

  • Update error message when function deploy fails due to quota. (#​5867)
  • Fixes RTDB emulator 127.0.0.1 namespace resolution bug. (#​5863)
  • Improves RTDB emulator to GCF emulator network reliability. (#​5863)
  • Allow for Angular developers to both target a PWA and leverage serveOptimizedImages. (#​5716)
  • Multi-page applications that are fully staticly rendered are no longer treated as PWAs. (#​5716)
  • Add fast dev-mode support for devlopers using Nuxt v2. (#​5716)
  • Respect ssr: false and baseURL when using Nuxt. (#​5716)
  • Fix bug where JS SDK auto-init was not working for Vite while in dev-mode (#​5610).
  • Respect FIREBASE_FRAMEWORKS_BUILD_TARGET environment variable to override the default build target (#​5572).
  • Improves cleanup process when reloading emulated functions in debug mode. (#​5878)
  • Allow Web Frameworks to target NodeJS v20. (#​5879)

v12.1.0

Compare Source

  • Fixes an issue running firebase emulators:start when Python Cloud Functions directory path has spaces. (#​5854)
  • Add support for nodejs20 for Cloud Functions for Firebase. (#​5837)
  • Add Flutter Web as an option in "firebase init hosting" (#​5864)
  • Some failures while building Web Frameworks were not being caught (#​5864)

v12.0.1

Compare Source

  • Fixes an issue in the EventArc emualtor where events missing optional fields would cause crashes. (#​5803)
  • Fixes an issue running firebase emulators:start and firebase deploy when Python Cloud Functions directory path has spaces. (#​5830)

v12.0.0

Compare Source

  • Breaking: drops support for running the CLI on Node.js v14.
  • Adds ext:dev:* commands to publish and manage Extensions. For step-by-step instructions on how to publish your own Extensions, see https://firebase.google.com/docs/extensions/publishers/get-started.
    • Note: These commands were previously available to early access users behind an experiment flag. There are some breaking changes from the early access version of these commands.
    • ext:dev:publish has been renamed to ext:dev:upload. ext:dev:upload defaults to uploading extensions from GitHub instead of local source.
    • ext:dev:publish is deprecated and will be removed in version 13.
    • ext:dev:delete, ext:dev:unpublish, ext:sources:create and ext:dev:emualtors:* have been removed.
  • Support for Next.js i18n, basePath, and more advanced rewrites/redirects/headers (#​5788)
  • hosting.frameworksBackend now respects omit: true (#​5788)
  • Web Frameworks now memoizes framework builds for single builds across multiple hosting sites (#​5788)
  • Add support for Angular i18n and baseHref (#​5774)
  • Trip the backend requirement for Angular applications using ng-deploy w/serveOptimizedImages (#​5774)
  • Fixes a bug where the Storage emulator would not fall back to open rules for 'demo-' projects if firebase.json contained multiple storage targets (#​5170)
  • Updates firebase init function templates for TypeScript and Javascript to 2nd gen (#​5775)
  • Allow for atomic deployment of Hosting content & Functions rewrites via tag pinning (#​5753)

v11.30.0

Compare Source

  • Added more helpful error messages for the Firebase Hosting GitHub Action (#​5749)
  • Upgrade Firestore emulator to 1.17.4
  • Web Frameworks will no longer try to deploy unsupported versions of NodeJS to Cloud Functions (#​5733)
  • Fixes bug where emulators would not start correctly due to corrupted ZIP files. (#​5614, #​5677)
  • Adding experimental support for deploying Flutter Web applications to Firebase Hosting (#​5332)
  • Release Emulator Suite UI v1.11.6 (#​5769)
  • Adds function emulator support for v2 firestore triggers (#​5685)
  • Improvements for developers using Next 13's app directory (#​5691)
  • Resolve timeouts when bundling Next.js applications for Cloud Functions (#​5691)
  • Fixes bug where the functions emulator would attempt to call to prod for 'demo-' projects (#​5170)
  • Address issues starting the Firebase Hosting emulator with some versions of Next.js (#​5781)
  • Fix regex page matcher for Next.js middlewares version 1 (#​5496)
  • Fixes bug where functions emulator broke when client request disconnects (#​5783)

v11.29.1

Compare Source

  • Fixes a bug preventing local extension instances from being updated to uploaded versions.
  • Releases firestore emulator version 1.17.3

v11.29.0

Compare Source

  • Releases Firestore Emulator 1.17.2
    • Propagates page token from ListDocumentsResponse to GetOrListDocumentsResponse in Firestore emulator.
  • Fixes an issue where Secret Manager secrets were tagged incorrectly (#​5704).
  • Fix bug where Custom Event channels weren't automatically crated on function deploys (#​5700)
  • Lift GCF 2nd gen naming restrictions (#​5690)
  • Fixes a bug where ext:install and ext:configure would error on extensions with no params.
  • Fixed an issue with Vite and Angular integrations using a obsolete NPM command (#​5710)

v11.28.0

Compare Source

  • Adds new commands for provisioning and managing Firestore databases: (#​5616)
    • firestore:databases:list
    • firestore:databases:create
    • firestore:databases:get
    • firestore:databases:update
    • firestore:databases:delete
    • firestore:locations
  • Adds extensions as an option in firebase init.
  • Relaxed repo URI validation in ext:dev:publish (#​5698).
  • Enable Secret Manager API during ext:install/update for extensions that use secrets (#​5702).

v11.27.0

Compare Source

  • Default emulators:start to use fast dev-mode for Nuxt3 applications (#​5551)
  • Fix broken Functions CLI experience for projects with incomplete GCF 2nd Gen functions (#​5684)
  • Disable GCF breaking change to automatically run npm build scripts as part of function deploy (#​5687)
  • Add experimental support for deploying Astro applications to Hosting (#​5527)

v11.26.0

Compare Source

  • Fix bug where functions shell failed to invoke event triggered functions in debug mode. (#​5609)
  • Fixed bug with the web frameworks proxy that could see unexpected 404 errors while emulating. (#​5525)
  • Added experimental support for SvelteKit codebases. (#​5525)
  • Allow usage of Angular and Vite within an NPM workspace. (#​5640)
  • Force Vite to build the production bundle when deploying to Hosting. (#​5640)
  • Fix bug where eagerly initializing UA failed function deployment that imported firebase-tools as a library. (#​5666)
  • Added ability to publish extension versions directly from GitHub. (#​5160)

v11.25.3

Compare Source

  • The hosting emulator integration with web frameworks now has improved support for HMR and dev-tools. (#​5582)
  • Fixes an issue where init hosting:github would hang if it could not access a repository's public key. (#​5317)
  • Release Firestore Emulator v1.16.2 which captures an HTTP1 header fix and requests monitor fix.
  • Release Emulator Suite UI v1.11.5 which addresses an issue where displaying over 10k documents was crashing the emulator. (#​5657)

v11.25.2

Compare Source

  • Releases Cloud Firestore emulator v1.16.1, which adds support for read_time in ListCollectionIds.
  • Fixes auth:export with csv format for users with custom claims. (#​3319)

v11.25.1

Compare Source

  • Fixes a missing dependency on p-limit. (#​5619)

v11.25.0

Compare Source

  • Adds support for optional --database argument in Firestore commands (#​5548).
  • Adds multiple firestore database targets support in firebase.json (#​5548).
  • Removes call to Cloud Run API and set CPU & concurrency in GCF API instead. (#​5605)
  • Fixes function deploy retry after quota exceeded bug and increase backoff. (#​5601)
  • Fixes bug where EVENTARC_CLOUD_EVENT_SOURCE environment variable was correctly set for some functions. (#​5597)
  • Adds 2nd gen firestore triggers to firebase deploy (#​5592).
  • Adds Extension emulator support for system params.
  • Adds database:import command for non-atomic imports (#​5396).

v11.24.1

Compare Source

  • Fixes an issue where ext:dev:init would fail due to a missing CHANGELOG.md file (#​5530).

v11.24.0

Compare Source

  • Allow configuration of the Cloud Function generated for full-stack web frameworks (#​5504)
  • Fixes bug where passing --port flag in functions:shell does not set which port to emulate functions (#​5521)
  • Improve error message during deploy when given invalid hosting rewrite rule (#​5533)
  • Generate ESM-compatible SSR function for web frameworks (#​5540)
  • Fix bug emulators:exec script didn't populate FIREBASE_CONFIG environment variable (#​5544)

v11.23.1

Compare Source

  • Fix bug where CLI couldn't discover functions for monorepo setups. (#​5518)
  • Fix bug where --inspect-functions flag always fails. #​5516

v11.23.0

Compare Source

  • Fix storage download name issue #​5478
  • Refactor the way timeouts are enforced by the Functions Emulator (#​5464)
  • Fix bug where cloudevent emitted by various emulators didn't conform to spec (#​5466)
  • Upgrade the emulator suite UI to 1.11.3 to capture some bug fixes (#​5479)
  • Web frameworks deploys can once again bundle local NPM dependencies (#​5440)
  • Catches error when attempting to deploy without a project (#​5415)
  • Fixes a number of issues and outdated dependencies in templates for init --only functions and ext:dev:init
  • Adds integration tests and useful scripts to the extension directory created by ext:dev:init.
  • Support private network access (CORS-RFC1918) in Firestore Emulator (#​4227)
  • Fix some edge cases where Emulator UI cannot reach the emulators (#​912)
  • Fix various accessibility and usability issues in Emulator UI.
  • Support .env when deploying a web framework (#​5501)
  • Fix various issues with "init hosting" and web frameworks (#​5500)
  • Fix Next.js deployments on Windows (#​5499)

v11.22.0

Compare Source

  • Refactors Functions Emulator. (#​5422)
  • Fixes race condition when discovering functions. (#​5444)
  • Added support for Nuxt 2 and Nuxt 3. (#​5321)
  • Fixes issue where init firestore was unecessarilly checking for default resource location. (#​5230 and #​5452)
  • Pass trailingSlash from Next.js config to firebase.json (#​5445)
  • Don't use Next.js internal redirects for the backend test (#​5445)
  • Fix issue where pnpm support broke for function emulation and deployment. (#​5467)
  • Fix bug where .env.local files were not picked up during function emulation. (#​5477)

v11.21.0

Compare Source

  • Fix bug where CLI was unable to deploy Firebase Functions in some monorepo setups (#​5391)
  • Upgrade Storage Rules Runtime to v1.1.3 to support ternary operators (#​5370)
  • Fixes an issue where already deployed functions with the same remote configuration do not get skipped (#​5354)
  • App Distribution: Links to new releases are now available. These links help you manage binaries and ensure that testers and other developers have the right release. (#​5405)

v11.20.0

Compare Source

  • Fixes a bug in the pubsub emulator by forcing a shutdown if it didn't end cleanly. (#​5294)
  • Fixes an issue where dependencies for emulated Extensions would not be installed on Windows - thanks @​stfsy! (#​5372)
  • Adds emulator support for Extensions with schedule triggers - thanks @​stsfy! (#​5374)
  • Update the Emulator Suite UI to v1.11.2 to capture a set of accessibility improvements. (#​5394)
  • Fixes an issue in the Functions emulator where secret values were undefined after hot reload with the --inspect-functions flag. (#​5384)
  • Fixes a bug where functions:delete command did not recognize '-' as delimiter. (#​5290)
  • Reintroduces an updated Hosting emulator with i18n (#​4879) and Windows path (#​5133) fixes.

v11.19.0

Compare Source

  • Support for string list typed parameters in functions deployment (#​5137)
  • Respect .npmrc in backends spun up for web frameworks (#​5235)
  • Remove esbuild dependency, instead bundle Next.js configuration on deploy with NPX (#​5336)
  • Add sharp NPM module to Clo

Configuration

📅 Schedule: Branch creation - "after 6am and before 10am on monday" (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.

🔕 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 added the dependencies Pull requests that update a dependency file label Dec 11, 2023
Copy link
Contributor Author

renovate bot commented Dec 11, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli/validate-engines.js:31
    throw err
    ^

TypeError: args.at is not a function
    at process.<anonymous> (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/utils/display.js:91:21)
    at process.emit (events.js:412:35)
    at Object.verbose (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/node_modules/proc-log/lib/index.js:68:22)
    at module.exports (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli/entry.js:25:7)
    at module.exports (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli/validate-engines.js:39:10)
    at module.exports (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli.js:4:31)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/bin/npm-cli.js:2:25)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)

@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 0202e18 to 85d46ea Compare December 15, 2023 00:28
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 85d46ea to e95494e Compare January 10, 2024 01:18
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from e95494e to ab6742a Compare January 25, 2024 00:26
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 7641907 to e6a78d4 Compare February 7, 2024 18:06
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from e6a78d4 to e5b3e2c Compare February 15, 2024 00:12
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from e525682 to eca08ef Compare February 28, 2024 00:14
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 1c5cdea to 364fd8d Compare March 13, 2024 23:04
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 639ed3e to 509d937 Compare March 20, 2024 01:30
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 509d937 to 055aa33 Compare March 27, 2024 00:57
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 3 times, most recently from 5d147f1 to 6b80756 Compare April 5, 2024 20:06
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from df87932 to 26f9d6d Compare April 17, 2024 22:25
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 306e85d to 867aee1 Compare April 25, 2024 19:04
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 79c51e8 to 6213f74 Compare May 8, 2024 19:36
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 6213f74 to 25b1032 Compare May 10, 2024 01:51
Copy link
Contributor Author

renovate bot commented May 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli/validate-engines.js:31
    throw err
    ^

TypeError: args.at is not a function
    at process.<anonymous> (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/utils/display.js:91:21)
    at process.emit (events.js:412:35)
    at Object.verbose (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/node_modules/proc-log/lib/index.js:68:22)
    at module.exports (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli/entry.js:25:7)
    at module.exports (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli/validate-engines.js:39:10)
    at module.exports (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli.js:4:31)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/bin/npm-cli.js:2:25)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)

@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 25b1032 to 211b50a Compare May 11, 2024 01:34
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 211b50a to fc487a7 Compare May 14, 2024 22:59
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.

None yet

0 participants