Bump baseline-browser-mapping from 2.10.7 to 2.11.21 in /frontend
Avikal is a post-quantum archival security app using Chess-PGN metadat
Brought to you by:
atharvamoves
Originally created by: dependabot[bot]
Bumps baseline-browser-mapping from 2.10.7 to 2.11.21.
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-dataanddownstream-browsers.jsonand features fromweb-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@swwindfor the idea!- refactor: Some common functions have been moved to a
util.tsmodule for use in other scripts.- fix: Removes
process.exit()calls when unsupported option combinations are passed to getCompatibleVersions() andgetAllVersions()in favour of throwing anError. There is a small security risk withprocess.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@bnbdrfor flagging this as vulnerability CVE-2026-45819 .Full Changelog: https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.10.44...v2.11.0
0e5ed80 Patch to 2.11.21 because browser or feature data changed11da0b6 Browser or feature data changed69fcc81 Updating static siteb964de0 Patch to 2.11.20 because browser or feature data changed723099f Browser or feature data changedf44163d Updating static site8966043 Patch to 2.11.19 because browser or feature data changede18601d Browser or feature data changed28cb50a Updating static sitecb33a83 Patch to 2.11.18 because browser or feature data changedDependabot 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.