Commit Graph
10 Commits
Author SHA1 Message Date
orrisroot 06985f95ac build(deps): bump cspell to 10.3.2 2026-09-15 20:30:52 +09:00
orrisroot 0e99d1cd3d build: update dependencies and move to react-router 8
react-router-dom stops at 7; version 8 ships only as react-router,
which the other archived sites already use.

- import the router from react-router instead of react-router-dom
- update React, Vite, three.js types, Biome and CSpell
- keep @types/node on the 24.x line with .ncurc.js
2026-09-14 19:26:53 +09:00
orrisroot b984884b88 build: replace eslint with the biome linter
ESLint and Biome both ran over the same sources with overlapping
rules. Biome already covers formatting and the recommended React
rules, so keeping ESLint only duplicated the configuration.

- Remove eslint.config.js and every ESLint package
- Add lint and lint:check scripts backed by biome lint
- Enable useComponentExportOnlyModules to keep the React Fast
  Refresh check that eslint-plugin-react-refresh provided
- Drop the stale eslint-disable comment in DataViewer, the
  eslint.enable editor setting, and the .eslintcache ignore entry
- Add cspell as a devDependency with a spell:check script
- Bump the runtime and build dependencies, and upgrade
  TypeScript to 7
- Stop tracking package-lock.json
- Bump the version to 3.0.2
2026-09-09 12:44:54 +09:00
orrisroot 3f684a90b4 fix: correct typo and extract shared Notice component
Fix typo "Arrangemtns" to "Arrangements" in figure captions
for all 16 TE*.json dataset files.

Extract a reusable Notice component from Contact and News pages
to avoid duplicated inline notice markup.

Replace react-helmet-async with @dr.pogodin/react-helmet.

Add VS Code workspace config and cspell dictionary.
2026-06-11 00:59:27 +09:00
orrisroot d73f4ef2b9 build(deps): bump dependencies to latest patch versions 2026-06-11 00:09:39 +09:00
orrisroot aae43e9421 refactor(build): migrate from Create React App to Vite
Major build system migration replacing react-scripts with Vite.
Upgrades React to v19, Redux Toolkit to v2, Three.js to 0.184,
and replaces axios with ky. Removes IE11 support, test
infrastructure, and polyfills. Updates TypeScript config to
project references and bumps version to 3.0.0.
2026-05-24 20:16:04 +09:00
orrisroot 3f4f7bd580 update libraries. 2022-06-07 16:00:41 +09:00
orrisroot e4f68936cd update libraries. 2022-05-16 14:35:20 +09:00
orrisroot b5f97cb80d add google analytics code. 2022-05-12 13:36:54 +09:00
orrisroot 81de5e7154 first commit. 2022-05-11 18:50:27 +09:00