Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
119 changes: 115 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"astro": "^6.4.6",
"marked": "^18.0.5",
"tailwindcss": "^4.3.1",
"typescript": "^5.8.3"
"typescript": "^6.0.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove baseUrl before moving to TS 6

In this repo npm run build runs astro check, and both CI/Pages invoke that build while tsconfig.json:4 still sets compilerOptions.baseUrl. TypeScript 6 makes baseUrl a deprecation error unless it is removed or ignoreDeprecations is added (see the official TS 6 notes: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-6-0.html#deprecated-baseurl), so this dependency bump causes the build to fail before the site is generated.

Useful? React with 👍 / 👎.

}
}