Skip to content

Bump libs - #31

Merged
IgorCode merged 1 commit into
mainfrom
bump-libs
Apr 19, 2026
Merged

Bump libs#31
IgorCode merged 1 commit into
mainfrom
bump-libs

Conversation

@IgorCode

Copy link
Copy Markdown
Owner

No description provided.

@IgorCode IgorCode self-assigned this Apr 19, 2026
Copilot AI review requested due to automatic review settings April 19, 2026 14:36
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​grunt@​1.6.1 ⏵ 1.6.292 -610084 +590100
Updatedcomposer/​phpstan/​phpstan@​2.1.45.0 ⏵ 2.1.50.010010090100100

View full report

@IgorCode
IgorCode merged commit b3370ad into main Apr 19, 2026
8 checks passed
@IgorCode
IgorCode deleted the bump-libs branch April 19, 2026 14:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates development tooling dependencies across the Node/Grunt toolchain and PHP static analysis tooling.

Changes:

  • Bump grunt to 1.6.2 (and refresh package-lock.json with related transitive updates).
  • Update phpstan/phpstan in composer.lock to 2.1.50.
  • Configure Dependabot to ignore time-grunt updates >=2.

Reviewed changes

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

File Description
package.json Updates the Grunt devDependency version requirement.
package-lock.json Refreshes the npm lockfile to reflect updated Grunt and transitive dependencies.
composer.lock Updates the locked PHPStan version and metadata.
.github/dependabot.yml Adds an ignore rule to prevent Dependabot PRs for time-grunt v2+.

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

Comment thread package.json
"scripts": {},
"devDependencies": {
"grunt": ">=1.6.1",
"grunt": ">=1.6.2",

Copilot AI Apr 19, 2026

Copy link

Choose a reason for hiding this comment

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

Using a ">=1.6.2" range for grunt allows npm to resolve to any future major version, which can introduce breaking changes and make builds non-reproducible. Consider pinning to a compatible range (e.g., "^1.6.2" or "~1.6.2") consistent with the other devDependencies, then regenerate the lockfile accordingly.

Suggested change
"grunt": ">=1.6.2",
"grunt": "~1.6.2",

Copilot uses AI. Check for mistakes.
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