chore: update dependencies to latest versions#40
Conversation
There was a problem hiding this comment.
Pull request overview
Updates project dependencies to newer releases and adjusts middleware range/etag tests to be less brittle with varying bundle sizes/content lengths.
Changes:
- Bumped multiple devDependencies (Rspack/RSBuild tooling, servers, linters/formatters, test libs) and refreshed
pnpm-lock.yaml. - Updated range request tests to compute expected
Content-Range/Content-Lengthdynamically. - Tweaked an ETag + range-related assertion to derive the expected range length from the
Content-Rangeheader.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
test/middleware.test.js |
Makes range/etag tests more dynamic, but introduces some byte-vs-string assertion mismatches. |
package.json |
Updates dependency versions (notably cspell and build tooling) which may raise Node runtime requirements. |
pnpm-lock.yaml |
Lockfile refresh reflecting the updated dependency graph and engine constraints. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b7b232ee95
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
update all dependencies to latest versions.