-
Notifications
You must be signed in to change notification settings - Fork 0
Port custom DisposableStack polyfills and simplify build scripts #63
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
Closed
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a9bba14
sync(common-v8): port 7e0d6897 custom DisposableStack polyfills
miccy d5bf588
sync(common-v8): port d6e35b1a simplify tsc build scripts
miccy 6e763a9
chore(build): remove rimraf dependency and use bun cleanup helper
miccy ec55e3c
test(common): add optional bun tree-shaking compatibility lane
miccy 4137994
chore(deps): remove redundant root webpack dependencies
miccy 5885672
test(common): replace webpack tree-shaking lane with bun build
miccy c6b8f7c
chore(build): clean dist in package builds and dedupe tree-shaking sc…
miccy 34f4da1
chore: Update various dependencies including turbo, svelte, @tauri-ap…
miccy ffa0c1b
fix(typecheck): resolve Node global typings across common and relay
miccy 1f1364d
fix(verify): stabilize runtime tests and coverage execution
miccy 239bb3c
chore: Update `bplist-parser` to version 0.3.2 and add `simple-plist/…
miccy dafcc1d
fix(common): tighten symbol install guard in polyfills
miccy a9b0aa0
fix(review): address CR findings and harden build/audit
miccy 26323ab
chore: Update dependencies across Angular, Electron, Expo, and Tansta…
miccy 2f1c98b
Update packages/common/test/_globalSetup.ts
miccy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
Angular 21@angular/build@angular/compiler-cliversion compatibility peer dependencies💡 Result:
For Angular v21 (i.e.,
@angular/*major 21), the relevant compatibility/peer-dependency rules are:@angular/build@21.1.4peerDependencies include:@angular/compiler-cli:^21.0.0(so any 21.x satisfies it)typescript:>=5.9 <6.0@angular/core,@angular/compiler, etc. at^21.0.0(and@angular/ssrat^21.1.4). [1]Angular 21 toolchain compatibility (official matrix):
^20.19.0 || ^22.12.0 || ^24.0.0>=5.9.0 <6.0.0[2]@angular/compiler-cliversion alignment@angular/compiler-clirequires a matching@angular/compilerversion (pattern shown in@angular/compiler-cli@20.1.4→ peer@angular/compiler: 20.1.4; Angular 21 follows the same “match the framework version” rule). [4]Practical takeaway: keep
@angular/build,@angular/compiler-cli,@angular/compiler,@angular/coreall on major 21 (ideally the same minor/patch), and use TypeScript 5.9.x (not 5.8 or 6.0). [1][2][4]Sources: [1] [2] [3] [4]
🌐 Web query:
Angular 21.2.1 release notes package version requirements💡 Result:
Angular v21.x (applies to 21.2.x as well): required versions
Angular’s official compatibility table for Angular 21.0.x (i.e., the v21 line) lists these requirements: Node.js
^20.19.0 || ^22.12.0 || ^24.0.0, TypeScript>=5.9.0 <6.0.0, RxJS^6.5.3 || ^7.4.0. (angular.dev)Key npm peer/engine requirements (example from
@angular/core)From
@angular/core’spackage.json(shown here for 21.1.2, but this is the same pattern used across the v21 line):engines.node:^20.19.0 || ^22.12.0 || >=24.0.0peerDependencies.rxjs:^6.5.3 || ^7.4.0peerDependencies.zone.js:~0.15.0 || ~0.16.0peerDependencies.@angular/compiler: must match exactly (same version as@angular/core) (app.unpkg.com)About “Angular 21.2.1 release notes”
In the official Angular monorepo tags/releases, I can see
v21.2.0(Feb 25, 2026) and avsix-21.2.1tag (VS Code extension), but not a framework tagv21.2.1on the tags page. (github.com)If you confirm whether you mean Angular framework
21.2.1(npm packages like@angular/core@21.2.1) or the VS Code extension21.2.1, I can point you at the exact corresponding release notes.Citations:
🏁 Script executed:
Repository: SQLoot/evolu-plan-b
Length of output: 991
Aktualizujte
@angular/buildna verzi ^21.2.1.Na řádku 19 zůstává
@angular/buildna ^21.1.5, zatímco@angular/compiler-clia další Angular balíčky jsou již na ^21.2.1. Podle oficiální Angular dokumentace by měly být všechny core balíčky (@angular/build,@angular/compiler-cli,@angular/compiler,@angular/core) na stejné minor/patch verzi. Ačkoli caret notace (^) technicky zajišťuje kompatibilitu, je to proti best practices.Návrh opravy
📝 Committable suggestion
🤖 Prompt for AI Agents