GithubHelp home page GithubHelp logo

sharvit / generator-node-mdl Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 1.0 5.35 MB

Create a Node.js module with ease

Home Page: https://sharvit.github.io/generator-node-mdl/

License: MIT License

JavaScript 96.07% Shell 3.93%

generator-node-mdl's People

Contributors

dependabot[bot] avatar greenkeeper[bot] avatar luftywiranda13 avatar sharvit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

matejdr

generator-node-mdl's Issues

Github login with 2FA doesn't work when choosing not to use semantic-release

I'm submitting aโ€ฆ

  • Regression (a behavior that used to work and stopped working in a new release)
  • Bug report
  • Feature request
  • Documentation issue or request
  • Support request

Expected Behavior

Login to Github with 2FA should work when choosing not to use semantic-release.

Current Behavior

When choosing not to use semantic-release, it asks for 2fa code in a later stage but the SMS never reach out.

Possible Solution

Create Github token w/o scopes.

An in-range update of babel7 is breaking the build ๐Ÿšจ

There have been updates to the babel7 monorepo:

    • The devDependency @babel/cli was updated from 7.8.3 to 7.8.4.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the babel7 group definition.

babel7 is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โŒ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Deprecation warning when entering github-password

I'm submitting aโ€ฆ

  • Regression (a behavior that used to work and stopped working in a new release)
  • Bug report
  • Feature request
  • Documentation issue or request
  • Support request

Expected Behavior

Current Behavior

Receive a deprecation warning after entering my github password:

? Enter you github password for sharvit: [hidden]
Deprecation: [@octokit/rest] octokit.oauthAuthorizations.createAuthorization() is deprecated, see https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization
    at Object.deprecatedEndpointMethod [as createAuthorization] (/home/sharvit/Projects/open-source/sharvit/generator-node-mdl/node_modules/@octokit/rest/plugins/register-endpoints/register-endpoints.js:56:13)
    at Github.createToken (/home/sharvit/Projects/open-source/sharvit/generator-node-mdl/app/lib/github.js:48:53)
    at Prompter._loginToGithub (/home/sharvit/Projects/open-source/sharvit/generator-node-mdl/app/prompter.js:208:54)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async Prompter._promptPasswords (/home/sharvit/Projects/open-source/sharvit/generator-node-mdl/app/prompter.js:150:7)
    at async Prompter.prompt (/home/sharvit/Projects/open-source/sharvit/generator-node-mdl/app/prompter.js:53:5)
    at async NodeMdlGenerator.prompting (/home/sharvit/Projects/open-source/sharvit/generator-node-mdl/app/index.js:31:18) {
  name: 'Deprecation'
}

Possible Solution

Steps to Reproduce (for bugs)

Environment

  • generator-node-mdl version:
  • Node version:
  • NPM version:
  • Yarn version (if you use Yarn):
  • Operating system:
  • Link to your project:

Github login with username and password will be deprecated soon

This generator gives you the option to generate a github-token using your github username and password.
Github deprecate this option and it should stop working on September 30, 2020, see:
https://developer.github.com/changes/2020-02-14-deprecating-password-auth/
https://github.com/octokit/auth-basic.js#%EF%B8%8F-deprecation-warning

I'm submitting aโ€ฆ

  • Regression (a behavior that used to work and stopped working in a new release)
  • Bug report
  • Feature request
  • Documentation issue or request
  • Support request

Possible Solution

The only option github proved us is to remove this functionality and use the token-based auth wich is also implemented by this the generator-node-mdl.

Error when running installing with Travis

I'm submitting aโ€ฆ

  • Regression (a behavior that used to work and stopped working in a new release)
  • Bug report
  • Feature request
  • Documentation issue or request
  • Support request

Expected Behavior

When installing with Travis, it should install the Travis gem and setup the environment variables.

Current Behavior

When installing with travis I receive this error:

Installing TravisCI...
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-ri

Possible Solution

Use --no-document instead of --no-ri:
DARIAEngineering/dcaf_case_management#1586

Steps to Reproduce (for bugs)

Environment

  • generator-node-mdl version:
  • Node version:
  • NPM version:
  • Yarn version (if you use Yarn):
  • Operating system:
  • Link to your project:

An in-range update of @octokit/rest is breaking the build ๐Ÿšจ

The dependency @octokit/rest was updated from 16.27.0 to 16.27.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • โŒ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v16.27.1

16.27.1 (2019-05-29)

Bug Fixes

  • typo in deprecation message for .repos.getCommitRefSha() (ade2d00)
Commits

