Update dependency filesize to v11 #356

Merged
renovate merged 1 commits from renovate/filesize-11.x into master 2025-07-14 02:39:41 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
filesize (source) dependencies major ^10.1.6 -> ^11.0.0

Release Notes

avoidwork/filesize.js (filesize)

v11.0.0

Compare Source

11 July 2025

  • Updating all the things #188
  • Bump rollup from 4.18.1 to 4.22.4 #186
10.1.6

4 September 2024

  • Fixing regression due to rollup config, fixes #​185 #185
  • Missed the nullish coercion with last commit 10d1fc6
  • Generated CHANGELOG.md 6eaa3ce
  • Generated CHANGELOG.md b480b29
10.1.5

3 September 2024

  • Fixing implementation of 'pad' such that 'separator' is not required for it to be applied, fixes #​184 #184
  • Generated CHANGELOG.md 0248be0
10.1.4

8 July 2024

  • Fixing type def of 'partial()' 0e1516a
  • Generated CHANGELOG.md bb0fe7c
10.1.3

8 July 2024

  • fix: add bigint in filesize.d.ts #183
  • Bump braces from 3.0.2 to 3.0.3 #182
  • Updating dependencies 400b3e3
  • Generated CHANGELOG.md 5b2198a
10.1.2

11 May 2024

  • fix: input type should accept string #181
  • Version bump to release, generating CHANGELOG.md e840b87
  • Updating the year in LICENSE & README.md c9840ae
10.1.1

21 March 2024

  • Rework types to allow Parameters<typeof filesize> to function properly #180
  • Bump @​babel/traverse from 7.23.0 to 7.23.2 #178
  • Version bump to release new types declaration cf1dcb7
  • change: rework types to allow usages like Parameters<typeof filesize> fbfc87f
  • Generating CHANGELOG.md d80c457
10.1.0

3 October 2023

  • Fixing tests to use strictEqual() 6b4b108
  • Simplifying the assignment of base & standard, adding an si alias to correct implementations, fixing tests for the standards, adding tests for si standard, updating types, updating README.md 720c032
  • Generated CHANGELOG.md b591a66
10.0.13

3 October 2023

  • Symbol option type fix #177
  • Merge latest #1
  • Adding a test, fixing a test, adding nyc for test coverage reporting, updating README.md, returning .npmignore, updating .gitignore 7a61c30
  • Adding a workflow cb26761
  • Adding husky for a pre-commit hook 0e7d0ba
10.0.12

12 August 2023

  • Allow passing options without output property #174
  • remove any usage and allow passing options without output property c42acc0
  • Version bump, generating CHANGELOG.md 901be1f
10.0.11

10 August 2023

  • Version bump 'cause npm has inane rules for releases 5544cb7
  • Generating CHANGELOG.md dea30ba
10.0.10

10 August 2023

  • Revert "Tweaking types and removing any usage" 3aee3e8
  • Version bump to release, generating CHANGELOG.md d1c1247
10.0.9

9 August 2023

  • Tweaking types and removing any usage #172
  • Version bump to release, generating CHANGELOG.md 80dcac5
10.0.8

27 July 2023

  • fixup: Add interface for filesize options object #171
  • Bump word-wrap from 1.2.3 to 1.2.4 #170
  • Version bump to release, generating CHANGELOG.md c9fff4f
10.0.7

29 March 2023

  • Updating copyright year in README.md & LICENSE, updating dependencies 4de5566
  • Updating CHANGELOG.md d41818f
  • Generating CHANGELOG.md a324b71
10.0.6

12 December 2022

  • Setting engines.node to &gt;= 10.4.0 for lowest version supporting BigInt, fixing npm run build for windows (needs gow) 0a4d329
  • Minor tweak daf5389
  • Updating CHANGELOG.md d110a35
10.0.5

12 December 2022

  • Fix web pack #164
  • Reverting revert to default export, removing browser key from package.json as it's redirection away from main or module is what breaks webpack, fixes #​162 #162
  • Version bump to release reverted README.md ee1a977
  • Updating CHANGELOG.md, version bump to release 71a6336
  • Revert "Updating README.md" 87f817c
10.0.3

29 September 2022

  • Switching back to a default export for webpack issues (unsure of where the issue is atm), fixes #​162 #162
  • Building version bump b80a38d
  • Updating README.md d826155
  • Updating CHANGELOG.md bd259de
10.0.2

28 September 2022

  • Fixing rollup config (copy/pasta), version bump to release, fixes #​162 #162
  • Updating CHANGELOG.md 24501d0
10.0.1

