Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4777 lines
171 KiB

{
"name": "boa",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"mime-types": "^2.1.35",
"monaco-editor": "^0.39.0"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
Bump @wasm-tool/wasm-pack-plugin from 1.6.0 to 1.7.0 (#2849) Bumps [@wasm-tool/wasm-pack-plugin](https://github.com/wasm-tool/wasm-pack-plugin) from 1.6.0 to 1.7.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/wasm-tool/wasm-pack-plugin/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@wasm-tool/wasm-pack-plugin&package-manager=npm_and_yarn&previous-version=1.6.0&new-version=1.7.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 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>
1 year ago
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"bootstrap": "^5.3.0",
"clean-webpack-plugin": "^4.0.0",
Bump copy-webpack-plugin from 10.2.4 to 11.0.0 (#2077) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v11.0.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> <h3>build</h3> <ul> <li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a">675c676</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f3b2c2419cb519d697a8c42a9c073a8c228a8a0b"><code>f3b2c24</code></a> chore(release): 11.0.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/8424ca82c11782f38d5125d9fa4e2d66b910ade6"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693">#693</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a2b1f199e8445ab45193d1f638209dc4fe6907ca"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692">#692</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/238c062ffee93d9281383ca103bb3684f33aed52"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688">#688</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e27006edc3d339d1c1b4af60f0e4dc3d08ccb47d"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687">#687</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e50d708535360e229694c35ce5452a7c124d18ce"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686">#686</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f1a91e6c1a94fd3b0358db7c1f7ee6786163168f"><code>f1a91e6</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680">#680</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/64cf06f13954951ddb7e6e9c33490b2aa4ad9fdf"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683">#683</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/4b18a6be394d39c0a997cde4adcc234abc469bb9"><code>4b18a6b</code></a> docs: improve readme</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.2.4&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 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>
2 years ago
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"monaco-editor-webpack-plugin": "^7.0.1",
Bump prettier from 2.8.7 to 2.8.8 (#2869) Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>2.8.8</h2> <p>This version is a republished version of v2.8.7. A bad version was accidentally published and <a href="https://redirect.github.com/npm/cli/issues/1686">it can't be unpublished</a>, apologies for the churn.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>2.8.8</h1> <p>This version is a republished version of v2.8.7. A bad version was accidentally published and <a href="https://redirect.github.com/npm/cli/issues/1686">it can't be unpublished</a>, apologies for the churn.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/1b7fad52558e16444399d11ff2d89aa8ed895c77"><code>1b7fad5</code></a> Release 2.8.8</li> <li>See full diff in <a href="https://github.com/prettier/prettier/compare/2.8.7...2.8.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.8.7&new-version=2.8.8)](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 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>
1 year ago
"prettier": "^2.8.8",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
},
"node_modules/@discoveryjs/json-ext": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
"integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
"dev": true,
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
"integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
"dev": true,
"dependencies": {
"@jridgewell/set-array": "^1.0.1",
"@jridgewell/sourcemap-codec": "^1.4.10",
"@jridgewell/trace-mapping": "^0.3.9"
},
"engines": {
"node": ">=6.0.0"
}
},
Bump terser-webpack-plugin from 5.3.1 to 5.3.3 (#2099) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.1 to 5.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.3</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h2>v5.3.2</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2b2111faa5452b1c24fc1b2dd153a2978d4b3de0"><code>2b2111f</code></a> chore(release): 5.3.3</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/e2b9a45782c3e4dd13436af1f12819a0e323bf12"><code>e2b9a45</code></a> chore(release): 5.3.2</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f61bc5da072deaa3df4beebecc5203d606653896"><code>f61bc5d</code></a> refactor: replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/479">#479</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/bd10e134187bf0c56f20c458d4b5b0587787640d"><code>bd10e13</code></a> ci: node.js v18 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/490">#490</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/6020a94544ec2712dedb00164dc578b9bb430d40"><code>6020a94</code></a> perf: replace <code>source-map</code> package with <code>@jridgewell/trace-mapping</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/489">#489</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/66fdec85d73df7ebf33ce8c32b6e6b1a76cbafff"><code>66fdec8</code></a> docs: remove old badge (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/488">#488</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/11712b940c7fff3c8fa705500abf8490a837e2c1"><code>11712b9</code></a> chore: update github actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/487">#487</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/463ed9e3ec86edc6753658e1887ecf247e1eb6cb"><code>463ed9e</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/483">#483</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f259590b491705ffb062e4623daf638406271834"><code>f259590</code></a> chore(deps): bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/480">#480</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/3d6539f632d87e63468a1f9f84862d1049920c0e"><code>3d6539f</code></a> docs(readme): add types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/477">#477</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.3.3)](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 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>
2 years ago
"node_modules/@jridgewell/resolve-uri": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
"integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
Bump terser-webpack-plugin from 5.3.1 to 5.3.3 (#2099) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.1 to 5.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.3</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h2>v5.3.2</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2b2111faa5452b1c24fc1b2dd153a2978d4b3de0"><code>2b2111f</code></a> chore(release): 5.3.3</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/e2b9a45782c3e4dd13436af1f12819a0e323bf12"><code>e2b9a45</code></a> chore(release): 5.3.2</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f61bc5da072deaa3df4beebecc5203d606653896"><code>f61bc5d</code></a> refactor: replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/479">#479</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/bd10e134187bf0c56f20c458d4b5b0587787640d"><code>bd10e13</code></a> ci: node.js v18 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/490">#490</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/6020a94544ec2712dedb00164dc578b9bb430d40"><code>6020a94</code></a> perf: replace <code>source-map</code> package with <code>@jridgewell/trace-mapping</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/489">#489</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/66fdec85d73df7ebf33ce8c32b6e6b1a76cbafff"><code>66fdec8</code></a> docs: remove old badge (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/488">#488</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/11712b940c7fff3c8fa705500abf8490a837e2c1"><code>11712b9</code></a> chore: update github actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/487">#487</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/463ed9e3ec86edc6753658e1887ecf247e1eb6cb"><code>463ed9e</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/483">#483</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f259590b491705ffb062e4623daf638406271834"><code>f259590</code></a> chore(deps): bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/480">#480</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/3d6539f632d87e63468a1f9f84862d1049920c0e"><code>3d6539f</code></a> docs(readme): add types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/477">#477</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.3.3)](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 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>
2 years ago
"dev": true,
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/set-array": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
"integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
"dev": true,
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/source-map": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.3.tgz",
"integrity": "sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==",
"dev": true,
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.0",
"@jridgewell/trace-mapping": "^0.3.9"
}
},
Bump terser-webpack-plugin from 5.3.1 to 5.3.3 (#2099) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.1 to 5.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.3</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h2>v5.3.2</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2b2111faa5452b1c24fc1b2dd153a2978d4b3de0"><code>2b2111f</code></a> chore(release): 5.3.3</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/e2b9a45782c3e4dd13436af1f12819a0e323bf12"><code>e2b9a45</code></a> chore(release): 5.3.2</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f61bc5da072deaa3df4beebecc5203d606653896"><code>f61bc5d</code></a> refactor: replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/479">#479</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/bd10e134187bf0c56f20c458d4b5b0587787640d"><code>bd10e13</code></a> ci: node.js v18 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/490">#490</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/6020a94544ec2712dedb00164dc578b9bb430d40"><code>6020a94</code></a> perf: replace <code>source-map</code> package with <code>@jridgewell/trace-mapping</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/489">#489</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/66fdec85d73df7ebf33ce8c32b6e6b1a76cbafff"><code>66fdec8</code></a> docs: remove old badge (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/488">#488</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/11712b940c7fff3c8fa705500abf8490a837e2c1"><code>11712b9</code></a> chore: update github actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/487">#487</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/463ed9e3ec86edc6753658e1887ecf247e1eb6cb"><code>463ed9e</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/483">#483</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f259590b491705ffb062e4623daf638406271834"><code>f259590</code></a> chore(deps): bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/480">#480</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/3d6539f632d87e63468a1f9f84862d1049920c0e"><code>3d6539f</code></a> docs(readme): add types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/477">#477</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.3.3)](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 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>
2 years ago
"node_modules/@jridgewell/sourcemap-codec": {
"version": "1.4.15",
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
"integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
Bump terser-webpack-plugin from 5.3.1 to 5.3.3 (#2099) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.1 to 5.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.3</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h2>v5.3.2</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2b2111faa5452b1c24fc1b2dd153a2978d4b3de0"><code>2b2111f</code></a> chore(release): 5.3.3</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/e2b9a45782c3e4dd13436af1f12819a0e323bf12"><code>e2b9a45</code></a> chore(release): 5.3.2</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f61bc5da072deaa3df4beebecc5203d606653896"><code>f61bc5d</code></a> refactor: replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/479">#479</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/bd10e134187bf0c56f20c458d4b5b0587787640d"><code>bd10e13</code></a> ci: node.js v18 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/490">#490</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/6020a94544ec2712dedb00164dc578b9bb430d40"><code>6020a94</code></a> perf: replace <code>source-map</code> package with <code>@jridgewell/trace-mapping</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/489">#489</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/66fdec85d73df7ebf33ce8c32b6e6b1a76cbafff"><code>66fdec8</code></a> docs: remove old badge (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/488">#488</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/11712b940c7fff3c8fa705500abf8490a837e2c1"><code>11712b9</code></a> chore: update github actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/487">#487</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/463ed9e3ec86edc6753658e1887ecf247e1eb6cb"><code>463ed9e</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/483">#483</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f259590b491705ffb062e4623daf638406271834"><code>f259590</code></a> chore(deps): bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/480">#480</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/3d6539f632d87e63468a1f9f84862d1049920c0e"><code>3d6539f</code></a> docs(readme): add types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/477">#477</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.3.3)](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 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>
2 years ago
"dev": true
},
"node_modules/@jridgewell/trace-mapping": {
"version": "0.3.18",
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
"integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
Bump terser-webpack-plugin from 5.3.1 to 5.3.3 (#2099) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.1 to 5.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.3</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h2>v5.3.2</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2b2111faa5452b1c24fc1b2dd153a2978d4b3de0"><code>2b2111f</code></a> chore(release): 5.3.3</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/e2b9a45782c3e4dd13436af1f12819a0e323bf12"><code>e2b9a45</code></a> chore(release): 5.3.2</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f61bc5da072deaa3df4beebecc5203d606653896"><code>f61bc5d</code></a> refactor: replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/479">#479</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/bd10e134187bf0c56f20c458d4b5b0587787640d"><code>bd10e13</code></a> ci: node.js v18 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/490">#490</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/6020a94544ec2712dedb00164dc578b9bb430d40"><code>6020a94</code></a> perf: replace <code>source-map</code> package with <code>@jridgewell/trace-mapping</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/489">#489</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/66fdec85d73df7ebf33ce8c32b6e6b1a76cbafff"><code>66fdec8</code></a> docs: remove old badge (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/488">#488</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/11712b940c7fff3c8fa705500abf8490a837e2c1"><code>11712b9</code></a> chore: update github actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/487">#487</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/463ed9e3ec86edc6753658e1887ecf247e1eb6cb"><code>463ed9e</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/483">#483</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f259590b491705ffb062e4623daf638406271834"><code>f259590</code></a> chore(deps): bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/480">#480</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/3d6539f632d87e63468a1f9f84862d1049920c0e"><code>3d6539f</code></a> docs(readme): add types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/477">#477</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.3.3)](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 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>
2 years ago
"dev": true,
"dependencies": {
Bump terser-webpack-plugin from 5.3.6 to 5.3.7 (#2643) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.6 to 5.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.7</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8eef7b525ad4afb7b9db0705bc264e2b58210141"><code>8eef7b5</code></a> chore(release): 5.3.7</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809"><code>2e54869</code></a> fix: esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/723ed458d64f87bc3e915d9efcb912552f4e7315"><code>723ed45</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/549">#549</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/eb49906d0e33f22063fe122673b1cb3dac6daf5c"><code>eb49906</code></a> ci: use LTS node version in lint job (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/547">#547</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/15e3e35fda1a6c7f48127f498f1de6498f8026a6"><code>15e3e35</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/546">#546</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19035bb7ed0fe42838e16749662c2d6cfef7df24"><code>19035bb</code></a> ci: use concurrency in github workflows (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/545">#545</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/cb1e0558d17b42006ef0777c4d19ca5d341b9414"><code>cb1e055</code></a> chore: update ignorePaths in .cspell.json (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/544">#544</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/18edf6187e58836f90851d31123a9263c63c96f2"><code>18edf61</code></a> chore: update typescript (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/543">#543</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8a393dbe467e823dc9f191c62a93bfc67635d237"><code>8a393db</code></a> chore(deps): bump json5 from 1.0.1 to 1.0.2 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/542">#542</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19e0ca9f4c1476c386aad71d991e9a54aa1f8f32"><code>19e0ca9</code></a> chore: update dependency review action (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/541">#541</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.6&new-version=5.3.7)](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 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>
2 years ago
"@jridgewell/resolve-uri": "3.1.0",
"@jridgewell/sourcemap-codec": "1.4.14"
Bump terser-webpack-plugin from 5.3.1 to 5.3.3 (#2099) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.1 to 5.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.3</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h2>v5.3.2</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3">5.3.3</a> (2022-06-02)</h3> <h3>Fixes</h3> <ul> <li>fix broken release</li> </ul> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2">5.3.2</a> (2022-06-02)</h3> <h3>Chore</h3> <ul> <li>switched to <code>@jridgewell/source-map</code> for error generation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2b2111faa5452b1c24fc1b2dd153a2978d4b3de0"><code>2b2111f</code></a> chore(release): 5.3.3</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/e2b9a45782c3e4dd13436af1f12819a0e323bf12"><code>e2b9a45</code></a> chore(release): 5.3.2</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f61bc5da072deaa3df4beebecc5203d606653896"><code>f61bc5d</code></a> refactor: replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/479">#479</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/bd10e134187bf0c56f20c458d4b5b0587787640d"><code>bd10e13</code></a> ci: node.js v18 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/490">#490</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/6020a94544ec2712dedb00164dc578b9bb430d40"><code>6020a94</code></a> perf: replace <code>source-map</code> package with <code>@jridgewell/trace-mapping</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/489">#489</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/66fdec85d73df7ebf33ce8c32b6e6b1a76cbafff"><code>66fdec8</code></a> docs: remove old badge (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/488">#488</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/11712b940c7fff3c8fa705500abf8490a837e2c1"><code>11712b9</code></a> chore: update github actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/487">#487</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/463ed9e3ec86edc6753658e1887ecf247e1eb6cb"><code>463ed9e</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/483">#483</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/f259590b491705ffb062e4623daf638406271834"><code>f259590</code></a> chore(deps): bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/480">#480</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/3d6539f632d87e63468a1f9f84862d1049920c0e"><code>3d6539f</code></a> docs(readme): add types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/477">#477</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.3.3)](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 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>
2 years ago
}
},
"node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
"version": "1.4.14",
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
"integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
"dev": true
},
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"node_modules/@leichtgewicht/ip-codec": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==",
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"dev": true
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
"dev": true,
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
"dev": true,
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
"dev": true,
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@playwright/test": {
"version": "1.35.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.1.tgz",
"integrity": "sha512-b5YoFe6J9exsMYg0pQAobNDR85T1nLumUYgUTtKm4d21iX2L7WqKq9dW8NGJ+2vX0etZd+Y7UeuqsxDXm9+5ZA==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.35.1"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=16"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"dev": true,
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/@types/body-parser": {
"version": "1.19.2",
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
"integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
"dev": true,
"dependencies": {
"@types/connect": "*",
"@types/node": "*"
}
},
"node_modules/@types/bonjour": {
"version": "3.5.10",
"resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
"integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/connect": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
"integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/connect-history-api-fallback": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz",
"integrity": "sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==",
"dev": true,
"dependencies": {
"@types/express-serve-static-core": "*",
"@types/node": "*"
}
},
"node_modules/@types/eslint": {
"version": "8.40.2",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.40.2.tgz",
"integrity": "sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ==",
"dev": true,
"dependencies": {
"@types/estree": "*",
"@types/json-schema": "*"
}
},
"node_modules/@types/eslint-scope": {
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz",
"integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==",
"dev": true,
"dependencies": {
"@types/eslint": "*",
"@types/estree": "*"
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
"dev": true
},
"node_modules/@types/express": {
"version": "4.17.17",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz",
"integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==",
"dev": true,
"dependencies": {
"@types/body-parser": "*",
"@types/express-serve-static-core": "^4.17.33",
"@types/qs": "*",
"@types/serve-static": "*"
}
},
"node_modules/@types/express-serve-static-core": {
"version": "4.17.35",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz",
"integrity": "sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==",
"dev": true,
"dependencies": {
"@types/node": "*",
"@types/qs": "*",
"@types/range-parser": "*",
"@types/send": "*"
}
},
"node_modules/@types/glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
"integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"dependencies": {
"@types/minimatch": "*",
"@types/node": "*"
}
},
"node_modules/@types/html-minifier-terser": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
"integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==",
"dev": true
},
"node_modules/@types/http-errors": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.1.tgz",
"integrity": "sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==",
"dev": true
},
"node_modules/@types/http-proxy": {
"version": "1.17.11",
"resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.11.tgz",
"integrity": "sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/json-schema": {
"version": "7.0.12",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
"integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
"dev": true
},
"node_modules/@types/mime": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz",
"integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==",
"dev": true
},
"node_modules/@types/minimatch": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
"dev": true
},
"node_modules/@types/node": {
"version": "20.3.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.2.tgz",
"integrity": "sha512-vOBLVQeCQfIcF/2Y7eKFTqrMnizK5lRNQ7ykML/5RuwVXVWxYkgwS7xbt4B6fKCUPgbSL5FSsjHQpaGQP/dQmw==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true
},
"node_modules/@types/qs": {
"version": "6.9.7",
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
"integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==",
"dev": true
},
"node_modules/@types/range-parser": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
"integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==",
"dev": true
},
"node_modules/@types/retry": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
"integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
"dev": true
},
"node_modules/@types/send": {
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.1.tgz",
"integrity": "sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==",
"dev": true,
"dependencies": {
"@types/mime": "^1",
"@types/node": "*"
}
},
"node_modules/@types/serve-index": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
"integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
"dev": true,
"dependencies": {
"@types/express": "*"
}
},
"node_modules/@types/serve-static": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.2.tgz",
"integrity": "sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==",
"dev": true,
"dependencies": {
"@types/http-errors": "*",
"@types/mime": "*",
"@types/node": "*"
}
},
"node_modules/@types/sockjs": {
"version": "0.3.33",
"resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
"integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/ws": {
"version": "8.5.5",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.5.tgz",
"integrity": "sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@wasm-tool/wasm-pack-plugin": {
Bump @wasm-tool/wasm-pack-plugin from 1.6.0 to 1.7.0 (#2849) Bumps [@wasm-tool/wasm-pack-plugin](https://github.com/wasm-tool/wasm-pack-plugin) from 1.6.0 to 1.7.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/wasm-tool/wasm-pack-plugin/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@wasm-tool/wasm-pack-plugin&package-manager=npm_and_yarn&previous-version=1.6.0&new-version=1.7.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 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>
1 year ago
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.7.0.tgz",
"integrity": "sha512-WikzYsw7nTd5CZxH75h7NxM/FLJAgqfWt+/gk3EL3wYKxiIlpMIYPja+sHQl3ARiicIYy4BDfxkbAVjRYlouTA==",
"dev": true,
"dependencies": {
"chalk": "^2.4.1",
"command-exists": "^1.2.7",
"watchpack": "^2.1.1",
"which": "^2.0.2"
}
},
"node_modules/@webassemblyjs/ast": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz",
"integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==",
"dev": true,
"dependencies": {
"@webassemblyjs/helper-numbers": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6"
}
},
"node_modules/@webassemblyjs/floating-point-hex-parser": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
"integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
"dev": true
},
"node_modules/@webassemblyjs/helper-api-error": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz",
"integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==",
"dev": true
},
"node_modules/@webassemblyjs/helper-buffer": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz",
"integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==",
"dev": true
},
"node_modules/@webassemblyjs/helper-numbers": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz",
"integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==",
"dev": true,
"dependencies": {
"@webassemblyjs/floating-point-hex-parser": "1.11.6",
"@webassemblyjs/helper-api-error": "1.11.6",
"@xtuc/long": "4.2.2"
}
},
"node_modules/@webassemblyjs/helper-wasm-bytecode": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz",
"integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==",
"dev": true
},
"node_modules/@webassemblyjs/helper-wasm-section": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz",
"integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==",
"dev": true,
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-buffer": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
"@webassemblyjs/wasm-gen": "1.11.6"
}
},
"node_modules/@webassemblyjs/ieee754": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz",
"integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==",
"dev": true,
"dependencies": {
"@xtuc/ieee754": "^1.2.0"
}
},
"node_modules/@webassemblyjs/leb128": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz",
"integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==",
"dev": true,
"dependencies": {
"@xtuc/long": "4.2.2"
}
},
"node_modules/@webassemblyjs/utf8": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz",
"integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==",
"dev": true
},
"node_modules/@webassemblyjs/wasm-edit": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz",
"integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==",
"dev": true,
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-buffer": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
"@webassemblyjs/helper-wasm-section": "1.11.6",
"@webassemblyjs/wasm-gen": "1.11.6",
"@webassemblyjs/wasm-opt": "1.11.6",
"@webassemblyjs/wasm-parser": "1.11.6",
"@webassemblyjs/wast-printer": "1.11.6"
}
},
"node_modules/@webassemblyjs/wasm-gen": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz",
"integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==",
"dev": true,
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
"@webassemblyjs/ieee754": "1.11.6",
"@webassemblyjs/leb128": "1.11.6",
"@webassemblyjs/utf8": "1.11.6"
}
},
"node_modules/@webassemblyjs/wasm-opt": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz",
"integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==",
"dev": true,
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-buffer": "1.11.6",
"@webassemblyjs/wasm-gen": "1.11.6",
"@webassemblyjs/wasm-parser": "1.11.6"
}
},
"node_modules/@webassemblyjs/wasm-parser": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz",
"integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==",
"dev": true,
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-api-error": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
"@webassemblyjs/ieee754": "1.11.6",
"@webassemblyjs/leb128": "1.11.6",
"@webassemblyjs/utf8": "1.11.6"
}
},
"node_modules/@webassemblyjs/wast-printer": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz",
"integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==",
"dev": true,
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@xtuc/long": "4.2.2"
}
},
"node_modules/@webpack-cli/configtest": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz",
"integrity": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==",
"dev": true,
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"engines": {
"node": ">=14.15.0"
},
"peerDependencies": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"webpack": "5.x.x",
"webpack-cli": "5.x.x"
}
},
"node_modules/@webpack-cli/info": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-2.0.2.tgz",
"integrity": "sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==",
"dev": true,
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"engines": {
"node": ">=14.15.0"
},
"peerDependencies": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"webpack": "5.x.x",
"webpack-cli": "5.x.x"
}
},
"node_modules/@webpack-cli/serve": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-2.0.5.tgz",
"integrity": "sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==",
"dev": true,
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"engines": {
"node": ">=14.15.0"
},
"peerDependencies": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"webpack": "5.x.x",
"webpack-cli": "5.x.x"
},
"peerDependenciesMeta": {
"webpack-dev-server": {
"optional": true
}
}
},
"node_modules/@xtuc/ieee754": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
"dev": true
},
"node_modules/@xtuc/long": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
"integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
"dev": true
},
"node_modules/accepts": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
"dev": true,
"dependencies": {
"mime-types": "~2.1.34",
"negotiator": "0.6.3"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/acorn": {
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz",
"integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==",
"dev": true,
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/acorn-import-assertions": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz",
"integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==",
"dev": true,
"peerDependencies": {
"acorn": "^8"
}
},
"node_modules/ajv": {
"version": "8.12.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
"dev": true,
"dependencies": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ajv-formats": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
"dev": true,
"dependencies": {
"ajv": "^8.0.0"
},
"peerDependencies": {
"ajv": "^8.0.0"
},
"peerDependenciesMeta": {
"ajv": {
"optional": true
}
}
},
"node_modules/ajv-keywords": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
"integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
"dev": true,
"dependencies": {
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
"ajv": "^8.8.2"
}
},
"node_modules/ansi-html-community": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
"integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
"dev": true,
"engines": [
"node >= 0.8.0"
],
"bin": {
"ansi-html": "bin/ansi-html"
}
},
"node_modules/ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"dev": true,
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/anymatch": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
"dev": true,
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/array-flatten": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
"integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==",
"dev": true
},
"node_modules/array-union": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
"integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
"dev": true,
"dependencies": {
"array-uniq": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/array-uniq": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
"integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
"dev": true
},
"node_modules/batch": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
"integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
"dev": true
},
"node_modules/big.js": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
"integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
"dev": true,
"engines": {
"node": "*"
}
},
"node_modules/binary-extensions": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/body-parser": {
"version": "1.20.1",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
"integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
"dev": true,
"dependencies": {
"bytes": "3.1.2",
"content-type": "~1.0.4",
"debug": "2.6.9",
"depd": "2.0.0",
"destroy": "1.2.0",
"http-errors": "2.0.0",
"iconv-lite": "0.4.24",
"on-finished": "2.4.1",
"qs": "6.11.0",
"raw-body": "2.5.1",
"type-is": "~1.6.18",
"unpipe": "1.0.0"
},
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/body-parser/node_modules/bytes": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"node_modules/bonjour-service": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.1.tgz",
"integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==",
"dev": true,
"dependencies": {
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"array-flatten": "^2.1.2",
"dns-equal": "^1.0.0",
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"fast-deep-equal": "^3.1.3",
"multicast-dns": "^7.2.5"
}
},
"node_modules/boolbase": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
"dev": true
},
"node_modules/bootstrap": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz",
"integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==",
"dev": true,
Bump bootstrap from 5.1.3 to 5.2.0 (#2194) Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.1.3 to 5.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/twbs/bootstrap/releases">bootstrap's releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h2>🚀 Highlights</h2> <ul> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36168">#36168</a>: Manually set hover and active backgrounds and borders for dark and light buttons</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36327">#36327</a>: Truncate text to prevent multiline floating label</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36382">#36382</a>: Rewrite Webpack guide</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36411">#36411</a>: Rewrite Parcel guide</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36412">#36412</a>: Docs: Add a Vite Getting Started guide</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36500">#36500</a>: Generate local CSS variables on utilities when using state option</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36528">#36528</a>: Scrollspy: enable <code>smooth-scroll</code> behavior</li> </ul> <h2>🚀 Features</h2> <ul> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36352">#36352</a>: Fix StackBlitz examples by embedding snippets.js when needed</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36528">#36528</a>: Scrollspy: enable <code>smooth-scroll</code> behavior</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36759">#36759</a>: Support input groups in floating forms</li> </ul> <h2>🎨 CSS</h2> <ul> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36156">#36156</a>: Update <code>.form-control-color</code> sizing and styles</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36168">#36168</a>: Manually set hover and active backgrounds and borders for dark and light buttons</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36178">#36178</a>: Add a banner mixin, helping future releases and maintenance</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36327">#36327</a>: Truncate text to prevent multiline floating label</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36353">#36353</a>: Fix offcanvas not showing with <code>.showing</code></li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36366">#36366</a>: add back focus box shadow to <code>btn-link</code></li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36406">#36406</a>: CSS: few proposals</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36423">#36423</a>: Stylelint: Disable <code>custom-property-empty-line-before</code></li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36446">#36446</a>: Update Sass for computing <code>.table-group-divider</code> border</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36447">#36447</a>: Fix <code>.dropdown-item</code> <code>border-radius</code> when <code>$dropdown-padding-y</code> is <code>0</code></li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36461">#36461</a>: Fix alert border radius</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36476">#36476</a>: Docs: fix Reboot Horizontal rules using border utilities</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36477">#36477</a>: Docs: remove unused _algolia.scss</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36499">#36499</a>: Don't style <code>readonly</code> inputs as <code>disabled</code></li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36500">#36500</a>: Generate local CSS variables on utilities when using state option</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36509">#36509</a>: Remove <code>--bs-headings-color</code> CSS variable due to backward compatibility issues</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36535">#36535</a>: Fix 'Remove from map' Sass description</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36608">#36608</a>: dashboard example: minor fix</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36627">#36627</a>: Fix search modal z-index to be on top of all docs showcased components</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36646">#36646</a>: Fix tooltip/badge border radius when rounded disabled</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36680">#36680</a>: Revert db61cf3 for <code>$text-muted</code> default value</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36689">#36689</a>: Add missing CSS vars for <code>.navbar-nav</code></li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36704">#36704</a>: Fix missing <code>--bs-btn-disabled-border-color</code> in <code>button-outline-variant</code> mixin</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36711">#36711</a>: Add <code>$display-font-family</code> and <code>$display-font-style</code></li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36740">#36740</a>: Fixing pagination compile issue</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36747">#36747</a>: Fix active/focused button link text color</li> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36759">#36759</a>: Support input groups in floating forms</li> </ul> <h2>☕️ JavaScript</h2> <ul> <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/35679">#35679</a>: Force tooltip and popover to recreate content every time it opens</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twbs/bootstrap/commit/edf9c40956d19e6ab3f9151bfe0dfac6be06fa21"><code>edf9c40</code></a> Release v5.2.0 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36768">#36768</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/f451b4161e4e499f5d1b743802302e6b19a5dc4c"><code>f451b41</code></a> Fix failing test on EventHandler (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36772">#36772</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/4035ad1a0e4644f27012547f2af95ed16ed217c4"><code>4035ad1</code></a> Update devDependencies (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36767">#36767</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/eae51cdf324e72049c5dfd9d24e2ac5eb227f82b"><code>eae51cd</code></a> Fix various small typos in documentation (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36762">#36762</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/705d6857ad262c0f1e8e85645a7a0df7b1e14d84"><code>705d685</code></a> Fix typos in code (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36763">#36763</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/154916ca2e9160cc17c21c7a8e5938832ab186b3"><code>154916c</code></a> Fixing pagination compile issue</li> <li><a href="https://github.com/twbs/bootstrap/commit/9d5c834f946b94683fb567d30e3b88832f213e59"><code>9d5c834</code></a> Fix indentation in code sample</li> <li><a href="https://github.com/twbs/bootstrap/commit/150b3749332747b18742cfe1c86c90421a8a7eda"><code>150b374</code></a> Fix active/focused button link text color</li> <li><a href="https://github.com/twbs/bootstrap/commit/d262a50c1fa5a3cac2f43512943d326c41ffba81"><code>d262a50</code></a> Add links to Webpack, Parcel, and Vite guides on homepage (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36760">#36760</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/71cbb88f098f186518a20c22294a0cbda944ec6b"><code>71cbb88</code></a> Support input groups in floating forms (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36759">#36759</a>)</li> <li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.1.3...v5.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=npm_and_yarn&previous-version=5.1.3&new-version=5.2.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 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>
2 years ago
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"peerDependencies": {
"@popperjs/core": "^2.11.7"
}
},
"node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/braces": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
"dev": true,
"dependencies": {
"fill-range": "^7.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/browserslist": {
"version": "4.21.9",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz",
"integrity": "sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"dependencies": {
"caniuse-lite": "^1.0.30001503",
"electron-to-chromium": "^1.4.431",
"node-releases": "^2.0.12",
"update-browserslist-db": "^1.0.11"
},
"bin": {
"browserslist": "cli.js"
},
"engines": {
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
"node_modules/buffer-from": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
"dev": true
},
"node_modules/bytes": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
"integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/call-bind": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
"integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
"dev": true,
"dependencies": {
"function-bind": "^1.1.1",
"get-intrinsic": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/camel-case": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
"integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
"dev": true,
"dependencies": {
"pascal-case": "^3.1.2",
"tslib": "^2.0.3"
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001508",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001508.tgz",
"integrity": "sha512-sdQZOJdmt3GJs1UMNpCCCyeuS2IEGLXnHyAo9yIO5JJDjbjoVRij4M1qep6P6gFpptD1PqIYgzM+gwJbOi92mw==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
]
},
"node_modules/chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"dev": true,
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/chokidar": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
"integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
"dev": true,
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"engines": {
"node": ">= 8.10.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/chokidar/node_modules/glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/chrome-trace-event": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
"integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
"dev": true,
"engines": {
"node": ">=6.0"
}
},
"node_modules/clean-css": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
"integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
"dev": true,
"dependencies": {
"source-map": "~0.6.0"
},
"engines": {
"node": ">= 10.0"
}
},
"node_modules/clean-webpack-plugin": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz",
"integrity": "sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==",
"dev": true,
"dependencies": {
"del": "^4.1.1"
},
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"webpack": ">=4.0.0 <6.0.0"
}
},
"node_modules/clone-deep": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
"integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
"dev": true,
"dependencies": {
"is-plain-object": "^2.0.4",
"kind-of": "^6.0.2",
"shallow-clone": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
"dev": true,
"dependencies": {
"color-name": "1.1.3"
}
},
"node_modules/color-name": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
"dev": true
},
"node_modules/colorette": {
"version": "2.0.20",
"resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
"dev": true
},
"node_modules/command-exists": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
"integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
"dev": true
},
"node_modules/commander": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
"dev": true,
"engines": {
"node": ">= 12"
}
},
"node_modules/compressible": {
"version": "2.0.18",
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
"integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
"dev": true,
"dependencies": {
"mime-db": ">= 1.43.0 < 2"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/compression": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
"integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
"dev": true,
"dependencies": {
"accepts": "~1.3.5",
"bytes": "3.0.0",
"compressible": "~2.0.16",
"debug": "2.6.9",
"on-headers": "~1.0.2",
"safe-buffer": "5.1.2",
"vary": "~1.1.2"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/compression/node_modules/safe-buffer": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
"dev": true
},
"node_modules/concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
"dev": true
},
"node_modules/connect-history-api-fallback": {
Bump webpack-dev-server from 4.9.2 to 4.9.3 (#2151) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.2 to 4.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.9.3</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">4.9.3</a> (2022-06-29)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482">#4482</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/049b153b87ab908ae53b71356e0716bb3fc5bf07">049b153</a>)</li> <li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce">8936082</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">4.9.3</a> (2022-06-29)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482">#4482</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/049b153b87ab908ae53b71356e0716bb3fc5bf07">049b153</a>)</li> <li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce">8936082</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fa5e454d197fc6ce7441f6c28449e1d35c83cefc"><code>fa5e454</code></a> chore(release): 4.9.3</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/42facd28ebe3c3da40ce9d5f0f14148636a7ec0f"><code>42facd2</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-object-assign</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4506">#4506</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/257549bd8a5caec964310f7bcb7573cc93d42b1e"><code>257549b</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.17.10 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4507">#4507</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce"><code>8936082</code></a> fix: history-api-fallback now supports HEAD requests and handles them the sam...</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/e0c4e7edf38c753a65da0cd6ac748c37775f7c20"><code>e0c4e7e</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.18.5 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4504">#4504</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/0370b5a527fed3e6f177b8f0831c7bed45871b48"><code>0370b5a</code></a> chore(deps-dev): bump <code>@​babel/runtime</code> from 7.18.3 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4503">#4503</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/73129c7f9d9493152faf6f5b2124f30f15994b2e"><code>73129c7</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4505">#4505</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/0e0100201c1a28b609c6d0e76298dce90340a476"><code>0e01002</code></a> chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.18.2 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4502">#4502</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8866300f05ec13f762e1fc37ef5ff5efb52849d3"><code>8866300</code></a> refactor: move scripts to same folder (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4500">#4500</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7f1f2027dc798c24f181f2861c365fa5caf8c30e"><code>7f1f202</code></a> chore(deps-dev): bump core-js from 3.23.2 to 3.23.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4499">#4499</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.9.2&new-version=4.9.3)](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 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>
2 years ago
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
"integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
"dev": true,
"engines": {
"node": ">=0.8"
}
},
"node_modules/content-disposition": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
"integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
"dev": true,
"dependencies": {
"safe-buffer": "5.2.1"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/content-type": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie-signature": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
"integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
"dev": true
},
"node_modules/copy-webpack-plugin": {
Bump copy-webpack-plugin from 10.2.4 to 11.0.0 (#2077) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v11.0.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> <h3>build</h3> <ul> <li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a">675c676</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f3b2c2419cb519d697a8c42a9c073a8c228a8a0b"><code>f3b2c24</code></a> chore(release): 11.0.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/8424ca82c11782f38d5125d9fa4e2d66b910ade6"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693">#693</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a2b1f199e8445ab45193d1f638209dc4fe6907ca"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692">#692</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/238c062ffee93d9281383ca103bb3684f33aed52"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688">#688</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e27006edc3d339d1c1b4af60f0e4dc3d08ccb47d"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687">#687</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e50d708535360e229694c35ce5452a7c124d18ce"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686">#686</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f1a91e6c1a94fd3b0358db7c1f7ee6786163168f"><code>f1a91e6</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680">#680</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/64cf06f13954951ddb7e6e9c33490b2aa4ad9fdf"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683">#683</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/4b18a6be394d39c0a997cde4adcc234abc469bb9"><code>4b18a6b</code></a> docs: improve readme</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.2.4&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 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>
2 years ago
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz",
"integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==",
"dev": true,
"dependencies": {
Bump copy-webpack-plugin from 10.2.4 to 11.0.0 (#2077) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v11.0.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> <h3>build</h3> <ul> <li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a">675c676</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f3b2c2419cb519d697a8c42a9c073a8c228a8a0b"><code>f3b2c24</code></a> chore(release): 11.0.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/8424ca82c11782f38d5125d9fa4e2d66b910ade6"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693">#693</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a2b1f199e8445ab45193d1f638209dc4fe6907ca"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692">#692</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/238c062ffee93d9281383ca103bb3684f33aed52"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688">#688</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e27006edc3d339d1c1b4af60f0e4dc3d08ccb47d"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687">#687</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e50d708535360e229694c35ce5452a7c124d18ce"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686">#686</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f1a91e6c1a94fd3b0358db7c1f7ee6786163168f"><code>f1a91e6</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680">#680</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/64cf06f13954951ddb7e6e9c33490b2aa4ad9fdf"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683">#683</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/4b18a6be394d39c0a997cde4adcc234abc469bb9"><code>4b18a6b</code></a> docs: improve readme</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.2.4&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 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>
2 years ago
"fast-glob": "^3.2.11",
"glob-parent": "^6.0.1",
Bump copy-webpack-plugin from 10.2.4 to 11.0.0 (#2077) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v11.0.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> <h3>build</h3> <ul> <li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a">675c676</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f3b2c2419cb519d697a8c42a9c073a8c228a8a0b"><code>f3b2c24</code></a> chore(release): 11.0.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/8424ca82c11782f38d5125d9fa4e2d66b910ade6"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693">#693</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a2b1f199e8445ab45193d1f638209dc4fe6907ca"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692">#692</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/238c062ffee93d9281383ca103bb3684f33aed52"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688">#688</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e27006edc3d339d1c1b4af60f0e4dc3d08ccb47d"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687">#687</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e50d708535360e229694c35ce5452a7c124d18ce"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686">#686</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f1a91e6c1a94fd3b0358db7c1f7ee6786163168f"><code>f1a91e6</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680">#680</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/64cf06f13954951ddb7e6e9c33490b2aa4ad9fdf"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683">#683</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/4b18a6be394d39c0a997cde4adcc234abc469bb9"><code>4b18a6b</code></a> docs: improve readme</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.2.4&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 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>
2 years ago
"globby": "^13.1.1",
"normalize-path": "^3.0.0",
"schema-utils": "^4.0.0",
"serialize-javascript": "^6.0.0"
},
"engines": {
Bump copy-webpack-plugin from 10.2.4 to 11.0.0 (#2077) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v11.0.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> <h3>build</h3> <ul> <li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a">675c676</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f3b2c2419cb519d697a8c42a9c073a8c228a8a0b"><code>f3b2c24</code></a> chore(release): 11.0.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/8424ca82c11782f38d5125d9fa4e2d66b910ade6"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693">#693</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a2b1f199e8445ab45193d1f638209dc4fe6907ca"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692">#692</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/238c062ffee93d9281383ca103bb3684f33aed52"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688">#688</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e27006edc3d339d1c1b4af60f0e4dc3d08ccb47d"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687">#687</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e50d708535360e229694c35ce5452a7c124d18ce"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686">#686</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f1a91e6c1a94fd3b0358db7c1f7ee6786163168f"><code>f1a91e6</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680">#680</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/64cf06f13954951ddb7e6e9c33490b2aa4ad9fdf"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683">#683</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/4b18a6be394d39c0a997cde4adcc234abc469bb9"><code>4b18a6b</code></a> docs: improve readme</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.2.4&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 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>
2 years ago
"node": ">= 14.15.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.1.0"
}
},
"node_modules/core-util-is": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
"dev": true
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
"dev": true,
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/css-loader": {
"version": "6.8.1",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.8.1.tgz",
"integrity": "sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==",
"dev": true,
"dependencies": {
"icss-utils": "^5.1.0",
"postcss": "^8.4.21",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.3",
"postcss-modules-scope": "^3.0.0",
"postcss-modules-values": "^4.0.0",
"postcss-value-parser": "^4.2.0",
Bump css-loader from 6.7.1 to 6.7.2 (#2434) Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.1 to 6.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/releases">css-loader's releases</a>.</em></p> <blockquote> <h2>v6.7.2</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.1...v6.7.2">6.7.2</a> (2022-11-13)</h3> <h3>Bug Fixes</h3> <ul> <li>css modules generation with inline syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1480">#1480</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/2f4c27399fdadace5af221ae8df95a36642a377e">2f4c273</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md">css-loader's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.1...v6.7.2">6.7.2</a> (2022-11-13)</h3> <h3>Bug Fixes</h3> <ul> <li>css modules generation with inline syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1480">#1480</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/2f4c27399fdadace5af221ae8df95a36642a377e">2f4c273</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/394d200cf9409813f163c3c99fd71129ce935a59"><code>394d200</code></a> chore(release): 6.7.2</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/2f4c27399fdadace5af221ae8df95a36642a377e"><code>2f4c273</code></a> fix: css modules generation with inline syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1480">#1480</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/7c5cdcca16e125a3356adc69a4cd88bb6e30120a"><code>7c5cdcc</code></a> chore(deps): bump loader-utils from 2.0.2 to 2.0.3 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1479">#1479</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/d5bc6eac3ce59799678882292999df2ad0e8a924"><code>d5bc6ea</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1478">#1478</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/85b6bf705f12ddf941f35904cae27e4adf9c658c"><code>85b6bf7</code></a> ci: add node v19 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1477">#1477</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/0f85c5b94c5ac02d482864217e1f85f369e8385f"><code>0f85c5b</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1474">#1474</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/560c05f2bb8359e1de1906a505464cf29f0d81ea"><code>560c05f</code></a> ci: add dependency review action (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1476">#1476</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/cc4e08f99639d32162016fee404d2e95aff97a20"><code>cc4e08f</code></a> chore: update commitlint action (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1473">#1473</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/9846913b946d43c8dbdb92aea687f01ebae1fb62"><code>9846913</code></a> chore: run cancel workflow on pull request (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1472">#1472</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/845718cdcff999a2ca120ebffbea68e1e976f626"><code>845718c</code></a> chore: update jest to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1471">#1471</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.1...v6.7.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=6.7.1&new-version=6.7.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 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) </details>
2 years ago
"semver": "^7.3.8"
},
"engines": {
"node": ">= 12.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.0.0"
}
},
"node_modules/css-select": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
"integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
"dev": true,
"dependencies": {
"boolbase": "^1.0.0",
"css-what": "^6.0.1",
"domhandler": "^4.3.1",
"domutils": "^2.8.0",
"nth-check": "^2.0.1"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/css-what": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
"integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
"dev": true,
"engines": {
"node": ">= 6"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/cssesc": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
"dev": true,
"bin": {
"cssesc": "bin/cssesc"
},
"engines": {
"node": ">=4"
}
},
"node_modules/debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dev": true,
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/default-gateway": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
"integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
"dev": true,
"dependencies": {
"execa": "^5.0.0"
},
"engines": {
"node": ">= 10"
}
},
"node_modules/define-lazy-prop": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
"integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/del": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
"integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
"dev": true,
"dependencies": {
"@types/glob": "^7.1.1",
"globby": "^6.1.0",
"is-path-cwd": "^2.0.0",
"is-path-in-cwd": "^2.0.0",
"p-map": "^2.0.0",
"pify": "^4.0.1",
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/del/node_modules/globby": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
"integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==",
"dev": true,
"dependencies": {
"array-union": "^1.0.1",
"glob": "^7.0.3",
"object-assign": "^4.0.1",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/del/node_modules/globby/node_modules/pify": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/depd": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/destroy": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
"integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
"dev": true,
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/detect-node": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
"integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
"dev": true
},
"node_modules/dir-glob": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
"dev": true,
"dependencies": {
"path-type": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/dns-equal": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
"integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==",
"dev": true
},
"node_modules/dns-packet": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.0.tgz",
"integrity": "sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ==",
"dev": true,
"dependencies": {
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"@leichtgewicht/ip-codec": "^2.0.1"
},
"engines": {
"node": ">=6"
}
},
"node_modules/dom-converter": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
"integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
"dev": true,
"dependencies": {
"utila": "~0.4"
}
},
"node_modules/dom-serializer": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
"integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
"dev": true,
"dependencies": {
"domelementtype": "^2.0.1",
"domhandler": "^4.2.0",
"entities": "^2.0.0"
},
"funding": {
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
},
"node_modules/domelementtype": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
"integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
]
},
"node_modules/domhandler": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
"integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
"dev": true,
"dependencies": {
"domelementtype": "^2.2.0"
},
"engines": {
"node": ">= 4"
},
"funding": {
"url": "https://github.com/fb55/domhandler?sponsor=1"
}
},
"node_modules/domutils": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
"integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
"dev": true,
"dependencies": {
"dom-serializer": "^1.0.1",
"domelementtype": "^2.2.0",
"domhandler": "^4.2.0"
},
"funding": {
"url": "https://github.com/fb55/domutils?sponsor=1"
}
},
"node_modules/dot-case": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
"integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
"dev": true,
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
"dev": true
},
"node_modules/electron-to-chromium": {
"version": "1.4.441",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.441.tgz",
"integrity": "sha512-LlCgQ8zgYZPymf5H4aE9itwiIWH4YlCiv1HFLmmcBeFYi5E+3eaIFnjHzYtcFQbaKfAW+CqZ9pgxo33DZuoqPg==",
"dev": true
},
"node_modules/emojis-list": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
"integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
"dev": true,
"engines": {
"node": ">= 4"
}
},
"node_modules/encodeurl": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/enhanced-resolve": {
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz",
"integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==",
"dev": true,
"dependencies": {
"graceful-fs": "^4.2.4",
"tapable": "^2.2.0"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/entities": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
"integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
"dev": true,
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/envinfo": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.10.0.tgz",
"integrity": "sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==",
"dev": true,
"bin": {
"envinfo": "dist/cli.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/es-module-lexer": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz",
"integrity": "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==",
"dev": true
},
"node_modules/escalade": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
"integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/escape-html": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
"dev": true
},
"node_modules/escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
"dev": true,
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/eslint-scope": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
"integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
"dev": true,
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^4.1.1"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/esrecurse": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
"dev": true,
"dependencies": {
"estraverse": "^5.2.0"
},
"engines": {
"node": ">=4.0"
}
},
"node_modules/esrecurse/node_modules/estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
"dev": true,
"engines": {
"node": ">=4.0"
}
},
"node_modules/estraverse": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
"dev": true,
"engines": {
"node": ">=4.0"
}
},
"node_modules/etag": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/eventemitter3": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
"dev": true
},
"node_modules/events": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
"dev": true,
"engines": {
"node": ">=0.8.x"
}
},
"node_modules/execa": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
"dev": true,
"dependencies": {
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
"human-signals": "^2.1.0",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^4.0.1",
"onetime": "^5.1.2",
"signal-exit": "^3.0.3",
"strip-final-newline": "^2.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/express": {
"version": "4.18.2",
"resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz",
"integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
"dev": true,
"dependencies": {
"accepts": "~1.3.8",
"array-flatten": "1.1.1",
"body-parser": "1.20.1",
"content-disposition": "0.5.4",
"content-type": "~1.0.4",
"cookie": "0.5.0",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "2.0.0",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"etag": "~1.8.1",
"finalhandler": "1.2.0",
"fresh": "0.5.2",
"http-errors": "2.0.0",
"merge-descriptors": "1.0.1",
"methods": "~1.1.2",
"on-finished": "2.4.1",
"parseurl": "~1.3.3",
"path-to-regexp": "0.1.7",
"proxy-addr": "~2.0.7",
"qs": "6.11.0",
"range-parser": "~1.2.1",
"safe-buffer": "5.2.1",
"send": "0.18.0",
"serve-static": "1.15.0",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"type-is": "~1.6.18",
"utils-merge": "1.0.1",
"vary": "~1.1.2"
},
"engines": {
"node": ">= 0.10.0"
}
},
"node_modules/express/node_modules/array-flatten": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
"integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
"dev": true
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"dev": true
},
"node_modules/fast-glob": {
"version": "3.2.12",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
"integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
"dev": true,
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
},
"engines": {
"node": ">=8.6.0"
}
},
"node_modules/fast-glob/node_modules/glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
"dev": true
},
"node_modules/fastest-levenshtein": {
"version": "1.0.16",
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
"integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
"dev": true,
"engines": {
"node": ">= 4.9.1"
}
},
"node_modules/fastq": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
"integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
"dev": true,
"dependencies": {
"reusify": "^1.0.4"
}
},
"node_modules/faye-websocket": {
"version": "0.11.4",
"resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
"integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
"dev": true,
"dependencies": {
"websocket-driver": ">=0.5.1"
},
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/file-loader": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
"dev": true,
"dependencies": {
"loader-utils": "^2.0.0",
"schema-utils": "^3.0.0"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
}
},
"node_modules/file-loader/node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dev": true,
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/file-loader/node_modules/ajv-keywords": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
"integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
"dev": true,
"peerDependencies": {
"ajv": "^6.9.1"
}
},
"node_modules/file-loader/node_modules/json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
"dev": true
},
"node_modules/file-loader/node_modules/schema-utils": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
"integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
"dev": true,
"dependencies": {
"@types/json-schema": "^7.0.8",
"ajv": "^6.12.5",
"ajv-keywords": "^3.5.2"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
},
"node_modules/fill-range": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
"dev": true,
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/finalhandler": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
"integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
"dev": true,
"dependencies": {
"debug": "2.6.9",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"on-finished": "2.4.1",
"parseurl": "~1.3.3",
"statuses": "2.0.1",
"unpipe": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/find-up": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
"dev": true,
"dependencies": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/follow-redirects": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
"dev": true,
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
},
"node_modules/forwarded": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/fresh": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/fs-monkey": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.4.tgz",
"integrity": "sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==",
"dev": true
},
"node_modules/fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
"dev": true
},
"node_modules/fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
"dev": true
},
"node_modules/get-intrinsic": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
"integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
"dev": true,
"dependencies": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-stream": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
"dev": true,
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.1.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"engines": {
"node": "*"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/glob-parent": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
"dev": true,
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/glob-to-regexp": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
"dev": true
},
"node_modules/globby": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/globby/-/globby-13.2.0.tgz",
"integrity": "sha512-jWsQfayf13NvqKUIL3Ta+CIqMnvlaIDFveWE/dpOZ9+3AMEJozsxDvKA02zync9UuvOM8rOXzsD5GqKP4OnWPQ==",
"dev": true,
"dependencies": {
"dir-glob": "^3.0.1",
Bump copy-webpack-plugin from 10.2.4 to 11.0.0 (#2077) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v11.0.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> <h3>build</h3> <ul> <li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a">675c676</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f3b2c2419cb519d697a8c42a9c073a8c228a8a0b"><code>f3b2c24</code></a> chore(release): 11.0.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/8424ca82c11782f38d5125d9fa4e2d66b910ade6"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693">#693</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a2b1f199e8445ab45193d1f638209dc4fe6907ca"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692">#692</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/238c062ffee93d9281383ca103bb3684f33aed52"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688">#688</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e27006edc3d339d1c1b4af60f0e4dc3d08ccb47d"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687">#687</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e50d708535360e229694c35ce5452a7c124d18ce"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686">#686</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f1a91e6c1a94fd3b0358db7c1f7ee6786163168f"><code>f1a91e6</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680">#680</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/64cf06f13954951ddb7e6e9c33490b2aa4ad9fdf"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683">#683</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/4b18a6be394d39c0a997cde4adcc234abc469bb9"><code>4b18a6b</code></a> docs: improve readme</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.2.4&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 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>
2 years ago
"fast-glob": "^3.2.11",
"ignore": "^5.2.0",
"merge2": "^1.4.1",
"slash": "^4.0.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/graceful-fs": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
"dev": true
},
"node_modules/handle-thing": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
"integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
"dev": true
},
"node_modules/has": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"dependencies": {
"function-bind": "^1.1.1"
},
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
"dev": true,
"engines": {
"node": ">=4"
}
},
"node_modules/has-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
"integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
"dev": true,
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-symbols": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
"dev": true,
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
"dev": true,
"bin": {
"he": "bin/he"
}
},
"node_modules/hpack.js": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
"integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
"dev": true,
"dependencies": {
"inherits": "^2.0.1",
"obuf": "^1.0.0",
"readable-stream": "^2.0.1",
"wbuf": "^1.1.0"
}
},
"node_modules/hpack.js/node_modules/readable-stream": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
"dev": true,
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
}
},
"node_modules/hpack.js/node_modules/safe-buffer": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
"dev": true
},
"node_modules/hpack.js/node_modules/string_decoder": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"dev": true,
"dependencies": {
"safe-buffer": "~5.1.0"
}
},
"node_modules/html-entities": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz",
"integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/mdevils"
},
{
"type": "patreon",
"url": "https://patreon.com/mdevils"
}
]
},
"node_modules/html-minifier-terser": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
"integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
"dev": true,
"dependencies": {
"camel-case": "^4.1.2",
"clean-css": "^5.2.2",
"commander": "^8.3.0",
"he": "^1.2.0",
"param-case": "^3.0.4",
"relateurl": "^0.2.7",
"terser": "^5.10.0"
},
"bin": {
"html-minifier-terser": "cli.js"
},
"engines": {
"node": ">=12"
}
},
"node_modules/html-webpack-plugin": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz",
"integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==",
"dev": true,
"dependencies": {
"@types/html-minifier-terser": "^6.0.0",
"html-minifier-terser": "^6.0.2",
"lodash": "^4.17.21",
"pretty-error": "^4.0.0",
"tapable": "^2.0.0"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/html-webpack-plugin"
},
"peerDependencies": {
"webpack": "^5.20.0"
}
},
"node_modules/htmlparser2": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
"integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
"dev": true,
"funding": [
"https://github.com/fb55/htmlparser2?sponsor=1",
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
],
"dependencies": {
"domelementtype": "^2.0.1",
"domhandler": "^4.0.0",
"domutils": "^2.5.2",
"entities": "^2.0.0"
}
},
"node_modules/http-deceiver": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
"integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
"dev": true
},
"node_modules/http-errors": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
"dev": true,
"dependencies": {
"depd": "2.0.0",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"toidentifier": "1.0.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/http-parser-js": {
"version": "0.5.8",
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
"integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
"dev": true
},
"node_modules/http-proxy": {
"version": "1.18.1",
"resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
"integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
"dev": true,
"dependencies": {
"eventemitter3": "^4.0.0",
"follow-redirects": "^1.0.0",
"requires-port": "^1.0.0"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/http-proxy-middleware": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
"integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
"dev": true,
"dependencies": {
"@types/http-proxy": "^1.17.8",
"http-proxy": "^1.18.1",
"is-glob": "^4.0.1",
"is-plain-obj": "^3.0.0",
"micromatch": "^4.0.2"
},
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"@types/express": "^4.17.13"
},
"peerDependenciesMeta": {
"@types/express": {
"optional": true
}
}
},
"node_modules/human-signals": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
"dev": true,
"engines": {
"node": ">=10.17.0"
}
},
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
"dev": true,
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/icss-utils": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
"integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
"dev": true,
"engines": {
"node": "^10 || ^12 || >= 14"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/ignore": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
"integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
"dev": true,
"engines": {
"node": ">= 4"
}
},
"node_modules/import-local": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
"integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
"dev": true,
"dependencies": {
"pkg-dir": "^4.2.0",
"resolve-cwd": "^3.0.0"
},
"bin": {
"import-local-fixture": "fixtures/cli.js"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"node_modules/inherits": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
"dev": true
},
"node_modules/interpret": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
"integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
"dev": true,
"engines": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"node": ">=10.13.0"
}
},
"node_modules/ipaddr.js": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz",
"integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==",
"dev": true,
"engines": {
"node": ">= 10"
}
},
"node_modules/is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"dev": true,
"dependencies": {
"binary-extensions": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/is-core-module": {
"version": "2.12.1",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
"integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"dependencies": {
"has": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-docker": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
"dev": true,
"bin": {
"is-docker": "cli.js"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"dev": true,
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"dev": true,
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/is-path-cwd": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
"integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/is-path-in-cwd": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
"integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
"dev": true,
"dependencies": {
"is-path-inside": "^2.1.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/is-path-inside": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
"integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
"dev": true,
"dependencies": {
"path-is-inside": "^1.0.2"
},
"engines": {
"node": ">=6"
}
},
"node_modules/is-plain-obj": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
"integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
"dev": true,
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-plain-object": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
"dev": true,
"dependencies": {
"isobject": "^3.0.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-stream": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
"dev": true,
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-wsl": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
"dev": true,
"dependencies": {
"is-docker": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
"dev": true
},
"node_modules/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
"dev": true
},
"node_modules/isobject": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
"integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/jest-worker": {
"version": "27.5.1",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
"integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
"dev": true,
"dependencies": {
"@types/node": "*",
"merge-stream": "^2.0.0",
"supports-color": "^8.0.0"
},
"engines": {
"node": ">= 10.13.0"
}
},
"node_modules/jest-worker/node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/jest-worker/node_modules/supports-color": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
"dev": true,
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
Bump webpack from 5.72.0 to 5.72.1 (#2070) Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.72.1. <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.72.1</h2> <h1>Bugfixes</h1> <ul> <li>fix <code>__webpack_nonce__</code> with HMR</li> <li>fix <code>in</code> operator in some cases</li> <li>fix json parsing error messages</li> <li>fix module concatenation with using <code>this.importModule</code></li> <li>upgrade enhanced-resolve</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/08ecfbbc035b12f2ed5c0b83b53011dfe57ae7c9"><code>08ecfbb</code></a> 5.72.1</li> <li><a href="https://github.com/webpack/webpack/commit/ada9c0b3a1908dd3c83a072193d991c9e59731c1"><code>ada9c0b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15802">#15802</a> from webpack/fix-nonce</li> <li><a href="https://github.com/webpack/webpack/commit/ce56e3b61c1489c21fd8e935f3301eafd503b967"><code>ce56e3b</code></a> add NonceRuntimeModule</li> <li><a href="https://github.com/webpack/webpack/commit/3ad4fcac25a976277f2d9cceb37bc81602e96b13"><code>3ad4fca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15689">#15689</a> from webpack/fix-inmemory-cache</li> <li><a href="https://github.com/webpack/webpack/commit/ccf8bf53e25ba6a063a7f4387551f45bed389c9b"><code>ccf8bf5</code></a> add comments to infrastructure-log</li> <li><a href="https://github.com/webpack/webpack/commit/293e677b355da0d5bc4ddfc97d2afec114912711"><code>293e677</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15660">#15660</a> from webpack/add-provided-info-tests</li> <li><a href="https://github.com/webpack/webpack/commit/0456807b72d914a507361d183c87380f740b40e1"><code>0456807</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15673">#15673</a> from Semigradsky/replace-dependency</li> <li><a href="https://github.com/webpack/webpack/commit/0791f77b0489790199b8c6476527279a577e2997"><code>0791f77</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15678">#15678</a> from webpack/remove-infrastructure-log</li> <li><a href="https://github.com/webpack/webpack/commit/390dd0620926074f976d5bd3bd20901ec89b4b1b"><code>390dd06</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15681">#15681</a> from webpack/fix-concatenation-with-import-module</li> <li><a href="https://github.com/webpack/webpack/commit/0d408d1c7ffa4488b72019a41542a0a1562c78a4"><code>0d408d1</code></a> fix modules concatenation with importModule usage</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.72.0...v5.72.1">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.72.0&new-version=5.72.1)](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 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>
2 years ago
"node_modules/json-parse-even-better-errors": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
"dev": true
},
"node_modules/json-schema-traverse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
"dev": true
},
"node_modules/json5": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
"dev": true,
"bin": {
"json5": "lib/cli.js"
},
"engines": {
"node": ">=6"
}
},
"node_modules/kind-of": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
Bump webpack-dev-server from 4.11.1 to 4.12.0 (#2667) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 4.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.12.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4ffcf2bd7100cb317b8606f3059ad31e754ec5ec"><code>4ffcf2b</code></a> chore(release): 4.12.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a615d5b52a77a57318da9ceac890015938452d9e"><code>a615d5b</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4768">#4768</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556"><code>87a26cf</code></a> feat: catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/b0f15ace0123c125d5870609ef4691c141a6d187"><code>b0f15ac</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.20.7 to 7.21.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4745">#4745</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/3edafc01db7f4ece76bf851bb6575b9a198939df"><code>3edafc0</code></a> chore(deps): bump ws from 8.12.0 to 8.12.1 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4737">#4737</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8afc916729c22e8a86c78b46c9c2cc8f129410ca"><code>8afc916</code></a> chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4759">#4759</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ecb2cc515d5ea933988f28266c3a2aceb7a47e04"><code>ecb2cc5</code></a> chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4753">#4753</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/becc95da9859189d4bcae764c937164c69337cda"><code>becc95d</code></a> chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4761">#4761</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/78600174cbbc6023c688d8c51e87bf03fe19b795"><code>7860017</code></a> chore(deps-dev): bump core-js from 3.28.0 to 3.29.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4755">#4755</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8817fa88edbe11259375a889cbabc4c7d0c603ac"><code>8817fa8</code></a> chore(deps): bump open from 8.4.1 to 8.4.2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4748">#4748</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.11.1&new-version=4.12.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 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>
2 years ago
"node_modules/launch-editor": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.0.tgz",
"integrity": "sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==",
"dev": true,
"dependencies": {
"picocolors": "^1.0.0",
"shell-quote": "^1.7.3"
}
},
"node_modules/loader-runner": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
"integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
"dev": true,
"engines": {
"node": ">=6.11.5"
}
},
"node_modules/loader-utils": {
Bump loader-utils from 2.0.3 to 2.0.4 (#2442) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/loader-utils/releases">loader-utils's releases</a>.</em></p> <blockquote> <h2>v2.0.4</h2> <h3><a href="https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4">2.0.4</a> (2022-11-11)</h3> <h3>Bug Fixes</h3> <ul> <li>ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/225">#225</a>) (<a href="https://github.com/webpack/loader-utils/commit/ac09944dfacd7c4497ef692894b09e63e09a5eeb">ac09944</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md">loader-utils's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4">2.0.4</a> (2022-11-11)</h3> <h3>Bug Fixes</h3> <ul> <li>ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/225">#225</a>) (<a href="https://github.com/webpack/loader-utils/commit/ac09944dfacd7c4497ef692894b09e63e09a5eeb">ac09944</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/loader-utils/commit/6688b5028106f144ee9f543bebc8e6a87b57829f"><code>6688b50</code></a> chore(release): 2.0.4</li> <li><a href="https://github.com/webpack/loader-utils/commit/ac09944dfacd7c4497ef692894b09e63e09a5eeb"><code>ac09944</code></a> fix: ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/225">#225</a>)</li> <li>See full diff in <a href="https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loader-utils&package-manager=npm_and_yarn&previous-version=2.0.3&new-version=2.0.4)](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 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/boa-dev/boa/network/alerts). </details>
2 years ago
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
"integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
"dev": true,
"dependencies": {
"big.js": "^5.2.2",
"emojis-list": "^3.0.0",
"json5": "^2.1.2"
},
"engines": {
"node": ">=8.9.0"
}
},
"node_modules/locate-path": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
"dev": true,
"dependencies": {
"p-locate": "^4.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true
},
"node_modules/lower-case": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
"integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
"dev": true,
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dev": true,
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/media-typer": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
"integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/memfs": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
"integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
"dev": true,
"dependencies": {
"fs-monkey": "^1.0.4"
},
"engines": {
"node": ">= 4.0.0"
}
},
"node_modules/merge-descriptors": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
"integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==",
"dev": true
},
"node_modules/merge-stream": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
"dev": true
},
"node_modules/merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
"dev": true,
"engines": {
"node": ">= 8"
}
},
"node_modules/methods": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
"integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/micromatch": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
"integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
"dev": true,
"dependencies": {
"braces": "^3.0.2",
"picomatch": "^2.3.1"
},
"engines": {
"node": ">=8.6"
}
},
"node_modules/mime": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
"dev": true,
"bin": {
"mime": "cli.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/mime-db": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime-types": {
"version": "2.1.35",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
"dependencies": {
"mime-db": "1.52.0"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mimic-fn": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/minimalistic-assert": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
"dev": true
},
"node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/monaco-editor": {
"version": "0.39.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.39.0.tgz",
"integrity": "sha512-zhbZ2Nx93tLR8aJmL2zI1mhJpsl87HMebNBM6R8z4pLfs8pj604pIVIVwyF1TivcfNtIPpMXL+nb3DsBmE/x6Q=="
},
"node_modules/monaco-editor-webpack-plugin": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-7.0.1.tgz",
"integrity": "sha512-M8qIqizltrPlIbrb73cZdTWfU9sIsUVFvAZkL3KGjAHmVWEJ0hZKa/uad14JuOckc0GwnCaoGHvMoYtJjVyCzw==",
"dev": true,
"dependencies": {
"loader-utils": "^2.0.2"
},
"peerDependencies": {
"monaco-editor": ">= 0.31.0",
"webpack": "^4.5.0 || 5.x"
}
},
"node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
"dev": true
},
"node_modules/multicast-dns": {
"version": "7.2.5",
"resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
"integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
"dev": true,
"dependencies": {
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"dns-packet": "^5.2.2",
"thunky": "^1.0.2"
},
"bin": {
"multicast-dns": "cli.js"
}
},
"node_modules/nanoid": {
"version": "3.3.6",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/negotiator": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/neo-async": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
"dev": true
},
"node_modules/no-case": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
"integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
"dev": true,
"dependencies": {
"lower-case": "^2.0.2",
"tslib": "^2.0.3"
}
},
"node_modules/node-forge": {
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
"integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
"dev": true,
"engines": {
"node": ">= 6.13.0"
}
},
"node_modules/node-releases": {
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz",
"integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==",
"dev": true
},
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/npm-run-path": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
"dev": true,
"dependencies": {
"path-key": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/nth-check": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
"dev": true,
"dependencies": {
"boolbase": "^1.0.0"
},
"funding": {
"url": "https://github.com/fb55/nth-check?sponsor=1"
}
},
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/object-inspect": {
"version": "1.12.3",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
"integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/obuf": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
"integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
"dev": true
},
"node_modules/on-finished": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
"dev": true,
"dependencies": {
"ee-first": "1.1.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/on-headers": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
"integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"dependencies": {
"wrappy": "1"
}
},
"node_modules/onetime": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
"dev": true,
"dependencies": {
"mimic-fn": "^2.1.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/open": {
"version": "8.4.2",
"resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
"integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
"dev": true,
"dependencies": {
"define-lazy-prop": "^2.0.0",
"is-docker": "^2.1.1",
"is-wsl": "^2.2.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-limit": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
"dev": true,
"dependencies": {
"p-try": "^2.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
"dev": true,
"dependencies": {
"p-limit": "^2.2.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/p-map": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
"integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/p-retry": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
"integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
"dev": true,
"dependencies": {
"@types/retry": "0.12.0",
"retry": "^0.13.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/p-try": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/param-case": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
"integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
"dev": true,
"dependencies": {
"dot-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/parseurl": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/pascal-case": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
"integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
"dev": true,
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-is-inside": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
"integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==",
"dev": true
},
"node_modules/path-key": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/path-parse": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
"dev": true
},
"node_modules/path-to-regexp": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",
"dev": true
},
"node_modules/path-type": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
"dev": true
},
"node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"dev": true,
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/pify": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/pinkie": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
"integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/pinkie-promise": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
"integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
"dev": true,
"dependencies": {
"pinkie": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/pkg-dir": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
"integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
"dev": true,
"dependencies": {
"find-up": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/playwright-core": {
"version": "1.35.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.1.tgz",
"integrity": "sha512-pNXb6CQ7OqmGDRspEjlxE49w+4YtR6a3X6mT1hZXeJHWmsEz7SunmvZeiG/+y1yyMZdHnnn73WKYdtV1er0Xyg==",
"dev": true,
"bin": {
"playwright-core": "cli.js"
},
"engines": {
"node": ">=16"
}
},
"node_modules/postcss": {
"version": "8.4.24",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",
"integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"dependencies": {
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
},
"engines": {
"node": "^10 || ^12 || >=14"
}
},
"node_modules/postcss-modules-extract-imports": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
"integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
"dev": true,
"engines": {
"node": "^10 || ^12 || >= 14"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/postcss-modules-local-by-default": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz",
"integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==",
"dev": true,
"dependencies": {
"icss-utils": "^5.0.0",
"postcss-selector-parser": "^6.0.2",
"postcss-value-parser": "^4.1.0"
},
"engines": {
"node": "^10 || ^12 || >= 14"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/postcss-modules-scope": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
"integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
"dev": true,
"dependencies": {
"postcss-selector-parser": "^6.0.4"
},
"engines": {
"node": "^10 || ^12 || >= 14"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/postcss-modules-values": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
"integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
"dev": true,
"dependencies": {
"icss-utils": "^5.0.0"
},
"engines": {
"node": "^10 || ^12 || >= 14"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/postcss-selector-parser": {
"version": "6.0.13",
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
"integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
"dev": true,
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
},
"engines": {
"node": ">=4"
}
},
"node_modules/postcss-value-parser": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
"dev": true
},
"node_modules/prettier": {
Bump prettier from 2.8.7 to 2.8.8 (#2869) Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>2.8.8</h2> <p>This version is a republished version of v2.8.7. A bad version was accidentally published and <a href="https://redirect.github.com/npm/cli/issues/1686">it can't be unpublished</a>, apologies for the churn.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>2.8.8</h1> <p>This version is a republished version of v2.8.7. A bad version was accidentally published and <a href="https://redirect.github.com/npm/cli/issues/1686">it can't be unpublished</a>, apologies for the churn.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/1b7fad52558e16444399d11ff2d89aa8ed895c77"><code>1b7fad5</code></a> Release 2.8.8</li> <li>See full diff in <a href="https://github.com/prettier/prettier/compare/2.8.7...2.8.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.8.7&new-version=2.8.8)](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 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>
1 year ago
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/pretty-error": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
"integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
"dev": true,
"dependencies": {
"lodash": "^4.17.20",
"renderkid": "^3.0.0"
}
},
"node_modules/process-nextick-args": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
"dev": true
},
"node_modules/proxy-addr": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
"dev": true,
"dependencies": {
"forwarded": "0.2.0",
"ipaddr.js": "1.9.1"
},
"engines": {
"node": ">= 0.10"
}
},
"node_modules/proxy-addr/node_modules/ipaddr.js": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
"dev": true,
"engines": {
"node": ">= 0.10"
}
},
"node_modules/punycode": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/qs": {
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
"dev": true,
"dependencies": {
"side-channel": "^1.0.4"
},
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/queue-microtask": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
"dev": true,
"dependencies": {
"safe-buffer": "^5.1.0"
}
},
"node_modules/range-parser": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/raw-body": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
"integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
"dev": true,
"dependencies": {
"bytes": "3.1.2",
"http-errors": "2.0.0",
"iconv-lite": "0.4.24",
"unpipe": "1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/raw-body/node_modules/bytes": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/readable-stream": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
"dev": true,
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"dev": true,
"dependencies": {
"picomatch": "^2.2.1"
},
"engines": {
"node": ">=8.10.0"
}
},
"node_modules/rechoir": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
"integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
"dev": true,
"dependencies": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"resolve": "^1.20.0"
},
"engines": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"node": ">= 10.13.0"
}
},
"node_modules/relateurl": {
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
"integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
"dev": true,
"engines": {
"node": ">= 0.10"
}
},
"node_modules/renderkid": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
"integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
"dev": true,
"dependencies": {
"css-select": "^4.1.3",
"dom-converter": "^0.2.0",
"htmlparser2": "^6.1.0",
"lodash": "^4.17.21",
"strip-ansi": "^6.0.1"
}
},
"node_modules/require-from-string": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/requires-port": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
"dev": true
},
"node_modules/resolve": {
"version": "1.22.2",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
"integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"dependencies": {
"is-core-module": "^2.11.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
"bin": {
"resolve": "bin/resolve"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/resolve-cwd": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
"integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
"dev": true,
"dependencies": {
"resolve-from": "^5.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/resolve-from": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/retry": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
"dev": true,
"engines": {
"node": ">= 4"
}
},
"node_modules/reusify": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
"dev": true,
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
}
},
"node_modules/rimraf": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
"dev": true,
"dependencies": {
"glob": "^7.1.3"
},
"bin": {
"rimraf": "bin.js"
}
},
"node_modules/run-parallel": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"dependencies": {
"queue-microtask": "^1.2.2"
}
},
"node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/safer-buffer": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
"dev": true
},
"node_modules/schema-utils": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
"integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
"dev": true,
"dependencies": {
"@types/json-schema": "^7.0.9",
"ajv": "^8.9.0",
"ajv-formats": "^2.1.1",
"ajv-keywords": "^5.1.0"
},
"engines": {
"node": ">= 12.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
},
"node_modules/select-hose": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
"integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
"dev": true
},
"node_modules/selfsigned": {
Bump webpack-dev-server from 4.11.0 to 4.11.1 (#2292) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.0 to 4.11.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1">4.11.1</a> (2022-09-19)</h3> <h3>Bug Fixes</h3> <ul> <li>respect <code>client.logging</code> option for all logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4572">#4572</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31">375835c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/418e93200419d12f1d0113cad213767baf77cf76"><code>418e932</code></a> chore(release): 4.11.1</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31"><code>375835c</code></a> fix: respect <code>client.logging</code> option for all logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4572">#4572</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ef2f9e934b2436e528298deb6a9690958ae75971"><code>ef2f9e9</code></a> chore: fix examples for open target not working (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4575">#4575</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7da7336561773289514e2416dab176d0b7563a78"><code>7da7336</code></a> ci: workflow security</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5d4b3479c9d911d2e1927fab98764478c41be36f"><code>5d4b347</code></a> chore(deps-dev): bump core-js from 3.25.1 to 3.25.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4574">#4574</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87072c7a70de14c9242562594826ceaa04b88245"><code>87072c7</code></a> chore(deps-dev): bump <code>@​types/node-forge</code> from 1.0.4 to 1.0.5 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4571">#4571</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28f6381e1b5d7bda654e3b8b8aa1874dafe52058"><code>28f6381</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4567">#4567</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/595003b2864bb74d6d6ab53078c10d8f0eece059"><code>595003b</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.19.0 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4568">#4568</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67acc2e7868058b3112e23ba2cf15fab79fe0f5e"><code>67acc2e</code></a> chore(deps-dev): bump <code>@​babel/eslint-parser</code> from 7.18.9 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4569">#4569</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ad2dcc508110594810f942a3e22aae9130bfe5ec"><code>ad2dcc5</code></a> chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.19.0 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4570">#4570</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.11.0&new-version=4.11.1)](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 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>
2 years ago
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz",
"integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==",
"dev": true,
"dependencies": {
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"node-forge": "^1"
},
"engines": {
"node": ">=10"
}
},
"node_modules/semver": {
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
"integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
"dev": true,
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/send": {
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
"integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
"dev": true,
"dependencies": {
"debug": "2.6.9",
"depd": "2.0.0",
"destroy": "1.2.0",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"etag": "~1.8.1",
"fresh": "0.5.2",
"http-errors": "2.0.0",
"mime": "1.6.0",
"ms": "2.1.3",
"on-finished": "2.4.1",
"range-parser": "~1.2.1",
"statuses": "2.0.1"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/send/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
"node_modules/serialize-javascript": {
Bump terser-webpack-plugin from 5.3.6 to 5.3.7 (#2643) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.6 to 5.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.7</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8eef7b525ad4afb7b9db0705bc264e2b58210141"><code>8eef7b5</code></a> chore(release): 5.3.7</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809"><code>2e54869</code></a> fix: esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/723ed458d64f87bc3e915d9efcb912552f4e7315"><code>723ed45</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/549">#549</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/eb49906d0e33f22063fe122673b1cb3dac6daf5c"><code>eb49906</code></a> ci: use LTS node version in lint job (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/547">#547</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/15e3e35fda1a6c7f48127f498f1de6498f8026a6"><code>15e3e35</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/546">#546</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19035bb7ed0fe42838e16749662c2d6cfef7df24"><code>19035bb</code></a> ci: use concurrency in github workflows (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/545">#545</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/cb1e0558d17b42006ef0777c4d19ca5d341b9414"><code>cb1e055</code></a> chore: update ignorePaths in .cspell.json (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/544">#544</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/18edf6187e58836f90851d31123a9263c63c96f2"><code>18edf61</code></a> chore: update typescript (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/543">#543</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8a393dbe467e823dc9f191c62a93bfc67635d237"><code>8a393db</code></a> chore(deps): bump json5 from 1.0.1 to 1.0.2 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/542">#542</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19e0ca9f4c1476c386aad71d991e9a54aa1f8f32"><code>19e0ca9</code></a> chore: update dependency review action (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/541">#541</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.6&new-version=5.3.7)](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 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>
2 years ago
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz",
"integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==",
"dev": true,
"dependencies": {
"randombytes": "^2.1.0"
}
},
"node_modules/serve-index": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
"integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
"dev": true,
"dependencies": {
"accepts": "~1.3.4",
"batch": "0.6.1",
"debug": "2.6.9",
"escape-html": "~1.0.3",
"http-errors": "~1.6.2",
"mime-types": "~2.1.17",
"parseurl": "~1.3.2"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/serve-index/node_modules/depd": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
"integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/serve-index/node_modules/http-errors": {
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
"integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
"dev": true,
"dependencies": {
"depd": "~1.1.2",
"inherits": "2.0.3",
"setprototypeof": "1.1.0",
"statuses": ">= 1.4.0 < 2"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/serve-index/node_modules/inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
"dev": true
},
"node_modules/serve-index/node_modules/setprototypeof": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
"integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
"dev": true
},
"node_modules/serve-index/node_modules/statuses": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
"integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/serve-static": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
"integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
"dev": true,
"dependencies": {
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"parseurl": "~1.3.3",
"send": "0.18.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/setprototypeof": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
"dev": true
},
"node_modules/shallow-clone": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
"integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
"dev": true,
"dependencies": {
"kind-of": "^6.0.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-command": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
"dev": true,
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-regex": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
"dev": true,
"engines": {
"node": ">=8"
}
},
Bump webpack-dev-server from 4.11.1 to 4.12.0 (#2667) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 4.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.12.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4ffcf2bd7100cb317b8606f3059ad31e754ec5ec"><code>4ffcf2b</code></a> chore(release): 4.12.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a615d5b52a77a57318da9ceac890015938452d9e"><code>a615d5b</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4768">#4768</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556"><code>87a26cf</code></a> feat: catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/b0f15ace0123c125d5870609ef4691c141a6d187"><code>b0f15ac</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.20.7 to 7.21.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4745">#4745</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/3edafc01db7f4ece76bf851bb6575b9a198939df"><code>3edafc0</code></a> chore(deps): bump ws from 8.12.0 to 8.12.1 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4737">#4737</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8afc916729c22e8a86c78b46c9c2cc8f129410ca"><code>8afc916</code></a> chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4759">#4759</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ecb2cc515d5ea933988f28266c3a2aceb7a47e04"><code>ecb2cc5</code></a> chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4753">#4753</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/becc95da9859189d4bcae764c937164c69337cda"><code>becc95d</code></a> chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4761">#4761</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/78600174cbbc6023c688d8c51e87bf03fe19b795"><code>7860017</code></a> chore(deps-dev): bump core-js from 3.28.0 to 3.29.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4755">#4755</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8817fa88edbe11259375a889cbabc4c7d0c603ac"><code>8817fa8</code></a> chore(deps): bump open from 8.4.1 to 8.4.2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4748">#4748</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.11.1&new-version=4.12.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 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>
2 years ago
"node_modules/shell-quote": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
"integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
Bump webpack-dev-server from 4.11.1 to 4.12.0 (#2667) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 4.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.12.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4ffcf2bd7100cb317b8606f3059ad31e754ec5ec"><code>4ffcf2b</code></a> chore(release): 4.12.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a615d5b52a77a57318da9ceac890015938452d9e"><code>a615d5b</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4768">#4768</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556"><code>87a26cf</code></a> feat: catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/b0f15ace0123c125d5870609ef4691c141a6d187"><code>b0f15ac</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.20.7 to 7.21.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4745">#4745</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/3edafc01db7f4ece76bf851bb6575b9a198939df"><code>3edafc0</code></a> chore(deps): bump ws from 8.12.0 to 8.12.1 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4737">#4737</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8afc916729c22e8a86c78b46c9c2cc8f129410ca"><code>8afc916</code></a> chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4759">#4759</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ecb2cc515d5ea933988f28266c3a2aceb7a47e04"><code>ecb2cc5</code></a> chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4753">#4753</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/becc95da9859189d4bcae764c937164c69337cda"><code>becc95d</code></a> chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4761">#4761</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/78600174cbbc6023c688d8c51e87bf03fe19b795"><code>7860017</code></a> chore(deps-dev): bump core-js from 3.28.0 to 3.29.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4755">#4755</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8817fa88edbe11259375a889cbabc4c7d0c603ac"><code>8817fa8</code></a> chore(deps): bump open from 8.4.1 to 8.4.2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4748">#4748</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.11.1&new-version=4.12.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 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>
2 years ago
"dev": true,
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/side-channel": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
"integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.0",
"get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/signal-exit": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
"dev": true
},
"node_modules/slash": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
"integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
"dev": true,
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/sockjs": {
"version": "0.3.24",
"resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
"integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
"dev": true,
"dependencies": {
"faye-websocket": "^0.11.3",
"uuid": "^8.3.2",
"websocket-driver": "^0.7.4"
}
},
"node_modules/source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/source-map-js": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
"integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/source-map-support": {
"version": "0.5.21",
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
"dev": true,
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
},
"node_modules/spdy": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
"integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
"dev": true,
"dependencies": {
"debug": "^4.1.0",
"handle-thing": "^2.0.0",
"http-deceiver": "^1.2.7",
"select-hose": "^2.0.0",
"spdy-transport": "^3.0.0"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/spdy-transport": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
"integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
"dev": true,
"dependencies": {
"debug": "^4.1.0",
"detect-node": "^2.0.4",
"hpack.js": "^2.1.6",
"obuf": "^1.1.2",
"readable-stream": "^3.0.6",
"wbuf": "^1.7.3"
}
},
"node_modules/spdy-transport/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dev": true,
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/spdy-transport/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"node_modules/spdy/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dev": true,
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/spdy/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"node_modules/statuses": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
"dev": true,
"dependencies": {
"safe-buffer": "~5.2.0"
}
},
"node_modules/strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dev": true,
"dependencies": {
"ansi-regex": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/strip-final-newline": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
"integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/style-loader": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.3.tgz",
"integrity": "sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==",
"dev": true,
"engines": {
"node": ">= 12.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.0.0"
}
},
"node_modules/supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"dev": true,
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/supports-preserve-symlinks-flag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"dev": true,
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/tapable": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
"integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/terser": {
"version": "5.18.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.18.1.tgz",
"integrity": "sha512-j1n0Ao919h/Ai5r43VAnfV/7azUYW43GPxK7qSATzrsERfW7+y2QW9Cp9ufnRF5CQUWbnLSo7UJokSWCqg4tsQ==",
"dev": true,
"dependencies": {
"@jridgewell/source-map": "^0.3.3",
"acorn": "^8.8.2",
"commander": "^2.20.0",
"source-map-support": "~0.5.20"
},
"bin": {
"terser": "bin/terser"
},
"engines": {
"node": ">=10"
}
},
"node_modules/terser-webpack-plugin": {
"version": "5.3.9",
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz",
"integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==",
"dev": true,
"dependencies": {
Bump terser-webpack-plugin from 5.3.6 to 5.3.7 (#2643) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.6 to 5.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.7</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8eef7b525ad4afb7b9db0705bc264e2b58210141"><code>8eef7b5</code></a> chore(release): 5.3.7</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809"><code>2e54869</code></a> fix: esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/723ed458d64f87bc3e915d9efcb912552f4e7315"><code>723ed45</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/549">#549</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/eb49906d0e33f22063fe122673b1cb3dac6daf5c"><code>eb49906</code></a> ci: use LTS node version in lint job (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/547">#547</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/15e3e35fda1a6c7f48127f498f1de6498f8026a6"><code>15e3e35</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/546">#546</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19035bb7ed0fe42838e16749662c2d6cfef7df24"><code>19035bb</code></a> ci: use concurrency in github workflows (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/545">#545</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/cb1e0558d17b42006ef0777c4d19ca5d341b9414"><code>cb1e055</code></a> chore: update ignorePaths in .cspell.json (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/544">#544</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/18edf6187e58836f90851d31123a9263c63c96f2"><code>18edf61</code></a> chore: update typescript (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/543">#543</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8a393dbe467e823dc9f191c62a93bfc67635d237"><code>8a393db</code></a> chore(deps): bump json5 from 1.0.1 to 1.0.2 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/542">#542</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19e0ca9f4c1476c386aad71d991e9a54aa1f8f32"><code>19e0ca9</code></a> chore: update dependency review action (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/541">#541</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.6&new-version=5.3.7)](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 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>
2 years ago
"@jridgewell/trace-mapping": "^0.3.17",
"jest-worker": "^27.4.5",
"schema-utils": "^3.1.1",
Bump terser-webpack-plugin from 5.3.6 to 5.3.7 (#2643) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.6 to 5.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.3.7</h2> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">5.3.7</a> (2023-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>) (<a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809">2e54869</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8eef7b525ad4afb7b9db0705bc264e2b58210141"><code>8eef7b5</code></a> chore(release): 5.3.7</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809"><code>2e54869</code></a> fix: esbuild warning output (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/550">#550</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/723ed458d64f87bc3e915d9efcb912552f4e7315"><code>723ed45</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/549">#549</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/eb49906d0e33f22063fe122673b1cb3dac6daf5c"><code>eb49906</code></a> ci: use LTS node version in lint job (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/547">#547</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/15e3e35fda1a6c7f48127f498f1de6498f8026a6"><code>15e3e35</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/546">#546</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19035bb7ed0fe42838e16749662c2d6cfef7df24"><code>19035bb</code></a> ci: use concurrency in github workflows (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/545">#545</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/cb1e0558d17b42006ef0777c4d19ca5d341b9414"><code>cb1e055</code></a> chore: update ignorePaths in .cspell.json (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/544">#544</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/18edf6187e58836f90851d31123a9263c63c96f2"><code>18edf61</code></a> chore: update typescript (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/543">#543</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/8a393dbe467e823dc9f191c62a93bfc67635d237"><code>8a393db</code></a> chore(deps): bump json5 from 1.0.1 to 1.0.2 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/542">#542</a>)</li> <li><a href="https://github.com/webpack-contrib/terser-webpack-plugin/commit/19e0ca9f4c1476c386aad71d991e9a54aa1f8f32"><code>19e0ca9</code></a> chore: update dependency review action (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/541">#541</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.6&new-version=5.3.7)](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 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>
2 years ago
"serialize-javascript": "^6.0.1",
"terser": "^5.16.8"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.1.0"
},
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
},
"esbuild": {
"optional": true
},
"uglify-js": {
"optional": true
}
}
},
"node_modules/terser-webpack-plugin/node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dev": true,
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/terser-webpack-plugin/node_modules/ajv-keywords": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
"integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
"dev": true,
"peerDependencies": {
"ajv": "^6.9.1"
}
},
"node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
"dev": true
},
"node_modules/terser-webpack-plugin/node_modules/schema-utils": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
"integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
"dev": true,
"dependencies": {
"@types/json-schema": "^7.0.8",
"ajv": "^6.12.5",
"ajv-keywords": "^3.5.2"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
},
"node_modules/terser/node_modules/commander": {
"version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
"dev": true
},
"node_modules/thunky": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
"integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
"dev": true
},
"node_modules/to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"dev": true,
"dependencies": {
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
}
},
"node_modules/toidentifier": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
"dev": true,
"engines": {
"node": ">=0.6"
}
},
"node_modules/tslib": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz",
"integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==",
"dev": true
},
"node_modules/type-is": {
"version": "1.6.18",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
"integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
"dev": true,
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.1.24"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/unpipe": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/update-browserslist-db": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
"integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"dependencies": {
"escalade": "^3.1.1",
"picocolors": "^1.0.0"
},
"bin": {
"update-browserslist-db": "cli.js"
},
"peerDependencies": {
"browserslist": ">= 4.21.0"
}
},
"node_modules/uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
"dev": true,
"dependencies": {
"punycode": "^2.1.0"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
"dev": true
},
"node_modules/utila": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
"integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==",
"dev": true
},
"node_modules/utils-merge": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
"integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
"dev": true,
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"dev": true,
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/vary": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/watchpack": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
"integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
"dev": true,
"dependencies": {
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.1.2"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/wbuf": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
"integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
"dev": true,
"dependencies": {
"minimalistic-assert": "^1.0.0"
}
},
"node_modules/webpack": {
"version": "5.88.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.1.tgz",
"integrity": "sha512-FROX3TxQnC/ox4N+3xQoWZzvGXSuscxR32rbzjpXgEzWudJFEJBpdlkkob2ylrv5yzzufD1zph1OoFsLtm6stQ==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
Bump webpack from 5.78.0 to 5.79.0 (#2814) Bumps [webpack](https://github.com/webpack/webpack) from 5.78.0 to 5.79.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.79.0</h2> <h2>New Features</h2> <ul> <li>webpack will now support simple destructuring scenarios for treeshaking namespaced imports and <code>DefinePlugin</code> by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16941">webpack/webpack#16941</a></li> </ul> <h2>Bugfixes</h2> <ul> <li>Truncate extremely long module names in <code>DefaultStatsPrinter</code> by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16882">webpack/webpack#16882</a></li> <li>Add <code>[contenthash]</code> template support in <code>DllPlugin</code>'s <code>name</code> option by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16935">webpack/webpack#16935</a></li> <li>Fixed a bug where <code>readRecords</code> compiler hook was causing hangs in conjunction with the <code>ReadRecordsPlugin</code> by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> &amp; <a href="https://github.com/zookatron"><code>@​zookatron</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16944">webpack/webpack#16944</a></li> <li>webpack can now consume ESM bundles generated by webpack's esm output support by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15608">webpack/webpack#15608</a></li> <li>[CSS] - webpack now respects CSS's case-insensitivity with atTags like <code>@MEDIA</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16915">webpack/webpack#16915</a></li> <li>[CSS] - Fixes a bug where crossOriginLoading anonymous would not work when loading styles by <a href="https://github.com/chenjiahan"><code>@​chenjiahan</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16925">webpack/webpack#16925</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Fix broken links and typos found in examples by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16937">webpack/webpack#16937</a></li> <li>Export more <code>Externals</code> Option types by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/12774">webpack/webpack#12774</a></li> </ul> <h2>Contributor Experience</h2> <ul> <li>Add new test case for ModuleFederationPlugin usage with <code>shareScope</code> option by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16943">webpack/webpack#16943</a></li> <li>Bump core-js from 3.20.3 to 3.30.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16905">webpack/webpack#16905</a></li> <li>Update all applicable local dependencies and devDependencies by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16919">webpack/webpack#16919</a>, <a href="https://redirect.github.com/webpack/webpack/pull/16924">webpack/webpack#16924</a>, <a href="https://redirect.github.com/webpack/webpack/pull/16936">webpack/webpack#16936</a>, <a href="https://redirect.github.com/webpack/webpack/pull/16968">webpack/webpack#16968</a></li> <li>Update to Jest 29 by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16947">webpack/webpack#16947</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chenjiahan"><code>@​chenjiahan</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16925">webpack/webpack#16925</a></li> <li><a href="https://github.com/karlhorky"><code>@​karlhorky</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16419">webpack/webpack#16419</a></li> <li><a href="https://github.com/zookatron"><code>@​zookatron</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16301">webpack/webpack#16301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0">https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/ecdcc1a1d02a3097acb9ebc0896365ae1f4d25e2"><code>ecdcc1a</code></a> 5.79.0</li> <li><a href="https://github.com/webpack/webpack/commit/c07ca8e1023df1ff250cea07f2e240120892d2a6"><code>c07ca8e</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/15608">#15608</a> from webpack/fix/consume-esm-bundled-library</li> <li><a href="https://github.com/webpack/webpack/commit/3b8c9c613e7747aaeab31cbd2f89a698823bd12f"><code>3b8c9c6</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16419">#16419</a> from karlhorky/patch-1</li> <li><a href="https://github.com/webpack/webpack/commit/a9ea0d94a6c454f3f675b9cf2e2aa8d02fb44992"><code>a9ea0d9</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16915">#16915</a> from webpack/fix-case-sensitivity-in-css</li> <li><a href="https://github.com/webpack/webpack/commit/69d9c405df5cf5ecd182a057f8a0862f1740b2ef"><code>69d9c40</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16944">#16944</a> from snitin315/fix/read-records-callback</li> <li><a href="https://github.com/webpack/webpack/commit/66f647260d6651a7d3637dd1b1655b49def36c47"><code>66f6472</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/12774">#12774</a> from snitin315/export-more-types</li> <li><a href="https://github.com/webpack/webpack/commit/96c5d21a2f3eb3097119e18fa75cb44983cc52eb"><code>96c5d21</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16882">#16882</a> from snitin315/limit-identifier-length</li> <li><a href="https://github.com/webpack/webpack/commit/7f08e4d45fe840889f249004b097304c0c14adbf"><code>7f08e4d</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16925">#16925</a> from chenjiahan/fix/css_cross_origin_loading</li> <li><a href="https://github.com/webpack/webpack/commit/ee1a26715ea1af86034f4e644744809868ba79cb"><code>ee1a267</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16935">#16935</a> from snitin315/fix/dll-plugin-contenthash</li> <li><a href="https://github.com/webpack/webpack/commit/4cacd7e956ee13657a9830045bde58235cb24c12"><code>4cacd7e</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16941">#16941</a> from webpack/feat/destructuring-assignment</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0">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.78.0&new-version=5.79.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 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>
1 year ago
"@types/estree": "^1.0.0",
Bump webpack from 5.79.0 to 5.80.0 (#2850) Bumps [webpack](https://github.com/webpack/webpack) from 5.79.0 to 5.80.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.80.0</h2> <h2>New Features</h2> <ul> <li>Support destructuring assignment in <code>import.meta</code> by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16996">webpack/webpack#16996</a></li> <li>Support treeshaking for destructuring assignment with <code>AwaitExpression</code> by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16995">webpack/webpack#16995</a></li> <li>Introduce <code>errorsSpace</code>, <code>warningsSpace</code> for more readable traces in stats by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15450">webpack/webpack#15450</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>[CSS] - Fix runtime generation bug for merged CSS Chunks by <a href="https://github.com/janlent1"><code>@​janlent1</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16903">webpack/webpack#16903</a></li> <li>[CSS] - Properly handle <code>url()</code>/<code>src()</code>/<code>image-set()</code>/<code>image()</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16978">webpack/webpack#16978</a></li> <li>ES Module webpack loaders are now supported <a href="https://github.com/stefanprobst"><code>@​stefanprobst</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15198">webpack/webpack#15198</a></li> <li>Fix spelling error for <code>statement.finalizer</code> in parser by <a href="https://github.com/xiaoboost"><code>@​xiaoboost</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17016">webpack/webpack#17016</a></li> <li>Fix non-deterministic <code>moduleId</code> assignment due to encountering <code>NaN</code> in sort function by <a href="https://github.com/scameron"><code>@​scameron</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16933">webpack/webpack#16933</a></li> <li>[enhanced-resolve]: Support wildcards pattern with common suffix in package maps &amp; imports/exports field by <a href="https://github.com/bvanjoi"><code>@​bvanjoi</code></a> in <a href="https://redirect.github.com/webpack/enhanced-resolve/pull/353">webpack/enhanced-resolve#353</a></li> </ul> <h2>Tests &amp; Contributor Experience</h2> <ul> <li>[CSS] - Added test case for <code>@supports</code> field by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17011">webpack/webpack#17011</a></li> <li>Add test for include option in <code>BannerPlugin</code> by <a href="https://github.com/jeffin143"><code>@​jeffin143</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/10736">webpack/webpack#10736</a></li> <li>Remove <code>finializer</code> from cspell.json by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17022">webpack/webpack#17022</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Adds the twitter badge by <a href="https://github.com/yadunandanbhat"><code>@​yadunandanbhat</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15667">webpack/webpack#15667</a></li> <li>Add <code>wasm-bindgen</code> example to <code>example</code> by <a href="https://github.com/gthb"><code>@​gthb</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/14313">webpack/webpack#14313</a></li> <li>Update grammar mistakes in examples by <a href="https://github.com/ersachin3112"><code>@​ersachin3112</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16988">webpack/webpack#16988</a></li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>Bump core-js from 3.30.0 to 3.30.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16983">webpack/webpack#16983</a></li> <li>Bump <code>@webassemblyjs</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17003">webpack/webpack#17003</a></li> <li>Bump assemblyscript from 0.25.2 to 0.27.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16959">webpack/webpack#16959</a></li> <li>Bump enhanced-resolve to <a href="https://github.com/webpack/enhanced-resolve/releases/tag/v5.13.0">5.13.0</a> by <a href="https://github.com/TheLarkInn"><code>@​TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17024">webpack/webpack#17024</a></li> <li>Included githubactions in the dependabot config by <a href="https://github.com/neilnaveen"><code>@​neilnaveen</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15618">webpack/webpack#15618</a></li> <li>Fix prettier by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16976">webpack/webpack#16976</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/neilnaveen"><code>@​neilnaveen</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/15618">webpack/webpack#15618</a></li> <li><a href="https://github.com/yadunandanbhat"><code>@​yadunandanbhat</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/15667">webpack/webpack#15667</a></li> <li><a href="https://github.com/ersachin3112"><code>@​ersachin3112</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16988">webpack/webpack#16988</a></li> <li><a href="https://github.com/stefanprobst"><code>@​stefanprobst</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/15198">webpack/webpack#15198</a></li> <li><a href="https://github.com/xiaoboost"><code>@​xiaoboost</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/17016">webpack/webpack#17016</a></li> <li><a href="https://github.com/scameron"><code>@​scameron</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16933">webpack/webpack#16933</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.79.0...v5.80.0">https://github.com/webpack/webpack/compare/v5.79.0...v5.80.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/9ac1728ee359efbbd1eb317f4a12c0f8136a690e"><code>9ac1728</code></a> 5.80.0</li> <li><a href="https://github.com/webpack/webpack/commit/09dc9e2be2f0bb51bd47ff0d547eaa3c56199fea"><code>09dc9e2</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17024">#17024</a> from webpack/thelarkinn/bump-enhanced-resolve</li> <li><a href="https://github.com/webpack/webpack/commit/d58760a82924a709a4b1df26b970a6f4a9f91c8c"><code>d58760a</code></a> yarn-lint</li> <li><a href="https://github.com/webpack/webpack/commit/58396f52f7cd6ea901a3e65b991d78057eb79b33"><code>58396f5</code></a> introduce the new types from enhanced-resolve</li> <li><a href="https://github.com/webpack/webpack/commit/4ff4d59f8d78f60e134f6cd8eecc4e2c3e1283b7"><code>4ff4d59</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16933">#16933</a> from scameron/deterministic-moduleids</li> <li><a href="https://github.com/webpack/webpack/commit/8bc34bc5dd94a73cb60270254e67a31a708e0e43"><code>8bc34bc</code></a> feat(deps): Update enhanced-resolve to latest for * wildcard pattern in exports</li> <li><a href="https://github.com/webpack/webpack/commit/5c522c4e3b8306b0eb6557a27ef02038aed3e0e4"><code>5c522c4</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17022">#17022</a> from snitin315/patch-3</li> <li><a href="https://github.com/webpack/webpack/commit/457cbe15997cd2411583d4f69118f80dfbac28ba"><code>457cbe1</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16903">#16903</a> from janlent1/fixruntimeissue</li> <li><a href="https://github.com/webpack/webpack/commit/63c16015e9f4e094058d1435b611ad94e564f1f3"><code>63c1601</code></a> chore: remove <code>finializer</code> from cspell.json</li> <li><a href="https://github.com/webpack/webpack/commit/9c70d1dcf62dc852810c5fa321d0f4ceb0730b89"><code>9c70d1d</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17016">#17016</a> from xiaoboost/fix/fix-spell-error</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.79.0...v5.80.0">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.79.0&new-version=5.80.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 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>
1 year ago
"@webassemblyjs/ast": "^1.11.5",
"@webassemblyjs/wasm-edit": "^1.11.5",
"@webassemblyjs/wasm-parser": "^1.11.5",
Bump webpack from 5.73.0 to 5.74.0 (#2201) Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.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.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 `&quot;use-credentials&quot;`` 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/8f87b50dc7ac24eb5c91fd0d55a22e34e252863c"><code>8f87b50</code></a> 5.74.0</li> <li><a href="https://github.com/webpack/webpack/commit/3e1f24498d1c687d70dbaed11e0677f12f3e53e8"><code>3e1f244</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16071">#16071</a> from devinan/patch-1</li> <li><a href="https://github.com/webpack/webpack/commit/c7e14e2e8eece31ad19cc47c9a8a07892f0f4995"><code>c7e14e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15910">#15910</a> from ludofischer/fix-message</li> <li><a href="https://github.com/webpack/webpack/commit/7b63346518a03f9d3eddc7b30cdd31043967929b"><code>7b63346</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15627">#15627</a> from webpack/feat/issue-12441</li> <li><a href="https://github.com/webpack/webpack/commit/402d152ccf24093da9078e80987483f32a137fb1"><code>402d152</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15642">#15642</a> from webpack/set-use-credentials-without-origin-check</li> <li><a href="https://github.com/webpack/webpack/commit/fcb0e35f829c154452ffdd7d093baa6adfdaa207"><code>fcb0e35</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15996">#15996</a> from webdiscus/main</li> <li><a href="https://github.com/webpack/webpack/commit/6dc6a19ae16d8ada8b2858f272117ffdd2244b58"><code>6dc6a19</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16031">#16031</a> from evantd/main</li> <li><a href="https://github.com/webpack/webpack/commit/52351a654a17870be926583de45c33cd1634d210"><code>52351a6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16033">#16033</a> from varunsh-coder/token-perms</li> <li><a href="https://github.com/webpack/webpack/commit/555915b4123eaec1ff3b63a1b4da402b8b239b9b"><code>555915b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16065">#16065</a> from webpack/fix/issue-16054</li> <li><a href="https://github.com/webpack/webpack/commit/d4cab5b6f778d1a07317f99dfb4b0948d57d9d95"><code>d4cab5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16077">#16077</a> from webpack/fix-scheme</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.73.0...v5.74.0">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.73.0&new-version=5.74.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 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>
2 years ago
"acorn": "^8.7.1",
"acorn-import-assertions": "^1.9.0",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.15.0",
Bump webpack from 5.78.0 to 5.79.0 (#2814) Bumps [webpack](https://github.com/webpack/webpack) from 5.78.0 to 5.79.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.79.0</h2> <h2>New Features</h2> <ul> <li>webpack will now support simple destructuring scenarios for treeshaking namespaced imports and <code>DefinePlugin</code> by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16941">webpack/webpack#16941</a></li> </ul> <h2>Bugfixes</h2> <ul> <li>Truncate extremely long module names in <code>DefaultStatsPrinter</code> by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16882">webpack/webpack#16882</a></li> <li>Add <code>[contenthash]</code> template support in <code>DllPlugin</code>'s <code>name</code> option by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16935">webpack/webpack#16935</a></li> <li>Fixed a bug where <code>readRecords</code> compiler hook was causing hangs in conjunction with the <code>ReadRecordsPlugin</code> by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> &amp; <a href="https://github.com/zookatron"><code>@​zookatron</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16944">webpack/webpack#16944</a></li> <li>webpack can now consume ESM bundles generated by webpack's esm output support by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15608">webpack/webpack#15608</a></li> <li>[CSS] - webpack now respects CSS's case-insensitivity with atTags like <code>@MEDIA</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16915">webpack/webpack#16915</a></li> <li>[CSS] - Fixes a bug where crossOriginLoading anonymous would not work when loading styles by <a href="https://github.com/chenjiahan"><code>@​chenjiahan</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16925">webpack/webpack#16925</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Fix broken links and typos found in examples by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16937">webpack/webpack#16937</a></li> <li>Export more <code>Externals</code> Option types by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/12774">webpack/webpack#12774</a></li> </ul> <h2>Contributor Experience</h2> <ul> <li>Add new test case for ModuleFederationPlugin usage with <code>shareScope</code> option by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16943">webpack/webpack#16943</a></li> <li>Bump core-js from 3.20.3 to 3.30.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16905">webpack/webpack#16905</a></li> <li>Update all applicable local dependencies and devDependencies by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16919">webpack/webpack#16919</a>, <a href="https://redirect.github.com/webpack/webpack/pull/16924">webpack/webpack#16924</a>, <a href="https://redirect.github.com/webpack/webpack/pull/16936">webpack/webpack#16936</a>, <a href="https://redirect.github.com/webpack/webpack/pull/16968">webpack/webpack#16968</a></li> <li>Update to Jest 29 by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16947">webpack/webpack#16947</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chenjiahan"><code>@​chenjiahan</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16925">webpack/webpack#16925</a></li> <li><a href="https://github.com/karlhorky"><code>@​karlhorky</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16419">webpack/webpack#16419</a></li> <li><a href="https://github.com/zookatron"><code>@​zookatron</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16301">webpack/webpack#16301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0">https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/ecdcc1a1d02a3097acb9ebc0896365ae1f4d25e2"><code>ecdcc1a</code></a> 5.79.0</li> <li><a href="https://github.com/webpack/webpack/commit/c07ca8e1023df1ff250cea07f2e240120892d2a6"><code>c07ca8e</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/15608">#15608</a> from webpack/fix/consume-esm-bundled-library</li> <li><a href="https://github.com/webpack/webpack/commit/3b8c9c613e7747aaeab31cbd2f89a698823bd12f"><code>3b8c9c6</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16419">#16419</a> from karlhorky/patch-1</li> <li><a href="https://github.com/webpack/webpack/commit/a9ea0d94a6c454f3f675b9cf2e2aa8d02fb44992"><code>a9ea0d9</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16915">#16915</a> from webpack/fix-case-sensitivity-in-css</li> <li><a href="https://github.com/webpack/webpack/commit/69d9c405df5cf5ecd182a057f8a0862f1740b2ef"><code>69d9c40</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16944">#16944</a> from snitin315/fix/read-records-callback</li> <li><a href="https://github.com/webpack/webpack/commit/66f647260d6651a7d3637dd1b1655b49def36c47"><code>66f6472</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/12774">#12774</a> from snitin315/export-more-types</li> <li><a href="https://github.com/webpack/webpack/commit/96c5d21a2f3eb3097119e18fa75cb44983cc52eb"><code>96c5d21</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16882">#16882</a> from snitin315/limit-identifier-length</li> <li><a href="https://github.com/webpack/webpack/commit/7f08e4d45fe840889f249004b097304c0c14adbf"><code>7f08e4d</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16925">#16925</a> from chenjiahan/fix/css_cross_origin_loading</li> <li><a href="https://github.com/webpack/webpack/commit/ee1a26715ea1af86034f4e644744809868ba79cb"><code>ee1a267</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16935">#16935</a> from snitin315/fix/dll-plugin-contenthash</li> <li><a href="https://github.com/webpack/webpack/commit/4cacd7e956ee13657a9830045bde58235cb24c12"><code>4cacd7e</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16941">#16941</a> from webpack/feat/destructuring-assignment</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0">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.78.0&new-version=5.79.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 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>
1 year ago
"es-module-lexer": "^1.2.1",
"eslint-scope": "5.1.1",
"events": "^3.2.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.9",
Bump webpack from 5.72.0 to 5.72.1 (#2070) Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.72.1. <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.72.1</h2> <h1>Bugfixes</h1> <ul> <li>fix <code>__webpack_nonce__</code> with HMR</li> <li>fix <code>in</code> operator in some cases</li> <li>fix json parsing error messages</li> <li>fix module concatenation with using <code>this.importModule</code></li> <li>upgrade enhanced-resolve</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/08ecfbbc035b12f2ed5c0b83b53011dfe57ae7c9"><code>08ecfbb</code></a> 5.72.1</li> <li><a href="https://github.com/webpack/webpack/commit/ada9c0b3a1908dd3c83a072193d991c9e59731c1"><code>ada9c0b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15802">#15802</a> from webpack/fix-nonce</li> <li><a href="https://github.com/webpack/webpack/commit/ce56e3b61c1489c21fd8e935f3301eafd503b967"><code>ce56e3b</code></a> add NonceRuntimeModule</li> <li><a href="https://github.com/webpack/webpack/commit/3ad4fcac25a976277f2d9cceb37bc81602e96b13"><code>3ad4fca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15689">#15689</a> from webpack/fix-inmemory-cache</li> <li><a href="https://github.com/webpack/webpack/commit/ccf8bf53e25ba6a063a7f4387551f45bed389c9b"><code>ccf8bf5</code></a> add comments to infrastructure-log</li> <li><a href="https://github.com/webpack/webpack/commit/293e677b355da0d5bc4ddfc97d2afec114912711"><code>293e677</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15660">#15660</a> from webpack/add-provided-info-tests</li> <li><a href="https://github.com/webpack/webpack/commit/0456807b72d914a507361d183c87380f740b40e1"><code>0456807</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15673">#15673</a> from Semigradsky/replace-dependency</li> <li><a href="https://github.com/webpack/webpack/commit/0791f77b0489790199b8c6476527279a577e2997"><code>0791f77</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15678">#15678</a> from webpack/remove-infrastructure-log</li> <li><a href="https://github.com/webpack/webpack/commit/390dd0620926074f976d5bd3bd20901ec89b4b1b"><code>390dd06</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15681">#15681</a> from webpack/fix-concatenation-with-import-module</li> <li><a href="https://github.com/webpack/webpack/commit/0d408d1c7ffa4488b72019a41542a0a1562c78a4"><code>0d408d1</code></a> fix modules concatenation with importModule usage</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.72.0...v5.72.1">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.72.0&new-version=5.72.1)](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 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>
2 years ago
"json-parse-even-better-errors": "^2.3.1",
"loader-runner": "^4.2.0",
"mime-types": "^2.1.27",
"neo-async": "^2.6.2",
"schema-utils": "^3.2.0",
"tapable": "^2.1.1",
Bump webpack from 5.78.0 to 5.79.0 (#2814) Bumps [webpack](https://github.com/webpack/webpack) from 5.78.0 to 5.79.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.79.0</h2> <h2>New Features</h2> <ul> <li>webpack will now support simple destructuring scenarios for treeshaking namespaced imports and <code>DefinePlugin</code> by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16941">webpack/webpack#16941</a></li> </ul> <h2>Bugfixes</h2> <ul> <li>Truncate extremely long module names in <code>DefaultStatsPrinter</code> by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16882">webpack/webpack#16882</a></li> <li>Add <code>[contenthash]</code> template support in <code>DllPlugin</code>'s <code>name</code> option by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16935">webpack/webpack#16935</a></li> <li>Fixed a bug where <code>readRecords</code> compiler hook was causing hangs in conjunction with the <code>ReadRecordsPlugin</code> by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> &amp; <a href="https://github.com/zookatron"><code>@​zookatron</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16944">webpack/webpack#16944</a></li> <li>webpack can now consume ESM bundles generated by webpack's esm output support by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15608">webpack/webpack#15608</a></li> <li>[CSS] - webpack now respects CSS's case-insensitivity with atTags like <code>@MEDIA</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16915">webpack/webpack#16915</a></li> <li>[CSS] - Fixes a bug where crossOriginLoading anonymous would not work when loading styles by <a href="https://github.com/chenjiahan"><code>@​chenjiahan</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16925">webpack/webpack#16925</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Fix broken links and typos found in examples by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16937">webpack/webpack#16937</a></li> <li>Export more <code>Externals</code> Option types by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/12774">webpack/webpack#12774</a></li> </ul> <h2>Contributor Experience</h2> <ul> <li>Add new test case for ModuleFederationPlugin usage with <code>shareScope</code> option by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16943">webpack/webpack#16943</a></li> <li>Bump core-js from 3.20.3 to 3.30.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16905">webpack/webpack#16905</a></li> <li>Update all applicable local dependencies and devDependencies by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16919">webpack/webpack#16919</a>, <a href="https://redirect.github.com/webpack/webpack/pull/16924">webpack/webpack#16924</a>, <a href="https://redirect.github.com/webpack/webpack/pull/16936">webpack/webpack#16936</a>, <a href="https://redirect.github.com/webpack/webpack/pull/16968">webpack/webpack#16968</a></li> <li>Update to Jest 29 by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16947">webpack/webpack#16947</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chenjiahan"><code>@​chenjiahan</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16925">webpack/webpack#16925</a></li> <li><a href="https://github.com/karlhorky"><code>@​karlhorky</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16419">webpack/webpack#16419</a></li> <li><a href="https://github.com/zookatron"><code>@​zookatron</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16301">webpack/webpack#16301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0">https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/ecdcc1a1d02a3097acb9ebc0896365ae1f4d25e2"><code>ecdcc1a</code></a> 5.79.0</li> <li><a href="https://github.com/webpack/webpack/commit/c07ca8e1023df1ff250cea07f2e240120892d2a6"><code>c07ca8e</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/15608">#15608</a> from webpack/fix/consume-esm-bundled-library</li> <li><a href="https://github.com/webpack/webpack/commit/3b8c9c613e7747aaeab31cbd2f89a698823bd12f"><code>3b8c9c6</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16419">#16419</a> from karlhorky/patch-1</li> <li><a href="https://github.com/webpack/webpack/commit/a9ea0d94a6c454f3f675b9cf2e2aa8d02fb44992"><code>a9ea0d9</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16915">#16915</a> from webpack/fix-case-sensitivity-in-css</li> <li><a href="https://github.com/webpack/webpack/commit/69d9c405df5cf5ecd182a057f8a0862f1740b2ef"><code>69d9c40</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16944">#16944</a> from snitin315/fix/read-records-callback</li> <li><a href="https://github.com/webpack/webpack/commit/66f647260d6651a7d3637dd1b1655b49def36c47"><code>66f6472</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/12774">#12774</a> from snitin315/export-more-types</li> <li><a href="https://github.com/webpack/webpack/commit/96c5d21a2f3eb3097119e18fa75cb44983cc52eb"><code>96c5d21</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16882">#16882</a> from snitin315/limit-identifier-length</li> <li><a href="https://github.com/webpack/webpack/commit/7f08e4d45fe840889f249004b097304c0c14adbf"><code>7f08e4d</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16925">#16925</a> from chenjiahan/fix/css_cross_origin_loading</li> <li><a href="https://github.com/webpack/webpack/commit/ee1a26715ea1af86034f4e644744809868ba79cb"><code>ee1a267</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16935">#16935</a> from snitin315/fix/dll-plugin-contenthash</li> <li><a href="https://github.com/webpack/webpack/commit/4cacd7e956ee13657a9830045bde58235cb24c12"><code>4cacd7e</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16941">#16941</a> from webpack/feat/destructuring-assignment</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0">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.78.0&new-version=5.79.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 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>
1 year ago
"terser-webpack-plugin": "^5.3.7",
Bump webpack from 5.73.0 to 5.74.0 (#2201) Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.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.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 `&quot;use-credentials&quot;`` 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/8f87b50dc7ac24eb5c91fd0d55a22e34e252863c"><code>8f87b50</code></a> 5.74.0</li> <li><a href="https://github.com/webpack/webpack/commit/3e1f24498d1c687d70dbaed11e0677f12f3e53e8"><code>3e1f244</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16071">#16071</a> from devinan/patch-1</li> <li><a href="https://github.com/webpack/webpack/commit/c7e14e2e8eece31ad19cc47c9a8a07892f0f4995"><code>c7e14e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15910">#15910</a> from ludofischer/fix-message</li> <li><a href="https://github.com/webpack/webpack/commit/7b63346518a03f9d3eddc7b30cdd31043967929b"><code>7b63346</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15627">#15627</a> from webpack/feat/issue-12441</li> <li><a href="https://github.com/webpack/webpack/commit/402d152ccf24093da9078e80987483f32a137fb1"><code>402d152</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15642">#15642</a> from webpack/set-use-credentials-without-origin-check</li> <li><a href="https://github.com/webpack/webpack/commit/fcb0e35f829c154452ffdd7d093baa6adfdaa207"><code>fcb0e35</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15996">#15996</a> from webdiscus/main</li> <li><a href="https://github.com/webpack/webpack/commit/6dc6a19ae16d8ada8b2858f272117ffdd2244b58"><code>6dc6a19</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16031">#16031</a> from evantd/main</li> <li><a href="https://github.com/webpack/webpack/commit/52351a654a17870be926583de45c33cd1634d210"><code>52351a6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16033">#16033</a> from varunsh-coder/token-perms</li> <li><a href="https://github.com/webpack/webpack/commit/555915b4123eaec1ff3b63a1b4da402b8b239b9b"><code>555915b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16065">#16065</a> from webpack/fix/issue-16054</li> <li><a href="https://github.com/webpack/webpack/commit/d4cab5b6f778d1a07317f99dfb4b0948d57d9d95"><code>d4cab5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16077">#16077</a> from webpack/fix-scheme</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.73.0...v5.74.0">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.73.0&new-version=5.74.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 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>
2 years ago
"watchpack": "^2.4.0",
"webpack-sources": "^3.2.3"
},
"bin": {
"webpack": "bin/webpack.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependenciesMeta": {
"webpack-cli": {
"optional": true
}
}
},
"node_modules/webpack-cli": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz",
"integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==",
"dev": true,
"dependencies": {
"@discoveryjs/json-ext": "^0.5.0",
"@webpack-cli/configtest": "^2.1.1",
"@webpack-cli/info": "^2.0.2",
"@webpack-cli/serve": "^2.0.5",
"colorette": "^2.0.14",
Bump webpack-cli from 5.0.1 to 5.0.2 (#2867) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.1 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2">5.0.2</a> (2023-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>error message for missing default export in configuration (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3685">#3685</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f">e0a4a09</a>)</li> <li><strong>perf:</strong> reduced startup time (<a href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128">3b79059</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2">5.0.2</a> (2023-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>error message for missing default export in configuration (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3685">#3685</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f">e0a4a09</a>)</li> <li><strong>perf:</strong> reduced startup time (<a href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128">3b79059</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/a7946f240d74a887b42fdfdf7aae3ae6e0ee4214"><code>a7946f2</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9b27d45c91f40ccd5b45f48ca53e5a385b36d22a"><code>9b27d45</code></a> chore(deps): bump (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3745">#3745</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/107cb57594b3a8a4f8eb12792d145384a6ac89a0"><code>107cb57</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.15.12 to 18.15.13 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3746">#3746</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3b0f74f319dc46f72bec2076874b2c41002acb54"><code>3b0f74f</code></a> refactor: reduce loops (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3744">#3744</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/fb3671a1869b10d5d41fbe81442de01424cc3e7b"><code>fb3671a</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.15.11 to 18.15.12 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3740">#3740</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d2a9559b05f0ef838248c3a29f9f9c6a334d5e79"><code>d2a9559</code></a> chore(deps-dev): bump <code>@​types/jest</code> from 29.5.0 to 29.5.1 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3741">#3741</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3b11a1f8fface14a6d4afdc7cbe035b9374c74f3"><code>3b11a1f</code></a> chore(deps-dev): bump webpack from 5.79.0 to 5.80.0 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3742">#3742</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128"><code>3b79059</code></a> fix(perf): reduced startup time</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ce797daa371a955f2a3d06c987c3fa707faf3c6"><code>8ce797d</code></a> chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.58.0 to 5.59.0 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3737">#3737</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/c2137040e8a8ad9557d6c8c4f77a813f6abb5bb5"><code>c213704</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3736">#3736</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=5.0.1&new-version=5.0.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 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) </details>
1 year ago
"commander": "^10.0.1",
Bump webpack-cli from 4.9.2 to 4.10.0 (#2118) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v4.10.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0">4.10.0</a> (2022-06-13)</h1> <h3>Bug Fixes</h3> <ul> <li>changeTime is already in milliseconds (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198">#3198</a>) (<a href="https://github.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b">d390d32</a>)</li> <li>improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286">#3286</a>) (<a href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff">402c0fe</a>)</li> </ul> <h3>Features</h3> <ul> <li>added types (<a href="https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302">8ec1375</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0">4.10.0</a> (2022-06-13)</h1> <h3>Bug Fixes</h3> <ul> <li>changeTime is already in milliseconds (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198">#3198</a>) (<a href="https://github.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b">d390d32</a>)</li> <li>improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286">#3286</a>) (<a href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff">402c0fe</a>)</li> </ul> <h3>Features</h3> <ul> <li>added types (<a href="https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302">8ec1375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/20882d463450d010bb76e0824fe555e9785e9561"><code>20882d4</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/22f013b0f186657a290a692bd0d3b5d064285936"><code>22f013b</code></a> docs: remove redundant link (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3292">#3292</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3e1df05713731dbb16cf58acd6930bcf72848b8d"><code>3e1df05</code></a> chore: update package.json (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3289">#3289</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff"><code>402c0fe</code></a> fix: improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286">#3286</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/ce7352d840071951350e7916e12852c12756dda7"><code>ce7352d</code></a> chore: disable length related <code>commitlint</code> rules (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3287">#3287</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/652cc702168faf4fca57443b0890cf70e71ff71d"><code>652cc70</code></a> feat: add summary to smoketests (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3288">#3288</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/1072e3880eb222195e2bd23d432ef3b2488f6b74"><code>1072e38</code></a> docs: update options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3285">#3285</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/6075c636cec206a7becb7c2bd89a0e5d11c8feac"><code>6075c63</code></a> chore(deps-dev): bump <code>@​types/node</code></li> <li><a href="https://github.com/webpack/webpack-cli/commit/979dbade27a45539b0977afed3973d82e63d00e8"><code>979dbad</code></a> chore(deps-dev): bump typescript-eslint</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9941274f22df3b55a63826ad01269b14e918246b"><code>9941274</code></a> chore(deps-dev): bump webpack-dev-server from 4.9.1 to 4.9.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3282">#3282</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.9.2&new-version=4.10.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 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>
2 years ago
"cross-spawn": "^7.0.3",
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"envinfo": "^7.7.3",
"fastest-levenshtein": "^1.0.12",
"import-local": "^3.0.2",
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"interpret": "^3.1.1",
"rechoir": "^0.8.0",
"webpack-merge": "^5.7.3"
},
"bin": {
"webpack-cli": "bin/cli.js"
},
"engines": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"node": ">=14.15.0"
},
Bump webpack-cli from 4.9.2 to 4.10.0 (#2118) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v4.10.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0">4.10.0</a> (2022-06-13)</h1> <h3>Bug Fixes</h3> <ul> <li>changeTime is already in milliseconds (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198">#3198</a>) (<a href="https://github.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b">d390d32</a>)</li> <li>improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286">#3286</a>) (<a href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff">402c0fe</a>)</li> </ul> <h3>Features</h3> <ul> <li>added types (<a href="https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302">8ec1375</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0">4.10.0</a> (2022-06-13)</h1> <h3>Bug Fixes</h3> <ul> <li>changeTime is already in milliseconds (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198">#3198</a>) (<a href="https://github.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b">d390d32</a>)</li> <li>improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286">#3286</a>) (<a href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff">402c0fe</a>)</li> </ul> <h3>Features</h3> <ul> <li>added types (<a href="https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302">8ec1375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/20882d463450d010bb76e0824fe555e9785e9561"><code>20882d4</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/22f013b0f186657a290a692bd0d3b5d064285936"><code>22f013b</code></a> docs: remove redundant link (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3292">#3292</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3e1df05713731dbb16cf58acd6930bcf72848b8d"><code>3e1df05</code></a> chore: update package.json (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3289">#3289</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff"><code>402c0fe</code></a> fix: improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286">#3286</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/ce7352d840071951350e7916e12852c12756dda7"><code>ce7352d</code></a> chore: disable length related <code>commitlint</code> rules (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3287">#3287</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/652cc702168faf4fca57443b0890cf70e71ff71d"><code>652cc70</code></a> feat: add summary to smoketests (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3288">#3288</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/1072e3880eb222195e2bd23d432ef3b2488f6b74"><code>1072e38</code></a> docs: update options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3285">#3285</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/6075c636cec206a7becb7c2bd89a0e5d11c8feac"><code>6075c63</code></a> chore(deps-dev): bump <code>@​types/node</code></li> <li><a href="https://github.com/webpack/webpack-cli/commit/979dbade27a45539b0977afed3973d82e63d00e8"><code>979dbad</code></a> chore(deps-dev): bump typescript-eslint</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9941274f22df3b55a63826ad01269b14e918246b"><code>9941274</code></a> chore(deps-dev): bump webpack-dev-server from 4.9.1 to 4.9.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3282">#3282</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.9.2&new-version=4.10.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 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>
2 years ago
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
Bump webpack-cli from 4.10.0 to 5.0.0 (#2443) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">5.0.0</a> (2022-11-17)</h1> <h3>Bug Fixes</h3> <ul> <li>improve description of the <code>--disable-interpret</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364">#3364</a>) (<a href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd">bdb7e20</a>)</li> <li>remove the redundant <code>utils</code> export (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343">#3343</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186">a9ce5d0</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411">#3411</a>) (<a href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a">83d1f58</a>)</li> <li>show all CLI specific flags in the minimum help output (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354">#3354</a>) (<a href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae">35843e8</a>)</li> </ul> <h3>Features</h3> <ul> <li>failOnWarnings option (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317">#3317</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de">c48c848</a>)</li> <li>update commander to v9 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460">#3460</a>) (<a href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b">6621c02</a>)</li> <li>added the <code>--define-process-env-node-env</code> option</li> <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li> <li>add an option for preventing interpret (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329">#3329</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4">c737383</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum supported webpack version is v5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a>) (<a href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5">b1af0dc</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342">#3342</a></li> <li>webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0</li> <li>webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0</li> <li>remove the <code>migrate</code> command (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a>) (<a href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6">56b43e4</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291">#3291</a></li> <li>remove the <code>--prefetch</code> option in favor the <code>PrefetchPlugin</code> plugin</li> <li>remove the <code>--node-env</code> option in favor <code>--define-process-env-node-env</code></li> <li>remove the <code>--hot</code> option in favor of directly using the <code>HotModuleReplacement</code> plugin (only for <code>build</code> command, for <code>serve</code> it will work)</li> <li>the behavior logic of the <code>--entry</code> option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use <code> webpack --entry-reset --entry './src/my-entry.js'</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/1d6ada1a84c68a00e56c536d2f004f60939bd946"><code>1d6ada1</code></a> chore(release): 5.0.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3492">#3492</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/24334d944dee77ee4c5646beb1a3d1ba566a8242"><code>24334d9</code></a> refactor: resolve TODO for devServer.stdin</li> <li><a href="https://github.com/webpack/webpack-cli/commit/49b6aeae08c838115edafcf6967c2e014dd2ae6e"><code>49b6aea</code></a> chore: peer deps in root package</li> <li><a href="https://github.com/webpack/webpack-cli/commit/636ba3efff2f5b552f5e39b59600a791807ec2f3"><code>636ba3e</code></a> chore(deps-dev): bump cspell from 6.12.0 to 6.14.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3488">#3488</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f3016a5eb553787f0eaf2e6bd002ae1c48f3206e"><code>f3016a5</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.27.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3487">#3487</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/5782242d678d4996edd3941a2471f7ee6db9a058"><code>5782242</code></a> chore(deps-dev): bump lerna from 6.0.1 to 6.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3486">#3486</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/80eb8c828b714cd33f51738d8bb2a53a9dfaf4ea"><code>80eb8c8</code></a> chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3485">#3485</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ea9020153ad56249424da8383f86e13550e05aa"><code>8ea9020</code></a> chore(deps-dev): bump ts-jest from 29.0.1 to 29.0.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3484">#3484</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/515971abd930c71bafe4fc3c2b4ba60c47272042"><code>515971a</code></a> chore(deps-dev): bump css-loader from 6.7.1 to 6.7.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3481">#3481</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f106109f18d8d47f8c47debd0bfcf8afe474bfae"><code>f106109</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=5.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 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>
2 years ago
"webpack": "5.x.x"
},
"peerDependenciesMeta": {
"@webpack-cli/generators": {
"optional": true
},
"webpack-bundle-analyzer": {
"optional": true
},
"webpack-dev-server": {
"optional": true
}
}
},
"node_modules/webpack-cli/node_modules/commander": {
Bump webpack-cli from 5.0.1 to 5.0.2 (#2867) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.1 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2">5.0.2</a> (2023-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>error message for missing default export in configuration (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3685">#3685</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f">e0a4a09</a>)</li> <li><strong>perf:</strong> reduced startup time (<a href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128">3b79059</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2">5.0.2</a> (2023-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>error message for missing default export in configuration (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3685">#3685</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f">e0a4a09</a>)</li> <li><strong>perf:</strong> reduced startup time (<a href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128">3b79059</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/a7946f240d74a887b42fdfdf7aae3ae6e0ee4214"><code>a7946f2</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9b27d45c91f40ccd5b45f48ca53e5a385b36d22a"><code>9b27d45</code></a> chore(deps): bump (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3745">#3745</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/107cb57594b3a8a4f8eb12792d145384a6ac89a0"><code>107cb57</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.15.12 to 18.15.13 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3746">#3746</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3b0f74f319dc46f72bec2076874b2c41002acb54"><code>3b0f74f</code></a> refactor: reduce loops (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3744">#3744</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/fb3671a1869b10d5d41fbe81442de01424cc3e7b"><code>fb3671a</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.15.11 to 18.15.12 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3740">#3740</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d2a9559b05f0ef838248c3a29f9f9c6a334d5e79"><code>d2a9559</code></a> chore(deps-dev): bump <code>@​types/jest</code> from 29.5.0 to 29.5.1 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3741">#3741</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3b11a1f8fface14a6d4afdc7cbe035b9374c74f3"><code>3b11a1f</code></a> chore(deps-dev): bump webpack from 5.79.0 to 5.80.0 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3742">#3742</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128"><code>3b79059</code></a> fix(perf): reduced startup time</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ce797daa371a955f2a3d06c987c3fa707faf3c6"><code>8ce797d</code></a> chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.58.0 to 5.59.0 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3737">#3737</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/c2137040e8a8ad9557d6c8c4f77a813f6abb5bb5"><code>c213704</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3736">#3736</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=5.0.1&new-version=5.0.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 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) </details>
1 year ago
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
"dev": true,
"engines": {
Bump webpack-cli from 5.0.1 to 5.0.2 (#2867) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.1 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2">5.0.2</a> (2023-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>error message for missing default export in configuration (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3685">#3685</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f">e0a4a09</a>)</li> <li><strong>perf:</strong> reduced startup time (<a href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128">3b79059</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2">5.0.2</a> (2023-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>error message for missing default export in configuration (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3685">#3685</a>) (<a href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f">e0a4a09</a>)</li> <li><strong>perf:</strong> reduced startup time (<a href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128">3b79059</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/a7946f240d74a887b42fdfdf7aae3ae6e0ee4214"><code>a7946f2</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9b27d45c91f40ccd5b45f48ca53e5a385b36d22a"><code>9b27d45</code></a> chore(deps): bump (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3745">#3745</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/107cb57594b3a8a4f8eb12792d145384a6ac89a0"><code>107cb57</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.15.12 to 18.15.13 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3746">#3746</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3b0f74f319dc46f72bec2076874b2c41002acb54"><code>3b0f74f</code></a> refactor: reduce loops (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3744">#3744</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/fb3671a1869b10d5d41fbe81442de01424cc3e7b"><code>fb3671a</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.15.11 to 18.15.12 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3740">#3740</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d2a9559b05f0ef838248c3a29f9f9c6a334d5e79"><code>d2a9559</code></a> chore(deps-dev): bump <code>@​types/jest</code> from 29.5.0 to 29.5.1 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3741">#3741</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3b11a1f8fface14a6d4afdc7cbe035b9374c74f3"><code>3b11a1f</code></a> chore(deps-dev): bump webpack from 5.79.0 to 5.80.0 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3742">#3742</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128"><code>3b79059</code></a> fix(perf): reduced startup time</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8ce797daa371a955f2a3d06c987c3fa707faf3c6"><code>8ce797d</code></a> chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.58.0 to 5.59.0 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3737">#3737</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/c2137040e8a8ad9557d6c8c4f77a813f6abb5bb5"><code>c213704</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3736">#3736</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=5.0.1&new-version=5.0.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 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) </details>
1 year ago
"node": ">=14"
}
},
"node_modules/webpack-dev-middleware": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
"integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==",
"dev": true,
"dependencies": {
"colorette": "^2.0.10",
"memfs": "^3.4.3",
"mime-types": "^2.1.31",
"range-parser": "^1.2.1",
"schema-utils": "^4.0.0"
},
"engines": {
"node": ">= 12.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
}
},
"node_modules/webpack-dev-server": {
"version": "4.15.1",
"resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz",
"integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==",
"dev": true,
"dependencies": {
"@types/bonjour": "^3.5.9",
"@types/connect-history-api-fallback": "^1.3.5",
"@types/express": "^4.17.13",
"@types/serve-index": "^1.9.1",
Bump webpack-dev-server from 4.9.1 to 4.9.2 (#2105) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.1 to 4.9.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.9.2</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.1...v4.9.2">4.9.2</a> (2022-06-06)</h3> <h3>Bug Fixes</h3> <ul> <li>add <code>@types/serve-static</code> to dependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4468">#4468</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/af83deb199dc1d8cae4365ec2c5acf07e29358df">af83deb</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.1...v4.9.2">4.9.2</a> (2022-06-06)</h3> <h3>Bug Fixes</h3> <ul> <li>add <code>@types/serve-static</code> to dependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4468">#4468</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/af83deb199dc1d8cae4365ec2c5acf07e29358df">af83deb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/297f8f0417d9a852eaff9bf59b9ef418209be1bf"><code>297f8f0</code></a> chore(release): 4.9.2</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/af83deb199dc1d8cae4365ec2c5acf07e29358df"><code>af83deb</code></a> fix: add <code>@types/serve-static</code> to dependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4468">#4468</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/07aaa4533b5d504db7e170cc3fa9e63cf115dc68"><code>07aaa45</code></a> chore(deps-dev): bump typescript from 4.7.2 to 4.7.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4474">#4474</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8b18bd1146a88dea26dc302889f5aac0eb76d3c3"><code>8b18bd1</code></a> chore(deps): bump colorette from 2.0.16 to 2.0.17 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4473">#4473</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4ee117c4217845f1a031b4dd80b11bb561e6d956"><code>4ee117c</code></a> chore(deps-dev): bump webpack from 5.72.1 to 5.73.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4472">#4472</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/cb1393643e713f499fdd2afa9cc37fc1081c8781"><code>cb13936</code></a> chore(deps-dev): bump core-js from 3.22.7 to 3.22.8 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4471">#4471</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/341dc605515e33af9d0fe5f583043e9fec0fdb86"><code>341dc60</code></a> chore(deps-dev): bump lint-staged from 12.4.3 to 12.5.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4470">#4470</a>)</li> <li>See full diff in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.1...v4.9.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.9.1&new-version=4.9.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 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) </details>
2 years ago
"@types/serve-static": "^1.13.10",
"@types/sockjs": "^0.3.33",
"@types/ws": "^8.5.5",
"ansi-html-community": "^0.0.8",
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"bonjour-service": "^1.0.11",
"chokidar": "^3.5.3",
"colorette": "^2.0.10",
"compression": "^1.7.4",
Bump webpack-dev-server from 4.9.2 to 4.9.3 (#2151) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.2 to 4.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.9.3</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">4.9.3</a> (2022-06-29)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482">#4482</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/049b153b87ab908ae53b71356e0716bb3fc5bf07">049b153</a>)</li> <li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce">8936082</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">4.9.3</a> (2022-06-29)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482">#4482</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/049b153b87ab908ae53b71356e0716bb3fc5bf07">049b153</a>)</li> <li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce">8936082</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fa5e454d197fc6ce7441f6c28449e1d35c83cefc"><code>fa5e454</code></a> chore(release): 4.9.3</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/42facd28ebe3c3da40ce9d5f0f14148636a7ec0f"><code>42facd2</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-object-assign</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4506">#4506</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/257549bd8a5caec964310f7bcb7573cc93d42b1e"><code>257549b</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.17.10 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4507">#4507</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce"><code>8936082</code></a> fix: history-api-fallback now supports HEAD requests and handles them the sam...</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/e0c4e7edf38c753a65da0cd6ac748c37775f7c20"><code>e0c4e7e</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.18.5 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4504">#4504</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/0370b5a527fed3e6f177b8f0831c7bed45871b48"><code>0370b5a</code></a> chore(deps-dev): bump <code>@​babel/runtime</code> from 7.18.3 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4503">#4503</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/73129c7f9d9493152faf6f5b2124f30f15994b2e"><code>73129c7</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4505">#4505</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/0e0100201c1a28b609c6d0e76298dce90340a476"><code>0e01002</code></a> chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.18.2 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4502">#4502</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8866300f05ec13f762e1fc37ef5ff5efb52849d3"><code>8866300</code></a> refactor: move scripts to same folder (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4500">#4500</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7f1f2027dc798c24f181f2861c365fa5caf8c30e"><code>7f1f202</code></a> chore(deps-dev): bump core-js from 3.23.2 to 3.23.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4499">#4499</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.9.2&new-version=4.9.3)](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 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>
2 years ago
"connect-history-api-fallback": "^2.0.0",
"default-gateway": "^6.0.3",
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"express": "^4.17.3",
"graceful-fs": "^4.2.6",
"html-entities": "^2.3.2",
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"http-proxy-middleware": "^2.0.3",
"ipaddr.js": "^2.0.1",
Bump webpack-dev-server from 4.11.1 to 4.12.0 (#2667) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 4.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.12.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4ffcf2bd7100cb317b8606f3059ad31e754ec5ec"><code>4ffcf2b</code></a> chore(release): 4.12.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a615d5b52a77a57318da9ceac890015938452d9e"><code>a615d5b</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4768">#4768</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556"><code>87a26cf</code></a> feat: catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/b0f15ace0123c125d5870609ef4691c141a6d187"><code>b0f15ac</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.20.7 to 7.21.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4745">#4745</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/3edafc01db7f4ece76bf851bb6575b9a198939df"><code>3edafc0</code></a> chore(deps): bump ws from 8.12.0 to 8.12.1 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4737">#4737</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8afc916729c22e8a86c78b46c9c2cc8f129410ca"><code>8afc916</code></a> chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4759">#4759</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ecb2cc515d5ea933988f28266c3a2aceb7a47e04"><code>ecb2cc5</code></a> chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4753">#4753</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/becc95da9859189d4bcae764c937164c69337cda"><code>becc95d</code></a> chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4761">#4761</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/78600174cbbc6023c688d8c51e87bf03fe19b795"><code>7860017</code></a> chore(deps-dev): bump core-js from 3.28.0 to 3.29.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4755">#4755</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8817fa88edbe11259375a889cbabc4c7d0c603ac"><code>8817fa8</code></a> chore(deps): bump open from 8.4.1 to 8.4.2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4748">#4748</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.11.1&new-version=4.12.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 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>
2 years ago
"launch-editor": "^2.6.0",
"open": "^8.0.9",
"p-retry": "^4.5.0",
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.8.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">4.8.0</a> (2022-04-05)</h2> <h3>Features</h3> <ul> <li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de">7920364</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248">#4248</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/317648df21562f9dfe1b9f8069642b91ac3bffae">317648d</a>)</li> <li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250">#4250</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b669077089802412774079f38a13bce054eee7">c3b6690</a>)</li> <li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277">#4277</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d63a0a298739d599f2161b237a750220c314deef">d63a0a2</a>)</li> <li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287">#4287</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c64bd94fb75c30984281f71ad3c20393fcb5ee67">c64bd94</a>)</li> <li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280">#4280</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf8e8e6a9951f4283e796df3ad72cc803e634a3">fcf8e8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5aad1e72eee98f0947a85706b1256a3c7834b094"><code>5aad1e7</code></a> chore(release): 4.8.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28ad7edf37853f73d9faca138a02bceb8cc82d8f"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368">#4368</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7920364d6b6ac29e1b7fdbb38c8a9fe22eec61de"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304">#4304</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e7800ea17b73ce0d884c96f3a5a84b157e6574d"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367">#4367</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fbda2a805b5d9cf34e58c1b4240c46431cb0ddc1"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366">#4366</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67c080b0698a2a89f21d1de4eccae64203c1f2f2"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361">#4361</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/56ec41132b3937bc14d177fb9fbf771912820561"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358">#4358</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ca8a53af6abab678a96645bb4a154dc821e47f03"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356">#4356</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/501f6aa4412fad226c69f571f944a2cc114df4db"><code>501f6aa</code></a> chore(deps-dev): bump <code>@​babel/runtime</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7d2b4f00827622ea3375c6893dfde3bea7c51eb5"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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 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>
2 years ago
"rimraf": "^3.0.2",
"schema-utils": "^4.0.0",
Bump webpack-dev-server from 4.11.0 to 4.11.1 (#2292) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.0 to 4.11.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1">4.11.1</a> (2022-09-19)</h3> <h3>Bug Fixes</h3> <ul> <li>respect <code>client.logging</code> option for all logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4572">#4572</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31">375835c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/418e93200419d12f1d0113cad213767baf77cf76"><code>418e932</code></a> chore(release): 4.11.1</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31"><code>375835c</code></a> fix: respect <code>client.logging</code> option for all logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4572">#4572</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ef2f9e934b2436e528298deb6a9690958ae75971"><code>ef2f9e9</code></a> chore: fix examples for open target not working (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4575">#4575</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7da7336561773289514e2416dab176d0b7563a78"><code>7da7336</code></a> ci: workflow security</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5d4b3479c9d911d2e1927fab98764478c41be36f"><code>5d4b347</code></a> chore(deps-dev): bump core-js from 3.25.1 to 3.25.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4574">#4574</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87072c7a70de14c9242562594826ceaa04b88245"><code>87072c7</code></a> chore(deps-dev): bump <code>@​types/node-forge</code> from 1.0.4 to 1.0.5 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4571">#4571</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/28f6381e1b5d7bda654e3b8b8aa1874dafe52058"><code>28f6381</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4567">#4567</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/595003b2864bb74d6d6ab53078c10d8f0eece059"><code>595003b</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.19.0 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4568">#4568</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/67acc2e7868058b3112e23ba2cf15fab79fe0f5e"><code>67acc2e</code></a> chore(deps-dev): bump <code>@​babel/eslint-parser</code> from 7.18.9 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4569">#4569</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ad2dcc508110594810f942a3e22aae9130bfe5ec"><code>ad2dcc5</code></a> chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.19.0 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4570">#4570</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.11.0&new-version=4.11.1)](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 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>
2 years ago
"selfsigned": "^2.1.1",
"serve-index": "^1.9.1",
Bump webpack-dev-server from 4.9.0 to 4.9.1 (#2096) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.0 to 4.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.9.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.0...v4.9.1">4.9.1</a> (2022-05-31)</h3> <h3>Bug Fixes</h3> <ul> <li>security problem with sockjs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4465">#4465</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/e765182e426cbca9c3c09294b02ac2d9737c1d74">e765182</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.0...v4.9.1">4.9.1</a> (2022-05-31)</h3> <h3>Bug Fixes</h3> <ul> <li>security problem with sockjs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4465">#4465</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/e765182e426cbca9c3c09294b02ac2d9737c1d74">e765182</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/511f51a8720e93751f1f3f70660bfec4d0756c35"><code>511f51a</code></a> chore(release): 4.9.1</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/e765182e426cbca9c3c09294b02ac2d9737c1d74"><code>e765182</code></a> fix: security problem with sockjs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4465">#4465</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/e2113ed3298d97b32b19fd6ce6292960deb7d8f3"><code>e2113ed</code></a> chore(deps-dev): bump sockjs-client from 1.6.0 to 1.6.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4464">#4464</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/3166fcdaf0c25b01cf35752c38d0905a7c4ce8dd"><code>3166fcd</code></a> chore(deps-dev): bump memfs from 3.4.3 to 3.4.4 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4463">#4463</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/df7ce6e8f6dd8ede809b2256c9a8d094c6b7023b"><code>df7ce6e</code></a> chore: update deps and types (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4461">#4461</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/b3511e0139cd8e9ddd52a35265fa8d357ee65d90"><code>b3511e0</code></a> chore(deps-dev): bump core-js from 3.22.6 to 3.22.7 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4452">#4452</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/c90438da91109da6e36b35ffee04db260dde3089"><code>c90438d</code></a> chore(deps-dev): bump lint-staged from 12.4.1 to 12.4.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4451">#4451</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a414b263ec564be0c22a008b2646a029d6660902"><code>a414b26</code></a> chore(deps-dev): bump <code>@​babel/eslint-parser</code> from 7.17.0 to 7.18.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4459">#4459</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/c562d3167667d5b919681cc0ba0ab81b0144abe5"><code>c562d31</code></a> chore(deps-dev): bump <code>@​babel/preset-env</code></li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/e8f80089951950d2a571d94cced871f910c6f32b"><code>e8f8008</code></a> chore(deps-dev): bump <code>@​babel/core</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.0...v4.9.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.9.0&new-version=4.9.1)](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 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>
2 years ago
"sockjs": "^0.3.24",
"spdy": "^4.0.2",
"webpack-dev-middleware": "^5.3.1",
Bump webpack-dev-server from 4.11.1 to 4.12.0 (#2667) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 4.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.12.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4ffcf2bd7100cb317b8606f3059ad31e754ec5ec"><code>4ffcf2b</code></a> chore(release): 4.12.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a615d5b52a77a57318da9ceac890015938452d9e"><code>a615d5b</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4768">#4768</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556"><code>87a26cf</code></a> feat: catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/b0f15ace0123c125d5870609ef4691c141a6d187"><code>b0f15ac</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.20.7 to 7.21.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4745">#4745</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/3edafc01db7f4ece76bf851bb6575b9a198939df"><code>3edafc0</code></a> chore(deps): bump ws from 8.12.0 to 8.12.1 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4737">#4737</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8afc916729c22e8a86c78b46c9c2cc8f129410ca"><code>8afc916</code></a> chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4759">#4759</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ecb2cc515d5ea933988f28266c3a2aceb7a47e04"><code>ecb2cc5</code></a> chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4753">#4753</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/becc95da9859189d4bcae764c937164c69337cda"><code>becc95d</code></a> chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4761">#4761</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/78600174cbbc6023c688d8c51e87bf03fe19b795"><code>7860017</code></a> chore(deps-dev): bump core-js from 3.28.0 to 3.29.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4755">#4755</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8817fa88edbe11259375a889cbabc4c7d0c603ac"><code>8817fa8</code></a> chore(deps): bump open from 8.4.1 to 8.4.2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4748">#4748</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.11.1&new-version=4.12.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 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>
2 years ago
"ws": "^8.13.0"
},
"bin": {
"webpack-dev-server": "bin/webpack-dev-server.js"
},
"engines": {
"node": ">= 12.13.0"
},
Bump webpack-dev-server from 4.9.2 to 4.9.3 (#2151) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.2 to 4.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.9.3</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">4.9.3</a> (2022-06-29)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482">#4482</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/049b153b87ab908ae53b71356e0716bb3fc5bf07">049b153</a>)</li> <li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce">8936082</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">4.9.3</a> (2022-06-29)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482">#4482</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/049b153b87ab908ae53b71356e0716bb3fc5bf07">049b153</a>)</li> <li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce">8936082</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/fa5e454d197fc6ce7441f6c28449e1d35c83cefc"><code>fa5e454</code></a> chore(release): 4.9.3</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/42facd28ebe3c3da40ce9d5f0f14148636a7ec0f"><code>42facd2</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-object-assign</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4506">#4506</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/257549bd8a5caec964310f7bcb7573cc93d42b1e"><code>257549b</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.17.10 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4507">#4507</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce"><code>8936082</code></a> fix: history-api-fallback now supports HEAD requests and handles them the sam...</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/e0c4e7edf38c753a65da0cd6ac748c37775f7c20"><code>e0c4e7e</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.18.5 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4504">#4504</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/0370b5a527fed3e6f177b8f0831c7bed45871b48"><code>0370b5a</code></a> chore(deps-dev): bump <code>@​babel/runtime</code> from 7.18.3 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4503">#4503</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/73129c7f9d9493152faf6f5b2124f30f15994b2e"><code>73129c7</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4505">#4505</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/0e0100201c1a28b609c6d0e76298dce90340a476"><code>0e01002</code></a> chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.18.2 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4502">#4502</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8866300f05ec13f762e1fc37ef5ff5efb52849d3"><code>8866300</code></a> refactor: move scripts to same folder (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4500">#4500</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/7f1f2027dc798c24f181f2861c365fa5caf8c30e"><code>7f1f202</code></a> chore(deps-dev): bump core-js from 3.23.2 to 3.23.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4499">#4499</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.9.2&new-version=4.9.3)](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 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>
2 years ago
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^4.37.0 || ^5.0.0"
},
"peerDependenciesMeta": {
Bump webpack-dev-server from 4.12.0 to 4.13.1 (#2695) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.12.0 to 4.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.13.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.0...v4.13.1">4.13.1</a> (2023-03-18)</h3> <h3>Bug Fixes</h3> <ul> <li>make webpack optional peer dependency (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4778">#4778</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/71be54edcb890f53d2cd900c2801989a17c2c9b1">71be54e</a>)</li> </ul> <h2>v4.13.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.12.0...v4.13.0">4.13.0</a> (2023-03-17)</h2> <h3>Features</h3> <ul> <li>added <code>client.overlay.runtimeErrors</code> option to control runtime errors (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4773">#4773</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/dca2366e22a262e6052dae060c8b237f4e6fd26b">dca2366</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.0...v4.13.1">4.13.1</a> (2023-03-18)</h3> <h3>Bug Fixes</h3> <ul> <li>make webpack optional peer dependency (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4778">#4778</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/71be54edcb890f53d2cd900c2801989a17c2c9b1">71be54e</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.12.0...v4.13.0">4.13.0</a> (2023-03-17)</h2> <h3>Features</h3> <ul> <li>added <code>client.overlay.runtimeErrors</code> option to control runtime errors (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4773">#4773</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/dca2366e22a262e6052dae060c8b237f4e6fd26b">dca2366</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ed0ca20af719e553b666ad2a5bc35f0cecef6dd0"><code>ed0ca20</code></a> chore(release): 4.13.1</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/71be54edcb890f53d2cd900c2801989a17c2c9b1"><code>71be54e</code></a> fix: make webpack optional peer dependency (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4778">#4778</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e846078b3b9befafbc56b1cd6db7778175355c9"><code>4e84607</code></a> chore(release): 4.13.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/dca2366e22a262e6052dae060c8b237f4e6fd26b"><code>dca2366</code></a> feat: added <code>client.overlay.runtimeErrors</code> option to control runtime errors (...</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/46e02f3d0b8406b120dc60f6c61960fb498c5d15"><code>46e02f3</code></a> chore(deps): bump graceful-fs from 4.2.10 to 4.2.11 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4775">#4775</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/cf7b0dbadb7718092ac4311dab92fd81c0c55636"><code>cf7b0db</code></a> chore(deps-dev): bump webpack from 5.76.1 to 5.76.2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4772">#4772</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/2c8d98ca37f6b510591e7f855043db0bf49f76e3"><code>2c8d98c</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.21.0 to 7.21.3 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4769">#4769</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/f1df0436922daa89650671a2be04671d8d05dce2"><code>f1df043</code></a> chore(deps-dev): bump <code>@​babel/eslint-parser</code> from 7.19.1 to 7.21.3 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4770">#4770</a>)</li> <li>See full diff in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.12.0...v4.13.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.12.0&new-version=4.13.1)](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 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>
2 years ago
"webpack": {
"optional": true
},
"webpack-cli": {
"optional": true
}
}
},
"node_modules/webpack-dev-server/node_modules/rimraf": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"dev": true,
"dependencies": {
"glob": "^7.1.3"
},
"bin": {
"rimraf": "bin.js"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/webpack-merge": {
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.9.0.tgz",
"integrity": "sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==",
"dev": true,
"dependencies": {
"clone-deep": "^4.0.1",
"wildcard": "^2.0.0"
},
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/webpack-sources": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
"integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
"dev": true,
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/webpack/node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dev": true,
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/webpack/node_modules/ajv-keywords": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
"integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
"dev": true,
"peerDependencies": {
"ajv": "^6.9.1"
}
},
"node_modules/webpack/node_modules/json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
"dev": true
},
"node_modules/webpack/node_modules/schema-utils": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
"integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
"dev": true,
"dependencies": {
"@types/json-schema": "^7.0.8",
"ajv": "^6.12.5",
"ajv-keywords": "^3.5.2"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
},
"node_modules/websocket-driver": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
"integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
"dev": true,
"dependencies": {
"http-parser-js": ">=0.5.1",
"safe-buffer": ">=5.1.0",
"websocket-extensions": ">=0.1.1"
},
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/websocket-extensions": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
"integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
"dev": true,
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"dev": true,
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/wildcard": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz",
"integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
"dev": true
},
"node_modules/wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624) Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.36.1]</h2> <ul> <li>Marks unneeded dependencies as dev dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/6c56744c3419458f0dd48864520b759d1a3a1ca8"><code>6c56744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3607">#3607</a> from microsoft/hediet/capable-iguana</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a79b034ec40e0c9a5723e611a4527f34bb0ece2a"><code>a79b034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3609">#3609</a> from microsoft/hediet/annual-eagle</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/894e86a863e98529fb0d28a7120d797297544607"><code>894e86a</code></a> Updates changelog</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/30e55994a53b2958510c9a71398abc365533028a"><code>30e5599</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3606">#3606</a> from microsoft/hediet/smart-puma</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/05cbb29410d91e153e02dda8109805b378f858f5"><code>05cbb29</code></a> Sets version to 0.36.1</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1d29a6420a158756306b55e364f47039d760e54f"><code>1d29a64</code></a> Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3601">#3601</a></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.36.0&new-version=0.36.1)](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 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>
2 years ago
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
"dev": true
},
"node_modules/ws": {
Bump webpack-dev-server from 4.11.1 to 4.12.0 (#2667) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 4.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.12.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4ffcf2bd7100cb317b8606f3059ad31e754ec5ec"><code>4ffcf2b</code></a> chore(release): 4.12.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a615d5b52a77a57318da9ceac890015938452d9e"><code>a615d5b</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4768">#4768</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556"><code>87a26cf</code></a> feat: catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/b0f15ace0123c125d5870609ef4691c141a6d187"><code>b0f15ac</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.20.7 to 7.21.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4745">#4745</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/3edafc01db7f4ece76bf851bb6575b9a198939df"><code>3edafc0</code></a> chore(deps): bump ws from 8.12.0 to 8.12.1 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4737">#4737</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8afc916729c22e8a86c78b46c9c2cc8f129410ca"><code>8afc916</code></a> chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4759">#4759</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ecb2cc515d5ea933988f28266c3a2aceb7a47e04"><code>ecb2cc5</code></a> chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4753">#4753</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/becc95da9859189d4bcae764c937164c69337cda"><code>becc95d</code></a> chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4761">#4761</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/78600174cbbc6023c688d8c51e87bf03fe19b795"><code>7860017</code></a> chore(deps-dev): bump core-js from 3.28.0 to 3.29.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4755">#4755</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8817fa88edbe11259375a889cbabc4c7d0c603ac"><code>8817fa8</code></a> chore(deps): bump open from 8.4.1 to 8.4.2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4748">#4748</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.11.1&new-version=4.12.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 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>
2 years ago
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"dev": true,
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
Bump webpack-dev-server from 4.11.1 to 4.12.0 (#2667) Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 4.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v4.12.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">4.12.0</a> (2023-03-14)</h2> <h3>Features</h3> <ul> <li>allow to set the <code>sockjs_url</code> option (only <code>sockjs</code>) using the <code>webSocketServer.options.sockjsUrl</code> option (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4586">#4586</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945">69a2fba</a>)</li> <li>catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556">87a26cf</a>)</li> <li>improve styles for overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4576">#4576</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e">791fb85</a>)</li> <li>open editor when clicking error on overlay (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4587">#4587</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2">efb2cec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>compatibility with <code>experiments.buildHttp</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4585">#4585</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4">5b846cb</a>)</li> <li>respect <code>NODE_PATH</code> env variable (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4581">#4581</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6">b857e6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4ffcf2bd7100cb317b8606f3059ad31e754ec5ec"><code>4ffcf2b</code></a> chore(release): 4.12.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a615d5b52a77a57318da9ceac890015938452d9e"><code>a615d5b</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4768">#4768</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556"><code>87a26cf</code></a> feat: catch runtime error (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4605">#4605</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/b0f15ace0123c125d5870609ef4691c141a6d187"><code>b0f15ac</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.20.7 to 7.21.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4745">#4745</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/3edafc01db7f4ece76bf851bb6575b9a198939df"><code>3edafc0</code></a> chore(deps): bump ws from 8.12.0 to 8.12.1 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4737">#4737</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8afc916729c22e8a86c78b46c9c2cc8f129410ca"><code>8afc916</code></a> chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4759">#4759</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ecb2cc515d5ea933988f28266c3a2aceb7a47e04"><code>ecb2cc5</code></a> chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4753">#4753</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/becc95da9859189d4bcae764c937164c69337cda"><code>becc95d</code></a> chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4761">#4761</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/78600174cbbc6023c688d8c51e87bf03fe19b795"><code>7860017</code></a> chore(deps-dev): bump core-js from 3.28.0 to 3.29.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4755">#4755</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8817fa88edbe11259375a889cbabc4c7d0c603ac"><code>8817fa8</code></a> chore(deps): bump open from 8.4.1 to 8.4.2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4748">#4748</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.11.1&new-version=4.12.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 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>
2 years ago
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
}
}
}