obsidian-dev-utils 71.0.0 → 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 +9 -0
  2. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ## 71.0.1
9
+
10
+ - chore: update libs
11
+
3
12
  ## 71.0.0
4
13
 
5
14
  - refactor: make displayLegacy() public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-dev-utils",
3
- "version": "71.0.0",
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,6 +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": "^4.2.0",
648
+ "markdown-it": "^14.2.0",
647
649
  "typescript": "$typescript"
648
650
  },
649
651
  "dependencies": {
@@ -669,8 +671,8 @@
669
671
  "@types/react": "^19.2.17",
670
672
  "@types/semver": "^7.7.1",
671
673
  "@types/shell-quote": "^1.7.5",
672
- "@typescript-eslint/eslint-plugin": "^8.61.0",
673
- "@typescript-eslint/parser": "^8.61.0",
674
+ "@typescript-eslint/eslint-plugin": "^8.61.1",
675
+ "@typescript-eslint/parser": "^8.61.1",
674
676
  "commander": "^15.0.0",
675
677
  "compare-versions": "^6.1.1",
676
678
  "cspell": "^10.0.1",
@@ -683,10 +685,10 @@
683
685
  "eslint": "^10.5.0",
684
686
  "eslint-import-resolver-typescript": "^4.4.5",
685
687
  "eslint-plugin-import-x": "^4.16.2",
686
- "eslint-plugin-jsdoc": "^63.0.2",
688
+ "eslint-plugin-jsdoc": "^63.0.5",
687
689
  "eslint-plugin-no-unsanitized": "^4.1.5",
688
690
  "eslint-plugin-obsidianmd": "^0.3.0",
689
- "eslint-plugin-perfectionist": "^5.9.0",
691
+ "eslint-plugin-perfectionist": "^5.9.1",
690
692
  "eslint-plugin-tsdoc": "^0.5.2",
691
693
  "globals": "^17.6.0",
692
694
  "i18next": "^26.3.1",
@@ -714,7 +716,7 @@
714
716
  "svelte-preprocess": "^6.0.5",
715
717
  "type-fest": "^5.7.0",
716
718
  "typescript": "^6.0.3",
717
- "typescript-eslint": "^8.61.0",
719
+ "typescript-eslint": "^8.61.1",
718
720
  "unist-util-visit": "^5.1.0"
719
721
  },
720
722
  "devDependencies": {
@@ -722,10 +724,9 @@
722
724
  "@commitlint/config-conventional": "^21.0.2",
723
725
  "@commitlint/types": "^21.0.1",
724
726
  "@total-typescript/ts-reset": "^0.6.1",
725
- "@types/markdown-it": "^14.1.2",
726
- "@typescript-eslint/rule-tester": "^8.61.0",
727
- "@vitest/coverage-v8": "^4.1.8",
728
- "@vitest/runner": "^4.1.8",
727
+ "@typescript-eslint/rule-tester": "^8.61.1",
728
+ "@vitest/coverage-v8": "^4.1.9",
729
+ "@vitest/runner": "^4.1.9",
729
730
  "better-typescript-lib": "^2.12.0",
730
731
  "czg": "^1.13.1",
731
732
  "dedent": "^1.7.2",
@@ -737,7 +738,7 @@
737
738
  "obsidian-integration-testing": "^4.2.4",
738
739
  "obsidian-test-mocks": "^3.1.1",
739
740
  "ts-declaration-location": "^1.0.7",
740
- "vitest": "^4.1.8",
741
+ "vitest": "^4.1.9",
741
742
  "yaml": "^2.9.0"
742
743
  },
743
744
  "engines": {