3.43.11

(chore): Update linters and formatters to latest versions.

3.43.10

(chore): Update Dockerfile to only pre-cache for the default configuration options to reduce image size from 1.45GB to 823MB. The following dependencies are no longer pre-cached:

  • jest
  • @types/jest
  • node-fetch
  • @types/node-fetch
  • qs
  • @types/qs
  • readable-stream
  • @types/readable-stream
  • form-data
  • formdata-node
  • jest-environment-jsdom
  • prettier
  • oxfmt
  • oxlint
  • oxlint-tsgolint
  • ts-jest
  • form-data-encoder
  • fetch-mock-jest

Additionally, the Dockerfile only pre-caches using pnpm, removing duplicate yarn cache.

3.43.9

(chore): Update Dockerfile to use the latest generator-cli with improve reference.md generation.