obsidian-dev-utils 71.0.0 → 71.0.1
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.
- package/CHANGELOG.md +4 -0
- package/package.json +14 -10
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "obsidian-dev-utils",
|
|
3
|
-
"version": "71.0.
|
|
3
|
+
"version": "71.0.1",
|
|
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": "$js-yaml",
|
|
648
|
+
"markdown-it": "$markdown-it",
|
|
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.
|
|
673
|
-
"@typescript-eslint/parser": "^8.61.
|
|
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,17 +685,19 @@
|
|
|
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.
|
|
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.
|
|
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",
|
|
693
695
|
"jiti": "^2.7.0",
|
|
696
|
+
"js-yaml": "^4.2.0",
|
|
694
697
|
"linkinator": "^7.6.1",
|
|
695
698
|
"localforage": "^1.10.0",
|
|
696
699
|
"lru-cache": "^11.5.1",
|
|
700
|
+
"markdown-it": "^14.2.0",
|
|
697
701
|
"markdownlint": "^0.41.0",
|
|
698
702
|
"markdownlint-cli2": "^0.22.1",
|
|
699
703
|
"markdownlint-rule-relative-links": "^5.1.0",
|
|
@@ -714,7 +718,7 @@
|
|
|
714
718
|
"svelte-preprocess": "^6.0.5",
|
|
715
719
|
"type-fest": "^5.7.0",
|
|
716
720
|
"typescript": "^6.0.3",
|
|
717
|
-
"typescript-eslint": "^8.61.
|
|
721
|
+
"typescript-eslint": "^8.61.1",
|
|
718
722
|
"unist-util-visit": "^5.1.0"
|
|
719
723
|
},
|
|
720
724
|
"devDependencies": {
|
|
@@ -723,9 +727,9 @@
|
|
|
723
727
|
"@commitlint/types": "^21.0.1",
|
|
724
728
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
725
729
|
"@types/markdown-it": "^14.1.2",
|
|
726
|
-
"@typescript-eslint/rule-tester": "^8.61.
|
|
727
|
-
"@vitest/coverage-v8": "^4.1.
|
|
728
|
-
"@vitest/runner": "^4.1.
|
|
730
|
+
"@typescript-eslint/rule-tester": "^8.61.1",
|
|
731
|
+
"@vitest/coverage-v8": "^4.1.9",
|
|
732
|
+
"@vitest/runner": "^4.1.9",
|
|
729
733
|
"better-typescript-lib": "^2.12.0",
|
|
730
734
|
"czg": "^1.13.1",
|
|
731
735
|
"dedent": "^1.7.2",
|
|
@@ -737,7 +741,7 @@
|
|
|
737
741
|
"obsidian-integration-testing": "^4.2.4",
|
|
738
742
|
"obsidian-test-mocks": "^3.1.1",
|
|
739
743
|
"ts-declaration-location": "^1.0.7",
|
|
740
|
-
"vitest": "^4.1.
|
|
744
|
+
"vitest": "^4.1.9",
|
|
741
745
|
"yaml": "^2.9.0"
|
|
742
746
|
},
|
|
743
747
|
"engines": {
|