Skip to content

Commit a62a218

Browse files
committed
chore(all): updated packages
1 parent 466ea17 commit a62a218

File tree

8 files changed

+6800
-3333
lines changed

8 files changed

+6800
-3333
lines changed

docs/content/docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.6.4 (2025-06-01)
4+
5+
### Patch Changes
6+
7+
- Added theme translations for "de" locale.
8+
- Fix navigation items without group or categories (`@group/@category=none`) ([#815](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/815)).
9+
- Correctly handle sidebar groups for packages with merged modules.
10+
311
## 4.6.3 (2025-04-23)
412

513
### Patch Changes

docs/content/plugins/remark/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.1 (2025-06-01)
4+
5+
### Patch Changes
6+
7+
- Fix incorrect options interface - thanks @r4ai.
8+
39
## 2.0.0 (2025-04-22)
410

511
This release includes fundamental architectural improvements and support for loading plugins conditionally based on page kind.

docs/package-lock.json

Lines changed: 391 additions & 215 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"@fortawesome/free-brands-svg-icons": "^6.7.2",
1919
"@fortawesome/free-solid-svg-icons": "^6.7.2",
2020
"@fortawesome/react-fontawesome": "^0.2.2",
21-
"next": "^15.3.1",
21+
"next": "^15.3.3",
2222
"nextra": "^4.2.17",
2323
"nextra-theme-docs": "^4.2.17",
2424
"react": "^19.1.0",
2525
"react-dom": "^19.1.0"
2626
},
2727
"devDependencies": {
28-
"@tailwindcss/postcss": "^4.1.4",
29-
"@types/node": "^22.15.2",
30-
"@types/react": "^19.1.2",
28+
"@tailwindcss/postcss": "^4.1.10",
29+
"@types/node": "^24.0.3",
30+
"@types/react": "^19.1.8",
3131
"copyfiles": "^2.4.1",
32-
"eslint": "^9.25.1",
32+
"eslint": "^9.29.0",
3333
"pagefind": "^1.3.0",
34-
"postcss": "^8.5.3",
35-
"tailwindcss": "^4.1.4"
34+
"postcss": "^8.5.6",
35+
"tailwindcss": "^4.1.10"
3636
}
3737
}

0 commit comments

Comments
 (0)