Merge branch 'main' into renovate/actions-setup-node-6.x

This commit is contained in:
Nathan Bierema 2025-10-14 10:06:07 -04:00 committed by GitHub
commit 1288a2d37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1340 additions and 1259 deletions

View File

@ -19,7 +19,7 @@
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
"@reduxjs/toolkit": "^2.9.0",
"msw": "^2.11.2",
"msw": "^2.11.5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",

View File

@ -7,7 +7,7 @@
* - Please do NOT modify this file.
*/
const PACKAGE_VERSION = '2.11.2'
const PACKAGE_VERSION = '2.11.5'
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
@ -205,6 +205,7 @@ async function resolveMainClient(event) {
* @param {FetchEvent} event
* @param {Client | undefined} client
* @param {string} requestId
* @param {number} requestInterceptedAt
* @returns {Promise<Response>}
*/
async function getResponse(event, client, requestId, requestInterceptedAt) {

File diff suppressed because it is too large Load Diff