Skip to content

Commit

Permalink
packages: Fix some JS lints ahead of the eslint 9 upgrade (#40497)
Browse files Browse the repository at this point in the history
To make the eslint 9 upgrade PR smaller, let's fix some of the lints
that it'll complain about ahead of time.

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

Upstream-Ref: Automattic/jetpack@48167f7
  • Loading branch information
anomiex authored and matticbot committed Dec 9, 2024
1 parent 367651d commit ebc103d
Show file tree
Hide file tree
Showing 24 changed files with 112 additions and 115 deletions.
62 changes: 31 additions & 31 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-masterbar/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.10.3-alpha] - unreleased

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

## [0.10.2] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]
Expand Down Expand Up @@ -182,6 +186,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.10.3-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.2...v0.10.3-alpha
[0.10.2]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.9...v0.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'e9f830dbfa6143fb7406');
<?php return array('dependencies' => array(), 'version' => '29ffad2fd8b3936acea6');

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

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-masterbar/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.10.2';
const PACKAGE_VERSION = '0.10.3-alpha';

/**
* Initializer.
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-calypsoify": "^0.2.0",
"automattic/jetpack-classic-theme-helper": "^0.7.4-alpha",
"automattic/jetpack-connection": "^6.2.0-alpha",
"automattic/jetpack-masterbar": "^0.10.2",
"automattic/jetpack-masterbar": "^0.10.3-alpha",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-stats-admin": "^0.23.1",
"automattic/jetpack-status": "^5.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-polyfill'), 'version' => 'c833fb4d00b5550c6344');
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-polyfill'), 'version' => '720ad384c6f0a7cc3c19');
Loading

0 comments on commit ebc103d

Please sign in to comment.