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 #668

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 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.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 >= 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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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.


  • 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 added the dependencies label Apr 6, 2023
@renovate renovate bot force-pushed the renovate/filesize-10.x branch from 234f5c2 to db2ed1b Compare May 2, 2023 14:41
@renovate renovate bot force-pushed the renovate/filesize-10.x branch from db2ed1b to a10621e Compare May 12, 2023 12:11
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 2 times, most recently from d1f88d7 to fba8d77 Compare May 24, 2023 10:50
@renovate renovate bot changed the title fix(deps): update dependency filesize to v10 fix(deps): update dependency filesize to v10 - autoclosed May 30, 2023
@renovate renovate bot closed this May 30, 2023
@renovate renovate bot deleted the renovate/filesize-10.x branch May 30, 2023 08:39
@renovate renovate bot changed the title fix(deps): update dependency filesize to v10 - autoclosed fix(deps): update dependency filesize to v10 May 30, 2023
@renovate renovate bot reopened this May 30, 2023
@renovate renovate bot restored the renovate/filesize-10.x branch May 30, 2023 11:41
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 2 times, most recently from b0456fd to 4d36810 Compare May 30, 2023 14:15
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 2 times, most recently from a3d7000 to dcd7141 Compare July 4, 2023 11:17
@renovate renovate bot changed the base branch from develop to umati July 4, 2023 12:51
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 3 times, most recently from 54054b4 to a4d4d68 Compare July 11, 2023 08:38
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 4 times, most recently from 862dfdb to 346a009 Compare December 12, 2023 13:31
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 3 times, most recently from f7a90ab to e6846cd Compare December 20, 2023 13:54
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 4 times, most recently from 627ba48 to 0933b29 Compare December 22, 2023 11:49
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 6 times, most recently from c29bc30 to e78b021 Compare February 7, 2024 13:00
@renovate renovate bot force-pushed the renovate/filesize-10.x branch 5 times, most recently from 85d2f62 to e5aab3d Compare February 20, 2024 07:06
Copy link
Author

renovate bot commented Feb 22, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/filesize-10.x branch February 22, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant