[PR #394] [MERGED] build(deps-dev): Bump baseline-browser-mapping from 2.8.32 to 2.9.3 #413

Closed
opened 2026-02-26 12:41:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/394
Author: @dependabot[bot]
Created: 12/5/2025
Status: Merged
Merged: 12/12/2025
Merged by: @MickLesk

Base: mainHead: dependabot/npm_and_yarn/baseline-browser-mapping-2.9.3


📝 Commits (1)

  • cb7a665 build(deps-dev): Bump baseline-browser-mapping from 2.8.32 to 2.9.3

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)

📄 Description

Bumps baseline-browser-mapping from 2.8.32 to 2.9.3.

Release notes

Sourced from baseline-browser-mapping's releases.

v2.9.2 - fix browser support bug

What's Changed

v2.9.0 - Reduce frequency of data staleness warnings

This version introduces a number of changes to data staleness warnings in response to #105 , #107 and #109

  • Data staleness warnings are now only shown if the getCompatibleVersions() or getAllVersions() functions are called - previously they were shown whenever the module was loaded, which meant many browserslist consumers were seeing the warning despite not targeting Baseline, especially those who were consuming browserslist in a pre-compiled format via next.js.
  • Adds new conditions for these warnings to be displayed which should only warn users for whom data freshness is critical:
    • The feature cut off data must be within the last two months, i.e. widelyAvailableOnDate: today + >2 years and 4 months or newly available in a browserslist query.
    • The module data must be more than 2 months old.
  • Introduces suppression options for these warning via the options objects and environment variables:
    • Adds a new suppressWarnings boolean to the getCompatibleVersions() and getAllVersions()
    • Respects the existing BROWSERSLIST_IGNORE_OLD_DATA environment variable.
    • Respects a new BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA environment variable.
  • Adds explanatory text to the README for how to avoid such warnings when reproducible builds are a requirement.
  • Change warning text to be package manager agnostic and mention the possibility of pre-compiled data.
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/394 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/5/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/baseline-browser-mapping-2.9.3` --- ### 📝 Commits (1) - [`cb7a665`](https://github.com/community-scripts/ProxmoxVE-Local/commit/cb7a6659ce9e8aa1d145878bfce5b2d71d7709df) build(deps-dev): Bump baseline-browser-mapping from 2.8.32 to 2.9.3 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.8.32 to 2.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/web-platform-dx/baseline-browser-mapping/releases">baseline-browser-mapping's releases</a>.</em></p> <blockquote> <h2>v2.9.2 - fix browser support bug</h2> <h2>What's Changed</h2> <ul> <li>Fix browser support bug by <a href="https://github.com/tonypconway"><code>@​tonypconway</code></a> in <a href="https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/111">web-platform-dx/baseline-browser-mapping#111</a> <strong>Full Changelog</strong>: <a href="https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.1...v2.9.2">https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.1...v2.9.2</a></li> </ul> <h2>v2.9.0 - Reduce frequency of data staleness warnings</h2> <p>This version introduces a number of changes to data staleness warnings in response to <a href="https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/105">#105</a> , <a href="https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/107">#107</a> and <a href="https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/109">#109</a></p> <ul> <li>Data staleness warnings are now only shown if the <code>getCompatibleVersions()</code> or <code>getAllVersions()</code> functions are called - previously they were shown whenever the module was loaded, which meant many <code>browserslist</code> consumers were seeing the warning despite not targeting Baseline, especially those who were consuming <code>browserslist</code> in a pre-compiled format via <code>next.js</code>.</li> <li>Adds new conditions for these warnings to be displayed which should only warn users for whom data freshness is critical: <ul> <li>The feature cut off data must be within the last two months, i.e. <code>widelyAvailableOnDate: today + &gt;2 years and 4 months</code> or <code>newly available</code> in a <code>browserslist</code> query.</li> <li>The module data must be more than 2 months old.</li> </ul> </li> <li>Introduces suppression options for these warning via the <code>options</code> objects and environment variables: <ul> <li>Adds a new <code>suppressWarnings</code> boolean to the <code>getCompatibleVersions()</code> and <code>getAllVersions()</code></li> <li>Respects the existing <a href="https://github.com/browserslist/browserslist/commit/0ae7155a6c7d8f58eaeb3ea450c21bec76de2763"><code>BROWSERSLIST_IGNORE_OLD_DATA</code></a> environment variable.</li> <li>Respects a new <code>BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA</code> environment variable.</li> </ul> </li> <li>Adds <a href="https://github.com/web-platform-dx/baseline-browser-mapping?tab=readme-ov-file#keeping-baseline-browser-mapping-up-to-date">explanatory text to the README</a> for how to avoid such warnings when reproducible builds are a requirement.</li> <li>Change warning text to be package manager agnostic and mention the possibility of pre-compiled data.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/3553f310cb5d2ac99dd64e9d6f3d7ef6ebb9ac73"><code>3553f31</code></a> Remove process.loadEnfFile() from main script (<a href="https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/112">#112</a>)</li> <li><a href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/5972583c54381fc47577bf960adeabc39b4691db"><code>5972583</code></a> Bump version from 2.9.1 to 2.9.2</li> <li><a href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/0ab0d6f3cb06825262055742623e5b3552692378"><code>0ab0d6f</code></a> Fix browser support bug (<a href="https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/111">#111</a>)</li> <li><a href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/b326475a6681e047ab8fe23c53832f71e6ef43a6"><code>b326475</code></a> Patch to 2.9.1 because browser or feature data changed</li> <li><a href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/9ee8cbe4506bb154a67eaf84a3a5c5f071d75b68"><code>9ee8cbe</code></a> Browser or feature data changed</li> <li><a href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/226fd011cf461c68241fa38402c8c19296846fe5"><code>226fd01</code></a> Reduce frequency of data staleness warnings (<a href="https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/108">#108</a>)</li> <li><a href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/6d43e5abffbc070834362c5b954669952059d47b"><code>6d43e5a</code></a> Updating static site</li> <li>See full diff in <a href="https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.8.32...v2.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=baseline-browser-mapping&package-manager=npm_and_yarn&previous-version=2.8.32&new-version=2.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:41:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#413
No description provided.