Skip to content

Bump tmp from 0.0.33 to 0.2.4#1753

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tmp-0.2.4
Closed

Bump tmp from 0.0.33 to 0.2.4#1753
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tmp-0.2.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

Bumps tmp from 0.0.33 to 0.2.4.

Changelog

Sourced from tmp's changelog.

v0.2.2 (2024-02-28)

🐛 Bug Fix

📝 Documentation

Committers: 5

v0.2.1 (2020-04-28)

🚀 Enhancement

🏠 Internal

Committers: 1

v0.2.0 (2020-04-25)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.0.33...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 6, 2025
@fflorent fflorent self-assigned this Aug 7, 2025
@fflorent
Copy link
Collaborator

fflorent commented Aug 7, 2025

I am taking a look on it.

@fflorent fflorent mentioned this pull request Aug 7, 2025
4 tasks
@fflorent
Copy link
Collaborator

fflorent commented Aug 7, 2025

Closing this PR in favor of #1755

@fflorent fflorent closed this Aug 7, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tmp-0.2.4 branch August 7, 2025 18:10
paulfitz pushed a commit that referenced this pull request Aug 11, 2025
## Context

See #1753 

But the tests fail.

It fixes a vulnerability (with a low score):
GHSA-52f5-9888-hmc6

EDIT: I also have found that the CI does not pass due to a regression by
the `tmp` library:
raszi/node-tmp#309

## Proposed solution

1. Also upgrade the type definition
2. Adapt the tests to make it compile
3. See whether the CI passes 👀
4. Fix the node-tmp library ([Pull-Request
accepted](raszi/node-tmp#309))
5. Remove any type override of `tmp`, remove use of Bluebirds'
`promisifyAll` (I am not very comfortable with altering the prototype
globally) and rather use the already imported library `tmp-promise`.

## Has this been tested?

<!-- Put an `x` in the box that applies: -->

- [x] 👍 yes, I added tests to the test suite
- [ ] 💭 no, because this PR is a draft and still needs work
- [ ] 🙅 no, because this is not relevant here
- [ ] 🙋 no, because I need help <!-- Detail how we can help you -->

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant