Skip to content

chore(deps): bump express-rate-limit from 8.6.0 to 8.6.1 in the production-dependencies group across 1 directory - #168

Merged
salishforge merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-ccc9af997d
Jul 27, 2026
Merged

chore(deps): bump express-rate-limit from 8.6.0 to 8.6.1 in the production-dependencies group across 1 directory#168
salishforge merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-ccc9af997d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 1 update in the / directory: express-rate-limit.

Updates express-rate-limit from 8.6.0 to 8.6.1

Release notes

Sourced from express-rate-limit's releases.

v8.6.1

You can view the changelog here.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
salishforge added a commit that referenced this pull request Jul 27, 2026
* fix(build): declare the optional @huggingface/transformers module

`npm run build` is a plain `tsc`, but embedding.ts's only use of this
package is a dynamic import of an *optional* dependency. Environments
that install without optional deps — CI does so intermittently, since
the package pulls platform-specific native artifacts — fail resolution
and die with TS2307 on an unchanged source tree. That made Build a
coin-flip rather than a signal (it is what failed on #168).

The declaration is minimal by design: one factory, returning `unknown`,
because embedding.ts already defines its own FeatureExtractionPipeline
shape and casts to it. No upstream type is depended on, so shadowing
them when the package is present costs nothing.

Verified all three states: package present (passes), package absent
(passes), and package absent without this declaration (reproduces
TS2307 at embedding.ts:208).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011xCqQo49d3CEbn6oEvb3Ru

* ci(deps): stop dependabot proposing typescript past the lint peer ceiling

Every published @typescript-eslint release declares peer typescript
">=4.8.4 <6.1.0". A bump past that ceiling fails `npm ci` with ERESOLVE
before any job starts, so it reds out every open PR in the repo rather
than only its own — which is what happened for a day after #154 landed
typescript@^7.0.2, and is what open PR #169 is currently retrying.

Expressed as a version ceiling rather than
`update-types: version-update:semver-major`, because 6.1.0 is a *minor*
bump that would breach the same peer range and slip through a
major-only ignore.

CI already fails fast and loudly on this, so the rule is about not
burning CI minutes and reviewer attention on PRs that cannot pass —
not a substitute for the gate.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011xCqQo49d3CEbn6oEvb3Ru

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@salishforge

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps the production-dependencies group with 1 update in the / directory: [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit).


Updates `express-rate-limit` from 8.6.0 to 8.6.1
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.6.0...v8.6.1)

---
updated-dependencies:
- dependency-name: express-rate-limit
  dependency-version: 8.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump express-rate-limit from 8.6.0 to 8.6.1 in the production-dependencies group chore(deps): bump express-rate-limit from 8.6.0 to 8.6.1 in the production-dependencies group across 1 directory Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-ccc9af997d branch from e81e7a3 to 3836d9d Compare July 27, 2026 20:15
@salishforge
salishforge merged commit 3a82f20 into main Jul 27, 2026
12 checks passed
@salishforge
salishforge deleted the dependabot/npm_and_yarn/production-dependencies-ccc9af997d branch July 27, 2026 20:15
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