Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency filesize to v10 #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
filesize (source) ^8.0.6 -> ^10.0.0 age adoption passing confidence

Release Notes

avoidwork/filesize.js (filesize)

v10.1.1

Compare Source

  • Rework types to allow Parameters<typeof filesize> to function properly #180
  • Bump @​babel/traverse from 7.23.0 to 7.23.2 #178
  • change: rework types to allow usages like Parameters<typeof filesize> fbfc87f
  • Generating CHANGELOG.md d80c457
  • fix: types for partial now return a higher order function af4a6ef

v10.1.0

Compare Source

v10.0.12

Compare Source

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

v10.0.11

Compare Source

10 August 2023

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

v10.0.10

Compare Source

10 August 2023

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

v10.0.9

Compare Source

9 August 2023

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

v10.0.8

Compare Source

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

v10.0.7

Compare Source

29 March 2023

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

v10.0.6

Compare Source

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

v10.0.5

Compare Source

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

v10.0.4

Compare Source

v10.0.3

Compare Source

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

v10.0.2

Compare Source

28 September 2022

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

v10.0.1

Compare Source

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

v10.0.0

Compare Source

28 September 2022

  • BigInts and named exports #160
  • Adding support for BigInt numbers, fixes #​146 #146
  • Building with revision dependencies 00ff1ae
  • Updating tests to run within mocha 091a7cc
  • Regenerating CHANGELOG.md 3b40756
9.0.11

27 June 2022

  • Adding invaid base 10 iec test set, building 38221a0
  • Adding invaid base 10 iec test set, building, version bump to release 7b75cae
  • Updating changelog 893d312
9.0.10

27 June 2022

  • Fixing base 2 jedec regression with refactoring #158
  • Adding dupe set of base2 tests explicitly set to jedec standard to expose logic error 1281269
  • Fixing the conditional statement which assigns standard if base has been specified, updating bit tests in base2Jedec set dc7c3a4
  • Version bump to release f924463
9.0.9

17 June 2022

  • Fix regression of output from 9.x.x #155
  • Returning original logic, taking tests from 8.x.x, creating a constants.js & moving all strings into it as named exports 22c3911
  • Building 295907c
  • Fixing unit assignment (WIP) 70bb6a1
9.0.8

16 June 2022

  • Updating README.md to remove examples, fixes #​154 #154
  • Version bump to release updated README.md, updating changelog c798056
9.0.7

16 June 2022

  • Returning strict mode to core function f6d2b87
  • Version bump to release, updating CHANGELOG.md 06e4214
  • Building 8f6641b
9.0.6

16 June 2022

  • Fixing assignment of base and returning original behavior, fixing base2 tests 35aedfd
  • Version bump to release, updating CHANGELOG.md f2e7bde
9.0.5

16 June 2022

9.0.4

16 June 2022

9.0.3

16 June 2022

  • Fixing the base value when using iec standard #153
  • Version bump to release 66b1da5
9.0.2

11 June 2022

  • Fix type inference for output: 'array' when precision is configured #151
  • Updating CHANGELOG.md 04542c6
  • Building for new banner 3ff8295
  • Updating CHANGELOG.md 6bd0ee0
9.0.1

1 June 2022

  • Updating the signature to use destructuring, removing edge case assignments on invalid inputs (fail by design) a833bb5
  • Removing more defaults from test 3c6bcb5

v9.0.11

Compare Source

27 June 2022

  • Adding invaid base 10 iec test set, building 38221a0
  • Adding invaid base 10 iec test set, building, version bump to release 7b75cae
  • Updating changelog 893d312

v9.0.10

Compare Source

27 June 2022

  • Fixing base 2 jedec regression with refactoring #158
  • Adding dupe set of base2 tests explicitly set to jedec standard to expose logic error 1281269
  • Fixing the conditional statement which assigns standard if base has been specified, updating bit tests in base2Jedec set dc7c3a4
  • Version bump to release f924463

v9.0.9

Compare Source

17 June 2022

  • Fix regression of output from 9.x.x #155
  • Returning original logic, taking tests from 8.x.x, creating a constants.js & moving all strings into it as named exports 22c3911
  • Building 295907c
  • Fixing unit assignment (WIP) 70bb6a1

v9.0.8

Compare Source

