feat: update to forge-build-tools 3.2.0 with async minifyHtml API#35
Open
tyler-josh wants to merge 3 commits intotyler-technologies-oss:mainfrom
Open
feat: update to forge-build-tools 3.2.0 with async minifyHtml API#35tyler-josh wants to merge 3 commits intotyler-technologies-oss:mainfrom
tyler-josh wants to merge 3 commits intotyler-technologies-oss:mainfrom
Conversation
BREAKING CHANGE: Updates forge-build-tools dependency to 3.2.0 which includes async minifyHtml() API. This change is transparent to CLI users but may affect any code that directly imports internal utilities. Security fixes included: - Addresses html-minifier ReDoS vulnerability (GHSA-pfq8-rq6v-vf5m) - Addresses lodash.template command injection (GHSA-35jh-r3h4-6jhm) - Addresses @octokit ReDoS vulnerabilities via npm overrides - Updates brace-expansion to address ReDoS vulnerability CLI interface remains fully compatible.
DRiFTy17
reviewed
Jul 22, 2025
.gitignore
Outdated
| test/coverage/ | ||
| .vscode/ | ||
| .DS_Store | ||
| CLAUDE.md |
Collaborator
There was a problem hiding this comment.
Could you undo the changes to this file? We're going to add claude context files at some point across all of the repos.
| @@ -1,3 +1,4 @@ | |||
|
|
|||
Collaborator
There was a problem hiding this comment.
I don't think it'll mess with the changelog generator, but might as well just remove the unrelated line change here
Collaborator
There was a problem hiding this comment.
What changed with this file?
- Remove CLAUDE.md from .gitignore to allow team to add official guidance - Local CLAUDE.md remains untracked for development use
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.
Summary
Changes
Testing