-
Notifications
You must be signed in to change notification settings - Fork 0
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 #111
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: package-lock.json
|
636b84a
to
5a39aba
Compare
5a39aba
to
6c3da42
Compare
6c3da42
to
4ade9ce
Compare
bcd162e
to
7c57ca3
Compare
7c57ca3
to
bb684f9
Compare
fc6b273
to
96badcd
Compare
dc23067
to
6cb6fbd
Compare
6cb6fbd
to
fee41eb
Compare
d59958d
to
c6dd6c6
Compare
cb82141
to
ae91764
Compare
bd71ec0
to
80f2b40
Compare
f964601
to
27c231a
Compare
d8711ed
to
9b37a67
Compare
9b37a67
to
46731c5
Compare
|
ab5c703
to
9365672
Compare
1225f0b
to
754ce3b
Compare
69c28e2
to
bbb9bb0
Compare
86706af
to
ccd4b0a
Compare
ccd4b0a
to
c07cd17
Compare
5b21c91
to
9bc917f
Compare
4c6d197
to
c641169
Compare
c641169
to
9cf8e55
Compare
ccdfc8f
to
2663e07
Compare
869c89b
to
af0064f
Compare
aafe6af
to
87f867a
Compare
bf6cfc0
to
659cec7
Compare
a90480d
to
79b2590
Compare
dfabc43
to
9f72a9c
Compare
9067133
to
07004fe
Compare
07004fe
to
301a59b
Compare
This PR contains the following updates:
^11.30.0
->^13.28.0
Release Notes
firebase/firebase-tools (firebase-tools)
v13.28.0
Compare Source
emulators.dataconnect.dataDir
toinit dataconnect
.firebase
would error out instead of displaying help text.firebase init genkit
would error on Windows machines.emulators.apphosting.startCommandOverride
. Please useemulators.apphosting.startCommand
instead.superstatic
to9.1.0
in package.json.linkProviderUserInfo
in the Auth emulator to allow linking providers to user accounts. (#4170)v13.27.0
Compare Source
emulators:exec
would return a 0 error code when emulators failed to start. (#7974)--import
andemulators:export
support to the Data Connect emulator.firebase.json#emulators.dataconnect.dataDir
. When set, Data Connect data will be persisted to the configured directory between emulator runs.apphosting:config:export
to export App Hosting configurations such as secrets into an apphosting.local.yaml file, to be used by the emulatorv13.26.0
Compare Source
firebase.googleapis.com
tocloudresourcemanager.googleapis.com
.superstatic
to9.1.0
(#7929).appdistribution:group:*
commands toappdistribution:groups:*
.@auth
expressions that reference theauth
variableOptional
arrays in Swift codegenStringType_pattern
from generated docs and GQL prelude. (#7968)v13.25.0
Compare Source
FIREBASE_DATACONNECT_POSTGRESQL_STRING
set. (#7882)query
in mutations,@check
for advanced authorization, and replacesjava.util.Date
withcom.google.firebase.dataconnect.LocalDate
forDate
scalar fields and variables in Kotlin codegen. (#7936)firebase init genkit
to work with genkit version 0.9.0.v13.24.2
Compare Source
OrderDirection
enum withOptional
types in Dart codegen and adds@ExperimentalFirebaseDataConnect
annotations in Kotlin codegen to avoid compiler warnings. (#7912)v13.24.1
Compare Source
firebase init
v13.24.0
Compare Source
v13.23.1
Compare Source
upsertMany
, introducesvars
as a shorthand forrequest.variables
in@auth
expressions, adds new methods toGeneratedConnector
andGeneratedOperation
implementations in Kotlin codegen (requires the v16.0.0-beta03 SDK), and fixes the use of Timestamp with optional types in Dart codegen (#7888).v13.23.0
Compare Source
v13.22.1
Compare Source
rimraf
.demo-
prefix. (#7779)FUNCTIONS_DISCOVERY_TIMEOUT
wasn't respected. (#6285)emulators:export
cannot read the metadata file.v13.22.0
Compare Source
v13.21.0
Compare Source
insertMany
and improved error handling.v13.20.2
Compare Source
v13.20.1
Compare Source
v13.20.0
Compare Source
in
.firebaserc`.Any
scalar type andOrderDirection
, support forfirst
to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details (#7744).firebase init dataconnect
to better support local-first onboarding. (#7733)--watch
option infirebase dataconnect:sdk:generate
. (#7719)v13.19.0
Compare Source
Any
scalar values in the Android SDK, strongly-typed variables in@auth
expressions, and a minor internal fix for the Dart SDK code generation. (#7696)firebase ext:sdk:install
to allow you to configure extensions in a functions codebase. See https://firebase.google.com/docs/extensions/install-extensions?interface=sdk for details.(#7581)v13.18.0
Compare Source
firebase deploy --dry-run
, which validates your changes and builds your code without making any production changes.firebase init
. (#7655)v1alpha
tov1beta
. (#7589)firebase init dataconnect
. (#7666)v1beta
gRPC APIs and theOrderDirection
enum in Swift, and makes transactional queries and mutations opt-in with the@transaction
directive. (#7679)firebase dataconnect:sql:grant -R <role> -E email
. (#7656)getGlobalEsbuildVersion
function. (#7571)v13.17.0
Compare Source
dataconnect:sql:migrate
command hard dependency on 'roles/cloudsql.admin'. (#7578)VERIFY_AND_CHANGE_EMAIL
events in the Auth emulator. (#7618)v13.16.0
Compare Source
FindNearest.distanceResultField
andFindNearest.distanceThreshold
parameters.v13.15.4
Compare Source
firebase.json#extensions
was undefined. (#7575)v13.15.3
Compare Source
ws
to 7.5.10 to remediate CVE-2024-37890. (#7398)v13.15.2
Compare Source
.env.<PROJECT-ID>
file exists and make its variables available for the buildprocess.
order_by_ref
, and fixes bugs in SDK generation.v13.15.1
Compare Source
esbuild
execution was throwing an error saying "Command line too long" on Windows (#7250, #6193). (#7395)init dataconnect:sdk
.sharp
^0.33.x for web frameworks. (#7517)offset
, cascade delete support, always index all foreign fields and multiple generated SDK options. (#7545)v13.15.0
Compare Source
--force
was not respected duringfirebase deploy --only storage
. (#7499)functions:secrets:set
wrongly errorred in non-interactive flows without force option (#7467)v13.14.2
Compare Source
v13.14.1
Compare Source
v13.14.0
Compare Source
firebase init dataconnect
now can pull down deployed GQL files.publishTime
is set to 1970-01-01T00:00:00 (#7441)firebase deploy --only dataconnect:serviceId
.v13.13.3
Compare Source
v13.13.2
Compare Source
v13.13.1
Compare Source
functions.ignore
values infirebase.json
to functions emulator so that supposedly ignored directories/files will not trigger reload. (#7414)v13.13.0
Compare Source
firebase init dataconnect:sdk
(#7406)@index
on tables,@auth(level: USER_ANON/USER_EMAIL_VERIFIED)
, andkey: {uid_expr: "auth.uid"}
, and fixes some issues related to SDK generation (#7409)v13.12.0
Compare Source
dataconnect.location
key infirebase.json
todataconnect.yaml
.init dataconnect:sdk
, which interactively configures a generated SDK for a Data Connect connector.v13.11.4
Compare Source
deploy --only dataconnect
would error out withcannot read property undefined
.v13.11.3
Compare Source
setup:emulators:dataconnect
.v13.11.2
Compare Source
firebase dataconnect:sdk:generate
when no generated SDKs are configured.firebase init dataconnect
did not write project files correctly.v13.11.1
Compare Source
firebase init dataconnect
no longer waits for Cloud SQL instance provisioning (#7275).v13.11.0
Compare Source
firebase init dataconnect
.init dataconnect
.v13.10.2
Compare Source
v13.10.1
Compare Source
--force
. (#7208)v13.10.0
Compare Source
npm audit
issue. (#7122)FUNCTIONS_DISCOVERY_TIMEOUT
env var (#7176)dataconnect:sql:migrate
would sometimes act as the wrong role. (#7198)dataconnect:sql:migrate --force
would not ignore invalid connectors. (#7199).dataconnect
commands.v13.9.0
Compare Source
firebase init genkit
. See more at https://firebase.google.com/docs/genkitapphosting:*
commands! See more at https://firebase.google.com/docs/app-hostingv13.8.3
Compare Source
v13.8.2
Compare Source
v13.8.1
Compare Source
v13.8.0
Compare Source
*.local
to .gitignore and functions ignore forinit functions
. (#7018)v13.7.5
Compare Source
v13.7.4
Compare Source
v13.7.3
Compare Source
Improve internal handling of config files (#6987)
v13.7.2
Compare Source
firebase deploy --only firestore:rules,firestore:indexes
does not update rules and indexes. (#6966)v13.7.1
Compare Source
firebase.json
. (#6965)v13.7.0
Compare Source
v13.6.1
Compare Source
v13.6.0
Compare Source
reset
endpoint for Datastore Mode.no_wrapper
options.v13.5.2
Compare Source
v13.5.1
Compare Source
v13.5.0
Compare Source
v13.4.1
Compare Source
GOOGLE_CLOUD_QUOTA_PROJECT
was not correctly respected. (#6801)v13.4.0
Compare Source
v13.3.1
Compare Source
--database-mode
flag togcloud emulator firestore start
command. Notethat this is a preview feature and if you find any bugs, please file them
here: https://github.com/firebase/firebase-tools/issues.
v13.3.0
Compare Source
firestore:delete
wouldn't target the emulator when expected. (#6537)v13.2.1
Compare Source
appdistribution:distribute
would always attempt to run tests. (#6749)v13.2.0
Compare Source
v13.1.0
Compare Source
v13.0.3
Compare Source
export
in .env files caused parsing errors. (#6629)v13.0.2
Compare Source
v13.0.1
Compare Source
firebase init hosting
. (#6562)firebase init hosting
. (#6309)v13.0.0
Compare Source
functions:shell
to remove dependency on deprecatedrequest
module.request
.ext:dev:publish
command. Useext:dev:upload
instead.--non-interactive
flag is not respected in Firestore indexes deploys. (#6539)login:use
would not work outside of a Firebase project directory. (#6526)not-found
requiring a Cloud Function in Next.js deployments. (#6558)v12.9.1
Compare Source
v12.9.0
Compare Source
--log-verbosity
flag (#2859).v12.8.1
Compare Source
v12.8.0
Compare Source
v12.7.0
Compare Source
FIRESTORE_EMULATOR_HOST
environment variable on functions deploy. (#6442)--verbosity
flag toemulators:*
commands that limits what logs are printed (#2859)v12.6.2
Compare Source
v12.6.1
Compare Source
v12.6.0
Compare Source
emulators:export
did not check if the target folder is empty. (#6313)[
v12.5.4
](https://redirect.github.com/firebase/firebase-tools/rConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.