Bump fast-uri from 3.1.2 to 3.1.4 in /DevSkim-VSCode-Plugin - #766
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump fast-uri from 3.1.2 to 3.1.4 in /DevSkim-VSCode-Plugin#766dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.2 to 3.1.4. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
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 fast-uri from 3.1.2 to 3.1.4.
Release notes
Sourced from fast-uri's releases.
Commits
6aeece6Bumped v3.1.42d50fbafix: reject literal backslash in URI authority0549fe3Bumped v3.1.32a6d357Merge commit from forkDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.