The new version differs by 7 commits.

  • ade2d00 fix: typo in deprecation message for .repos.getCommitRefSha()
  • 8f2d7d5 build(package): lock file
  • de94abf chore(package): update dependencies
  • 1855f06 chore: add Greenkeeper config file
  • 820f5eb docs: make search results scrollable (#1380)
  • 224f7ac build(package): lock file
  • e5bc143 build(package): @octokit/routes v20.4.2

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @octokit/rest is breaking the build ๐Ÿšจ

The dependency @octokit/rest was updated from 16.28.8 to 16.28.9.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • โŒ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v16.28.9

16.28.9 (2019-09-03)

Bug Fixes

  • package: update universal-user-agent to version 4.0.0 (b5a96a9)
Commits

The new version differs by 3 commits.

  • ee57e51 refactor: adapt for universal-user-agent@v4
  • 981597d chore(package): update lockfile package-lock.json
  • b5a96a9 fix(package): update universal-user-agent to version 4.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of commitlint is breaking the build ๐Ÿšจ

There have been updates to the commitlint monorepo:

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the commitlint group definition.

commitlint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โŒ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 39 commits.

  • c17420d v8.1.0
  • ca19d70 chore: update dependency lodash to v4.17.14 (#724)
  • 5757ef2 build(deps): bump lodash.template from 4.4.0 to 4.5.0 (#721)
  • 5b5f855 build(deps): bump lodash.merge from 4.6.0 to 4.6.2 (#722)
  • 4cb979d build(deps): bump lodash from 4.17.11 to 4.17.13 (#723)
  • a89c1ba chore: add devcontainer setup
  • 9aa5709 chore: pin dependencies (#714)
  • c9ef5e2 chore: centralize typescript and jest setups (#710)
  • c9dcf1a chore: pin dependencies (#708)
  • 6a6a8b0 refactor: rewrite top level to typescript (#679)
  • 0fedbc0 chore: update dependency @types/jest to v24.0.15 (#694)
  • 0b9c7ed chore: update dependency typescript to v3.5.2 (#695)
  • 4efb34b chore: update dependency globby to v10 (#705)
  • 804af8b chore: update dependency lint-staged to v8.2.1 (#696)
  • 9075844 fix: add explicit dependency on chalk (#687)

There are 39 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of npm-profile is breaking the build ๐Ÿšจ

The dependency npm-profile was updated from 4.0.2 to 4.0.3.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

npm-profile is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • โŒ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Github login doesnโ€™t work with 2FA

The Github login doesnโ€™t support accounts using two-factor authentication.

I'm submitting aโ€ฆ

  • Regression (a behavior that used to work and stopped working in a new release)
  • Bug report
  • Feature request
  • Documentation issue or request
  • Support request

Expected Behavior

It should give you instructions for login with two-factor authentication.

Current Behavior

It fails with an error if the user uses two-factor authentication.

Possible Solution

Need to implement 2FA login with Github.

Environment

Doesn't relevant.

An in-range update of eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 6.1.0 to 6.2.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โŒ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v6.2.0
  • fee6acb Update: support bigint and dynamic import (refs #11803) (#11983) (Toru Nagashima)
  • afd8012 New: noInlineConfig setting (refs eslint/rfcs#22) (#12091) (Toru Nagashima)
  • 3d12378 Update: Fix accessor-pairs to enforce pairs per property in literals (#12062) (Milos Djermanovic)
  • 8cd00b3 New: function-call-argument-newline (#12024) (finico)
  • 30ebf92 Fix: prefer-template autofix produces syntax error with octal escapes (#12085) (Milos Djermanovic)
  • 13c3988 Fix: Check literal type explicitly in dot-notation (#12095) (Milos Djermanovic)
  • 3e5ceca Fix: Handle empty string property names in getFunctionNameWithKind (#12104) (Milos Djermanovic)
  • 9a043ff Fix: no-duplicate-case false positives on Object.prototype keys (#12107) (Milos Djermanovic)
  • fe631af Chore: minor typo fix (#12112) (James George)
  • 4cb7877 Fix: fix no-extra-parens ignores some nodes (#11909) (Pig Fang)
  • 2dc23b8 Update: fix no-dupe-keys false negatives on empty string names (#12069) (Milos Djermanovic)
  • 19ab666 Fix: yoda exceptRange false positives on empty string property names (#12071) (Milos Djermanovic)
  • d642150 Update: Check empty string property names in sort-keys (#12073) (Milos Djermanovic)
  • acce6de Fix: class-methods-use-this reports 'undefined' names (#12103) (Milos Djermanovic)
  • 92ec2cb Fix: Allow bind call with a single spread element in no-extra-bind (#12088) (Milos Djermanovic)
  • bfdb0c9 Fix: no-extra-boolean-cast invalid autofix for Boolean() without args (#12076) (Milos Djermanovic)
  • 34ccc0c Chore: Remove TDZ scope type condition from no-unused-vars (#12055) (Milos Djermanovic)
  • 01d38ce Docs: Remove TDZ scope from the scope manager interface documentation (#12054) (Milos Djermanovic)
  • 1aff8fc Update: warn about mixing ternary and logical operators (fixes #11704) (#12001) (Karthik Priyadarshan)
  • 11be2f8 Docs: do not recommend global-installed usage (#12016) (่–›ๅฎš่ฐ”็š„็Œซ)
  • cf31dab Fix: no-restricted-syntax - correct the schema (#12051) (Brad Zacher)
  • fbec99e Update: fix class-methods-use-this false negatives with exceptMethods (#12077) (Milos Djermanovic)
  • fb08b7c Docs: Remove readonly/writable global logic from no-undef (fixes #11963) (#12053) (Milos Djermanovic)
  • 5b5934b Sponsors: Sync README with website (ESLint Jenkins)
  • 9156760 Sponsors: Sync README with website (ESLint Jenkins)
  • f5e0cc4 Update: Check computed method keys in no-extra-parens (#11973) (Milos Djermanovic)
  • d961438 Docs: Fix Incorrect Documentation (#12045) (Michael Miceli)
  • 887d08c Sponsors: Sync README with website (ESLint Jenkins)
  • d90183f Docs: add a case to func-names (#12038) (Chiawen Chen)
  • 8a5b62d Docs: no use eslint.linter in code example (#12037) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 5831767 Update: report location of func-names (fixes #12022) (#12028) (Pig Fang)
Commits

The new version differs by 33 commits.

  • 320b7bd 6.2.0
  • 9601f5a Build: changelog update for 6.2.0
  • fee6acb Update: support bigint and dynamic import (refs #11803) (#11983)
  • afd8012 New: noInlineConfig setting (refs eslint/rfcs#22) (#12091)
  • 3d12378 Update: Fix accessor-pairs to enforce pairs per property in literals (#12062)
  • 8cd00b3 New: function-call-argument-newline (#12024)
  • 30ebf92 Fix: prefer-template autofix produces syntax error with octal escapes (#12085)
  • 13c3988 Fix: Check literal type explicitly in dot-notation (#12095)
  • 3e5ceca Fix: Handle empty string property names in getFunctionNameWithKind (#12104)
  • 9a043ff Fix: no-duplicate-case false positives on Object.prototype keys (#12107)
  • fe631af Chore: minor typo fix (#12112)
  • 4cb7877 Fix: fix no-extra-parens ignores some nodes (#11909)
  • 2dc23b8 Update: fix no-dupe-keys false negatives on empty string names (#12069)
  • 19ab666 Fix: yoda exceptRange false positives on empty string property names (#12071)
  • d642150 Update: Check empty string property names in sort-keys (#12073)

There are 33 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of commitlint is breaking the build ๐Ÿšจ


๐Ÿšจ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! ๐Ÿ’œ ๐Ÿšš๐Ÿ’จ ๐Ÿ’š

Find out how to migrate to Snyk at greenkeeper.io


There have been updates to the commitlint monorepo:

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the commitlint group definition.

commitlint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โŒ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 7 commits.

  • 3fce339 v8.3.4
  • 6b3b9a9 fix(commitlint): use new read pkg syntax (#888)
  • 5fd8a69 chore: update dependency @types/node to v12.11.5 (#838)
  • 8fc4872 chore: update dependency lerna to v3.18.3 (#837)
  • 9a1dd6f v8.3.3
  • 11b920b chore: update dependency conventional-changelog-conventionalcommits to v4.2.1 (#836)
  • 3ed8009 fix(load): add support for non-factory conventional parsers (#839)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of babel-plugin-add-module-exports is breaking the build ๐Ÿšจ

The devDependency babel-plugin-add-module-exports was updated from 1.0.0 to 1.0.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

babel-plugin-add-module-exports is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โŒ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 5 commits.

  • 38e2e68 v1.0.1
  • df47a0a [patch] Add module.exports to files using es3 member literals
  • e8e5be0 docs: tweaks [ci skip]
  • d0001d5 docs(README): add webpack notes(refs #68) & tweaks [ci skip]
  • 753d945 chore: tweak postversion script [ci skip]

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Deprecation warning when entering github-password

Deprecation warning when entering github-password:

Error: octokit.authenticate() is deprecated. Use "auth" constructor option instead.
    at authenticate (/home/asharvit/.nvm/versions/node/v10.15.2/lib/node_modules/generator-node-mdl/node_modules/@octokit/rest/plugins/authentication-deprecated/authenticate.js:4:26)
    at login (/home/asharvit/.nvm/versions/node/v10.15.2/lib/node_modules/generator-node-mdl/app/lib/github.js:21:14)
    at Prompter._loginToGithub (/home/asharvit/.nvm/versions/node/v10.15.2/lib/node_modules/generator-node-mdl/app/prompter.js:213:23)
    at process._tickCallback (internal/process/next_tick.js:68:7)

I'm submitting aโ€ฆ

  • Regression (a behavior that used to work and stopped working in a new release)
  • Bug report
  • Feature request
  • Documentation issue or request
  • Support request

Environment

  • generator-node-mdl version: 0.6.1
  • Node version: 10.15.2
  • NPM version: 6.4.1
  • Operating system: Linux fedora

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.