Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates dependencies across the monorepo and adds an ESLint configuration fix for WordPress package imports.
Changes:
- Updated all dependencies across the monorepo packages to their latest versions, including several major version updates (stylelint 16→17, eslint-plugin-react-hooks 5→7, and others)
- Added
import/no-unresolvedrule configuration to ignore@wordpress/*imports in the ESLint config, which became necessary after the ESLint updates due to changed rule merging behavior - All shared dependencies remain synchronized across packages as required for pnpm compatibility
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated root devDependencies (lerna, lint-staged, npm-check-updates, syncpack) |
| packages/eslint-config/package.json | Updated ESLint and related dependencies to latest versions |
| packages/eslint-config/src/index.js | Added ignore pattern for @wordpress/* imports in import/no-unresolved rule |
| packages/postcss-config/package.json | Updated autoprefixer and cssnano to latest minor versions |
| packages/prettier-config/package.json | Updated prettier plugins and WordPress config |
| packages/stylelint-config/package.json | Updated stylelint to v17 (major version) and related configs |
| packages/toolkit/package.json | Updated all toolkit dependencies to match config packages (required for pnpm) |
| packages/vite-config/package.json | Updated Vite plugins and build dependencies |
3d5134c to
4eda587
Compare
rivanuff
approved these changes
Feb 19, 2026
rivanuff
left a comment
There was a problem hiding this comment.
Is het nu ook het doel om waar mogelijk node op v24 te zetten?
Contributor
Author
Yep! Alle .nvmrc's mogen naar 24 als je het tegen komt |
Yannicvanveen
approved these changes
Feb 19, 2026
laravdiemen
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@wordpress/dependencies ge-ignored bij deimport/no-unresolvedrule. Dit omdat in ons build process alle@wordpress/*packages worden omgeschreven naarwindow.wp.*Dit laatste ging vroegah goed, maar door een update wordt er nu anders gehandeld met hoe de rules worden toegepast of gemerged.