Ryo Matsukawa
Ryo Matsukawa
> Which issue, if any, is this issue related to? Closes https://github.com/stylelint/stylelint/issues/7873 > Is there anything in the PR that needs further explanation? No, it's self-explanatory.
Closes https://github.com/adobe/react-spectrum/issues/2944 I've refined which warnings to display in production to reduce bundle sizes, focusing on critical areas: accessibility, component state changes, and number parsing/formatting. I welcome any feedback! In...
In the [CSS Tree syntax docs](https://csstree.github.io/docs/syntax/#Property:aspect-ratio) it is defined as `auto | `, but the correct syntax should be [`auto || `](https://drafts.csswg.org/css-sizing-4/#aspect-ratio). The following syntax should function as a fallback,...
When using the [`loseless: true`](https://github.com/postcss/postcss-selector-parser/blob/6158750aab0aed3046a5920bd58e0e0266a4ada2/API.md#processoroptions) option trailing spaces are removed unexpectedly, even though should be preserved. Related to https://github.com/stylelint/stylelint/pull/8074#discussion_r1817680694 ## Code to Reproduce ```js const parser = require('postcss-selector-parser'); const selector...
> Which issue, if any, is this issue related to? Closes #8173 > Is there anything in the PR that needs further explanation? Adds bulk suppressions to Stylelint, based on...
### What is the problem you're trying to solve? Ensure that CSS features follow Baseline support levels. ### What solution would you like to see? Suggested blueprint: - Name: `baseline-no-unsupported`...
Closes #12003 Closes #11600 ### What Fixes a bug where `watchFragment` and `useFragment` returned `{ complete: true }` even when the `from` object could not be identified (i.e. `cache.identify()` returned...
Fixes #10200 Warning messages were corrupting stdout output. Now logs are sent to stderr for the `outdated` command.
Fixes #8658 Display deprecation info for the latest version in table and list formats, consistent with JSON output. ```shell # Before: │ @types/yup (dev) │ 0.29.14 │ 0.32.0 │ #...
Fixes https://github.com/pnpm/pnpm/issues/9812#issuecomment-3192027515 Added support for specifying npm version in `pnpm-workspace.yaml` to enable features like OIDC publishing that require specific npm versions. ```yaml # pnpm-workspace.yaml npmVersion: "10.2.3" ``` When running pnpm...