mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* 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
committed by
GitHub
5 changed files with 1575 additions and 2919 deletions
File diff suppressed because it is too large
Loading…
Reference in new issue