home.social

#npmrelease — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #npmrelease, aggregated by home.social.

  1. New #npmRelease for #neostandard: github.com/neostandard/... Highlights: - With the addition of eslint-plugin-import-x all the rules from StandardJS have now been added and we are pretty much ready to release 1.0.0 - Pinned stylistic to avoid a recent regression in stylistic/indent

    Release v0.12.0 · neostandard/...

  2. Anyone who have experienced issues with #typescriptEslint on the latest #ESLint releases when using #neostandard: Update to #npmRelease 0.11.9 to get the latest typescript-eslint: github.com/neostandard/neostan

  3. My PR supporting #graphql_tag style queries got merged and released in #mercurius 5.0.0!

    This enables easier handling of fragments in #graphql, and I decided to follow up with a real world example in the PR post release to aid as a future reference for people: github.com/mercurius-js/mercur

    Thanks for the merge @mcollina 🙏

    #npmRelease #fastify

  4. Since a lot of people are relying on standard I also made an exception and did a patch #npmRelease of that, 17.1.1, to pin the #eslintPluginReact dependency.

    Doing no new development at standard but when I can help a lot of users easily then I of course will.

    github.com/standard/standard/r

  5. Since a lot of people are relying on standard I also made an exception and did a patch #npmRelease of that, 17.1.1, to pin the #eslintPluginReact dependency.

    Doing no new development at standard but when I can help a lot of users easily then I of course will.

    github.com/standard/standard/r

  6. Since a lot of people are relying on standard I also made an exception and did a patch #npmRelease of that, 17.1.1, to pin the #eslintPluginReact dependency.

    Doing no new development at standard but when I can help a lot of users easily then I of course will.

    github.com/standard/standard/r

  7. Since a lot of people are relying on standard I also made an exception and did a patch #npmRelease of that, 17.1.1, to pin the #eslintPluginReact dependency.

    Doing no new development at standard but when I can help a lot of users easily then I of course will.

    github.com/standard/standard/r

  8. Since a lot of people are relying on standard I also made an exception and did a patch #npmRelease of that, 17.1.1, to pin the #eslintPluginReact dependency.

    Doing no new development at standard but when I can help a lot of users easily then I of course will.

    github.com/standard/standard/r

  9. In other #npmRelease news:

    The new v0.11.5 version of #neostandard contains a tweak that disables jsx rules on all ordinary js/ts files – maybe providing some better performance but mostly avoiding bugs like the one that currently plagues latest version of #eslintPluginReact

    #eslint #eslintSharedConfig

    github.com/neostandard/neostan

  10. In other #npmRelease news:

    The new v0.11.5 version of #neostandard contains a tweak that disables jsx rules on all ordinary js/ts files – maybe providing some better performance but mostly avoiding bugs like the one that currently plagues latest version of #eslintPluginReact

    #eslint #eslintSharedConfig

    github.com/neostandard/neostan

  11. In other #npmRelease news:

    The new v0.11.5 version of #neostandard contains a tweak that disables jsx rules on all ordinary js/ts files – maybe providing some better performance but mostly avoiding bugs like the one that currently plagues latest version of #eslintPluginReact

    #eslint #eslintSharedConfig

    github.com/neostandard/neostan

  12. In other #npmRelease news:

    The new v0.11.5 version of #neostandard contains a tweak that disables jsx rules on all ordinary js/ts files – maybe providing some better performance but mostly avoiding bugs like the one that currently plagues latest version of #eslintPluginReact

    #eslint #eslintSharedConfig

    github.com/neostandard/neostan

  13. In other #npmRelease news:

    The new v0.11.5 version of #neostandard contains a tweak that disables jsx rules on all ordinary js/ts files – maybe providing some better performance but mostly avoiding bugs like the one that currently plagues latest version of #eslintPluginReact

    #eslint #eslintSharedConfig

    github.com/neostandard/neostan

  14. Released a new CLI tool that builds upon github.com/yoavbls/pretty-ts-e to provide prettified TS errors in the terminal: github.com/voxpelli/pretty-ts-

    It contains an additional party trick in the shape of optionally outputting as markdown, thanks to a new version of my "markdown-or-chalk” module: github.com/voxpelli/markdown-o

    #newNpmModule #npmRelease #typescript #typesInJs #nodejs

  15. Published a new version of my "buffered-async-iterable" module: github.com/voxpelli/buffered-a

    It can now return the result in order (at cost of performance of course) and it also got a new method: mergeIterables(), which interweaves values from multiple async iterables in parallel

    #npmRelease #javascript #asyncGenerators #performance

  16. Published a new version of my "buffered-async-iterable" module: github.com/voxpelli/buffered-a

    It can now return the result in order (at cost of performance of course) and it also got a new method: mergeIterables(), which interweaves values from multiple async iterables in parallel

    #npmRelease #javascript #asyncGenerators #performance

  17. Published a new version of my "buffered-async-iterable" module: github.com/voxpelli/buffered-a

    It can now return the result in order (at cost of performance of course) and it also got a new method: mergeIterables(), which interweaves values from multiple async iterables in parallel

    #npmRelease #javascript #asyncGenerators #performance

  18. Published a new version of my "buffered-async-iterable" module: github.com/voxpelli/buffered-a

    It can now return the result in order (at cost of performance of course) and it also got a new method: mergeIterables(), which interweaves values from multiple async iterables in parallel

    #npmRelease #javascript #asyncGenerators #performance

  19. Published a new version of my "buffered-async-iterable" module: github.com/voxpelli/buffered-a

    It can now return the result in order (at cost of performance of course) and it also got a new method: mergeIterables(), which interweaves values from multiple async iterables in parallel

    #npmRelease #javascript #asyncGenerators #performance

  20. Released a couple of improvements to installed-check these last few days:

    - pnpm workspace support
    - symlink support

    And right now added to that list with:

    - autofixing support

    #npmRelease fosstodon.org/@webpro/11221819

  21. Early release of a new companion module to my "list-installed" module: ”list-dependents”

    It uses npm and optionally @ecosystems to look up the dependents of a module and returns the package.json files of them similar to how "list-installed" do for locally installed modules.

    On top of the package.json data it also returns download metrics as well as some @ecosystems extras.

    github.com/voxpelli/list-depen

    #npmRelease #newNpmModule

  22. Forked and revived an old module I made at my previous job:

    ts-ignore-import: npmjs.com/package/ts-ignore-im

    It helps ignoring optional type imports in autogenerated type declarations – which is especially useful when one writes #typesInJs.

    Ignoring an optional type import makes it silently revert to ”any” when the type can not be imported, which is great when one eg. wants to reference multiple frameworks in the same project without requiring all those types.

    #npmRelease #newNpmModule #typescript

  23. Did my first #npmRelease of #MochaJS. Version 10.4.0 is now available, including some features and some fixes: github.com/mochajs/mocha/relea

    Great collaboration with @JoshuaKGoldberg and @uzlopak as well as with the individual contributors.

    Next up I hope to pick up the pace of my contributions on this project, but first I have some standard linting to enhance :BlobhajHeart:

  24. Released a new major version of my npm engine range validator – now also supports peerDependency range validation and supports running on workspaces.

    To ensure you don’t promise more than your dependencies can deliver, start using “installed-check” 9.0.0 now: github.com/voxpelli/node-insta

    #npmRelease #linting #npm #npmWorkspace #peerDependencies #packageJson #nodeModules

  25. Released early versions of two new npm modules:

    * Umzeption, a module based provider of umzug migrations: github.com/voxpelli/umzeption
    * plugin-importer, recursively imports a plugin tree in order of dependencies: github.com/voxpelli/plugin-imp

    #npmRelease #newNpmModule #NodeJS

  26. @mcollina #npmRelease #fastify (adding hashtags makes it easier to follow, and so far I'm the only one using #npmRelease, would be nice to get some traction for such a one as I would love to find releases from people I don't yet follow here. That and #newNpmModule for any new modules)

  27. Started using `node:test` in some of my projects but was missing the reporter style that I'm used to from Mocha, so I decided to fix that: github.com/voxpelli/node-test-

    #npmRelease #NodeJS #nodeTest #newNpmModule

  28. Released a new module, a tiny little extension for helping with Chai assertion of non-posix paths: github.com/voxpelli/chai-posix

    #npm #npmRelease #newNpmModule #chaijs

  29. Stepped in these last few days and did some long overdue releases of #StandardJS despite having lots of else on my plate currently.

    New releases of:

    - github.com/standard/standard-e (First in three quarters!)
    - github.com/standard/eslint-con (First in a year!)
    - github.com/standard/standard/r (First in a year!)
    - github.com/standard/semistanda (First 17.x release, first release in almost 2 years!)

    If you like what I do, consider sponsoring me: github.com/sponsors/voxpelli

    #npm #npmRelease #linting #eslint