Skip to content
This repository was archived by the owner on Nov 28, 2020. It is now read-only.

chore(deps): update all non-major dependencies - #47

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#47
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 22, 2019

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hapi/boom ^7.4.2 -> ^7.4.11 age adoption passing confidence
@hapi/hoek ^6.2.3 -> ^6.2.4 age adoption passing confidence
@hapi/inert ^5.1.3 -> ^5.2.2 age adoption passing confidence
@hapi/joi ^15.0.3 -> ^15.1.1 age adoption passing confidence
@hapi/vision ^5.5.2 -> ^5.5.4 age adoption passing confidence
consola ^2.6.2 -> ^2.15.0 age adoption passing confidence
eslint-plugin-import ^2.17.2 -> ^2.22.1 age adoption passing confidence
eslint-plugin-jest ^22.6.3 -> ^22.21.0 age adoption passing confidence
eslint-plugin-node ^9.0.1 -> ^9.2.0 age adoption passing confidence
eslint-plugin-promise ^4.1.1 -> ^4.2.1 age adoption passing confidence
eslint-plugin-standard ^4.0.0 -> ^4.1.0 age adoption passing confidence
hapi-dev-errors ^3.2.5 -> ^3.3.0 age adoption passing confidence
jest (source) ^24.8.0 -> ^24.9.0 age adoption passing confidence
lerna ^3.14.1 -> ^3.22.1 age adoption passing confidence
nodemon (source) ^1.19.0 -> ^1.19.4 age adoption passing confidence
nunjucks ^3.2.0 -> ^3.2.2 age adoption passing confidence
sywac (source) ^1.2.1 -> ^1.3.0 age adoption passing confidence

Release Notes

hapijs/boom

v7.4.11

Compare Source

v7.4.10

Compare Source

v7.4.9

Compare Source

v7.4.8

Compare Source

v7.4.7

Compare Source

v7.4.6

Compare Source

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

hapijs/hoek

v6.2.4

Compare Source

hapijs/inert

v5.2.2

Compare Source

v5.2.1

Compare Source

hapijs/joi

v15.1.1

Compare Source

v15.1.0

Compare Source

hapijs/vision

v5.5.4

Compare Source

v5.5.3

Compare Source

nuxt/consola

v2.15.0

Compare Source

Features
  • types: use union type for ConsolaLogObject.type (#​100) (a6eba53)
  • support formatOptions.date to optionally hide date (#​101) (6bf733f)

v2.14.0

Compare Source

Features

v2.13.0

Compare Source

Features
  • remove level boundary check (8972d47)
Bug Fixes
  • types: fix silent/verbose levels (7ab0a65)
2.12.2 (2020-05-26)
Bug Fixes
2.12.1 (2020-05-07)
Bug Fixes

v2.12.2

Compare Source

v2.12.1

Compare Source

v2.12.0

Compare Source

Features
  • types: add missing typescript definitions for reporters (#​94) (4a08ef0)
2.11.3 (2019-12-31)
Bug Fixes
2.11.2 (2019-12-27)
Bug Fixes
2.11.1 (2019-12-17)
Bug Fixes

v2.11.3

Compare Source

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

Features
Bug Fixes
  • typecheck type and tag before normalize (1984deb)
  • types: reporter in remove methods are optional (#​70) (a17cdb1)
2.10.1 (2019-08-05)

v2.10.1

Compare Source

v2.10.0

Compare Source

Bug Fixes
  • add missing typescript declaration for level, stdout and stderr (#​58) (a149dbb)
Features

v2.9.0

Compare Source

Features

v2.8.0

Compare Source

Features
2.7.1 (2019-05-26)
Bug Fixes
  • browser: hide : with tag and normal log (8250d5a)

v2.7.1

Compare Source

v2.7.0

Compare Source

Bug Fixes
  • correctly calculate line width when using grave accent (bad52bd)
Features
  • always hide right side on width < 80 (07d8246)
  • improve basic logs (ea6ce59)
  • browser: fancier logs (b64f337)
  • hide time from basic logger as it is commonly used in CI environments (68c3bae)
  • smart hide time and tag when there is no space (00a375f)
2.6.2 (2019-05-15)
Bug Fixes
2.6.1 (2019-05-08)
Bug Fixes
benmosher/eslint-plugin-import

v2.22.1

Compare Source

Fixed
  • [default]/TypeScript: avoid crash on export = with a MemberExpression ([#​1841], thanks [@​ljharb])
  • [extensions]/importType: Fix @​/abc being treated as scoped module ([#​1854], thanks [@​3nuc])
  • allow using rest operator in named export ([#​1878], thanks [@​foray1010])
  • [dynamic-import-chunkname]: allow single quotes to match Webpack support ([#​1848], thanks [@​straub])
Changed
  • [export]: add tests for a name collision with export * from ([#​1704], thanks @​tomprats)

v2.22.0

Compare Source

Added
  • [no-unused-modules]: consider exported TypeScript interfaces, types and enums ([#​1819], thanks [@​nicolashenry])
  • [no-cycle]: allow maxDepth option to be "∞" (thanks [@​ljharb])
Fixed
  • [order]/TypeScript: properly support import = object expressions ([#​1823], thanks [@​manuth])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing type from dev dependencies ([#​1820], thanks [@​fernandopasik])
  • [default]: avoid crash with export = ([#​1822], thanks [@​AndrewLeedham])
  • [order]/[newline-after-import]: ignore TypeScript's "export import object" ([#​1830], thanks [@​be5invis])
  • [dynamic-import-chunkname]/TypeScript: supports @typescript-eslint/parser ([#​1833], thanks [@​noelebrun])
  • [order]/TypeScript: ignore ordering of object imports ([#​1831], thanks [@​manuth])
  • [namespace]: do not report on shadowed import names ([#​518], thanks [@​ljharb])
  • [export]: avoid warning on export * as non-conflicts ([#​1834], thanks [@​ljharb])
Changed
  • [no-extraneous-dependencies]: add tests for importing types ([#​1824], thanks [@​taye])
  • [docs][no-default-export]: Fix docs url ([#​1836], thanks [@​beatrizrezener])
  • [docs][imports-first]: deprecation info and link to first docs ([#​1835], thanks [@​beatrizrezener])

v2.21.2

Compare Source

Fixed
  • [order]: avoid a crash on TypeScript’s export import syntax ([#​1808], thanks [@​ljharb])
  • [newline-after-import]: consider TypeScript import = syntax' ([#​1811], thanks [@​ljharb])
  • [no-internal-modules]: avoid a crash on a named export declaration ([#​1814], thanks [@​ljharb])

v2.21.1

Compare Source

Fixed
  • TypeScript: [import/named]: avoid requiring typescript when not using TS ([#​1805], thanks [@​ljharb])

v2.21.0

Compare Source

Added
  • [import/default]: support default export in TSExportAssignment ([#​1528], thanks [@​joaovieira])
  • [no-cycle]: add ignoreExternal option ([#​1681], thanks [@​sveyret])
  • [order]: Add support for TypeScript's "import equals"-expressions ([#​1785], thanks [@​manuth])
  • [import/default]: support default export in TSExportAssignment ([#​1689], thanks [@​Maxim-Mazurok])
  • [no-restricted-paths]: add custom message support ([#​1802], thanks [@​malykhinvi])
Fixed
  • [group-exports]: Flow type export awareness ([#​1702], thanks [@​ernestostifano])
  • [order]: Recognize pathGroup config for first group ([#​1719], [#​1724], thanks [@​forivall], [@​xpl])
  • [no-unused-modules]: Fix re-export not counting as usage when used in combination with import ([#​1722], thanks [@​Ephem])
  • [no-duplicates]: Handle TS import type ([#​1676], thanks [@​kmui2])
  • [newline-after-import]: recognize decorators ([#​1139], thanks [@​atos1990])
  • [no-unused-modules]: Revert "[flow] no-unused-modules: add flow type support" ([#​1770], thanks [@​Hypnosphi])
  • TypeScript: Add nested namespace handling ([#​1763], thanks [@​julien1619])
  • [namespace]/ExportMap: Fix interface declarations for TypeScript ([#​1764], thanks [@​julien1619])
  • [no-unused-modules]: avoid order-dependence ([#​1744], thanks [@​darkartur])
  • [no-internal-modules]: also check export from syntax ([#​1691], thanks [@​adjerbetian])
  • TypeScript: [export]: avoid a crash with export = ([#​1801], thanks [@​ljharb])
Changed
  • [Refactor] no-extraneous-dependencies: use moduleVisitor ([#​1735], thanks [@​adamborowski])
  • TypeScript config: Disable [named][] ([#​1726], thanks [@​astorije])
  • [readme] Remove duplicate no-unused-modules from docs ([#​1690], thanks [@​arvigeus])
  • [Docs] order: fix bad inline config ([#​1788], thanks [@​nickofthyme])
  • [Tests] Add fix for Windows Subsystem for Linux ([#​1786], thanks [@​manuth])
  • [Docs] no-unused-rules: Fix docs for unused exports ([#​1776], thanks [@​barbogast])
  • [eslint] bump minimum v7 version to v7.2.0

v2.20.2

Compare Source

Fixed
  • [order]: fix isExternalModule detect on windows ([#​1651], thanks [@​fisker])
  • [order]: recognize ".." as a "parent" path ([#​1658], thanks [@​golopot])
  • [no-duplicates]: fix fixer on cases with default import ([#​1666], thanks [@​golopot])
  • [no-unused-modules]: Handle export { default } from syntax ([#​1631], thanks [@​richardxia])
  • [first]: Add a way to disable absolute-first explicitly ([#​1664], thanks [@​TheCrueltySage])
  • [Docs] no-webpack-loader-syntax: Updates webpack URLs ([#​1751], thanks [@​MikeyBeLike])

v2.20.1

Compare Source

Fixed
  • [export]: Handle function overloading in *.d.ts ([#​1619], thanks [@​IvanGoncharov])
  • [no-absolute-path]: fix a crash with invalid import syntax ([#​1616], thanks [@​ljharb])
  • [import/external-module-folders setting] now correctly works with directories containing modules symlinked from node_modules ([#​1605], thanks [@​skozin])
  • [extensions]: for invalid code where name does not exist, do not crash ([#​1613], thanks [@​ljharb])
  • [extensions]: Fix scope regex ([#​1611], thanks [@​yordis])
  • [no-duplicates]: allow duplicate imports if one is a namespace and the other not ([#​1612], thanks [@​sveyret])
  • Add some missing rule meta schemas and types ([#​1620], thanks [@​bmish])
  • [named]: for importing from a module which re-exports named exports from a node_modules module ([#​1569], [#​1447], thanks [@​redbugz], [@​kentcdodds])
  • [order]: Fix alphabetize for mixed requires and imports ([#​5625], thanks [@​wschurman])
Changed
  • [import/external-module-folders setting] behavior is more strict now: it will only match complete path segments ([#​1605], thanks [@​skozin])
  • [meta] fix "files" field to include/exclude the proper files ([#​1635], thanks [@​ljharb])
  • [Tests] order: Add TS import type tests ([#​1736], thanks [@​kmui2])

v2.20.0

Compare Source

Added
  • [order]: added caseInsensitive as an additional option to alphabetize ([#​1586], thanks [@​dbrewer5])
  • [no-restricted-paths]: New except option per zone, allowing exceptions to be defined for a restricted zone ([#​1238], thanks [@​rsolomon])
  • [order]: add option pathGroupsExcludedImportTypes to allow ordering of external import types ([#​1565], thanks [@​Mairu])
Fixed
  • [no-unused-modules]: fix usage of import/extensions settings ([#​1560], thanks [@​stekycz])
  • [extensions]: ignore non-main modules ([#​1563], thanks [@​saschanaz])
  • TypeScript config: lookup for external modules in @​types folder ([#​1526], thanks [@​joaovieira])
  • [no-extraneous-dependencies]: ensure node.source is truthy ([#​1589], thanks [@​ljharb])
  • [extensions]: Ignore query strings when checking for extensions ([#​1572], thanks [@​pcorpet])
Docs
  • [extensions]: improve ignorePackages docs ([#​1248], thanks [@​ivo-stefchev])

v2.19.1

Compare Source

Fixed
  • [no-extraneous-dependencies]: ensure node.source exists

v2.19.0

Compare Source

Added
  • [internal-regex setting]: regex pattern for marking packages "internal" ([#​1491], thanks [@​Librazy])
  • [group-exports]: make aggregate module exports valid ([#​1472], thanks [@​atikenny])
  • [no-namespace]: Make rule fixable ([#​1401], thanks [@​TrevorBurnham])
  • support parseForESLint from custom parser ([#​1435], thanks [@​JounQin])
  • [no-extraneous-dependencies]: Implement support for bundledDependencies ([#​1436], thanks [@​schmidsi]))
  • [no-unused-modules]: add flow type support ([#​1542], thanks [@​rfermann])
  • [order]: Adds support for pathGroups to allow ordering by defined patterns ([#​795], [#​1386], thanks [@​Mairu])
  • [no-duplicates]: Add considerQueryString option : allow duplicate imports with different query strings ([#​1107], thanks [@​pcorpet]).
  • [order]: Add support for alphabetical sorting of import paths within import groups ([#​1360], [#​1105], [#​629], thanks [@​duncanbeevers], [@​stropho], [@​luczsoma], [@​randallreedjr])
  • [no-commonjs]: add allowConditionalRequire option ([#​1439], thanks [@​Pessimistress])
Fixed
  • [default]: make error message less confusing ([#​1470], thanks [@​golopot])
  • Improve performance of ExportMap.for by only loading paths when necessary. ([#​1519], thanks [@​brendo])
  • Support export of a merged TypeScript namespace declaration ([#​1495], thanks [@​benmunro])
  • [order]: fix autofix to not move imports across fn calls ([#​1253], thanks [@​tihonove])
  • [prefer-default-export]: fix false positive with type export ([#​1506], thanks [@​golopot])
  • [extensions]: Fix ignorePackages to produce errors ([#​1521], thanks [@​saschanaz])
  • [no-unused-modules]: fix crash due to export * ([#​1496], thanks [@​Taranys])
  • [no-cycle]: should not warn for Flow imports ([#​1494], thanks [@​maxmalov])
  • [order]: fix @someModule considered as unknown instead of internal ([#​1493], thanks [@​aamulumi])
  • [no-extraneous-dependencies]: Check export from ([#​1049], thanks [@​marcusdarmstrong])
Docs
  • [no-useless-path-segments]: add docs for option commonjs ([#​1507], thanks [@​golopot])
Changed
  • [no-unused-modules]/eslint-module-utils: Avoid superfluous calls and code ([#​1551], thanks [@​brettz9])

v2.18.2

Compare Source

Fixed
  • Skip warning on type interfaces ([#​1425], thanks [@​lencioni])

v2.18.1

Compare Source

Fixed
  • Improve parse perf when using @typescript-eslint/parser ([#​1409], thanks [@​bradzacher])
  • [prefer-default-export]: don't warn on TypeAlias & TSTypeAliasDeclaration ([#​1377], thanks [@​sharmilajesupaul])
  • [no-unused-modules]: Exclude package "main"/"bin"/"browser" entry points ([#​1404], thanks [@​rfermann])
  • [export]: false positive for TypeScript overloads ([#​1412], thanks [@​golopot])
Refactors
  • [no-extraneous-dependencies], importType: remove lodash ([#​1419], thanks [@​ljharb])

v2.18.0

Compare Source

Added
  • Support eslint v6 ([#​1393], thanks [@​sheepsteak])
  • [order]: Adds support for correctly sorting unknown types into a single group ([#​1375], thanks [@​swernerx])
  • [order]: add fixer for destructuring commonjs import ([#​1372], thanks [@​golopot])
  • TypeScript config: add TS def extensions + defer to TS over JS ([#​1366], thanks [@​benmosher])
Fixed
  • [no-unused-modules]: handle ClassDeclaration ([#​1371], thanks [@​golopot])
Docs
  • [no-cycle]: split code examples so file separation is obvious ([#​1370], thanks [@​alex-page])
  • [no-named-as-default-member]: update broken link ([#​1389], thanks [@​fooloomanzoo])

v2.17.3

Compare Source

Fixed
  • [no-common-js]: Also throw an error when assigning ([#​1354], thanks [@​charlessuh])
  • [no-unused-modules]: don't crash when lint file outside src-folder ([#​1347], thanks [@​rfermann])
  • [no-unused-modules]: make import { name as otherName } work ([#​1340], [#​1342], thanks [@​rfermann])
  • [no-unused-modules]: make appveyor tests passing ([#​1333], thanks [@​rfermann])
  • [named]: ignore Flow typeof imports and type exports ([#​1345], thanks [@​loganfsmyth])
  • [refactor] fix eslint 6 compat by fixing imports (thank [@​ljharb])
  • Improve support for TypeScript declare structures ([#​1356], thanks [@​christophercurrie])
Docs
  • add missing no-unused-modules in README ([#​1358], thanks [@​golopot])
  • [no-unused-modules]: Indicates usage, plugin defaults to no-op, and add description to main README.md ([#​1352], thanks [@​johndevedu])
  • Document env option for eslint-import-resolver-webpack ([#​1363], thanks [@​kgregory])
jest-community/eslint-plugin-jest

v22.21.0

Compare Source

Features
  • valid-title: support detecting & fixing trailing spaces in titles (#​449) (8c850ff)

v22.20.1

Compare Source

Bug Fixes

v22.20.0

Compare Source

Features

v22.19.0

Compare Source

Features
  • support allowedPrefixes option in lowercase-name rule (#​419) (5bd8f61)

v22.18.0

Compare Source

Features

v22.17.0

Compare Source

Features

v22.16.0

Compare Source

Features

v22.15.2

Compare Source

Bug Fixes

v22.15.1

Compare Source

Bug Fixes

v22.15.0

Compare Source

Features

v22.14.1

Compare Source

Bug Fixes

v22.14.0

Compare Source

Features

v22.13.7

Compare Source

Bug Fixes

v22.13.6

Compare Source

Bug Fixes

v22.13.5

Compare Source

Bug Fixes

v22.13.4

Compare Source

Bug Fixes

v22.13.3

Compare Source

Bug Fixes
  • import TS utils from correct package (7f1867b)

v22.13.2

Compare Source

Bug Fixes

v22.13.1

Compare Source

Bug Fixes

v22.13.0

Compare Source

Features

v22.12.0

Compare Source

Features

v22.11.1

Compare Source

Bug Fixes
  • require-tothrow-message: require throw messages on async functions (#​303) (3ee3874)

v22.11.0

Compare Source

Features

v22.10.0

Compare Source

Features

v22.9.0

Compare Source

Features
  • no-large-snapshots: option for whitelisting snapshots (#​288) (25e3970)

v22.8.0

Compare Source

Features

v22.7.2

Compare Source

Bug Fixes
  • add missing schemas so rule config is properly validated (#​291) (e901d03)

v22.7.1

Compare Source

Bug Fixes

v22.7.0

Compare Source

Features

v22.6.4

Compare Source

Bug Fixes
mysticatea/eslint-plugin-node

v9.2.0

Compare Source

✨ New Rules

  • c1d5dbf added a new rule no-callback-literal.

🐛 Bug Fixes

  • 72de3a3 updated eslint-utils for security fix.

v9.1.0

Compare Source

✨ Features

  • fd9d19d updated no-deprecated-api to not suggest alternative APIs if it has not supported on configured Node.js version. Thank you, @​Lalem001 !

🐛 Bug Fixes

  • e5aee3c updated semver package to not crash on wildcard * version range.
xjamundx/eslint-plugin-promise

v4.2.1

Compare Source

  • Added more use cases to no-return-wrap
standard/eslint-plugin-standard

v4.1.0

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

futurestudio/hapi-dev-errors

v3.3.0

Compare Source

Added
  • basic TypeScript declarations in lib/index.d.ts

v3.2.6

Compare Source

Updated
  • refine Readme
  • bump dependencies
  • remove Node.js v11 from Travis testing
  • minor refactorings (a mobile app update would say: “performance improvements”)
facebook/jest

v24.9.0

Compare Source

Features
  • [expect] Highlight substring differences when matcher fails

Renovate configuration

📅 Schedule: 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.

👻 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.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 3ff4dcf to c1b9ce6 Compare May 23, 2019 10:23
@renovate renovate Bot changed the title Update dependency eslint-plugin-jest to ^22.6.4 Update all non-major dependencies May 23, 2019
@codecov-io

codecov-io commented May 23, 2019

Copy link
Copy Markdown

Codecov Report

Merging #47 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   47.52%   47.52%           
=======================================
  Files          13       13           
  Lines         364      364           
  Branches       85       85           
=======================================
  Hits          173      173           
  Misses        140      140           
  Partials       51       51           

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 f69a310...5b15fce. Read the comment docs.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 09c53e6 to 26bce71 Compare May 27, 2019 00:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 50695b4 to a2248c0 Compare June 5, 2019 15:39
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a439659 to 0cf84be Compare June 14, 2019 21:17
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 16a42d6 to 0e24a1b Compare June 22, 2019 23:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3db505a to 6b52e04 Compare June 28, 2019 21:28
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5fe25dc to f4bc8b5 Compare July 4, 2019 10:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 1b157aa to 8828de4 Compare July 22, 2019 20:57
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a41e128 to 036b8a2 Compare August 16, 2019 07:12
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f707bbc to 7a0cb10 Compare August 25, 2019 18:04
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 444cdda to b5ea0a2 Compare September 3, 2019 18:23
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f22690b to 4ebce2c Compare September 9, 2019 17:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6f12d0c to fbea485 Compare September 12, 2019 23:44
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #47 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   47.52%   47.52%           
=======================================
  Files          13       13           
  Lines         364      364           
  Branches       85       85           
=======================================
  Hits          173      173           
  Misses        140      140           
  Partials       51       51           

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 f69a310...ad9e685. Read the comment docs.

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.

3 participants