Skip to content

Conversation

@t-hamano
Copy link
Contributor

@t-hamano t-hamano commented Sep 7, 2025

This PR updates npm libraries and removes unnecessary libraries.

Deleted libraries

The following libraries are dependencies of @wordpress/scripts, so they do not need to be installed separately.

  • @wordpress/eslint-plugin
  • @wordpress/browserslist-config
  • @wordpress/stylelint-config
  • @wordpress/prettier-config
Results of npm ls
$ npm ls @wordpress/eslint-plugin
create-block-theme@2.7.0 /home/t-hamano/projects/_core-dev/create-block-theme
├── @wordpress/eslint-plugin@21.0.0
└─┬ @wordpress/scripts@29.0.0
  └── @wordpress/eslint-plugin@21.0.0 deduped

$ npm ls @wordpress/browserslist-config
create-block-theme@2.7.0 /home/t-hamano/projects/_core-dev/create-block-theme
├── @wordpress/browserslist-config@6.7.0
├─┬ @wordpress/eslint-plugin@21.0.0
│ └─┬ @wordpress/babel-preset-default@8.7.0
│   └── @wordpress/browserslist-config@6.7.0 deduped
└─┬ @wordpress/scripts@29.0.0
  └── @wordpress/browserslist-config@6.7.0 deduped

$ npm ls @wordpress/stylelint-config
create-block-theme@2.7.0 /home/t-hamano/projects/_core-dev/create-block-theme
├─┬ @wordpress/scripts@29.0.0
│ └── @wordpress/stylelint-config@22.7.0 deduped
└── @wordpress/stylelint-config@22.7.0

$ npm ls @wordpress/prettier-config
create-block-theme@2.7.0 /home/t-hamano/projects/_core-dev/create-block-theme
├─┬ @wordpress/eslint-plugin@21.0.0
│ └── @wordpress/prettier-config@4.7.0 deduped
├── @wordpress/prettier-config@4.7.0
└─┬ @wordpress/scripts@29.0.0
  └── @wordpress/prettier-config@4.7.0 deduped

Copy link
Contributor

@pbking pbking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@t-hamano t-hamano merged commit a52d29c into trunk Sep 15, 2025
2 checks passed
@t-hamano t-hamano deleted the update-npm-packages branch September 15, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants