post-processing
post-processing copied to clipboard
fix: packages exports types
This PR fixed subpackges exports for node10 and node16 and also includes:
- adds "typesVersions" to fix node10 types resolutions
- adds
rollupTypes: trueto rollup dts plugin to emit vue types in js instead on vue.d.ts - ~~pins
typescripttov5.4.2, we need some ts update (https://github.com/microsoft/rushstack/issues/5052)~~ - ~~adds
typescriptand@arethetypeswrong/clito ignore deps in renovate.json~~ - fixes types in playground (tsconfig.json) and playground-nuxt (added ts entry to resolve types and also updated the dependency to use workspace protocol instead using npm registry)
- adds
@arethetypeswrong/clito check types are not broken: added alsotest:attwscript, we need to figure out where we can run it on CI here - ~~patches
@arethetypeswrong/clito allow runtest:attwscript on Windows (runningnpm packon Windows failing)~~ updating npm cli from 10.3.2 to 10.9 works on my Windows
/cc @brc-dd thx for the help
Looks like some ts dependencies not yet updated, api extractor failing when using ts 5.7.2 but using pnpm.overrides fix the problem: @brc-dd thx again
Running test:attw script:
@userquin Is this PR still valid since we went back from submodules now?