Paul-Ladyman / dnd-battle-tracker

D&D Battle Tracker is a combat management tool for Dungeons & Dragons 5th Edition.
https://dndbattletracker.com/
MIT License
20 stars 8 forks source link

Bump msw from 1.2.3 to 2.0.9 #599

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps msw from 1.2.3 to 2.0.9.

Release notes

Sourced from msw's releases.

v2.0.9 (2023-11-24)

Bug Fixes

v2.0.8 (2023-11-17)

Bug Fixes

  • graphql: allow null for "data" and "errors" response property types (#1867) (a7ffd32981fcda8acb70af28502ae7e98d16b353) @​kettanaito

v2.0.7 (2023-11-16)

Bug Fixes

v2.0.6 (2023-11-13)

Bug Fixes

  • GraphQL: expose request cookies in "cookies" argument (#1853) (463b74faaf445a4f751f8a25c67a8f98627f27f5) @​kettanaito
  • correct docs link for anonymous GraphQL operations (#1850) (e62827860e3b6ef291ada81d96025af2755e2505) @​okkimus @​kettanaito

v2.0.5 (2023-11-10)

Bug Fixes

  • xhr: support environments without location (React Native) (#1849) (f6601d995a3ddf0f2b5763a87a04ec132b649ed1) @​kettanaito

v2.0.4 (2023-11-08)

Bug Fixes

  • safely access "request.credentials" in cloudflare (#1845) (bd0cec7a2163ab47301608c1712c55f1cf04327a) @​kettanaito @​mattcosta7
  • safely access "Response.type" in cloudflare (#1846) (ccd709614129739dea3bcb767c1f9e3809ae1d2b) @​kettanaito @​mattcosta7
  • allow setting "timeout" on XMLHttpRequest (#1844) (62964292728398344beda0ffc16e4ca388ba0245) @​kettanaito
  • update @​mswjs/interceptors to 0.25.8 (#1842) (629a3cf8248d7d9e21f524210d7282cab44f35ab) @​kettanaito
  • allow overriding "Content-Type" in HttpResponse static methods (#1839) (a037e3a3f4f4d4cc712d2b3867b3410e4bcfaad6) @​kettanaito
  • narrow body type for HttpResponse.json() to be serializable json (#1838) (2af274c154d2e0b696188c10ba1f0271e900c40a) @​kettanaito
  • remove "formdata-node" dependency (#1837) (d49d48e9ca6467aeea16f4c3345789626a0396f2) @​kettanaito

v2.0.3 (2023-11-04)

Bug Fixes

... (truncated)

Commits
  • 2ab2f23 chore(release): v2.0.9
  • 565e802 fix: skip parsing GraphQL requests if the request url doesn't match (#1871)
  • ce73dfe fix: throw on invalid request handlers value in ".use()" (#1876)
  • f188d77 fix: resolve segfault issue caused by "node:events" import (#1885)
  • e078e91 chore: remove ts-ignores. force ts-expect-error (#1883)
  • 657edd8 chore(release): v2.0.8
  • a7ffd32 fix(graphql): allow null for "data" and "errors" response property types (#1867)
  • 28efd32 chore: remove "node-fetch" (#1864)
  • 276157a chore(release): v2.0.7
  • 54df656 test(cookies): use global fetch vs "node-fetch" (#1862)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 6 months ago

Superseded by #604.