-
Notifications
You must be signed in to change notification settings - Fork 893
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 yoastseo
and preview packages to NPM
#21410
Merged
enricobattocchi
merged 4 commits into
release/23.1
from
d-claassen/release-yoastseo-and-previews
Jul 4, 2024
Merged
Release yoastseo
and preview packages to NPM
#21410
enricobattocchi
merged 4 commits into
release/23.1
from
d-claassen/release-yoastseo-and-previews
Jul 4, 2024
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
* remove side-effect of publish, as per the recommendation in https://yarnpkg.com/advanced/lifecycle-scripts * using files determine what we would publish, see https://docs.npmjs.com/cli/v10/configuring-npm/package-json#files * ignore .map files, just in case the build contains them * move browserslist-config index out of `src` folder, just for convenience of no `src` in the published version Conflicts: packages/browserslist-config/package.json packages/components/package.json packages/social-metadata-forms/package.json packages/yoastseo/package.json Co-Authored-By: Igor <35524806+igorschoester@users.noreply.github.com>
* as peer deps of the packages using replacement-variable-editor Conflicts: yarn.lock Co-Authored-By: Igor <35524806+igorschoester@users.noreply.github.com>
- @yoast/components:3.0.0-alpha.0 - @yoast/feature-flag:0.6.0-alpha.0 - @yoast/helpers:0.17.0-alpha.0 - @yoast/replacement-variable-editor:2.0.0-alpha.0 - @yoast/search-metadata-previews:3.0.0-alpha.0 - @yoast/social-metadata-forms:2.0.0-alpha.0 - @yoast/social-metadata-previews:2.0.0-alpha.0 - @yoast/style-guie:0.14.0-alpha.0 - yoastseo:2.0.0-alpha.0
d-claassen
added
the
changelog: non-user-facing
Needs to be included in the 'Non-userfacing' category in the changelog
label
May 27, 2024
@d-claassen Please be aware that following packages have been abandoned and are not actively maintained anymore:
Please consider using the other packages instead. |
Pull Request Test Coverage Report for Build e469e1ddd87d6be912fd170bb7f08e60f3e46c43Details
💛 - Coveralls |
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
changelog: non-user-facing
Needs to be included in the 'Non-userfacing' category in the changelog
fix-before-release
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.
Important
Do not rebase this PR. The "Version increase" commit fa68e4c is the exact version that has been published to NPM. Orphaning this commit will make it impossible to properly determine changes since the published version.
Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
0.x.0-alpha.0
and the rest tox.0.0-alpha.0
@yoast/search-metadata-previews
and@yoast/social-metadata-previews
for now with all sub-dependenciesfiles
to determine what we would publish, see https://docs.npmjs.com/cli/v10/configuring-npm/package-json#files.map
files, in case the build contains them@yoast/browserslist-config
'sindex.js
out ofsrc
folder, for convenience of nosrc
in the published version (there's no build step that introduces abuild
folder)@yoast/replacement-variable-editor
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
All changes in this PR are related to what we publish to NPM (which isn't used by any plugin). So this shouldn't effect the plugin itself at all. Any regression testing should be focused on JavaScript-powered features, and specifically those features provided by our NPM packages.
@yoast/components
look as before.Relevant test scenarios
Test instructions for QA when the code is in the RC
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
UI changes
Other environments
[shopify-seo]
, added test instructions for Shopify and attached theShopify
label to this PR.Documentation
Quality assurance
Innovation
innovation
label.Fixes #