RSSHub/lib
dependabot[bot] df6b73d866
chore(deps-dev): bump msw from 2.4.3 to 2.12.14 (#21483)
* chore(deps-dev): bump msw from 2.4.3 to 2.12.14

Bumps [msw](https://github.com/mswjs/msw) from 2.4.3 to 2.12.14.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.4.3...v2.12.14)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.12.14
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore: remove supertest

MSW's setupServer() works by patching Node's http module (via @mswjs/interceptors) to intercept outgoing requests. supertest's requests to http://127.0.0.1:1200 go through the same patched http module which causes server bad request

* chore(patch): add patch for @mswjs/interceptors@0.41.3

* fix(server): update server listen options to bypass unhandled requests

* chore: update patch for @mswjs/interceptors

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2026-03-25 02:31:42 +08:00
..
api feat(api): add cache probing (#21300) 2026-03-05 02:36:53 +08:00
assets
errors chore(deps-dev): bump msw from 2.4.3 to 2.12.14 (#21483) 2026-03-25 02:31:42 +08:00
middleware style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
routes fix(route/landiannews): sanitize rendered titles (#21461) 2026-03-24 21:39:50 +08:00
routes-deprecated fix: quanta magazine (#21031) 2026-02-03 02:13:39 +08:00
shims style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
utils chore(deps-dev): bump msw from 2.4.3 to 2.12.14 (#21483) 2026-03-25 02:31:42 +08:00
views feat: add promotion 2026-03-17 15:59:10 +08:00
app-bootstrap.test.tsx
app-bootstrap.tsx
app.test.ts
app.ts
app.worker.tsx chore: replace postlight/parser with jocmp/mercury-parser (#21152) 2026-02-15 01:27:25 +08:00
config.remote-error.test.ts
config.test.ts
config.ts fix(route/theinitium): rewrite for Ghost CMS after site migration (#21071) 2026-03-09 04:13:25 +08:00
container.ts feat: add Cloudflare Containers deployment support (#20932) 2026-01-20 15:29:13 +08:00
entrypoints.test.ts
index.test.ts
index.ts
pkg.test.ts
pkg.ts
registry.dynamic.test.ts feat: esm directory import (#21428) 2026-03-18 15:15:28 +08:00
registry.test.ts
registry.ts feat: esm directory import (#21428) 2026-03-18 15:15:28 +08:00
route-paths.d.ts
router.js fix(route/javbus): remove avgle api usage (#20861) 2026-01-13 00:38:10 +08:00
routes.test.ts
server.ts
setup.test.ts chore(deps-dev): bump msw from 2.4.3 to 2.12.14 (#21483) 2026-03-25 02:31:42 +08:00
types.ts
worker.ts
worker.worker.test.ts