chore: bump tiddlywiki-plugin-dev to ^0.5.3#76
Conversation
|
❌ PR validation failed. Please check the workflow logs for details. |
There was a problem hiding this comment.
Pull request overview
Updates the project’s TiddlyWiki plugin development tooling and lockfile to the latest tiddlywiki-plugin-dev release, along with a Husky script adjustment.
Changes:
- Bump
tiddlywiki-plugin-devdependency to^0.5.3. - Refresh
pnpm-lock.yamlviapnpm install --lockfile-only --no-frozen-lockfile. - Replace deprecated
husky installwithhuskyinpreparescript.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates prepare script and bumps tiddlywiki-plugin-dev to ^0.5.3. |
| pnpm-lock.yaml | Updates resolved dependency graph for the new tiddlywiki-plugin-dev version (and related transitive upgrades). |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "dependencies": { | ||
| "npm-check-updates": "^20.0.1", | ||
| "tiddlywiki": "^5.3.8", | ||
| "tiddlywiki-plugin-dev": "^0.4.4" | ||
| "tiddlywiki-plugin-dev": "^0.5.3" |
There was a problem hiding this comment.
Bumping tiddlywiki-plugin-dev to ^0.5.3 pulls in chokidar@5 (engine >=20.19.0) and inquirer@13 (engine >=20.12.0), so the effective minimum Node version is higher than the current "engines": { "node": ">=20" }. Consider tightening the project Node engine range (and any documented Node requirement) so installs don’t unexpectedly fail on early Node 20.x versions that still satisfy >=20.
Unified update: tiddlywiki-plugin-dev -> ^0.5.3; run
pnpm install --lockfile-only --no-frozen-lockfile; replace deprecatedhusky installwithhuskywhere applicable.