-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Advance RFC #0907 "pnpm support"
to Stage Ready for Release
#932
Merged
Conversation
This file contains 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
emberjs-rfcs-bot
added
RFC Advancement
S-Ready for Release
PR to move to the Ready for Release Stage
labels
Jun 2, 2023
Docs pr is here: ember-learn/cli-guides#290 |
This was referenced Jun 23, 2023
I think
should be omitted from this list, because it's orthogonal to pnpm support. We can still alias it, but I don't think it should be a blocker, since it's a pre-existing "weirdness" |
PR for guides-source: ember-learn/guides-source#1944 |
achambers
force-pushed
the
advance-rfc-0907
branch
from
August 11, 2023 14:27
5ea83ce
to
6830ffd
Compare
7 tasks
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Advance #907 to the Ready For Release Stage
Summary
This pull request is advancing the RFC to the Ready For Release Stage.
An FCP is required before merging this PR to advance.
Upon merging this PR, automation will open a draft PR for this RFC to move to the Released Stage.
Ready for Release Stage Description
This stage is complete when the implementation is complete according to plan outlined in the RFC, and is in harmony with any changes in Ember that have occurred since the RFC was first written. This includes any necessary learning materials. At this stage, features or deprecations may be available for use behind a feature flag, or with an optional package, etc.
For codebase changes, there are no open questions that are anticipated to require breaking changes; the Ember team is ready to commit to the stability of any interfaces exposed by the current implementation of the feature.
This stage should include a list of criteria for determining when the proposal can be considered Recommended after being Released.
An FCP is required to move into this stage.
Each Ember core team will be requested as a reviewer on the PR to move into this stage. A representative of each team adds a review. If a team does not respond to the request, and after the conclusion of the FCP, it is assumed that the release may proceed.
Checklist to move to Ready for Release
Final Comment Period
label has been added to start the FCPCriteria for moving to Recommended (required)
A set of criteria for moving this RFC to the Recommended Stage, following release:
Track Implementation
--pnpm
when generating a project in ember-cli #10287pnpm
when usingember install
#10287pnpm
inember-try
; remove experimental warning Remove warning about pnpm ember-cli/ember-try#956 Document pnpm options and behavior ember-cli/ember-try#957 Update and test pnpm behavior so that we simulate a new user install ember-cli/ember-try#958 Use pnpm's --no-lockfile ember-cli/ember-try#960Alias--skip-npm
to--skip-install-deps
Determine preferablepnpm
install action setup (should it move to an org we control? should we usepnpm
's action? See comment herepnpm
as an optionReleasing checklist