-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Release: Patch 7.0.21 #23012
Release: Patch 7.0.21 #23012
Conversation
Build: Upgrade playwright to 1.35.0
Build: Remove `playwright` and `playwright-core`, but keep the resolutions
Build: Fix CI with conflicting playwright version
Build: Fix playwright issues on main
Release: New release tooling
Release: Fix minor scripts and workflows
Release: Rework versioning command
Release: Don't pick patches when prereleasing
Release: Don't reference prototype repository
Release: Fix permissions for publish script
Release: Fix not escaping content of GH Releases
Build: Release tooling for main
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is network access?This module accesses the network. Packages should remove all network access that isn't functionally unnecessary. Consumers should audit network access to ensure legitimate use. What is new author?A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package. Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights. What is shell access?This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code. Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
Release tooling: Give the full commit hash to the github API
9bd383f
to
b4c898c
Compare
Release tooling: Fix commit comparing
b4c898c
to
d475693
Compare
main
main
: patch from 7.0.20 to 7.0.21
c88dd11
to
3f37160
Compare
4bb74d8
to
5658592
Compare
…for-all-packages Build: Use local registry for all packages
47cd504
to
f9e7aa8
Compare
4a54d22
to
4b03407
Compare
…ithub-bot Release tooling: Trigger circle CI on pushes by github action bot
4b03407
to
baff041
Compare
…neration fix: Build manager adding multiple dashes to relative path (cherry picked from commit 7f1ffa7)
Release: Fix release and changelog generation (cherry picked from commit b50a3b5)
…in-init CLI: Improve steps in storybook init (cherry picked from commit b50aa50)
Docs: Simplify `migration-guide` (cherry picked from commit 28197ea)
Docs: Add ArgTypes API reference (cherry picked from commit e39cc9f)
…-install-addon Docs: Clarify APIs of Controls doc block/addon/argTypes (cherry picked from commit 893b4a8)
…ome-more Bug: Fix angular ivy-preset (cherry picked from commit 0c0e0d0)
Bug: Fix for angular 16.1 compatibility (cherry picked from commit 4f0c895)
b058749
to
9dc7339
Compare
…ilder CLI: Skip builder selection for react native (cherry picked from commit 8b9ffc7)
Build: Fix E2E and chromatic inconsistencies (cherry picked from commit d00fe88)
…-19167-18858-custom-elements-manifest-update Web-components: Fix custom-elements order of property application (cherry picked from commit abfc677)
Chore: (Docs) Removes references to outdated APIs and packages (cherry picked from commit 1c3d369)
Build: Upgrade playwright to 1.35.0 (cherry picked from commit 10e6a67)
…-helpers-latest Dependencies: Set vue-component-type-helpers to latest (cherry picked from commit 9630bdd)
dfc3a0c
to
9daeda4
Compare
Also bumps RxJS to 7.x See storybookjs/storybook#23057 and storybookjs/storybook#23064 for more info TODO: Rollback to 7.0.21 when storybookjs/storybook#23012 is merged
main
: patch from 7.0.20 to 7.0.21
This is an automated pull request that bumps the version from
7.0.20
to7.0.21
.Once this pull request is merged, it will trigger a new release of version
7.0.21
.If you're not a core maintainer with permissions to release you can ignore this pull request.
To do
Before merging the PR, there are a few QA steps to go through:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next
, that will be part of this release:builder-manager
adding multiple dashes to relative path #22974migration-guide
#22986of={...}
DocBlock error in story index #22782🍒 Manual cherry picking needed!
The following pull requests could not be cherry-picked automatically because it resulted in merge conflicts.
For each pull request below, you need to either manually cherry pick it, or discard it by removing the "patch" label from the PR and re-generate this PR.
git cherry-pick -m1 -x d00fe882583e80742a620566771e106de9a7743e
git cherry-pick -m1 -x 3b801a6921bcd7c46db3b3a8ac67866d60337dac
git cherry-pick -m1 -x abfc677253bcd7ddb05c3a05ba34486dfcc974fe
git cherry-pick -m1 -x 1c3d36987dcc925d70a9959e496ad8ef5ec61258
git cherry-pick -m1 -x 10e6a6791a2e2262c5063bcbee894babcb00ba56
git cherry-pick -m1 -x 9630bdd1622ba0533948445c22b96164c865d965
git cherry-pick -m1 -x 755f25739c870e8a00b03d69ed145bb2eb0c2ce1
git cherry-pick -m1 -x de18fccdb6571c1a54f8177f125059cfa21bda48
git cherry-pick -m1 -x ec249113e0890ea0935ff8c6f56e8923c107e7eb
If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.
When everything above is done:
Generated changelog
7.0.21
builder-manager
adding multiple dashes to relative path - #22974, thanks @ MarioCadenas!of={...}
DocBlock error in story index - #22782, thanks @ shilman!