Releases: cloudposse-github-actions/install-gh-releases
v1.5.0
v1.4.3
Fix CI typescript workflow @goruha (#18)
## what * Fix CI typescript workflowwhy
- The workflow
cloudposse/github-actions-workflows/blob/main/.github/workflows/ci-typescript-app-check-dist.ymlis archived
references
🚀 Enhancements
Bump cross-spawn from 7.0.3 to 7.0.6 @[dependabot[bot]](https://github.com/apps/dependabot) (#14)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.Changelog
Sourced from cross-spawn's changelog.
7.0.6 (2024-11-18)
Bug Fixes
- update cross-spawn version to 7.0.5 in package-lock.json (f700743)
7.0.5 (2024-11-07)
Bug Fixes
- fix escaping bug introduced by backtracking (640d391)
7.0.4 (2024-11-07)
Bug Fixes
Commits
77cd97fchore(release): 7.0.66717de4chore: upgrade standard-versionf700743fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2chore: fix build status badge0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
🤖 Automatic Updates
Bump cross-spawn from 7.0.3 to 7.0.6 @[dependabot[bot]](https://github.com/apps/dependabot) (#14)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.Changelog
Sourced from cross-spawn's changelog.
7.0.6 (2024-11-18)
Bug Fixes
- update cross-spawn version to 7.0.5 in package-lock.json (f700743)
7.0.5 (2024-11-07)
Bug Fixes
- fix escaping bug introduced by backtracking (640d391)
7.0.4 (2024-11-07)
Bug Fixes
Commits
77cd97fchore(release): 7.0.66717de4chore: upgrade standard-versionf700743fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2chore: fix build status badge0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
//: # (dependabo...
v1.4.2
🚀 Enhancements
Bump tmp from 0.2.3 to 0.2.4 @[dependabot[bot]](https://github.com/apps/dependabot) (#17)
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.Commits
08fa3abUpdate version1cf4ec5Merge commit from fork188b25eFix GHSA-52f5-9888-hmc673b9fe4Add test case for GHSA-52f5-9888-hmc6b8e2f29Remove broken tests2892a02Remove outdated URLf592318Reformat package.json995ac8cMerge pull request #301 from raszi/dependabot/npm_and_yarn/braces-3.0.3caa758dBump braces from 3.0.2 to 3.0.3- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bump form-data from 2.5.1 to 2.5.5 @[dependabot[bot]](https://github.com/apps/dependabot) (#16)
Bumps [form-data](https://github.com/form-data/form-data) from 2.5.1 to 2.5.5.Release notes
Sourced from form-data's releases.
v2.5.2
Fixes
Buffer.fromandBuffer.allocrequire node 4+- npmignore temporary build files (#532)
- move util.isArray to Array.isArray (#564)
Tests
- migrate from travis to GHA
Changelog
Sourced from form-data's changelog.
v2.5.5 - 2025-07-18
Commits
- [meta] actually ensure the readme backup isn’t published
10626c0- [Fix] use proper dependency
026abe5v2.5.4 - 2025-07-17
Fixed
- [Fix]
append: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)Commits
- [eslint] update linting config
8bf2492- [meta] add
auto-changelogb5101ad- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
0e93122- [Fix] Switch to using
cryptorandom for boundary valuesb88316c- [Fix] validate boundary type in
setBoundary()method131ae5e- [Tests] Switch to newer v8 prediction library; enable node 24 testing
c97cfbe- [Refactor] use
hasown97ac9c2- [meta] remove local commit hooks
be99d4e- [Dev Deps] remove unused deps
ddbc89b- [meta] fix scripts to use prepublishOnly
e351a97- [Dev Deps] remove unused script
8f23366- [Dev Deps] add missing peer dep
02ff026- [meta] fix readme capitalization
2fd5f61v2.5.3 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTagwhen available[#573](https://github.com/form-data/form-data/issues/573)Fixed
- [Fix] set
Symbol.toStringTagwhen available (#573)[#396](https://github.com/form-data/form-data/issues/396)Commits
- [Refactor] use
Object.prototype.hasOwnProperty.call6e682d4- [Dev Deps] update
@types/node,browserify,coveralls,eslint,formidable,in-publish,phantomjs-prebuilt,pkgfiles,pre-commit,request,tape,typescript819f6b7- Only apps should have lockfiles
b170ee2- [Deps] update
combined-stream,mime-types6b1ca1d- Bumped version 2.5.3
9457283- [Dev Deps] pin
request
v1.4.1
🚀 Enhancements
chore: Update `actions/cache` @milldr (#13)
## what - Bump `actions/cache` to > `v4`why
All previous versions of this package will be deprecated. We recommend upgrading to version 4.0.0 as soon as possible before February 1st, 2025.
If you do not upgrade, all workflow runs using any of the deprecated @actions/cache packages will fail.
Upgrading to the recommended version should not break or require any changes to your workflows beyond updating your package.json to version 4.0.0.