Commit 6f9c24c
authored
Npm update everything except next.js and bulma (#790)
* use next/font instead of @next/font
Fixes build error due to future deprecation of @next/font in favor of
next/font. See https://nextjs.org/docs/messages/built-in-next-font
* npm bump classnames
https://github.com/JedWatson/classnames/blob/main/HISTORY.md
No breaking changes
* npm bump glob
https://github.com/isaacs/node-glob/blob/main/changelog.md
Used for listing the blog articles. Changed to using globSync alias
instead of glob.
* npm bump highlight.js
https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md
No relevant changes
* npm bump react and react-dom
https://github.com/facebook/react/blob/main/CHANGELOG.md
No relevant changes
* npm bump rehype-highlight, rehype-raw and add lowlight
https://github.com/rehypejs/rehype-highlight/releases/tag/7.0.1
https://github.com/rehypejs/rehype-highlight/releases/tag/7.0.0
https://github.com/rehypejs/rehype-raw/releases/tag/7.0.0
Required adding lowlight as a dependency to the project and updating the
config to use the common languages from lowlight as these are no longer
included in the config by default.
No relevant changes in rehype-raw
* npm bump rehype-slug
rehypejs/rehype-slug@5.1.0...6.0.0
No relevant changes
* npm bump rehype-stringify, remark{-parse,-rehype}, unified{,-stream}
bumped together as these should be using consistent versions.
https://github.com/rehypejs/rehype/releases
https://github.com/remarkjs/remark/releases
https://github.com/remarkjs/remark-rehype/releases
https://github.com/unifiedjs/unified/releases
https://github.com/unifiedjs/unified-stream/releases/tag/3.0.0
* npm bump unist-util-visit
https://github.com/syntax-tree/unist-util-visit/releases/tag/5.0.0
* npm bump dev dependencies
* npm bump sass
https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
No obvious breaking changes, but this is a large version bump (48 versions), so there may be some sutle ones.
No errors.
* npm run fmt1 parent 4bd85d5 commit 6f9c24c
File tree
5 files changed
+2269
-1502
lines changed- components
- lib
5 files changed
+2269
-1502
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments