bruvv / pineapple-firmware-builder

WiFi Pineapple firmware builder. Build the latest firmware
GNU General Public License v3.0
30 stars 17 forks source link

Update dependency write-file-atomic to v3 #211

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
write-file-atomic ~1.3.0 -> ~3.0.0 age adoption passing confidence

Release Notes

npm/write-file-atomic ### [`v3.0.3`](https://togithub.com/npm/write-file-atomic/compare/v3.0.2...v3.0.3) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v3.0.2...v3.0.3) ### [`v3.0.2`](https://togithub.com/npm/write-file-atomic/compare/v3.0.1...v3.0.2) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v3.0.1...v3.0.2) ### [`v3.0.1`](https://togithub.com/npm/write-file-atomic/compare/v3.0.0...v3.0.1) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://togithub.com/npm/write-file-atomic/blob/HEAD/CHANGELOG.md#​300) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v2.4.3...v3.0.0) - Implement options.tmpfileCreated callback. - Drop Node.js 6, modernize code, return Promise from async function. - Support write TypedArray's like in node fs.writeFile. - Remove graceful-fs dependency. ### [`v2.4.3`](https://togithub.com/npm/write-file-atomic/blob/HEAD/CHANGELOG.md#​243) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v2.4.2...v2.4.3) - Ignore errors raised by `fs.closeSync` when cleaning up after a write error. ### [`v2.4.2`](https://togithub.com/npm/write-file-atomic/blob/HEAD/CHANGELOG.md#​242) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v2.4.1...v2.4.2) - A pair of patches to fix some fd leaks. We would leak fds with sync use when errors occured and with async use any time fsync was not in use. ([#​34](https://togithub.com/npm/write-file-atomic/issues/34)) ### [`v2.4.1`](https://togithub.com/npm/write-file-atomic/blob/HEAD/CHANGELOG.md#​241) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v2.4.0...v2.4.1) - Fix a bug where `signal-exit` instances would be leaked. This was fixed when addressing [#​35](https://togithub.com/npm/write-file-atomic/issues/35). ### [`v2.4.0`](https://togithub.com/npm/write-file-atomic/blob/HEAD/CHANGELOG.md#​240) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v2.3.0...v2.4.0) #### Features - Allow chown and mode options to be set to false to disable the defaulting behavior. ([#​20](https://togithub.com/npm/write-file-atomic/issues/20)) - Support passing encoding strings in options slot for compat with Node.js API. ([#​31](https://togithub.com/npm/write-file-atomic/issues/31)) - Add support for running inside of worker threads ([#​37](https://togithub.com/npm/write-file-atomic/issues/37)) #### Fixes - Remove unneeded call when returning success ([#​36](https://togithub.com/npm/write-file-atomic/issues/36)) ### [`v2.3.0`](https://togithub.com/npm/write-file-atomic/compare/v2.1.0...v2.3.0) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v2.1.0...v2.3.0) ### [`v2.1.0`](https://togithub.com/npm/write-file-atomic/compare/v2.0.0...v2.1.0) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v2.0.0...v2.1.0) ### [`v2.0.0`](https://togithub.com/npm/write-file-atomic/compare/v1.3.4...v2.0.0) [Compare Source](https://togithub.com/npm/write-file-atomic/compare/v1.3.4...v2.0.0)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 WhiteSource Renovate. View repository job log here.