obsidian-dev-utils 69.1.0 → 69.1.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.
- package/CHANGELOG.md +13 -0
- package/dist/dev/main.js +1 -1
- package/dist/lib/cjs/library.cjs +1 -1
- package/dist/lib/cjs/obsidian/components/layout-ready-component.cjs +1 -1
- package/dist/lib/cjs/obsidian/components/layout-ready-component.d.cts +1 -1
- package/dist/lib/cjs/obsidian/plugin/plugin.cjs +1 -1
- package/dist/lib/cjs/obsidian/plugin/plugin.d.cts +6 -6
- package/dist/lib/cjs/script-utils/linters/eslint-rules/require-super-call.cjs +8 -5
- package/dist/lib/esm/library.mjs +1 -1
- package/dist/lib/esm/obsidian/components/layout-ready-component.d.mts +1 -1
- package/dist/lib/esm/obsidian/components/layout-ready-component.mjs +1 -1
- package/dist/lib/esm/obsidian/plugin/plugin.d.mts +6 -6
- package/dist/lib/esm/obsidian/plugin/plugin.mjs +1 -1
- package/dist/lib/esm/script-utils/linters/eslint-rules/require-super-call.mjs +8 -5
- package/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "obsidian-dev-utils",
|
|
3
|
-
"version": "69.1.
|
|
3
|
+
"version": "69.1.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"
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
"@eslint/config-helpers": "^0.6.0",
|
|
655
655
|
"@eslint/js": "^10.0.1",
|
|
656
656
|
"@lezer/common": "1.2.3",
|
|
657
|
-
"@obsidian-typings/obsidian-public-latest": "^6.
|
|
657
|
+
"@obsidian-typings/obsidian-public-latest": "^6.12.0",
|
|
658
658
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
659
659
|
"@tsconfig/strictest": "^2.0.8",
|
|
660
660
|
"@types/babel__core": "^7.20.5",
|
|
@@ -669,8 +669,8 @@
|
|
|
669
669
|
"@types/react": "^19.2.15",
|
|
670
670
|
"@types/semver": "^7.7.1",
|
|
671
671
|
"@types/shell-quote": "^1.7.5",
|
|
672
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
673
|
-
"@typescript-eslint/parser": "^8.
|
|
672
|
+
"@typescript-eslint/eslint-plugin": "^8.60.0",
|
|
673
|
+
"@typescript-eslint/parser": "^8.60.0",
|
|
674
674
|
"commander": "^14.0.3",
|
|
675
675
|
"compare-versions": "^6.1.1",
|
|
676
676
|
"cspell": "^10.0.0",
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
690
690
|
"eslint-plugin-tsdoc": "^0.5.2",
|
|
691
691
|
"globals": "^17.6.0",
|
|
692
|
-
"i18next": "^26.
|
|
692
|
+
"i18next": "^26.3.0",
|
|
693
693
|
"jiti": "^2.7.0",
|
|
694
694
|
"linkinator": "^7.6.1",
|
|
695
695
|
"localforage": "^1.10.0",
|
|
@@ -699,7 +699,6 @@
|
|
|
699
699
|
"markdownlint-rule-relative-links": "^5.1.0",
|
|
700
700
|
"monkey-around": "^3.0.0",
|
|
701
701
|
"obsidian": "^1.12.3",
|
|
702
|
-
"obsidian-integration-testing": "^4.1.5",
|
|
703
702
|
"path-browserify": "^1.0.1",
|
|
704
703
|
"postcss": "^8.5.15",
|
|
705
704
|
"postcss-modules": "^6.0.1",
|
|
@@ -715,7 +714,7 @@
|
|
|
715
714
|
"svelte-preprocess": "^6.0.5",
|
|
716
715
|
"type-fest": "^5.6.0",
|
|
717
716
|
"typescript": "^6.0.3",
|
|
718
|
-
"typescript-eslint": "^8.
|
|
717
|
+
"typescript-eslint": "^8.60.0",
|
|
719
718
|
"unist-util-visit": "^5.1.0"
|
|
720
719
|
},
|
|
721
720
|
"devDependencies": {
|
|
@@ -724,7 +723,7 @@
|
|
|
724
723
|
"@commitlint/types": "^21.0.1",
|
|
725
724
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
726
725
|
"@types/markdown-it": "^14.1.2",
|
|
727
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
726
|
+
"@typescript-eslint/rule-tester": "^8.60.0",
|
|
728
727
|
"@vitest/coverage-v8": "^4.1.7",
|
|
729
728
|
"@vitest/runner": "^4.1.7",
|
|
730
729
|
"better-typescript-lib": "^2.12.0",
|
|
@@ -735,7 +734,7 @@
|
|
|
735
734
|
"moment": "^2.30.1",
|
|
736
735
|
"nano-staged": "^1.0.2",
|
|
737
736
|
"obsidian-integration-testing": "^4.1.5",
|
|
738
|
-
"obsidian-test-mocks": "^
|
|
737
|
+
"obsidian-test-mocks": "^3.0.0",
|
|
739
738
|
"patch-package": "^8.0.1",
|
|
740
739
|
"vitest": "^4.1.7",
|
|
741
740
|
"yaml": "^2.9.0"
|