Skip to content

Commit

Permalink
Update babel monorepo to v7.23.2 (#33646)
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex authored and matticbot committed Oct 17, 2023
1 parent 9356418 commit b4d2b62
Show file tree
Hide file tree
Showing 11 changed files with 134 additions and 120 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-connection": "^1.58.1",
"automattic/jetpack-identity-crisis": "^0.11.0-alpha",
"automattic/jetpack-my-jetpack": "^3.9.0-alpha",
"automattic/jetpack-search": "^0.39.2",
"automattic/jetpack-search": "^0.39.3-alpha",
"automattic/jetpack-stats": "^0.6.6-alpha",
"automattic/jetpack-status": "^1.18.5",
"automattic/jetpack-sync": "^1.58.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Changed
- Updated package dependencies.

### Fixed
- Added search and replace protection for wpcom urls stored in the database.

Expand Down
3 changes: 3 additions & 0 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final.
### Added
- Add has_required_plan method for VideoPress product class, check plan purchase exists for site

### Changed
- Updated package dependencies.

## [3.8.2] - 2023-10-16
### Changed
- Updated package dependencies. [#33429, #33584]
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-search/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.39.3-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.39.2] - 2023-10-16
### Added
- Added HEIC (`*.heic`) to list of images types allowed to be passed through Photon during instant search. [#33494]
Expand Down Expand Up @@ -822,6 +829,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.

[0.39.3-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.39.2...v0.39.3-alpha
[0.39.2]: https://github.com/Automattic/jetpack-search/compare/v0.39.1...v0.39.2
[0.39.1]: https://github.com/Automattic/jetpack-search/compare/v0.39.0...v0.39.1
[0.39.0]: https://github.com/Automattic/jetpack-search/compare/v0.38.8...v0.39.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-i18n', 'wp-jp-i18n-loader', 'wp-polyfill', 'wp-url'), 'version' => '2bdd600a5d05707d3188');
<?php return array('dependencies' => array('wp-i18n', 'wp-jp-i18n-loader', 'wp-polyfill', 'wp-url'), 'version' => 'ae13b5a7fe8fc04aaa30');

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

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Search package general information
*/
class Package {
const VERSION = '0.39.2';
const VERSION = '0.39.3-alpha';
const SLUG = 'search';

/**
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
),
'jetpack-idc' => array(
'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis',
'ver' => '0.11.0-alpha1697517507',
'ver' => '0.11.0-alpha1697574612',
),
'jetpack-ip' => array(
'path' => 'jetpack_vendor/automattic/jetpack-ip',
Expand All @@ -38,7 +38,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '3.9.0-alpha1697564255',
'ver' => '3.9.0-alpha1697574612',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -50,7 +50,7 @@
),
'jetpack-search-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-search',
'ver' => '0.39.2',
'ver' => '0.39.3-alpha1697574612',
),
'jetpack-stats' => array(
'path' => 'jetpack_vendor/automattic/jetpack-stats',
Expand Down
Loading

0 comments on commit b4d2b62

Please sign in to comment.