Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps-dev): bump @vscode/vsce from 2.21.1 to 3.4.2#517

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/vscode/vsce-3.4.2

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 26, 2025
edited
Loading

Bumps@vscode/vsce from 2.21.1 to 3.4.2.

Release notes

Sourced from@​vscode/vsce's releases.

v3.4.2

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 wasauto generated.

v3.4.2-2

Changes:

  • #1152: Only scan secrets when .env is ignored and vice versa

This list of changes wasauto generated.

v3.4.2-1

Changes:

  • #1155: Fix npm token scanning false positives

This list of changes wasauto generated.

v3.4.2-0

Changes:

  • #1151: Do not scan node modules and improve error messages for secret scanning

This list of changes wasauto generated.

v3.4.1

Changes:

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

This list of changes wasauto generated.

v3.4.1-1

... (truncated)

Commits
  • 0789737 Merge pull request#1152 from microsoft/benibenj/handsome-stoat
  • 80fdafe Merge remote-tracking branch 'origin/main' into benibenj/handsome-stoat
  • 18221d1 Merge pull request#1155 from microsoft/benibenj/visible-slug
  • 2ec3bb2 fix npm token scanning false positives
  • 2bc74a9 Merge pull request#1151 from microsoft/benibenj/aggressive-parrotfish
  • 5f6ed82 only scan secrets when dot env is ignored and vice versa
  • 1e77be9 Do not scan node modules and better error message for secret scanning
  • 5e2323f Merge pull request#1149 from microsoft/benibenj/latin-junglefowl
  • 649ca03 To many false positives for private key scanning
  • efd9d4e Merge pull request#1148 from microsoft/benibenj/fellow-xerinae
  • Additional commits viewable incompare view
Maintainer changes

This version was pushed to npm bymicrosoft1es, a new releaser for@​vscode/vsce since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsMay 26, 2025
@matifalimatifali requested a review fromcode-asherMay 26, 2025 14:53
@code-asher
Copy link
Member

Looks like this is blocked on updating to Node 20. I opened#521

matifali reacted with thumbs up emoji

@matifalimatifali mentioned this pull requestMay 28, 2025
@matifali
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/vscode/vsce-3.4.2 branch fromee384fb to42bb5edCompareMay 28, 2025 13:04
@matifali
Copy link
Member

@code-asher Node is updated now.

code-asher reacted with hooray emoji

@matifali
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/vscode/vsce-3.4.2 branch from42bb5ed to7eab06eCompareMay 28, 2025 14:31
@code-asher
Copy link
Member

Did we update the engine reference in the package.json as well?

@code-asher
Copy link
Member

code-asher commentedMay 28, 2025
edited
Loading

Wait it is not in there, why does the error complain about it? Oh it is the package.json ofvsce, not ours. Hmm seems like this should work then. 🤔

Looking at the CI logs, it seems to still be installing v18.Edit: nvm, I see the update was reverted.

@matifali
Copy link
Member

Yeah, I reverted the PR as the fix was more involved than the time I could spend.

code-asher reacted with thumbs up emoji

Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.21.1 to 3.4.2.- [Release notes](https://github.com/Microsoft/vsce/releases)- [Commits](microsoft/vscode-vsce@v2.21.1...v3.4.2)---updated-dependencies:- dependency-name: "@vscode/vsce"  dependency-version: 3.4.2  dependency-type: direct:development  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/vscode/vsce-3.4.2 branch from7eab06e to0ee7762CompareJune 5, 2025 20:17
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@code-ashercode-asherAwaiting requested review from code-asher

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@code-asher@matifali

[8]ページ先頭

©2009-2025 Movatter.jp