dependabot[bot] opened a new pull request, #9155:
URL: https://github.com/apache/gravitino/pull/9155

   Bumps [env-cmd](https://github.com/toddbluhm/env-cmd) from 10.1.0 to 11.0.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/toddbluhm/env-cmd/blob/master/CHANGELOG.md";>env-cmd's 
changelog</a>.</em></p>
   <blockquote>
   <h2>11.0.0</h2>
   <ul>
   <li><strong>BREAKING</strong>: Drop support for nodejs <code>v8</code> to 
<code>v20.9</code>. The minimum supported nodejs version is now 
<code>v20.10</code>.</li>
   <li><strong>BREAKING</strong>: Must use <code>--</code> to separate the 
<code>env-cmd</code> flags from the command to execute (<code>env-cmd -f .env 
-- node index.js</code>).</li>
   <li><strong>BREAKING</strong>: Removed <code>-r</code> flag and use only 
<code>-f</code> flag.</li>
   <li><strong>BREAKING</strong>: Support inline comments in <code>.env</code> 
files. A <code>#</code> character now signifies the start of an inline comment, 
unless the value is surrounded by quotation marks (<code>&quot;</code>).</li>
   <li><strong>BREAKING</strong>: Migrated the repository to ESM modules 
instead of CommonJS.</li>
   <li><strong>BREAKING</strong>: Support variable expansion using curly-brace 
syntax (<code>${MY_VAR}</code>), when the <code>-x</code> option is 
enabled.</li>
   <li><strong>Feature</strong>: Support loading env variables from 
<code>.cjs</code> and <code>.mjs</code> files.</li>
   <li><strong>Feature</strong>: Support loading env variables from 
<code>.ts</code>, <code>.cts</code>, and <code>.mts</code> files.</li>
   <li><strong>Feature</strong>: When loading an invalid JSON file, show the 
original parse error.</li>
   <li><strong>Feature</strong>: Add a more helpful error message when trying 
to invoke env-cmd as a standalone command.</li>
   <li><strong>Feature</strong>: Added support for nested env variables within 
env files with the <code>--recursive</code> flag</li>
   <li><strong>Docs</strong>: clarify how variable expansion works.</li>
   <li><strong>Internal</strong>: Replaced Travis CI with GitHub Actions, run 
unit tests on windows.</li>
   <li><strong>Internal</strong>: Configure automatic releases to npm from 
GitHub Actions</li>
   <li><strong>Internal</strong>: Refactor the loader logic, to make it easier 
to add other loaders.</li>
   <li><strong>Upgrade</strong>: Update all dependencies.</li>
   <li><strong>Upgrade</strong>: Upgraded all devDependencies</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/7242cb0e7f32cdd5c96ffc05126b0f440a4fa014";><code>7242cb0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/toddbluhm/env-cmd/issues/416";>#416</a> from 
toddbluhm/fix-failing-tests</li>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/feb6c6fff9060371f00cd208619d79e44931e04d";><code>feb6c6f</code></a>
 fix(parse-env-file.spec): fix the failing test cases due to node version 
changes</li>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/6ced969122313510cd7b9b08956612223012a777";><code>6ced969</code></a>
 Merge pull request <a 
href="https://redirect.github.com/toddbluhm/env-cmd/issues/411";>#411</a> from 
toddbluhm/release-11.0.0</li>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/164e5975bcb11f4697afb4aa8d0f2a0f12e678df";><code>164e597</code></a>
 chore(changelog): updated changelog</li>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/22ca1517fb531fb2cc44d8a064c2f906048ddcf0";><code>22ca151</code></a>
 docs: create a draft changelog for v11</li>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/b5f3ef44a9eb82119bf6c0c18159b15bf356a15a";><code>b5f3ef4</code></a>
 feat: version 11.0.0 release</li>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/3db3c8f0054d0b244e5a53ebeb8d4679a1ab7046";><code>3db3c8f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/toddbluhm/env-cmd/issues/410";>#410</a> from 
toddbluhm/feat-recursive-var-expansion</li>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/0846e5d6a5f7e8caad11f91efc2365c6730cd003";><code>0846e5d</code></a>
 fix(expand-envs): test more edge cases</li>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/18e8a2814847c5d6a26a8f561ebc943bcbe45312";><code>18e8a28</code></a>
 fix(recursive): cleaned up after rebase</li>
   <li><a 
href="https://github.com/toddbluhm/env-cmd/commit/f47b9f3c631d275f5fbd4831ca9301c855b760dd";><code>f47b9f3</code></a>
 chore: update readme for new option</li>
   <li>Additional commits viewable in <a 
href="https://github.com/toddbluhm/env-cmd/compare/10.1.0...11.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=env-cmd&package-manager=npm_and_yarn&previous-version=10.1.0&new-version=11.0.0)](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>


-- 
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]

Reply via email to