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

chore(deps): update all non-major dependencies #10910

Merged
merged 2 commits into from Nov 14, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -37,9 +37,9 @@
},
"devDependencies": {
"@babel/types": "^7.20.2",
"@microsoft/api-extractor": "^7.33.5",
"@microsoft/api-extractor": "^7.33.6",
"@rollup/plugin-typescript": "^8.5.0",
"@types/babel__core": "^7.1.19",
"@types/babel__core": "^7.1.20",
"@types/babel__standalone": "^7.1.4",
"@types/convert-source-map": "^1.5.2",
"@types/cross-spawn": "^6.0.2",
Expand All @@ -58,12 +58,12 @@
"@types/semver": "^7.3.13",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.15.9",
"eslint": "^8.27.0",
"eslint-define-config": "^1.11.0",
"eslint-define-config": "^1.12.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^6.1.0",
Expand All @@ -74,7 +74,7 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.27.1",
"pnpm": "^7.14.2",
"pnpm": "^7.15.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
Expand All @@ -84,13 +84,13 @@
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.4.1",
"tsx": "^3.11.0",
"tsx": "^3.12.1",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.27",
"vitest": "^0.24.5",
"vue": "^3.2.41"
"vitepress": "^1.0.0-alpha.28",
"vitest": "^0.25.1",
"vue": "^3.2.45"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.14.2",
"packageManager": "pnpm@7.15.0",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.11.2"
"preact": "^10.11.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.11.2"
"preact": "^10.11.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -10,9 +10,9 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@sveltejs/vite-plugin-svelte": "^1.1.1",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.52.0",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte/package.json
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"svelte": "^3.52.0",
"@sveltejs/vite-plugin-svelte": "^1.1.1",
"svelte": "^3.53.1",
"vite": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.20.2",
"core-js": "^3.26.0",
"@babel/standalone": "^7.20.4",
"core-js": "^3.26.1",
"magic-string": "^0.26.7",
"regenerator-runtime": "^0.13.10",
"systemjs": "^6.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -46,6 +46,6 @@
"slash": "^5.0.0",
"source-map": "^0.6.1",
"vite": "workspace:*",
"vue": "^3.2.41"
"vue": "^3.2.45"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/handleHotUpdate.ts
Expand Up @@ -205,7 +205,7 @@ function hasScriptChanged(prev: SFCDescriptor, next: SFCDescriptor): boolean {
// this is only available in vue@^3.2.23
const prevImports = prevResolvedScript?.imports
if (prevImports) {
return next.shouldForceReload(prevImports)
return !next.template || next.shouldForceReload(prevImports)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the test above, !next.template seems to be needed. I'm not sure whether this should be handled on vue side.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can have the condition here, and if it is handled later on vue we remove it. cc @sodatea

}

return false
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Expand Up @@ -59,7 +59,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.15.9",
"postcss": "^8.4.18",
"postcss": "^8.4.19",
"resolve": "^1.22.1",
"rollup": "~3.3.0"
},
Expand All @@ -68,7 +68,7 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.20.2",
"@babel/parser": "^7.20.3",
"@babel/types": "^7.20.2",
"@jridgewell/trace-mapping": "^0.3.17",
"@rollup/plugin-alias": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions playground/alias/package.json
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"aliased-module": "file:./dir/module",
"vue": "^3.2.41",
"@vue/shared": "^3.2.41"
"vue": "^3.2.45",
"@vue/shared": "^3.2.45"
},
"devDependencies": {
"resolve-linked": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions playground/backend-integration/package.json
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.56.0",
"tailwindcss": "^3.2.2",
"sass": "^1.56.1",
"tailwindcss": "^3.2.4",
"fast-glob": "^3.2.12"
}
}
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.26.7",
"sass": "^1.56.0",
"sass": "^1.56.1",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -17,7 +17,7 @@
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.56.0",
"sass": "^1.56.1",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-imports-vue/package.json
Expand Up @@ -3,6 +3,6 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-requires-vue/package.json
Expand Up @@ -3,6 +3,6 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
}
}
2 changes: 1 addition & 1 deletion playground/external/package.json
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"vite": "workspace:*",
"vue": "^3.2.41"
"vue": "^3.2.45"
}
}
2 changes: 1 addition & 1 deletion playground/json/package.json
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"express": "^4.18.2",
"json-module": "file:./json-module",
"vue": "^3.2.41"
"vue": "^3.2.45"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.12",
"sass": "^1.56.0"
"sass": "^1.56.1"
}
}
2 changes: 1 addition & 1 deletion playground/object-hooks/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Expand Up @@ -34,7 +34,7 @@
"react-dom": "^18.2.0",
"resolve-linked": "workspace:0.0.0",
"url": "^0.11.0",
"vue": "^3.2.41",
"vue": "^3.2.45",
"vuex": "^4.1.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -6,7 +6,7 @@
"convert-source-map": "^1.9.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
"node-fetch": "^3.2.10",
"node-fetch": "^3.3.0",
"sirv": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -17,7 +17,7 @@
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.ts"
},
"dependencies": {
"vue": "^3.2.41",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"example-external-component": "file:example-external-component",
"pinia": "^2.0.23",
"vue": "^3.2.41",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind-sourcemap/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"tailwindcss": "^3.2.2"
"tailwindcss": "^3.2.4"
}
}
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"autoprefixer": "^10.4.13",
"tailwindcss": "^3.2.2",
"vue": "^3.2.41",
"tailwindcss": "^3.2.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-lib/package.json
Expand Up @@ -9,7 +9,7 @@
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-server-origin/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue-sourcemap/package.json
Expand Up @@ -12,9 +12,9 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.56.0"
"sass": "^1.56.1"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
}
}
2 changes: 1 addition & 1 deletion playground/vue/__tests__/vue.spec.ts
Expand Up @@ -188,7 +188,7 @@ describe('hmr', () => {
})

test('should re-render when template is emptied', async () => {
editFile('Hmr.vue', () => '')
editFile('Hmr.vue', (code) => code.replace(/<template>.+<\/template>/s, ''))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test was failing because of vuejs/core#6676.

await untilUpdated(() => page.innerHTML('.hmr-block'), '<!---->')
})
})
Expand Down
4 changes: 2 additions & 2 deletions playground/vue/package.json
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.2.41"
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"pug": "^3.0.2",
"sass": "^1.56.0",
"sass": "^1.56.1",
"stylus": "^0.59.0"
}
}