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 intoJul 27, 2026
Conversation
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>
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
Bot
force-pushed
the
dependabot/npm_and_yarn/production-dependencies-ccc9af997d
branch
from
July 27, 2026 20:15
e81e7a3 to
3836d9d
Compare
salishforge
deleted the
dependabot/npm_and_yarn/production-dependencies-ccc9af997d
branch
July 27, 2026 20:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 1 update in the / directory: express-rate-limit.
Updates
express-rate-limitfrom 8.6.0 to 8.6.1Release notes
Sourced from express-rate-limit's releases.
Commits
c7fced58.6.1b21110echore: deprecate millisecond-based time constants (#662)fad3d85chore(deps-dev): bump the development-dependencies group with 4 updates (#660)