Bryan Mishkin
Bryan Mishkin
In the release-it package for example, we would like to support any future Node version under the package's Node engines: * https://github.com/release-it/release-it/pull/1182 Motivation: This makes it easier for consumers to...
--- **Title:** Replace `globby` with native `fs.glob()` when Node 20 support is dropped **Labels:** `enhancement`, `dependencies` --- **Description:** Node.js v22 introduced native glob support via `fs.glob()` and `fs.globSync()`. Once we...
> I'm getting `Cannot specify reserved emoji 💼.` even upgrading to v2.2.2 at https://github.com/un-ts/eslint-plugin-import-x/blob/f91cb36de593c97d9c625164a2937e9dda69a811/.eslint-doc-generatorrc.js#L7-L13 _Originally posted by @JounQin in [#376](https://github.com/bmish/eslint-doc-generator/issues/376#issuecomment-3007381549)_
https://github.com/bmish/eslint-doc-generator/releases/tag/v3.0.0
Follow-up to: - https://github.com/qunitjs/eslint-plugin-qunit/pull/584
Check for new assertions to support: - https://qunitjs.com/api/assert/ - https://github.com/qunitjs/eslint-plugin-qunit/blob/24ccbf5026098453b4c6b89a563224b6c7dee30d/lib/utils.js#L18 Related: - https://github.com/qunitjs/eslint-plugin-qunit/pull/610
Follow-up to: - https://github.com/qunitjs/eslint-plugin-qunit/issues/241 Converting to actual TypeScript isn't really necessary since we already have the type-checking with jsdocs and published types now, but this is more of a nice-to-have....