-
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 #115
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
|
0202e18
to
85d46ea
Compare
85d46ea
to
e95494e
Compare
e95494e
to
ab6742a
Compare
7641907
to
e6a78d4
Compare
e6a78d4
to
e5b3e2c
Compare
e525682
to
eca08ef
Compare
1c5cdea
to
364fd8d
Compare
639ed3e
to
509d937
Compare
509d937
to
055aa33
Compare
5d147f1
to
6b80756
Compare
df87932
to
26f9d6d
Compare
306e85d
to
867aee1
Compare
79c51e8
to
6213f74
Compare
6213f74
to
25b1032
Compare
|
211b50a
to
fc487a7
Compare
f560f70
to
f23fbe6
Compare
670c1cf
to
d81ad24
Compare
7cb2a2a
to
9567197
Compare
1a1f987
to
3745709
Compare
a5afaf1
to
f4fbaaf
Compare
32f5c6f
to
e1b6039
Compare
4bb270a
to
54bd50a
Compare
63c3974
to
361d52e
Compare
19b2b6c
to
95a2370
Compare
95a2370
to
a88af91
Compare
1c080fa
to
6cfc7a1
Compare
6cfc7a1
to
4ce6b5f
Compare
67b67e3
to
9e80806
Compare
7a41cda
to
0fb5980
Compare
c62501c
to
eca4956
Compare
eca4956
to
f389ef3
Compare
This PR contains the following updates:
^10.9.2
->^13.34.0
Release Notes
firebase/firebase-tools (firebase-tools)
v13.34.0
Compare Source
site
infirebase.json
. (#8295)dataconnect:sql:setup
. (#8150)Int
andInt64
scalars to correctly validate theint32
andint64
ranges, respectively.pnpm
properly uses thelink
functionality.v13.33.0
Compare Source
apps:init
fails to detect the output directory when it was run in a directory whereapp
was the only module.LOG_EXECUTION_ID=true
by default for Cloud Functions (2nd gen) to improve debugging by displaying execution IDs in logs. (#8276)undefined
to be passed when callingmutate
.moduleResolution
is set tobundler
.FirebaseError
wasn't being passed intoUseMutationOptions
.v13.32.0
Compare Source
VSCODE_CWD
check to address issues running in VSCode environments. (#7471)apps:init
throws an error upon app creation.deploy --only
._metadata.distance
field to vector similarity search resultsauth
andrequest.auth
when the request is unauthenticated{ __angular?: true }
breaks type inference in the generated Web SDKv13.31.2
Compare Source
--import
path was incorrectly resolved for the Data Connect emulator. (#8219)FirebaseError
import. (#8232)v13.31.1
Compare Source
firebase init dataconnect
would crash on React-based web apps.firebase
get a "missing import" error.v13.31.0
Compare Source
v1beta
API tov1
API.apps:init
under experimental flag (appsinit
) that automatically detects what SDK to download and places the file in the corresponding place.appdistribution:testers:list
raising an error when a tester is not part of any group. (#8191)v1
Data Connect API in the emulator@check
to also be evaluated for admin auth@redact
fieldsv13.30.0
Compare Source
*.firebasestorage.app
not being recognized as a valid Storage bucket name. (#8152)v13.29.3
Compare Source
.env.*
files for web frameworks in Windows (#8086)v13.29.2
Compare Source
cross-env
andcross-spawn
dependencies to avoid vulnerable versions. (#7979)dataDir
and--export
were relative to the current directory insead offirebase.json
.init dataconnect
now suggests DNS compatible service IDs.@check
and@redact
directives on list fieldsany
type fieldsv13.29.1
Compare Source
clearData
with no tables would cause the Data Connect emulator to crash.Error: Unreachable
.v13.29.0
Compare Source
--import
would error for the Data Connect emulator ifdataDir
was also set.firebase init dataconnect
errored when importing a schema with no GQL files.firebase init
(#2514)@file:UseSerializers(UUIDSerializer::class)
annotation. (#8058)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)Note: these binaries were regenerated and re-uploaded after accidentally being overwritten by v13.29.0 binaries. (12/12/2024)
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
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.
This PR was generated by Mend Renovate. View the repository job log.