Skip to content

Commit

Permalink
chore(deps): bump express from 4.18.1 to 4.19.2 in /packages/rspack-d…
Browse files Browse the repository at this point in the history
…ev-server (#6316)

* chore(deps): bump express in /packages/rspack-dev-server

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.1...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update lockfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: xc2 <xc2@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and xc2 authored Apr 23, 2024
1 parent 6f80f58 commit 000f3b3
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/rspack-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"chokidar": "3.5.3",
"connect-history-api-fallback": "2.0.0",
"express": "4.18.1",
"express": "4.19.2",
"http-proxy-middleware": "2.0.6",
"mime-types": "2.1.35",
"webpack-dev-middleware": "6.0.2",
Expand Down
85 changes: 83 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 000f3b3

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs, self-hosted, Linux, ci ❌ failure
_selftest, ubuntu-latest ✅ success
nx, ubuntu-latest ✅ success
rspress, ubuntu-latest ✅ success
rsbuild, ubuntu-latest ✅ success
compat, ubuntu-latest ✅ success
examples, ubuntu-latest ✅ success

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-04-23 81c41c8) Current Change
10000_development-mode + exec 2.69 s ± 45 ms 2.69 s ± 22 ms -0.12 %
10000_development-mode_hmr + exec 682 ms ± 2.6 ms 686 ms ± 6.8 ms +0.62 %
10000_production-mode + exec 2.5 s ± 29 ms 2.52 s ± 34 ms +0.54 %
arco-pro_development-mode + exec 2.51 s ± 77 ms 2.48 s ± 40 ms -1.20 %
arco-pro_development-mode_hmr + exec 430 ms ± 2 ms 431 ms ± 1.2 ms +0.21 %
arco-pro_development-mode_hmr_intercept-plugin + exec 441 ms ± 4.3 ms 441 ms ± 4.3 ms +0.02 %
arco-pro_development-mode_intercept-plugin + exec 3.21 s ± 65 ms 3.26 s ± 124 ms +1.62 %
arco-pro_production-mode + exec 3.95 s ± 87 ms 3.99 s ± 107 ms +0.98 %
arco-pro_production-mode_intercept-plugin + exec 4.69 s ± 55 ms 4.77 s ± 92 ms +1.69 %
threejs_development-mode_10x + exec 2.06 s ± 20 ms 2.06 s ± 23 ms -0.21 %
threejs_development-mode_10x_hmr + exec 748 ms ± 8.2 ms 749 ms ± 11 ms +0.21 %
threejs_production-mode_10x + exec 5.15 s ± 49 ms 5.18 s ± 38 ms +0.56 %

Please sign in to comment.