Skip to content

fix(deps): update dependency archiver to v8 - #125

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

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/archiver-8.x

Conversation

@renovate

@renovate renovate Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
archiver ^7.0.1^8.0.0 age confidence

Release Notes

archiverjs/node-archiver (archiver)

v8.0.0

Compare Source

What’s changed

Breaking changes

Maintenance

Documentation

Dependency updates


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

@socket-security

socket-security Bot commented May 11, 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
Updatedarchiver@​7.0.1 ⏵ 8.0.0991009883 +3100

View full report

@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch from 20aef88 to 701abac Compare May 18, 2026 13:38
@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch from 701abac to 4b8892f Compare May 28, 2026 22:38

@jinhongliang991013 jinhongliang991013 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.

Archiver 8 changes the module export shape, so the current CommonJS packaging script can no longer create the extension archive.

Comment thread package.json
},
"dependencies": {
"archiver": "^7.0.1"
"archiver": "^8.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This major upgrade breaks the repository's npm run zip path. I tested the exact commits after a successful build: the base (7822e235, locked archiver@7.0.1) prints Extension zip created and exits 0, while this PR (4b8892fc, locked archiver@8.0.0) fails at const archive = archiver(...) with TypeError: archiver is not a function, exits 1, and leaves a 0-byte extension.zip. Archiver 8 exposes the ESM/default export differently, but create-extension-zip.js still uses const archiver = require('archiver'). Please migrate the packaging script to the v8 export/API (and avoid leaving the empty output on failure), or keep v7.

@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch from 4b8892f to 78a5098 Compare June 16, 2026 20:59
@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch from 78a5098 to 4e43334 Compare July 12, 2026 14:58

@cursor cursor Bot 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.

Stale comment

Risk: medium. Cursor Bugbot was not present on this PR. This major archiver v8 bump may break the CommonJS create-extension-zip.js packaging path, so human review is required before merge. Reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver External

@cursor
cursor Bot requested review from jinhongliang991013 and riderx July 12, 2026 15:10
@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch from 4e43334 to 5549b4c Compare July 24, 2026 22:37

@cursor cursor Bot 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.

Stale comment

Risk: medium. Cursor Bugbot was not present on this PR. The archiver v8 major bump is ESM-only and may break the CommonJS create-extension-zip.js packaging path, so human review is required before merge. Reviewers are already assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver External

@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch 2 times, most recently from 9554b05 to 642ce63 Compare August 4, 2026 23:46
@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch from 642ce63 to 7eeed05 Compare August 12, 2026 02:32

@cursor cursor Bot 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.

Risk: medium. Cursor Bugbot was not present on this PR. The archiver v8 major bump may break the CommonJS create-extension-zip.js packaging path, so human review is required before merge. Reviewers are already assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver External

@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch 2 times, most recently from 805b804 to 2376ff8 Compare August 18, 2026 19:44
@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch from 2376ff8 to c31a019 Compare September 2, 2026 18:13
@renovate
renovate Bot force-pushed the renovate/archiver-8.x branch from c31a019 to 505d9f7 Compare September 15, 2026 10:25
@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 01dd2bf5-a7b4-4025-8437-01d3eb3f789f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant