Update dependency @changesets/cli to ^2.19.0 #340
Closed
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.
This PR contains the following updates:
^2.16.0
->^2.19.0
Release Notes
changesets/changesets
v2.19.0
Compare Source
Minor Changes
b9b6453
Thanks @Andarist! - Added support for a--no-git-tag
CLI flag that can be used withchangeset publish
to skip creating git tags for published packages. This is mostly useful when publishing snapshot releases.Patch Changes
82be80e
Thanks @zthxxx! - Fixed an issue with not being able to reenter exited pre mode.ab8f2b2
Thanks @Andarist! - Updatedis-ci
dependency that helps us to check if Changesets are executed in the CI environment.#710
4272cb0
Thanks @Andarist! - Errors received fromnpm profile get --json
, that is used to check if 2FA is required, will now always be printed.Updated dependencies [
82be80e
,e4c4b29
]:v2.18.1
Compare Source
Patch Changes
#676
d8f0e68
Thanks @Andarist! - Improved compatibility with npm 7+ since they've started to print errors to thestderr
(where previously they were printed tostdout
) when usingnpm publish --json
.#676
d8f0e68
Thanks @Andarist! - Fixed an internal issue that preventednpm publish --json
's output to be handled properly. This makes sure that unrelated JSONs printed by lifecycle scripts don't interfere with our logic.#667
fe8db75
Thanks @fz6m! - Upgraded@manypkg/get-packages
dependency to fix getting correct packages in pnpm workspaces with exclude rules.Updated dependencies [
fe8db75
,9a993ba
]:v2.18.0
Compare Source
Minor Changes
#634
2b49c39
Thanks @joeldenning! - The newchangeset tag
command has been added. It can be used to create git tags for all packages.This is helpful in situations where a different tool is used to publish packages instead of Changesets. For situations where
changeset publish
is executed, runningchangeset tag
is not needed.Note that it is expected that
changeset version
is run beforechangeset tag
, so that thepackage.json
versions are updated before the git tags are created. This command also doesn't take any configuration into account - it simply create tags for all packages with whatever version that is currently in their respectivepackage.json
.Patch Changes
#585
74dda8c
Thanks @javier-garcia-meteologica! - Add support forworkspace:^
andworkspace:~
dependency ranges.#660
5413f3e
Thanks @tmkx! - Fixed an issue with adding[undefined]
to the generated changelog when the commit adding a changeset file could not be found. This could have happened when runningchangeset add && changeset version
in a single command and when using the default changelog generator.Updated dependencies [
2b49c39
,74dda8c
]:v2.17.0
Compare Source
Minor Changes
bc611cf
Thanks @Andarist! - From now on, changeset files starting with a dot (e.g..ignored-temporarily.md
) will be be ignored and kept around after versioning. This allows you to prepare a changeset for something that isn't supposed to be released immediately. An example use case could involve code hidden behind a feature flag.Patch Changes
#582
e89e28a
Thanks @Andarist! - Add support for publishConfig.registryUpdated dependencies [
bc611cf
,e89e28a
]:Configuration
📅 Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.