chore: update deps (with sensible dependabot)#48
Merged
justlevine merged 2 commits intodevelopfrom Jan 27, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates NPM and Composer dependencies as part of pre-release cleanup. The changes focus on updating WordPress packages, development tools, and configuring Dependabot with more granular update policies.
Changes:
- Updated multiple @WordPress packages (api-fetch, components, element, i18n, icons) to their latest minor versions
- Updated development dependencies including @babel/core, ESLint plugins, browserslist, and globals
- Updated PHP development dependencies (PHPStan, PHPUnit, and related packages)
- Reconfigured Dependabot from daily to weekly updates with grouped dependency updates and cooldown periods
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates WordPress packages and dev dependencies to newer minor/patch versions |
| composer.json | Downgrades wpackagist-plugin/plugin-check from 1.8.0 to 1.6.0 |
| composer.lock | Reflects updated PHP package versions and the plugin-check downgrade |
| .github/dependabot.yml | Restructures Dependabot configuration with weekly schedules, cooldown periods, and dependency grouping |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f815432 to
9eec915
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
up1512001
approved these changes
Jan 27, 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.
What
This PR reapplies and further updates the outdated NPM and Composer deps.
Breaking updates that don't have security implications we're obviously left out.
Also updates
dependabot.ymlwith a sensible configuration. cc @iamimmanuelrajWhy
Prerelease cleanup.
Related Issue(s):
How
Testing Instructions
Screenshots
Additional Info
Checklist