obsidian-dev-utils 102.0.0 → 102.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-dev-utils",
3
- "version": "102.0.0",
3
+ "version": "102.1.0",
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"
@@ -682,9 +682,10 @@
682
682
  "eslint-plugin-n": "$eslint-plugin-n",
683
683
  "fflate": "$fflate",
684
684
  "glob": "^13.0.6",
685
- "js-yaml": "4.3.1",
685
+ "js-yaml": "4.3.2",
686
686
  "markdown-it": "^15.0.1",
687
687
  "readdir-glob": "^3.0.0",
688
+ "smol-toml": "^1.8.0",
688
689
  "test-exclude": "^8.0.0",
689
690
  "typescript": "$typescript"
690
691
  },
@@ -707,7 +708,7 @@
707
708
  "@types/parsimmon": "^1.10.9",
708
709
  "@types/path-browserify": "^1.0.3",
709
710
  "@types/pug": "^2.0.10",
710
- "@types/react": "^19.2.18",
711
+ "@types/react": "^19.3.0",
711
712
  "@types/semver": "^7.8.0",
712
713
  "@typescript-eslint/eslint-plugin": "^8.70.0",
713
714
  "@typescript-eslint/parser": "^8.70.0",
@@ -721,7 +722,7 @@
721
722
  "eslint": "^10.10.0",
722
723
  "eslint-import-resolver-typescript": "^4.4.5",
723
724
  "eslint-plugin-import-x": "^4.17.1",
724
- "eslint-plugin-jsdoc": "^64.3.6",
725
+ "eslint-plugin-jsdoc": "^64.3.8",
725
726
  "eslint-plugin-obsidianmd": "^0.4.2",
726
727
  "eslint-plugin-perfectionist": "^5.11.0",
727
728
  "eslint-plugin-tsdoc": "^0.5.2",
@@ -739,7 +740,7 @@
739
740
  "postcss": "^8.5.28",
740
741
  "postcss-modules": "^9.0.1",
741
742
  "preact": "^10.29.8",
742
- "react": "^19.2.8",
743
+ "react": "^19.3.0",
743
744
  "remark": "^15.0.1",
744
745
  "remark-parse": "^11.0.0",
745
746
  "remark-wiki-link": "^2.0.1",
@@ -772,7 +773,7 @@
772
773
  "jsdom": "^30.0.1",
773
774
  "moment": "^2.30.1",
774
775
  "nano-staged": "^1.0.2",
775
- "obsidian-integration-testing": "^12.0.0",
776
+ "obsidian-integration-testing": "^12.1.0",
776
777
  "obsidian-test-mocks": "^5.1.0",
777
778
  "satori": "^0.33.4",
778
779
  "starlight-github-alerts": "^0.4.0",