chore(deps): bump express and @types/express - #198
Conversation
49c2a8e to
95ccc20
Compare
|
Checked this against current main. It is not a dependency bump, it is an Express 5 Installed 1. req.query = query.parse(req.query) as typeof req.query;Under Express 5 that throws for every route carrying a 2. The console wildcard no longer parses. path-to-regexp v8 requires a named
3. 26 type errors, from The PR also conflicts on None of this shows up in the PR's own checks because the failing paths are either Leaving this open rather than merging. It wants its own issue and a deliberate |
Bumps [express](https://github.com/expressjs/express) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). These dependencies needed to be updated together. Updates `express` from 4.22.2 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.2...v5.2.1) Updates `@types/express` from 4.17.25 to 5.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@types/express" dependency-version: 5.0.6 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
95ccc20 to
2c0bd70
Compare
|
Looks like these dependencies are up-to-date now, so this is no longer needed. |
|
Superseded by #232, merged as 1dca9f7. Same target versions (express 5.2.1, @types/express 5.0.6), plus the four code changes Express 5 actually required: the req.query getter breaking query schema validation, the query parser default moving from extended to simple, req.body arriving undefined when absent, and path-to-regexp v8 rejecting the bare wildcard in the SPA fallback route. main is already on those versions, so there is nothing left here to merge. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps express and @types/express. These dependencies needed to be updated together.
Updates
expressfrom 4.22.2 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
@types/expressfrom 4.17.25 to 5.0.6Commits