Skip to content

chore(deps): bump baseline-browser-mapping from 2.10.13 to 2.11.25 - #268

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps baseline-browser-mapping from 2.10.13 to 2.11.25.

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
  • 719bf7a Patch to 2.11.25 because browser or feature data changed
  • c4f5b49 Browser or feature data changed
  • aa194af Updating static site
  • 0d33c4a Patch to 2.11.24 because browser or feature data changed
  • 1dac891 Browser or feature data changed
  • aff3369 Updating static site
  • ebdc72f Patch to 2.11.23 because browser or feature data changed
  • 55fa3a1 Browser or feature data changed
  • 5ac60db Updating static site
  • af7c3c4 Patch to 2.11.22 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.25.
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.13...v2.11.25)

---
updated-dependencies:
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.25
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 20, 2026
@coderabbitai

coderabbitai Bot commented Sep 20, 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: Repository: strataljs/stratal/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: c0833b5a-ea9a-4ab6-8ca7-68c12e3fa26c

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: 1fa7c81 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 35559.25752270278 ops/sec (±1.23%) 44355.827899388205 ops/sec (±1.52%) 1.25
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 40325.195270401324 ops/sec (±0.90%) 49077.55133303189 ops/sec (±1.07%) 1.22
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15941.632704782045 ops/sec (±1.21%) 24127.579263272528 ops/sec (±1.28%) 1.51
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 4158.8680975054585 ops/sec (±3.17%) 4332.798367697519 ops/sec (±3.08%) 1.04
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 6370.9730501121085 ops/sec (±1.11%) 6877.491973422911 ops/sec (±1.38%) 1.08
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 369355.08399941167 ops/sec (±0.32%) 367439.1967778971 ops/sec (±2.58%) 0.99
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 40208.47231930351 ops/sec (±0.92%) 40916.51636711715 ops/sec (±2.82%) 1.02
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 43804.49478994945 ops/sec (±1.46%) 46221.77899438597 ops/sec (±1.51%) 1.06
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 42935.53852882882 ops/sec (±0.81%) 47297.584538015675 ops/sec (±0.94%) 1.10
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 42738.786047521666 ops/sec (±0.79%) 46712.398512126 ops/sec (±0.86%) 1.09
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4364344.184433138 ops/sec (±1.52%) 3659523.004609583 ops/sec (±0.26%) 0.84
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 4068550.934042303 ops/sec (±2.05%) 3674735.919157303 ops/sec (±0.23%) 0.90
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4580314.671700047 ops/sec (±1.57%) 3643329.0527346027 ops/sec (±0.97%) 0.80
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4560815.753705056 ops/sec (±2.17%) 3731349.291036125 ops/sec (±0.79%) 0.82
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1462649.2950020614 ops/sec (±0.48%) 1231183.1036989056 ops/sec (±0.71%) 0.84
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1436956.7584711518 ops/sec (±0.46%) 1316018.4734202325 ops/sec (±0.72%) 0.92
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 1940689.4022678784 ops/sec (±1.57%) 1783899.5774658315 ops/sec (±0.30%) 0.92
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1357939.6034849943 ops/sec (±0.49%) 1315930.5814242992 ops/sec (±0.55%) 0.97
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2063632.6545169998 ops/sec (±0.18%) 1806360.778904609 ops/sec (±0.19%) 0.88
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2465678.959480723 ops/sec (±3.10%) 1989351.3462046375 ops/sec (±2.25%) 0.81
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2329256.822894838 ops/sec (±1.82%) 2077218.3049918814 ops/sec (±0.64%) 0.89
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1236952.7506776983 ops/sec (±0.82%) 1318623.2747570868 ops/sec (±0.43%) 1.07
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 651905.8657074369 ops/sec (±0.56%) 674368.8967327109 ops/sec (±0.61%) 1.03
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1137672.8213707504 ops/sec (±0.43%) 1033574.8692689876 ops/sec (±0.46%) 0.91
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 774389.1435259653 ops/sec (±2.17%) 861264.3797109328 ops/sec (±0.67%) 1.11
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 564693.9006139081 ops/sec (±0.53%) 601067.2979531069 ops/sec (±0.70%) 1.06
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 535878.4684595009 ops/sec (±1.66%) 598005.5897686194 ops/sec (±2.06%) 1.12
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 540804.450054733 ops/sec (±4.69%) 606220.5693193878 ops/sec (±0.44%) 1.12
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 16865.821795726697 ops/sec (±8.29%) 20659.201604495036 ops/sec (±7.81%) 1.22
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 78173.22577237476 ops/sec (±8.68%) 87549.06480088776 ops/sec (±9.59%) 1.12
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 18647.26589443641 ops/sec (±6.60%) 20055.348642388202 ops/sec (±7.48%) 1.08
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 333365.92865972896 ops/sec (±0.57%) 348297.84898624144 ops/sec (±1.02%) 1.04
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 56313.968013659585 ops/sec (±1.04%) 66342.982298651 ops/sec (±0.49%) 1.18
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 30126.982009276937 ops/sec (±0.56%) 32949.193140155745 ops/sec (±0.54%) 1.09
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 12661955.341558108 ops/sec (±0.12%) 12503091.774915366 ops/sec (±0.09%) 0.99
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 1876574.4612059426 ops/sec (±1.58%) 2209847.5226742206 ops/sec (±1.46%) 1.18
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1312120.981794537 ops/sec (±0.46%) 1332989.981337998 ops/sec (±0.60%) 1.02

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: 1fa7c81 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15941.632704782045 ops/sec (±1.21%) 24127.579263272528 ops/sec (±1.28%) 1.51

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

@dependabot @github

dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor Author

Looks like baseline-browser-mapping is up-to-date now, so this is no longer needed.

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