Skip to content

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

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 26 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
26 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
58f3eb7
docs(api): document canMangle (#6257)
chenxsan Jul 6, 2022
513b8fd
build(deps-dev): bump tailwindcss from 3.1.4 to 3.1.5 (#6259)
dependabot[bot] Jul 8, 2022
e3a2560
build(deps-dev): bump @octokit/rest from 18.12.0 to 19.0.1 (#6260)
dependabot[bot] Jul 9, 2022
ec9bca6
build(deps-dev): bump @octokit/auth-action from 1.3.3 to 2.0.0 (#6261)
dependabot[bot] Jul 9, 2022
6e0e561
build(deps-dev): bump @parcel/css from 1.10.1 to 1.11.2 (#6263)
dependabot[bot] Jul 9, 2022
8547dec
fix(concepts): small grammatical edit (#6266)
mandel-sh Jul 12, 2022
9cf1539
build(deps-dev): bump postcss-loader from 7.0.0 to 7.0.1 (#6264)
dependabot[bot] Jul 12, 2022
af1c1ed
build(deps-dev): bump @octokit/rest from 19.0.1 to 19.0.3 (#6265)
dependabot[bot] Jul 12, 2022
220d29f
docs(en): merging all conflicts
docschina-bot Jul 12, 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
drop node 12 (webpack#6256)
  • Loading branch information
chenxsan authored Jul 3, 2022
commit f49efb6ce6c0c13e5a020d99f66b46333eaa8794
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/webpack/webpack.js.org/issues"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"scripts": {
"clean-dist": "rimraf ./dist",
Expand Down