Skip to content

chore(deps): update dependency @changesets/cli to ^2.29.2 #36

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2022

This PR contains the following updates:

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

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

v2.29.0

Compare Source

Minor Changes

v2.28.1

Compare Source

Patch Changes

v2.28.0

Compare Source

Minor Changes
Patch Changes

v2.27.12

Compare Source

Patch Changes

v2.27.11

Compare Source

Patch Changes

v2.27.10

Compare Source

Patch Changes

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

Patch Changes

v2.27.7

Compare Source

Patch Changes

v2.27.6

Compare Source

Patch Changes

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

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Aug 1, 2022

⚠️ No Changeset found

Latest commit: 64cc864

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

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 1, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@codecov
Copy link

codecov bot commented Aug 1, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (738061e) to head (8e1d93e).
Report is 1 commits behind head on main.

Current head 8e1d93e differs from pull request most recent head 3129cd6

Please upload reports for the commit 3129cd6 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #36   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           46        46           
  Branches        11        11           
=========================================
  Hits            46        46           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 9f50065 to 778bb8e Compare September 25, 2022 21:59
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.24.1 chore(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 778bb8e to 8e1d93e Compare November 20, 2022 13:05
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.24.4 chore(deps): update dependency @changesets/cli to ^2.25.2 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.25.2 chore(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 8e1d93e to 3b8a378 Compare March 16, 2023 07:17
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.26.0 chore(deps): update dependency @changesets/cli to ^2.26.1 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 3b8a378 to a75a8a9 Compare April 3, 2023 16:21
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.26.1 chore(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 a75a8a9 to cc0ad0d Compare June 27, 2023 11:02
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from cc0ad0d to 15ccc8f Compare November 28, 2023 09:53
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.26.2 chore(deps): update dependency @changesets/cli to ^2.27.0 Nov 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.0 chore(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 15ccc8f to 3a10fbc Compare November 28, 2023 16:37
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 3a10fbc to b9be81d Compare January 4, 2024 17:55
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from b9be81d to ada902b Compare May 17, 2024 14:47
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.1 chore(deps): update dependency @changesets/cli to ^2.27.2 May 17, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from ada902b to 1e0733d Compare May 20, 2024 12:52
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.2 chore(deps): update dependency @changesets/cli to ^2.27.3 May 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.3 chore(deps): update dependency @changesets/cli to ^2.27.4 May 28, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch 2 times, most recently from 4b2d143 to eb1b3c8 Compare May 28, 2024 18:54
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.4 chore(deps): update dependency @changesets/cli to ^2.27.5 May 28, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from eb1b3c8 to 9d24d98 Compare June 24, 2024 11:15
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.5 chore(deps): update dependency @changesets/cli to ^2.27.6 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 9d24d98 to 3129cd6 Compare July 1, 2024 09:42
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.6 chore(deps): update dependency @changesets/cli to ^2.27.7 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 3129cd6 to 7aeb097 Compare September 4, 2024 12:27
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.7 chore(deps): update dependency @changesets/cli to ^2.27.8 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7aeb097 to a213d99 Compare October 3, 2024 19:59
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.8 chore(deps): update dependency @changesets/cli to ^2.27.9 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from a213d99 to 7105002 Compare November 20, 2024 12:21
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.9 chore(deps): update dependency @changesets/cli to ^2.27.10 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7105002 to 1ca437b Compare December 18, 2024 07:09
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.10 chore(deps): update dependency @changesets/cli to ^2.27.11 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 1ca437b to 02e59e4 Compare January 24, 2025 12:36
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.11 chore(deps): update dependency @changesets/cli to ^2.27.12 Jan 24, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 02e59e4 to a9b6f7b Compare February 17, 2025 12:00
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.12 chore(deps): update dependency @changesets/cli to ^2.28.0 Feb 17, 2025
Copy link

socket-security bot commented Feb 17, 2025

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert (click for details)
Warn Critical
loader-utils@1.4.0 has a Critical CVE.

CVE: GHSA-76p3-8jx3-jpfq Prototype pollution in webpack loader-utils (CRITICAL)

Affected versions: < 1.4.1

Patched version: 1.4.1

Source: yarn.lock

ℹ Read more on: This package | This alert | What is a critical CVE?

Next steps: Take 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@socket.dev.

Suggestion: Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/loader-utils@1.4.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from a9b6f7b to 1677c9c Compare February 20, 2025 14:30
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.28.0 chore(deps): update dependency @changesets/cli to ^2.28.1 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 1677c9c to 1caf291 Compare April 14, 2025 12:40
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.28.1 chore(deps): update dependency @changesets/cli to ^2.29.0 Apr 14, 2025
Copy link

coderabbitai bot commented Apr 14, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 1caf291 to a2a52ab Compare April 15, 2025 19:35
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.29.0 chore(deps): update dependency @changesets/cli to ^2.29.1 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from a2a52ab to 64cc864 Compare April 16, 2025 22:57
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.29.1 chore(deps): update dependency @changesets/cli to ^2.29.2 Apr 16, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants