Task/upgrade to Nx 22.1.3 and Storybook 10.1.10 (#6105)
* chore(deps): bump nx from 22.0 to 22.1 * fix(ts): set moduleResolution to bundler This is a requirement for Storybook 10 migration. See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#require-tsconfigjson-moduleresolution-set-to-value-that-supports-types-condition. * feat(sb): change main.js to ESM See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#the-storybookmain-file-and-other-presets-must-be-valid-esm. * fix(ts): set target to es2022 This resolves the warning: TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and "false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility. * fix(ts): set esModuleInterop to true * feat(docs): update changelog * fix(ts): set moduleResolution to bundler * fix(ts): revert target changes * Update changelogpull/6106/head^2
parent
9e8a31807d
commit
07d7178dc3
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue