[PR #56] [CLOSED] build(deps): bump json5, ts-loader and webpack #170

Closed
opened 2026-03-13 17:29:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AEPKILL/devtools-detector/pull/56
Author: @dependabot[bot]
Created: 12/31/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/json5-and-ts-loader-and-webpack--removed


📝 Commits (1)

  • 478fde5 build(deps): bump json5, ts-loader and webpack

📊 Changes

2 files changed (+640 additions, -2974 deletions)

View changed files

📝 package-lock.json (+638 -2972)
📝 package.json (+2 -2)

📄 Description

Removes json5. It's no longer used after updating ancestor dependencies json5, ts-loader and webpack. These dependencies need to be updated together.

Removes json5

Updates ts-loader from 3.5.0 to 9.4.2

Release notes

Sourced from ts-loader's releases.

v9.4.2

9.4.1

v9.4.0

v9.3.1

v9.3.0

v9.2.9

v9.2.8

v9.2.7

v9.2.6

v9.2.5

v9.2.4

v9.2.3

v9.2.2

v9.2.1

v9.2.0

v9.1.2

v9.1.1

... (truncated)

Changelog

Sourced from ts-loader's changelog.

9.4.2

9.4.1

v9.4.0

v9.3.1

v9.3.0

v9.2.9

v9.2.8

v9.2.7

v9.2.6

v9.2.5

v9.2.4

v9.2.3

v9.2.2

... (truncated)

Commits
  • 5e7220b Use custom transformer when building solution references (#1550)
  • 87a9fff add missing comma in README.md (#1551)
  • 620ee79 Typescript 4 9 (#1547)
  • 3319b91 chore(deps): bump minimatch in /examples/project-references-example (#1530)
  • 60e5784 Fix anchor jumping in README.md (#1521)
  • 5c66d2b Update outdated LICENSE year (#1513)
  • 64a4136 Bump terser from 4.8.0 to 4.8.1 in /examples/project-references-example (#1489)
  • cf1d227 Bump lodash in /test/execution-tests/babel-codeSplitting (#1435)
  • e76abb0 Add Tests and Remarks Concerning the New .cts And .mts File Extensions (#...
  • d9fcbfd Hotfix: Disable enhanced-resolve (#1506)
  • Additional commits viewable in compare view

Updates webpack from 3.12.0 to 5.75.0

Release notes

Sourced from webpack's releases.

v5.75.0

Bugfixes

  • experiments.* normalize to false when opt-out
  • avoid NaN%
  • show the correct error when using a conflicting chunk name in code
  • HMR code tests existance of window before trying to access it
  • fix eval-nosources-* actually exclude sources
  • fix race condition where no module is returned from processing module
  • fix position of standalong semicolon in runtime code

Features

  • add support for @import to extenal CSS when using experimental CSS in node
  • add i64 support to the deprecated WASM implementation

Developer Experience

  • expose EnableWasmLoadingPlugin
  • add more typings
  • generate getters instead of readonly properties in typings to allow overriding them

v5.74.0

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

v5.73.0

... (truncated)

Commits

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 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AEPKILL/devtools-detector/pull/56 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/31/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/json5-and-ts-loader-and-webpack--removed` --- ### 📝 Commits (1) - [`478fde5`](https://github.com/AEPKILL/devtools-detector/commit/478fde58dde518a3a9e48050c8a712ed683bdffe) build(deps): bump json5, ts-loader and webpack ### 📊 Changes **2 files changed** (+640 additions, -2974 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+638 -2972) 📝 `package.json` (+2 -2) </details> ### 📄 Description Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [ts-loader](https://github.com/TypeStrong/ts-loader) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Removes `json5` Updates `ts-loader` from 3.5.0 to 9.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TypeStrong/ts-loader/releases">ts-loader's releases</a>.</em></p> <blockquote> <h2>v9.4.2</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1550">Bug fix: Use custom transformer when building solution references</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1025">#1025</a> - thanks <a href="https://github.com/feosuna1"><code>@​feosuna1</code></a></li> </ul> <h2>9.4.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1505">Hotfix: Disable <code>enhanced-resolve</code></a> - thanks <a href="https://github.com/manuth"><code>@​manuth</code></a></li> </ul> <h2>v9.4.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1503">Add Support for Resolving <code>.cjs</code>, <code>.mjs</code>, <code>.cts</code> and <code>.mts</code> Files</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1503">#1503</a> - thanks <a href="https://github.com/manuth"><code>@​manuth</code></a></li> </ul> <h2>v9.3.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1483">Bug fix: Generate declaration files for js files if allowJs is set to true</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1260">#1260</a> - thanks <a href="https://github.com/hediet"><code>@​hediet</code></a> and <a href="https://github.com/mvilliger"><code>@​mvilliger</code></a></li> </ul> <h2>v9.3.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1451">simplify configuration for fork-ts-checker-webpack-plugin</a> - thanks <a href="https://github.com/piotr-oles"><code>@​piotr-oles</code></a></li> </ul> <h2>v9.2.9</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1447">make v9 latest following v8 release</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> </ul> <h2>v9.2.8</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1439">Bug fix: support webpack 5 in ts-loader</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1438">#1438</a> - thanks <a href="https://github.com/einatbar"><code>@​einatbar</code></a></li> </ul> <h2>v9.2.7</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1422">cater for change in resolveTypeReferenceDirective API in TypeScript 4.7</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1421">#1421</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a> and <a href="https://github.com/cspotcode"><code>@​cspotcode</code></a> for inspiration in ts-node work here: <a href="https://github-redirect.dependabot.com/TypeStrong/ts-node/pull/1648">TypeStrong/ts-node#1648</a></li> </ul> <h2>v9.2.6</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1377">Docs fix for thread-loader / history</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> </ul> <h2>v9.2.5</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1352">Add function to get the latest program</a> - thanks <a href="https://github.com/Zn4rK"><code>@​Zn4rK</code></a></li> </ul> <h2>v9.2.4</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1346">Fix undefined configPath now falls back to default</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> </ul> <h2>v9.2.3</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1334">Fix error message for invalid getCustomTransformers modules</a> - thanks <a href="https://github.com/blaky"><code>@​blaky</code></a></li> </ul> <h2>v9.2.2</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1325">Start consuming webpack loader types</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1324">Add webpack minimum version in peerDependencies</a> - thanks <a href="https://github.com/afdev82"><code>@​afdev82</code></a></li> </ul> <h2>v9.2.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1320">Make v9 latest in npm again</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> </ul> <h2>v9.2.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1316">Fixed impossibility to have several instances of ts-loader with different compiler options</a> - thanks <a href="https://github.com/timocov"><code>@​timocov</code></a></li> </ul> <h2>v9.1.2</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1293">Fix removed files handling in watch mode</a> - thanks <a href="https://github.com/gasnier"><code>@​gasnier</code></a></li> </ul> <h2>v9.1.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md">ts-loader's changelog</a>.</em></p> <blockquote> <h2>9.4.2</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1550">Bug fix: Use custom transformer when building solution references</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1025">#1025</a> - thanks <a href="https://github.com/feosuna1"><code>@​feosuna1</code></a></li> </ul> <h2>9.4.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1505">Hotfix: Disable <code>enhanced-resolve</code></a> - thanks <a href="https://github.com/manuth"><code>@​manuth</code></a></li> </ul> <h2>v9.4.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1503">Add Support for Resolving <code>.cjs</code>, <code>.mjs</code>, <code>.cts</code> and <code>.mts</code> Files</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1503">#1503</a> - thanks <a href="https://github.com/manuth"><code>@​manuth</code></a></li> </ul> <h2>v9.3.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1483">Bug fix: Generate declaration files for js files if allowJs is set to true</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1260">#1260</a> - thanks <a href="https://github.com/hediet"><code>@​hediet</code></a> and <a href="https://github.com/mvilliger"><code>@​mvilliger</code></a></li> </ul> <h2>v9.3.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1451">simplify configuration for fork-ts-checker-webpack-plugin</a> - thanks <a href="https://github.com/piotr-oles"><code>@​piotr-oles</code></a></li> </ul> <h2>v9.2.9</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1447">make v9 latest following v8 release</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> </ul> <h2>v9.2.8</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1439">Bug fix: support webpack 5 in ts-loader</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1438">#1438</a> - thanks <a href="https://github.com/einatbar"><code>@​einatbar</code></a></li> </ul> <h2>v9.2.7</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1422">cater for change in resolveTypeReferenceDirective API in TypeScript 4.7</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1421">#1421</a> - thanks <a href="https://github.com/johnny"><code>@​johnny</code></a>_reilly and <a href="https://github.com/cspotcode"><code>@​cspotcode</code></a> for inspiration in ts-node work here: <a href="https://github-redirect.dependabot.com/TypeStrong/ts-node/pull/1648">TypeStrong/ts-node#1648</a></li> </ul> <h2>v9.2.6</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1377">Docs fix for thread-loader / history</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> </ul> <h2>v9.2.5</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1352">Add function to get the latest program</a> - thanks <a href="https://github.com/Zn4rK"><code>@​Zn4rK</code></a></li> </ul> <h2>v9.2.4</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1346">Fix undefined configPath now falls back to default</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> </ul> <h2>v9.2.3</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1334">Fix error message for invalid getCustomTransformers modules</a> - thanks <a href="https://github.com/blaky"><code>@​blaky</code></a></li> </ul> <h2>v9.2.2</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1325">Start consuming webpack loader types</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1324">Add webpack minimum version in peerDependencies</a> - thanks <a href="https://github.com/afdev82"><code>@​afdev82</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/ts-loader/commit/5e7220b65bd4e2709a76c9386cb939cdfed32eca"><code>5e7220b</code></a> Use custom transformer when building solution references (<a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1550">#1550</a>)</li> <li><a href="https://github.com/TypeStrong/ts-loader/commit/87a9ffff2104c346c1e34d1e6e840ad5dcfa9585"><code>87a9fff</code></a> add missing comma in README.md (<a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1551">#1551</a>)</li> <li><a href="https://github.com/TypeStrong/ts-loader/commit/620ee7926bb9384317caeafaa01478baf7ae87d3"><code>620ee79</code></a> Typescript 4 9 (<a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1547">#1547</a>)</li> <li><a href="https://github.com/TypeStrong/ts-loader/commit/3319b913a6c328777e2983d7a89ccae141e888b3"><code>3319b91</code></a> chore(deps): bump minimatch in /examples/project-references-example (<a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1530">#1530</a>)</li> <li><a href="https://github.com/TypeStrong/ts-loader/commit/60e5784218c3155a58a3cfa9d5c8e5c667115094"><code>60e5784</code></a> Fix anchor jumping in README.md (<a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1521">#1521</a>)</li> <li><a href="https://github.com/TypeStrong/ts-loader/commit/5c66d2bcac063676db6461473f07d27533111bd4"><code>5c66d2b</code></a> Update outdated LICENSE year (<a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1513">#1513</a>)</li> <li><a href="https://github.com/TypeStrong/ts-loader/commit/64a41369e0fc49638935dbc88c975f75c1e825fc"><code>64a4136</code></a> Bump terser from 4.8.0 to 4.8.1 in /examples/project-references-example (<a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1489">#1489</a>)</li> <li><a href="https://github.com/TypeStrong/ts-loader/commit/cf1d2279f33c17a9f105b9567e19b694f9f831a4"><code>cf1d227</code></a> Bump lodash in /test/execution-tests/babel-codeSplitting (<a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1435">#1435</a>)</li> <li><a href="https://github.com/TypeStrong/ts-loader/commit/e76abb0f8719c74de9d2f400f17ae60592f85295"><code>e76abb0</code></a> Add Tests and Remarks Concerning the New <code>.cts</code> And <code>.mts</code> File Extensions (#...</li> <li><a href="https://github.com/TypeStrong/ts-loader/commit/d9fcbfd577486f4c6ce6b44c3f5870ef7058a569"><code>d9fcbfd</code></a> Hotfix: Disable <code>enhanced-resolve</code> (<a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1506">#1506</a>)</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/ts-loader/compare/v3.5.0...v9.4.2">compare view</a></li> </ul> </details> <br /> Updates `webpack` from 3.12.0 to 5.75.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.75.0</h2> <h1>Bugfixes</h1> <ul> <li><code>experiments.*</code> normalize to <code>false</code> when opt-out</li> <li>avoid <code>NaN%</code></li> <li>show the correct error when using a conflicting chunk name in code</li> <li>HMR code tests existance of <code>window</code> before trying to access it</li> <li>fix <code>eval-nosources-*</code> actually exclude sources</li> <li>fix race condition where no module is returned from processing module</li> <li>fix position of standalong semicolon in runtime code</li> </ul> <h1>Features</h1> <ul> <li>add support for <code>@import</code> to extenal CSS when using experimental CSS in node</li> <li>add <code>i64</code> support to the deprecated WASM implementation</li> </ul> <h1>Developer Experience</h1> <ul> <li>expose <code>EnableWasmLoadingPlugin</code></li> <li>add more typings</li> <li>generate getters instead of readonly properties in typings to allow overriding them</li> </ul> <h2>v5.74.0</h2> <h1>Features</h1> <ul> <li>add <code>resolve.extensionAlias</code> option which allows to alias extensions <ul> <li>This is useful when you are forced to add the <code>.js</code> extension to imports when the file really has a <code>.ts</code> extension (typescript + <code>&quot;type&quot;: &quot;module&quot;</code>)</li> </ul> </li> <li>add support for ES2022 features like static blocks</li> <li>add Tree Shaking support for <code>ProvidePlugin</code></li> </ul> <h1>Bugfixes</h1> <ul> <li>fix persistent cache when some build dependencies are on a different windows drive</li> <li>make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules</li> <li>remove left-over from debugging in TLA/async modules runtime code</li> <li>remove unneeded extra 1s timestamp offset during watching when files are actually untouched <ul> <li>This sometimes caused an additional second build which are not really needed</li> </ul> </li> <li>fix <code>shareScope</code> option for <code>ModuleFederationPlugin</code></li> <li>set <code>&quot;use-credentials&quot;</code> also for same origin scripts</li> </ul> <h1>Performance</h1> <ul> <li>Improve memory usage and performance of aggregating needed files/directories for watching <ul> <li>This affects rebuild performance</li> </ul> </li> </ul> <h1>Extensibility</h1> <ul> <li>export <code>HarmonyImportDependency</code> for plugins</li> </ul> <h2>v5.73.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/8241da7f1e75c5581ba535d127fa66aeb9eb2ac8"><code>8241da7</code></a> 5.75.0</li> <li><a href="https://github.com/webpack/webpack/commit/a91d9232ea87eedbe9077366395748f156730a2d"><code>a91d923</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16458">#16458</a> from webpack/bugfix/semi</li> <li><a href="https://github.com/webpack/webpack/commit/4608b114168f25eef4cfe9a27645cec40e7a68b5"><code>4608b11</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16457">#16457</a> from webpack/tooling/update</li> <li><a href="https://github.com/webpack/webpack/commit/dfdd0b0e42a479f60c1f84ced2fc4e3bdb2b2456"><code>dfdd0b0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16122">#16122</a> from AnmolBansalDEV/bug/compilationCallback</li> <li><a href="https://github.com/webpack/webpack/commit/23b9a1c01ff5bb4570aece5a99d703aa564a8f3a"><code>23b9a1c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16167">#16167</a> from exposir/fixts</li> <li><a href="https://github.com/webpack/webpack/commit/6f2c5e852a502a049ed8e37cfdc428305573b6b1"><code>6f2c5e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16257">#16257</a> from alexzhang1030/calc_deterministic_verbose</li> <li><a href="https://github.com/webpack/webpack/commit/f7f36ad412760c29cf727a4e952eeeba23570d36"><code>f7f36ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16339">#16339</a> from Liamolucko/wasm-i64</li> <li><a href="https://github.com/webpack/webpack/commit/761a54285e7b4e24727e7bb17e9291e264fe5351"><code>761a542</code></a> fix semicolon position</li> <li><a href="https://github.com/webpack/webpack/commit/2403a36326248f7f515959a479baa257288bef4d"><code>2403a36</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16345">#16345</a> from ahabhgk/fix-eval-nosources</li> <li><a href="https://github.com/webpack/webpack/commit/c18203c89447cd6728aa1f9d77b03aff7ae6e03f"><code>c18203c</code></a> update tooling</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v3.12.0...v5.75.0">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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AEPKILL/devtools-detector/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 17:29:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/devtools-detector#170
No description provided.