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
Open
Bump linkify-it from 5.0.1 to 5.0.2 in /DevSkim-VSCode-Plugin#765dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
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
Bot
force-pushed
the
dependabot/npm_and_yarn/DevSkim-VSCode-Plugin/linkify-it-5.0.2
branch
from
July 31, 2026 13:31
9058b87 to
3a2266b
Compare
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps linkify-it from 5.0.1 to 5.0.2.
Changelog
Sourced from linkify-it's changelog.
Commits
50a0c915.0.2 releasedde3b885Update package hooks13effaaAdd package lock39d748dBump c800ce877Drop tlds depsecde823Update benchmark to mitata23c62cdRefactor demo / doc build and publishfd63f3bCI config updatef4ea5afdemo: update bootstrap & layout1454fb6lint: dim warnings