Skip to content

Commit

Permalink
Update dependency webpack-cli to v6 (#41286)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12994416343

Upstream-Ref: Automattic/jetpack@dd5f0a8
  • Loading branch information
anomiex authored and matticbot committed Jan 27, 2025
1 parent faa57ab commit bf0b39e
Show file tree
Hide file tree
Showing 28 changed files with 248 additions and 200 deletions.
116 changes: 58 additions & 58 deletions composer.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.4-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [4.0.3] - 2025-01-20
### Changed
- Updated package dependencies. [#41099]
Expand Down Expand Up @@ -548,6 +555,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Statically access asset tools

[4.0.4-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.3...v4.0.4-alpha
[4.0.3]: https://github.com/Automattic/jetpack-assets/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-assets/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-assets/compare/v4.0.0...v4.0.1
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"jest": "29.7.0",
"md5-es": "1.8.2",
"webpack": "5.94.0",
"webpack-cli": "4.9.1"
"webpack-cli": "6.0.1"
}
}
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.25.7-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [0.25.6] - 2025-01-20
### Changed
- Updated package dependencies. [#41099]
Expand Down Expand Up @@ -510,6 +517,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.25.7-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.25.6...v0.25.7-alpha
[0.25.6]: https://github.com/automattic/jetpack-blaze/compare/v0.25.5...v0.25.6
[0.25.5]: https://github.com/automattic/jetpack-blaze/compare/v0.25.4...v0.25.5
[0.25.4]: https://github.com/automattic/jetpack-blaze/compare/v0.25.3...v0.25.4
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-connection": "^6.3.1",
"automattic/jetpack-assets": "^4.0.4-alpha",
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-redirect": "^3.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.25.6';
const PACKAGE_VERSION = '0.25.7-alpha';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-calypsoify/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-assets": "^4.0.4-alpha",
"automattic/jetpack-status": "^5.0.2"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [0.9.2] - 2025-01-27
### Fixed
- Classic Theme Helper: Fix Fatal in Jetpack_Portfolio. [#41304]
Expand Down Expand Up @@ -202,6 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.9.3-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.9.2...v0.9.3-alpha
[0.9.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.3...v0.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.3"
"automattic/jetpack-assets": "^4.0.4-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.9.2';
const PACKAGE_VERSION = '0.9.3-alpha';

/**
* Modules to include.
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.3.2-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [6.3.1] - 2025-01-27
### Changed
- Internal updates.
Expand Down Expand Up @@ -1291,6 +1298,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Separate the connection library into its own package.

[6.3.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.3.1...v6.3.2-alpha
[6.3.1]: https://github.com/Automattic/jetpack-connection/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0
[6.2.2]: https://github.com/Automattic/jetpack-connection/compare/v6.2.1...v6.2.2
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-assets": "^4.0.4-alpha",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-status": "^5.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '6.3.1';
const PACKAGE_VERSION = '6.3.2-alpha';

const PACKAGE_SLUG = 'connection';

Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.5-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [4.0.4] - 2025-01-20
### Changed
- Updated package dependencies. [#41099]
Expand Down Expand Up @@ -815,6 +822,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[4.0.5-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.4...v4.0.5-alpha
[4.0.4]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.3...v4.0.4
[4.0.3]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.1...v4.0.2
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-connection": "^6.3.1",
"automattic/jetpack-assets": "^4.0.4-alpha",
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-redirect": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '4.0.4';
const PACKAGE_VERSION = '4.0.5-alpha';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-masterbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.12.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [0.12.0] - 2025-01-27
### Added
- Hide the calypso based Performance menu item on wordpress.com, show page-optimize based Performance menu item on Atomic sites. [#41145]
Expand Down Expand Up @@ -214,6 +221,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Notifications: Change Icon [#37676]
- Updated package dependencies. [#37669] [#37706]

[0.12.1-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.12.0...v0.12.1-alpha
[0.12.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.6...v0.11.0
[0.10.6]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.5...v0.10.6
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-blaze": "^0.25.6",
"automattic/jetpack-assets": "^4.0.4-alpha",
"automattic/jetpack-blaze": "^0.25.7-alpha",
"automattic/jetpack-compat": "^4.0.0",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-connection": "^6.3.1",
"automattic/jetpack-jitm": "^4.0.4",
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-jitm": "^4.0.5-alpha",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-status": "^5.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.12.0';
const PACKAGE_VERSION = '0.12.1-alpha';

/**
* Initializer.
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-assets": "^4.0.4-alpha",
"automattic/jetpack-blocks": "^3.0.1",
"automattic/jetpack-calypsoify": "^0.2.2-alpha",
"automattic/jetpack-classic-theme-helper": "^0.9.2",
"automattic/jetpack-connection": "^6.3.1",
"automattic/jetpack-masterbar": "^0.12.0",
"automattic/jetpack-classic-theme-helper": "^0.9.3-alpha",
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-masterbar": "^0.12.1-alpha",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-stats-admin": "^0.24.0",
"automattic/jetpack-status": "^5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-stats-admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.3.1",
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-stats": "^0.15.0",
"automattic/jetpack-status": "^5.0.2",
"automattic/jetpack-jitm": "^4.0.4"
"automattic/jetpack-jitm": "^4.0.5-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-stats/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.3.1",
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-status": "^5.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.3.1",
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-password-checker": "^0.4.1",
"automattic/jetpack-ip": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/scheduled-updates/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-sync": "^4.5.0",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-connection": "^6.3.1"
"automattic/jetpack-connection": "^6.3.2-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
16 changes: 8 additions & 8 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
),
'jetpack-assets' => array(
'path' => 'jetpack_vendor/automattic/jetpack-assets',
'ver' => '4.0.3',
'ver' => '4.0.4-alpha1737997918',
),
'jetpack-blaze' => array(
'path' => 'jetpack_vendor/automattic/jetpack-blaze',
'ver' => '0.25.6',
'ver' => '0.25.7-alpha1737997918',
),
'jetpack-calypsoify' => array(
'path' => 'jetpack_vendor/automattic/jetpack-calypsoify',
'ver' => '0.2.2-alpha1737387918',
'ver' => '0.2.2-alpha1737997918',
),
'jetpack-classic-theme-helper' => array(
'path' => 'jetpack_vendor/automattic/jetpack-classic-theme-helper',
'ver' => '0.9.2',
'ver' => '0.9.3-alpha1737997918',
),
'jetpack-compat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-compat',
'ver' => '4.0.0',
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '6.3.1',
'ver' => '6.3.2-alpha1737997918',
),
'jetpack-google-analytics' => array(
'path' => 'jetpack_vendor/automattic/jetpack-google-analytics',
Expand All @@ -42,15 +42,15 @@
),
'jetpack-jitm' => array(
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
'ver' => '4.0.4',
'ver' => '4.0.5-alpha1737997918',
),
'jetpack-masterbar' => array(
'path' => 'jetpack_vendor/automattic/jetpack-masterbar',
'ver' => '0.12.0',
'ver' => '0.12.1-alpha1737997918',
),
'jetpack-mu-wpcom' => array(
'path' => 'jetpack_vendor/automattic/jetpack-mu-wpcom',
'ver' => '6.2.0-alpha1737984524',
'ver' => '6.2.0-alpha1737997918',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-plans/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.3.1"
"automattic/jetpack-connection": "^6.3.2-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Loading

0 comments on commit bf0b39e

Please sign in to comment.