KoheiKanagu / global

0 stars 0 forks source link

Bump firebase-tools from 12.9.1 to 13.0.0 in /npm #164

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps firebase-tools from 12.9.1 to 13.0.0.

Release notes

Sourced from firebase-tools's releases.

v13.0.0

  • 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)
Commits
  • acd1fce 13.0.0
  • 6036dfb Launch/v13.0.0 (#6559)
  • 39b23e0 Manage GCB connection resources more efficiently (#6536)
  • 1f4f6f4 Make FIREBASE_FRAMEWORKS_VERSION injectable for testing (#6571)
  • 99af335 Add utility function to list GCB connections w/ well-known names. (#6535)
  • eb92701 Install missing dependencies during clean install by default (#6572)
  • be5c16d use only site id in list versions API (#6565)
  • ede17a1 On NextJS deploy check if not-found is static (#6558)
  • 9f5d1ce Fix Angular SSR deployment on Windows (#6544)
  • cf9379f BREAKING: Ignore 'functions' directory in a Firebase project without a functi...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
KoheiKanagu commented 9 months ago

@dependabot merge