chore(deps): bump nanoid from 3.3.12 to 3.3.19 - #266
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.12 to 3.3.19. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.12...3.3.19) --- updated-dependencies: - dependency-name: nanoid dependency-version: 3.3.19 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
adesege
reviewed
Sep 13, 2026
adesege
left a comment
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: a8e8772 | Previous: ccb3f17 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
45586.88676822325 ops/sec (±1.63%) |
44355.827899388205 ops/sec (±1.52%) |
0.97 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
50739.90186903004 ops/sec (±0.88%) |
49077.55133303189 ops/sec (±1.07%) |
0.97 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
24387.948882859757 ops/sec (±1.26%) |
24127.579263272528 ops/sec (±1.28%) |
0.99 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
4291.922676721088 ops/sec (±3.26%) |
4332.798367697519 ops/sec (±3.08%) |
1.01 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
6942.51317749295 ops/sec (±2.11%) |
6877.491973422911 ops/sec (±1.38%) |
0.99 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
373263.47817763896 ops/sec (±0.43%) |
367439.1967778971 ops/sec (±2.58%) |
0.98 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
43832.97334409733 ops/sec (±1.07%) |
40916.51636711715 ops/sec (±2.82%) |
0.93 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
46833.154005910495 ops/sec (±1.68%) |
46221.77899438597 ops/sec (±1.51%) |
0.99 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
47313.96483712158 ops/sec (±1.09%) |
47297.584538015675 ops/sec (±0.94%) |
1.00 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
46319.081029430694 ops/sec (±1.13%) |
46712.398512126 ops/sec (±0.86%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
3598954.4658266883 ops/sec (±0.25%) |
3659523.004609583 ops/sec (±0.26%) |
1.02 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
3471821.9513926674 ops/sec (±0.29%) |
3674735.919157303 ops/sec (±0.23%) |
1.06 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
3592759.252705159 ops/sec (±1.22%) |
3643329.0527346027 ops/sec (±0.97%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
3589246.697897783 ops/sec (±1.00%) |
3731349.291036125 ops/sec (±0.79%) |
1.04 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1177087.8883028533 ops/sec (±0.86%) |
1231183.1036989056 ops/sec (±0.71%) |
1.05 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1179657.825412179 ops/sec (±0.89%) |
1316018.4734202325 ops/sec (±0.72%) |
1.12 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
1515483.3816807957 ops/sec (±0.21%) |
1783899.5774658315 ops/sec (±0.30%) |
1.18 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1102832.6479267199 ops/sec (±1.47%) |
1315930.5814242992 ops/sec (±0.55%) |
1.19 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
1554761.8725117967 ops/sec (±0.19%) |
1806360.778904609 ops/sec (±0.19%) |
1.16 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
1884792.9897447322 ops/sec (±0.70%) |
1989351.3462046375 ops/sec (±2.25%) |
1.06 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
1975707.0477044026 ops/sec (±0.99%) |
2077218.3049918814 ops/sec (±0.64%) |
1.05 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1162878.4370913752 ops/sec (±0.90%) |
1318623.2747570868 ops/sec (±0.43%) |
1.13 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
639831.1822956977 ops/sec (±0.68%) |
674368.8967327109 ops/sec (±0.61%) |
1.05 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1029575.3101845222 ops/sec (±0.54%) |
1033574.8692689876 ops/sec (±0.46%) |
1.00 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
800618.7238137606 ops/sec (±1.87%) |
861264.3797109328 ops/sec (±0.67%) |
1.08 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
565506.1903803239 ops/sec (±0.68%) |
601067.2979531069 ops/sec (±0.70%) |
1.06 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
539032.4777719283 ops/sec (±1.79%) |
598005.5897686194 ops/sec (±2.06%) |
1.11 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
544490.3501940141 ops/sec (±0.68%) |
606220.5693193878 ops/sec (±0.44%) |
1.11 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
20545.63609569344 ops/sec (±8.11%) |
20659.201604495036 ops/sec (±7.81%) |
1.01 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
84151.60323842577 ops/sec (±9.84%) |
87549.06480088776 ops/sec (±9.59%) |
1.04 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
20113.777099120896 ops/sec (±7.53%) |
20055.348642388202 ops/sec (±7.48%) |
1.00 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
317144.62930082885 ops/sec (±1.12%) |
348297.84898624144 ops/sec (±1.02%) |
1.10 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
64663.3811714423 ops/sec (±0.55%) |
66342.982298651 ops/sec (±0.49%) |
1.03 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
32565.90848979685 ops/sec (±0.50%) |
32949.193140155745 ops/sec (±0.54%) |
1.01 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
13358789.171791192 ops/sec (±0.10%) |
12503091.774915366 ops/sec (±0.09%) |
0.94 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
2000938.439272825 ops/sec (±0.88%) |
2209847.5226742206 ops/sec (±1.46%) |
1.10 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1278613.0157159646 ops/sec (±2.18%) |
1332989.981337998 ops/sec (±0.60%) |
1.04 |
This comment was automatically generated by workflow using github-action-benchmark.
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 nanoid from 3.3.12 to 3.3.19.
Release notes
Sourced from nanoid's releases.
Changelog
Sourced from nanoid's changelog.
Commits
eb63bd6Release 3.3.19 version9067e03Sync CJS and ESM9ad9805Release 3.3.18 version55e50a0Update CI actione10f8d4Update index.native.js (#606)73d6716Release 3.3.17 versionf9d13f1Sync 0 size behaviour with PostCSS 59760e11Release 3.3.16 versione835c9bfix(non-secure): clamp negative size to prevent infinite loop (#601)96dd086Update CI actionMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for nanoid since your current version.
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 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.