Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade to [email protected] #1501

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

chore: Upgrade to [email protected] #1501

wants to merge 5 commits into from

Conversation

aklinker1
Copy link
Collaborator

@aklinker1 aklinker1 commented Mar 4, 2025

Overview

2x as fast as before at checking for cached builds and scheduling new ones.

Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for creative-fairy-df92c4 failed.

Name Link
🔨 Latest commit fb528a7
🔍 Latest deploy log https://app.netlify.com/sites/creative-fairy-df92c4/deploys/67c74b36de8fa5000839f5ea

@aklinker1 aklinker1 changed the title chore: Upgrade to buildc 2.0.0-alpha chore: Upgrade to [email protected] Mar 4, 2025
@aklinker1 aklinker1 changed the title chore: Upgrade to [email protected] chore: Upgrade to [email protected] Mar 4, 2025
Copy link

pkg-pr-new bot commented Mar 4, 2025

Open in Stackblitz

@wxt-dev/analytics

npm i https://pkg.pr.new/@wxt-dev/analytics@1501

@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@1501

@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@1501

@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@1501

@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@1501

@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@1501

@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@1501

@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@1501

@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@1501

wxt

npm i https://pkg.pr.new/wxt@1501

commit: fb528a7

@aleclarson
Copy link
Contributor

Out of curiosity, how does this compare to TypeScript's incremental build feature?

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#faster-subsequent-builds-with-the---incremental-flag

@aklinker1
Copy link
Collaborator Author

aklinker1 commented Mar 22, 2025

Out of curiosity, how does this compare to TypeScript's incremental build feature?

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#faster-subsequent-builds-with-the---incremental-flag

Unrelated, since we don't use TS to build packages. WXT uses unbuild to transpile the TS source code to .d.ts for NPM.

If we did use TS, it might do something similar if you can configure TS references to all the packages correctly. But I've never used tsc to emit JS, just for type checking. So I'm not 100% sure that's correct.

This package computes the workspace dependency tree and ensures any dependencies have been built before running another command. It's more similar to turborepo/nx/lerna in that regard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants