Skip to content

fix(deps): update dependency verkit to v0.5.0 - #87

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/verkit-0.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/verkit-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
verkit 0.4.10.5.0 age confidence

Release Notes

sxzz/verkit (verkit)

v0.5.0

Compare Source

Migration guide

v0.5.0 removes the deprecated shorthand aliases for version comparisons.
Replace any imports of these APIs with their *Than equivalents:

Removed API Replacement
isGreater isGreaterThan
isGreaterOrEqual isGreaterThanOrEqual
isLess isLessThan
isLessOrEqual isLessThanOrEqual
// Before
import { isGreater, isLessOrEqual } from 'verkit'

// After
import { isGreaterThan, isLessThanOrEqual } from 'verkit'

The replacement functions have the same behavior and arguments; only their exported names have changed.

   🚨 Breaking Changes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify

netlify Bot commented Sep 19, 2026

Copy link
Copy Markdown

Deploy Preview for npm-report ready!

Name Link
🔨 Latest commit 41dc394
🔍 Latest deploy log https://app.netlify.com/projects/npm-report/deploys/6aaf9aa9b15dfa0008b2f9b4
😎 Deploy Preview https://deploy-preview-87--npm-report.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@socket-security

socket-security Bot commented Sep 19, 2026

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
Addedverkit@​0.5.010010010089100

View full report

@renovate
renovate Bot force-pushed the renovate/verkit-0.x branch from 343e0d0 to 5a9084e Compare September 20, 2026 04:35
@renovate
renovate Bot force-pushed the renovate/verkit-0.x branch from 5a9084e to 41dc394 Compare September 20, 2026 08:34
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.

0 participants