Skip to content

build: update Nx 19 & other dependencies - #811

Merged
vmasek merged 45 commits into
mainfrom
nx-19-update
Dec 9, 2024
Merged

build: update Nx 19 & other dependencies#811
vmasek merged 45 commits into
mainfrom
nx-19-update

Conversation

@vmasek

@vmasekvmasek commented Sep 4, 2024

Copy link
Copy Markdown
Collaborator

closes#771
closes#776
closes#835

@vmasek

Copy link
Copy Markdown
CollaboratorAuthor

Investigation of failing CI in progress 👀

@vmasek
vmasekforce-pushed the nx-19-update branch 4 times, most recently from f30595f to 6e16658CompareSeptember 5, 2024 18:27
@vmasek
vmasekforce-pushed the nx-19-update branch 3 times, most recently from cd2ca75 to b3dd03dCompareSeptember 6, 2024 18:02
@vmasek
vmasekforce-pushed the nx-19-update branch 2 times, most recently from 9218855 to b994b9fCompareSeptember 6, 2024 18:45
@github-actionsgithub-actionsBot removed 📖 Project documentation improvements or additions to the project documentation 🧩 utils labels Sep 6, 2024
Comment threade2e/cli-e2e/tests/print-config.e2e.test.ts Outdated
Comment threade2e/cli-e2e/vite.config.e2e.ts Outdated
Comment threadtesting/test-setup/src/lib/test-folder.setup.ts
@vmasek
vmasekforce-pushed the nx-19-update branch 3 times, most recently from d0422c3 to 537362dCompareDecember 8, 2024 16:22
Comment threade2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.ts
Comment threadexamples/plugins/project.json

@BioPhotonBioPhoton left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do we really need to touch all imports in the code base to migrate to nx v19?

I would really want to avoid this.

@vmasek

vmasek commented Dec 9, 2024

Copy link
Copy Markdown
CollaboratorAuthor

Do we really need to touch all imports in the code base to migrate to nx v19?

I would really want to avoid this.

I know it is quite big change but is seems like the best direction we could go.
We are dropping a bundler and going for pure TS compilation getting errors more streamlined (accurate) and consistent import behavior.

@vmasek
vmasek merged commit 9099514 into mainDec 9, 2024
@vmasek
vmasek deleted the nx-19-update branch December 9, 2024 13:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't bundle build output reduce dependencies ci: migrate to Nx 19

3 participants

@vmasek@BioPhoton@matejchalk