Skip to content

Remove process.loadEnfFile() from main script#112

Merged
tonypconway merged 3 commits intoweb-platform-dx:mainfrom
tonypconway:remove-process-loadenvfile
Dec 5, 2025
Merged

Remove process.loadEnfFile() from main script#112
tonypconway merged 3 commits intoweb-platform-dx:mainfrom
tonypconway:remove-process-loadenvfile

Conversation

@tonypconway
Copy link
Copy Markdown
Collaborator

@tonypconway tonypconway commented Dec 5, 2025

Folks using Vite have found that the presence of process.loadEnvFile() in this package is interfering with their environment, and on discussion with users in a browserslist issu (see browserslist/browserslist#917 ) it would appear that loading .env files directly is not something users expect modules to do.

Consequently, this PR removes the mechanism that loads the .env file. This means that users will need to proactively load the .env file before calling this module if they want to use BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA. browserslist is already suppressing warnings and is therefore unaffected.

This also moves testing for browserlist into a proper Jasmine spec.

@tonypconway
Copy link
Copy Markdown
Collaborator Author

FYI @ai merging this now

@tonypconway tonypconway merged commit 3553f31 into web-platform-dx:main Dec 5, 2025
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Dec 8, 2025
…2.8.32 to 2.9.4 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.8.32 to 2.9.4.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>
>
> v2.9.2 - fix browser support bug
> --------------------------------
>
> What's Changed
> --------------
>
> * Fix browser support bug by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#111](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/111)
>   **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.1...v2.9.2>
>
> v2.9.0 - Reduce frequency of data staleness warnings
> ----------------------------------------------------
>
> This version introduces a number of changes to data staleness warnings in response to [#105](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/105) , [#107](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/107) and [#109](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/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`](browserslist/browserslist@0ae7155) environment variable.
>   + Respects a new `BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA` environment variable.
> * Adds [explanatory text to the README](https://github.com/web-platform-dx/baseline-browser-mapping?tab=readme-ov-file#keeping-baseline-browser-mapping-up-to-date) 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

* [`73c8429`](web-platform-dx/baseline-browser-mapping@73c8429) Patch to 2.9.4 because browser or feature data changed
* [`079e1d9`](web-platform-dx/baseline-browser-mapping@079e1d9) Browser or feature data changed
* [`3553f31`](web-platform-dx/baseline-browser-mapping@3553f31) Remove process.loadEnfFile() from main script ([#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/112))
* [`5972583`](web-platform-dx/baseline-browser-mapping@5972583) Bump version from 2.9.1 to 2.9.2
* [`0ab0d6f`](web-platform-dx/baseline-browser-mapping@0ab0d6f) Fix browser support bug ([#111](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/111))
* [`b326475`](web-platform-dx/baseline-browser-mapping@b326475) Patch to 2.9.1 because browser or feature data changed
* [`9ee8cbe`](web-platform-dx/baseline-browser-mapping@9ee8cbe) Browser or feature data changed
* [`226fd01`](web-platform-dx/baseline-browser-mapping@226fd01) Reduce frequency of data staleness warnings ([#108](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/108))
* [`6d43e5a`](web-platform-dx/baseline-browser-mapping@6d43e5a) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.8.32...v2.9.4)
  
[![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.4)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Dec 14, 2025
…2.9.5 to 2.9.7 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.5 to 2.9.7.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`30bd7d0`](web-platform-dx/baseline-browser-mapping@30bd7d0) Patch to 2.9.7 because browser or feature data changed
* [`40a5973`](web-platform-dx/baseline-browser-mapping@40a5973) Browser or feature data changed
* [`13617df`](web-platform-dx/baseline-browser-mapping@13617df) Updating static site
* [`92a0110`](web-platform-dx/baseline-browser-mapping@92a0110) Patch to 2.9.6 because browser or feature data changed
* [`78b2795`](web-platform-dx/baseline-browser-mapping@78b2795) Browser or feature data changed
* [`d3d9879`](web-platform-dx/baseline-browser-mapping@d3d9879) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.5...v2.9.7)
  
[![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.5&new-version=2.9.7)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Dec 21, 2025
…2.9.7 to 2.9.11 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.7 to 2.9.11.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`51d4700`](web-platform-dx/baseline-browser-mapping@51d4700) Patch to 2.9.11 because browser or feature data changed
* [`168883e`](web-platform-dx/baseline-browser-mapping@168883e) Browser or feature data changed
* [`429dc08`](web-platform-dx/baseline-browser-mapping@429dc08) Updating static site
* [`6c61d6e`](web-platform-dx/baseline-browser-mapping@6c61d6e) Patch to 2.9.10 because browser or feature data changed
* [`5a36884`](web-platform-dx/baseline-browser-mapping@5a36884) Browser or feature data changed
* [`11f6bf8`](web-platform-dx/baseline-browser-mapping@11f6bf8) Updating static site
* [`4f43b18`](web-platform-dx/baseline-browser-mapping@4f43b18) Patch to 2.9.9 because browser or feature data changed
* [`0d85349`](web-platform-dx/baseline-browser-mapping@0d85349) Browser or feature data changed
* [`4cfd43a`](web-platform-dx/baseline-browser-mapping@4cfd43a) Updating static site
* [`af03d95`](web-platform-dx/baseline-browser-mapping@af03d95) Patch to 2.9.8 because browser or feature data changed
* Additional commits viewable in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.7...v2.9.11)
  
[![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.7&new-version=2.9.11)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Jan 12, 2026
…2.9.11 to 2.9.14 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.11 to 2.9.14.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`19137db`](web-platform-dx/baseline-browser-mapping@19137db) Patch to 2.9.14 because browser or feature data changed
* [`4cf079e`](web-platform-dx/baseline-browser-mapping@4cf079e) Browser or feature data changed
* [`7355395`](web-platform-dx/baseline-browser-mapping@7355395) Patch to 2.9.13 because browser or feature data changed
* [`24779ad`](web-platform-dx/baseline-browser-mapping@24779ad) Browser or feature data changed
* [`9cb1dc7`](web-platform-dx/baseline-browser-mapping@9cb1dc7) Updating static site
* [`1bb09a5`](web-platform-dx/baseline-browser-mapping@1bb09a5) Patch to 2.9.12 because browser or feature data changed
* [`5c54a50`](web-platform-dx/baseline-browser-mapping@5c54a50) Browser or feature data changed
* [`fce51ba`](web-platform-dx/baseline-browser-mapping@fce51ba) Updating static site
* [`4d9b712`](web-platform-dx/baseline-browser-mapping@4d9b712) Updating static site
* [`0a58aa6`](web-platform-dx/baseline-browser-mapping@0a58aa6) chore: remove .DS\_Store files ([#113](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/113))
* Additional commits viewable in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.11...v2.9.14)
  
[![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.11&new-version=2.9.14)](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)
---
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  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)
mergify bot added a commit to robfrank/linklift that referenced this pull request Jan 13, 2026
…in /webapp [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.11 to 2.9.14.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`19137db`](web-platform-dx/baseline-browser-mapping@19137db) Patch to 2.9.14 because browser or feature data changed
* [`4cf079e`](web-platform-dx/baseline-browser-mapping@4cf079e) Browser or feature data changed
* [`7355395`](web-platform-dx/baseline-browser-mapping@7355395) Patch to 2.9.13 because browser or feature data changed
* [`24779ad`](web-platform-dx/baseline-browser-mapping@24779ad) Browser or feature data changed
* [`9cb1dc7`](web-platform-dx/baseline-browser-mapping@9cb1dc7) Updating static site
* [`1bb09a5`](web-platform-dx/baseline-browser-mapping@1bb09a5) Patch to 2.9.12 because browser or feature data changed
* [`5c54a50`](web-platform-dx/baseline-browser-mapping@5c54a50) Browser or feature data changed
* [`fce51ba`](web-platform-dx/baseline-browser-mapping@fce51ba) Updating static site
* [`4d9b712`](web-platform-dx/baseline-browser-mapping@4d9b712) Updating static site
* [`0a58aa6`](web-platform-dx/baseline-browser-mapping@0a58aa6) chore: remove .DS\_Store files ([#113](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/113))
* Additional commits viewable in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.11...v2.9.14)
  
[![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.11&new-version=2.9.14)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Jan 18, 2026
…2.9.14 to 2.9.15 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.14 to 2.9.15.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`24a0c04`](web-platform-dx/baseline-browser-mapping@24a0c04) Patch to 2.9.15 because browser or feature data changed
* [`6a70ccf`](web-platform-dx/baseline-browser-mapping@6a70ccf) Browser or feature data changed
* [`6900fae`](web-platform-dx/baseline-browser-mapping@6900fae) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.14...v2.9.15)
  
[![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.14&new-version=2.9.15)](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)
---
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  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)
mergify bot added a commit to robfrank/linklift that referenced this pull request Jan 18, 2026
…in /webapp [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.14 to 2.9.15.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`24a0c04`](web-platform-dx/baseline-browser-mapping@24a0c04) Patch to 2.9.15 because browser or feature data changed
* [`6a70ccf`](web-platform-dx/baseline-browser-mapping@6a70ccf) Browser or feature data changed
* [`6900fae`](web-platform-dx/baseline-browser-mapping@6900fae) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.14...v2.9.15)
  
[![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.14&new-version=2.9.15)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Jan 22, 2026
…2.9.15 to 2.9.17 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.15 to 2.9.17.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`802fe15`](web-platform-dx/baseline-browser-mapping@802fe15) Patch to 2.9.17 because browser or feature data changed
* [`fb0d550`](web-platform-dx/baseline-browser-mapping@fb0d550) Browser or feature data changed
* [`ebb10d9`](web-platform-dx/baseline-browser-mapping@ebb10d9) Updating static site
* [`d130866`](web-platform-dx/baseline-browser-mapping@d130866) Patch to 2.9.16 because browser or feature data changed
* [`659ecf3`](web-platform-dx/baseline-browser-mapping@659ecf3) Browser or feature data changed
* [`115d837`](web-platform-dx/baseline-browser-mapping@115d837) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.15...v2.9.17)
  
[![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.15&new-version=2.9.17)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Jan 28, 2026
…2.9.17 to 2.9.18 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.17 to 2.9.18.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`945eca4`](web-platform-dx/baseline-browser-mapping@945eca4) Patch to 2.9.18 because browser or feature data changed
* [`ea6e7ca`](web-platform-dx/baseline-browser-mapping@ea6e7ca) Browser or feature data changed
* [`586487b`](web-platform-dx/baseline-browser-mapping@586487b) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.17...v2.9.18)
  
[![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.17&new-version=2.9.18)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Feb 2, 2026
…2.9.18 to 2.9.19 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.18 to 2.9.19.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`ec8136a`](web-platform-dx/baseline-browser-mapping@ec8136a) Patch to 2.9.19 because browser or feature data changed
* [`160e032`](web-platform-dx/baseline-browser-mapping@160e032) Browser or feature data changed
* [`3d0df65`](web-platform-dx/baseline-browser-mapping@3d0df65) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.18...v2.9.19)
  
[![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.18&new-version=2.9.19)](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)
---
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  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)
mergify bot added a commit to robfrank/linklift that referenced this pull request Feb 14, 2026
…in /webapp [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.15 to 2.9.19.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`ec8136a`](web-platform-dx/baseline-browser-mapping@ec8136a) Patch to 2.9.19 because browser or feature data changed
* [`160e032`](web-platform-dx/baseline-browser-mapping@160e032) Browser or feature data changed
* [`3d0df65`](web-platform-dx/baseline-browser-mapping@3d0df65) Updating static site
* [`945eca4`](web-platform-dx/baseline-browser-mapping@945eca4) Patch to 2.9.18 because browser or feature data changed
* [`ea6e7ca`](web-platform-dx/baseline-browser-mapping@ea6e7ca) Browser or feature data changed
* [`586487b`](web-platform-dx/baseline-browser-mapping@586487b) Updating static site
* [`802fe15`](web-platform-dx/baseline-browser-mapping@802fe15) Patch to 2.9.17 because browser or feature data changed
* [`fb0d550`](web-platform-dx/baseline-browser-mapping@fb0d550) Browser or feature data changed
* [`ebb10d9`](web-platform-dx/baseline-browser-mapping@ebb10d9) Updating static site
* [`d130866`](web-platform-dx/baseline-browser-mapping@d130866) Patch to 2.9.16 because browser or feature data changed
* Additional commits viewable in [compare view](web-platform-dx/baseline-browser-mapping@v2.9.15...v2.9.19)
  
[![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.15&new-version=2.9.19)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Mar 15, 2026
…2.10.7 to 2.10.8 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.7 to 2.10.8.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`149470b`](web-platform-dx/baseline-browser-mapping@149470b) Patch to 2.10.8 because browser or feature data changed
* [`d86cb0f`](web-platform-dx/baseline-browser-mapping@d86cb0f) Browser or feature data changed
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.10.7...v2.10.8)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=baseline-browser-mapping&package-manager=npm\_and\_yarn&previous-version=2.10.7&new-version=2.10.8)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Mar 23, 2026
…2.10.8 to 2.10.10 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.8 to 2.10.10.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`5a6d9b5`](web-platform-dx/baseline-browser-mapping@5a6d9b5) Patch to 2.10.10 because browser or feature data changed
* [`56befaf`](web-platform-dx/baseline-browser-mapping@56befaf) Browser or feature data changed
* [`2de92b6`](web-platform-dx/baseline-browser-mapping@2de92b6) Patch to 2.10.9 because browser or feature data changed
* [`c7d347f`](web-platform-dx/baseline-browser-mapping@c7d347f) Browser or feature data changed
* [`dd4af19`](web-platform-dx/baseline-browser-mapping@dd4af19) Updating static site
* [`c86750e`](web-platform-dx/baseline-browser-mapping@c86750e) Updating static site
* [`0f56204`](web-platform-dx/baseline-browser-mapping@0f56204) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.10.8...v2.10.10)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=baseline-browser-mapping&package-manager=npm\_and\_yarn&previous-version=2.10.8&new-version=2.10.10)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Mar 29, 2026
…2.10.10 to 2.10.12 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.10 to 2.10.12.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`193532e`](web-platform-dx/baseline-browser-mapping@193532e) Patch to 2.10.12 because browser or feature data changed
* [`344dffd`](web-platform-dx/baseline-browser-mapping@344dffd) Browser or feature data changed
* [`1747389`](web-platform-dx/baseline-browser-mapping@1747389) Updating static site
* [`eee1895`](web-platform-dx/baseline-browser-mapping@eee1895) Patch to 2.10.11 because browser or feature data changed
* [`4a7e144`](web-platform-dx/baseline-browser-mapping@4a7e144) Browser or feature data changed
* [`3904f58`](web-platform-dx/baseline-browser-mapping@3904f58) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.10.10...v2.10.12)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=baseline-browser-mapping&package-manager=npm\_and\_yarn&previous-version=2.10.10&new-version=2.10.12)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Apr 6, 2026
…2.10.12 to 2.10.14 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.12 to 2.10.14.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`7058e24`](web-platform-dx/baseline-browser-mapping@7058e24) Patch to 2.10.14 because browser or feature data changed
* [`406bd81`](web-platform-dx/baseline-browser-mapping@406bd81) Browser or feature data changed
* [`34613b9`](web-platform-dx/baseline-browser-mapping@34613b9) Bump serialize-javascript from 7.0.4 to 7.0.5 ([#130](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/130))
* [`fdb0665`](web-platform-dx/baseline-browser-mapping@fdb0665) Bump picomatch ([#129](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/129))
* [`7bbeaa0`](web-platform-dx/baseline-browser-mapping@7bbeaa0) Bump flatted from 3.3.3 to 3.4.2 ([#128](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/128))
* [`10a3d63`](web-platform-dx/baseline-browser-mapping@10a3d63) Updating static site
* [`10fcf19`](web-platform-dx/baseline-browser-mapping@10fcf19) Patch to 2.10.13 because browser or feature data changed
* [`5db8ac5`](web-platform-dx/baseline-browser-mapping@5db8ac5) Browser or feature data changed
* [`74c2c12`](web-platform-dx/baseline-browser-mapping@74c2c12) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.10.12...v2.10.14)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=baseline-browser-mapping&package-manager=npm\_and\_yarn&previous-version=2.10.12&new-version=2.10.14)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Apr 6, 2026
…2.10.14 to 2.10.15 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.14 to 2.10.15.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`9168fd0`](web-platform-dx/baseline-browser-mapping@9168fd0) Patch to 2.10.15 because browser or feature data changed
* [`8560cd2`](web-platform-dx/baseline-browser-mapping@8560cd2) Browser or feature data changed
* [`7c07035`](web-platform-dx/baseline-browser-mapping@7c07035) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.10.14...v2.10.15)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=baseline-browser-mapping&package-manager=npm\_and\_yarn&previous-version=2.10.14&new-version=2.10.15)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Apr 13, 2026
…2.10.15 to 2.10.18 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.15 to 2.10.18.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`71803d0`](web-platform-dx/baseline-browser-mapping@71803d0) Patch to 2.10.18 because browser or feature data changed
* [`91e38d0`](web-platform-dx/baseline-browser-mapping@91e38d0) Browser or feature data changed
* [`c5c778c`](web-platform-dx/baseline-browser-mapping@c5c778c) Patch to 2.10.17 because browser or feature data changed
* [`c3ab98d`](web-platform-dx/baseline-browser-mapping@c3ab98d) Browser or feature data changed
* [`2fd5696`](web-platform-dx/baseline-browser-mapping@2fd5696) Updating static site
* [`c8ba05d`](web-platform-dx/baseline-browser-mapping@c8ba05d) Patch to 2.10.16 because browser or feature data changed
* [`3887938`](web-platform-dx/baseline-browser-mapping@3887938) Browser or feature data changed
* [`3b7f694`](web-platform-dx/baseline-browser-mapping@3b7f694) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.10.15...v2.10.18)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=baseline-browser-mapping&package-manager=npm\_and\_yarn&previous-version=2.10.15&new-version=2.10.18)](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)
---
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  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)
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Apr 20, 2026
…2.10.18 to 2.10.20 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.18 to 2.10.20.
Release notes

*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*

> v2.9.3 - remove `process.loadEnvFile()`
> ---------------------------------------
>
> What's Changed
> --------------
>
> * Remove process.loadEnfFile() from main script by [`@​tonypconway`](https://github.com/tonypconway) in [web-platform-dx/baseline-browser-mapping#112](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/pull/112)
>
> **Full Changelog**: <web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3>


Commits

* [`481a1e4`](web-platform-dx/baseline-browser-mapping@481a1e4) Patch to 2.10.20 because browser or feature data changed
* [`f784244`](web-platform-dx/baseline-browser-mapping@f784244) Browser or feature data changed
* [`94a5b7b`](web-platform-dx/baseline-browser-mapping@94a5b7b) Patch to 2.10.19 because browser or feature data changed
* [`b1fbd83`](web-platform-dx/baseline-browser-mapping@b1fbd83) Browser or feature data changed
* [`933b064`](web-platform-dx/baseline-browser-mapping@933b064) Updating static site
* [`6bcec92`](web-platform-dx/baseline-browser-mapping@6bcec92) Updating static site
* See full diff in [compare view](web-platform-dx/baseline-browser-mapping@v2.10.18...v2.10.20)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=baseline-browser-mapping&package-manager=npm\_and\_yarn&previous-version=2.10.18&new-version=2.10.20)](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)
---
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  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant