chore(deps): bump the production-dependencies group with 2 updates#113
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the production-dependencies group with 2 updates#113dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the production-dependencies group with 2 updates: [express](https://github.com/expressjs/express) and [redis](https://github.com/redis/node-redis). Updates `express` from 4.22.1 to 5.2.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v4.22.1...v5.2.1) Updates `redis` from 5.11.0 to 5.12.1 - [Release notes](https://github.com/redis/node-redis/releases) - [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/node-redis/compare/redis@5.11.0...redis@5.12.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: redis dependency-version: 5.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
salishforge
pushed a commit
that referenced
this pull request
Apr 23, 2026
Express 5 types req.query values as string | ParsedQs | (string | ParsedQs)[] | undefined instead of any. Replaces the ad-hoc "as string" casts with two small helpers — qstr() and qnum() — that narrow to the scalar shape each route expects and return undefined for anything else. This closes #112 and unblocks the Express 5 dependabot bump on #113. All 30+ query-param extraction sites in src/app.ts migrated; type narrowing now happens once at the extraction point rather than at each usage. Routes whose query params pass through Zod (cold-tier search) continue to rely on Zod to validate the union shape. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use |
salishforge
pushed a commit
that referenced
this pull request
Apr 23, 2026
Express 5 types req.params values as string | string[] (they can now be arrays when declared with repeated captures). Wraps the 19 req.params['x'] ?? '' sites with a pstr() helper that coerces anything non-string to the empty string — matching existing fallback behavior without losing type safety. Companion to 978fbfa (req.query narrowing). Together these close out the blocking compile errors on the Express 5 bump (#113/#114). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 2 updates: express and redis.
Updates
expressfrom 4.22.1 to 5.2.1Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
dbac7415.2.1697547cRevert "sec: security patch for CVE-2024-51999"4007ad1Release: 5.2.0 (#6920)2f64f68sec: security patch for CVE-2024-51999ed0ba3fbuild(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#6928)8eace46build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#6929)30bae81build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#6930)758d435deps: body-parser@^2.2.1 (#6922)77bcd52docs: update emeritus triagers (#6890)f33caf1Nominate to@efekrsklfor triage team (#6888)Updates
redisfrom 5.11.0 to 5.12.1Release notes
Sourced from redis's releases.
Commits
5cdad1bRelease redis@5.12.16a44726Release entraid@5.12.19f930f9Release time-series@5.12.1de70920Release search@5.12.19e7767cRelease json@5.12.102cfd5aRelease bloom@5.12.1838c28dRelease client@5.12.1789d6d5fix: decouple OTel public types from@opentelemetry/api(#3228)07aff33Release redis@5.12.0b91d88fRelease entraid@5.12.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions