chore(deps): update dependency @vue/tsconfig to v0.8.1
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @vue/tsconfig | 0.1.3 -> 0.8.1 |
Release Notes
vuejs/tsconfig (@vue/tsconfig)
v0.8.1
fix: do not turn on exactOptionalPropertyTypes for now [a235c5f]
Full Changelog: https://github.com/vuejs/tsconfig/compare/v0.8.0...v0.8.1
v0.8.0
Breaking Changes
- feat: disable
libReplacementfor better performance by @ntnyq in #35 - feat!: enable
noUncheckedIndexedAccess~~andexactOptionalPropertyTypes~~ by @haoqunjiang in #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, usesupress-ts-errors(npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert@ts-expect-errorcomments 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: https://github.com/vuejs/tsconfig/compare/v0.7.0...v0.8.0
v0.7.0
Breaking Changes
- Set
skipLibCheck: falseintsconfig.lib.json[cee76cf] - Require Vue.js >= 3.4
Full Changelog: https://github.com/vuejs/tsconfig/compare/v0.6.0...v0.7.0
v0.6.0
Notable Changes
- feat: enable
allowImportingTsExtensions[27fa57b] - feat: set
moduleDetectiontoforce[6355fab]
Full Changelog: https://github.com/vuejs/tsconfig/compare/v0.5.1...v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.