-
Notifications
You must be signed in to change notification settings - Fork 99
Node 22 and Azure Functions v4 migration #1593
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
daefadd
Upgrade Node.js to v22 LTS and update Rush tooling
5b75e7c
Upgrade Node.js to v22 LTS in fixtures
49c8638
Add Azure Functions v4 types and export them
b68675e
Migrate Azure provider to Functions v4 programming model
ca34a18
Fix strip-only issue in framework-types package
69d8ef2
Revert "Fix strip-only issue in framework-types package"
4c9b0bf
Fix Node 22-related issues in unit tests
ef6a6dc
Migrate Azure infra provider to Node 22 and Azure Functions v4
e79b772
Change CI/CD actions and workflows to use Node 22
255a2b7
Add rush change file
22a37ba
Update lock file
MarcAstr0 39b572a
Fix broken CLI integration test
9d6ec78
Merge remote-tracking branch 'origin/node_22' into node_22
5aca0b7
Fix typos
9235aca
Fix dependency vulnerabilities and Node 22 compatibility
MarcAstr0 ca63936
Add Functions v4 support for rockets
fdc24a1
Add v4 migration doc
e22bc23
Fix typos
f7388d1
Refactor Web PubSub update during deployment
e1936df
Refactor Web PubSub update during deployment
2899da1
Update lock file
MarcAstr0 8829be6
Fix minor typos
722acfe
Merge remote-tracking branch 'origin/node_22' into node_22
ed93f6c
Fix minor typos
fb9ac49
Add upper bounds to dependency security overrides
24ef535
Remove logs with potentially sensitive data
1185227
Add error for webpubsub_extension not found
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| lts/iron | ||
| lts/jod | ||
10 changes: 10 additions & 0 deletions
10
common/changes/@boostercloud/framework-core/node_22_2026-01-30-16-04.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "changes": [ | ||
| { | ||
| "packageName": "@boostercloud/framework-core", | ||
| "comment": "Node 22 and Azure Functions v4 migration", | ||
| "type": "major" | ||
| } | ||
| ], | ||
| "packageName": "@boostercloud/framework-core" | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.