Skip to content

deps(npm): bump fast-uri from 3.1.0 to 3.1.3#147

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fast-uri-3.1.3
Open

deps(npm): bump fast-uri from 3.1.0 to 3.1.3#147
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fast-uri-3.1.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps fast-uri from 3.1.0 to 3.1.3.

Release notes

Sourced from fast-uri's releases.

v3.1.3

⚠️ Security Release

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

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

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 this major version will 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 version will 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 dependency will 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.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added auto-merge Auto-merge enabled dependencies labels Jul 14, 2026
@dependabot dependabot Bot requested a review from adcondev as a code owner July 14, 2026 22:32
@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies auto-merge Auto-merge enabled labels Jul 14, 2026
@github-actions

Copy link
Copy Markdown
Contributor

👋 Thanks for opening this PR, @dependabot[bot]!

Here's what will happen next:

  • 🤖 Automated checks will run
  • 🏷️ Labels will be added automatically
  • 👀 A maintainer will review your changes

Please make sure:

  • ✅ All tests pass
  • 📝 The PR title follows conventional commits
  • 📋 The PR template is filled out completely

@github-actions

Copy link
Copy Markdown
Contributor

⚡ Benchmark Results

📈 Performance Comparison

📊 Click to expand detailed results

Current Branch Results

BenchmarkNewDocument-4    	1000000000	         0.3111 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3604941	       329.6 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  412749	      2716 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  545358	      2055 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  499064	      2313 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	   93379	     12569 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  412290	      2693 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  278457	      4157 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  530800	      2121 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  241146	      4768 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7719039	       156.0 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 6498426	       184.1 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	295655889	         4.111 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	32748010	        37.01 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	14496248	        82.67 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  502740	      2386 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  139107	      8467 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     610	   1895511 ns/op	 3469946 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     320	   3779104 ns/op	 5481093 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     139	   8777537 ns/op	 5231184 B/op	  230423 allocs/op

Base Branch Results

BenchmarkNewDocument-4    	1000000000	         0.3119 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3711313	       325.7 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  435748	      2718 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  548470	      2115 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  501014	      2313 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	   93271	     12623 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  423026	      2704 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  280236	      4167 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  529590	      2125 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  244705	      4790 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7620721	       155.0 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 6495541	       184.9 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	289182246	         4.058 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	33567564	        35.67 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	14505913	        82.77 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  500414	      2401 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  139543	      8557 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     574	   1950175 ns/op	 3469940 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     325	   3657777 ns/op	 5481091 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     136	   8410015 ns/op	 5231181 B/op	  230423 allocs/op

💡 Note: Use benchstat for statistical comparison

🎯 Summary

  • Total Benchmarks: 32
  • Average Speed: 2629372 ns/op
  • Average Memory: 2396767 B/op
  • Average Allocations: 41077 allocs/op

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants