-
Notifications
You must be signed in to change notification settings - Fork 4.3k
chore(api-service, worker, ws): upgrade to nest js v11 #10653
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
Open
scopsy
wants to merge
26
commits into
next
Choose a base branch
from
upgrade-nestjs-version
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
098439d
chore(api-service, worker, ws): upgrade to nest js v11
scopsy 321f3ae
Use string types for enum ApiProperty metadata
scopsy 2c609cf
fix:
scopsy e6b4846
fix(api): unblock novu-v2 e2e (mocha flags, setup, swagger, testing d…
cursoragent 18f794e
Update .source
scopsy e6e7bab
Merge branch 'next' into upgrade-nestjs-version
scopsy 59a996a
כןס
scopsy a7a5694
Use static imports for ee-billing in e2e tests
scopsy b7db4e1
Condense EE billing imports and trim whitespace
scopsy fc46706
Update create-environment-request.dto.ts
scopsy 211622f
Test config, forwardRef, and spec cleanups
scopsy d4879be
Update run-novu-v2-e2e-shard.cjs
scopsy ead9f70
fix(api, application-generic): restore api unit tests and preference …
cursoragent 11a746e
chore(source): sync enterprise submodule with next (017a588)
cursoragent f1949f2
chore(source): point enterprise submodule at KeylessStrategy Nest 11 fix
cursoragent 1441066
fix(api-service,ws,worker,shared): CORS delegate typing, safe WS toke…
cursoragent 8b72d5e
Refactor internal-sdk models and request params
scopsy 241780d
Introduce creation source enums; make source optional
scopsy 7278941
Update ui-schema-property.dto.ts
scopsy ae73bb1
Add UiComponentEnum, export and disable enum patch
scopsy d6a6571
Update uischemaproperty.ts
scopsy b1d9ee0
Refactor preferences, WS token & Swagger enums
scopsy 5f06329
Update swagger.controller.ts
scopsy ba7ec04
fix
scopsy 77c967b
Merge branch 'next' into upgrade-nestjs-version
scopsy 83110fb
Update run-novu-v2-e2e-shard.cjs
scopsy 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
There are no files selected for viewing
Submodule .source
updated
from 93ff17 to 7132a4
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
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
🏁 Script executed:
Repository: novuhq/novu
Length of output: 1060
Remove the unused
nest-ravendependency; it doesn't support NestJS 11.The
nest-raven@10.1.0package has a peer dependency constraint of@nestjs/common@^10.0.0, which excludes NestJS 11. Sincenest-ravenis not imported anywhere in the codebase, it should be removed to avoid a broken peer dependency after this upgrade.Additionally,
@sentry/nestjs@8.49.0also does not yet support NestJS 11 (max supported is v10). Verify that Sentry integration is either disabled or plan a migration to a compatible version before merging.🤖 Prompt for AI Agents