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

feat(node): update app generator for fastify to the next major v5 #29589

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

dearlordylord
Copy link
Contributor

@dearlordylord dearlordylord commented Jan 10, 2025

Current Behavior

npx create-nx-workspace, when fastify is chosen, generates fastify 4 boilerplate

Expected Behavior

fastify bumped their major version, and many latest plugins require v5 (e.g. cors)

Related Issue(s)

no

  • the combination of versions works on my setup
  • the combinations of versions is the latest at the moment

@dearlordylord dearlordylord requested a review from a team as a code owner January 10, 2025 19:12
@dearlordylord dearlordylord requested a review from jaysoo January 10, 2025 19:12
Copy link

vercel bot commented Jan 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jan 27, 2025 10:49am

Copy link

nx-cloud bot commented Jan 10, 2025

View your CI Pipeline Execution ↗ for commit f77d4cd.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 26m 19s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 1m 12s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx format:check --base=ed186... ✅ Succeeded 27s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 26s View ↗
nx documentation --no-dte ✅ Succeeded 51s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-27 11:21:57 UTC

@Coly010 Coly010 changed the title chore(node): update app generator for fastify to the next major v5 feat(node): update app generator for fastify to the next major v5 Jan 27, 2025
@Coly010 Coly010 merged commit 1f69dce into nrwl:master Jan 27, 2025
6 checks passed
Coly010 added a commit to Phillip9587/nx that referenced this pull request Jan 27, 2025
…wl#29589)

## Current Behavior
`npx create-nx-workspace`, when fastify is chosen, generates fastify 4
boilerplate

## Expected Behavior
fastify bumped their major version, and many latest plugins require v5
(e.g. [cors](https://github.com/fastify/fastify-cors))

## Related Issue(s)
no

- the combination of versions works on my setup
- the combinations of versions is the latest at the moment

---------

Co-authored-by: Colum Ferry <[email protected]>
Coly010 added a commit to Phillip9587/nx that referenced this pull request Jan 27, 2025
…wl#29589)

`npx create-nx-workspace`, when fastify is chosen, generates fastify 4
boilerplate

fastify bumped their major version, and many latest plugins require v5
(e.g. [cors](https://github.com/fastify/fastify-cors))

no

- the combination of versions works on my setup
- the combinations of versions is the latest at the moment

---------

Co-authored-by: Colum Ferry <[email protected]>
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