Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#10910)
Browse files Browse the repository at this point in the history
Co-authored-by: sapphi-red <green@sapphi.red>
  • Loading branch information
renovate[bot] and sapphi-red committed Nov 14, 2022
1 parent 3e23e6c commit 34ceb0d
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
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",
"eslint-plugin-regexp": "^1.10.0",
Expand All @@ -75,7 +75,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 @@ -85,13 +85,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 @@ -111,7 +111,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/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)
}

return false
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/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/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, ''))
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"
}
}

0 comments on commit 34ceb0d

Please sign in to comment.