obsidian-dev-utils 88.5.0 → 88.6.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": "88.5.0",
3
+ "version": "88.6.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"
@@ -676,7 +676,7 @@
676
676
  "eslint-plugin-n": "$eslint-plugin-n",
677
677
  "glob": "^13.0.6",
678
678
  "js-yaml": "4.3.0",
679
- "markdown-it": "^14.3.0",
679
+ "markdown-it": "^15.0.0",
680
680
  "readdir-glob": "^3.0.0",
681
681
  "test-exclude": "^8.0.0",
682
682
  "typescript": "$typescript"
@@ -688,8 +688,8 @@
688
688
  "@eslint/compat": "^2.1.0",
689
689
  "@eslint/config-helpers": "^0.7.0",
690
690
  "@eslint/js": "^10.0.1",
691
- "@lezer/common": "1.2.3",
692
- "@obsidian-typings/obsidian-public-latest": "^6.26.0",
691
+ "@lezer/common": "1.5.2",
692
+ "@obsidian-typings/obsidian-public-latest": "^6.27.0",
693
693
  "@stylistic/eslint-plugin": "^5.10.0",
694
694
  "@tsconfig/strictest": "^2.0.8",
695
695
  "@types/babel__core": "^7.20.5",
@@ -712,7 +712,7 @@
712
712
  "cspell": "^10.0.1",
713
713
  "debug": "^4.4.3",
714
714
  "dprint": "^0.55.2",
715
- "enhanced-resolve": "^5.24.4",
715
+ "enhanced-resolve": "^5.24.5",
716
716
  "esbuild": "^0.28.1",
717
717
  "esbuild-sass-plugin": "^3.7.0",
718
718
  "esbuild-svelte": "^0.9.5",
@@ -753,6 +753,7 @@
753
753
  },
754
754
  "devDependencies": {
755
755
  "@astrojs/check": "^0.9.10",
756
+ "@astrojs/markdown-remark": "^7.2.2",
756
757
  "@astrojs/starlight": "^0.41.5",
757
758
  "@commitlint/cli": "^21.2.1",
758
759
  "@commitlint/config-conventional": "^21.2.0",
@@ -768,7 +769,7 @@
768
769
  "astro": "^7.1.6",
769
770
  "astro-eslint-parser": "^3.0.0",
770
771
  "better-typescript-lib": "^2.12.0",
771
- "brace-expansion-upstream": "npm:brace-expansion@^5.0.8",
772
+ "brace-expansion-upstream": "npm:brace-expansion@^5.0.9",
772
773
  "czg": "^1.13.1",
773
774
  "dedent": "^1.7.2",
774
775
  "eslint-plugin-astro": "^3.0.1",