dependabot[bot] opened a new pull request, #263:
URL: https://github.com/apache/datafusion-sandbox/pull/263

   Bumps 
[baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping)
 from 2.9.19 to 2.11.21.
   <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.11.0</h2>
   <h2>What's Changed in 2.11.0</h2>
   <ul>
   <li>feat: Adds a new <code>getTimeline()</code> method for getting the 
series of minimum browser changes, either grouped by date or by browser.</li>
   <li>refactor: Substantial refactoring of the data compression process that 
replaces the full list of browsers from <code>@mdn/browser-compat-data</code> 
and <code>downstream-browsers.json</code> and features from 
<code>web-features</code> (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 <a 
href="https://github.com/swwind";><code>@​swwind</code></a> for the idea!</li>
   <li>refactor: Some common functions have been moved to a 
<code>util.ts</code> module for use in other scripts.</li>
   <li>fix: Removes <code>process.exit()</code> calls when unsupported option 
combinations are passed to getCompatibleVersions() and 
<code>getAllVersions()</code> in favour of throwing an <code>Error</code>.  
There is a small security risk with <code>process.exit()</code> 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 <a 
href="https://github.com/bnbdr";><code>@​bnbdr</code></a> for flagging this as 
vulnerability CVE-2026-45819 .</li>
   </ul>
   <p>Fixes <a 
href="https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/134";>#134</a></p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.10.44...v2.11.0";>https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.10.44...v2.11.0</a></p>
   <h2>v2.10.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Introduces support for Node 6 by refactoring all 
<code>Object.entries</code> and <code>Object.values</code> instances and 
lowering ES target in Rollup to <code>es2015</code>.</li>
   <li>Adds specified Node version support in package.json for &gt;=6.0.0.</li>
   <li>Refactors CLI code to avoid <code>parseArgs</code> which is not 
supported by versions of Node prior to 18, changes <code>import</code> to 
<code>require</code> and changes Rollup export to <code>cjs</code> to allow 
execution on older versions of Node.</li>
   <li>Adds a new <code>legacy-test.js</code> file that allows basic testing on 
older versions of Node where current versions of Jasmine and ESLint are not 
supported.</li>
   <li>Adds a test matrix to run tests on all even-numbered Node versions from 
6 to 24.</li>
   <li>refactor publish workflows to support NPM's new OIDC integration</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.24...v2.10.0";>https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.24...v2.10.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/0e5ed80e21dda23cac3dc1f6ec37e6b5fc4ea734";><code>0e5ed80</code></a>
 Patch to 2.11.21 because browser or feature data changed</li>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/11da0b699d6d03a1e30b37a8fe7a4f8d96e06f4d";><code>11da0b6</code></a>
 Browser or feature data changed</li>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/69fcc81987ecc7dbbf4d21e17be8c4adf642aa2b";><code>69fcc81</code></a>
 Updating static site</li>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/b964de0405c7622bb2c10fddd58330a9bd6225a1";><code>b964de0</code></a>
 Patch to 2.11.20 because browser or feature data changed</li>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/723099f4f22f11631c731c7087aa91ebb4d41b30";><code>723099f</code></a>
 Browser or feature data changed</li>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/f44163d603a154777a609869efca585c12f4b93e";><code>f44163d</code></a>
 Updating static site</li>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/8966043789c3766b1e3392ed080aa9c146562eca";><code>8966043</code></a>
 Patch to 2.11.19 because browser or feature data changed</li>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/e18601dcfedbb82f2d969644e7a914090de37494";><code>e18601d</code></a>
 Browser or feature data changed</li>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/28cb50a1ec68162ee0186e9afe7ddb3cc0e7ea53";><code>28cb50a</code></a>
 Updating static site</li>
   <li><a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/commit/cb33a835b8d91950d7b6aa5a856696c4e8671ac3";><code>cb33a83</code></a>
 Patch to 2.11.18 because browser or feature data changed</li>
   <li>Additional commits viewable in <a 
href="https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.19...v2.11.21";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for baseline-browser-mapping since your current version.</p>
   </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.9.19&new-version=2.11.21)](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 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](https://github.com/apache/datafusion-sandbox/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to