Skip to content

chore(deps-dev): bump eslint-plugin-boundaries from 6.0.2 to 7.1.0 - #439

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 5, 2026 17:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2026
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

📊 Bilingual Coverage Impact

PR Changes

  • Paired EN/ES files modified: 0
  • New EN files needing ES translation: 0

Repository Coverage

Metric Value
Total EN files 527
Total ES files 501
Paired files 0
Coverage 0%

Good: All EN changes have ES counterparts.


Generated by GitHub Actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants