Skip to content

Commit a5b34c7

Browse files
chore(deps-dev): bump webpack from 5.106.1 to 5.106.2 in the nodejs group (#448)
Bumps the nodejs group with 1 update: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.106.1 to 5.106.2 <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.106.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>CSS <a href="https://github.com/import"><code>@​import</code></a> now inherits the parent module's exportType, so a file configured as &quot;text&quot; correctly creates a style tag when <a href="https://github.com/imported"><code>@​imported</code></a> by a &quot;style&quot; parent. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20838">#20838</a>)</p> </li> <li> <p>Make asset modules available in JS context when referenced from both CSS and a lazily compiled JS chunk. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20801">#20801</a>)</p> </li> <li> <p>Include missing generator options in hash to ensure persistent cache invalidation when configuration changes (CssGenerator <code>exportsOnly</code>, JsonGenerator <code>JSONParse</code>, WebAssemblyGenerator <code>mangleImports</code>). (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20821">#20821</a>)</p> </li> <li> <p>Fix <code>||</code> default value handling in ProgressPlugin and ManifestPlugin that incorrectly overrode user-provided falsy values (e.g. <code>modules: false</code>, <code>entries: false</code>, <code>entrypoints: false</code>). (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20823">#20823</a>)</p> </li> <li> <p>Migrate from <code>mime-types</code> to <code>mime-db</code>. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20812">#20812</a>)</p> </li> <li> <p>Handle <code>@charset</code> at-rules in CSS modules. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20831">#20831</a>)</p> </li> <li> <p>Marked all experimental options in types. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20814">#20814</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.106.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>CSS <a href="https://github.com/import"><code>@​import</code></a> now inherits the parent module's exportType, so a file configured as &quot;text&quot; correctly creates a style tag when <a href="https://github.com/imported"><code>@​imported</code></a> by a &quot;style&quot; parent. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20838">#20838</a>)</p> </li> <li> <p>Make asset modules available in JS context when referenced from both CSS and a lazily compiled JS chunk. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20801">#20801</a>)</p> </li> <li> <p>Include missing generator options in hash to ensure persistent cache invalidation when configuration changes (CssGenerator <code>exportsOnly</code>, JsonGenerator <code>JSONParse</code>, WebAssemblyGenerator <code>mangleImports</code>). (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20821">#20821</a>)</p> </li> <li> <p>Fix <code>||</code> default value handling in ProgressPlugin and ManifestPlugin that incorrectly overrode user-provided falsy values (e.g. <code>modules: false</code>, <code>entries: false</code>, <code>entrypoints: false</code>). (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20823">#20823</a>)</p> </li> <li> <p>Migrate from <code>mime-types</code> to <code>mime-db</code>. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20812">#20812</a>)</p> </li> <li> <p>Handle <code>@charset</code> at-rules in CSS modules. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20831">#20831</a>)</p> </li> <li> <p>Marked all experimental options in types. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20814">#20814</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/0d7e3e0153f0696311a590f90620506e8ab166ac"><code>0d7e3e0</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20815">#20815</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/d5df118cd230458cde9265704f796c8fefd016d4"><code>d5df118</code></a> chore(deps): bump actions/cache in the dependencies group (<a href="https://redirect.github.com/webpack/webpack/issues/20839">#20839</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/5f0874bbced3a35efe603547f735ea28337cda60"><code>5f0874b</code></a> fix: make asset modules available in JS when referenced from CSS and lazy JS ...</li> <li><a href="https://github.com/webpack/webpack/commit/b63ab37e5e867197da736620359f6597b1fbc44a"><code>b63ab37</code></a> chore(deps): bump test/test262-cases in the dependencies group (<a href="https://redirect.github.com/webpack/webpack/issues/20792">#20792</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/313dfc596774ba7a5436b4f1012006e1df4ccc20"><code>313dfc5</code></a> ci: improve time for windows (<a href="https://redirect.github.com/webpack/webpack/issues/20840">#20840</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/a553f61be33ec8ca8dd7536de0808152962f5bae"><code>a553f61</code></a> test: update test262 (<a href="https://redirect.github.com/webpack/webpack/issues/20841">#20841</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/1ef747cb0a3750c76a55ba4d61b09bf5576e3dd5"><code>1ef747c</code></a> fix: CSS <a href="https://github.com/import"><code>@​import</code></a> should inherit parent's exportType over parser config (<a href="https://redirect.github.com/webpack/webpack/issues/20838">#20838</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/485d4cecb06adb232d7c9292665a009a0447dd00"><code>485d4ce</code></a> chore(deps): update <code>open-cli</code> (<a href="https://redirect.github.com/webpack/webpack/issues/20834">#20834</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/46042b91960ad453c91892bb5571013ce312fda9"><code>46042b9</code></a> chore(deps): no outdated strip-ansi (<a href="https://redirect.github.com/webpack/webpack/issues/20835">#20835</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/8c7700bb3d2bfdf7d45903fc8e178e3cb16f46d1"><code>8c7700b</code></a> fix: handle <code>@charset</code> at-rules in CSS modules</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.106.1...v5.106.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.106.1&new-version=5.106.2)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00ab9ef commit a5b34c7

3 files changed

Lines changed: 18 additions & 9 deletions

File tree

ide/base/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"ts-loader": "^9.5.2",
5959
"ts-node": "^10.9.2",
6060
"typescript": "^5.9.3",
61-
"webpack": "^5.106.1",
61+
"webpack": "^5.106.2",
6262
"webpack-cli": "^7.0.2"
6363
}
6464
}

