Skip to content

Commit caba62f

Browse files
committed
Update Docusaurus and caniuse-lite browserslist
Also fix broken anchor links Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
1 parent d9f44c4 commit caba62f

File tree

5 files changed

+574
-545
lines changed

5 files changed

+574
-545
lines changed

docs/packaging/creating-a-new-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ git commit
166166

167167
### Commit message format for new packages
168168

169-
`git commit` on [an initialized repository](prepare-for-packaging.md#initialize-git-hooks) will automatically open your editor with the correct template.
169+
`git commit` on [an initialized repository](prepare-for-packaging.md#initialize-git-hooks-for-linting) will automatically open your editor with the correct template.
170170
Note that lines starting with a `#` will be ignored by Git and do not need to be removed.
171171

172172
There should be a summary line (with the package name), a blank line, and then the rest of the commit message.

docs/packaging/packaging-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This page is meant to serve as a changelog of sorts for the Solus packaging envi
118118

119119
#### Git hooks
120120

121-
- Run `go-task init` to initialize Git hooks for the packages repository. See [Prepare for packaging](prepare-for-packaging.md#initialize-git-hooks).
121+
- Run `go-task init` to initialize Git hooks for the packages repository. See [Prepare for packaging](prepare-for-packaging.md#initialize-git-hooks-for-linting).
122122
- Use `git commit` for committing packaging changes and fill in the template shown.
123123
It is no longer required to manually copy-paste the template or use `git commit --cleanup=scissors`.
124124

docs/packaging/updating-an-existing-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The following guidelines apply to the commit message body:
129129
- There may also be a section for Solus specific work (e.g. rebuild against x / rework to remove dependency).
130130
- Optional: A link to the upstream release notes page.
131131

132-
`git commit` on [an initialized repository](prepare-for-packaging.md#initialize-git-hooks) will automatically open your editor with the correct template.
132+
`git commit` on [an initialized repository](prepare-for-packaging.md#initialize-git-hooks-for-linting) will automatically open your editor with the correct template.
133133
Note that lines starting with a `#` will be ignored by Git and do not need to be removed.
134134

135135
_Important_: Do not include issue numbers in changelogs. This will incorrectly link your issue to another one in our repository.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"dependencies": {
2020
"@cmfcmf/docusaurus-search-local": "^1.2.0",
21-
"@docusaurus/core": "3.6.3",
22-
"@docusaurus/faster": "^3.6.3",
23-
"@docusaurus/plugin-ideal-image": "3.6.3",
24-
"@docusaurus/preset-classic": "3.6.3",
21+
"@docusaurus/core": "3.7.0",
22+
"@docusaurus/faster": "3.7.0",
23+
"@docusaurus/plugin-ideal-image": "3.7.0",
24+
"@docusaurus/preset-classic": "3.7.0",
2525
"@emotion/react": "^11.11.1",
2626
"@emotion/styled": "^11.11.0",
2727
"@mdx-js/react": "^3.0.0",
@@ -35,8 +35,8 @@
3535
"react-dom": "^18.2.0"
3636
},
3737
"devDependencies": {
38-
"@docusaurus/eslint-plugin": "3.6.3",
39-
"@docusaurus/module-type-aliases": "3.6.3",
38+
"@docusaurus/eslint-plugin": "3.7.0",
39+
"@docusaurus/module-type-aliases": "3.7.0",
4040
"@tsconfig/docusaurus": "^2.0.0",
4141
"@typescript-eslint/eslint-plugin": "^5.61.0",
4242
"@typescript-eslint/parser": "^5.61.0",

0 commit comments

Comments
 (0)