StreamAwesome
StreamAwesome copied to clipboard
Dependency: bump @vue/tsconfig from 0.7.0 to 0.8.1 in /StreamAwesome
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps @vue/tsconfig from 0.7.0 to 0.8.1.
Release notes
Sourced from @vue/tsconfig's releases.
v0.8.1
fix: do not turn on
exactOptionalPropertyTypesfor 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@ntnyqin vuejs/tsconfig#35- feat!: enable
noUncheckedIndexedAccessandbyexactOptionalPropertyTypes@haoqunjiangin vuejs/tsconfig#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
Commits
4a223b20.8.1a235c5ffix: disableexactOptionalPropertyTypesfor nowc2c92d60.8.04f1e64aci: use trusted publisher for npm publishe690a76feat!: enablenoUncheckedIndexedAccessandexactOptionalPropertyTypes(#36)85a620afeat!: disablelibReplacementfor better performance (#35)b22acb3docs: explain the options in tsconfig.lib.json1334411docs: Bump up the requred Vue.js version to>= 3.4in README (#34)1a34344chore: use lowercasebundlerformoduleResolution29acc1adocs: be specific about what kind of unwanted types we're avoiding- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @vue/tsconfig since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
https://github.com/dependabot rebase
@dependabot rebase