Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mswjs/msw issues and pull requests

#2190 - chore: update to [email protected]

Pull Request - State: open - Opened by KaiSpencer 4 days ago

#2189 - chore: updates vitest configuration to ESM

Pull Request - State: open - Opened by KaiSpencer 4 days ago

#2187 - feat: list "graphql" as an optional peer dependency

Pull Request - State: open - Opened by kettanaito 8 days ago

#2185 - List "graphql" as a peer dependency

Issue - State: open - Opened by alessbell 10 days ago - 3 comments
Labels: dependencies, feature, needs:discussion, api:graphql

#2184 - intercepted request won't abort on node 20 w/ [email protected]

Issue - State: open - Opened by gerbyzation 10 days ago
Labels: bug, scope:node, needs:triage

#2183 - chore(deps-dev): bump ws from 7.5.9 to 7.5.10

Pull Request - State: closed - Opened by dependabot[bot] 11 days ago - 1 comment
Labels: dependencies

#2181 - Cookie with path other than root not sent to handlers

Issue - State: open - Opened by ernestostifano 11 days ago
Labels: bug, scope:browser, needs:triage

#2180 - Native fetch is intercepted, but openapi-fetch call makes actual request

Issue - State: open - Opened by kellyrmilligan 12 days ago - 3 comments
Labels: bug, scope:node, needs:triage

#2179 - chore(deps-dev): bump braces from 3.0.2 to 3.0.3

Pull Request - State: closed - Opened by dependabot[bot] 12 days ago - 1 comment
Labels: dependencies

#2178 - FormData with file fails in with-jest

Issue - State: closed - Opened by joaopedrodcf 14 days ago - 2 comments
Labels: bug, wontfix, scope:node

#2177 - Axios fails to follow redirects from MSW mocked responses

Issue - State: open - Opened by a11rew 16 days ago - 2 comments
Labels: bug, scope:node, needs:triage

#2176 - Unclear how to throw an actual error

Issue - State: closed - Opened by theoephraim 17 days ago - 1 comment
Labels: feature

#2175 - fix: update `@mswjs/interceptors` to 0.30.0

Pull Request - State: closed - Opened by DanielleHuisman 22 days ago - 3 comments

#2172 - Always results in Network Error when using undici 6.x

Issue - State: open - Opened by SharmaTushar 25 days ago - 1 comment
Labels: bug, scope:node, needs:triage

#2170 - fix: optional path parameter matching

Pull Request - State: closed - Opened by KaiSpencer about 1 month ago

#2169 - fix: preserve trailing optional path parameters

Pull Request - State: closed - Opened by kettanaito about 1 month ago - 3 comments

#2168 - Optional path parameters do not match correctly

Issue - State: closed - Opened by GeorgeToka about 1 month ago - 4 comments
Labels: bug, help wanted, good first issue

#2167 - Make bad "Network behavior overrides" more obvious

Issue - State: closed - Opened by jgarplind about 1 month ago - 1 comment
Labels: feature

#2166 - request.formData() fails with vitest and file

Issue - State: open - Opened by haakonph about 1 month ago - 5 comments
Labels: bug, scope:node, needs:triage

#2165 - msw/node unable to intercept requests from fetch in undici

Issue - State: open - Opened by TheHolyWaffle about 1 month ago - 3 comments
Labels: bug, scope:node, needs:triage

#2164 - Issue when no response.url and request is undefined

Issue - State: open - Opened by averageokguy about 1 month ago

#2163 - Error: [MSW] Failed to locate the Service Worker registration.

Issue - State: open - Opened by radiantone about 1 month ago
Labels: bug, scope:browser, needs:triage

#2162 - Trying to pull body in POST mocks breaks mocking

Issue - State: open - Opened by reintroducing about 1 month ago - 3 comments
Labels: bug, scope:browser, needs:triage

#2161 - Include GraphQL operation name in the unhandled request warning

Issue - State: open - Opened by vldslv-a about 1 month ago - 3 comments
Labels: good first issue, feature

#2160 - Uncaught SyntaxError: Unexpected string (at msw.js?v=2dd0a77b:2057:51)

Issue - State: closed - Opened by radiantone about 1 month ago - 2 comments
Labels: bug, scope:browser, needs:triage

#2157 - Update 2.x removeAllListeners documentation

Issue - State: closed - Opened by rcuching about 1 month ago
Labels: feature

#2156 - Allow customization of network error

Issue - State: closed - Opened by Lesstat about 1 month ago - 1 comment
Labels: feature

#2153 - Allow opting out from automatic processing unhandled exceptions in handlers

Issue - State: closed - Opened by CarlosCortizasCT about 1 month ago - 4 comments
Labels: feature

#2152 - docs: fix readme badges underline

