GithubHelp home page GithubHelp logo

leanupjs / leanup Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 5.0 603.64 MB

Generic CLI to develop, test and build a SPA/PWA (framework independently)

License: Apache License 2.0

JavaScript 13.46% Shell 2.35% TypeScript 70.88% HTML 7.34% Vue 2.74% Gherkin 0.22% Sass 1.98% Svelte 1.03%

leanup's People

Contributors

actions-user avatar deleonio avatar dependabot-preview[bot] avatar dependabot[bot] avatar mend-bolt-for-github[bot] avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

leanup's Issues

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash._arraycopy:3.0.0

Vulnerabilities

DepShield reports that this application's usage of lodash._arraycopy:3.0.0 results in the following vulnerability(s):


Occurrences

lodash._arraycopy:3.0.0 is a transitive dependency introduced by the following direct dependency(s):

@leanup/cli:1.0.84
        └─ @leanup/cli-core-e2e:1.0.84
              └─ nightwatch:1.5.1
                    └─ lodash.clone:3.0.3
                          └─ lodash._baseclone:3.3.0
                                └─ lodash._arraycopy:3.0.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

Consider using Neutrino for Webpack configuration

Neutrino is a tool for creating of shared webpack presets and middlwares. If you build your infrastructure with neutrino you have these benefits:

  • Zero configuration by default
  • Any Webpack setting is customizable by consumers
  • Webpack configuration (Neutrino presets) still can be updated from NPM even after the installation
  • A lot of community presets (SASS, LESS, Frameworks, Babel, Storybook, Eslint, Jest, etc.)
  • You can compose presets and middlewares
  • You can create your custom presets and build the next Create React App Killer

For example I have my personal list of middlewares as I share them between a lot of presets for React, Vue, Koa and others https://github.com/constgen/constgen-neutrino

Mocha & babel config -> typescript files (with enums) in dependencies

Situation:

  • Leanup project with the standard config (e.g. tests are run via mocha)
  • Project has a dependency to another project (like a rest-api generated via opengenerator, still in ts form) -> which creates an export for an enum
  • If you use this enum in a test, the test cannot be executed anymore as we get a compile error

-> one solution is to let babel take all .ts / .tsx files

Currently the babel.register.js in cli-core-test checks only on only: ['./node_modules/@leanup', './src', './tests']
So it will not take the child project into account.

What would be the holdup to let it scan the whole path, like only: ['./'] (which solves the problem with the enum as the babel loader knows how to handle it). It still only takes files with extension ts & tsx

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.set:4.3.2

Vulnerabilities

DepShield reports that this application's usage of lodash.set:4.3.2 results in the following vulnerability(s):


Occurrences

lodash.set:4.3.2 is a transitive dependency introduced by the following direct dependency(s):

lerna:3.22.1
        └─ @lerna/version:3.22.1
              └─ @lerna/github-client:3.22.0
                    └─ @octokit/rest:16.43.2
                          └─ lodash.set:4.3.2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

Angular with ESBuild

webpack 5.6.0 compiled with 2 warnings in 21639 ms
i 「wdm」: Compiled with warnings.
i 「wdm」: Compiling...
× 「wdm」: TypeError: parentCompilation.fileTimestamps is not iterable
    at WebpackResourceLoader.update (C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\@ngtools\webpack\src\resource_loader.js:37:58)
    at AngularCompilerPlugin._make (C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:759:34)
    at C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:675:100
    at Hook.eval [as callAsync] (eval at create (C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:14:17)
    at C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\webpack\lib\Compiler.js:989:20
    at Hook.eval [as callAsync] (eval at create (C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at Compiler.compile (C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\webpack\lib\Compiler.js:979:28)
    at C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\webpack\lib\Watching.js:113:19
    at _next0 (eval at create (C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:25:1)
    at eval (eval at create (C:\Users\user\Workspace\poc-flexible-web-application-architecture\workspace\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:36:1)

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash._basefor:3.0.3

Vulnerabilities

DepShield reports that this application's usage of lodash._basefor:3.0.3 results in the following vulnerability(s):


Occurrences

lodash._basefor:3.0.3 is a transitive dependency introduced by the following direct dependency(s):

@leanup/cli:1.0.84
        └─ @leanup/cli-core-e2e:1.0.84
              └─ nightwatch:1.5.1
                    └─ lodash.clone:3.0.3
                          └─ lodash._baseclone:3.3.0
                                └─ lodash._basefor:3.0.3

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash._baseassign:3.2.0

Vulnerabilities

DepShield reports that this application's usage of lodash._baseassign:3.2.0 results in the following vulnerability(s):


Occurrences

lodash._baseassign:3.2.0 is a transitive dependency introduced by the following direct dependency(s):

@leanup/cli:1.0.84
        └─ @leanup/cli-core-e2e:1.0.84
              └─ nightwatch:1.5.1
                    └─ lodash.clone:3.0.3
                          └─ lodash._baseclone:3.3.0
                                └─ lodash._baseassign:3.2.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash._getnative:3.9.1

Vulnerabilities

DepShield reports that this application's usage of lodash._getnative:3.9.1 results in the following vulnerability(s):


Occurrences

lodash._getnative:3.9.1 is a transitive dependency introduced by the following direct dependency(s):

@leanup/cli:1.0.84
        └─ @leanup/cli-core-e2e:1.0.84
              └─ nightwatch:1.5.1
                    └─ lodash.clone:3.0.3
                          └─ lodash._baseclone:3.3.0
                                └─ lodash.keys:3.1.2
                                      └─ lodash._getnative:3.9.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

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.