obsidian-integration-testing 10.3.1 → 10.4.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-integration-testing",
3
- "version": "10.3.1",
3
+ "version": "10.4.0",
4
4
  "description": "Simplifies integration testing of Obsidian plugins.",
5
5
  "keywords": [
6
6
  "obsidian",
@@ -162,8 +162,10 @@
162
162
  "version": "jiti scripts/version.ts"
163
163
  },
164
164
  "overrides": {
165
+ "@puppeteer/browsers": "^3.2.1",
165
166
  "@sinonjs/fake-timers": "13.0.5",
166
167
  "brace-expansion": "^5.0.9",
168
+ "deepmerge-ts": "^8.0.2",
167
169
  "eslint-plugin-import": "$eslint-plugin-import-x",
168
170
  "glob": "^13.0.6",
169
171
  "js-yaml": "4.3.1",
@@ -177,40 +179,40 @@
177
179
  "vite": "$vite"
178
180
  },
179
181
  "dependencies": {
180
- "puppeteer-core": "^25.7.0",
182
+ "puppeteer-core": "^25.8.0",
181
183
  "webdriverio": "9.27.0"
182
184
  },
183
185
  "devDependencies": {
184
- "@astrojs/markdown-remark": "^7.2.2",
185
- "@astrojs/starlight": "^0.41.7",
186
+ "@astrojs/markdown-remark": "^7.2.4",
187
+ "@astrojs/starlight": "^0.41.8",
186
188
  "@commitlint/cli": "^21.2.2",
187
189
  "@commitlint/config-conventional": "^21.2.2",
188
190
  "@commitlint/types": "^21.2.0",
189
191
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
190
192
  "@eslint/config-helpers": "^0.7.0",
191
193
  "@eslint/js": "^10.0.1",
192
- "@obsidian-typings/obsidian-public-latest": "^6.32.0",
194
+ "@obsidian-typings/obsidian-public-latest": "^6.34.0",
193
195
  "@resvg/resvg-js": "^2.6.2",
194
196
  "@stylistic/eslint-plugin": "^5.10.0",
195
197
  "@total-typescript/ts-reset": "^0.6.1",
196
198
  "@tsconfig/strictest": "^2.0.8",
197
199
  "@types/jest": "^30.0.0",
198
200
  "@types/semver": "^7.8.0",
199
- "@typescript-eslint/rule-tester": "^8.67.0",
200
- "@typescript-eslint/utils": "^8.67.0",
201
- "@vitest/coverage-v8": "^4.1.10",
202
- "astro": "^7.2.2",
201
+ "@typescript-eslint/rule-tester": "^8.68.0",
202
+ "@typescript-eslint/utils": "^8.68.0",
203
+ "@vitest/coverage-v8": "^4.1.11",
204
+ "astro": "^7.2.6",
203
205
  "better-typescript-lib": "^2.12.0",
204
- "cspell": "^10.0.1",
205
- "czg": "^1.13.2",
206
+ "cspell": "^10.1.0",
207
+ "czg": "^1.14.0",
206
208
  "dedent": "^1.7.2",
207
- "dprint": "^0.55.2",
209
+ "dprint": "^0.56.1",
208
210
  "esbuild": "^0.28.2",
209
- "eslint": "^10.8.1",
211
+ "eslint": "^10.9.1",
210
212
  "eslint-import-resolver-typescript": "^4.4.5",
211
213
  "eslint-plugin-astro": "^3.1.0",
212
214
  "eslint-plugin-import-x": "^4.17.1",
213
- "eslint-plugin-jsdoc": "^64.1.0",
215
+ "eslint-plugin-jsdoc": "^64.2.1",
214
216
  "eslint-plugin-perfectionist": "^5.10.1",
215
217
  "eslint-plugin-tsdoc": "^0.5.2",
216
218
  "eslint-plugin-unicorn": "^73.0.0",
@@ -219,25 +221,26 @@
219
221
  "jest": "^30.4.2",
220
222
  "jest-config": "^30.4.2",
221
223
  "jiti": "^2.7.0",
222
- "linkinator": "^8.0.3",
224
+ "linkinator": "^8.0.4",
223
225
  "markdownlint": "^0.41.1",
224
226
  "markdownlint-cli2": "^0.23.2",
225
227
  "markdownlint-rule-relative-links": "^5.1.2",
226
228
  "nano-staged": "^1.0.2",
227
229
  "obsidian": "^1.13.1",
228
- "satori": "^0.29.0",
230
+ "satori": "^0.33.4",
229
231
  "semver": "^7.8.5",
230
232
  "sharp": "^0.35.3",
231
233
  "starlight-github-alerts": "^0.4.0",
232
234
  "ts-jest": "^29.4.12",
233
235
  "ts-morph": "^28.0.0",
236
+ "tslib": "^2.8.1",
234
237
  "type-fest": "^5.8.0",
235
238
  "typedoc-plugin-mdn-links": "^5.1.1",
236
239
  "typescript": "6.0.3",
237
- "typescript-eslint": "^8.67.0",
240
+ "typescript-eslint": "^8.68.0",
238
241
  "unist-util-visit": "^5.1.0",
239
- "vite": "^8.2.1",
240
- "vitest": "^4.1.10",
242
+ "vite": "^8.2.2",
243
+ "vitest": "^4.1.11",
241
244
  "yaml": "^2.9.0"
242
245
  },
243
246
  "peerDependencies": {