Skip to content

chore(deps): bump fast-uri from 3.1.0 to 3.1.2#3862

Merged
claremacrae merged 1 commit into
mainfrom
dependabot/npm_and_yarn/fast-uri-3.1.2
Jun 5, 2026
Merged

chore(deps): bump fast-uri from 3.1.0 to 3.1.2#3862
claremacrae merged 1 commit into
mainfrom
dependabot/npm_and_yarn/fast-uri-3.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Bumps fast-uri from 3.1.0 to 3.1.2.

Release notes

Sourced from fast-uri's releases.

v3.1.2

⚠️ Security Release

What's Changed

Full Changelog: fastify/fast-uri@v3.1.1...v3.1.2

v3.1.1

⚠️ Security Release

What's Changed

New Contributors

Full Changelog: fastify/fast-uri@v3.1.0...v3.1.1

Commits
  • 919dd8e Bumped v3.1.2
  • c65ba57 fixup: linting
  • 6c86c17 Merge commit from fork
  • a95158a Handle malformed fragment decoding without throwing (#171)
  • cea547c Bumped v3.1.1
  • 876ce79 Merge commit from fork
  • dcdf690 ci: add lock-threads workflow (#169)
  • c860e65 build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#167)
  • 9b4c6dc build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#166)
  • 85d09a9 build(deps): bump fastify/workflows/.github/workflows/plugins-ci-package-mana...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 9, 2026
@claremacrae
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/fast-uri-3.1.2 branch from 313887a to 198cb85 Compare June 5, 2026 21:02
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 5, 2026

Copy link
Copy Markdown
Member

@claremacrae claremacrae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to know what depended on this, as the file history wasn't easily readable, due to updates when updating to eslint 9 (IIRC).

So, on main:

yarn why fast-uri
yarn why v1.22.19
[1/4] 🤔  Why do we have the module "fast-uri"...?
[2/4] 🚚  Initialising dependency graph...
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
=> Found "fast-uri@3.1.0"
info Reasons this module exists
   - "ajv" depends on it
   - Hoisted from "ajv#fast-uri"

And in turn:

yarn why ajv     
yarn why v1.22.19
[1/4] 🤔  Why do we have the module "ajv"...?
[2/4] 🚚  Initialising dependency graph...
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
=> Found "ajv@8.20.0"
info Has been hoisted to "ajv"
info Reasons this module exists
   - Hoisted from "eslint-plugin-obsidianmd#eslint-plugin-json-schema-validator#ajv"
   - Hoisted from "eslint#@modelcontextprotocol#sdk#ajv"
   - Hoisted from "eslint#@modelcontextprotocol#sdk#ajv-formats#ajv"
   - Hoisted from "eslint-plugin-obsidianmd#eslint-plugin-json-schema-validator#json-schema-migrate#ajv"
info Disk size without dependencies: "2.56MB"
info Disk size with unique dependencies: "2.93MB"
info Disk size with transitive dependencies: "2.93MB"
info Number of shared dependencies: 4
=> Found "eslint#ajv@6.12.6"
info This module exists because "eslint" depends on it.
info Disk size without dependencies: "1.12MB"
info Disk size with unique dependencies: "1.89MB"
info Disk size with transitive dependencies: "1.93MB"
info Number of shared dependencies: 5
=> Found "@eslint/eslintrc#ajv@6.15.0"
info This module exists because "eslint#@eslint#eslintrc" depends on it.
info Disk size without dependencies: "1.13MB"
info Disk size with unique dependencies: "1.9MB"
info Disk size with transitive dependencies: "1.95MB"
info Number of shared dependencies: 5
=> Found "eslint-plugin-obsidianmd#ajv@6.15.0"
info Reasons this module exists
   - "eslint-plugin-obsidianmd#eslint" depends on it
   - Hoisted from "eslint-plugin-obsidianmd#eslint#ajv"
info Disk size without dependencies: "1.12MB"
info Disk size with unique dependencies: "1.89MB"
info Disk size with transitive dependencies: "1.93MB"
info Number of shared dependencies: 5
✨  Done in 0.29s.

So it's purely a dev dependency.

The eslint output doesn't change, when checks are enabled.

So this looks fine.

@claremacrae claremacrae merged commit 4aa7581 into main Jun 5, 2026
3 checks passed
@claremacrae claremacrae deleted the dependabot/npm_and_yarn/fast-uri-3.1.2 branch June 5, 2026 21:07
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