ide/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"ts-loader": "^9.5.4",
6060
"typescript": "^5.9.2",
6161
"typescript-eslint": "^8.58.1",
62-
"webpack": "^5.106.1"
62+
"webpack": "^5.106.2"
6363
},
6464
"dependencies": {
6565
"bc-minecraft-lsp": "*",

package-lock.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"ts-loader": "^9.5.2",
9090
"ts-node": "^10.9.2",
9191
"typescript": "^5.9.3",
92-
"webpack": "^5.106.1",
92+
"webpack": "^5.106.2",
9393
"webpack-cli": "^7.0.2"
9494
}
9595
},
@@ -123,7 +123,7 @@
123123
"ts-loader": "^9.5.4",
124124
"typescript": "^5.9.2",
125125
"typescript-eslint": "^8.58.1",
126-
"webpack": "^5.106.1"
126+
"webpack": "^5.106.2"
127127
},
128128
"engines": {
129129
"vscode": "^1.69.2"
@@ -12967,9 +12967,9 @@
1296712967
}
1296812968
},
1296912969
"node_modules/webpack": {
12970-
"version": "5.106.1",
12971-
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.106.1.tgz",
12972-
"integrity": "sha512-EW8af29ak8Oaf4T8k8YsajjrDBDYgnKZ5er6ljWFJsXABfTNowQfvHLftwcepVgdz+IoLSdEAbBiM9DFXoll9w==",
12970+
"version": "5.106.2",
12971+
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.106.2.tgz",
12972+
"integrity": "sha512-wGN3qcrBQIFmQ/c0AiOAQBvrZ5lmY8vbbMv4Mxfgzqd/B6+9pXtLo73WuS1dSGXM5QYY3hZnIbvx+K1xxe6FyA==",
1297312973
"dev": true,
1297412974
"license": "MIT",
1297512975
"dependencies": {
@@ -12989,9 +12989,8 @@
1298912989
"events": "^3.2.0",
1299012990
"glob-to-regexp": "^0.4.1",
1299112991
"graceful-fs": "^4.2.11",
12992-
"json-parse-even-better-errors": "^2.3.1",
1299312992
"loader-runner": "^4.3.1",
12994-
"mime-types": "^2.1.27",
12993+
"mime-db": "^1.54.0",
1299512994
"neo-async": "^2.6.2",
1299612995
"schema-utils": "^4.3.3",
1299712996
"tapable": "^2.3.0",
@@ -13115,6 +13114,16 @@
1311513114
"node": ">=4.0"
1311613115
}
1311713116
},
13117+
"node_modules/webpack/node_modules/mime-db": {
13118+
"version": "1.54.0",
13119+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
13120+
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
13121+
"dev": true,
13122+
"license": "MIT",
13123+
"engines": {
13124+
"node": ">= 0.6"
13125+
}
13126+
},
1311813127
"node_modules/whatwg-encoding": {
1311913128
"version": "3.1.1",
1312013129
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",

0 commit comments

Comments
 (0)