From 269f1baad0bbba407a550356562ca0efd68f27dd Mon Sep 17 00:00:00 2001 From: anomiex Date: Wed, 11 Dec 2024 16:06:08 +0000 Subject: [PATCH] Update to eslint 9 (#40555) Eslint 9 brings a new config format, which means this PR also rewrites all the eslint configs. I took the opportunity to clean them up (although a good bit of that wound up in earlier PRs), and added code to fetch the textdomain from composer.json and whether the project uses React from package.json so we don't need to have so many boilerplate configs that just set a textdomain or enable React rules. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12280005125 Upstream-Ref: Automattic/jetpack@9e3ae2f2e3140f60ae88df608bc1cbc34d275109 --- .gitattributes | 2 -- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4b88dc4..6b00aa2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,8 +13,6 @@ node_modules export-ignore # Files to exclude from the mirror repo /build/svg-clean/** production-exclude /changelog/** production-exclude -/.eslintignore production-exclude -/.eslintrc.cjs production-exclude /jest.config.cjs production-exclude **/stories/** production-exclude /src/** production-exclude diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e2b9b..ac50e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.15-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [3.1.14] - 2024-12-09 ### Changed - Internal updates. @@ -180,6 +184,7 @@ - Build: Refactored (aligned build system with Gridicons). +[3.1.15-alpha]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15-alpha [3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14 [3.1.13]: https://github.com/Automattic/social-logos/compare/v3.1.12...v3.1.13 [3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12 diff --git a/package.json b/package.json index 3b8b4d2..3cf5eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "social-logos", - "version": "3.1.14", + "version": "3.1.15-alpha", "description": "A repository of all the social logos used on WordPress.com.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/", "bugs": {