obsidian-integration-testing 4.1.0 → 4.1.2

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.0.1";
24
+ const LIBRARY_VERSION = false ? "dev" : "4.1.1";
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.0.1";
1
+ const LIBRARY_VERSION = false ? "dev" : "4.1.1";
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.0",
3
+ "version": "4.1.2",
4
4
  "description": "Simplifies integration testing of Obsidian plugins.",
5
5
  "keywords": [
6
6
  "obsidian",
@@ -19,9 +19,6 @@
19
19
  "license": "MIT",
20
20
  "author": "Michael Naumov",
21
21
  "type": "module",
22
- "main": "dist/lib/cjs/index.cjs",
23
- "module": "dist/lib/esm/index.mjs",
24
- "types": "dist/lib/esm/index.d.mts",
25
22
  "exports": {
26
23
  ".": {
27
24
  "import": {
@@ -62,6 +59,9 @@
62
59
  }
63
60
  }
64
61
  },
62
+ "main": "dist/lib/cjs/index.cjs",
63
+ "module": "dist/lib/esm/index.mjs",
64
+ "types": "dist/lib/esm/index.d.mts",
65
65
  "files": [
66
66
  "!dist/*.tgz",
67
67
  "**/package.json",
@@ -81,84 +81,90 @@
81
81
  "commit": "jiti scripts/commit.ts",
82
82
  "format": "jiti scripts/format.ts",
83
83
  "format:check": "jiti scripts/format-check.ts",
84
+ "postinstall": "node scripts/postinstall.mjs",
84
85
  "lint": "jiti scripts/lint.ts",
85
86
  "lint:fix": "jiti scripts/lint-fix.ts",
86
87
  "lint:md": "jiti scripts/lint-md.ts",
87
88
  "lint:md:fix": "jiti scripts/lint-md-fix.ts",
88
- "postinstall": "node scripts/postinstall.mjs",
89
89
  "prepare": "jiti scripts/prepare.ts",
90
90
  "spellcheck": "jiti scripts/spellcheck.ts",
91
91
  "test": "jiti scripts/test.ts",
92
92
  "test:coverage": "jiti scripts/test-coverage.ts",
93
- "test:jest": "jiti scripts/test-jest.ts",
94
93
  "test:integration": "jiti scripts/test-integration.ts",
94
+ "test:jest": "jiti scripts/test-jest.ts",
95
95
  "test:watch": "jiti scripts/test-watch.ts",
96
96
  "version": "jiti scripts/version.ts"
97
97
  },
98
- "devDependencies": {
99
- "@commitlint/cli": "latest",
100
- "@commitlint/config-conventional": "latest",
101
- "@commitlint/types": "latest",
102
- "@eslint-community/eslint-plugin-eslint-comments": "latest",
103
- "@eslint/compat": "latest",
104
- "@eslint/config-helpers": "latest",
105
- "@eslint/js": "latest",
106
- "@stylistic/eslint-plugin": "latest",
107
- "@total-typescript/ts-reset": "latest",
108
- "@tsconfig/strictest": "latest",
109
- "@types/jest": "latest",
110
- "@types/markdown-it": "latest",
111
- "@types/semver": "latest",
112
- "@types/turndown": "latest",
113
- "@typescript-eslint/rule-tester": "latest",
114
- "@typescript-eslint/utils": "latest",
115
- "@vitest/coverage-v8": "latest",
116
- "@vitest/runner": "4.1.0",
117
- "@wdio/protocols": "9.27.0",
118
- "@wdio/types": "9.27.0",
119
- "better-typescript-lib": "latest",
120
- "commitizen": "latest",
121
- "cspell": "latest",
122
- "cz-conventional-changelog": "latest",
123
- "dprint": "latest",
124
- "esbuild": "latest",
125
- "eslint": "latest",
126
- "eslint-import-resolver-typescript": "latest",
127
- "eslint-plugin-import-x": "latest",
128
- "eslint-plugin-jsdoc": "latest",
129
- "eslint-plugin-perfectionist": "latest",
130
- "eslint-plugin-tsdoc": "latest",
131
- "globals": "latest",
132
- "husky": "latest",
133
- "jest": "latest",
134
- "jiti": "latest",
135
- "jsdom": "latest",
136
- "markdownlint": "latest",
137
- "markdownlint-cli2": "latest",
138
- "markdownlint-rule-relative-links": "latest",
139
- "nano-staged": "latest",
140
- "obsidian": "latest",
141
- "obsidian-typings": "obsidian-public-latest",
142
- "semver": "latest",
143
- "ts-jest": "latest",
144
- "type-fest": "latest",
145
- "typescript": "latest",
146
- "typescript-eslint": "latest",
147
- "vitest": "latest"
148
- },
149
- "peerDependencies": {
150
- "obsidian": "latest",
151
- "type-fest": "latest"
152
- },
153
98
  "overrides": {
154
99
  "@antfu/utils": "9.2.0",
155
100
  "@sinonjs/fake-timers": "13.0.5",
156
- "eslint-plugin-import": "npm:eslint-plugin-import-x@latest",
157
- "type-fest": "latest",
101
+ "electron": "42.0.1",
102
+ "eslint-plugin-import": "$eslint-plugin-import-x",
103
+ "lodash": "4.18.1",
104
+ "lodash-es": "4.18.1",
105
+ "mermaid": "11.15.0",
106
+ "tmp": "0.2.5",
107
+ "type-fest": "$type-fest",
108
+ "typescript": "$typescript",
158
109
  "urlpattern-polyfill": "npm:dry-uninstall"
159
110
  },
160
111
  "dependencies": {
161
- "puppeteer-core": "latest",
112
+ "puppeteer-core": "^25.0.2",
162
113
  "webdriverio": "9.27.0"
114
+ },
115
+ "devDependencies": {
116
+ "@commitlint/cli": "^21.0.1",
117
+ "@commitlint/config-conventional": "^21.0.1",
118
+ "@commitlint/types": "^21.0.1",
119
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
120
+ "@eslint/compat": "^2.1.0",
121
+ "@eslint/config-helpers": "^0.6.0",
122
+ "@eslint/js": "^10.0.1",
123
+ "@stylistic/eslint-plugin": "^5.10.0",
124
+ "@total-typescript/ts-reset": "^0.6.1",
125
+ "@tsconfig/strictest": "^2.0.8",
126
+ "@types/jest": "^30.0.0",
127
+ "@types/markdown-it": "^14.1.2",
128
+ "@types/semver": "^7.7.1",
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",
133
+ "@vitest/runner": "4.1.0",
134
+ "@wdio/protocols": "9.27.0",
135
+ "@wdio/types": "9.27.0",
136
+ "better-typescript-lib": "^2.12.0",
137
+ "cspell": "^10.0.0",
138
+ "czg": "^1.13.1",
139
+ "dprint": "^0.54.0",
140
+ "esbuild": "^0.28.0",
141
+ "eslint": "^10.4.0",
142
+ "eslint-import-resolver-typescript": "^4.4.4",
143
+ "eslint-plugin-import-x": "^4.16.2",
144
+ "eslint-plugin-jsdoc": "^62.9.0",
145
+ "eslint-plugin-perfectionist": "^5.9.0",
146
+ "eslint-plugin-tsdoc": "^0.5.2",
147
+ "globals": "^17.6.0",
148
+ "husky": "^9.1.7",
149
+ "jest": "^30.4.2",
150
+ "jiti": "^2.7.0",
151
+ "jsdom": "^29.1.1",
152
+ "markdownlint": "^0.40.0",
153
+ "markdownlint-cli2": "^0.22.1",
154
+ "markdownlint-rule-relative-links": "^5.1.0",
155
+ "nano-staged": "^1.0.2",
156
+ "obsidian": "^1.12.3",
157
+ "obsidian-typings": "obsidian-public-latest",
158
+ "semver": "^7.8.0",
159
+ "ts-jest": "^29.4.9",
160
+ "type-fest": "^5.6.0",
161
+ "typescript": "^6.0.3",
162
+ "typescript-eslint": "^8.59.3",
163
+ "vite": "8.0.12",
164
+ "vitest": "^4.1.6"
165
+ },
166
+ "peerDependencies": {
167
+ "obsidian": "^1.12.3",
168
+ "type-fest": "^5.6.0"
163
169
  }
164
170
  }
@@ -1,8 +1,8 @@
1
1
  diff --git a/node_modules/vite/dist/node/index.d.ts b/node_modules/vite/dist/node/index.d.ts
2
- index f5c0ce2..81382de 100644
2
+ index 023a11a..e72d5b0 100644
3
3
  --- a/node_modules/vite/dist/node/index.d.ts
4
4
  +++ b/node_modules/vite/dist/node/index.d.ts
5
- @@ -2766,7 +2766,9 @@ interface ConfigPluginContext extends Omit<MinimalPluginContext, "meta" | "envir
5
+ @@ -2770,7 +2770,9 @@ interface ConfigPluginContext extends Omit<MinimalPluginContext, "meta" | "envir
6
6
  }
7
7
  interface MinimalPluginContextWithoutEnvironment extends Omit<MinimalPluginContext, "environment"> {}
8
8
  declare module "rolldown" {