silverwind
silverwind
Workaround: ```ts declare module 'eslint-plugin-array-func' { import type {Eslint} from 'eslint'; const plugin: Eslint.Plugin; export = plugin; }
Unicode v17 was also released recently, and it does have a few new emojis. https://blog.unicode.org/2025/09/unicode-170-release-announcement.html
Reproduction in https://github.com/vitest-dev/vitest/issues/7277 I wouldn't classify something that breaks all tests as a "minor bug".
FWIW, 3.0.4 did fix my issue in https://github.com/vitest-dev/vitest/issues/7277 with the `@neodrag/react` module, so I hope future efforts don't regress that 😆.
Another case: https://github.com/rolldown/tsdown/issues/624, this time a intentional publish of a beta prerelease.
There are two different formats in package.json: ``` "@std/semver": "npm:@jsr/[email protected]" "@std/semver": "jsr:1.0.5" ``` Fetch metadata from https://jsr.io/@std/semver/meta.json