- Support package manifest resolution under Yarn PnP (#1946) (a82efb6) - thanks @WooWan!
- Resolve oxlint jsPlugins from .oxlintrc.jsonc (#1973) (d055023) - thanks @DreierF!
- Update dependency bun to v1.4.0 (#1964) (937ab38) - thanks @renovate[bot]!
- Expose
defineConfigon a./configentrypoint (#1960) (17f7a60) - thanks @theRizwan! - Preserve all environment variables in exec.ts (#1979) (c0a9ecf) - thanks @DreamLongYT!
- Add support for TypeScript content mappers (#1978) (db67f9b) - thanks @remcohaszing!
- fix(vitest): resolve array entries and root-relative setup dependencies (#1982) (0ecf485) - thanks @DreamLongYT!
- Fix type annotation in dynamic configuration function example (ada88c7)
- Format docs with remark (7764c2a)
- Throw on configuration that is not an object (d7ac0cf)
- Clarify dependency inputs, isTypeOnly and toConfig in plugin docs (2bd3679)
- Resolve content mapper process from package.json#typescript.contentMapper.exec (74640c0)
- Encode argv arrays before parsing them as shell commands (b79234c)
- Update dependencies (2851014)
- Replace non-breaking space in module graph comment (4e22bfc)
- Update fix format test for oxfmt package.json key sorting (65011bf)
- fix(webpack): resolve entry descriptors using import field (#1981) (cad8910) - thanks @DreamLongYT!
- fix: count enum element access as a whole-object read (#1958) (5a47d60) - thanks @addielaruee!
- Resolve oxlint/vite-plus import resolvers from
settings(#1983) (c1165b7) - thanks @DreierF! - fix(nuxt): resolve string extends configs (#1984) (4a5d706) - thanks @DreamLongYT!
- Wrap up webpack entry resolution (505decd)
- Keep element access precise for number-like enum member names (bcbac3a)
- Resolve
Object.*enum enumeration through import aliases (347967d) - Resolve named string-key access on namespace-qualified enums (2ac1fbc)
- Normalize line endings in nuxt-config-string fixture (9fe2b2b)
- Resolve nuxt layer sources from all
extendsentry shapes (db13615) - Report unused exports behind Vitest module promise mocks (resolve #1966) (74954c2)
- Check line endings against
.gitattributesinpnpm run ci(ddc9fd0)