Skip to content

Commit

Permalink
Update to eslint 9 (#40555)
Browse files Browse the repository at this point in the history
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@9e3ae2f
  • Loading branch information
anomiex authored and matticbot committed Dec 11, 2024
1 parent fd1fb45 commit 269f1ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 269f1ba

Please sign in to comment.