fix(deps): update dependency firebase-tools to v14 #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^13.35.1
->^14.8.0
Release Notes
firebase/firebase-tools (firebase-tools)
v14.8.0
Compare Source
serviceusage.googleapis.com
quota.v14.7.0
Compare Source
functions:list
.firebase init
feature selection. (#5232)demo-
projects. (#8720)--export-on-exit
fails if the target directory does not exist. (#4688)package.json
when multiple package managers are used in a web project.@table(key)
.v14.6.0
Compare Source
projects:create
didn't correctly parse theprojectId
anddisplayName
input. (#8634)firebase use --add
didn't correctly set the active project. (#8694)firestore:delete
. (#6753)firebase init
now uses FIREBASE_PROJECT env var as the default project name.v14.5.1
Compare Source
v14.5.0
Compare Source
firestore.database
was treated as a required field in firebase.json. This is addressed in 14.5.1.init
where users were forced to specify emulator UI port (#8626)webframeworks
enabled,firebase init hosting
re-prompts users for source. (#8587)auth.uid
in CEL expressions when unauthenticated.firebase init firestore
+firebase deploy
flow on a fresh new project without going to Console (#8653)v14.4.0
Compare Source
firebase experimental:mcp
command, which runs an MCP server for AI assistants to interact with Firebase resources.firebase init hosting:github
didn't correctly parse the repo input. (#8536)@transaction
continued to execute after errors and produces more confusing errors.@transaction
returned bogus data that had been invalidated by the rollback. They now correctly return null with a corresponding error "(rolled back)".@check
on side-effect fields if the mutation doesn't have@transaction
.null
in CEL expressions.response
binding to Server Values and@check(expr:)
CEL expressions.v14.3.1
Compare Source
firebase init firestore
would raise an error due to rules/indexes file path being undefined. (#8518)firebase use
requiredserviceusage.viewer
permissions. (#8519)v14.3.0
Compare Source
v14.2.2
Compare Source
init dataconnect
.demo-
projects.add
andremove
list update transforms and fixes an issue where updating a column tonull
was ignored. (#8484)v14.2.1
Compare Source
inc
anddec
update transforms forDate
andTimestamp
scalars.OR
andAND
clauses may be evaluated in the incorrect order.{includes: $var}
or{includesAll: [$var]}
clauses should be dropped if$var
is missing.v14.2.0
Compare Source
ref
function in generated web SDK.inc
,dec
,append
, andprepend
update transforms. Existing deployed connectors that violate this constraint will still work, but will need to be fixed to use list syntax before being re-deployed.v14.1.0
Compare Source
v14.0.1
Compare Source
v14.0.0
Compare Source
init emulators
App Hosting flow now createsapphosting.emulator.yaml
with references to live secrets rather thanapphosting.local.yaml
with saved plaintext.apphosting:config:export
command has been removed (#8361)--location
flag fromapphosting
commands. Instead, commands now prompt for primary region as needed.deploy dataconnect
now warns about unsafe connector changes and insecure operations.experimental:functions:shell
command. Usefunctions:shell
instead.apphosting:secrets:grantAccess
can now grant access to emails and can grant multiple secrets at once (#8357)apphosting:secrets:set
now has flows to help with test secrets (#8359)init dataconnect
templates tov1
.FIREBASE_DATACONNECT_EMULATOR_HOST
instead ofFIREBASE_DATA_CONNECT_EMULATOR_HOST
.sql:setup
would incorrectly remove thecloudsqlsuperuser
role fromfirebasesuperuser
(#8363)appdistribution:testers:list
would error out if there were no testers.Configuration
📅 Schedule: Branch creation - "after 7am on the first day of the month" (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.
This PR was generated by Mend Renovate. View the repository job log.