Giter VIP home page Giter VIP logo

upd's People

Contributors

larsartmann avatar lguzzon avatar rse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

upd's Issues

Version upd 2.7.8 is false targeted for node version >=10.0.0

Since the update of yargs to ^17
upd is only working on node >=12
since yargs is targeted for that node version

using upd on node < 12 causes an error in yargs stating that node >=12 is required

last upd version running on node below 12 is 2.7.7

Config File to be able to exclude npm modules from updating its version

upd is really a great tool!
and it is great that the versions can be updated automatically (= enter 'upd' in the command line) . But sometimes there are modules you exactly want a concrete version, and you do not want this version to be updated. But all the Versions of the other modules should still be updated automatically.
Of course, you can handle this in the command line, but then you always have to remember which versions should be updated and which not. So it would be nice to write it down in a config file, then u can always do the complete update (= enter 'upd' in the command line) and do not have to worry about versions, that should not be updated.
And another benefit of that config file would be, that you can comment, why exacly the choosen version is used.

Thanks ;)

[bug] removes closing brackets of object in arrays if it's not the last one.

Problem

When running upd it removes closing brackets of object in arrays if it's not the last one.

Should

"contributors": [
    {
      "name": "Lars Artmann",
      "email": "[email protected]",
      "url": "https://lars.software"
    },
    {
      "name": "Lars Artmann",
      "email": "[email protected]",
      "url": "https://lars.software"
    },
    {
      "name": "Lars Artmann",
      "email": "[email protected]",
      "url": "https://lars.software"
    },
    {
      "name": "Artmann Technologies GmbH",
      "email": "[email protected]",
      "url": "https://artmann.tech"
    }
]
"inputs": [
	{"env": "NEXT_PUBLIC_URL"},
	{"env": "NEXT_PUBLIC_CUSTOMER"}
]

Is

"contributors": [
    {
      "name": "Lars Artmann",
      "email": "[email protected]",
      "url": "https://lars.software",
    {
      "name": "Lars Artmann",
      "email": "[email protected]",
      "url": "https://lars.software",
    {
      "name": "Lars Artmann",
      "email": "[email protected]",
      "url": "https://lars.software",
    {
      "name": "Artmann Technologies GmbH",
      "email": "[email protected]",
      "url": "https://artmann.tech"
    }
]
"inputs": [
	{"env": "NEXT_PUBLIC_URL",
	{"env": "NEXT_PUBLIC_CUSTOMER"}
]

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.