Conversation
|
@dependabot rebase |
Bumps [tmp](https://github.com/raszi/node-tmp) and [patch-package](https://github.com/ds300/patch-package). These dependencies needed to be updated together. Updates `tmp` from 0.1.0 to 0.2.5 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.1.0...v0.2.5) Updates `patch-package` from 6.5.1 to 8.0.1 - [Release notes](https://github.com/ds300/patch-package/releases) - [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md) - [Commits](https://github.com/ds300/patch-package/commits) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.5 dependency-type: direct:production - dependency-name: patch-package dependency-version: 8.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
4478c52 to
dc32984
Compare
ReviewLooked through the changes - this is straightforward. What's happening
The lock file shrinks by ~280 lines because the newer versions use modern dependencies ( Breaking changes in these versionspatch-package 7+: Requires Node 14+. Dropped some legacy patch filename handling from pre-2019. patch-package 8: Adds multi-patch support per package. More old filename format removal. tmp 0.2.x: Requires Node 14.14+. Dropped the None of this matters here - the project already requires Node 18+ based on other deps. The existing patch fileThere's one patch in the repo ( npm ci && npx patch-packageVerdictLooks good to merge once CI passes. Standard security update, no red flags. |
Bumps tmp and patch-package. These dependencies needed to be updated together.
Updates
tmpfrom 0.1.0 to 0.2.5Changelog
Sourced from tmp's changelog.
... (truncated)
Commits
3d2fe38Bump up the versione162828Merge pull request #309 from fflorent/fix-tmp-dir-with-dirb847d2fFix use of tmp.dir() withdiroption08fa3abUpdate version1cf4ec5Merge commit from fork188b25eFix GHSA-52f5-9888-hmc673b9fe4Add test case for GHSA-52f5-9888-hmc6b8e2f29Remove broken tests2892a02Remove outdated URLf592318Reformat package.jsonUpdates
patch-packagefrom 6.5.1 to 8.0.1Release notes
Sourced from patch-package's releases.
Changelog
Sourced from patch-package's changelog.
Commits
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.