16 June 2022

  • Updating README.md to remove examples, fixes #​154 #154
  • Version bump to release updated README.md, updating changelog c798056

v9.0.7

Compare Source

16 June 2022

  • Returning strict mode to core function f6d2b87
  • Version bump to release, updating CHANGELOG.md 06e4214
  • Building 8f6641b

v9.0.6

Compare Source

16 June 2022

  • Fixing assignment of base and returning original behavior, fixing base2 tests 35aedfd
  • Version bump to release, updating CHANGELOG.md f2e7bde

v9.0.4

Compare Source

16 June 2022

v9.0.2

Compare Source

11 June 2022

  • Fix type inference for output: 'array' when precision is configured #151
  • Updating CHANGELOG.md 04542c6
  • Building for new banner 3ff8295
  • Updating CHANGELOG.md 6bd0ee0

v9.0.1

Compare Source

27 June 2022

  • Adding invaid base 10 iec test set, building 38221a0
  • Adding invaid base 10 iec test set, building, version bump to release 7b75cae
  • Updating changelog 893d312

v9.0.0

Compare Source

26 May 2022

  • Fixing output #149
  • Updating dependencies, version bump to release 6284219
  • Updating CHANGELOG.md 1223f8d
  • Removing unix option, fixing assignment of standard & updating tests 3eb5bb2
8.0.7

19 January 2022

  • [typescript] Add pad, precision, & roundingMethod #145
  • Fixing a duplicate declaration within filesize.d.ts from recent merge, building, updating copyright years, & version bump to release 2dbc4bc
8.0.6

31 October 2021

  • Updating dependencies, fixing test:unit, building to update version in lib/**, updating CHANGELOG.md, version bump to release b6628f8
8.0.5

27 October 2021

  • Fixing type comments of base and standard #143
  • Updating CHANGELOG.md, version bump to release bec8e12
8.0.4

27 October 2021

  • feat: infer result type correctly with TypeScript (no "npx tsc") #144
  • feat: infer result type correctly with TypeScript #142
  • Updating CHANGELOG.md, version bump to release ef24fdc
  • Revert "Merge pull request #​142 from tomoto/feat/infer-result-type-with-typescript" 2b2d508
8.0.3

13 September 2021

  • Revert "Fixing assignment of standard such that it aligns with the README (default of "iec") & updating tests, fixing hardcoded copyright year in rollup.config.js, version bump to release" afd78c2
  • Updating CHANGELOG.md 68aeed5
8.0.2

12 September 2021

  • Version bump to release, updating dependencies 9a1fd51
  • Updating CHANGELOG.md 5024749
  • SI is not a symbol family, it's a synonym for 'base: 10' 44d8bc9
8.0.1

12 September 2021

  • Fixing assignment of standard such that it aligns with the README (default of "iec") & updating tests, fixing hardcoded copyright year in rollup.config.js, version bump to release bb72429

Configuration

📅 Schedule: Branch creation - "before 11pm" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/filesize-10.x branch 4 times, most recently from 3684001 to 5656c18 Compare July 17, 2023 15:20
@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (9cfab58) to head (6647839).
Report is 4 commits behind head on master.

Current head 6647839 differs from pull request most recent head 7d3b7e0

Please upload reports for the commit 7d3b7e0 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #241   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          109       109           
  Lines         1079      1079           
  Branches       160       160           
=========================================
  Hits          1079      1079           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/filesize-10.x branch 10 times, most recently from 95809fb to 5d3f84f Compare September 11, 2023 13:18
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 2 times, most recently from a13f8db to c46aa8f Compare October 10, 2023 15:32
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 8 times, most recently from 32e70a9 to f6e243c Compare October 18, 2023 19:39
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 3 times, most recently from e87e80f to c85a197 Compare October 29, 2023 22:47
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 12 times, most recently from d1a3c1e to 4e1f532 Compare January 26, 2024 18:02
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 5 times, most recently from 04cb04a to 7a18322 Compare February 8, 2024 20:00
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 2 times, most recently from 842b56d to 57c149d Compare February 28, 2024 16:07
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 2 times, most recently from 6e23b63 to 2319bd8 Compare March 18, 2024 19:04
@renovate renovate bot force-pushed the renovate/filesize-10.x branch from 00ce64b to 7d3b7e0 Compare May 23, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants