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

Bump the changesets group with 2 updates #7367

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps the changesets group with 2 updates: @changesets/cli and @changesets/get-github-info.

Updates @changesets/cli from 2.26.2 to 2.27.1

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.1

Patch Changes

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

@​changesets/cli@​2.27.0

Minor Changes

Patch Changes

  • #1053 90a870a Thanks @​paescuj! - Replace the dependency is-ci with ci-info.

  • Updated dependencies [a971652, dfd4cca]:

    • @​changesets/assemble-release-plan@​6.0.0
    • @​changesets/get-dependents-graph@​2.0.0
    • @​changesets/apply-release-plan@​7.0.0
    • @​changesets/get-release-plan@​4.0.0
    • @​changesets/changelog-git@​0.2.0
    • @​changesets/config@​3.0.0
    • @​changesets/errors@​0.2.0
    • @​changesets/logger@​0.1.0
    • @​changesets/types@​6.0.0
    • @​changesets/write@​0.3.0
    • @​changesets/read@​0.6.0
    • @​changesets/git@​3.0.0
    • @​changesets/pre@​2.0.0
Commits

Updates @changesets/get-github-info from 0.5.2 to 0.6.0

Release notes

Sourced from @​changesets/get-github-info's releases.

@​changesets/get-github-info@​0.6.0

Minor Changes

  • #1185 a971652 Thanks @​Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the pr: dependencies relates to dependencies label Dec 4, 2023
Copy link

changeset-bot bot commented Dec 4, 2023

⚠️ No Changeset found

Latest commit: 3098ca0

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

@ybiquitous
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/changesets-4343a19eb4 branch from d9724ed to 347534d Compare December 5, 2023 08:38
ybiquitous added a commit that referenced this pull request Dec 5, 2023
With the Changesets package updates (#7367), the patch doesn't work.
So, this change replaces the patch with a custom script processing the changelog text.
ybiquitous added a commit that referenced this pull request Dec 5, 2023
With the Changesets package updates (#7367), the patch doesn't work.
So, this change replaces the patch with a custom script processing the changelog text.
ybiquitous added a commit that referenced this pull request Dec 5, 2023
With the Changesets package updates (#7367), the patch doesn't work.
So, this change replaces the patch with a custom script processing the changelog text.
@ybiquitous
Copy link
Member

@dependabot rebase

Bumps the changesets group with 2 updates: [@changesets/cli](https://github.com/changesets/changesets) and [@changesets/get-github-info](https://github.com/changesets/changesets).


Updates `@changesets/cli` from 2.26.2 to 2.27.1
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.26.2...@changesets/cli@2.27.1)

Updates `@changesets/get-github-info` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/get-github-info@0.5.2...@changesets/get-github-info@0.6.0)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: changesets
- dependency-name: "@changesets/get-github-info"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: changesets
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/changesets-4343a19eb4 branch from 347534d to 3098ca0 Compare December 5, 2023 23:40
@ybiquitous ybiquitous merged commit 107e18b into main Dec 5, 2023
16 checks passed
@ybiquitous ybiquitous deleted the dependabot/npm_and_yarn/changesets-4343a19eb4 branch December 5, 2023 23:46
fpetrakov added a commit to fpetrakov/stylelint that referenced this pull request Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies relates to dependencies
Development

Successfully merging this pull request may close these issues.

None yet

1 participant