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/...
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: https://github.com/neostandard/neostandard/releases/tag/v0.11.9
Release v0.11.9 · neostandard/neostandard

0.11.9 (2024-11-25) 🌟 Features deps: update dependency @stylistic/eslint-plugin to ^2.11.0 (#216) (50254ae) deps: update dependency eslint-plugin-n to ^17.14.0 (#215) (b86e638) deps: update depend...

GitHub

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: https://github.com/mercurius-js/mercurius/pull/1108#issuecomment-2362986609

Thanks for the merge @mcollina 🙏

#npmRelease #fastify

feat: support pre-parsed queries (eg. `graphql-tag`) by voxpelli · Pull Request #1108 · mercurius-js/mercurius

If one want to be using eg. graphql-tag to manage queries and fragments, then currently one can't do queries with the Mercurius reply.graphql() or fastify.graphql(). This PR changes that by mak...

GitHub

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.

https://github.com/standard/standard/releases/tag/v17.1.1

Release v17.1.1 · standard/standard

Pin eslint-plugin-react to 7.35.2 (#1976) d535d98 v17.1.0...v17.1.1

GitHub

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

https://github.com/neostandard/neostandard/releases/tag/v0.11.5

Release v0.11.5 · neostandard/neostandard

0.11.5 (2024-09-12) 🩹 Fixes deps: types are bundled with ESLint >=9.10 (#164) (13af181) deps: update dependency @stylistic/eslint-plugin to ^2.6.4 (#154) (40d8445) ignore jsx-rules in non-jsx file...

GitHub

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

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: https://github.com/voxpelli/markdown-or-chalk

#newNpmModule #npmRelease #typescript #typesInJs #nodejs

GitHub - yoavbls/pretty-ts-errors: 🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀

🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀 - yoavbls/pretty-ts-errors

GitHub
GitHub - neostandard/neostandard: A spiritual successor to the standardjs javascript style guide

A spiritual successor to the standardjs javascript style guide - neostandard/neostandard

GitHub

Published a new version of my "buffered-async-iterable" module: https://github.com/voxpelli/buffered-async-iterable/releases/tag/v1.0.0

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

Release v1.0.0 · voxpelli/buffered-async-iterable

Add mergeIterables() (#30) 0158bf4 Support ordered iteration (#29) 7776805 v0.3.0...v1.0.0

GitHub

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 https://fosstodon.org/@webpro/112218193414017573

Lars Kappert (@[email protected])

Do you manage package.json files? Here's something you might not know you actually need (hat tip to the prolific @[email protected]): https://github.com/voxpelli/node-installed-check

Fosstodon

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.

https://github.com/voxpelli/list-dependents

#npmRelease #newNpmModule

GitHub - voxpelli/list-dependents

Contribute to voxpelli/list-dependents development by creating an account on GitHub.

GitHub