Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump msw from 0.49.3 to 1.2.1 in /website (#2888)
Bumps [msw](https://github.com/mswjs/msw) from 0.49.3 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mswjs/msw/releases">msw's releases</a>.</em></p> <blockquote> <h2>v1.2.1 (2023-03-24)</h2> <h3>Bug Fixes</h3> <ul> <li>update dependencies to support ESM (<a href="https://redirect.github.com/mswjs/msw/issues/1575">#1575</a>) (e7a60081526bd6f00ac17a62c424abf59976555b) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> <li>update "headers-polyfill" to 3.1.2 to fix the ESM issue (<a href="https://redirect.github.com/mswjs/msw/issues/1571">#1571</a>) (4f44f115e28d35ff137c7ccf886c0029399b5d30) <a href="https://github.com/cstenglein"><code>@cstenglein</code></a></li> </ul> <h2>v1.2.0 (2023-03-22)</h2> <h3>Features</h3> <ul> <li>add <code>operationName</code> to GraphQL request (<a href="https://redirect.github.com/mswjs/msw/issues/1568">#1568</a>) (115b435aef089a3c4fe9a618d5756c9cb944fe13) <a href="https://github.com/ligaz"><code>@ligaz</code></a> <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h2>v1.1.1 (2023-03-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typescript:</strong> support typescript 5.0 (<a href="https://redirect.github.com/mswjs/msw/issues/1566">#1566</a>) (c0616d1473d168018ad8bba7194f8654a6ed153a) <a href="https://github.com/mattcosta7"><code>@mattcosta7</code></a></li> </ul> <h2>v1.1.0 (2023-02-24)</h2> <h3>Features</h3> <ul> <li>support global fetch in Node.js (<a href="https://redirect.github.com/mswjs/msw/issues/1543">#1543</a>) (049f21df0e7c1b9811e083e83b7534cf0a06021a) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>return types of "setupWorker" and "setupServer" API (<a href="https://redirect.github.com/mswjs/msw/issues/1540">#1540</a>) (78d18344388d5e17cb71ae67f5d250ce139baf59) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h2>v1.0.1 (2023-02-10)</h2> <h3>Bug Fixes</h3> <ul> <li>add "package.json" subpath export (<a href="https://redirect.github.com/mswjs/msw/issues/1530">#1530</a>) (12a581f480e3a2f9bdcda7874f98114c148c9d85) <a href="https://github.com/iceu-bb"><code>@iceu-bb</code></a> <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h2>v1.0.0 (2023-01-25)</h2> <h3>⚠️ BREAKING CHANGES</h3> <ul> <li>rename "SetupWorkerApi"/"SetupServerApi" types to "SetupWorker"/"SetupServer" (<a href="https://redirect.github.com/mswjs/msw/issues/1478">#1478</a>) (4fde47ef00bbddc6fdea2b6bdb8ac77b1d398c33) <a href="https://github.com/gduliscouet-ubitransport"><code>@gduliscouet-ubitransport</code></a> <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h3>Features</h3> <ul> <li>throw and suggest a URL polyfill for React Native (<a href="https://redirect.github.com/mswjs/msw/issues/1520">#1520</a>) (b4ac82921d13bd539f1d53ec9c6345c91dc6637b) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mswjs/msw/commit/156e80bd39dde08fcf0cb9e7c93221798fe8e3c9"><code>156e80b</code></a> chore(release): v1.2.1</li> <li><a href="https://github.com/mswjs/msw/commit/e7a60081526bd6f00ac17a62c424abf59976555b"><code>e7a6008</code></a> fix: update dependencies to support ESM (<a href="https://redirect.github.com/mswjs/msw/issues/1575">#1575</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/4f44f115e28d35ff137c7ccf886c0029399b5d30"><code>4f44f11</code></a> fix: update "headers-polyfill" to 3.1.2 to fix the ESM issue (<a href="https://redirect.github.com/mswjs/msw/issues/1571">#1571</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/4c68be1b593ad8c534b27185ad56e587d0f3e89b"><code>4c68be1</code></a> chore(release): v1.2.0</li> <li><a href="https://github.com/mswjs/msw/commit/115b435aef089a3c4fe9a618d5756c9cb944fe13"><code>115b435</code></a> feat: add <code>operationName</code> to GraphQL request (<a href="https://redirect.github.com/mswjs/msw/issues/1568">#1568</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/c5fbed35e101babed0fb0c3d3f846c2473d011dc"><code>c5fbed3</code></a> chore(release): v1.1.1</li> <li><a href="https://github.com/mswjs/msw/commit/c0616d1473d168018ad8bba7194f8654a6ed153a"><code>c0616d1</code></a> fix(typescript): support typescript 5.0 (<a href="https://redirect.github.com/mswjs/msw/issues/1566">#1566</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/12011d7db38766df9239800437966ad63b642d17"><code>12011d7</code></a> chore(release): v1.1.0</li> <li><a href="https://github.com/mswjs/msw/commit/e7bd461e376789f284148306fc60dece4777ff2f"><code>e7bd461</code></a> chore: set explicit registry url (<a href="https://redirect.github.com/mswjs/msw/issues/1554">#1554</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/710f7ec5428d4e041467da2123e203a847f34395"><code>710f7ec</code></a> chore: use NODE_AUTH_TOKEN with pnpm vs NPM_AUTH_TOKEN (<a href="https://redirect.github.com/mswjs/msw/issues/1553">#1553</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mswjs/msw/compare/v0.49.3...v1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=msw&package-manager=npm_and_yarn&previous-version=0.49.3&new-version=1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Stanley <[email protected]>
- Loading branch information