This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
fix(deps): update all non-major dependencies #166
Merged
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:
0.19.0
->0.19.2
1.8.15
->1.8.23
^0.3.0
->^0.4.0
8.3.0
->8.10.0
3.2.0
->3.5.0
7.2.3
->7.16.1
2.0.3
->2.1.11
3.5.3
->3.8.3
4.39.2
->4.42.1
3.3.7
->3.3.11
Release Notes
axios/axios
v0.19.2
Compare Source
v0.19.1
Compare Source
Fixes and Functionality:
config.method
after mergeConfig for Axios.prototype.request (#2383)Internal:
Documentation:
iamkun/dayjs
v1.8.23
Compare Source
Bug Fixes
v1.8.22
Compare Source
Bug Fixes
v1.8.21
Compare Source
Bug Fixes
v1.8.20
Compare Source
Bug Fixes
v1.8.19
Compare Source
Bug Fixes
v1.8.18
Compare Source
Bug Fixes
v1.8.17
Compare Source
Bug Fixes
v1.8.16
Compare Source
Bug Fixes
sindresorhus/electron-serve
v0.4.1
Compare Source
7f36448
v0.4.0
Compare Source
Enhancements
8eed33e
Fixes
758f59f
firebase/firebase-admin-node
v8.10.0
Compare Source
New Features
Miscellaneous
v8.9.2
Compare Source
v8.9.1
Compare Source
Authentication
v8.9.0
Compare Source
admin.instanceId().deleteInstanceId()
API that caused errors even when the operation completed successfully in the backend.@google-cloud/firestore
dependency to v3.0.0. See Firestore release notes for more details.Cloud Messaging
sendMulticast()
API now correctly copies thefcmOptions
when sending a message to multiple recipients.Realtime Database
@firebase/database
dependency to v0.5.17.v8.8.0
Compare Source
Cloud Firestore
@google-cloud/firestore
dependency version to 2.6.0.Thanks arjunyel for the contribution.
Cloud Storage
@google-cloud/storage
dependency version to 4.1.2. This version contains some minor breaking changes. Check the release notes of the dependency for more information. Thanks arjunyel for the contribution.Authentication
verifyIdToken()
method now correctly uses thehttp.Agent
configured during SDK initialization.Cloud Messaging
sendAll()
andsendMulticast()
now support sending up to 500 messages in a single call.v8.7.0
Compare Source
Cloud Messaging
AndroidNotification
classthat allow further customization of notifications that target Android devices.
v8.6.1
Compare Source
Authentication
userrecord
no longer exposes password hashes that are redacted due to lack of permissions in the service account credentials.setCustomUserClaims()
API to acceptnull
.v8.6.0
Compare Source
admin.securityRules()
API for managing Firebase security rules applied on services like Cloud Firestore and Cloud Storage.getFirestoreRuleset()
andgetStorageRuleset()
methods for retrieving rulesets that are currently in effect.releaseFirestoreRuleset()
andreleaseStorageRuleset()
methods for creating new rulesets and applying them to Firestore and Storage.getRuleset()
,createRuleset()
anddeleteRuleset()
methods for managing the lifecycle of a ruleset.Cloud Messaging
v8.5.0
Compare Source
Authentication
tenantManager()
on theadmin.auth
interface.authForTenant()
,getTenant()
,listTenants()
,deleteTenant()
,createTenant()
andupdateTenant()
to the newly definedTenantManager
.TenantAwareAuth
interface retrieved viaTenantManager#authForTenant()
for managing users, configuring SAML/OIDC providers, generating email links for password reset, email verification, etc for specific tenants.Realtime Database
@firebase/database
dependency version to 0.5.1. This helps avoid some peer dependency warnings that were observed during package installation.v8.4.0
Compare Source
Cloud Messaging
firebase/firebase-functions
v3.5.0
Compare Source
Adds support for defining max number of instances for a function. Example:
Learn more about max instances in the Google Cloud documentation.
Fixes TypeScript build error when
package-lock.json
is present by updating dependencies (Issue #637).v3.4.0
Compare Source
IMPORTANT: Please update to this version of
firebase-functions
if you are using Node.js 10 functions, otherwise your functions will break in production.v3.3.0
Compare Source
firebase/firebase-tools
v7.16.1
Compare Source
context.auth.uid
in callable Cloud Functions for Firebase (#2057).SELECT
andMULTISELECT
params in Extensions.v7.16.0
Compare Source
firebase-tools
to delete Cloud Firestore documents inside the Cloud Functions for Firebase emulator (#2001)..runtimeconfig.json
files were not properly detected (#1836).maxInstances
in Cloud Functions for Firebase.sdkConfig
parameter to the results object ofapps:sdkconfig
requests for web apps.v7.15.1
Compare Source
minimist
dependency to fix security vulnerability.v7.15.0
Compare Source
public
parameter is not configured for Hosting infirebase.json
or via the-p
parameter.v7.14.0
Compare Source
emulators
commands for Firestore (#1167).functions:shell
lists nested functions (#1735)v7.13.1
Compare Source
google-auto-auth
dependency to fix GCP Metadata API issues (#1970).v7.13.0
Compare Source
functions:shell
(#1872)update_transforms
in Firestore commit and batchWrite API.config:set
with a reserved namespace.v7.12.1
Compare Source
google-gax
) so that the CLI continues to install successfully on Node 8 environments.v7.12.0
Compare Source
firebase ext:install -i
orfirebase ext:install --interactive
is run.false
values in theoptions
object to be ignored.-s, --site
flag tohosting:disable
command, allowing it to be run against the non-default site of a project.init
, a provided--project
will be respected and cause the selection prompt to be skipped.disabled
flag when importing and exporting users (#1777).v7.11.0
Compare Source
--inspect-functions
flag (#1360).emulators:start
(#1854).ext:install
to display helpful links instead of post-install instructions.v7.10.0
Compare Source
ext:update
.ext:update
.v7.9.0
Compare Source
ext:configure
.v7.8.1
Compare Source
ext
command and enables it to run without a project.EADDRINUSE
error (#1815).v7.8.0
Compare Source
firebase ext:update
to not perform update if the extension is already up to date.firebase init emulators
command.v7.7.0
Compare Source
v7.6.2
Compare Source
\n
in the--releaseNotes
option of theappdistribution:distribute
command (#1739).v7.6.1
Compare Source
ext:update
.ext:update
.v7.6.0
Compare Source
strictTriggerValidation
.v7.5.0
Compare Source
auth.export
within a scripting environment.v7.4.0
Compare Source
appdistribution:distribute
command. Refer to the Firebase App Distribution Firebase CLI documentation for Android and iOS for more information about using the Firebase CLI to quickly distribute pre-release versions of your apps to testers.ext:*
commands. Refer to the CLI documentation for more information about the available commands.v7.3.2
Compare Source
auth:export
results are fully flushed to the output file.update_time
populated.v7.3.1
Compare Source
auth:export
command could export the same page of users multiple times.v7.3.0
Compare Source
list
command as deprecated.setup:web
command as deprecated.tools:migrate
command as deprecated.v7.2.4
Compare Source
portfinder
dependency to avoid breakage when installingfirebase-tools
.ai/nanoid
v2.1.11
Compare Source
v2.1.10
Compare Source
v2.1.9
Compare Source
format
andasync/format
size (by Dair Aidarkhanov).v2.1.8
Compare Source
v2.1.7
Compare Source
index
,async
andnon-secure
size (by @polemius).v2.1.6
Compare Source
v2.1.5
Compare Source
v2.1.4
Compare Source
generate
size (by Vsevolod Rodionov).format
andformat
size (by Victor).async
,non-secure
andnon-secure/generate
size.format
andasync/format
(by Max Graey).v2.1.3
Compare Source
v2.1.2
Compare Source
v2.1.1
Compare Source
v2.1.0
Compare Source
v2.0.4
Compare Source
Microsoft/TypeScript
v3.8.3
Compare Source
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript v3.8.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.8.2
Compare Source
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript v3.8.2.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.7.5
Compare Source
For the complete list of fixed issues, check out the
v3.7.4
Compare Source
For the complete list of fixed issues, check out the
Downloads are available on:
v3.7.3
Compare Source
For the complete list of fixed issues, check out the
Downloads are available on:
v3.7.2
Compare Source
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript v3.7.2.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.6.5
Compare Source
This patch fixes an issue where TypeScript would erroneously report the following error under
noImplicitAny
when encountering aprivate
get
accessor in a.d.ts
file.This is an issue when using packages published from TypeScript 3.7 and newer. Users can upgrade to 3.6.5 to fix the issue.
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.6.4
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.6.3
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.6.2
Compare Source
For
Renovate configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.