Skip to content

Commit f238912

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored andcommitted
Update dependency @vue/tsconfig to ^0.8.0 (#41448)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vue/tsconfig](https://redirect.github.com/vuejs/tsconfig) | devDependencies | minor | [`^0.7.0` -> `^0.8.0`](https://renovatebot.com/diffs/npm/@vue%2ftsconfig/0.7.0/0.8.1) | --- ### Release Notes <details> <summary>vuejs/tsconfig (@&#8203;vue/tsconfig)</summary> ### [`v0.8.1`](https://redirect.github.com/vuejs/tsconfig/releases/tag/v0.8.1) [Compare Source](https://redirect.github.com/vuejs/tsconfig/compare/v0.8.0...v0.8.1) fix: do not turn on `exactOptionalPropertyTypes` for now [`[a235c5f]`](https://redirect.github.com/vuejs/tsconfig/commit/a235c5fea2b006e63b5289312c1895355bb6c1b4) **Full Changelog**: vuejs/tsconfig@v0.8.0...v0.8.1 ### [`v0.8.0`](https://redirect.github.com/vuejs/tsconfig/releases/tag/v0.8.0) [Compare Source](https://redirect.github.com/vuejs/tsconfig/compare/v0.7.0...v0.8.0) #### Breaking Changes - feat: disable `libReplacement` for better performance by [@&#8203;ntnyq](https://redirect.github.com/ntnyq) in [https://github.com/vuejs/tsconfig/pull/35](https://redirect.github.com/vuejs/tsconfig/pull/35) - feat!: enable `noUncheckedIndexedAccess` ~~and `exactOptionalPropertyTypes`~~ by [@&#8203;haoqunjiang](https://redirect.github.com/haoqunjiang) in [https://github.com/vuejs/tsconfig/pull/36](https://redirect.github.com/vuejs/tsconfig/pull/36) *** If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options: - After upgrading to `@vue/tsconfig`, use [`supress-ts-errors`](https://redirect.github.com/kawamataryo/suppress-ts-errors) (`npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue`) to insert `@ts-expect-error` comments in your current codebase. - This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time. **Full Changelog**: vuejs/tsconfig@v0.7.0...v0.8.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: e63b154f0051c6a7fec7d44c1d69f89681be26c8
1 parent 6489a61 commit f238912

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
@@ -19,7 +19,7 @@
1919
"@tsconfig/node20": "^20.1.4",
2020
"@types/node": "^20.12.5",
2121
"@vitejs/plugin-vue": "^6.0.0",
22-
"@vue/tsconfig": "^0.7.0",
22+
"@vue/tsconfig": "^0.8.0",
2323
"npm-run-all2": "^7.0.0",
2424
"typescript": "~5.4.0",
2525
"vite": "^7.0.7",

0 commit comments

Comments
 (0)