-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update deps (with sensible dependabot) #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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