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

Update dependency filesize to v10 #40830

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Update dependency filesize to v10 #40830

merged 2 commits into from
Jan 2, 2025

Conversation

matticbot
Copy link
Contributor

This PR contains the following updates:

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

Release Notes

avoidwork/filesize.js (filesize)

v10.1.6

Compare Source

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

v10.1.5

Compare Source

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

v10.1.4

Compare Source

8 July 2024

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

v10.1.3

Compare Source

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

v10.1.2

Compare Source

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

v10.1.1

Compare Source

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

v10.1.0

Compare Source

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

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

v8.0.7

Compare Source

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

Configuration

📅 Schedule: Branch creation - "* 0-2 1 * *" in timezone UTC, 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 Renovate Bot.

@matticbot matticbot added [Status] Needs Review To request a review from fellow Jetpack developers. Label will be renamed soon. [Type] Janitorial labels Jan 2, 2025
Copy link
Contributor

github-actions bot commented Jan 2, 2025

Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.

  • To test on WoA, go to the Plugins menu on a WordPress.com Simple site. Click on the "Upload" button and follow the upgrade flow to be able to upload, install, and activate the Jetpack Beta plugin. Once the plugin is active, go to Jetpack > Jetpack Beta, select your plugin, and enable the renovate/filesize-10.x branch.

    • For jetpack-mu-wpcom changes, also add define( 'JETPACK_MU_WPCOM_LOAD_VIA_BETA_PLUGIN', true ); to your wp-config.php file.
  • To test on Simple, run the following command on your sandbox:

    bin/jetpack-downloader test jetpack renovate/filesize-10.x
    
    bin/jetpack-downloader test jetpack-mu-wpcom-plugin renovate/filesize-10.x
    

Interested in more tips and information?

  • In your local development environment, use the jetpack rsync command to sync your changes to a WoA dev blog.
  • Read more about our development workflow here: PCYsg-eg0-p2
  • Figure out when your changes will be shipped to customers here: PCYsg-eg5-p2

@github-actions github-actions bot added [Package] VideoPress [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ labels Jan 2, 2025
@tbradsha tbradsha self-assigned this Jan 2, 2025
@matticbot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@tbradsha tbradsha merged commit 4fe90fa into trunk Jan 2, 2025
74 of 75 checks passed
@tbradsha tbradsha deleted the renovate/filesize-10.x branch January 2, 2025 23:57
@github-actions github-actions bot added this to the jetpack/14.2 milestone Jan 2, 2025
@github-actions github-actions bot removed the [Status] Needs Review To request a review from fellow Jetpack developers. Label will be renamed soon. label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] VideoPress [Package] VideoPress [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Type] Janitorial
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants