Skip to content

Conversation

@camc314
Copy link

@camc314 camc314 commented Nov 10, 2025

This PR:

  • removes baseUrl
  • migrates paths from absolute to relative

Why?

  • In TypeScript 6.0, baseUrl, and paths relying on baseUrl are deprecated. These are removed in TypeScript 7.0
  • Furthermore, since TypeScript 4.1, baseUrl is not longer required to be set when using paths.
  • (Also, this is a hard error in tsgolint which I work on, so having these errors makes it harder to test/benchmark)

Testing plan:

  • existing CI/typecheck steps pass

References

@coderabbitai
Copy link

coderabbitai bot commented Nov 10, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link

netlify bot commented Nov 10, 2025

Deploy Preview for vue-sfc-playground failed. Why did it fail? →

Name Link
🔨 Latest commit 7ca7c02
🔍 Latest deploy log https://app.netlify.com/projects/vue-sfc-playground/deploys/691258c683131900086b080a

@edison1105 edison1105 added 🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged. labels Nov 12, 2025
@github-actions
Copy link

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 84.9 kB 29.8 kB 26.3 kB
runtime-dom.global.prod.js 108 kB 40.4 kB 36.3 kB
vue.global.prod.js 166 kB 60.4 kB 53.7 kB

Usages

Name Size Gzip Brotli
createApp (CAPI only) 47.9 kB 18.7 kB 17.1 kB
createApp 57 kB 21.9 kB 20 kB
createApp + vaporInteropPlugin 91 kB 33.9 kB 30.6 kB
createVaporApp 34.7 kB 13.3 kB 12.1 kB
createSSRApp 61.3 kB 23.7 kB 21.6 kB
defineCustomElement 63.1 kB 23.8 kB 21.7 kB
overall 72.1 kB 27.3 kB 24.9 kB

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 12, 2025

Open in StackBlitz

@vue/compiler-core

npm i https://pkg.pr.new/@vue/compiler-core@14075

@vue/compiler-dom

npm i https://pkg.pr.new/@vue/compiler-dom@14075

@vue/compiler-sfc

npm i https://pkg.pr.new/@vue/compiler-sfc@14075

@vue/compiler-ssr

npm i https://pkg.pr.new/@vue/compiler-ssr@14075

@vue/compiler-vapor

npm i https://pkg.pr.new/@vue/compiler-vapor@14075

@vue/reactivity

npm i https://pkg.pr.new/@vue/reactivity@14075

@vue/runtime-core

npm i https://pkg.pr.new/@vue/runtime-core@14075

@vue/runtime-dom

npm i https://pkg.pr.new/@vue/runtime-dom@14075

@vue/runtime-vapor

npm i https://pkg.pr.new/@vue/runtime-vapor@14075

@vue/server-renderer

npm i https://pkg.pr.new/@vue/server-renderer@14075

@vue/shared

npm i https://pkg.pr.new/@vue/shared@14075

vue

npm i https://pkg.pr.new/vue@14075

@vue/compat

npm i https://pkg.pr.new/@vue/compat@14075

commit: 1d29a3a

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

Labels

🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants