SPFx 1.22.0-beta.3 - Feedback #10442
Replies: 8 comments 6 replies
|
Thanks @Adam-it , it is my mistake for not seeing these earlier, we were triaging out of the "Issues" tab.
The goal is to get to 0 by the 1.22 GA. Of course, this is an ongoing process as new vulnerabilities are discovered and reported all the time. And some (places where we directly depend on outdated versions) are easier to fix than others (places where the vulnerability is coming from deep within dependency chain and requires fixes to non-Microsoft OSS packages). If we ship with known npm audit issues, we'll be sure to publish reasoning. |
This is just to ensure consistency of the peer dependency. Rush Stack lives in a different repo than SPFx core, there's a small delta between them, and NPM will try to install latest Rush Stack versions. I actually think this is a byproduct of how npm handles "^" dependencies for <1.0 versions, and we may be able to remove after the Heft 1.0.
Yes, it is! We are very excited about this. The next beta will utilize Heft 1.0. |
This would be pretty trivial to add. We will consider it. We'll likely add this as a top-level heft command. Note: heft commands can be easily added using |
Ack. We will look at this. By default everything runs non-production for consistency. It could make sense to combine this with the above in an all-encompassing |
We track if the solution was created with gulp or heft, as you can't mix the two.
We aren't using these are the moment. But for consistency, I'll take a look at this. Also, in the future, we're looking at improving the |
We'll double check this and bring it back if necessary. |
|
Looks like eject mode might not be working properly in Beta 3, this will be fixed in Beta 4. |
|
Closing this one as a new beta was released, and we may continue the discussion on #10448 |
Uh oh!
There was an error while loading. Please reload this page.
Follow up to #10437
I want to open this discussion to gather some feedback regarding SPFx 1.22.0 -beta.3
All reactions