mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-08 22:58:01 -05:00
chore(frontend/deps-dev): bump import-in-the-middle from 1.14.2 to 2.0.0 in /autogpt_platform/frontend (#11357)
Bumps [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) from 1.14.2 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/import-in-the-middle/releases">import-in-the-middle's releases</a>.</em></p> <blockquote> <h2>import-in-the-middle: v2.0.0</h2> <h2><a href="https://github.com/nodejs/import-in-the-middle/compare/import-in-the-middle-v1.15.0...import-in-the-middle-v2.0.0">2.0.0</a> (2025-10-14)</h2> <h3>⚠ BREAKING CHANGES</h3> <p>This was only a new major out of an abundance of caution. The hook code has been converted to ESM to work around some loader issues. There should actually be no breaking changes when using <code>import-in-the-middle/hook.mjs</code> or the exported <code>Hook</code> API.</p> <h3>Features</h3> <ul> <li>convert all modules running in loader thread to ESM (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/210">#210</a>) (<a href="da7c7a6904">da7c7a6</a>)</li> </ul> <h2>import-in-the-middle: v1.15.0</h2> <h2><a href="https://github.com/nodejs/import-in-the-middle/compare/import-in-the-middle-v1.14.4...import-in-the-middle-v1.15.0">1.15.0</a> (2025-10-09)</h2> <h3>Features</h3> <ul> <li>Compatibility with specifier imports (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/211">#211</a>) (<a href="83d662a8e1">83d662a</a>)</li> </ul> <h2>import-in-the-middle: v1.14.4</h2> <h2><a href="https://github.com/nodejs/import-in-the-middle/compare/import-in-the-middle-v1.14.3...import-in-the-middle-v1.14.4">1.14.4</a> (2025-09-25)</h2> <h3>Bug Fixes</h3> <ul> <li>Revert "use <code>createRequire</code> to load <code>hook.js</code> (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/205">#205</a>)" (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/208">#208</a>) (<a href="f23b7ef9e8">f23b7ef</a>)</li> </ul> <h2>import-in-the-middle: v1.14.3</h2> <h2><a href="https://github.com/nodejs/import-in-the-middle/compare/import-in-the-middle-v1.14.2...import-in-the-middle-v1.14.3">1.14.3</a> (2025-09-24)</h2> <h3>Bug Fixes</h3> <ul> <li>use <code>createRequire</code> to load <code>hook.js</code> (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/205">#205</a>) (<a href="81a2ae0ea0">81a2ae0</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodejs/import-in-the-middle/blob/main/CHANGELOG.md">import-in-the-middle's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nodejs/import-in-the-middle/compare/import-in-the-middle-v1.15.0...import-in-the-middle-v2.0.0">2.0.0</a> (2025-10-14)</h2> <h3>⚠ BREAKING CHANGES</h3> <p>Converting all modules running in the loader thread to ESM should not be a breaking change for most users since it primarily affects internal implementation details. However, if you were referencing internal CJS files like <code>hook.js</code> this will no longer work.</p> <h3>Features</h3> <ul> <li>convert all modules running in loader thread to ESM (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/210">#210</a>) (<a href="da7c7a6904">da7c7a6</a>)</li> </ul> <h2><a href="https://github.com/nodejs/import-in-the-middle/compare/import-in-the-middle-v1.14.4...import-in-the-middle-v1.15.0">1.15.0</a> (2025-10-09)</h2> <h3>Features</h3> <ul> <li>Compatibility with specifier imports (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/211">#211</a>) (<a href="83d662a8e1">83d662a</a>)</li> </ul> <h2><a href="https://github.com/nodejs/import-in-the-middle/compare/import-in-the-middle-v1.14.3...import-in-the-middle-v1.14.4">1.14.4</a> (2025-09-25)</h2> <h3>Bug Fixes</h3> <ul> <li>Revert "use <code>createRequire</code> to load <code>hook.js</code> (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/205">#205</a>)" (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/208">#208</a>) (<a href="f23b7ef9e8">f23b7ef</a>)</li> </ul> <h2><a href="https://github.com/nodejs/import-in-the-middle/compare/import-in-the-middle-v1.14.2...import-in-the-middle-v1.14.3">1.14.3</a> (2025-09-24)</h2> <h3>Bug Fixes</h3> <ul> <li>use <code>createRequire</code> to load <code>hook.js</code> (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/205">#205</a>) (<a href="81a2ae0ea0">81a2ae0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d96619f7f2"><code>d96619f</code></a> chore: release v2.0.0 (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/214">#214</a>)</li> <li><a href="da7c7a6904"><code>da7c7a6</code></a> feat!: convert all modules running in loader thread to ESM (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/210">#210</a>)</li> <li><a href="b8fd97e98c"><code>b8fd97e</code></a> chore: npm ignore several files used for dev (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/137">#137</a>)</li> <li><a href="94837a7427"><code>94837a7</code></a> chore: release v1.15.0 (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/213">#213</a>)</li> <li><a href="83d662a8e1"><code>83d662a</code></a> feat: Compatibility with specifier imports (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/211">#211</a>)</li> <li><a href="ffb5682e3f"><code>ffb5682</code></a> chore: release v1.14.4 (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/209">#209</a>)</li> <li><a href="f23b7ef9e8"><code>f23b7ef</code></a> fix: Revert "use <code>createRequire</code> to load <code>hook.js</code> (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/205">#205</a>)" (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/208">#208</a>)</li> <li><a href="f67ecb8323"><code>f67ecb8</code></a> chore: release v1.14.3 (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/206">#206</a>)</li> <li><a href="81a2ae0ea0"><code>81a2ae0</code></a> fix: use <code>createRequire</code> to load <code>hook.js</code> (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/205">#205</a>)</li> <li><a href="2fb1f21b3d"><code>2fb1f21</code></a> chore: use npm@11 for OIDC publishing (<a href="https://redirect.github.com/nodejs/import-in-the-middle/issues/204">#204</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/import-in-the-middle/compare/import-in-the-middle-v1.14.2...import-in-the-middle-v2.0.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for import-in-the-middle since your current version.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lluis Agusti <hi@llu.lu> Co-authored-by: Ubbe <hi@ubbe.dev>
This commit is contained in:
@@ -139,7 +139,6 @@
|
||||
"eslint": "8.57.1",
|
||||
"eslint-config-next": "15.5.7",
|
||||
"eslint-plugin-storybook": "9.1.5",
|
||||
"import-in-the-middle": "1.14.2",
|
||||
"msw": "2.11.6",
|
||||
"msw-storybook-addon": "2.0.6",
|
||||
"orval": "7.13.0",
|
||||
|
||||
13
autogpt_platform/frontend/pnpm-lock.yaml
generated
13
autogpt_platform/frontend/pnpm-lock.yaml
generated
@@ -336,9 +336,6 @@ importers:
|
||||
eslint-plugin-storybook:
|
||||
specifier: 9.1.5
|
||||
version: 9.1.5(eslint@8.57.1)(storybook@9.1.5(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(prettier@3.6.2))(typescript@5.9.3)
|
||||
import-in-the-middle:
|
||||
specifier: 1.14.2
|
||||
version: 1.14.2
|
||||
msw:
|
||||
specifier: 2.11.6
|
||||
version: 2.11.6(@types/node@24.10.0)(typescript@5.9.3)
|
||||
@@ -5216,9 +5213,6 @@ packages:
|
||||
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
import-in-the-middle@1.14.2:
|
||||
resolution: {integrity: sha512-5tCuY9BV8ujfOpwtAGgsTx9CGUapcFMEEyByLv1B+v2+6DhAcw+Zr0nhQT7uwaZ7DiourxFEscghOR8e1aPLQw==}
|
||||
|
||||
import-in-the-middle@2.0.0:
|
||||
resolution: {integrity: sha512-yNZhyQYqXpkT0AKq3F3KLasUSK4fHvebNH5hOsKQw2dhGSALvQ4U0BqUc5suziKvydO5u5hgN2hy1RJaho8U5A==}
|
||||
|
||||
@@ -13391,13 +13385,6 @@ snapshots:
|
||||
parent-module: 1.0.1
|
||||
resolve-from: 4.0.0
|
||||
|
||||
import-in-the-middle@1.14.2:
|
||||
dependencies:
|
||||
acorn: 8.15.0
|
||||
acorn-import-attributes: 1.9.5(acorn@8.15.0)
|
||||
cjs-module-lexer: 1.4.3
|
||||
module-details-from-path: 1.0.4
|
||||
|
||||
import-in-the-middle@2.0.0:
|
||||
dependencies:
|
||||
acorn: 8.15.0
|
||||
|
||||
Reference in New Issue
Block a user