Skip to content

Bump linkify-it from 5.0.1 to 5.0.2 in /DevSkim-VSCode-Plugin - #765

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/DevSkim-VSCode-Plugin/linkify-it-5.0.2
Open

Bump linkify-it from 5.0.1 to 5.0.2 in /DevSkim-VSCode-Plugin#765
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/DevSkim-VSCode-Plugin/linkify-it-5.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps linkify-it from 5.0.1 to 5.0.2.

Changelog

Sourced from linkify-it's changelog.

5.0.2 / 2026-07-02

  • Fixed DoS in mailto: links (restrict user name to 64 chars).
  • Restricted user/pass part length in links.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 23, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 5.0.1 to 5.0.2.
- [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/linkify-it@5.0.1...5.0.2)

---
updated-dependencies:
- dependency-name: linkify-it
  dependency-version: 5.0.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump linkify-it from 5.0.0 to 5.0.2 in /DevSkim-VSCode-Plugin Bump linkify-it from 5.0.1 to 5.0.2 in /DevSkim-VSCode-Plugin Jul 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/DevSkim-VSCode-Plugin/linkify-it-5.0.2 branch from 9058b87 to 3a2266b Compare July 31, 2026 13:31
gfs added a commit that referenced this pull request Aug 3, 2026
Folds the five open Dependabot pull requests for the VS Code extension
(#765, #766, #767, #768, #769) into a single change so the new
.github/dependabot.yml grouping starts from a clean slate.

Transitive lockfile bumps: linkify-it 5.0.1 -> 5.0.2, fast-uri 3.1.2 ->
3.1.4, undici 7.24.6 -> 7.29.0, and brace-expansion 1.1.14 -> 1.1.16 and
5.0.5 -> 5.0.8.

Three of the versions Dependabot picked no longer exist: brace-expansion
1.1.18 and 5.0.9 (from #769 and #767) and minimatch 10.2.6 (pulled in by
#767) have been removed from the npm registry, so restoring them fails with
a 404 and the packument no longer records them at all. They are pinned here
to the newest releases that do exist -- 1.1.16, 5.0.8 and 10.2.5.

The vscode-languageclient 7.0.0 -> 10.1.0 bump from #767 does not build on
its own, so it is carried here with the migration it needs:

* vscode-languageclient 10 declares its entry points only through
  "exports", which node10 module resolution cannot see, so both TypeScript
  projects move to node16 module resolution.
* Its type declarations use the NoInfer utility type, so typescript goes
  from ^4.5.5 to ^5.9.3.
* LanguageClient.start() now returns a promise rather than a disposable and
  onReady() was removed in v8, so client/extension.ts registers its
  notification handlers before starting the client and disposes the client
  through the extension context.
* vscode-languageclient 10 requires VS Code ^1.91.0, so engines.vscode goes
  from ^1.63.0 to ^1.91.0 and @types/vscode is pinned to the matching
  1.91.0 so the extension is not type-checked against APIs newer than the
  version it claims to support.

Verified with npm ci in both package directories, npm run compile, npm run
lint, and the esbuild bundle step used for packaging.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: c4d8e4b0-da9f-459c-9620-b7c0d2af33a6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants