Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update magic-string #4345

Merged
merged 4 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"https-localhost": "^4.7.1",
"unocss": "^0.53.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.0.0",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.4",
"vitepress": "1.0.0-beta.5",
"workbox-window": "^7.0.0"
Expand Down
3 changes: 3 additions & 0 deletions examples/react-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"@storybook/addon-actions": "^6.5.5",
"@storybook/addon-essentials": "^6.5.5",
"@storybook/addon-links": "^6.5.5",
"@storybook/addons": "^6.5.5",
"@storybook/builder-vite": "^0.1.35",
"@storybook/client-api": "^6.5.5",
"@storybook/preview-web": "^6.5.5",
"@storybook/react": "^6.5.5",
"@storybook/testing-library": "^0.0.11",
"@storybook/testing-react": "^1.3.0",
Expand Down
7 changes: 4 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[build.environment]
NPM_FLAGS = "--version"
NODE_VERSION = "16"
NODE_VERSION = "18"
# don't need playwright for docs build
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"

[build]
publish = "docs/.vitepress/dist"
command = "npx pnpm@7.8.0 i --store=node_modules/.pnpm-store --no-frozen-lockfile && npm run docs:build"
command = "pnpm docs:build"
ignore = "git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- docs/ package.json pnpm-lock.yaml"

[[redirects]]
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-beta.2",
"private": true,
"packageManager": "pnpm@8.7.4",
"packageManager": "pnpm@8.9.2",
"description": "Next generation testing framework powered by Vite",
"scripts": {
"ci": "ni && nr typecheck && nr lint && nr build && nr test:all",
Expand Down Expand Up @@ -56,12 +56,11 @@
"fast-glob": "^3.3.0",
"if-node-version": "^1.1.1",
"lint-staged": "^13.2.3",
"magic-string": "^0.30.1",
"magic-string": "^0.30.5",
"node-fetch-native": "^1.4.0",
"npm-run-all": "^4.1.5",
"ofetch": "^1.3.3",
"pathe": "^1.1.1",
"pnpm": "8.6.6",
"rimraf": "^5.0.1",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.0.2",
Expand All @@ -71,12 +70,12 @@
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"typescript": "^5.1.6",
"vite": "^4.2.1",
"vite": "^4.5.0",
"vitest": "workspace:*"
},
"pnpm": {
"overrides": {
"vite": "^4.4.10",
"vite": "$vite",
"vitest": "workspace:*"
},
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"estree-walker": "^3.0.3",
"magic-string": "^0.30.4",
"magic-string": "^0.30.5",
"sirv": "^2.0.3"
},
"devDependencies": {
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 @@ -51,7 +51,7 @@
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^4.0.1",
"istanbul-reports": "^3.1.5",
"magic-string": "^0.30.4",
"magic-string": "^0.30.5",
"picocolors": "^1.0.0",
"std-env": "^3.3.3",
"test-exclude": "^6.0.0",
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 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"magic-string": "^0.30.1",
"magic-string": "^0.30.5",
"pathe": "^1.1.1",
"pretty-format": "^29.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"unocss": "^0.53.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.0.0",
"vite": "^4.5.0",
"vite-plugin-pages": "^0.31.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"chai": "^4.3.10",
"debug": "^4.3.4",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.4",
"magic-string": "^0.30.5",
"pathe": "^1.1.1",
"picocolors": "^1.0.0",
"std-env": "^3.3.3",
Expand Down
Loading
Loading