-
Notifications
You must be signed in to change notification settings - Fork 18
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
init: atomic-browser at 0.37.0 #164
Conversation
No difference in |
1 similar comment
No difference in |
13fa66c
to
4b6f3e2
Compare
No difference in |
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.
Tried to make this file follow the format of all the others since it appears they were standardized at some point
…uses one typescript version (5.3.2) We came across this while working on ngi-nix/ngipkgs#164. While not strictly necessary for that task, it seemed like it was unintentional that the project was depending on different versions of typescript (PR with original upgrade is atomicdata-dev#710), so I removed typescript in the various subdirectories so they all depend on the same version as root. - Edit tsconfig.build.json to fix the following error `TS5110: Option 'module' must be set to 'NodeNext' when option 'moduleResolution' is set to 'NodeNext'.` - All the removed packages from pnpm-lock.yaml are duplicate entries
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.
Build works for me too.
- Use pnpm2nix-nzbr which supports pnpm version 6 lockfiles. - Because atomic-browser is using pnpm workspaces, `installInPlace` and `distDir="."` A follow up PR will create a module for this Co-authored-by: Anish Lakhwara <[email protected]>
4b6f3e2
to
2015a5d
Compare
No difference in |
This is failing CI because the builder we introduced (https://github.com/nzbr/pnpm2nix-nzbr/) is using IFD. We are exploring alternatives |
Discussed with @albertchae and @Chickensoupwithrice Closing in favor of #170 |
The next step of #15
installInPlace
anddistDir="."
A follow up PR will create a module for this
Co-authored-by: Anish Lakhwara [email protected]