sotashimozono_obsidian-remo.../plugin
sotashimozono 89db12cc63
fix(plugin): add node types to tsconfig to resolve unsafe-member warnings (#380)
* fix(plugin): add node types to tsconfig to resolve fs/process unsafe-member warnings

@types/node was already in devDependencies but missing from tsconfig
"types", so TypeScript couldn't resolve fs, path, process, and other
Node.js built-in types. This caused the ObsidianReviewBot to flag all
usages as "Unsafe member access on a type that cannot be resolved".

* chore: bump to 1.1.2-beta.1
2026-06-08 21:48:02 +09:00
..
e2e test(e2e): quarantine flaky reflect modify/large-image tests (#376) (#377) 2026-06-08 17:59:44 +09:00
scripts feat(release): formalize next=beta / main=stable two-channel model 2026-05-10 12:11:35 +09:00
src fix(plugin): replace banned eslint-disable any with precise ssh2 types (#379) 2026-06-08 21:20:16 +09:00
tests fix(connect): address #352 review — failed-spawn lockout + double Notice 2026-05-18 01:47:03 +09:00
esbuild.config.mjs fix(plugin): resolve Obsidian reviewer findings (CSS / disclosure / dynamic-exec) — 1.1.1-beta.2 (#373) 2026-06-08 17:17:41 +09:00
eslint.config.mjs chore(lint): tighten local config to mirror more of ObsidianReviewBot's checklist (0.4.76) 2026-04-29 20:50:14 +09:00
manifest.json fix(plugin): add node types to tsconfig to resolve unsafe-member warnings (#380) 2026-06-08 21:48:02 +09:00
package-lock.json release: prepare 1.1.1 promotion (drop -beta suffix) (#374) 2026-06-08 17:34:40 +09:00
package.json fix(plugin): add node types to tsconfig to resolve unsafe-member warnings (#380) 2026-06-08 21:48:02 +09:00
styles.css fix(plugin): resolve Obsidian reviewer findings (CSS / disclosure / dynamic-exec) — 1.1.1-beta.2 (#373) 2026-06-08 17:17:41 +09:00
tsconfig.json fix(plugin): add node types to tsconfig to resolve unsafe-member warnings (#380) 2026-06-08 21:48:02 +09:00
versions.json release: prepare 1.1.1 promotion (drop -beta suffix) (#374) 2026-06-08 17:34:40 +09:00
vitest.config.ts fix(tests): repair 6 CI failures + bump 1.0.36 (#278) 2026-05-09 23:26:01 +09:00
vitest.integration.config.ts chore(plugin): satisfy ObsidianReviewBot's stricter ruleset, round 2 (0.4.75) 2026-04-29 20:19:10 +09:00
vitest.replay.config.ts ci(replay): replay previous release tag's tests against current source 2026-04-30 17:54:22 +09:00
vitest.setup.ts chore(deps-dev): integrate dev-deps group + prefer-window-timers fix (1.1.1-beta.1) (#371) 2026-06-08 13:18:07 +09:00