matthewp / haunted

React's Hooks API implemented for web components 👻
BSD 2-Clause "Simplified" License
2.59k stars 92 forks source link

build(deps-dev): bump @changesets/cli from 2.22.0 to 2.24.1 #419

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @changesets/cli from 2.22.0 to 2.24.1.

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.24.1

Patch Changes

  • Updated dependencies [f64bc1b]:
    • @​changesets/git@​1.4.1
    • @​changesets/apply-release-plan@​6.0.3
    • @​changesets/read@​0.5.7
    • @​changesets/get-release-plan@​3.0.12

@​changesets/cli@​2.24.0

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

  • #858 dd9b76f Thanks @​dotansimha! - A possibility to use the calculated version for snapshot releases is now stable 🥳 All snapshot-related config parameters are now grouped under a single config property called snapshot.

    To migrate, make sure to update your config.json.

    Old usage (still works, but comes with a deprecated warning):

    {
      "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
        "useCalculatedVersionForSnapshots": true
      }
    }
    

    New usage:

    {
      "snapshot": {
        "useCalculatedVersion": true
      }
    }
    
  • Updated dependencies [dd9b76f, dd9b76f, dd9b76f]:

    • @​changesets/config@​2.1.0
    • @​changesets/git@​1.4.0
    • @​changesets/assemble-release-plan@​5.2.0
    • @​changesets/types@​5.1.0
    • @​changesets/apply-release-plan@​6.0.2
    • @​changesets/get-release-plan@​3.0.11

... (truncated)

Commits
  • 382db65 Version Packages (#890)
  • f64bc1b Fixed getCurrentCommitId so that the returned value doesn't contain quotati...
  • e420482 Version Packages (#882)
  • dd9b76f Make snapshot. useCalculatedVersion a stable option and introduce `snapshot...
  • 5af3f2f Version Packages (#873)
  • e174172 Fixed filtering of the ignored packages when adding a changeset (#871)
  • b812293 Version Packages (#845)
  • 84e46d1 Dont't include ignored packages when adding a changeset (#744)
  • 7febb59 Ignore ranges when snapshot versioning is performed (use exact versions) (#857)
  • 2827c7a Fixed the declared JSON schema type for the changelog config option (#854)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 75abc28a97f375a584420a6b2255c5d9e9d77b23

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

netlify[bot] commented 1 year ago

Deploy Preview for hauntedhooks ready!

Name Link
Latest commit 75abc28a97f375a584420a6b2255c5d9e9d77b23
Latest deploy log https://app.netlify.com/sites/hauntedhooks/deploys/62dfbb69605df90008961104
Deploy Preview https://deploy-preview-419--hauntedhooks.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

dependabot[bot] commented 1 year ago

Superseded by #420.