chore(dev): update dependency @bfra.me/eslint-config to v0.50.3#2015
Merged
bfra-me[bot] merged 2 commits intomainfrom Apr 14, 2026
Merged
chore(dev): update dependency @bfra.me/eslint-config to v0.50.3#2015bfra-me[bot] merged 2 commits intomainfrom
bfra-me[bot] merged 2 commits intomainfrom
Conversation
ac7ad59 to
bcf40ca
Compare
686f578 to
c9db888
Compare
cb1d0bf to
0138ee7
Compare
Added 1 changeset file(s): .changeset/renovate-0138ee7.md
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.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release 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.