Skip to content

build(deps-dev): bump eslint-plugin-boundaries from 5.4.0 to 7.1.0 in /frontend - #8

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

build(deps-dev): bump eslint-plugin-boundaries from 5.4.0 to 7.1.0 in /frontend#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/eslint-plugin-boundaries-7.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps eslint-plugin-boundaries from 5.4.0 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 31, 2026
Bumps [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries) from 5.4.0 to 7.1.0.
- [Release notes](https://github.com/javierbrea/eslint-plugin-boundaries/releases)
- [Commits](javierbrea/eslint-plugin-boundaries@v5.4.0...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/frontend/eslint-plugin-boundaries-7.1.0 branch from 53114ff to ebd1983 Compare July 31, 2026 06:49
@senaa123 senaa123 closed this Jul 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/eslint-plugin-boundaries-7.1.0 branch July 31, 2026 07:35
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.

1 participant