Skip to content
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
merged 1 commit into from
Mar 25, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2019

This PR contains the following updates:

Package Type Update Change
axios dependencies patch 0.19.0 -> 0.19.2
dayjs (source) dependencies patch 1.8.15 -> 1.8.23
electron-serve dependencies minor ^0.3.0 -> ^0.4.0
firebase-admin (source) dependencies minor 8.3.0 -> 8.10.0
firebase-functions dependencies minor 3.2.0 -> 3.5.0
firebase-tools devDependencies minor 7.2.3 -> 7.16.1
nanoid dependencies minor 2.0.3 -> 2.1.11
typescript (source) devDependencies minor 3.5.3 -> 3.8.3
webpack devDependencies minor 4.39.2 -> 4.42.1
webpack-cli devDependencies patch 3.3.7 -> 3.3.11

Release Notes

axios/axios

v0.19.2

Compare Source

v0.19.1

Compare Source

Fixes and Functionality:

  • Fixing invalid agent issue (#​1904)
  • Fix ignore set withCredentials false (#​2582)
  • Delete useless default to hash (#​2458)
  • Fix HTTP/HTTPs agents passing to follow-redirect (#​1904)
  • Fix ignore set withCredentials false (#​2582)
  • Fix CI build failure (#​2570)
  • Remove dependency on is-buffer from package.json (#​1816)
  • Adding options typings (#​2341)
  • Adding Typescript HTTP method definition for LINK and UNLINK. (#​2444)
  • Update dist with newest changes, fixes Custom Attributes issue
  • Change syntax to see if build passes (#​2488)
  • Update Webpack + deps, remove now unnecessary polyfills (#​2410)
  • Fix to prevent XSS, throw an error when the URL contains a JS script (#​2464)
  • Add custom timeout error copy in config (#​2275)
  • Add error toJSON example (#​2466)
  • Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scrip… (#​2451)
  • Fixing subdomain handling on no_proxy (#​2442)
  • Make redirection from HTTP to HTTPS work (#​2426) and (#​2547)
  • Add toJSON property to AxiosError type (#​2427)
  • Fixing socket hang up error on node side for slow response. (#​1752)
  • Alternative syntax to send data into the body (#​2317)
  • Fixing custom config options (#​2207)
  • Fixing set config.method after mergeConfig for Axios.prototype.request (#​2383)
  • Axios create url bug (#​2290)
  • Do not modify config.url when using a relative baseURL (resolves #​1628) (#​2391)
  • Add typescript HTTP method definition for LINK and UNLINK (#​2444)

Internal:

Documentation:

  • Fixing typo in CHANGELOG.md: s/Functionallity/Functionality (#​2639)
  • Fix badge, use master branch (#​2538)
  • Fix typo in changelog #​2193
  • Document fix (#​2514)
  • Update docs with no_proxy change, issue #​2484 (#​2513)
  • Fixing missing words in docs template (#​2259)
  • 🐛Fix request finally documentation in README (#​2189)
  • updating spelling and adding link to docs (#​2212)
  • docs: minor tweak (#​2404)
  • Update response interceptor docs (#​2399)
  • Update README.md (#​2504)
  • Fix word 'sintaxe' to 'syntax' in README.md (#​2432)
  • upadating README: notes on CommonJS autocomplete (#​2256)
  • Fix grammar in README.md (#​2271)
  • Doc fixes, minor examples cleanup (#​2198)
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
  • Add Bislama Locale (bi) (#​780) (9ac6ab4)
  • Fix weekOfYear plugin to support yearStart locale for better week number result (#​769) (f00db36)
  • Update et (Estonian) locale relativeTime (#​790) (d8e0f45)
  • Update LocaleData plugin to support dayjs.localeData().weekdays() API (287fed6), closes #​779
  • Update LocaleData plugin to support dayjs.months dayjs.weekdays API (144c2ae), closes #​779
  • Update pl locale fusional config (d372475)

v1.8.18

Compare Source

Bug Fixes
  • Add UpdateLocale plugin to update a locale's properties (#​766) (82ce2ba)
  • Fix CustomParseFormat Plugin 'YYYY-MM' use first day of the month (ba709ec), closes #​761
  • Fix CustomParseFormat Plugin to set correct locale (66ce23f)
  • Fix WeekOfYear Plugin wrong calender week number bug (79b86db), closes #​760
  • Update RelativeTime plugin to support function to make additional processing (#​767) (4bd9250)
  • Update ru, uk, cs locale to support relativeTime with plural (3f080f7)

v1.8.17

Compare Source

Bug Fixes

v1.8.16

Compare Source

Bug Fixes
sindresorhus/electron-serve

v0.4.1

Compare Source

v0.4.0

Compare Source

Enhancements
  • Respond with error if file/directory is not found (#​13) 8eed33e
Fixes
firebase/firebase-admin-node

v8.10.0

Compare Source

New Features
  • feat(auth): Multi-factor Auth support with SMS for Google Cloud Identity Platform (#​804)
Miscellaneous
  • [chore] Release 8.10.0 (take 2) (#​812)
  • [chore] Release 8.10.0 (#​811)
  • chore: Adding a .npmrc file to the root of the repo (#​810)
  • Defines MultiFactor{Create|Update}Settings interfaces. (#​809)
  • Removes special char from index.d.ts. (#​808)
  • Defines new MFA types in toc.yaml. (#​807)
  • Fix revokeRefreshTokens to round consistently with the other platforms. (#​801)
  • Build integration tests during CI (and release) (#​800)
  • Fix compilation error in integration tests (#​798)
  • chore: Enabling more ESLint checks and fixing errors (#​797)
  • Enabling additional ESLint checks (#​794)
  • chore: Migrated to ESlint (#​790)
  • chore: Experimental release flow based on Actions (#​780)
  • Improve customClaims Typing (#​768)
  • Custom Action for sending Tweets (#​784)

v8.9.2

Compare Source

  • Fixed a credential loading issue that prevented some functions from being deployed via the Firebase CLI.

v8.9.1

Compare Source

Authentication
  • [Fixed] Fixed the inability to discover the project ID when running on GCP managed environments.

v8.9.0

Compare Source

  • Fixed a bug in the admin.instanceId().deleteInstanceId() API that caused errors even when the operation completed successfully in the backend.
  • Upgraded the @google-cloud/firestore dependency to v3.0.0. See Firestore release notes for more details.
Cloud Messaging
  • The sendMulticast() API now correctly copies the fcmOptions when sending a message to multiple recipients.
Realtime Database
  • Upgraded the @firebase/database dependency to v0.5.17.

v8.8.0

Compare Source

Cloud Firestore
  • [Feature] Upgraded @google-cloud/firestore dependency version to 2.6.0.
    Thanks arjunyel for the contribution.
Cloud Storage
  • [Changed] Upgraded @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
  • [Fixed] The verifyIdToken() method now correctly uses the http.Agent configured during SDK initialization.
Cloud Messaging
  • [Fixed] Batch messaging APIs sendAll() and sendMulticast() now support sending up to 500 messages in a single call.

v8.7.0

Compare Source

Cloud Messaging
  • Added a series of new parameters to the AndroidNotification class
    that allow further customization of notifications that target Android devices.

v8.6.1

Compare Source

Authentication
  • [Fixed]userrecord no longer exposes password hashes that are redacted due to lack of permissions in the service account credentials.
  • [Fixed] Updated the typings of the setCustomUserClaims() API to accept null.

v8.6.0

Compare Source

  • [Feature] Added a new admin.securityRules() API for managing Firebase security rules applied on services like Cloud Firestore and Cloud Storage.
  • [Feature] Added getFirestoreRuleset() and getStorageRuleset() methods for retrieving rulesets that are currently in effect.
  • [Feature] Added releaseFirestoreRuleset() and releaseStorageRuleset() methods for creating new rulesets and applying them to Firestore and Storage.
  • [Feature] Added getRuleset(), createRuleset() and deleteRuleset() methods for managing the lifecycle of a ruleset.
Cloud Messaging
  • [Feature] Added new APIs for specifying an image URL in notifications.

v8.5.0

Compare Source

Authentication
  • [Feature] Added multi-tenancy support to the authentication service (Google Cloud Identity Platform project required). Tenant related APIs are exposed via tenantManager() on the admin.auth interface.
  • [Feature] Added tenant management APIs authForTenant(), getTenant(), listTenants(), deleteTenant(), createTenant() and updateTenant() to the newly defined TenantManager.
  • [Feature] Defined TenantAwareAuth interface retrieved via TenantManager#authForTenant() for managing users, configuring SAML/OIDC providers, generating email links for password reset, email verification, etc for specific tenants.
Realtime Database
  • [Fixed] Upgraded @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
  • [Feature] Added support for specifying the analytics label for notifications. Thanks chemidy for the contribution.
firebase/firebase-functions

v3.5.0

Compare Source

  • Adds support for defining max number of instances for a function. Example:

    functions.runWith({
      maxInstances: 10
    }).https.onRequest(...);
    

    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.

  • Prevents deployment and runtime issues caused by upcoming changes to Cloud Functions infrastructure for Node.js 10 functions. (Issue #​630)
  • Adds support for writing scheduled functions under handler namespace.

v3.3.0

Compare Source

  • Add a helper function for the Firebase Emulator suite.
firebase/firebase-tools

v7.16.1

Compare Source

  • Fixes issue with context.auth.uid in callable Cloud Functions for Firebase (#​2057).
  • Fixes issue with SELECT and MULTISELECT params in Extensions.

v7.16.0

Compare Source

  • Release Realtime Database Emulator v4.4.1: bugfix for unreleased feature.
  • Fixes a bug when using firebase-tools to delete Cloud Firestore documents inside the Cloud Functions for Firebase emulator (#​2001).
  • Fixes a bug where .runtimeconfig.json files were not properly detected (#​1836).
  • Adds support for setting maxInstances in Cloud Functions for Firebase.
  • Fixes a bug where rules were sometimes read as blank after a file save (#​1980).
  • Fixes an issue where callable functions with authentication could not be emulated (#​1475).
  • Adds an sdkConfig parameter to the results object of apps:sdkconfig requests for web apps.

v7.15.1

Compare Source

  • Updated minimist dependency to fix security vulnerability.

v7.15.0

Compare Source

  • Adds warning message when installing a closed or open alpha extension.
  • Adds support for scheduled pubsub functions to pubsub emulator.
  • Returns an error if the public parameter is not configured for Hosting in firebase.json or via the -p parameter.
  • Firestore Emulator now accepts service account tokens.
  • ListCollectionIds with Firestore Emulator now correctly omits empty collections.
  • The first request in Firestore Emulator now correctly interacts with imported data.

v7.14.0

Compare Source

  • Adds import/export support to emulators commands for Firestore (#​1167).
  • Release RTDB Emulator v4.4.0: Add .inspect/databases.json endpoint
  • Fixes an issue with how functions:shell lists nested functions (#​1735)

v7.13.1

Compare Source

  • Updates google-auto-auth dependency to fix GCP Metadata API issues (#​1970).

v7.13.0

Compare Source

  • Adds breakpoint debugging to functions:shell (#​1872)
  • Removes function timeouts when breakpoint debugging is enabled (#​1931)
  • Fixes unhandled error when invoking a non-existent function (#​1937)
  • [Firestore emulator] Add support for update_transforms in Firestore commit and batchWrite API.
  • [Firestore emulator] Send resume tokens on the Listen stream
  • Fixes a bug where emulators could not bind to external IP (#​1949)
  • Improves error message when using config:set with a reserved namespace.

v7.12.1

Compare Source

  • Set a dependency (google-gax) so that the CLI continues to install successfully on Node 8 environments.

v7.12.0

Compare Source

  • Adds the ability to select an extension to install from a list of available official extensions when firebase ext:install -i or firebase ext:install --interactive is run.
  • Fixes a small bug that caused false values in the options object to be ignored.
  • Release Database Emulator v4.3.1.
  • Fixes a bug where unidentified commands gave an unhelpful error message (#​1889).
  • Prevents potential false-negative permissions check errors from erroring command.
  • Adds -s, --site flag to hosting:disable command, allowing it to be run against the non-default site of a project.
  • During init, a provided --project will be respected and cause the selection prompt to be skipped.
  • Adds support for the disabled flag when importing and exporting users (#​1777).

v7.11.0

Compare Source

  • Clean up extraneous error messages in extensions commands.
  • Adds breakpoint debugging for the Cloud Functions emulator using the --inspect-functions flag (#​1360).
  • Adds the ability for the Hosting emulator start offline through emulators:start (#​1854).
  • Changes ext:install to display helpful links instead of post-install instructions.
  • Sets the GCLOUD_PROJECT environment variable for scripts ran through 'emulators:exec'.

v7.10.0

Compare Source

  • Display update warnings during ext:update.
  • Fixes an issue where all multi-site pre- and post-deploy hooks trigger for targeted deploys (#​1160).
  • Fixes UX bugs in ext:update.

v7.9.0

Compare Source

  • Adds support for immutable params in ext:configure.
  • Fixes an issue where console.log() sometimes printed incorrectly (#​1817)
  • Improved Firebase App Distribution binary uploading.

v7.8.1

Compare Source

  • Improved error handling when exporting users.
  • Fixes Firebase ext command and enables it to run without a project.
  • Fixes an issue where repeated invoations cause an EADDRINUSE error (#​1815).

v7.8.0

Compare Source

  • Fixes a bug where the Functions emulator ignored the "host" configuration (#​1722)
  • Fixes a bug where the Functions emulator accepted requests to too many paths (#​1773)
  • Modifies firebase ext:update to not perform update if the extension is already up to date.
  • Print Firebase Console links for Extensions after operations.
  • Updated Firebase Extensions registry address.
  • Adds the firebase init emulators command.
  • Adds a Cloud Pub/Sub Emulator (#​1748).
  • Fixes a bug where the Firestore emulator was unable to serve rule coverage HTML reports.
  • Fixes a bug in the Firestore emulator where rapidly overwriting the same document could trigger exceptions.

v7.7.0

Compare Source

  • Fixed an issue in Firestore Emulator where batchGet and transactions does not work over REST.
  • Make additional setIamPolicy call when creating HTTP functions to ensure they continue to be publicly available.
  • Prevent duplicate rulesets from being created.

v7.6.2

Compare Source

  • Fixes a bug where rounds=0 was accepted for SHA1 hashes (#​1617).
  • Allows support for using \n in the --releaseNotes option of the appdistribution:distribute command (#​1739).
  • Specifies schema version when dealing with IAM Policies related to Extensions.
  • Functions emulator now re-uses workers to avoid running global code on each execution (#​1353).
  • Improves error handling of unreachable regions for Cloud Functions deploys.

v7.6.1

Compare Source

  • Fixes a bug where the wrong updateMask was sent during ext:update.
  • Fixes a bug where users were prompted for unchanged params during ext:update.

v7.6.0

Compare Source

  • Added support for managing the Realtime Database setting strictTriggerValidation.
  • Fixes trigger parser to not rely on prototype methods (#​1687).
  • Fixes bug where standalone CLI would hang in the Android Studio integrated terminal.
  • Fixes a bug where accessing refs from background function arguments would point to prod (#​1682).
  • Fixes a bug where WSL users without java would get an uncaught exception (#​1713).

v7.5.0

Compare Source

  • Firestore Emulator now serves WebChannel traffic on the same port as gRPC.
  • Fix bug where emulators could not find free ports on Windows Subsystem for Linux.
  • Fixes invalid JSON output in auth.export within a scripting environment.

v7.4.0

Compare Source

  • Initial release of the 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.
  • Initial release of the Firebase Extensions ext:* commands. Refer to the CLI documentation for more information about the available commands.
  • (Removed some features from the preview list.)

v7.3.2

Compare Source

  • Ensures auth:export results are fully flushed to the output file.
  • Fix bug in Firestore emulator where concurrent requests for the same transaction would sometimes hang.
  • Fix bug in Firestore emulator where WriteResults for deletes had an update_time populated.
  • Set the predefined runtime environment variables in the functions emulator

v7.3.1

Compare Source

  • Fixed bug in Firestore emulator where transactions that timed out could still modify data.
  • Fixed bug where the auth:export command could export the same page of users multiple times.

v7.3.0

Compare Source

  • Mark list command as deprecated.
  • Mark setup:web command as deprecated.
  • Mark tools:migrate command as deprecated.
  • Fix bug in Cloud Firestore emulator where committing a transaction with no writes would not release locks.

v7.2.4

Compare Source

  • Update portfinder dependency to avoid breakage when installing firebase-tools.
ai/nanoid

v2.1.11

Compare Source

  • Reduce size (by Anton Evzhakov).

v2.1.10

Compare Source

  • Reduce size by 10% (by Anton Khlynovskiy).

v2.1.9

Compare Source

  • Reduce format and async/format size (by Dair Aidarkhanov).

v2.1.8

Compare Source

  • Improve React docs (by Nahum Zsilva).

v2.1.7

Compare Source

  • Reduce index, async and non-secure size (by @​polemius).

v2.1.6

Compare Source

  • Reduce size (by Stas Lashmanov).
  • Return fast mask for Node.js.

v2.1.5

Compare Source

  • Reduce size (by Max Graey).
  • Fix IE support.

v2.1.4

Compare Source

  • Reduce generate size (by Vsevolod Rodionov).
  • Reduce format and format size (by Victor).
  • Reduce async, non-secure and non-secure/generate size.
  • Speed up format and async/format (by Max Graey).
  • Improve development process on Windows (by Stanislav Lashmanov).

v2.1.3

Compare Source

  • Improve performance (by Stephen Richardson).
  • Reduce size (by Stephen Richardson).

v2.1.2

Compare Source

  • Improve docs.

v2.1.1

Compare Source

  • Reduce size (by Anton Evzhakov).

v2.1.0

Compare Source

v2.0.4

Compare Source

  • Improve error text for React Native (by Sebastian Werner).
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 a private get accessor in a .d.ts file.

Property 'myGetter' implicitly has type 'any', because its get accessor lacks a return type annotation.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov-io
Copy link

codecov-io commented Aug 26, 2019

Codecov Report

Merging #166 into dev will decrease coverage by 18.23%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #166       +/-   ##
==========================================
- Coverage   22.95%   4.72%   -18.24%     
==========================================
  Files          16      15        -1     
  Lines         845     698      -147     
  Branches      188     149       -39     
==========================================
- Hits          194      33      -161     
- Misses        651     660        +9     
- Partials        0       5        +5
Impacted Files Coverage Δ
packages/core/index.ts 0% <0%> (-100%) ⬇️
packages/core/operation_transformer.ts 0% <0%> (-100%) ⬇️
packages/core/defaults.ts 0% <0%> (-86.37%) ⬇️
packages/core/id_helper.ts 0% <0%> (-56.25%) ⬇️
packages/core/transaction_helper.ts 0% <0%> (-23.08%) ⬇️
packages/core/category_parser.ts 0% <0%> (-18.75%) ⬇️
packages/core/report.ts 0% <0%> (-18.19%) ⬇️
packages/core/balance.ts 0% <0%> (-15.19%) ⬇️
packages/client/store/group.ts 0% <0%> (-8.53%) ⬇️
packages/core/activities_parser.ts 0% <0%> (-4%) ⬇️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa01c8c...cf9bbc3. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from ece230d to 7549874 Compare September 2, 2019 18:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 2f7efd7 to eeaff72 Compare September 5, 2019 18:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 5, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c204979 to 629b2a3 Compare September 7, 2019 04:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a99dfca to 356ed57 Compare December 27, 2019 21:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d10f996 to 4eee068 Compare January 3, 2020 23:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from b251ae2 to 359d0fb Compare January 12, 2020 07:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 359d0fb to 9f1e5b7 Compare January 19, 2020 04:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f1e5b7 to 3327921 Compare February 8, 2020 23:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3327921 to de92b51 Compare February 22, 2020 08:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de92b51 to a7ca813 Compare March 14, 2020 13:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cf9bbc3 to c3bc324 Compare March 25, 2020 08:46
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 25, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c3bc324 to f4737fe Compare March 25, 2020 12:55
@renovate renovate bot merged commit 5880f3e into dev Mar 25, 2020
@renovate renovate bot deleted the renovate/all-minor-patch branch March 25, 2020 13:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants