obsidian-dev-utils 71.0.1 → 71.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 71.0.2
4
+
5
+ - chore(deps): drop unused @types/markdown-it devDependency
6
+ - fix(deps): stop listing override-only js-yaml/markdown-it as direct deps
7
+
3
8
  ## 71.0.1
4
9
 
5
10
  - chore: update libs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-dev-utils",
3
- "version": "71.0.1",
3
+ "version": "71.0.2",
4
4
  "description": "This is the collection of useful functions that you can use for your Obsidian plugin development.",
5
5
  "keywords": [
6
6
  "obsidian"
@@ -644,8 +644,8 @@
644
644
  "@typescript-eslint/parser": "$@typescript-eslint/parser",
645
645
  "@vitest/coverage-v8": "$@vitest/coverage-v8",
646
646
  "eslint": "$eslint",
647
- "js-yaml": "$js-yaml",
648
- "markdown-it": "$markdown-it",
647
+ "js-yaml": "^4.2.0",
648
+ "markdown-it": "^14.2.0",
649
649
  "typescript": "$typescript"
650
650
  },
651
651
  "dependencies": {
@@ -693,11 +693,9 @@
693
693
  "globals": "^17.6.0",
694
694
  "i18next": "^26.3.1",
695
695
  "jiti": "^2.7.0",
696
- "js-yaml": "^4.2.0",
697
696
  "linkinator": "^7.6.1",
698
697
  "localforage": "^1.10.0",
699
698
  "lru-cache": "^11.5.1",
700
- "markdown-it": "^14.2.0",
701
699
  "markdownlint": "^0.41.0",
702
700
  "markdownlint-cli2": "^0.22.1",
703
701
  "markdownlint-rule-relative-links": "^5.1.0",
@@ -726,7 +724,6 @@
726
724
  "@commitlint/config-conventional": "^21.0.2",
727
725
  "@commitlint/types": "^21.0.1",
728
726
  "@total-typescript/ts-reset": "^0.6.1",
729
- "@types/markdown-it": "^14.1.2",
730
727
  "@typescript-eslint/rule-tester": "^8.61.1",
731
728
  "@vitest/coverage-v8": "^4.1.9",
732
729
  "@vitest/runner": "^4.1.9",