mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore(deps): update dependency msw to v2.2.9 (#6708)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://togithub.com/mswjs/msw)) | [`2.2.3` -> `2.2.9`](https://renovatebot.com/diffs/npm/msw/2.2.3/2.2.9) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.2.9`](https://togithub.com/mswjs/msw/releases/tag/v2.2.9) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.8...v2.2.9) #### v2.2.9 (2024-03-20) ##### Bug Fixes - properly infer parameter and return types in `server.boundary()` ([#​2101](https://togithub.com/mswjs/msw/issues/2101)) ([`1370736`](1370736580)) [@​Andarist](https://togithub.com/Andarist) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.2.8`](https://togithub.com/mswjs/msw/releases/tag/v2.2.8) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.7...v2.2.8) ##### v2.2.8 (2024-03-19) ##### Bug Fixes - **setupWorker:** remove left-over console.log() ([#​2099](https://togithub.com/mswjs/msw/issues/2099)) ([`cf97991`](cf979915aa)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.2.7`](https://togithub.com/mswjs/msw/releases/tag/v2.2.7) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.6...v2.2.7) #### v2.2.7 (2024-03-18) ##### Bug Fixes - resolve "~/core" import for .d.mts modules ([#​2095](https://togithub.com/mswjs/msw/issues/2095)) ([`7cdbd1a`](7cdbd1a2c4)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.2.6`](https://togithub.com/mswjs/msw/releases/tag/v2.2.6) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.5...v2.2.6) #### v2.2.6 (2024-03-17) ##### Bug Fixes - **setupWorker:** emit the correct life-cycle events for bypassed requests ([#​2094](https://togithub.com/mswjs/msw/issues/2094)) ([`c485989`](c485989df1)) [@​kettanaito](https://togithub.com/kettanaito) - **bypass:** support modifying the bypassed request ([#​2093](https://togithub.com/mswjs/msw/issues/2093)) ([`2c8570b`](2c8570b713)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.2.5`](https://togithub.com/mswjs/msw/releases/tag/v2.2.5) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.4...v2.2.5) #### v2.2.5 (2024-03-17) ##### Bug Fixes - improve the worker integrity warning ([#​2091](https://togithub.com/mswjs/msw/issues/2091)) ([`e749355`](e7493557e1)) [@​kettanaito](https://togithub.com/kettanaito) - make worker integrity mismatch a warning ([#​2090](https://togithub.com/mswjs/msw/issues/2090)) ([`a0f8021`](a0f8021ccf)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.2.4`](https://togithub.com/mswjs/msw/releases/tag/v2.2.4) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.3...v2.2.4) #### v2.2.4 (2024-03-16) ##### Bug Fixes - resolve "[@​inquirer/confim](https://togithub.com/inquirer/confim)" default export ([#​2088](https://togithub.com/mswjs/msw/issues/2088)) ([`93d9f86`](93d9f86a0c)) [@​kettanaito](https://togithub.com/kettanaito) - parse "Set-Cookie" response header with commas correctly ([#​2075](https://togithub.com/mswjs/msw/issues/2075)) ([`23c16e6`](23c16e69e2)) [@​ushiboy](https://togithub.com/ushiboy) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									92e977c7a9
								
							
						
					
					
						commit
						6ac85ebef8
					
				@ -90,7 +90,7 @@
 | 
			
		||||
    "lodash.mapvalues": "^4.6.0",
 | 
			
		||||
    "lodash.omit": "4.5.0",
 | 
			
		||||
    "millify": "^6.0.0",
 | 
			
		||||
    "msw": "2.2.3",
 | 
			
		||||
    "msw": "2.2.9",
 | 
			
		||||
    "pkginfo": "0.4.1",
 | 
			
		||||
    "plausible-tracker": "0.3.8",
 | 
			
		||||
    "prop-types": "15.8.1",
 | 
			
		||||
 | 
			
		||||
@ -5403,10 +5403,10 @@ ms@^2.1.1:
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
 | 
			
		||||
  integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
 | 
			
		||||
 | 
			
		||||
msw@2.2.3:
 | 
			
		||||
  version "2.2.3"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/msw/-/msw-2.2.3.tgz#d05b46d73e8832cbf2145743938635beaaafa0d7"
 | 
			
		||||
  integrity sha512-84CoNCkcJ/EvY8Tv0tD/6HKVd4S5HyGowHjM5W12K8Wgryp4fikqS7IaTOceyQgP5dNedxo2icTLDXo7dkpxCg==
 | 
			
		||||
msw@2.2.9:
 | 
			
		||||
  version "2.2.9"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/msw/-/msw-2.2.9.tgz#6cd017a9a7aa71ae60c8c996cd5ca4ce8712cf1c"
 | 
			
		||||
  integrity sha512-MLIFufBe6m9c5rZKlmGl6jl1pjn7cTNiDGEgn5v2iVRs0mz+neE2r7lRyYNzvcp6FbdiUEIRp/Y2O2gRMjO8yQ==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@bundled-es-modules/cookie" "^2.0.0"
 | 
			
		||||
    "@bundled-es-modules/statuses" "^1.0.1"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user