You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing in favour of #443, which carries the same package updates with Yarn held at 4.13.0.
The build (22) failure here was the Yarn 4.13.0 → 4.18.0 bump. Yarn 4.18's PnP ESM loader works around a Node bug (broken fstat for zip fds) by handing Node the source of CommonJS files inside .yarn/cache zips rather than letting the CJS loader read them; Node then compiles them through the ESM→CJS translator, where require.cache is undefined. import-fresh reads require.cache[filePath] and throws, so @eslint/eslintrc's FlatCompat can't load plugin:@typescript-eslint/recommended. The workaround is gated on the Node version and node-version: 22 now resolves to 22.23.2, which matches — hence only the node-22 job. The package updates themselves are fine: Yarn 4.13.0 with this exact lockfile passes on 22.23.2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
yarn and some packages