Skip to content

chore(deps-dev): Bump eslint-plugin-boundaries from 6.0.2 to 7.1.0 in /web - #85

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/eslint-plugin-boundaries-7.1.0
Open

chore(deps-dev): Bump eslint-plugin-boundaries from 6.0.2 to 7.1.0 in /web#85
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/eslint-plugin-boundaries-7.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown

Bumps eslint-plugin-boundaries from 6.0.2 to 7.1.0.

Release notes

Sourced from eslint-plugin-boundaries's releases.

Descriptors accumulation options

eslint-plugin v7.1.0

Added

  • feat(#466): Add per-descriptor stopMatching and exclusive options, available on both boundaries/elements and boundaries/files descriptors. When a stopMatching descriptor matches, previously accumulated types/categories at that path level are kept and no further descriptors are evaluated for that level. exclusive additionally discards any previously accumulated matches at that level, keeping only its own match, and takes precedence over stopMatching when both are set on the same descriptor. Both options apply independently at each path level, so for elements they affect parent elements the same way they affect the main element.
  • feat(#466): Add boundaries/files-single-match setting. When true, only the first matching boundaries/files descriptor's category is used and matching stops; default false preserves the current accumulation behavior.
  • feat(#466): Add boundaries/elements-single-match setting, sharing vocabulary with the new boundaries/files-single-match. It is the canonical replacement for boundaries/elements-single-type and takes precedence over it when both are set.

Changed

  • refactor(#466): boundaries/elements-single-type is now deprecated in favor of boundaries/elements-single-match. It is kept as a backward-compatible alias, with a deprecation warning, and no behavior change.

Fixed

  • docs: Fix build badge URL in README

elements v3.1.0

Added

  • feat(#466): Add per-descriptor stopMatching and exclusive options, available on both element and file descriptors. When a stopMatching descriptor matches, previously accumulated types/categories at that path level are kept and no further descriptors are evaluated for that level. exclusive additionally discards any previously accumulated matches at that level, keeping only its own match, and takes precedence over stopMatching when both are set on the same descriptor. Both options apply independently at each path level, so they affect parent elements the same way they affect the main element.
  • feat(#466): Add filesSingleMatch option to DescriptorsConfig. When true, only the first matching file descriptor's category is used and matching stops; default false preserves the current accumulation behavior.
  • feat(#466): Add elementsSingleMatch option to DescriptorsConfig, sharing vocabulary with the new filesSingleMatch. It is the canonical replacement for elementsSingleType and takes precedence over it when both are set.

Changed

  • refactor(#466): elementsSingleType is now deprecated in favor of elementsSingleMatch. It is kept as a backward-compatible alias with no behavior change.

Fixed

  • docs: Fix build badge URL in README

website v7.1.0

Added

  • docs(#467): Document boundaries/files-single-match, boundaries/elements-single-match (canonical replacement for the deprecated boundaries/elements-single-type), and the per-descriptor stopMatching/exclusive options on file and element descriptors, in the Settings reference and the Files/Elements classification pages.
  • docs(#431): Add Oxlint integration guide to the documentation, showing how to use the plugin with Oxlint instead of ESLint.

examples/oxlint-integration v1.0.0

Added

  • docs(#431): Add Oxlint integration working example

Fix checkAllOrigins:true in dependencies rule

eslint-plugin v7.0.2

Fixed

... (truncated)

Commits
  • 9484b4d Release v7.1.0 (#437)
  • 2e746cc chore: Release 7.1.0 (#472)
  • 8f3f906 docs: Improve documentation and fix badges (#471)
  • 62a6487 docs(#431): Add Oxlint integration guide and example
  • dc8d371 chore: Add create-pr-skill (#469)
  • 21b2e79 feat(#466): Support disabling category accumulation at file descriptors
  • b1bbfca Add TypeScript example to the monorepo (#465)
  • 3ae98ee Merge branch 'master' into release
  • 400ef4c docs: Add change to website changelog
  • d3877b9 feat(#440): Add TypeScript example to the monorepo. Add examples/typescript w...
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the frontend label Jul 27, 2026
Bumps [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries) from 6.0.2 to 7.1.0.
- [Release notes](https://github.com/javierbrea/eslint-plugin-boundaries/releases)
- [Commits](javierbrea/eslint-plugin-boundaries@v6.0.2...v7.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-boundaries
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/eslint-plugin-boundaries-7.1.0 branch from 482c0f9 to 666288a Compare August 8, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants