Skip to content

build(deps): bump fast-uri from 3.1.5 to 3.1.7 in /ui in the npm_and_yarn group across 1 directory - #3208

Merged
SamMorrowDrums merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/npm_and_yarn-8839a8980a
Sep 3, 2026
Merged

SamMorrowDrums merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/npm_and_yarn-8839a8980a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the /ui directory: fast-uri.

Updates fast-uri from 3.1.5 to 3.1.7

Release notes

Sourced from fast-uri's releases.

v3.1.7

⚠️ Security Warning

This is a security release that fixes the following high-severity security advisories:

Users of the v3.x release line should upgrade to v3.1.7.

Full Changelog: fastify/fast-uri@v3.1.6...v3.1.7

v3.1.6

⚠️ Security Warning

This release addresses the following high-severity security advisories:

Users of the v3.x release line should upgrade to v3.1.6.

Full Changelog: fastify/fast-uri@v3.1.5...v3.1.6

Commits
  • 412e40a Bumped v3.1.7
  • 9f4c943 fix: backport port and IP-literal validation to v3.x (#216)
  • 1eb3ce4 fix: treat unterminated bracket hosts as reg-names again (#214)
  • 6f970b2 Bumped v3.1.6
  • d941579 fix: never run IDN canonicalization on bracketed IP literals
  • c0f0279 test: adapt decoded-scheme handler assertion to 3.x (no mailto scheme)
  • 37f3417 Merge commit from fork
  • 607bfbe Merge commit from fork
  • ae92a4c Merge commit from fork
  • 444ecda Merge commit from fork
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the /ui directory: [fast-uri](https://github.com/fastify/fast-uri).


Updates `fast-uri` from 3.1.5 to 3.1.7
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.5...v3.1.7)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.7
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 3, 2026 01:43
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Sep 3, 2026
@SamMorrowDrums
SamMorrowDrums merged commit 8b9df57 into main Sep 3, 2026
18 checks passed
@SamMorrowDrums
SamMorrowDrums deleted the dependabot/npm_and_yarn/ui/npm_and_yarn-8839a8980a branch September 3, 2026 13:18
social4hyq pushed a commit to social4hyq/homebrew-core that referenced this pull request Sep 20, 2026
github-mcp-server 1.12.0

Created-by: HarmonybrewBot
Commit-by: HarmonybrewBot
Merged-by: HarmonybrewBot
Description: Created by `brew bump`

---

Created with `brew bump-formula-pr`.<details>
  <summary>release notes</summary>
  <pre>## Highlights

- **New governance tools for agents.** Read and manage repository rulesets and custom properties across repository, organization, and enterprise levels.
- **Faster, safer feature flags.** Functional availability rules evaluate lazily after static filtering, deduplicate checks per request, and preserve precise availability errors.
- **Safer write operations.** Pin merge HEADs, recover file SHAs, use least-privilege public-repository access, and detect silently dropped labels.
- **Richer review and discovery support.** Adds review range coordinates, thread resolution reasons, projected-header preflights, Server Card support, and Agent Plugins.
- **Better content fidelity.** Markdown bodies, titles, release notes, comments, and commit messages preserve visible content while filtering unsafe invisible characters.

## What's Changed
* Remove documentation for unavailable tool-search command by @tommaso-moro in github/github-mcp-server#3162
* Expose Copilot review thread resolution reasons by @cagesellchen in github/github-mcp-server#3123
* fix(repos): give create_or_update_file callers a SHA they can actually get by @dylanpulver in github/github-mcp-server#3131
* fix: allow public_repo for public contribution tools by @paulcakeface in github/github-mcp-server#3140
* Enable feature flags via URL query parameter (?features=) for headerless hosted connections by @CAOShurong in github/github-mcp-server#3146
* Add expectedHeadSha pinning to merge_pull_request by @jcosta1970 in github/github-mcp-server#3182
* Fix e2e harness compilation against go-github v89 and go-sdk v1.7 by @ppoffice in github/github-mcp-server#3187
* Return range coordinates for review comments by @yiheng-kkk in github/github-mcp-server#3193
* Fix issue_write silently dropped label errors by @SamMorrowDrums in github/github-mcp-server#3195
* fix(http): allow projected MCP headers in preflights by @SamMorrowDrums in github/github-mcp-server#3167
* Spell perPage the same way in every paginated tool by @karpovantonme in github/github-mcp-server#3142
* Add MCP Server Card (SEP-2127) types + handler by @SamMorrowDrums in github/github-mcp-server#2768
* Refactor feature flags to use functional availability rules by @SamMorrowDrums in github/github-mcp-server#3166
* feat(governance): add repository ruleset tools with multi-level scope challenge by @SamMorrowDrums in github/github-mcp-server#2991
* feat(governance): add custom properties tools by @SamMorrowDrums in github/github-mcp-server#2992
* Fix HTML entities in sanitized titles by @SamMorrowDrums in github/github-mcp-server#3216
* build(deps): bump fast-uri from 3.1.5 to 3.1.7 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in github/github-mcp-server#3208
* build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in github/github-mcp-server#3217
* build(deps): bump github/codeql-action from 4.37.4 to 4.37.9 by @dependabot[bot] in github/github-mcp-server#3192
* feat: add Agent Plugins 1.0 package by @777genius in github/github-mcp-server#3169
* fix(sanitize): preserve Markdown body fidelity on read surfaces by @SamMorrowDrums in github/github-mcp-server#3177
* build(deps): bump actions/stale from 10 to 11 by @dependabot[bot] in github/github-mcp-server#3003
* Fix main CI sanitizer integration by @SamMorrowDrums in github/github-mcp-server#3219

## New Contributors
* @cagesellchen made their first contribution in github/github-mcp-server#3123
* @paulcakeface made their first contribution in github/github-mcp-server#3140
* @CAOShurong made their first contribution in github/github-mcp-server#3146
* @jcosta1970 made their first contribution in github/github-mcp-server#3182
* @ppoffice made their first contribution in github/github-mcp-server#3187
* @yiheng-kkk made their first contribution in github/github-mcp-server#3193
* @karpovantonme made their first contribution in github/github-mcp-server#3142
* @777genius made their first contribution in github/github-mcp-server#3169

**Full Changelog**: https://github.com/github/github-mcp-server/compare/v1.11.0...v1.12.0</pre>
  <p>View the full release notes at <a href="https://github.com/github/github-mcp-server/releases/tag/v1.12.0">https://github.com/github/github-mcp-server/releases/tag/v1.12.0</a>.</p>
</details>
<hr>

See merge request: Harmonybrew/homebrew-core!18304
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.

1 participant