Skip to content

Commit

Permalink
chore(deps): update magic-string (#6711)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Oct 15, 2024
1 parent 04c7175 commit 62ac4eb
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 132 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"changelogithub": "^0.13.11",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"pathe": "^1.1.2",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@testing-library/user-event": "^14.5.2",
"@vitest/mocker": "workspace:*",
"@vitest/utils": "workspace:*",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"msw": "^2.4.9",
"sirv": "^3.0.0",
"tinyrainbow": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/coverage-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^5.0.6",
"istanbul-reports": "^3.1.7",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"magicast": "^0.3.5",
"std-env": "^3.7.0",
"test-exclude": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@vitest/spy": "workspace:*",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.11"
"magic-string": "^0.30.12"
},
"devDependencies": {
"@types/estree": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@vitest/pretty-format": "workspace:*",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"pathe": "^1.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"chai": "^5.1.1",
"debug": "^4.3.7",
"expect-type": "^1.1.0",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"pathe": "^1.1.2",
"std-env": "^3.7.0",
"tinybench": "^2.9.0",
Expand Down
69 changes: 32 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/coverage-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"happy-dom": "latest",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.1",
"magic-string": "^0.30.10",
"magic-string": "^0.30.12",
"magicast": "^0.3.3",
"unplugin-swc": "^1.4.4",
"vite": "latest",
Expand Down
22 changes: 0 additions & 22 deletions test/coverage-test/test/__snapshots__/bundled-v8.snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@
"column": 1
}
},
"3": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 0
}
},
"4": {
"start": {
"line": 5,
Expand Down Expand Up @@ -78,7 +68,6 @@
"0": 1,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 0,
"6": 0
Expand Down Expand Up @@ -205,16 +194,6 @@
"column": 1
}
},
"3": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 0
}
},
"4": {
"start": {
"line": 5,
Expand Down Expand Up @@ -250,7 +229,6 @@
"0": 1,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 0,
"6": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"end": {
"line": 1,
"column": 18
"column": null
}
},
"1": {
Expand All @@ -18,7 +18,7 @@
},
"end": {
"line": 3,
"column": 20
"column": null
}
}
},
Expand All @@ -32,7 +32,7 @@
},
"end": {
"line": 1,
"column": 18
"column": null
}
},
"loc": {
Expand All @@ -42,7 +42,7 @@
},
"end": {
"line": 1,
"column": 18
"column": null
}
}
},
Expand All @@ -55,7 +55,7 @@
},
"end": {
"line": 3,
"column": 20
"column": null
}
},
"loc": {
Expand All @@ -65,7 +65,7 @@
},
"end": {
"line": 3,
"column": 20
"column": null
}
}
}
Expand Down
Loading

0 comments on commit 62ac4eb

Please sign in to comment.