Skip to content

chore(deps): bump baseline-browser-mapping from 2.10.13 to 2.11.21 - #263

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/baseline-browser-mapping-2.11.21
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/baseline-browser-mapping-2.11.21

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps baseline-browser-mapping from 2.10.13 to 2.11.21.

Release notes

Sourced from baseline-browser-mapping's releases.

v2.11.0

What's Changed in 2.11.0

  • feat: Adds a new getTimeline() method for getting the series of minimum browser changes, either grouped by date or by browser.
  • refactor: Substantial refactoring of the data compression process that replaces the full list of browsers from @mdn/browser-compat-data and downstream-browsers.json and features from web-features (in their very pared down form) with a change-list timeline that reflects which versions supported Baseline (newly available) on a given date. Thanks to @​swwind for the idea!
  • refactor: Some common functions have been moved to a util.ts module for use in other scripts.
  • fix: Removes process.exit() calls when unsupported option combinations are passed to getCompatibleVersions() and getAllVersions() in favour of throwing an Error. There is a small security risk with process.exit() calls that sites accepting unsanitised inputs could be the subject of attacks. Unsupported config options now throw and Error which should allow for more graceful handling. Thanks to @​bnbdr for flagging this as vulnerability CVE-2026-45819 .

Fixes #134

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.10.44...v2.11.0

Commits
  • 0e5ed80 Patch to 2.11.21 because browser or feature data changed
  • 11da0b6 Browser or feature data changed
  • 69fcc81 Updating static site
  • b964de0 Patch to 2.11.20 because browser or feature data changed
  • 723099f Browser or feature data changed
  • f44163d Updating static site
  • 8966043 Patch to 2.11.19 because browser or feature data changed
  • e18601d Browser or feature data changed
  • 28cb50a Updating static site
  • cb33a83 Patch to 2.11.18 because browser or feature data changed
  • 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 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 [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.13 to 2.11.21.
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.13...v2.11.21)

---
updated-dependencies:
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.21
  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 11, 2026
@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: b11fc8b5-b888-4c63-8ab4-e8b43dec585d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@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: b7b140f Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 36723.04263028014 ops/sec (±1.43%) 44355.827899388205 ops/sec (±1.52%) 1.21
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 45500.0578755259 ops/sec (±0.72%) 49077.55133303189 ops/sec (±1.07%) 1.08
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15786.635655799408 ops/sec (±1.65%) 24127.579263272528 ops/sec (±1.28%) 1.53
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 4055.236812542376 ops/sec (±2.87%) 4332.798367697519 ops/sec (±3.08%) 1.07
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 6053.920294085382 ops/sec (±1.40%) 6877.491973422911 ops/sec (±1.38%) 1.14
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 359441.1833496449 ops/sec (±0.73%) 367439.1967778971 ops/sec (±2.58%) 1.02
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 35990.79538807824 ops/sec (±3.84%) 40916.51636711715 ops/sec (±2.82%) 1.14
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 41260.86499612712 ops/sec (±2.18%) 46221.77899438597 ops/sec (±1.51%) 1.12
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 43098.83417653225 ops/sec (±0.74%) 47297.584538015675 ops/sec (±0.94%) 1.10
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 42593.838484165884 ops/sec (±0.72%) 46712.398512126 ops/sec (±0.86%) 1.10
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4241109.6607120875 ops/sec (±1.46%) 3659523.004609583 ops/sec (±0.26%) 0.86
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 4021645.8363499967 ops/sec (±2.09%) 3674735.919157303 ops/sec (±0.23%) 0.91
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4508210.44015959 ops/sec (±1.83%) 3643329.0527346027 ops/sec (±0.97%) 0.81
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4537959.264852134 ops/sec (±2.09%) 3731349.291036125 ops/sec (±0.79%) 0.82
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1376277.267820899 ops/sec (±0.40%) 1231183.1036989056 ops/sec (±0.71%) 0.89
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1347999.80588578 ops/sec (±0.46%) 1316018.4734202325 ops/sec (±0.72%) 0.98
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 1888551.3578927605 ops/sec (±0.16%) 1783899.5774658315 ops/sec (±0.30%) 0.94
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1301556.4615632882 ops/sec (±0.50%) 1315930.5814242992 ops/sec (±0.55%) 1.01
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 1969157.5392213212 ops/sec (±0.23%) 1806360.778904609 ops/sec (±0.19%) 0.92
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2425232.7000721507 ops/sec (±2.99%) 1989351.3462046375 ops/sec (±2.25%) 0.82
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2401148.251961629 ops/sec (±1.73%) 2077218.3049918814 ops/sec (±0.64%) 0.87
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1340321.6702808456 ops/sec (±0.39%) 1318623.2747570868 ops/sec (±0.43%) 0.98
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 673693.0905142282 ops/sec (±0.49%) 674368.8967327109 ops/sec (±0.61%) 1.00
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1124493.5251662328 ops/sec (±0.45%) 1033574.8692689876 ops/sec (±0.46%) 0.92
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 803091.4362299577 ops/sec (±0.69%) 861264.3797109328 ops/sec (±0.67%) 1.07
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 577793.7769716164 ops/sec (±0.71%) 601067.2979531069 ops/sec (±0.70%) 1.04
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 579103.3131833887 ops/sec (±0.50%) 598005.5897686194 ops/sec (±2.06%) 1.03
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 593188.8183679119 ops/sec (±0.38%) 606220.5693193878 ops/sec (±0.44%) 1.02
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 17903.63924166931 ops/sec (±6.94%) 20659.201604495036 ops/sec (±7.81%) 1.15
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 83969.83575499953 ops/sec (±8.15%) 87549.06480088776 ops/sec (±9.59%) 1.04
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 18714.503550866866 ops/sec (±6.44%) 20055.348642388202 ops/sec (±7.48%) 1.07
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 322603.90113902075 ops/sec (±1.66%) 348297.84898624144 ops/sec (±1.02%) 1.08
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 62007.51286897054 ops/sec (±0.81%) 66342.982298651 ops/sec (±0.49%) 1.07
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 30533.025263700456 ops/sec (±0.36%) 32949.193140155745 ops/sec (±0.54%) 1.08
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 12775649.693399245 ops/sec (±0.12%) 12503091.774915366 ops/sec (±0.09%) 0.98
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 1896869.920332437 ops/sec (±1.62%) 2209847.5226742206 ops/sec (±1.46%) 1.16
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1320762.7505583898 ops/sec (±0.57%) 1332989.981337998 ops/sec (±0.60%) 1.01

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: b7b140f Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15786.635655799408 ops/sec (±1.65%) 24127.579263272528 ops/sec (±1.28%) 1.53

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

@dependabot @github

dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #265.

@dependabot dependabot Bot closed this Sep 13, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/baseline-browser-mapping-2.11.21 branch September 13, 2026 13:21
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