Skip to content

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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

This PR contains the following updates:

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

Release Notes

Microsoft/vsce (@​vscode/vsce)

v3.4.2

Compare Source

Changes:

  • #​1152: Only scan secrets when .env is ignored and vice versa
  • #​1155: Fix npm token scanning false positives
  • #​1151: Do not scan node modules and improve error messages for secret scanning

This list of changes was auto generated.

v3.4.1

Compare Source

Changes:

  • #​1149: Fix false positives in private key scanning
  • #​1148: Clarify unpublish command description

This list of changes was auto generated.

v3.4.0

Compare Source

Changes:

  • #​1145: Allow packaging .env and secrets using command line flags
  • #​1144: Scan for secrets and disallow .env files
  • #​1141: Add language-model-tools tag for MCP extensions
  • #​1138: Proper entry point validation
  • #​1137: Add 'mcp' tag support in TagsProcessor
  • #​1131: Remove deprecated SVG sources from TrustedSVGSources array
  • #​1127: Improve error message for Personal Access Token verification

This list of changes was auto generated.

v3.3.2

Compare Source

Changes:

  • #​1126: Bump tar-fs from 2.1.1 to 2.1.2

This list of changes was auto generated.

v3.3.1

Compare Source

Changes:

  • #​1124: Add 'copilot-tools' to languageModelTools contributions

This list of changes was auto generated.

v3.3.0

Compare Source

Changes:

  • #​1122: Remove unused 'github-copilot' tag
  • #​1120: Add tools tag for languageModelTools contribution
  • #​1116: add VSCE_DEBUG to spit out error
  • #​1114: Bump serialize-javascript and mocha

This list of changes was auto generated.

v3.2.2

Compare Source

Changes:

Feature Requests:
  • #​719: Update command line parameters to be in a consistent style and specify which override parameter can be used to override an error in the error message.
  • #​1074: The tree, after packing the extension, does not take the out option into account
Others:
  • #​1103: Update command line parameters for consistency
  • #​1100: Allow for reproducible .vsix packages
  • #​906: Reproducible builds
  • #​1078: Updated the semver comparison
  • #​1101: Fix tree printing to respect the out option
  • #​1080: allow manual prerelease
See More
  • #​1075: Fix issue with file inclusion patterns
  • #​1073: The following include patterns in the...

This list of changes was auto generated.

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:

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


Configuration

📅 Schedule: Branch creation - "before 8am on monday" in timezone America/Los_Angeles, 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.

@renovate renovate bot force-pushed the renovate/major-vscode branch from ff41cd2 to a2e40b4 Compare September 5, 2024 10:57
@renovate renovate bot force-pushed the renovate/major-vscode branch from a2e40b4 to 3ae1cb7 Compare September 30, 2024 10:12
@renovate renovate bot force-pushed the renovate/major-vscode branch 2 times, most recently from 28a1089 to b325af8 Compare October 24, 2024 10:27
@renovate renovate bot force-pushed the renovate/major-vscode branch from b325af8 to 4344a40 Compare January 29, 2025 21:17
@renovate renovate bot force-pushed the renovate/major-vscode branch from 4344a40 to b8b6440 Compare March 16, 2025 13:54
@renovate renovate bot force-pushed the renovate/major-vscode branch 2 times, most recently from 482674d to 5eebbbd Compare March 31, 2025 11:09
@renovate renovate bot force-pushed the renovate/major-vscode branch 2 times, most recently from 1334b9a to 15faca3 Compare May 19, 2025 08:33
@renovate renovate bot force-pushed the renovate/major-vscode branch from 15faca3 to 859c3c6 Compare May 22, 2025 17:21
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