Skip to content

Commit 62ac4eb

Browse files
authored
chore(deps): update magic-string (#6711)
1 parent 04c7175 commit 62ac4eb

16 files changed

+61
-132
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"changelogithub": "^0.13.11",
5353
"esbuild": "^0.24.0",
5454
"eslint": "^9.12.0",
55-
"magic-string": "^0.30.11",
55+
"magic-string": "^0.30.12",
5656
"pathe": "^1.1.2",
5757
"rimraf": "^6.0.1",
5858
"rollup": "^4.24.0",

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@testing-library/user-event": "^14.5.2",
8989
"@vitest/mocker": "workspace:*",
9090
"@vitest/utils": "workspace:*",
91-
"magic-string": "^0.30.11",
91+
"magic-string": "^0.30.12",
9292
"msw": "^2.4.9",
9393
"sirv": "^3.0.0",
9494
"tinyrainbow": "^1.2.0",

packages/coverage-v8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"istanbul-lib-report": "^3.0.1",
6262
"istanbul-lib-source-maps": "^5.0.6",
6363
"istanbul-reports": "^3.1.7",
64-
"magic-string": "^0.30.11",
64+
"magic-string": "^0.30.12",
6565
"magicast": "^0.3.5",
6666
"std-env": "^3.7.0",
6767
"test-exclude": "^7.0.1",

packages/mocker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@vitest/spy": "workspace:*",
7171
"estree-walker": "^3.0.3",
72-
"magic-string": "^0.30.11"
72+
"magic-string": "^0.30.12"
7373
},
7474
"devDependencies": {
7575
"@types/estree": "^1.0.6",

packages/snapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@vitest/pretty-format": "workspace:*",
46-
"magic-string": "^0.30.11",
46+
"magic-string": "^0.30.12",
4747
"pathe": "^1.1.2"
4848
},
4949
"devDependencies": {

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"chai": "^5.1.1",
161161
"debug": "^4.3.7",
162162
"expect-type": "^1.1.0",
163-
"magic-string": "^0.30.11",
163+
"magic-string": "^0.30.12",
164164
"pathe": "^1.1.2",
165165
"std-env": "^3.7.0",
166166
"tinybench": "^2.9.0",

pnpm-lock.yaml

Lines changed: 32 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/coverage-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"happy-dom": "latest",
1919
"istanbul-lib-coverage": "^3.2.0",
2020
"istanbul-lib-report": "^3.0.1",
21-
"magic-string": "^0.30.10",
21+
"magic-string": "^0.30.12",
2222
"magicast": "^0.3.3",
2323
"unplugin-swc": "^1.4.4",
2424
"vite": "latest",

test/coverage-test/test/__snapshots__/bundled-v8.snapshot.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@
3333
"column": 1
3434
}
3535
},
36-
"3": {
37-
"start": {
38-
"line": 4,
39-
"column": 0
40-
},
41-
"end": {
42-
"line": 4,
43-
"column": 0
44-
}
45-
},
4636
"4": {
4737
"start": {
4838
"line": 5,
@@ -78,7 +68,6 @@
7868
"0": 1,
7969
"1": 1,
8070
"2": 1,
81-
"3": 1,
8271
"4": 1,
8372
"5": 0,
8473
"6": 0
@@ -205,16 +194,6 @@
205194
"column": 1
206195
}
207196
},
208-
"3": {
209-
"start": {
210-
"line": 4,
211-
"column": 0
212-
},
213-
"end": {
214-
"line": 4,
215-
"column": 0
216-
}
217-
},
218197
"4": {
219198
"start": {
220199
"line": 5,
@@ -250,7 +229,6 @@
250229
"0": 1,
251230
"1": 1,
252231
"2": 1,
253-
"3": 1,
254232
"4": 1,
255233
"5": 0,
256234
"6": 0

test/coverage-test/test/__snapshots__/custom-file-covered-1-istanbul.snapshot.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"end": {
1010
"line": 1,
11-
"column": 18
11+
"column": null
1212
}
1313
},
1414
"1": {
@@ -18,7 +18,7 @@
1818
},
1919
"end": {
2020
"line": 3,
21-
"column": 20
21+
"column": null
2222
}
2323
}
2424
},
@@ -32,7 +32,7 @@
3232
},
3333
"end": {
3434
"line": 1,
35-
"column": 18
35+
"column": null
3636
}
3737
},
3838
"loc": {
@@ -42,7 +42,7 @@
4242
},
4343
"end": {
4444
"line": 1,
45-
"column": 18
45+
"column": null
4646
}
4747
}
4848
},
@@ -55,7 +55,7 @@
5555
},
5656
"end": {
5757
"line": 3,
58-
"column": 20
58+
"column": null
5959
}
6060
},
6161
"loc": {
@@ -65,7 +65,7 @@
6565
},
6666
"end": {
6767
"line": 3,
68-
"column": 20
68+
"column": null
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)