Skip to content

Bump checksync from 5.0.5 to 10.0.0 #1145

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2025

Bumps checksync from 5.0.5 to 10.0.0.

Release notes

Sourced from checksync's releases.

v10.0.0

Major Changes

  • 8c53b2c: Removed the includeDotPaths config option and associated argument. It was a mistake. If you need a path that starts with a . to be included, explicitly list it in the includeGlobs configuration or the paths passed to the CLI command.

v9.0.1

Patch Changes

  • aa181d4: Fix --help

v9.0.0

Major Changes

  • 4066145: Include dot paths when parsing include globs. This is a breaking change as this is turned on by default. To turn off, use the --includeDotPaths=false or explicitly set includeDotPaths in your config file.

Minor Changes

  • 38b0cbe: Fix bug with output sink and improve error messaging when root marker cannot be found

Patch Changes

  • c243766: Allow color output to be disabled using NO_COLOR=1 or FORCE_COLOR=0

v8.0.1

Patch Changes

  • 2d2a9ad: Handle symlinks in a deterministic manner so that remote tag checksums are stable

v8.0.0

Major Changes

  • 4b044fb: Add support for self-hashed tags with remote targets
  • 2e87ab4: Add support for migrating any tag that matches a migration rule
  • f8fd741: Add support for migrations and migrating tags that don't have return tags pointing to them

Patch Changes

  • 23439ea: Update to TypeScript 5.8
  • ecd9da4: Moving to pnpm instead of yarn
  • e2f8b09: Add ability to parse markers to a JSON file and then use that file as input to future runs
  • d784980: Rework error generation to make code a little more manageable

v7.0.1

Patch Changes

  • 2d2d6a4: Fix --help and --version

v7.0.0

Major Changes

... (truncated)

Changelog

Sourced from checksync's changelog.

10.0.0

Major Changes

  • 8c53b2c: Removed the includeDotPaths config option and associated argument. It was a mistake. If you need a path that starts with a . to be included, explicitly list it in the includeGlobs configuration or the paths passed to the CLI command.

9.0.1

Patch Changes

  • aa181d4: Fix --help

9.0.0

Major Changes

  • 4066145: Include dot paths when parsing include globs. This is a breaking change as this is turned on by default. To turn off, use the --includeDotPaths=false or explicitly set includeDotPaths in your config file.

Minor Changes

  • 38b0cbe: Fix bug with output sink and improve error messaging when root marker cannot be found

Patch Changes

  • c243766: Allow color output to be disabled using NO_COLOR=1 or FORCE_COLOR=0

8.0.1

Patch Changes

  • 2d2a9ad: Handle symlinks in a deterministic manner so that remote tag checksums are stable

8.0.0

Major Changes

  • 4b044fb: Add support for self-hashed tags with remote targets
  • 2e87ab4: Add support for migrating any tag that matches a migration rule
  • f8fd741: Add support for migrations and migrating tags that don't have return tags pointing to them

Patch Changes

  • 23439ea: Update to TypeScript 5.7.3
  • f8fd741: Add support for iterator helpers per the proposal
  • ecd9da4: Moving to pnpm instead of yarn
  • e2f8b09: Add ability to parse markers to a JSON file and then use that file as input to future runs
  • d784980: Rework error generation to make code a little more manageable

7.0.1

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [checksync](https://github.com/somewhatabstract/checksync) from 5.0.5 to 10.0.0.
- [Release notes](https://github.com/somewhatabstract/checksync/releases)
- [Changelog](https://github.com/somewhatabstract/checksync/blob/main/CHANGELOG.md)
- [Commits](somewhatabstract/checksync@v5.0.5...v10.0.0)

---
updated-dependencies:
- dependency-name: checksync
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2025
Copy link

changeset-bot bot commented Apr 8, 2025

⚠️ No Changeset found

Latest commit: c5b1403

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants