Skip to content

build(deps): bump the gomod-tools group across 1 directory with 2 updates - #29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/tools/gomod-tools-6a42a3cb7a
Open

build(deps): bump the gomod-tools group across 1 directory with 2 updates#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/tools/gomod-tools-6a42a3cb7a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod-tools group with 2 updates in the /tools directory: github.com/hashicorp/copywrite and github.com/hashicorp/terraform-plugin-docs.

Updates github.com/hashicorp/copywrite from 0.22.0 to 0.25.3

Release notes

Sourced from github.com/hashicorp/copywrite's releases.

v0.25.3

Bug Fixes

  • LICENSE no longer updated on every run (#224)
    anyFileUpdated was unconditionally set to true in non-plan mode due to a buggy condition, causing the LICENSE file's copyright year to be bumped on every successful run — even when all source file headers were already correct. This triggered spurious pre-commit hook failures with "files were modified by this hook" when nothing should have changed. addlicense.Run now correctly reports whether it actually wrote any files, and the LICENSE update is gated on that signal.

  • Ignored directories are now skipped in a single step (#225)
    Patterns in header_ignore (e.g. .venv/**, vendor/**) were previously only checked against files — the walk still descended into every directory unconditionally, visiting each file before discarding it. For directories with thousands of files this caused significant slowdowns. The walk now checks each directory against ignore patterns and returns filepath.SkipDir immediately, pruning the entire subtree regardless of how many files are inside.

Full Changelog

hashicorp/copywrite@v0.25.2...v0.25.3

v0.25.2

What's Changed

New Features

  • ignore_year1 config option (#213): Added a new project.ignore_year1 boolean flag in .copywrite.hcl. When set to true, the tool skips updating the start year in existing copyright headers, preserving historically accurate start years (e.g. 2015) even when they differ from copyright_year in config. End-year logic is unaffected — files modified after their copyright end year still get the end year bumped to current year. New files with no copyright header are also unaffected and always receive the config year as the start year.

    project {
      copyright_year = 2024
    Preserve original start years in existing headers
    ignore_year1 = true
    }

Bug Fixes

  • Removed unused ignore_year2 references from config, CLI, init template, and README.

Documentation

  • README updated with ignore_year1 behaviour for both source file headers and LICENSE files.
  • Init template updated to include ignore_year1 as a commented-out option.

v0.25.1

Fixed

... (truncated)

Commits
  • b3e6599 fix: skip ignored directories early during file walk (#225)
  • f558415 fix: LICENSE file no longer updated on every run when no headers changed (#224)
  • a3688dd [chore] : Bump actions/upload-artifact from 6.0.0 to 7.0.1 (#218)
  • 6c09892 [chore] : Bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 (#219)
  • 04fdad9 bump konaf pkg 1.5.0 > 2.3.4 (#215)
  • 9c2be07 [chore] : Bump actions/setup-go from 6.2.0 to 6.4.0 (#216)
  • 55932f7 [chore] : Bump github.com/jedib0t/go-pretty/v6 from 6.7.8 to 6.7.9 (#217)
  • 24ca005 [chore] : Bump golang.org/x/sync from 0.19.0 to 0.20.0 (#212)
  • ffab25f Skip symlinks in file walk to avoid broken-symlink crashes (#214)
  • 376a04c Feat/ignore year1 header behavior (#213)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-docs from 0.24.0 to 0.25.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-docs's releases.

v0.25.0

FEATURES:

  • generate: Add support for state stores (#570)
  • migrate: Add support for state stores (#570)
  • validate: Add support for state stores (#570)

BUG FIXES:

  • deps: bump github.com/hashicorp/hc-install to v0.9.4 (#589)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-docs's changelog.

0.25.0 (April 20, 2026)

FEATURES:

  • generate: Add support for state stores (#570)
  • migrate: Add support for state stores (#570)
  • validate: Add support for state stores (#570)

BUG FIXES:

  • deps: bump github.com/hashicorp/hc-install to v0.9.4 (#589)
Commits
  • e5b0eeb Update changelog
  • fd00ec9 chore: add changie entry for hc-install v0.9.4 bump (#590)
  • 4dbee13 build(deps): bump github.com/hashicorp/hc-install from 0.9.3 to 0.9.4 (#589)
  • ca412a0 build(deps): bump github.com/zclconf/go-cty from 1.18.0 to 1.18.1 (#586)
  • e3ac780 build(deps): bump miniscruff/changie-action in the github-actions group (#583)
  • e2e3d23 build(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 (#582)
  • 0e82bdb build(deps): bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 (#580)
  • 3628273 build(deps): bump actions/setup-go in the github-actions group (#579)
  • c73d460 build(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 (#574)
  • 191ecdf all: Add support for state stores (#570)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 5, 2026
…ates

Bumps the gomod-tools group with 2 updates in the /tools directory: [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) and [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs).


Updates `github.com/hashicorp/copywrite` from 0.22.0 to 0.25.3
- [Release notes](https://github.com/hashicorp/copywrite/releases)
- [Commits](hashicorp/copywrite@v0.22.0...v0.25.3)

Updates `github.com/hashicorp/terraform-plugin-docs` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-docs@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/copywrite
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-tools
- dependency-name: github.com/hashicorp/terraform-plugin-docs
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the gomod-tools group in /tools with 2 updates build(deps): bump the gomod-tools group across 1 directory with 2 updates Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/tools/gomod-tools-6a42a3cb7a branch from 68a36fa to 8c368a4 Compare July 13, 2026 05:33
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants