Skip to content

Bump baseline-browser-mapping from 2.9.19 to 2.11.0 - #385

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

Bump baseline-browser-mapping from 2.9.19 to 2.11.0#385
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/baseline-browser-mapping-2.11.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps baseline-browser-mapping from 2.9.19 to 2.11.0.

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

v2.10.0

What's Changed

  • Introduces support for Node 6 by refactoring all Object.entries and Object.values instances and lowering ES target in Rollup to es2015.
  • Adds specified Node version support in package.json for >=6.0.0.
  • Refactors CLI code to avoid parseArgs which is not supported by versions of Node prior to 18, changes import to require and changes Rollup export to cjs to allow execution on older versions of Node.
  • Adds a new legacy-test.js file that allows basic testing on older versions of Node where current versions of Jasmine and ESLint are not supported.
  • Adds a test matrix to run tests on all even-numbered Node versions from 6 to 24.
  • refactor publish workflows to support NPM's new OIDC integration

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.9.24...v2.10.0

Commits
  • de733e2 feat: add getTimeline() and refactor data compression (#137)
  • 9750868 Patch to 2.10.44 because browser or feature data changed
  • 0078dce Browser or feature data changed
  • 1844986 Patch to 2.10.43 because browser or feature data changed
  • eb1551f Browser or feature data changed
  • 2d77ebc Updating static site
  • 47fdbbf Patch to 2.10.42 because browser or feature data changed
  • ac15f93 Browser or feature data changed
  • e77261c Updating static site
  • 1a84ee9 Patch to 2.10.41 because browser or feature data changed
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for baseline-browser-mapping 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.

Note

Low Risk
Dev/build-time dependency bump with no runtime app code changes; includes a minor security hardening in the library’s CLI/API error handling.

Overview
Upgrades baseline-browser-mapping from 2.9.19 to 2.11.0 as an explicit devDependency on sites/hacklytics2027, with pnpm-lock.yaml refreshed so transitive consumers (e.g. browserslist, next) resolve the same version instead of older lockfile entries.

The upstream release adds getTimeline(), refactors how Baseline browser data is packaged, and replaces process.exit() on invalid API options with thrown errors (security fix for CVE-2026-45819). No application source changes—only dependency versions and lockfile metadata.

Reviewed by Cursor Bugbot for commit 04a93d0. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.19 to 2.11.0.
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.9.19...v2.11.0)

---
updated-dependencies:
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from aamoghS as a code owner September 10, 2026 07:59
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

@dependabot merge

@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@turbo/darwin-64 2.10.12 UnknownUnknown
npm/@turbo/darwin-arm64 2.10.12 UnknownUnknown
npm/@turbo/linux-64 2.10.12 UnknownUnknown
npm/@turbo/linux-arm64 2.10.12 UnknownUnknown
npm/@turbo/windows-64 2.10.12 UnknownUnknown
npm/@turbo/windows-arm64 2.10.12 UnknownUnknown
npm/baseline-browser-mapping 2.11.0 UnknownUnknown
npm/turbo 2.10.12 UnknownUnknown
npm/baseline-browser-mapping 2.11.0 UnknownUnknown

Scanned Files

  • pnpm-lock.yaml
  • sites/hacklytics2027/package.json

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 04a93d0. Configure here.

Comment thread pnpm-lock.yaml

xlsx@https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz:
resolution: {integrity: sha512-oLDq3jw7AcLqKWH2AhCpVTZl8mf6X2YReP+Neh0SJUzV/BdZYjth94tG5toiMB1PPrYtxOCfaoUCkvtuH+3AJA==, tarball: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz}
resolution: {tarball: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile drops xlsx integrity hash

High Severity

The lockfile refresh removed the integrity hash from the xlsx tarball on cdn.sheetjs.com. pnpm@10.33.2 requires that field for HTTPS tarballs, so later installs can fail with ERR_PNPM_MISSING_TARBALL_INTEGRITY and the SheetJS package is no longer pin-verified against a swapped tarball.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 04a93d0. Configure here.

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.

0 participants