Skip to content
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

chore(deps): update dependency @vscode/vsce to v3 #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vscode/vsce (source) ^2.18.0 -> ^3.0.0 age adoption passing confidence

Release Notes

Microsoft/vsce (@​vscode/vsce)

v3.2.1

Compare Source

Changes:

  • #​1070: copilot should be github-copilot tag

This list of changes was auto generated.

v3.2.0

Compare Source

Changes:

Feature Requests:
  • #​1061: Added unpublish to api.ts
  • #​1064: vsce not up to date should be a WARNING not INFO
Bugs:
  • #​1048: --readme-path is ignored by the marketplace
Others:
  • #​1069: add copilot tag
  • #​1065: Change vsce update notification from INFO to WARNING
  • #​1053: Fix regression with workdir symlinks
  • #​1062: Fix readme-path handling

This list of changes was auto generated.

v3.1.1

Compare Source

Changes:

  • #​1058: Auto Assign Chat Participant Tag
  • #​1060: Quote filename value in Content-Disposition header

This list of changes was auto generated.

v3.1.0

Compare Source

Changes:

Feature Requests:
  • #​1044: Enable verifying the signed package
Others:
  • #​1050: Fix unused-files-patterns check and add tests
  • #​1046: Fix typo in option hint
  • #​1045: add verify-signature command. Fixes #​1044
  • #​1037: Fix punycode deprecation warning
  • #​1040: Allow packaging extension without a publisher

This list of changes was auto generated.

v3.0.0

Compare Source

Changes:

  • #​1035: Update deprecated dependencies and move to Node 20

This list of changes was auto generated.

v2.32.0

Compare Source

Changes:

  • #​1034: Revert "Update deprecated dependencies"
  • #​1032: fix: probabilistic trigger v8 crash
  • #​1028: Remove need-more-info-closer workflow

This list of changes was auto generated.

v2.31.1

Compare Source

Changes:
  • #​1027: Update deprecated dependencies
  • #​1025: Don't package default readme if a path is provided and default is ignored
  • #​1024: add executes code property

This list of changes was auto generated.

v2.31.0

Compare Source

Changes:

  • #​1022: Throw error if provided readmePath or provided changelogPath could not be found
  • #​1020: Throw when unused files pattern in package.json
  • #​1015: Support "ls --tree"

This list of changes was auto generated.

v2.30.0

Compare Source

Changes:
Feature Requests:
  • #​1009: Azure - create a custom chained token credential to place the AzureCLICredential prior to the ManagedIdentityCredential
Others:
  • #​1011: Validate publisher on package
  • #​1013: Print packaged files/folders

This list of changes was auto generated.

v2.29.0

Compare Source

Changes:
Feature Requests:
  • #​1006: Expose enabledApiProposals as a property
Others:

This list of changes was auto generated.

v2.28.0

Compare Source

Changes:
Feature Requests:
  • #​993: Support signing related features
Others:

This list of changes was auto generated.

v2.27.0

Compare Source

Changes:
Bugs:
  • #​981: ERROR No translation found for %abc%
Others:
  • #​991: set pipeline name
  • #​990: fix: paths with spaces
  • #​988: fix executing sign tool
  • #​987: fix sign tool arg
  • #​986: enable signing in vsce using script
  • #​983: Fix "No translation found" error when executing vsce package

This list of changes was auto generated.

v2.26.1

Compare Source

Changes:
Feature Requests:
  • #​971: Validate nls strings on publish
Others:
  • #​974: Validate NLS strings
  • #​973: Fix nodejs breaking change CVE-2024-27980

This list of changes was auto generated.

v2.26.0

Compare Source

Changes:
Feature Requests:
  • #​964: Add --azure-credential option to "publish", "unpublish" and "verify-pat" commands
  • #​943: feat: ignore .git generated by git worktree add
  • #​966: allow verifyPat to use extension's publisher name
Others:
  • #​965: missing package-lock.json change

v2.25.0

Compare Source

Full Changelog: microsoft/vscode-vsce@v2.25.0...v2.25.0

What's Changed

⚠️ Node engine version has been bumped up from >=14 to >=16

New Contributors

Full Changelog: microsoft/vscode-vsce@v2.24.0...v2.25.0

v2.24.0

Compare Source

v2.23.0

Compare Source

v2.22.0

Compare Source

v2.21.1

Compare Source

v2.21.0

Compare Source

v2.20.1

Compare Source

v2.20.0

Compare Source

v2.19.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * " (UTC), Automerge - " 0-3 1 * *" (UTC).

🚦 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.

Copy link

coderabbitai bot commented Sep 1, 2024

Walkthrough

The package.json file has been updated to reflect a change in the version of the @vscode/vsce package, moving from ^2.18.0 to ^3.0.0. This upgrade indicates a transition to a newer major version, which may introduce new features, improvements, or breaking changes that could affect the overall functionality of the project.

Changes

File Change Summary
package.json Updated @vscode/vsce version from ^2.18.0 to ^3.0.0

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Application
    participant VSCE

    User->>Application: Initiate package update
    Application->>VSCE: Request new version
    VSCE-->>Application: Return version 3.0.0
    Application-->>User: Confirm update successful
Loading

Poem

🐇
In the garden, changes bloom,
A version leap, we make room.
From two to three, we hop along,
New features sing a joyful song.
With every change, we dance and play,
In our code, we find a way!
🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 524162b and 5a7f693.

Files ignored due to path filters (2)
  • package-lock.json is excluded by !**/package-lock.json
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

155-155: Dependency update looks good, but verify compatibility and functionality.

Updating the @vscode/vsce package to version ^3.0.0 aligns with the goal of keeping dependencies up to date and resolving issues related to deprecated dependencies. The changes in the new version, such as the migration to Node 20 and removal of deprecated dependencies, are relevant and beneficial to the project.

However, since this is a major version update, it may introduce breaking changes that could affect the project's functionality. Therefore, it is crucial to thoroughly test the project with the new version to ensure compatibility and identify any potential issues.

To verify the compatibility and functionality of the project with the updated @vscode/vsce package, consider the following steps:

  1. Update the package version in your local development environment.
  2. Run the project's test suite to identify any failing tests that may indicate breaking changes or incompatibilities.
  3. Manually test the project's critical functionalities and user flows to ensure they work as expected with the new version.
  4. If any issues are found, investigate the @vscode/vsce package's release notes and documentation to determine if there are any known breaking changes or migration steps required.
  5. Make necessary adjustments to the project's codebase to address any incompatibilities or breaking changes introduced by the new version.

By thoroughly testing the project and verifying its compatibility and functionality with the updated @vscode/vsce package, you can ensure a smooth transition to the new version and minimize the risk of introducing bugs or issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants