Skip to content

Commit

Permalink
Update dependency core-js to v3.38.1 (#39592)
Browse files Browse the repository at this point in the history
* Update dependency core-js to v3.38.1
* Remove unnecessary deps

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

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

Upstream-Ref: Automattic/jetpack@9dacd9f
  • Loading branch information
anomiex authored and matticbot committed Oct 1, 2024
1 parent 32e88a7 commit 82b8975
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 103 deletions.
66 changes: 33 additions & 33 deletions composer.lock

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

5 changes: 5 additions & 0 deletions vendor/automattic/jetpack-calypsoify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1.7-alpha] - unreleased

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

## [0.1.6] - 2024-09-10
### Changed
- Updated package dependencies. [#39176]
Expand Down Expand Up @@ -42,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Calypsoify: Load feature from the Calypsoify package. [#37375]
- Updated package dependencies. [#37379]

[0.1.7-alpha]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.6...v0.1.7-alpha
[0.1.6]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.3...v0.1.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Calypsoify {

const PACKAGE_VERSION = '0.1.6';
const PACKAGE_VERSION = '0.1.7-alpha';

/**
* Singleton instance of `Jetpack_Calypsoify`.
Expand Down
5 changes: 5 additions & 0 deletions vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.6.3-alpha] - unreleased

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

## [0.6.2] - 2024-09-30
### Added
- Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA [#39508]
Expand Down Expand Up @@ -126,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.6.3-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.2...v0.6.3-alpha
[0.6.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.6...v0.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.6.2';
const PACKAGE_VERSION = '0.6.3-alpha';

/**
* Modules to include.
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-blocks": "^2.0.6",
"automattic/jetpack-calypsoify": "^0.1.6",
"automattic/jetpack-classic-theme-helper": "^0.6.2",
"automattic/jetpack-calypsoify": "^0.1.7-alpha",
"automattic/jetpack-classic-theme-helper": "^0.6.3-alpha",
"automattic/jetpack-connection": "^5.1.1",
"automattic/jetpack-masterbar": "^0.9.5-alpha",
"automattic/jetpack-redirect": "^2.0.4",
Expand Down
Loading

0 comments on commit 82b8975

Please sign in to comment.