Skip to content

chore(deps): bump browserslist from 4.28.2 to 4.28.9 - #261

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/browserslist-4.28.9
Open

chore(deps): bump browserslist from 4.28.2 to 4.28.9#261
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/browserslist-4.28.9

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps browserslist from 4.28.2 to 4.28.9.

Release notes

Sourced from browserslist's releases.

4.28.9

4.28.8

  • Fixed including kaios in baseline queries (by @​Jaybhade).

4.28.7

4.28.6

4.28.5

4.28.4

  • Fixed SyntaxError regression of 4.28.3.

4.28.3

  • Fixed baseline query case-insensitivity (by @​swwind).
Changelog

Sourced from browserslist's changelog.

4.28.9

4.28.8

  • Fixed including kaios in baseline queries (by @​Jaybhade).

4.28.7

4.28.6

4.28.5

4.28.4

  • Fixed SyntaxError regression of 4.28.3.

4.28.3

  • Fixed baseline query case-insensitivity (by @​swwind).
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for browserslist since your current version.


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 [browserslist](https://github.com/browserslist/browserslist) from 4.28.2 to 4.28.9.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.28.2...4.28.9)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-version: 4.28.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026

@adesege adesege left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Benchmark

Details
Benchmark suite Current: 9989157 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 35921.839788595076 ops/sec (±1.34%) 44355.827899388205 ops/sec (±1.52%) 1.23
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 43615.21780468328 ops/sec (±0.76%) 49077.55133303189 ops/sec (±1.07%) 1.13
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15611.720019413746 ops/sec (±1.22%) 24127.579263272528 ops/sec (±1.28%) 1.55
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 3974.7676630337264 ops/sec (±3.33%) 4332.798367697519 ops/sec (±3.08%) 1.09
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 5941.630727650413 ops/sec (±1.52%) 6877.491973422911 ops/sec (±1.38%) 1.16
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 364392.41052029416 ops/sec (±0.29%) 367439.1967778971 ops/sec (±2.58%) 1.01
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 36922.88065120898 ops/sec (±2.57%) 40916.51636711715 ops/sec (±2.82%) 1.11
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 42868.881722352824 ops/sec (±1.43%) 46221.77899438597 ops/sec (±1.51%) 1.08
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 42978.62691882638 ops/sec (±0.82%) 47297.584538015675 ops/sec (±0.94%) 1.10
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 43098.845209543244 ops/sec (±1.06%) 46712.398512126 ops/sec (±0.86%) 1.08
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4291777.304731438 ops/sec (±1.60%) 3659523.004609583 ops/sec (±0.26%) 0.85
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 4026818.816119335 ops/sec (±0.24%) 3674735.919157303 ops/sec (±0.23%) 0.91
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4580263.019821582 ops/sec (±0.71%) 3643329.0527346027 ops/sec (±0.97%) 0.80
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4528956.1068925755 ops/sec (±2.18%) 3731349.291036125 ops/sec (±0.79%) 0.82
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1393151.7603774285 ops/sec (±0.44%) 1231183.1036989056 ops/sec (±0.71%) 0.88
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1382073.8590280314 ops/sec (±1.58%) 1316018.4734202325 ops/sec (±0.72%) 0.95
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 1989142.6235105807 ops/sec (±1.32%) 1783899.5774658315 ops/sec (±0.30%) 0.90
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1357375.8751241474 ops/sec (±0.49%) 1315930.5814242992 ops/sec (±0.55%) 0.97
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2083798.620526294 ops/sec (±0.18%) 1806360.778904609 ops/sec (±0.19%) 0.87
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2476065.92075745 ops/sec (±3.17%) 1989351.3462046375 ops/sec (±2.25%) 0.80
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2479600.1799707497 ops/sec (±1.86%) 2077218.3049918814 ops/sec (±0.64%) 0.84
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1267696.3105525079 ops/sec (±0.75%) 1318623.2747570868 ops/sec (±0.43%) 1.04
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 650882.9807172812 ops/sec (±0.46%) 674368.8967327109 ops/sec (±0.61%) 1.04
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1174318.9619020761 ops/sec (±0.47%) 1033574.8692689876 ops/sec (±0.46%) 0.88
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 818234.6875516317 ops/sec (±0.55%) 861264.3797109328 ops/sec (±0.67%) 1.05
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 580953.0263227395 ops/sec (±0.53%) 601067.2979531069 ops/sec (±0.70%) 1.03
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 579416.9894967043 ops/sec (±0.56%) 598005.5897686194 ops/sec (±2.06%) 1.03
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 581851.4193122721 ops/sec (±0.56%) 606220.5693193878 ops/sec (±0.44%) 1.04
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 16155.58085961012 ops/sec (±7.45%) 20659.201604495036 ops/sec (±7.81%) 1.28
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 85322.83807359147 ops/sec (±8.42%) 87549.06480088776 ops/sec (±9.59%) 1.03
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 18252.74972314894 ops/sec (±7.12%) 20055.348642388202 ops/sec (±7.48%) 1.10
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 333008.418210015 ops/sec (±0.57%) 348297.84898624144 ops/sec (±1.02%) 1.05
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 62903.37901784351 ops/sec (±0.46%) 66342.982298651 ops/sec (±0.49%) 1.05
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 30195.61633449906 ops/sec (±0.51%) 32949.193140155745 ops/sec (±0.54%) 1.09
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 12620918.207804466 ops/sec (±0.11%) 12503091.774915366 ops/sec (±0.09%) 0.99
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 1939585.4297621741 ops/sec (±1.57%) 2209847.5226742206 ops/sec (±1.46%) 1.14
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1407318.0072363769 ops/sec (±0.42%) 1332989.981337998 ops/sec (±0.60%) 0.95

This comment was automatically generated by workflow using github-action-benchmark.

@adesege adesege left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 9989157 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15611.720019413746 ops/sec (±1.22%) 24127.579263272528 ops/sec (±1.28%) 1.55

This comment was automatically generated by workflow using github-action-benchmark.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant