From 6fe79f9a81dd38c88c0a0076545a45a5d39fc57e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:48:39 +0000 Subject: [PATCH 1/3] chore(deps): update dependency path-serializer to v0.3.4 --- pnpm-lock.yaml | 10 +++++----- tests/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03994ba12..828a209ba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -421,8 +421,8 @@ importers: specifier: ^11.2.0 version: 11.2.0 path-serializer: - specifier: 0.2.2 - version: 0.2.2 + specifier: 0.3.4 + version: 0.3.4 strip-ansi: specifier: ^7.1.0 version: 7.1.0 @@ -4923,8 +4923,8 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} - path-serializer@0.2.2: - resolution: {integrity: sha512-RKu4KZJCHV6QBMx19Ba59YRMPAMVfgyAGSaUk7RMlZgzihDgAwV1UIEhN6rQ6wcmqv42K6y7JSfWoU6JoBHeig==} + path-serializer@0.3.4: + resolution: {integrity: sha512-bqNF6KKbFn2hrTgybBTqAqjKOneLvpFmvYx43ppm8IcmfgYLh4aMmR35+GnnKYdd0l6gtBlaok+aRR0PSwtGaQ==} path-to-regexp@0.1.12: resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} @@ -11212,7 +11212,7 @@ snapshots: lru-cache: 10.4.3 minipass: 7.1.2 - path-serializer@0.2.2: {} + path-serializer@0.3.4: {} path-to-regexp@0.1.12: {} diff --git a/tests/package.json b/tests/package.json index 4ee5f5f26..5a2967313 100644 --- a/tests/package.json +++ b/tests/package.json @@ -25,7 +25,7 @@ "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "fs-extra": "^11.2.0", - "path-serializer": "0.2.2", + "path-serializer": "0.3.4", "strip-ansi": "^7.1.0", "test-helper": "workspace:*", "tinyglobby": "^0.2.10" From edb4b1a66a17708c9dc65f3f0b3e741c2e59277a Mon Sep 17 00:00:00 2001 From: SoonIter Date: Mon, 16 Dec 2024 17:17:33 +0800 Subject: [PATCH 2/3] chore: off the transformCLR --- tests/setupVitestTests.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/setupVitestTests.ts b/tests/setupVitestTests.ts index 68feb2b63..4c861fb22 100644 --- a/tests/setupVitestTests.ts +++ b/tests/setupVitestTests.ts @@ -14,6 +14,7 @@ expect.addSnapshotSerializer( root: path.join(__dirname, '..'), features: { escapeDoubleQuotes: false, + transformCLR: false }, }), ); From 68daf12c0152e98f2b660226175fd6ce23645c2e Mon Sep 17 00:00:00 2001 From: SoonIter Date: Mon, 16 Dec 2024 17:19:32 +0800 Subject: [PATCH 3/3] chore: fix the lint --- tests/setupVitestTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setupVitestTests.ts b/tests/setupVitestTests.ts index 4c861fb22..84aebab70 100644 --- a/tests/setupVitestTests.ts +++ b/tests/setupVitestTests.ts @@ -14,7 +14,7 @@ expect.addSnapshotSerializer( root: path.join(__dirname, '..'), features: { escapeDoubleQuotes: false, - transformCLR: false + transformCLR: false, }, }), );