Skip to content

[DevDependency] Bump @vue/tsconfig from 0.7.0 to 0.8.1 in /site#12032

Merged
bmcutler merged 1 commit intomainfrom
dependabot/npm_and_yarn/site/vue/tsconfig-0.8.1
Sep 19, 2025
Merged

[DevDependency] Bump @vue/tsconfig from 0.7.0 to 0.8.1 in /site#12032
bmcutler merged 1 commit intomainfrom
dependabot/npm_and_yarn/site/vue/tsconfig-0.8.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

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

Commits
  • 4a223b2 0.8.1
  • a235c5f fix: disable exactOptionalPropertyTypes for now
  • c2c92d6 0.8.0
  • 4f1e64a ci: use trusted publisher for npm publish
  • e690a76 feat!: enable noUncheckedIndexedAccess and exactOptionalPropertyTypes (#36)
  • 85a620a feat!: disable libReplacement for better performance (#35)
  • b22acb3 docs: explain the options in tsconfig.lib.json
  • 1334411 docs: Bump up the requred Vue.js version to >= 3.4 in README (#34)
  • 1a34344 chore: use lowercase bundler for moduleResolution
  • 29acc1a docs: 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 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@github-project-automation github-project-automation bot moved this to Seeking Reviewer in Submitty Development Sep 2, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/vue/tsconfig-0.8.1 branch from abc0c48 to fd59558 Compare September 4, 2025 16:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/vue/tsconfig-0.8.1 branch 2 times, most recently from a330cfa to f381923 Compare September 15, 2025 04:45
@JManion32 JManion32 self-assigned this Sep 15, 2025
@JManion32
Copy link
Contributor

@dependabot rebase

Bumps [@vue/tsconfig](https://github.com/vuejs/tsconfig) from 0.7.0 to 0.8.1.
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](vuejs/tsconfig@v0.7.0...v0.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/vue/tsconfig-0.8.1 branch from f381923 to c9ef937 Compare September 15, 2025 20:59
Copy link
Contributor

@JManion32 JManion32 left a comment

Choose a reason for hiding this comment

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

The only breaking change is the libreplacement becoming disabled. I verified that we do not use this anywhere in our project. The 2 failing Cypress tests are unrelated to this PR.

@github-project-automation github-project-automation bot moved this from Seeking Reviewer to Awaiting Maintainer Review in Submitty Development Sep 16, 2025
@bmcutler bmcutler merged commit 25d7aee into main Sep 19, 2025
22 of 24 checks passed
@bmcutler bmcutler deleted the dependabot/npm_and_yarn/site/vue/tsconfig-0.8.1 branch September 19, 2025 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants