build(deps-dev): bump eslint-plugin-boundaries from 6.0.2 to 7.0.2#271
Merged
mindsers merged 2 commits intoJul 21, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-plugin-boundaries-7.0.2
branch
from
July 20, 2026 07:38
201369e to
23e43c5
Compare
Bumps [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries) from 6.0.2 to 7.0.2. - [Release notes](https://github.com/javierbrea/eslint-plugin-boundaries/releases) - [Commits](javierbrea/eslint-plugin-boundaries@v6.0.2...v7.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-boundaries dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
eslint-plugin-boundaries v7 changed how the flat `path` element
selector resolves, so the `index.{ts,tsx}`/`index.server.{ts,tsx}`
barrel-allow rules stopped matching and every cross-feature barrel
import (73 files) started failing `test:boundaries`.
Migrate to the v7 entity model:
- `rules` -> `policies`
- flat element selectors -> `{ element: { ... } }` entity selectors
- barrel path allows -> `file: { path }` sub-selector
- set `boundaries/legacy-warnings: false` (migration complete)
Semantics preserved: cross-feature value imports denied, same-feature
deep imports and type-only imports allowed, barrels + dashboard
aggregator allowed.
mindsers
force-pushed
the
dependabot/npm_and_yarn/eslint-plugin-boundaries-7.0.2
branch
from
July 21, 2026 06:06
23e43c5 to
03126fe
Compare
mindsers
deleted the
dependabot/npm_and_yarn/eslint-plugin-boundaries-7.0.2
branch
July 21, 2026 06:16
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.
Bumps eslint-plugin-boundaries from 6.0.2 to 7.0.2.
Release notes
Sourced from eslint-plugin-boundaries's releases.
... (truncated)
Commits
d46b0dcMerge pull request #462 from javierbrea/releasec2ce745Merge branch 'master' into release7c8aee0fix(#460): boundaries/dependencies no longer skips external/core dependencies...41b5cf6Merge pull request #459 from javierbrea/release73661f6fix(#457): Fix files capture (#458)c8fcbd1Merge pull request #456 from javierbrea/release0a7496dMerge branch 'master' into release6035b09chore: Upgrade sonar project versions6e1a59dfeat: Release v7.0.0 (#455)c873f3eRelease v7.0.0-beta.2 (#454)