28 September 2022

  • Lowering minimum version to 14.0.0, fixes #​161 #161
  • Building with new version number, updating CHANGELOG.md 9d81ad1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [filesize](https://filesizejs.com) ([source](https://github.com/avoidwork/filesize.js)) | dependencies | major | [`^10.1.6` -> `^11.0.0`](https://renovatebot.com/diffs/npm/filesize/10.1.6/11.0.0) | --- ### Release Notes <details> <summary>avoidwork/filesize.js (filesize)</summary> ### [`v11.0.0`](https://github.com/avoidwork/filesize.js/blob/HEAD/CHANGELOG.md#1100) [Compare Source](https://github.com/avoidwork/filesize.js/compare/10.1.6...11.0.0) > 11 July 2025 - Updating all the things [`#188`](https://github.com/avoidwork/filesize.js/pull/188) - Bump rollup from 4.18.1 to 4.22.4 [`#186`](https://github.com/avoidwork/filesize.js/pull/186) ##### [10.1.6](https://github.com/avoidwork/filesize.js/compare/10.1.5...10.1.6) > 4 September 2024 - Fixing regression due to rollup config, fixes [#&#8203;185](https://github.com/avoidwork/filesize.js/issues/185) [`#185`](https://github.com/avoidwork/filesize.js/issues/185) - Missed the nullish coercion with last commit [`10d1fc6`](https://github.com/avoidwork/filesize.js/commit/10d1fc696d32d49e888bf5d7bf245826db74227e) - Generated CHANGELOG.md [`6eaa3ce`](https://github.com/avoidwork/filesize.js/commit/6eaa3ce2914377b75edb23f15abd36e9d29c2c98) - Generated CHANGELOG.md [`b480b29`](https://github.com/avoidwork/filesize.js/commit/b480b2992a3ac2acb18a030c7b3ce11fe91fb6e0) ##### [10.1.5](https://github.com/avoidwork/filesize.js/compare/10.1.4...10.1.5) > 3 September 2024 - Fixing implementation of 'pad' such that 'separator' is not required for it to be applied, fixes [#&#8203;184](https://github.com/avoidwork/filesize.js/issues/184) [`#184`](https://github.com/avoidwork/filesize.js/issues/184) - Generated CHANGELOG.md [`0248be0`](https://github.com/avoidwork/filesize.js/commit/0248be0a29033bb391f59899920b8e5cc5a53b2a) ##### [10.1.4](https://github.com/avoidwork/filesize.js/compare/10.1.3...10.1.4) > 8 July 2024 - Fixing type def of 'partial()' [`0e1516a`](https://github.com/avoidwork/filesize.js/commit/0e1516a721c1fec679fa20d1a884c89f499c59d0) - Generated CHANGELOG.md [`bb0fe7c`](https://github.com/avoidwork/filesize.js/commit/bb0fe7cc321270818a672023a1f978d734706b16) ##### [10.1.3](https://github.com/avoidwork/filesize.js/compare/10.1.2...10.1.3) > 8 July 2024 - fix: add bigint in filesize.d.ts [`#183`](https://github.com/avoidwork/filesize.js/pull/183) - Bump braces from 3.0.2 to 3.0.3 [`#182`](https://github.com/avoidwork/filesize.js/pull/182) - Updating dependencies [`400b3e3`](https://github.com/avoidwork/filesize.js/commit/400b3e3b30c3faa77bc67a981da5ce2afd78d847) - Generated CHANGELOG.md [`5b2198a`](https://github.com/avoidwork/filesize.js/commit/5b2198ac0249bd10c9422561ab8e0450c79f2d51) ##### [10.1.2](https://github.com/avoidwork/filesize.js/compare/10.1.1...10.1.2) > 11 May 2024 - fix: input type should accept string [`#181`](https://github.com/avoidwork/filesize.js/pull/181) - Version bump to release, generating CHANGELOG.md [`e840b87`](https://github.com/avoidwork/filesize.js/commit/e840b876572067a6e832e610331bcf146f2e7b5e) - Updating the year in LICENSE & README.md [`c9840ae`](https://github.com/avoidwork/filesize.js/commit/c9840ae45d7646370ccb289330d5f58655f897dc) ##### [10.1.1](https://github.com/avoidwork/filesize.js/compare/10.1.0...10.1.1) > 21 March 2024 - Rework types to allow Parameters\<typeof filesize> to function properly [`#180`](https://github.com/avoidwork/filesize.js/pull/180) - Bump [@&#8203;babel/traverse](https://github.com/babel/traverse) from 7.23.0 to 7.23.2 [`#178`](https://github.com/avoidwork/filesize.js/pull/178) - Version bump to release new types declaration [`cf1dcb7`](https://github.com/avoidwork/filesize.js/commit/cf1dcb70a216c7321eb4a018293689c2c994a09e) - change: rework types to allow usages like Parameters\<typeof filesize> [`fbfc87f`](https://github.com/avoidwork/filesize.js/commit/fbfc87f4d24de80813330a74fc30392f8bfb1002) - Generating CHANGELOG.md [`d80c457`](https://github.com/avoidwork/filesize.js/commit/d80c4579e1259f3a133fed3ae8b6762712b72623) ##### [10.1.0](https://github.com/avoidwork/filesize.js/compare/10.0.13...10.1.0) > 3 October 2023 - Fixing tests to use `strictEqual()` [`6b4b108`](https://github.com/avoidwork/filesize.js/commit/6b4b1081d638336074c64b35d1e240aab6102176) - Simplifying the assignment of `base` & `standard`, adding an `si` alias to correct implementations, fixing tests for the standards, adding tests for `si` standard, updating types, updating README.md [`720c032`](https://github.com/avoidwork/filesize.js/commit/720c0328e5dd95f41d46009e65d48a6f99dfffae) - Generated CHANGELOG.md [`b591a66`](https://github.com/avoidwork/filesize.js/commit/b591a660e57e35490e0e05b8ebc0768e59534ec0) ##### [10.0.13](https://github.com/avoidwork/filesize.js/compare/10.0.12...10.0.13) > 3 October 2023 - Symbol option type fix [`#177`](https://github.com/avoidwork/filesize.js/pull/177) - Merge latest [`#1`](https://github.com/avoidwork/filesize.js/pull/1) - Adding a test, fixing a test, adding `nyc` for test coverage reporting, updating `README.md`, returning `.npmignore`, updating `.gitignore` [`7a61c30`](https://github.com/avoidwork/filesize.js/commit/7a61c30de1ceebc506d0f83bdc67af198e7623f5) - Adding a workflow [`cb26761`](https://github.com/avoidwork/filesize.js/commit/cb26761dadd10e2e676edf6128f17c0d004aa96e) - Adding husky for a pre-commit hook [`0e7d0ba`](https://github.com/avoidwork/filesize.js/commit/0e7d0baeb7b7f2817110d661ca407f1789ddc74d) ##### [10.0.12](https://github.com/avoidwork/filesize.js/compare/10.0.11...10.0.12) > 12 August 2023 - Allow passing options without output property [`#174`](https://github.com/avoidwork/filesize.js/pull/174) - remove any usage and allow passing options without output property [`c42acc0`](https://github.com/avoidwork/filesize.js/commit/c42acc09e0e04334cf3455a9c3b4dc9da5fa5cb2) - Version bump, generating CHANGELOG.md [`901be1f`](https://github.com/avoidwork/filesize.js/commit/901be1f0159a7575ae6e22d39615b1206a5d6e19) ##### [10.0.11](https://github.com/avoidwork/filesize.js/compare/10.0.10...10.0.11) > 10 August 2023 - Version bump 'cause npm has inane rules for releases [`5544cb7`](https://github.com/avoidwork/filesize.js/commit/5544cb7feec835c85c387544e23e56bde5c04105) - Generating CHANGELOG.md [`dea30ba`](https://github.com/avoidwork/filesize.js/commit/dea30ba5d1f3a03796a949bb61552e358ad2a1d4) ##### [10.0.10](https://github.com/avoidwork/filesize.js/compare/10.0.9...10.0.10) > 10 August 2023 - Revert "Tweaking types and removing any usage" [`3aee3e8`](https://github.com/avoidwork/filesize.js/commit/3aee3e83f3d5de1b5683a0904d48815e1f539a16) - Version bump to release, generating CHANGELOG.md [`d1c1247`](https://github.com/avoidwork/filesize.js/commit/d1c1247dfda0f51c1d42f3534b60209c46908fbf) ##### [10.0.9](https://github.com/avoidwork/filesize.js/compare/10.0.8...10.0.9) > 9 August 2023 - Tweaking types and removing any usage [`#172`](https://github.com/avoidwork/filesize.js/pull/172) - Version bump to release, generating CHANGELOG.md [`80dcac5`](https://github.com/avoidwork/filesize.js/commit/80dcac58df50362ab1a2ae18574ba94d023805c3) ##### [10.0.8](https://github.com/avoidwork/filesize.js/compare/10.0.7...10.0.8) > 27 July 2023 - fixup: Add interface for filesize options object [`#171`](https://github.com/avoidwork/filesize.js/pull/171) - Bump word-wrap from 1.2.3 to 1.2.4 [`#170`](https://github.com/avoidwork/filesize.js/pull/170) - Version bump to release, generating CHANGELOG.md [`c9fff4f`](https://github.com/avoidwork/filesize.js/commit/c9fff4f777d65ac85dd14e22fa2f0a62dac166e2) ##### [10.0.7](https://github.com/avoidwork/filesize.js/compare/10.0.6...10.0.7) > 29 March 2023 - Updating copyright year in README.md & LICENSE, updating dependencies [`4de5566`](https://github.com/avoidwork/filesize.js/commit/4de5566e155b83eeaaf742225587502e04563809) - Updating CHANGELOG.md [`d41818f`](https://github.com/avoidwork/filesize.js/commit/d41818f78b0e2023eec98e5f9964aaeefaf91e8a) - Generating CHANGELOG.md [`a324b71`](https://github.com/avoidwork/filesize.js/commit/a324b71bde07e827f983dd997581ab8cb4fd2390) ##### [10.0.6](https://github.com/avoidwork/filesize.js/compare/10.0.5...10.0.6) > 12 December 2022 - Setting `engines.node` to `&gt;= 10.4.0` for lowest version supporting `BigInt`, fixing `npm run build` for windows (needs `gow`) [`0a4d329`](https://github.com/avoidwork/filesize.js/commit/0a4d3296b584fac1c871452cafa8ed1cbf5dbdf9) - Minor tweak [`daf5389`](https://github.com/avoidwork/filesize.js/commit/daf53898d8a2c82519bf5a44316fb839e2891b8b) - Updating CHANGELOG.md [`d110a35`](https://github.com/avoidwork/filesize.js/commit/d110a35706e9685810ef469bb37e3c45c37b53b0) ##### [10.0.5](https://github.com/avoidwork/filesize.js/compare/10.0.3...10.0.5) > 12 December 2022 - Fix web pack [`#164`](https://github.com/avoidwork/filesize.js/pull/164) - Reverting revert to default export, removing `browser` key from `package.json` as it's redirection away from `main` or `module` is what breaks webpack, fixes [#&#8203;162](https://github.com/avoidwork/filesize.js/issues/162) [`#162`](https://github.com/avoidwork/filesize.js/issues/162) - Version bump to release reverted README.md [`ee1a977`](https://github.com/avoidwork/filesize.js/commit/ee1a977551d26c0ee14f4f6a12dae21a14d5b6c0) - Updating CHANGELOG.md, version bump to release [`71a6336`](https://github.com/avoidwork/filesize.js/commit/71a633611e5ab1c418cdc2210515f39754057a3b) - Revert "Updating README.md" [`87f817c`](https://github.com/avoidwork/filesize.js/commit/87f817c81afe37768c051dbf6f6e827a6b4cefb2) ##### [10.0.3](https://github.com/avoidwork/filesize.js/compare/10.0.2...10.0.3) > 29 September 2022 - Switching back to a default export for webpack issues (unsure of where the issue is atm), fixes [#&#8203;162](https://github.com/avoidwork/filesize.js/issues/162) [`#162`](https://github.com/avoidwork/filesize.js/issues/162) - Building version bump [`b80a38d`](https://github.com/avoidwork/filesize.js/commit/b80a38d49122697a1d9b8806aa7babaf6e7d38e5) - Updating README.md [`d826155`](https://github.com/avoidwork/filesize.js/commit/d82615587b0eee6513193294af73d4e35d2c197c) - Updating CHANGELOG.md [`bd259de`](https://github.com/avoidwork/filesize.js/commit/bd259de4bf73df7ca19d2cae0aecea912797a457) ##### [10.0.2](https://github.com/avoidwork/filesize.js/compare/10.0.1...10.0.2) > 28 September 2022 - Fixing rollup config (copy/pasta), version bump to release, fixes [#&#8203;162](https://github.com/avoidwork/filesize.js/issues/162) [`#162`](https://github.com/avoidwork/filesize.js/issues/162) - Updating CHANGELOG.md [`24501d0`](https://github.com/avoidwork/filesize.js/commit/24501d07a0ebf179ab87f70523a8f3c35f6fefa1) ##### [10.0.1](https://github.com/avoidwork/filesize.js/compare/10.0.0...10.0.1) > 28 September 2022 - Lowering minimum version to 14.0.0, fixes [#&#8203;161](https://github.com/avoidwork/filesize.js/issues/161) [`#161`](https://github.com/avoidwork/filesize.js/issues/161) - Building with new version number, updating CHANGELOG.md [`9d81ad1`](https://github.com/avoidwork/filesize.js/commit/9d81ad1120094b22e4682787c3c33e6ce43c7c3c) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zMi4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-07-14 00:19:18 +00:00
Update dependency filesize to v11
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
ed740901d0
renovate scheduled this pull request to auto merge when all checks succeed 2025-07-14 00:19:18 +00:00
renovate merged commit 0afe6ebace into master 2025-07-14 02:39:41 +00:00
renovate deleted branch renovate/filesize-11.x 2025-07-14 02:39:43 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/VirtWebRemote#356
No description provided.