fix(deps): update module github.com/hashicorp/copywrite to v0.25.1#263
Open
sander0542-renovate[bot] wants to merge 3 commits into
Open
fix(deps): update module github.com/hashicorp/copywrite to v0.25.1#263sander0542-renovate[bot] wants to merge 3 commits into
sander0542-renovate[bot] wants to merge 3 commits into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: tools/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
2e62607 to
56e8d95
Compare
Sander0542
previously approved these changes
Jan 30, 2026
56e8d95 to
8468496
Compare
8468496 to
83d062a
Compare
03475af to
9929361
Compare
49aa757 to
60204a2
Compare
c3eefe0 to
ea5ae1d
Compare
232867c to
e1ed29b
Compare
e1ed29b to
0d42891
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.22.0→v0.25.1Release Notes
hashicorp/copywrite (github.com/hashicorp/copywrite)
v0.25.1Compare Source
Fixed
Details
This release fixes two critical bugs introduced in v0.25.0 (#191):
buildRepositoryCachenow correctly formats git output with__CW_YEAR__=prefix, allowing the parser to properly identify years vs filenamesUsers running v0.25.0 who noticed copyright year updates weren't working should upgrade to this version.
v0.25.0Compare Source
Improvements
v0.24.2Compare Source
v0.24.2
Bug Fixes
Fix .hbs file copyright parsing to prevent code corruption
Fixed a critical bug where the copyright detection logic was incorrectly modifying JavaScript code inside
.hbs(Handlebars) template files. Previously, any indented line containing "copyright" (such ascopyright: 'Copyright Acme Inc.'in JavaScript objects) was being treated as a copyright header and modified.What changed:
.hbsfiles to distinguish between actual copyright headers inside{{! ... }}comment blocks and regular code{{! ... }}comment blocksImpact:
.hbsfiles with multi-line copyright headers in{{! ... }}blocks work correctly.js,.go,.py, etc.) are unaffectedThis fix was tested against the
hashicorp/boundary-uirepository and confirmed to resolve the issue without introducing regressions.v0.24.1Compare Source
What's Changed
v0.24.0Compare Source
What's Changed
Full Changelog: hashicorp/copywrite@v0.23.0...v0.24.0
v0.23.0Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/copywrite@v0.22.0...v0.23.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.