Pull Request - State: closed - Opened by dnicolson about 1 month ago - 5 comments

#2150 - Update Documentation to Include undici Compatibility Issues and Solutions

Issue - State: closed - Opened by KieraDOG about 2 months ago - 1 comment
Labels: feature

#2149 - docs(CONTRIBUTING): update test name and pnpm install link

Pull Request - State: closed - Opened by vic-fb about 2 months ago - 2 comments

#2146 - 'Cannot read properties of undefined (reading 'url')' when multiple browser tabs are open

Issue - State: open - Opened by vik-buchinski about 2 months ago - 4 comments
Labels: bug, scope:browser, needs:triage

#2145 - test: add .use() replacement regression tests

Pull Request - State: closed - Opened by kettanaito about 2 months ago - 1 comment

#2144 - fix(Disposable): make the ".dispose()" method synchronous

Pull Request - State: closed - Opened by kettanaito about 2 months ago - 1 comment

#2143 - fix: prevent error when request not present

Pull Request - State: closed - Opened by Codermar about 2 months ago - 2 comments

#2142 - Missing `await` in the getting started example section for fetch call

Issue - State: closed - Opened by johnsonsamuel about 2 months ago - 4 comments
Labels: bug, scope:node, needs:triage

#2140 - feat: add HttpResponse.html()

Pull Request - State: open - Opened by scruffymongrel 2 months ago - 6 comments
Labels: release candidate

#2136 - How do I implement MSW in a NextJS backend?

Issue - State: closed - Opened by moonman239 2 months ago

#2135 - feat: treat unhandled exceptions in handlers as 500 error responses

Pull Request - State: closed - Opened by kettanaito 2 months ago - 4 comments

#2134 - fix: give `node` export condition higher priority

Pull Request - State: closed - Opened by phryneas 2 months ago - 1 comment

#2133 - fix: purge persisted clients on page reload

Pull Request - State: closed - Opened by kettanaito 2 months ago

#2132 - test: add type test for HttpResponse.error

Pull Request - State: open - Opened by jacquesg 3 months ago - 3 comments
Labels: help wanted, scope:typescript

#2130 - Unable to use HttpResponse.error() with TypeScript

Issue - State: open - Opened by jacquesg 3 months ago - 3 comments
Labels: bug, scope:node, scope:typescript, api:graphql, needs:triage

#2128 - fix: preserve search params in "onUnhandledRequest" messages

Pull Request - State: closed - Opened by nagadevkrishna 3 months ago - 4 comments
Labels: release candidate

#2126 - The cookies object recevied in the handlers varies depending on the placement of the handler within the `setupServer` function.

Issue - State: open - Opened by NZepeda 3 months ago - 5 comments
Labels: bug, scope:node, needs:triage

#2125 - Preserve the original request URL in "onUnhandledRequest" warnings

Issue - State: closed - Opened by kettanaito 3 months ago - 3 comments
Labels: bug, good first issue, scope:node, scope:browser

#2124 - chore(deps-dev): bump undici from 5.28.3 to 5.28.4

Pull Request - State: closed - Opened by dependabot[bot] 3 months ago - 1 comment
Labels: dependencies

#2123 - "TypeError: response.body.getReader is not a function" for HTTPResponse of JSON type

Issue - State: closed - Opened by schok-d 3 months ago - 5 comments
Labels: bug, scope:node, needs:triage

#2122 - chore: update to [email protected]

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment
Labels: chore

#2121 - Issue with response resolver types after recent upgrade

Issue - State: open - Opened by joeldotsh 3 months ago - 2 comments
Labels: bug, scope:typescript

#2121 - Issue with response resolver types after recent upgrade

Issue - State: open - Opened by joeldotsh 3 months ago
Labels: bug, scope:typescript

#2120 - disable prettier as well

Issue - State: closed - Opened by scr2em 3 months ago - 1 comment
Labels: feature

#2120 - disable prettier as well

Issue - State: closed - Opened by scr2em 3 months ago - 1 comment
Labels: feature

#2119 - The currently registered Service Worker has been generated by a different version of MSW (undefined)

Issue - State: open - Opened by kettanaito 3 months ago - 1 comment
Labels: bug, scope:browser, needs:triage

#2117 - First-class Server-Sent Events (SSE) API

Issue - State: open - Opened by kettanaito 3 months ago
Labels: feature

#2115 - Chrome unregisters MSW after 5 mins of inactivity / idle

Issue - State: open - Opened by jkinger 3 months ago - 13 comments
Labels: bug, help wanted, scope:browser, needs:triage

#2114 - When running Cypress tests in Electron, MSW activation occurs after test completion, causing tests to fail

Issue - State: open - Opened by jolientb 3 months ago
Labels: bug, scope:browser, needs:triage

