obsidian-dev-utils 43.4.0 → 43.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.
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "../../dist/lib/cjs/obsidian/Editor.cjs",
3
+ "module": "../../dist/lib/esm/obsidian/Editor.mjs",
4
+ "type": "module",
5
+ "types": "../../dist/lib/cjs/obsidian/Editor.d.cts"
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-dev-utils",
3
- "version": "43.4.0",
3
+ "version": "43.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"
@@ -519,8 +519,8 @@
519
519
  "build:generate-exports": "jiti scripts/build-generate-exports.ts",
520
520
  "build:generate-index": "jiti scripts/build-generate-index.ts",
521
521
  "build:lib": "jiti scripts/build-lib.ts",
522
- "build:styles": "sass src/styles/main.scss dist/styles.css --embed-sources --embed-source-map",
523
522
  "build:static": "jiti scripts/cli.ts build:static",
523
+ "build:styles": "sass src/styles/main.scss dist/styles.css --embed-sources --embed-source-map",
524
524
  "build:types": "jiti scripts/build-types.ts",
525
525
  "commit": "cz",
526
526
  "format": "jiti scripts/cli.ts format",
@@ -533,31 +533,38 @@
533
533
  "spellcheck": "jiti scripts/cli.ts spellcheck",
534
534
  "version": "jiti scripts/version.ts"
535
535
  },
536
+ "overrides": {
537
+ "@antfu/utils": "9.2.0",
538
+ "dompurify": "3.0.1",
539
+ "esbuild": "$esbuild"
540
+ },
536
541
  "dependencies": {
542
+ "@codemirror/state": "6.5.0",
543
+ "@codemirror/view": "6.38.1",
537
544
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
538
- "@eslint/js": "^9.37.0",
545
+ "@eslint/js": "^9.38.0",
539
546
  "@guardian/eslint-plugin-tsdoc-required": "^0.1.3",
540
- "@lezer/common": "^1.2.3",
541
- "@stylistic/eslint-plugin": "^5.4.0",
547
+ "@lezer/common": "^1.3.0",
548
+ "@stylistic/eslint-plugin": "^5.5.0",
542
549
  "@total-typescript/ts-reset": "^0.6.1",
543
550
  "@tsconfig/strictest": "^2.0.6",
544
551
  "@types/babel__core": "^7.20.5",
545
552
  "@types/doctrine": "^0.0.9",
546
553
  "@types/eslint": "^9.6.1",
547
554
  "@types/luxon": "^3.7.1",
548
- "@types/node": "^24.8.0",
555
+ "@types/node": "^24.9.1",
549
556
  "@types/parsimmon": "^1.10.9",
550
557
  "@types/path-browserify": "^1.0.3",
551
558
  "@types/picomatch": "^4.0.2",
552
559
  "@types/pug": "^2.0.10",
553
560
  "@types/react": "^19.2.2",
554
561
  "@types/shell-quote": "^1.7.5",
555
- "@typescript-eslint/eslint-plugin": "^8.46.1",
556
- "@typescript-eslint/parser": "^8.46.1",
562
+ "@typescript-eslint/eslint-plugin": "^8.46.2",
563
+ "@typescript-eslint/parser": "^8.46.2",
557
564
  "better-typescript-lib": "^2.12.0",
558
- "commander": "^14.0.1",
565
+ "commander": "^14.0.2",
559
566
  "compare-versions": "^6.1.1",
560
- "cspell": "^9.2.1",
567
+ "cspell": "^9.2.2",
561
568
  "debug": "^4.4.3",
562
569
  "dotenv": "^17.2.3",
563
570
  "dprint": "^0.50.2",
@@ -565,17 +572,17 @@
565
572
  "esbuild": "^0.25.11",
566
573
  "esbuild-sass-plugin": "^3.3.1",
567
574
  "esbuild-svelte": "^0.9.3",
568
- "eslint": "^9.37.0",
575
+ "eslint": "^9.38.0",
569
576
  "eslint-import-resolver-typescript": "^4.4.4",
570
577
  "eslint-plugin-import-x": "^4.16.1",
571
- "eslint-plugin-jsdoc": "^61.1.4",
578
+ "eslint-plugin-jsdoc": "^61.1.8",
572
579
  "eslint-plugin-modules-newlines": "^0.0.7",
573
580
  "eslint-plugin-perfectionist": "^4.15.1",
574
581
  "eslint-plugin-tsdoc": "^0.4.0",
575
582
  "glob": "^11.0.3",
576
583
  "i18next": "^25.6.0",
577
584
  "jiti": "^2.6.1",
578
- "linkinator": "^7.1.3",
585
+ "linkinator": "^7.3.0",
579
586
  "localforage": "^1.10.0",
580
587
  "lru-cache": "^11.2.2",
581
588
  "markdownlint": "^0.39.0",
@@ -600,14 +607,9 @@
600
607
  "svelte-preprocess": "^6.0.3",
601
608
  "type-fest": "^5.1.0",
602
609
  "typescript": "^5.9.3",
603
- "typescript-eslint": "^8.46.1",
610
+ "typescript-eslint": "^8.46.2",
604
611
  "unist-util-visit": "^5.0.0"
605
612
  },
606
- "overrides": {
607
- "@antfu/utils": "9.2.0",
608
- "dompurify": "3.0.1",
609
- "esbuild": "$esbuild"
610
- },
611
613
  "devDependencies": {
612
614
  "@commitlint/cli": "^20.1.0",
613
615
  "@commitlint/config-conventional": "^20.0.0",