Skip to content

Commit 92f3797

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored and
Convex, Inc.
committed
Update dependency @vue/tsconfig to ^0.7.0 (#33534)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vue/tsconfig](https://redirect.github.com/vuejs/tsconfig) | devDependencies | minor | [`^0.5.1` -> `^0.7.0`](https://renovatebot.com/diffs/npm/@vue%2ftsconfig/0.5.1/0.7.0) | --- ### Release Notes <details> <summary>vuejs/tsconfig (@&#8203;vue/tsconfig)</summary> ### [`v0.7.0`](https://redirect.github.com/vuejs/tsconfig/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/vuejs/tsconfig/compare/v0.6.0...v0.7.0) #### Breaking Changes - Set `skipLibCheck: false` in `tsconfig.lib.json` [`[cee76cf]`](https://redirect.github.com/vuejs/tsconfig/commit/cee76cf9a9647b5e266ec8551490168ca6c03c0b) - Require Vue.js >= 3.4 **Full Changelog**: vuejs/tsconfig@v0.6.0...v0.7.0 ### [`v0.6.0`](https://redirect.github.com/vuejs/tsconfig/releases/tag/v0.6.0) [Compare Source](https://redirect.github.com/vuejs/tsconfig/compare/v0.5.1...v0.6.0) #### Notable Changes - feat: enable [`allowImportingTsExtensions`](https://www.typescriptlang.org/tsconfig/#allowImportingTsExtensions) [`[27fa57b]`](https://redirect.github.com/vuejs/tsconfig/commit/27fa57b67cf10a821aa37d7dd4c6177160284610) - feat: set [`moduleDetection`](https://www.typescriptlang.org/tsconfig/#moduleDetection) to `force` [`[6355fab]`](https://redirect.github.com/vuejs/tsconfig/commit/6355fabfda32f321995e99adb3656b6c104d9348) **Full Changelog**: vuejs/tsconfig@v0.5.1...v0.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). GitOrigin-RevId: 3e5d61ba6dfa9d886ec5bb34b82da3a8bf1ea487
1 parent 074bf39 commit 92f3797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/private-demos/quickstarts/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@tsconfig/node20": "^20.1.4",
2121
"@types/node": "^20.12.5",
2222
"@vitejs/plugin-vue": "^5.0.4",
23-
"@vue/tsconfig": "^0.5.1",
23+
"@vue/tsconfig": "^0.7.0",
2424
"npm-run-all2": "^7.0.0",
2525
"typescript": "~5.4.0",
2626
"vite": "^5.2.8",

0 commit comments

Comments
 (0)