Skip to content

docs(en): merge webpack.js.org/master into webpack.js.org/cn @ f82e706f #1610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3e4dcec
fix: improve highlighting for current subnav (#6240)
chenxsan Jun 26, 2022
089cfa2
docs(api): improve require docs (#6235)
vankop Jun 28, 2022
417412c
docs(concepts): fix typo in module-federation.mdx (#6242)
dimaaan21 Jun 28, 2022
4dc2268
build(deps-dev): bump sass-loader from 13.0.0 to 13.0.2 (#6243)
dependabot[bot] Jun 28, 2022
c70afd9
build(deps-dev): bump eslint-plugin-react from 7.30.0 to 7.30.1 (#6244)
dependabot[bot] Jun 28, 2022
61d01d9
build(deps-dev): bump lint-staged from 13.0.2 to 13.0.3 (#6245)
dependabot[bot] Jun 28, 2022
532418a
build(deps-dev): bump cypress from 10.2.0 to 10.3.0 (#6246)
dependabot[bot] Jun 29, 2022
a131225
build(deps-dev): bump @babel/preset-react from 7.17.12 to 7.18.6 (#6250)
dependabot[bot] Jun 29, 2022
4b9b604
build(deps-dev): bump @babel/core from 7.18.5 to 7.18.6 (#6247)
dependabot[bot] Jun 29, 2022
32d1566
build(deps-dev): bump @babel/preset-env from 7.18.2 to 7.18.6 (#6248)
dependabot[bot] Jun 29, 2022
a82e284
build(deps-dev): bump jest from 28.1.1 to 28.1.2 (#6251)
dependabot[bot] Jun 30, 2022
e13d86d
build(deps-dev): bump eslint-plugin-mdx from 2.0.0 to 2.0.1 (#6252)
dependabot[bot] Jul 1, 2022
e8c2f87
build(deps-dev): bump webpack-dev-server from 4.9.2 to 4.9.3 (#6253)
dependabot[bot] Jul 1, 2022
466badd
docs(configuration): add new type (#6225)
chenxsan Jul 2, 2022
f49efb6
drop node 12 (#6256)
chenxsan Jul 3, 2022
112ee14
docs: add `CycloneDX Webpack Plugin` (#6241)
jkowalleck Jul 3, 2022
f82e706
build(deps-dev): bump eslint from 8.18.0 to 8.19.0 (#6258)
dependabot[bot] Jul 5, 2022
119ef72
docs(en): merging all conflicts
docschina-bot Jul 5, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps-dev): bump webpack-dev-server from 4.9.2 to 4.9.3 (webpack…
…#6253)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.9.2...v4.9.3)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2022
commit e8c2f8766db26703149c39ab39766d378779a02e
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^6.5.3"
},
Expand Down
29 changes: 10 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4148,10 +4148,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=

connect-history-api-fallback@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
connect-history-api-fallback@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8"
integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==

console-clear@^1.1.0:
version "1.1.1"
Expand Down Expand Up @@ -9298,16 +9298,7 @@ onetime@^6.0.0:
dependencies:
mimic-fn "^4.0.0"

open@^8.0.9:
version "8.2.1"
resolved "https://registry.yarnpkg.com/open/-/open-8.2.1.tgz#82de42da0ccbf429bc12d099dad2e0975e14e8af"
integrity sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ==
dependencies:
define-lazy-prop "^2.0.0"
is-docker "^2.1.1"
is-wsl "^2.2.0"

open@^8.4.0:
open@^8.0.9, open@^8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8"
integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==
Expand Down Expand Up @@ -12697,10 +12688,10 @@ webpack-dev-middleware@^5.3.1:
range-parser "^1.2.1"
schema-utils "^4.0.0"

webpack-dev-server@^4.9.2:
version "4.9.2"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.2.tgz#c188db28c7bff12f87deda2a5595679ebbc3c9bc"
integrity sha512-H95Ns95dP24ZsEzO6G9iT+PNw4Q7ltll1GfJHV4fKphuHWgKFzGHWi4alTlTnpk1SPPk41X+l2RB7rLfIhnB9Q==
webpack-dev-server@^4.9.3:
version "4.9.3"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz#2360a5d6d532acb5410a668417ad549ee3b8a3c9"
integrity sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==
dependencies:
"@types/bonjour" "^3.5.9"
"@types/connect-history-api-fallback" "^1.3.5"
Expand All @@ -12714,7 +12705,7 @@ webpack-dev-server@^4.9.2:
chokidar "^3.5.3"
colorette "^2.0.10"
compression "^1.7.4"
connect-history-api-fallback "^1.6.0"
connect-history-api-fallback "^2.0.0"
default-gateway "^6.0.3"
express "^4.17.3"
graceful-fs "^4.2.6"
Expand Down