chore(dev): update dependency @bfra.me/eslint-config to v0.50.3#785
Merged
bfra-me[bot] merged 1 commit intomainfrom Apr 11, 2026
Merged
chore(dev): update dependency @bfra.me/eslint-config to v0.50.3#785bfra-me[bot] merged 1 commit intomainfrom
bfra-me[bot] merged 1 commit intomainfrom
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
0.50.2→0.50.3Release Notes
bfra-me/works (@bfra.me/eslint-config)
v0.50.3Compare Source
Patch Changes
Fix JSON5/YAML prettier compat rules failing silently under Bun workspaces (#3047)
Replace
isPackageExistsguards foreslint-plugin-jsoncandeslint-plugin-ymlinprettier.tswith direct dynamic imports using.catch(() => undefined). Under Bun, transitive dependencies are not hoisted to a flatnode_modules/layout, causingisPackageExiststo returnfalsefor packages likeeslint-plugin-jsonceven though Bun's module resolver can load them fine. This caused the jsonc/yaml prettier-compat rule overrides to never load, resulting in conflicting rule errors on.json5and.yamlfiles.Updated dependency
eslint-plugin-unicornto64.0.0. (#3014)Revert
@eslint-react/eslint-pluginto v2.13.0. v3 breaks eslint-typegen compatibility (cannot generate rule types), which causes the build to fail. Will revisit v3 once eslint-typegen adds support. (#2948)Updated dependency
@eslint/coreto1.2.0. (#3026)Updated dependency
@eslint/markdownto8.0.1. (#3013)Updated dependency
eslintto10.2.0. (#3027)Configuration
📅 Schedule: (in timezone America/Phoenix)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.