Skip to content

Commit

Permalink
Update dependency filesize to v10 (#40830)
Browse files Browse the repository at this point in the history
* Update dependency filesize to v10

* Switch to named exports

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: tbradsha <32492176+tbradsha@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 2, 2025
1 parent 3947e3c commit 4fe90fa
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 13 deletions.
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions projects/packages/videopress/changelog/renovate-filesize-10.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/videopress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@wordpress/url": "4.14.0",
"clsx": "2.1.1",
"debug": "4.4.0",
"filesize": "8.0.6",
"filesize": "10.1.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { ProgressBar, Text } from '@automattic/jetpack-components';
import { __, sprintf } from '@wordpress/i18n';
import clsx from 'clsx';
import filesize from 'filesize';
import { filesize } from 'filesize';
/**
* Internal dependencies
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useState, useEffect } from '@wordpress/element';
import { escapeHTML } from '@wordpress/escape-html';
import { __, sprintf } from '@wordpress/i18n';
import debugFactory from 'debug';
import filesize from 'filesize';
import { filesize } from 'filesize';
/**
* Internal dependencies
*/
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/renovate-filesize-10.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Updated package dependencies.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { Button, ExternalLink } from '@wordpress/components';
import { useCallback, useContext, useEffect, useRef, useState } from '@wordpress/element';
import { __, sprintf } from '@wordpress/i18n';
import filesize from 'filesize';
import { filesize } from 'filesize';
/**
* Internal Dependencies
*/
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"debug": "4.4.0",
"email-validator": "2.0.4",
"events": "3.3.0",
"filesize": "8.0.6",
"filesize": "10.1.6",
"focus-trap": "6.3.0",
"gridicons": "3.4.1",
"jsdom": "20.0.3",
Expand Down

0 comments on commit 4fe90fa

Please sign in to comment.