Merge from Main to Release #1167
Merged
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.
Pushing Main to release branch for release
Environment and Dependency Updates:
Node.js and npm upgrades:
.github/workflows/PullRequest.yml
and.github/workflows/codeql.yml
. [1] [2].github/workflows/PullRequest.yml
.engines.node
inpackage.json
to require Node.js >=20.0.0.Dependency updates in
package.json
:@microsoft/powerplatform-cli-wrapper
to version^0.1.134
.@types/node
and other minor dependency versions. [1] [2]pac CLI Updates:
Microsoft.PowerApps.CLI
and related packages to version 1.43.6 innuget.json
.extension/overview.md
.Task Enhancements:
Asynchronous operation support:
AsyncOperation
parameter to theadd-solution-component
task, allowing it to run as an asynchronous operation. [1] [2]Node.js 20 execution support:
Node20_1
execution support to several task definitions (e.g.,apply-solution-upgrade
,assign-group
,assign-user
, etc.). [1] [2] [3] [4] [5] [6] [7] [8]Community and Documentation Cleanup:
Removed outdated community files:
COMMUNITY.md
,Office_Hours.md
, and the associated.ics
calendar file. These files were related to community office hours, which are no longer active. [1] [2] [3]Updated community engagement links:
README.md
to redirect to broader Microsoft community resources instead of specific office hours.Build Process Improvements:
--max-old-space-size
to 5120 MB for build-related scripts inpackage.json
to improve build stability.These changes collectively modernize the project, improve compatibility with newer Node.js versions, and streamline the community-related documentation.