Skip to content

Commit

Permalink
Lock file maintenance (#39288)
Browse files Browse the repository at this point in the history
* Lock file maintenance

* Work around parsel-js assuming "browser" is esm

* Downgrade framer-motion to 11.4.0 to avoid a deprecation

Gutenberg is planning on removing the dep entirely, so let's not go to too much trouble to work around it.

* Remove pnpmfile hack for fixed issue

---------

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/10778041548

Upstream-Ref: Automattic/jetpack@1e3851d
  • Loading branch information
zinigor authored and matticbot committed Sep 9, 2024
1 parent 72e68f0 commit 1a5d50f
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 71 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
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.

## 2.5.11 - 2024-09-02
### Changed
- Internal updates.
Expand Down
126 changes: 63 additions & 63 deletions composer.lock

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
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'f6bce0e6b8e0527839ee');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'a88c39debce9f37e844d');
8 changes: 4 additions & 4 deletions vendor/automattic/jetpack-connection/dist/identity-crisis.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-url'), 'version' => '633f5b84c0735e749fc1');
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-url'), 'version' => 'a3c4ebcd16fc84a51c03');
Loading

0 comments on commit 1a5d50f

Please sign in to comment.