Skip to content

modular-scripts@4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 14:08
· 137 commits to main since this release
2fc2c11

Major Changes

  • #2264
    75718c4
    Thanks @AlbertoBrusa! - Removed commands:
    convert, init, port, rename

  • #2264
    75718c4
    Thanks @AlbertoBrusa! - Changed default CDN
    from Skypack to esm.sh as skypack is no longer actively maintained. Add
    support for configuring modular through a configuration file.

  • #2264
    75718c4
    Thanks @AlbertoBrusa! - Added Node 18
    engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
    18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
    below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
    Jest flag --watchAll default to false (was previously true if running locally
    and not in CI)

  • #2264
    75718c4
    Thanks @AlbertoBrusa! - Fully selective
    modular test command interface, compatible with modular build.

  • #2264
    75718c4
    Thanks @AlbertoBrusa! - Updated eslint to
    ^8.0.0 and minimum supported TypeScript version to 4.5.3

  • #2264
    75718c4
    Thanks @AlbertoBrusa! - Sunset modular-site
    package

Minor Changes

Patch Changes