Skip to content

nightmarenet: v0.3.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:56
a38374c

0.3.1 (2026-07-23)

Bug Fixes

  • add @testing-library/dom peer dependency (2f89603)
  • deps: add .npmrc with legacy-peer-deps to resolve ESLint 10 + TS 7 conflicts (f80ee0b)
  • deps: add npm override for eslint-plugin-jsx-a11y ESLint 10 peer dep (6aa7302)
  • deps: revert typescript to ^5 and eslint to ^9 (Next.js 16 incompatible with TS7/ESLint10) (5c1cf7e)
  • regenerate frontend lockfile to match package.json versions (0ed9e18)
  • remove turbopack.root __dirname from next.config.ts (961d119)
  • secure model card template loading (#455) (e9465e5)

Documentation

  • fix openapi.json to match CI Pydantic output (contentMediaType, ValidationError fields, status descriptions) (45f53ef)
  • regenerate openapi.json for v0.3.0 (5cc3279), closes #457