Skip to content
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

fix(deps): update dependency @changesets/cli to ^2.27.5 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.21.1 -> ^2.27.5 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.5

Compare Source

Patch Changes

v2.27.4

Compare Source

Patch Changes

v2.27.3

Compare Source

Patch Changes
  • #​1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

v2.27.2

Compare Source

Patch Changes

v2.27.1

Compare Source

Patch Changes
  • #​1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

v2.27.0

Compare Source

Minor Changes
Patch Changes

v2.26.2

Compare Source

Patch Changes

v2.26.1

Compare Source

Patch Changes
  • #​1115 feddc88 Thanks @​Andarist! - Call pnpm publish directly from the directory of the published package. This allows pnpm to correctly handle configured publishConfig.directory.

v2.26.0

Compare Source

Minor Changes
  • #​1033 521205d Thanks @​Andarist! - A new config-level changedFilePatterns option has been added. You can configure it with an array of glob patterns like here:

    // .changeset/config.json
    {
      "changedFilePatterns": ["src/**"]
    }

    Files that do not match the configured pattern won't contribute to the "changed" status of the package to which they belong. This both affects changesets add and changeset status.

Patch Changes

v2.25.2

Compare Source

Patch Changes

v2.25.1

Compare Source

Patch Changes
  • #​997 4d4d67b Thanks @​JakeGinnivan! - Add error message when running changesets in a repo with workspaces configured but no packages yet

  • #​985 8d0115e Thanks @​mino01x! - Fixed an issue with private packages with versions being included in the CLI prompt despite the privatePackages.version: false setting.

v2.25.0

Compare Source

Minor Changes
  • #​662 8c08469 Thanks @​JakeGinnivan! - Private packages can now be tagged in the same way public packages do when they are published to npm.

    To enable set privatePackages: { version: true, tag: true } in your config.json.

    You can also now opt private packages out of versioning entirely by setting privatePackages: false.

Patch Changes

v2.24.4

Compare Source

Patch Changes

v2.24.3

Compare Source

Patch Changes

v2.24.2

Compare Source

Patch Changes

v2.24.1

Compare Source

Patch Changes

v2.24.0

Compare Source

Minor Changes
  • #​858 dd9b76f Thanks @​dotansimha! - Added a new config flag for changesets version --snapshot mode: --snapshot-prerelease-template

  • #​858 dd9b76f Thanks @​dotansimha! - Added a new config option: snapshot.prereleaseTemplate for customizing the way snapshot release numbers are being composed.

Patch Changes

v2.23.2

Compare Source

Patch Changes

v2.23.1

Compare Source

Patch Changes

v2.23.0

Compare Source

Minor Changes
Patch Changes

v2.22.0

Compare Source

Minor Changes
  • #​768 c87eba6 Thanks @​rohit-gohri! - Allow "commit" option to be more configurable. You can now point to a module (using a module name or a relative path) that might contain getAddMessage and/or getVersionMessage. This allows you to configure how the commit message is generated, if [skip ci] gets included, etc.
Patch Changes

Configuration

📅 Schedule: Branch creation - "before 10am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Apr 1, 2022
@changeset-bot
Copy link

changeset-bot bot commented Apr 1, 2022

⚠️ No Changeset found

Latest commit: 3f8ac57

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from a394f29 to 7b1ea21 Compare June 18, 2022 21:40
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.22.0 fix(deps): update dependency @changesets/cli to ^2.23.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7b1ea21 to 4e20384 Compare September 25, 2022 19:44
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.23.0 fix(deps): update dependency @changesets/cli to ^2.24.4 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 4e20384 to 7451796 Compare November 20, 2022 18:04
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.24.4 fix(deps): update dependency @changesets/cli to ^2.25.2 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.25.2 fix(deps): update dependency @changesets/cli to ^2.26.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7451796 to cc0a28c Compare March 16, 2023 10:04
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.26.0 fix(deps): update dependency @changesets/cli to ^2.26.1 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from cc0a28c to ad1e1f6 Compare March 22, 2023 07:24
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.26.1 fix(deps): update dependency @changesets/cli to ^2.26.2 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from ad1e1f6 to a3598b4 Compare June 27, 2023 11:55
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from a3598b4 to 3a498c2 Compare November 28, 2023 06:56
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.26.2 fix(deps): update dependency @changesets/cli to ^2.27.0 Nov 28, 2023
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.27.0 fix(deps): update dependency @changesets/cli to ^2.27.1 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 3a498c2 to b84de0a Compare November 28, 2023 12:13
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from b84de0a to 56672ab Compare May 17, 2024 12:02
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.27.1 fix(deps): update dependency @changesets/cli to ^2.27.2 May 17, 2024
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.27.2 fix(deps): update dependency @changesets/cli to ^2.27.3 May 20, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 56672ab to 7a16407 Compare May 20, 2024 12:19
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7a16407 to aa537ad Compare May 28, 2024 14:00
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.27.3 fix(deps): update dependency @changesets/cli to ^2.27.4 May 28, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from aa537ad to 3f8ac57 Compare May 28, 2024 17:12
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to ^2.27.4 fix(deps): update dependency @changesets/cli to ^2.27.5 May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants