Skip to content

Commit 95faa1a

Browse files
zinigormatticbot
authored andcommitted
Update ESLint config for TypeScript files (#40584)
* Update ESLint config for TypeScript files * Change no-undefined-types to warning * Remove unsed eslint-disable * Restore 'jsdoc/require-returns' * Turn off jsdoc/no-undefined-types * Fix lints caused by turning off "jsdoc/no-undefined-types" * Clean up jetpack-mu-wpcom/eslint.config.mjs * Add changelog * Restore plugins/jetpack/.eslintignore * Turn back jsdoc/no-undefined-types ON with disabled reporting * Re-enable param rules for now Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12353041998 Upstream-Ref: Automattic/jetpack@9f6b920
1 parent b0ac9a4 commit 95faa1a

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.56.5-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Updated package dependencies.
14+
815
## [0.56.4] - 2024-12-09
916
### Changed
1017
- Updated package dependencies. [#40363]
@@ -783,6 +790,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
783790
- Updated package dependencies.
784791
- Update package.json metadata.
785792

793+
[0.56.5-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.4...v0.56.5-alpha
786794
[0.56.4]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.3...v0.56.4
787795
[0.56.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.2...v0.56.3
788796
[0.56.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.1...v0.56.2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.2.0",
8+
"automattic/jetpack-connection": "^6.2.1-alpha",
99
"automattic/jetpack-autoloader": "^5.0.0",
1010
"automattic/jetpack-config": "^3.0.0",
11-
"automattic/jetpack-assets": "^4.0.1",
11+
"automattic/jetpack-assets": "^4.0.2-alpha",
1212
"automattic/jetpack-redirect": "^3.0.1",
1313
"automattic/jetpack-plans": "^0.5.1",
1414
"automattic/jetpack-status": "^5.0.1"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-publicize",
4-
"version": "0.56.4",
4+
"version": "0.56.5-alpha",
55
"description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme",
77
"bugs": {
@@ -28,13 +28,13 @@
2828
],
2929
"devDependencies": {
3030
"@automattic/jetpack-webpack-config": "workspace:*",
31-
"@wordpress/browserslist-config": "6.13.0",
31+
"@wordpress/browserslist-config": "6.14.0",
3232
"concurrently": "7.6.0",
3333
"webpack": "5.94.0",
3434
"webpack-cli": "4.9.1"
3535
},
3636
"dependencies": {
3737
"@automattic/jetpack-analytics": "^0.1.33",
38-
"@wordpress/i18n": "5.13.0"
38+
"@wordpress/i18n": "5.14.0"
3939
}
4040
}

0 commit comments

Comments
 (0)