Skip to content

Use ESM #5396

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

Merged
merged 38 commits into from
Sep 20, 2021
Merged

Use ESM #5396

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1f81f14
upgrade remark-emoji
chenxsan Sep 1, 2021
fe09805
remove WEBPACK_CLI_FORCE_LOAD_ESM_CONFIG
chenxsan Sep 1, 2021
ffef4e2
migrate build-content-tree
chenxsan Sep 1, 2021
66b0bbd
fix import
chenxsan Sep 1, 2021
0391896
use mjs
chenxsan Sep 1, 2021
1943898
read json
chenxsan Sep 1, 2021
d060bd0
use mjs
chenxsan Sep 2, 2021
22c3dbd
fix __dirname
chenxsan Sep 2, 2021
2fe4e52
fix __dirname
chenxsan Sep 2, 2021
84e7546
fix lodash
chenxsan Sep 2, 2021
d7e27cd
fix __dirname
chenxsan Sep 2, 2021
d0a772e
fix __dirname
chenxsan Sep 2, 2021
eb2775d
upgrade remark
chenxsan Sep 2, 2021
55cf66c
fix import
chenxsan Sep 2, 2021
7a48304
upgrade remark-html
chenxsan Sep 2, 2021
88d9713
upgrade remark-gfm
chenxsan Sep 2, 2021
4083e62
Revert "upgrade remark-gfm"
chenxsan Sep 2, 2021
e967f64
upgrade remark-autolink-headings
chenxsan Sep 2, 2021
87e1470
update remark-slug
chenxsan Sep 2, 2021
17fb0af
upgrade unist-util-visit
chenxsan Sep 2, 2021
638e832
clean up
chenxsan Sep 2, 2021
573e33b
fix extension
chenxsan Sep 2, 2021
7a3554e
upgrade remark-gfm
chenxsan Sep 2, 2021
40d5f50
Revert "upgrade remark-gfm"
chenxsan Sep 3, 2021
1b6e52d
Merge branch 'master' into feature/use-esm
chenxsan Sep 3, 2021
3314bde
fix __dirname
chenxsan Sep 3, 2021
2ae4352
fix __dirname
chenxsan Sep 3, 2021
50c0275
merge master
chenxsan Sep 4, 2021
f510565
Merge branch 'master' into feature/use-esm
chenxsan Sep 5, 2021
213ea9e
Merge branch 'master' into feature/use-esm
chenxsan Sep 8, 2021
9dd2bd2
Merge branch 'master' into feature/use-esm
chenxsan Sep 9, 2021
1b73e22
Merge branch 'master' into feature/use-esm
chenxsan Sep 10, 2021
d2440df
Merge branch 'master' into feature/use-esm
chenxsan Sep 11, 2021
4b99225
Merge branch 'master' into feature/use-esm
chenxsan Sep 14, 2021
2a1b973
Merge branch 'master' into feature/use-esm
chenxsan Sep 15, 2021
9bd9acf
Merge branch 'master' into feature/use-esm
chenxsan Sep 18, 2021
5d65ab4
fix tests for jest
chenxsan Sep 18, 2021
a5d4f13
docs(configuration): fix default value
chenxsan Sep 19, 2021
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
upgrade remark-autolink-headings
  • Loading branch information
chenxsan committed Sep 2, 2021
commit e967f641d89b2b6d5b35dbc65335fe219ccba9f7
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"react-refresh": "^0.10.0",
"redirect-webpack-plugin": "^1.0.0",
"remark": "^14.0.1",
"remark-autolink-headings": "^6.1.0",
"remark-autolink-headings": "7.0.1",
"remark-emoji": "^3.0.1",
"remark-extract-anchors": "1.1.1",
"remark-frontmatter": "^3.0.0",
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10636,15 +10636,16 @@ relateurl@^0.2.7:
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=

remark-autolink-headings@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/remark-autolink-headings/-/remark-autolink-headings-6.1.0.tgz#45fa1f8860e0fc6b78bcbc4b0f5d5dd696170e04"
integrity sha512-oeMSIfjaNboWPDVKahQAjF8iJ8hsz5aI8KFzAmmBdznir7zBvkgUjYE/BrpWvd02DCf/mSQ1IklznLkl3dVvZQ==
remark-autolink-headings@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/remark-autolink-headings/-/remark-autolink-headings-7.0.1.tgz#1d8528ea8783b828200d13c055ec2d5f2cae5060"
integrity sha512-a1BIwoJ0cSnX+sPp5u3AFULBFWHGYBt57Fo4a+7IlGiJOQxs8b7uYAE5Iu26Ocl7Y5cvinZy3FaGVruLCKg6vA==
dependencies:
"@types/hast" "^2.0.0"
"@types/mdast" "^3.0.0"
extend "^3.0.0"
unified "^9.0.0"
unist-util-visit "^2.0.0"
unified "^10.0.0"
unist-util-visit "^4.0.0"

remark-emoji@^3.0.1:
version "3.0.1"
Expand Down Expand Up @@ -12434,7 +12435,7 @@ unified@^10.0.0:
trough "^2.0.0"
vfile "^5.0.0"

unified@^9.0.0, unified@^9.2.0, unified@^9.2.1:
unified@^9.2.0, unified@^9.2.1:
version "9.2.2"
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975"
integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
Expand Down