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 checksync from 5.0.5 to 8.0.1 #1136

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 Mar 18, 2025

Bumps checksync from 5.0.5 to 8.0.1.

Release notes

Sourced from checksync's releases.

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

  • 6ed7f08: This fixes an issue where default argument values would override explicit configuration. This was unintentional; only explicitly provided argument values should override configuration. Since some folks may be relying on this broken behaviour, this is a major update. As part of this fix, argument parsing is now handled by yargs instead of minimist

v6.0.2

Patch Changes

  • e20347a: Fix --allowEmptyTags arg and update help.

v6.0.1

Patch Changes

  • e996820: Add support for empty tags. This is a non-breaking change. The configuration must be updated to allow this.

v6.0.0

Major Changes

Changelog

Sourced from checksync's changelog.

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

Patch Changes

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

7.0.0

Major Changes

  • 6ed7f08: This fixes an issue where default argument values would override explicit configuration. This was unintentional; only explicitly provided argument values should override configuration. Since some folks may be relying on this broken behaviour, this is a major update. As part of this fix, argument parsing is now handled by yargs instead of minimist

6.0.2

Patch Changes

  • e20347a: Fix --allowEmptyTags arg and update help.

6.0.1

Patch Changes

  • e996820: Add support for empty tags. This is a non-breaking change. The configuration must be updated to allow this.

6.0.0

Major Changes

... (truncated)

Commits
  • dc475f7 Version Packages (#2074)
  • 2d2a9ad Use canonical path for symlinked files (#2069)
  • b178413 Bump rollup from 4.35.0 to 4.36.0 (#2072)
  • b78bebe Bump eslint-import-resolver-typescript from 3.8.6 to 3.8.7 (#2070)
  • 44ceea1 Bump eslint-import-resolver-typescript from 3.8.4 to 3.8.6 (#2068)
  • 0cd7e22 Bump @​swc-node/register from 1.10.9 to 1.10.10 (#2067)
  • 91a506b Bump @​babel/eslint-parser from 7.26.8 to 7.26.10 (#2062)
  • 4c72785 Bump @​babel/core from 7.26.9 to 7.26.10 (#2066)
  • 0a8c583 Bump @​babel/eslint-plugin from 7.25.9 to 7.26.10 (#2065)
  • 7d2ccdd Bump @​rollup/plugin-node-resolve from 16.0.0 to 16.0.1 (#2063)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 18, 2025
Copy link

changeset-bot bot commented Mar 18, 2025

⚠️ No Changeset found

Latest commit: 96f0efb

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/checksync-8.0.1 branch from d5fb5c5 to 96f0efb Compare March 21, 2025 21:55
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