Skip to content

chore(deps-dev): Bump @vue/tsconfig from 0.5.1 to 0.9.1#2068

Merged
skjnldsv merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vue/tsconfig-0.9.1
Apr 8, 2026
Merged

chore(deps-dev): Bump @vue/tsconfig from 0.5.1 to 0.9.1#2068
skjnldsv merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vue/tsconfig-0.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Copy link
Copy Markdown
Contributor

Bumps @vue/tsconfig from 0.5.1 to 0.9.1.

Release notes

Sourced from @​vue/tsconfig's releases.

v0.9.1

Notable Changes

  • Align the TypeScript peer dependency requirement with the documentation (>= 5.8, including TypeScript 6)

Full Changelog: vuejs/tsconfig@v0.9.0...v0.9.1

v0.9.0

Noticeable Changes

  • feat: update lib to ES2022 by @​Slessi in vuejs/tsconfig#41
  • chore: move noUncheckedIndexedAccess from base config to the lib config [fa4423b]
    • This is because noUncheckedIndexedAccess may have false positives, making it hard for existing codebases to upgrade.
    • But for new codebases, it’s still recommended to enable this flag from the beginning.

New Contributors

Full Changelog: vuejs/tsconfig@v0.8.1...v0.9.0

v0.8.1

fix: do not turn on exactOptionalPropertyTypes for now [a235c5f]

Full Changelog: vuejs/tsconfig@v0.8.0...v0.8.1

v0.8.0

Breaking Changes


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 (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

v0.7.0

Breaking Changes

  • Set skipLibCheck: false in tsconfig.lib.json [cee76cf]
  • Require Vue.js >= 3.4

Full Changelog: vuejs/tsconfig@v0.6.0...v0.7.0

v0.6.0

Notable Changes

... (truncated)

Commits
  • dc7af0b 0.9.1
  • e73ef3c fix: align typescript peer dependency with documentation
  • 3569685 0.9.0
  • fa4423b chore: move noUncheckedIndexedAccess from base config to the lib config
  • 051d720 docs: update TypeScript version requirement
  • 3db886a feat: update lib to ES2022 (#41)
  • df9d3d4 docs: note the default value of types in TS 6+ has been changed to []
  • 0e39087 docs: note that strict mode is on by default in TS 6
  • ae3b1dc chore: make GitHub render tsconfig.*.json as JSONC
  • 4a223b2 0.8.1
  • 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.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@vue/tsconfig [>= 0.6.a, < 0.7]
@vue/tsconfig [>= 0.7.a, < 0.8]
@vue/tsconfig [>= 0.8.a, < 0.9]

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@vue/tsconfig](https://github.com/vuejs/tsconfig) from 0.5.1 to 0.9.1.
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](vuejs/tsconfig@v0.5.1...v0.9.1)

---
updated-dependencies:
- dependency-name: "@vue/tsconfig"
  dependency-version: 0.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Apr 7, 2026
@github-actions github-actions Bot enabled auto-merge April 7, 2026 17:24

@skjnldsv skjnldsv left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surprised it works 😊

@skjnldsv skjnldsv disabled auto-merge April 8, 2026 05:26
@skjnldsv skjnldsv merged commit 5a2e52d into main Apr 8, 2026
13 of 15 checks passed
@skjnldsv skjnldsv deleted the dependabot/npm_and_yarn/vue/tsconfig-0.9.1 branch April 8, 2026 05:26
@ShGKme

ShGKme commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Breaking Changes

  • Require Vue.js >= 3.4

@skjnldsv This branch is on Vue 2

@ShGKme

ShGKme commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Surprised it works 😊

It doesn't:

npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @vue/tsconfig@0.9.1
npm error Found: vue@2.7.16
npm error node_modules/vue
npm error   peer vue@"^2.0.0" from @cypress/vue2@2.1.1
npm error   node_modules/@cypress/vue2
npm error     dev @cypress/vue2@"^2.1.1" from the root project
npm error   peer vue@"^2.6.6" from @linusborg/vue-simple-portal@0.1.5
npm error   node_modules/@linusborg/vue-simple-portal
npm error     @linusborg/vue-simple-portal@"^0.1.5" from @nextcloud/vue@8.37.0
npm error     node_modules/@nextcloud/vue
npm error       peer @nextcloud/vue@"^8.24.0" from @nextcloud/dialogs@6.4.2
npm error       node_modules/@nextcloud/dialogs
npm error         @nextcloud/dialogs@"^6.4.2" from the root project
npm error       1 more (the root project)
npm error   13 more (@nextcloud/dialogs, @nextcloud/vue, ...)
npm error
npm error Could not resolve dependency:
npm error peerOptional vue@"^3.4.0" from @vue/tsconfig@0.9.1
npm error node_modules/@vue/tsconfig
npm error   dev @vue/tsconfig@"^0.9.1" from the root project
npm error
npm error Conflicting peer dependency: vue@3.5.38
npm error node_modules/vue
npm error   peerOptional vue@"^3.4.0" from @vue/tsconfig@0.9.1
npm error   node_modules/@vue/tsconfig
npm error     dev @vue/tsconfig@"^0.9.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants