Coder Social home page Coder Social logo

Comments (3)

feross avatar feross commented on May 8, 2024

I did this intentionally to get more eyeballs on the new version, but I didn't realize it would false-alarm automated tools. Added a dist-tag.

from eslint-config-standard.

Floby avatar Floby commented on May 8, 2024

Thank you.
This doesn't seem to do the trick though.
Here is what I get from npm-check-updates

$ ./node_modules/.bin/ncu -e 2 -m npm --packageFile package.json
Using ./package.json

 nodemailer               ^2.7.0  →         ^3.0.2 
 ember-cli               ~2.10.0  →        ~2.11.0 
 eslint-config-standard   ^6.2.1  →  ^7.0.0-beta.0 

from eslint-config-standard.

feross avatar feross commented on May 8, 2024

Here's what I get when checking directly with npm:

$ npm show eslint-config-standard dist-tags
{ latest: '6.2.1', beta: '7.0.0-beta.0' }

Sounds like either a caching issue, a bug in npm-check-updates, or maybe you're accidentally passing one of the following flags:

-n, --newest             find the newest published versions available instead 
                         of the latest stable versions
-t, --greatest           find the highest versions available instead of the
                         latest stable versions 

from eslint-config-standard.

Related Issues (20)

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.