Skip to content

Commit a1ce234

Browse files
Bump glob and lerna (#17472)
Bumps [glob](https://github.com/isaacs/node-glob) to 12.0.0 and updates ancestor dependencies [glob](https://github.com/isaacs/node-glob) and [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna). These dependencies need to be updated together. Updates `glob` from 10.4.5 to 12.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-glob/blob/main/changelog.md">glob's changelog</a>.</em></p> <blockquote> <h1>changeglob</h1> <h2>12</h2> <ul> <li>Remove the unsafe <code>--shell</code> option. The <code>--shell</code> option is now ONLY supported on known shells where the behavior can be implemented safely.</li> </ul> <h2>11.1</h2> <p><a href="https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2">GHSA-5j98-mcp5-4vw2</a></p> <ul> <li>Add the <code>--shell</code> option for the command line, with a warning that this is unsafe. (It will be removed in v12.)</li> <li>Add the <code>--cmd-arg</code>/<code>-g</code> as a way to <em>safely</em> add positional arguments to the command provided to the CLI tool.</li> <li>Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding <code>shell:true</code> execution.</li> </ul> <h2>11.0</h2> <ul> <li>Drop support for node before v20</li> </ul> <h2>10.4</h2> <ul> <li>Add <code>includeChildMatches: false</code> option</li> <li>Export the <code>Ignore</code> class</li> </ul> <h2>10.3</h2> <ul> <li>Add <code>--default -p</code> flag to provide a default pattern</li> <li>exclude symbolic links to directories when <code>follow</code> and <code>nodir</code> are both set</li> </ul> <h2>10.2</h2> <ul> <li>Add glob cli</li> </ul> <h2>10.1</h2> <ul> <li>Return <code>'.'</code> instead of the empty string <code>''</code> when the current working directory is returned as a match.</li> <li>Add <code>posix: true</code> option to return <code>/</code> delimited paths, even on Windows.</li> </ul> <h2>10.0.0</h2> <ul> <li>No default exports, only named exports</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-glob/commit/2b03ccaf9fc397b6054d639cd5fbe97104d36221"><code>2b03cca</code></a> 12.0.0</li> <li><a href="https://github.com/isaacs/node-glob/commit/d56203dc19a4af5c8f8177a3b67e63a14a246458"><code>d56203d</code></a> prettier config</li> <li><a href="https://github.com/isaacs/node-glob/commit/bb521e5d188a8cbbe86d5cef3bf57a49fdee7c59"><code>bb521e5</code></a> Remove --shell option where unsafe to use</li> <li><a href="https://github.com/isaacs/node-glob/commit/2551fb51440d402fa2120457bf460e546ee9964d"><code>2551fb5</code></a> 11.1.0</li> <li><a href="https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146"><code>47473c0</code></a> bin: Do not expose filenames to shell expansion</li> <li><a href="https://github.com/isaacs/node-glob/commit/bc33fe1c6a47abd497703d79ad96036e7891ff62"><code>bc33fe1</code></a> skip tilde test on systems that lack tilde expansion</li> <li><a href="https://github.com/isaacs/node-glob/commit/59bf9ca211bda5636c4fe9e32d41530c90a4f30d"><code>59bf9ca</code></a> fix notes</li> <li><a href="https://github.com/isaacs/node-glob/commit/dde4fa66c87e24b37bb5be28ed10c6e12019edac"><code>dde4fa6</code></a> docs(README): add #anchor and improve <code>note</code>s</li> <li><a href="https://github.com/isaacs/node-glob/commit/0559b0ed13c0f8147cd2ac9d48bb49684caaf20e"><code>0559b0e</code></a> docs: add better links to path-scurry docs</li> <li><a href="https://github.com/isaacs/node-glob/commit/c9773c249b4b9ed6b2447222c226f9d20c6ce916"><code>c9773c2</code></a> fix: correct typos in <code>README.md</code></li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-glob/compare/v10.4.5...v12.0.0">compare view</a></li> </ul> </details> <br /> Updates `glob` from 11.0.2 to 11.1.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-glob/blob/main/changelog.md">glob's changelog</a>.</em></p> <blockquote> <h1>changeglob</h1> <h2>12</h2> <ul> <li>Remove the unsafe <code>--shell</code> option. The <code>--shell</code> option is now ONLY supported on known shells where the behavior can be implemented safely.</li> </ul> <h2>11.1</h2> <p><a href="https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2">GHSA-5j98-mcp5-4vw2</a></p> <ul> <li>Add the <code>--shell</code> option for the command line, with a warning that this is unsafe. (It will be removed in v12.)</li> <li>Add the <code>--cmd-arg</code>/<code>-g</code> as a way to <em>safely</em> add positional arguments to the command provided to the CLI tool.</li> <li>Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding <code>shell:true</code> execution.</li> </ul> <h2>11.0</h2> <ul> <li>Drop support for node before v20</li> </ul> <h2>10.4</h2> <ul> <li>Add <code>includeChildMatches: false</code> option</li> <li>Export the <code>Ignore</code> class</li> </ul> <h2>10.3</h2> <ul> <li>Add <code>--default -p</code> flag to provide a default pattern</li> <li>exclude symbolic links to directories when <code>follow</code> and <code>nodir</code> are both set</li> </ul> <h2>10.2</h2> <ul> <li>Add glob cli</li> </ul> <h2>10.1</h2> <ul> <li>Return <code>'.'</code> instead of the empty string <code>''</code> when the current working directory is returned as a match.</li> <li>Add <code>posix: true</code> option to return <code>/</code> delimited paths, even on Windows.</li> </ul> <h2>10.0.0</h2> <ul> <li>No default exports, only named exports</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-glob/commit/2b03ccaf9fc397b6054d639cd5fbe97104d36221"><code>2b03cca</code></a> 12.0.0</li> <li><a href="https://github.com/isaacs/node-glob/commit/d56203dc19a4af5c8f8177a3b67e63a14a246458"><code>d56203d</code></a> prettier config</li> <li><a href="https://github.com/isaacs/node-glob/commit/bb521e5d188a8cbbe86d5cef3bf57a49fdee7c59"><code>bb521e5</code></a> Remove --shell option where unsafe to use</li> <li><a href="https://github.com/isaacs/node-glob/commit/2551fb51440d402fa2120457bf460e546ee9964d"><code>2551fb5</code></a> 11.1.0</li> <li><a href="https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146"><code>47473c0</code></a> bin: Do not expose filenames to shell expansion</li> <li><a href="https://github.com/isaacs/node-glob/commit/bc33fe1c6a47abd497703d79ad96036e7891ff62"><code>bc33fe1</code></a> skip tilde test on systems that lack tilde expansion</li> <li><a href="https://github.com/isaacs/node-glob/commit/59bf9ca211bda5636c4fe9e32d41530c90a4f30d"><code>59bf9ca</code></a> fix notes</li> <li><a href="https://github.com/isaacs/node-glob/commit/dde4fa66c87e24b37bb5be28ed10c6e12019edac"><code>dde4fa6</code></a> docs(README): add #anchor and improve <code>note</code>s</li> <li><a href="https://github.com/isaacs/node-glob/commit/0559b0ed13c0f8147cd2ac9d48bb49684caaf20e"><code>0559b0e</code></a> docs: add better links to path-scurry docs</li> <li><a href="https://github.com/isaacs/node-glob/commit/c9773c249b4b9ed6b2447222c226f9d20c6ce916"><code>c9773c2</code></a> fix: correct typos in <code>README.md</code></li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-glob/compare/v10.4.5...v12.0.0">compare view</a></li> </ul> </details> <br /> Updates `lerna` from 8.2.2 to 9.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lerna/lerna/releases">lerna's releases</a>.</em></p> <blockquote> <h2>v9.0.1</h2> <h2><a href="https://github.com/lerna/lerna/compare/v9.0.0...v9.0.1">9.0.1</a> (2025-11-14)</h2> <h3>Bug Fixes</h3> <ul> <li>expand version range to include nx v22.x (<a href="https://redirect.github.com/lerna/lerna/issues/4242">#4242</a>) (<a href="https://github.com/lerna/lerna/commit/0cca28612be720d39f55cc278a9a4a93e112d1e1">0cca286</a>)</li> </ul> <h2>v9.0.0</h2> <h1><a href="https://github.com/lerna/lerna/compare/v8.2.4...v9.0.0">9.0.0</a> (2025-09-23)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>publish:</strong> ensure README file names are populated on package.json (<a href="https://redirect.github.com/lerna/lerna/issues/4211">#4211</a>) (<a href="https://github.com/lerna/lerna/commit/362875d7379a40f54fe75024c75946e41fb32d6e">362875d</a>)</li> </ul> <h3>Features</h3> <ul> <li>support OIDC trusted publishing (<a href="https://github.com/lerna/lerna/commit/d51e344e016ebc2308a2185ca7e660a0cb47d143">d51e344</a>)</li> </ul> <p>OIDC trusted publishing is now supported by Lerna with no specification configuration required.</p> <ul> <li>A new guide has been added: <a href="https://lerna.js.org/docs/recipes/oidc-trusted-publishing">https://lerna.js.org/docs/recipes/oidc-trusted-publishing</a></li> <li>A fully working example repo has been set up here <a href="https://github.com/JamesHenry/lerna-v9-oidc-publishing-example">https://github.com/JamesHenry/lerna-v9-oidc-publishing-example</a></li> </ul> <h3>BREAKING CHANGES</h3> <blockquote> <p>After updating we strongly recommend running <code>lerna repair</code> in your project. This will migrate your <code>lerna.json</code> to the latest and greatest and remove any outdated options.</p> </blockquote> <p>As this is a major release there are a few breaking changes to be aware of, which may or may not affect your lerna repos, depending on how you are using the tool.</p> <ul> <li><strong>node v18 support is dropped because it is end of life</strong></li> </ul> <p>When a node version becomes end of life (EOL) it means that it does not receive any updates or maintenance whatsoever, even if critical security vulnerabilities have been uncovered.</p> <p>We strongly encourage all folks here to keep up with the maintenance LTS version of Node at an absolute minimum:</p> <p><a href="https://github.com/nodejs/release#release-schedule">https://github.com/nodejs/release#release-schedule</a></p> <p>The versions of node supported by lerna are now <code>^20.19.0 || ^22.12.0 || &gt;=24.0.0</code>.</p> <ul> <li><strong>The <code>@​lerna/legacy-package-management</code> package has been formally removed after 2 years of deprecation</strong>.</li> </ul> <p>If you are still using <code>lerna add</code>, <code>lerna bootstrap</code> or <code>lerna link</code> commands, please migrate to using your package manager's long-supported workspaces feature. The updated guide should help with this <a href="https://lerna.js.org/docs/legacy-package-management">https://lerna.js.org/docs/legacy-package-management</a>**</p> <h2>v8.2.4</h2> <h2><a href="https://github.com/lerna/lerna/compare/v8.2.3...v8.2.4">8.2.4</a> (2025-07-27)</h2> <h3>Bug Fixes</h3> <ul> <li>remove all remaining lodash usage (<a href="https://redirect.github.com/lerna/lerna/issues/4207">#4207</a>) (<a href="https://github.com/lerna/lerna/commit/8211512df9b4ced9be48e62ba0672de261fc2246">8211512</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md">lerna's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/lerna/lerna/compare/v9.0.0...v9.0.1">9.0.1</a> (2025-11-14)</h2> <h3>Bug Fixes</h3> <ul> <li>expand version range to include nx v22.x (<a href="https://redirect.github.com/lerna/lerna/issues/4242">#4242</a>) (<a href="https://github.com/lerna/lerna/commit/0cca28612be720d39f55cc278a9a4a93e112d1e1">0cca286</a>)</li> </ul> <h1><a href="https://github.com/lerna/lerna/compare/v8.2.4...v9.0.0">9.0.0</a> (2025-09-23)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>publish:</strong> ensure README file names are populated on package.json (<a href="https://redirect.github.com/lerna/lerna/issues/4211">#4211</a>) (<a href="https://github.com/lerna/lerna/commit/362875d7379a40f54fe75024c75946e41fb32d6e">362875d</a>)</li> </ul> <h3>Features</h3> <ul> <li>support OIDC trusted publishing (<a href="https://github.com/lerna/lerna/commit/d51e344e016ebc2308a2185ca7e660a0cb47d143">d51e344</a>)</li> </ul> <p>OIDC trusted publishing is now supported by Lerna with no specification configuration required.</p> <ul> <li>A new guide has been added: <a href="https://lerna.js.org/docs/recipes/oidc-trusted-publishing">https://lerna.js.org/docs/recipes/oidc-trusted-publishing</a></li> <li>A fully working example repo has been set up here <a href="https://github.com/JamesHenry/lerna-v9-oidc-publishing-example">https://github.com/JamesHenry/lerna-v9-oidc-publishing-example</a></li> </ul> <h3>BREAKING CHANGES</h3> <blockquote> <p>After updating we strongly recommend running <code>lerna repair</code> in your project. This will migrate your <code>lerna.json</code> to the latest and greatest and remove any outdated options.</p> </blockquote> <p>As this is a major release there are a few breaking changes to be aware of, which may or may not affect your lerna repos, depending on how you are using the tool.</p> <ul> <li><strong>node v18 support is dropped because it is end of life</strong></li> </ul> <p>When a node version becomes end of life (EOL) it means that it does not receive any updates or maintenance whatsoever, even if critical security vulnerabilities have been uncovered.</p> <p>We strongly encourage all folks here to keep up with the maintenance LTS version of Node at an absolute minimum:</p> <p><a href="https://github.com/nodejs/release#release-schedule">https://github.com/nodejs/release#release-schedule</a></p> <p>The versions of node supported by lerna are now <code>^20.19.0 || ^22.12.0 || &gt;=24.0.0</code>.</p> <ul> <li><strong>The <code>@​lerna/legacy-package-management</code> package has been formally removed after 2 years of deprecation</strong>.</li> </ul> <p>If you are still using <code>lerna add</code>, <code>lerna bootstrap</code> or <code>lerna link</code> commands, please migrate to using your package manager's long-supported workspaces feature. The updated guide should help with this <a href="https://lerna.js.org/docs/legacy-package-management">https://lerna.js.org/docs/legacy-package-management</a>**</p> <h2><a href="https://github.com/lerna/lerna/compare/v8.2.3...v8.2.4">8.2.4</a> (2025-07-27)</h2> <h3>Bug Fixes</h3> <ul> <li>remove all remaining lodash usage (<a href="https://redirect.github.com/lerna/lerna/issues/4207">#4207</a>) (<a href="https://github.com/lerna/lerna/commit/8211512df9b4ced9be48e62ba0672de261fc2246">8211512</a>)</li> </ul> <h2><a href="https://github.com/lerna/lerna/compare/v8.2.2...v8.2.3">8.2.3</a> (2025-06-29)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lerna/lerna/commit/9df335ad26935f678a488dc99b502f9597913251"><code>9df335a</code></a> chore(misc): publish 9.0.1</li> <li><a href="https://github.com/lerna/lerna/commit/0cca28612be720d39f55cc278a9a4a93e112d1e1"><code>0cca286</code></a> fix: expand version range to include nx v22.x (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4242">#4242</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/4c547b7099575a4d0b11bade1327a1a865901ca2"><code>4c547b7</code></a> chore: publish v9.0.0</li> <li><a href="https://github.com/lerna/lerna/commit/d51e344e016ebc2308a2185ca7e660a0cb47d143"><code>d51e344</code></a> feat: support OIDC trusted publishing</li> <li><a href="https://github.com/lerna/lerna/commit/96095e21595cfc7bd78fab8f55aed76a144715c4"><code>96095e2</code></a> feat!: drop EOL node 18, modernize dependencies, node now &quot;^20.19.0 || ^22.12...</li> <li><a href="https://github.com/lerna/lerna/commit/cf0f8e0b6a27359128ddd4a37329b923c2a9ac80"><code>cf0f8e0</code></a> feat!: remove <code>@​lerna/legacy-package-management</code> after 2 years of deprecation</li> <li><a href="https://github.com/lerna/lerna/commit/a53a6dd24b3266352fd594eb2214957d05f77dda"><code>a53a6dd</code></a> refactor: use native object spreading (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4216">#4216</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/d2ced36e1b0a454a6fcff2f4ed81e118b7b70a53"><code>d2ced36</code></a> chore: update uuid to v11 (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4213">#4213</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/61e4bc27911bcbe8cac46ec4cb3ebaee1aa2f482"><code>61e4bc2</code></a> chore(misc): publish 8.2.4</li> <li><a href="https://github.com/lerna/lerna/commit/8211512df9b4ced9be48e62ba0672de261fc2246"><code>8211512</code></a> fix: remove all remaining lodash usage (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4207">#4207</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lerna/lerna/commits/v9.0.1/packages/lerna">compare view</a></li> </ul> </details> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/BabylonJS/Babylon.js/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f6ea6f commit a1ce234

File tree

2 files changed

+32559
-29946
lines changed

2 files changed

+32559
-29946
lines changed

0 commit comments

Comments
 (0)