Git Product home page Git Product logo

update-by-scope's People

Contributors

beshanoe avatar dependabot[bot] avatar

Stargazers

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

Watchers

 avatar

update-by-scope's Issues

Command not actually doing anything

I tried updating all project packages within the @syncfusion scope using the following command:
npx update-by-scope @syncfusion/

This produces the following output:

[
  '@syncfusion/ej2-angular-buttons',
  '@syncfusion/ej2-angular-dropdowns',
  '@syncfusion/ej2-angular-grids',
  '@syncfusion/ej2-angular-inputs',
  '@syncfusion/ej2-angular-navigations',
  '@syncfusion/ej2-angular-notifications',
  '@syncfusion/ej2-angular-popups',
  '@syncfusion/ej2-angular-querybuilder',
  '@syncfusion/ej2-layouts'
]
Executing "npm install @syncfusion/ej2-angular-buttons@latest @syncfusion/ej2-angular-dropdowns@latest @syncfusion/ej2-angular-grids@latest @syncfusion/ej2-angular-inputs@latest @syncfusion/ej2-angular-navigations@latest @syncfusion/ej2-angular-notifications@latest @syncfusion/ej2-angular-popups@latest @syncfusion/ej2-angular-querybuilder@latest @syncfusion/ej2-layouts@latest"

The problem is that the npm install command is not getting executed at all. There is no change to package.json or to the installed packages.

Any ideas?

options -n -c getting ignored

The options -n -c are getting ignored and the defaults are being used:

npx update-by-scope -n npm -c update @test-scope
Found 1 with scope "@test-scope":
[
  '@test-scope/web-components'
]
Executing "npm install @test-scope/web-components@latest"
...

Using
SO: ubuntu 22.10
npm: 8.19.3

Package losing sementic versioning

Hi!

Thanks for the awesome package. This is saving me so much effort when working with distributed packages.

But there is this one package that is losing the semantic versioning to specify update type. Eg.:

Before:

"dependencies": {
  "@awesomeproject/my_dep": "^1.0.4”,
}

After

"dependencies": {
  "@awesomeproject/my_dep": "1.0.5",
}

Probably this is something on my end. Any hints of what I should be looking for?

I’m using NPM v6.9.0 and NodeJS v10.15.3.

Love from Hamburg!

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.