KoheiKanagu / global

0 stars 0 forks source link

Update firebase-tools requirement from ^12.1.0 to ^12.3.0 in /npm #110

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on firebase-tools to permit the latest version.

Release notes

Sourced from firebase-tools's releases.

v12.3.0

  • 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)
Commits
  • 76f159a 12.3.0
  • 0261dc8 Continue on 404, baseUrl for Next rewrites (#5923)
  • ac21ab3 Fix issue where a user is created when empty email and password is passed (#5...
  • 708efef Export hosting-channel-deploy action (#5820)
  • 2b6b19d Clarify that sourceUri needs to be replaced (#5927)
  • da5960a Improve error message raised when --import flag directory does not exist (#...
  • a1a6cc9 Remove LOCATION param from extension.yaml template. (#5925)
  • a3a1da9 Get autoTokenSyncURL in simpleProxy sooner (#5894)
  • 48bdcb0 Switch ext:dev:init to default billingRequire to true (#5917)
  • 3b80ee2 Support Astro hybrid rendering (#5898)
  • Additional commits viewable 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 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 1 year ago

@dependabot merge