#2114 - When running Cypress tests in Electron, MSW activation occurs after test completion, causing tests to fail

Issue - State: open - Opened by jolientb 3 months ago
Labels: bug, scope:browser, needs:triage

#2113 - fix: use `createRequestId()` instead of `crypto.randomUUID()`

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment

#2112 - feat(ws): add logging to WebSocket connections

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment

#2111 - `TypeError: crypto.randomUUID is not a function` with msw 2.2.12

Issue - State: closed - Opened by maxime-bc 3 months ago - 3 comments
Labels: bug, scope:browser

#2110 - fix: do not mutate user-defined "X-Request-Id" request header

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment

#2108 - fix: support async generators as response resolvers

Pull Request - State: open - Opened by kettanaito 3 months ago

#2108 - fix: support async generators as response resolvers

Pull Request - State: open - Opened by kettanaito 3 months ago

#2107 - fix: accept a narrower response body type by default

Pull Request - State: closed - Opened by kettanaito 3 months ago - 2 comments
Labels: release candidate, scope:typescript, DX

#2106 - Error: No known conditions for "./browser" specifier in "msw" package

Issue - State: closed - Opened by Ankur-Marwaha 3 months ago - 6 comments
Labels: bug, scope:browser, needs:triage

#2105 - Narrowing the response body type in `HttpResponse.json`

Issue - State: closed - Opened by Hajime-san 3 months ago - 16 comments
Labels: feature, scope:typescript, DX

#2103 - docs: add vital to bronze sponsors

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment

#2102 - fix: feature "new URL()" in the redundant query params warning

Pull Request - State: closed - Opened by psjostrom 3 months ago - 3 comments

#2101 - fix: properly infer parameter and return types in `server.boundary()`

Pull Request - State: closed - Opened by Andarist 3 months ago - 1 comment

#2100 - fix(setupServer): infer function args and return in ".boundary()"

Pull Request - State: closed - Opened by kettanaito 3 months ago - 2 comments

#2099 - fix(setupWorker): remove left-over console.log()

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment

#2098 - quiet: true should supress RESPONSE LISTENER logs

Issue - State: closed - Opened by pot-code 3 months ago - 4 comments
Labels: feature

#2097 - drop CommonJS support

Issue - State: closed - Opened by Hajime-san 3 months ago - 2 comments
Labels: feature

#2095 - fix: resolve "~/core" import for .d.mts modules

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment

#2094 - fix(setupWorker): emit the correct life-cycle events for bypassed requests

Pull Request - State: closed - Opened by kettanaito 3 months ago - 5 comments

#2093 - fix(bypass): support modifying the bypassed request

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment

#2092 - Unable to use msw/node for testing solid-js due to `resolve.conditions` set to `browser`

Issue - State: closed - Opened by nknapp 3 months ago - 5 comments
Labels: bug, scope:node, needs:triage

#2091 - fix: improve the worker integrity warning

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment

#2090 - fix: make worker integrity mismatch a warning

Pull Request - State: closed - Opened by kettanaito 3 months ago - 1 comment

#2089 - "InvalidStateError: The object is in invalid state" when mocking rest api

Issue - State: closed - Opened by Lespoir 3 months ago - 2 comments
Labels: bug, scope:node, needs:triage

#2088 - fix: resolve "@inquirer/confim" default export

Pull Request - State: closed - Opened by kettanaito 4 months ago - 1 comment

#2087 - chore: update "@ossjs/release" to 0.8.1

Pull Request - State: closed - Opened by kettanaito 4 months ago - 1 comment

#2086 - fix: remove upper version range for "typescript"

Pull Request - State: closed - Opened by kettanaito 4 months ago - 3 comments

#2085 - Mocked data getting empty string

Issue - State: closed - Opened by vishal-vc 4 months ago - 8 comments
Labels: bug, scope:node, needs:triage

#2084 - chore: update ts eslint versions

Pull Request - State: closed - Opened by mattcosta7 4 months ago - 1 comment

#2083 - Cannot read properties of undefined (reading 'url')

Issue - State: closed - Opened by kmiwa-clari 4 months ago - 5 comments
Labels: bug, scope:browser, needs:triage

#2082 - TypeError: Right-hand side of 'instanceof' is not an object

Issue - State: open - Opened by BrunoQuaresma 4 months ago - 3 comments
Labels: bug, scope:node, needs:triage

#2082 - TypeError: Right-hand side of 'instanceof' is not an object

Issue - State: closed - Opened by BrunoQuaresma 4 months ago - 7 comments
Labels: bug, scope:node, needs:triage

#2078 - Request with FormData body makes Jest hang forever

Issue - State: closed - Opened by louislebrault 4 months ago - 6 comments
Labels: bug, scope:node, needs:triage