close
Skip to content

updated dependencies#8

Open
bph wants to merge 1 commit intomainfrom
sec-dependabot
Open

updated dependencies#8
bph wants to merge 1 commit intomainfrom
sec-dependabot

Conversation

@bph
Copy link

@bph bph commented Feb 12, 2026

Updated package.json and package-lock.json

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates JavaScript tooling dependencies for the project’s WordPress block template scaffolding.

Changes:

  • Bumped @wordpress/scripts from ^26.0.0 to ^31.4.0 in package.json.
  • Minor formatting cleanup in package.json and a trailing newline change in .gitignore.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updates @wordpress/scripts dependency version.
.gitignore Adds an extra blank line at EOF.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"license": "GPL-2.0-or-later",
"dependencies": {
"@wordpress/scripts": "^26.0.0",
"@wordpress/scripts": "^31.4.0",
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

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

Bumping @wordpress/scripts to ^31.4.0 raises the required runtime: the lockfile declares @wordpress/scripts (and related @wordpress/* tooling) needs Node >=18.12.0 (and npm >=8.19.2). package.json still advertises engines.node >=12, which is now misleading and may allow unsupported setups; please update the engines field (and consider adding an npm engine) to match the new dependency requirements.

Copilot uses AI. Check for mistakes.
Copy link
Author

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based on this feedback

Copy link

Copilot AI commented Feb 12, 2026

@bph I've opened a new pull request, #9, to work on those changes. Once the pull request is ready, I'll request review from you.

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.

3 participants