obsidian-dev-utils 26.10.0 → 26.12.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": "26.10.0",
3
+ "version": "26.12.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"
@@ -442,7 +442,7 @@
442
442
  "version": "tsx scripts/version.ts"
443
443
  },
444
444
  "dependencies": {
445
- "@eslint/js": "^9.25.0",
445
+ "@eslint/js": "^9.25.1",
446
446
  "@guardian/eslint-plugin-tsdoc-required": "^0.1.3",
447
447
  "@lezer/common": "^1.2.3",
448
448
  "@stylistic/eslint-plugin": "^4.2.0",
@@ -459,8 +459,8 @@
459
459
  "@types/pug": "^2.0.10",
460
460
  "@types/react": "^19.1.2",
461
461
  "@types/shell-quote": "^1.7.5",
462
- "@typescript-eslint/eslint-plugin": "^8.30.1",
463
- "@typescript-eslint/parser": "^8.30.1",
462
+ "@typescript-eslint/eslint-plugin": "^8.31.0",
463
+ "@typescript-eslint/parser": "^8.31.0",
464
464
  "better-typescript-lib": "^2.11.0",
465
465
  "commander": "^13.1.0",
466
466
  "compare-versions": "^6.1.1",
@@ -469,17 +469,17 @@
469
469
  "dotenv": "^16.5.0",
470
470
  "dprint": "^0.49.1",
471
471
  "enhanced-resolve": "^5.18.1",
472
- "esbuild": "^0.25.2",
472
+ "esbuild": "^0.25.3",
473
473
  "esbuild-sass-plugin": "^3.3.1",
474
474
  "esbuild-svelte": "^0.9.2",
475
- "eslint": "^9.25.0",
475
+ "eslint": "^9.25.1",
476
476
  "eslint-import-resolver-typescript": "^4.3.4",
477
477
  "eslint-plugin-import-x": "^4.10.6",
478
- "eslint-plugin-jsdoc": "^50.6.9",
478
+ "eslint-plugin-jsdoc": "^50.6.10",
479
479
  "eslint-plugin-modules-newlines": "^0.0.7",
480
- "eslint-plugin-perfectionist": "^4.11.0",
480
+ "eslint-plugin-perfectionist": "^4.12.2",
481
481
  "eslint-plugin-tsdoc": "^0.4.0",
482
- "glob": "^11.0.1",
482
+ "glob": "^11.0.2",
483
483
  "jiti": "^2.4.2",
484
484
  "localforage": "^1.10.0",
485
485
  "lru-cache": "^11.1.0",
@@ -487,7 +487,7 @@
487
487
  "monkey-around": "^3.0.0",
488
488
  "npm-run-all": "^4.1.5",
489
489
  "obsidian": "^1.8.7",
490
- "obsidian-typings": "^3.1.0",
490
+ "obsidian-typings": "^3.2.0",
491
491
  "path-browserify": "^1.0.1",
492
492
  "postcss": "^8.5.3",
493
493
  "postcss-modules": "^6.0.1",
@@ -496,14 +496,14 @@
496
496
  "remark": "^15.0.1",
497
497
  "remark-parse": "^11.0.0",
498
498
  "remark-wiki-link": "^2.0.1",
499
- "sass": "^1.86.3",
499
+ "sass": "^1.87.0",
500
500
  "shell-quote": "^1.8.2",
501
501
  "svelte-check": "^4.1.6",
502
502
  "svelte-preprocess": "^6.0.3",
503
503
  "tsx": "^4.19.3",
504
504
  "type-fest": "^4.40.0",
505
505
  "typescript": "^5.8.3",
506
- "typescript-eslint": "^8.30.1"
506
+ "typescript-eslint": "^8.31.0"
507
507
  },
508
508
  "overrides": {
509
509
  "esbuild": "$esbuild"