obsidian-integration-testing 4.1.2 → 4.1.5

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.
@@ -21,7 +21,7 @@ __export(library_exports, {
21
21
  LIBRARY_VERSION: () => LIBRARY_VERSION
22
22
  });
23
23
  module.exports = __toCommonJS(library_exports);
24
- const LIBRARY_VERSION = false ? "dev" : "4.1.1";
24
+ const LIBRARY_VERSION = false ? "dev" : "4.1.4";
25
25
  // Annotate the CommonJS export names for ESM import in node:
26
26
  0 && (module.exports = {
27
27
  LIBRARY_VERSION
@@ -1,4 +1,4 @@
1
- const LIBRARY_VERSION = false ? "dev" : "4.1.1";
1
+ const LIBRARY_VERSION = false ? "dev" : "4.1.4";
2
2
  export {
3
3
  LIBRARY_VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-integration-testing",
3
- "version": "4.1.2",
3
+ "version": "4.1.5",
4
4
  "description": "Simplifies integration testing of Obsidian plugins.",
5
5
  "keywords": [
6
6
  "obsidian",
@@ -96,7 +96,6 @@
96
96
  "version": "jiti scripts/version.ts"
97
97
  },
98
98
  "overrides": {
99
- "@antfu/utils": "9.2.0",
100
99
  "@sinonjs/fake-timers": "13.0.5",
101
100
  "electron": "42.0.1",
102
101
  "eslint-plugin-import": "$eslint-plugin-import-x",
@@ -109,7 +108,7 @@
109
108
  "urlpattern-polyfill": "npm:dry-uninstall"
110
109
  },
111
110
  "dependencies": {
112
- "puppeteer-core": "^25.0.2",
111
+ "puppeteer-core": "^25.0.4",
113
112
  "webdriverio": "9.27.0"
114
113
  },
115
114
  "devDependencies": {
@@ -120,6 +119,7 @@
120
119
  "@eslint/compat": "^2.1.0",
121
120
  "@eslint/config-helpers": "^0.6.0",
122
121
  "@eslint/js": "^10.0.1",
122
+ "@obsidian-typings/obsidian-public-latest": "^6.10.0",
123
123
  "@stylistic/eslint-plugin": "^5.10.0",
124
124
  "@total-typescript/ts-reset": "^0.6.1",
125
125
  "@tsconfig/strictest": "^2.0.8",
@@ -127,9 +127,9 @@
127
127
  "@types/markdown-it": "^14.1.2",
128
128
  "@types/semver": "^7.7.1",
129
129
  "@types/turndown": "^5.0.6",
130
- "@typescript-eslint/rule-tester": "^8.59.3",
131
- "@typescript-eslint/utils": "^8.59.3",
132
- "@vitest/coverage-v8": "^4.1.6",
130
+ "@typescript-eslint/rule-tester": "^8.59.4",
131
+ "@typescript-eslint/utils": "^8.59.4",
132
+ "@vitest/coverage-v8": "^4.1.7",
133
133
  "@vitest/runner": "4.1.0",
134
134
  "@wdio/protocols": "9.27.0",
135
135
  "@wdio/types": "9.27.0",
@@ -141,12 +141,13 @@
141
141
  "eslint": "^10.4.0",
142
142
  "eslint-import-resolver-typescript": "^4.4.4",
143
143
  "eslint-plugin-import-x": "^4.16.2",
144
- "eslint-plugin-jsdoc": "^62.9.0",
144
+ "eslint-plugin-jsdoc": "^63.0.0",
145
145
  "eslint-plugin-perfectionist": "^5.9.0",
146
146
  "eslint-plugin-tsdoc": "^0.5.2",
147
147
  "globals": "^17.6.0",
148
148
  "husky": "^9.1.7",
149
149
  "jest": "^30.4.2",
150
+ "jest-config": "^30.4.2",
150
151
  "jiti": "^2.7.0",
151
152
  "jsdom": "^29.1.1",
152
153
  "markdownlint": "^0.40.0",
@@ -154,14 +155,13 @@
154
155
  "markdownlint-rule-relative-links": "^5.1.0",
155
156
  "nano-staged": "^1.0.2",
156
157
  "obsidian": "^1.12.3",
157
- "obsidian-typings": "obsidian-public-latest",
158
- "semver": "^7.8.0",
159
- "ts-jest": "^29.4.9",
158
+ "semver": "^7.8.1",
159
+ "ts-jest": "^29.4.11",
160
160
  "type-fest": "^5.6.0",
161
161
  "typescript": "^6.0.3",
162
- "typescript-eslint": "^8.59.3",
162
+ "typescript-eslint": "^8.59.4",
163
163
  "vite": "8.0.12",
164
- "vitest": "^4.1.6"
164
+ "vitest": "^4.1.7"
165
165
  },
166
166
  "peerDependencies": {
167
167
  "obsidian": "^1.12.3",