Skip to content

chore: update dependencies and fix TypeScript config#10

Merged
linonetwo merged 5 commits into
masterfrom
deps/update-dependencies-2026-04
Apr 12, 2026
Merged

chore: update dependencies and fix TypeScript config#10
linonetwo merged 5 commits into
masterfrom
deps/update-dependencies-2026-04

Conversation

@linonetwo
Copy link
Copy Markdown
Contributor

Updates shared deps and TypeScript config to match Modern.TiddlyDev standard: typescript ^6.0.2, tiddlywiki-plugin-dev ^0.4.4, NodeNext module resolution. Only deps already present are updated.

Copilot AI review requested due to automatic review settings April 11, 2026 06:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates project tooling versions and aligns TypeScript configuration formatting with the referenced Modern.TiddlyDev baseline.

Changes:

  • Bump dev tooling dependencies (TypeScript, tw5-typed, @types/*, etc.) and tiddlywiki-plugin-dev.
  • Reformat tsconfig.json and remove the explicit baseUrl option.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
tsconfig.json Reformats TS config and drops baseUrl from compiler options.
package.json Updates dependency versions for TypeScript/tooling and tiddlywiki-plugin-dev.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines +39 to +57
"devDependencies": {
"@modern-js/tsconfig": "^3.1.3",
"@types/jasmine": "^6.0.0",
"@types/node": "^25.6.0",
"dprint": "^0.54.0",
"eslint-config-tidgi": "^2.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"postcss": "^8.5.9",
"rimraf": "^6.1.3",
"ts-node": "^10.9.2",
"tw5-typed": "^1.1.5",
"typescript": "^6.0.2"
},
"dependencies": {
"npm-check-updates": "^20.0.1",
"tiddlywiki": "^5.3.8",
"tiddlywiki-plugin-dev": "^0.4.4"
}
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency versions were bumped in package.json, but pnpm-lock.yaml is present in the repo and isn’t updated in this PR. That can lead to non-reproducible installs and CI using older resolved versions. Please regenerate and commit pnpm-lock.yaml (and keep it in sync with these version changes).

Copilot uses AI. Check for mistakes.
@linonetwo linonetwo merged commit 6bc29d6 into master Apr 12, 2026
1 check passed
@linonetwo linonetwo deleted the deps/update-dependencies-2026-04 branch April 12, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants