Skip to content

chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.2.5#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/go-chi/chi/v5-5.2.5
Open

chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.2.5#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/go-chi/chi/v5-5.2.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 22, 2026

Bumps github.com/go-chi/chi/v5 from 5.0.12 to 5.2.5.

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.2.5

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.2.3...v5.2.5

v5.2.3

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.2.2...v5.2.3

v5.2.2

What's Changed

... (truncated)

Changelog

Sourced from github.com/go-chi/chi/v5's changelog.

Changelog

Commits
  • 05f1ef7 fix(middleware): add missing return in RouteHeaders empty check (#1045)
  • 6eb3588 middleware: harden RedirectSlashes handler (#1044)
  • de0d16e Update comment about min Go version (#1023)
  • 9fb4a15 update reverseMethodMap in RegisterMethod (#1022)
  • 51c977c Refactor to use atomic type (#1019)
  • 563ab11 Refactor graceful shutdown example (#994)
  • a52c582 Bump minimum Go and use new features (#1017)
  • 9b9fb55 Replace methodTypString func with reverseMethodMap (#1018)
  • 0265fcd refactor: iterative wildcard collapsing and add test for consecutive wildcard...
  • cf537d4 Optimize throttle middleware by avoiding unnecessary timer creation (#1011)
  • 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
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 22, 2026

Labels

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

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

@dependabot dependabot Bot changed the title chore(deps): Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.2.5 chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.2.5 Apr 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/go-chi/chi/v5-5.2.5 branch from afb8485 to 636a255 Compare April 2, 2026 14:53
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.12 to 5.2.5.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.0.12...v5.2.5)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/go-chi/chi/v5-5.2.5 branch from 636a255 to f8b2ef3 Compare April 15, 2026 06:48
atulmgupta added a commit that referenced this pull request May 28, 2026
Extends web/eslint.config.js with bounded-context element descriptors
covering all 7 frontend hot-spots (per ADR-011 §3):
- src/features/dashboard/widgets/*/**  (capture: domain)
- src/lib/*/**                         (capture: purpose)
- src/api/hooks/*/**                   (capture: domain)
- src/hooks/*/**                       (capture: purpose)
- src/components/ai/*/**               (capture: feature)
- src/components/feedback/*/**         (capture: kind)
- src/components/data-display/*/**     (capture: kind)

Patterns rooted at 'src/...' NOT 'web/src/...' per rubber-duck #13
(ESLint cwd is web/, so web/src/... would classify nothing and mask
R0.5 / R8-R12 progress signals). Capture groups expose the bounded-
context name so R13 can express rules like 'feature widget can only
import from its own domain entities + shared'.

REPORT-MODE TODAY: rules stay at default: 'allow' so the descriptors
are CLASSIFICATORY only - they show the intended shape in lint
output without ever failing the gate. R13 flips default to 'disallow'
with explicit FSD allow lists + boundaries/no-private at error for
components/* categories only (lib/ and hooks/ keep direct subpath
imports per rubber-duck #14 to preserve tree-shaking).

Ordering: most-specific planned-subpkg patterns FIRST so files
already in a subdir win over the catch-all flat-layer patterns
(pages/features/components/hooks/lib/api). Files still at the flat
parent (today's reality) fall through to the existing layer type.

Verified: npm run lint -> exit 0; full 24-audit chain still green.

Refs: docs/architecture/repo-reorganization-plan.md §16.7.1 (R0
deliverables), rubber-duck #13 (pattern rooting), #14 (barrel-only
scope).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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