Skip to content

Releases: form8ion/javascript

v14.0.0-alpha.2

16 Jan 03:01
77d9b2c
Compare
Choose a tag to compare
v14.0.0-alpha.2 Pre-release
Pre-release

14.0.0-alpha.2 (2025-01-16)

Bug Fixes

  • scaffold: remove leftover lift results reference (77d9b2c)

v14.0.0-alpha.1

16 Jan 02:46
0d9118d
Compare
Choose a tag to compare
v14.0.0-alpha.1 Pre-release
Pre-release

14.0.0-alpha.1 (2025-01-16)

Features

  • scaffold: stop lifting after scaffolding to allow lifting to be managed separately (0d9118d)

BREAKING CHANGES

  • scaffold: lifting is now expected to be managed separately from the scaffolding step

v13.2.0

15 Jan 22:32
529a09e
Compare
Choose a tag to compare

13.2.0 (2025-01-15)

Features

  • package-manager: pin to the locally installed version when scaffolding (529a09e)

v13.1.0

15 Jan 20:13
439c14c
Compare
Choose a tag to compare

13.1.0 (2025-01-15)

Features

  • lift: consider the packageManager property when determining the expected package manager (439c14c)

v13.0.2

13 Nov 04:33
c3c11d2
Compare
Choose a tag to compare

13.0.2 (2024-11-13)

Bug Fixes

  • deps: leverage execa without the wrapper (6a0fe0a)

v13.0.2-beta.1

13 Nov 03:24
6a0fe0a
Compare
Choose a tag to compare
v13.0.2-beta.1 Pre-release
Pre-release

13.0.2-beta.1 (2024-11-13)

Bug Fixes

  • deps: leverage execa without the wrapper (6a0fe0a)

v13.0.1

26 Sep 01:43
Compare
Choose a tag to compare

13.0.1 (2024-09-26)

Bug Fixes

  • deps: update dependency validate-npm-package-name to v6 (f268275)

v13.0.0

25 Sep 02:50
19d2561
Compare
Choose a tag to compare

13.0.0 (2024-09-25)

Bug Fixes

  • default-configs: ensured an empty registries map is provided when configs fall back to default (e5968cf)
  • deps: update dependency @form8ion/codecov to v6 (7457363)
  • deps: update dependency @form8ion/commit-convention to v7 (89746ab)
  • deps: update dependency camelcase to v8 (48530f5)
  • deps: upgraded to the beta of the language prompts to prevent ci-service filtering (a8e8893)
  • load-configs: load babel and lockfile-lint configs relative to proper project-root for monorepo (0392a94)
  • overrides: removed the deprecated ability to provide overrides for certain config options (432eb6c)

Features

  • ci-services-plugins: expect ciServices plugins to be provided under the plugins property (48bc27c)
  • esm: convert the package to esm-only (07164c2), closes #440
  • extension: use the .js extension for the entrypoint when a package is esm-only (53fcb0a)
  • host-plugins: expect host plugins to be provided under the plugins property (db35b7d)
  • lift: enabled passing in external enhancers to the lifter (e41f99b)
  • next-steps: remind to define supported node versions for publishable project types (562f5d4)
  • node-versions: drop support for node v21 (a7c937c)
  • plugins: expect some plugin types as full plugins and under the plugins property (dac8f59)
  • registries: allowed-hosts are updated for lockfile lint with lifting registries (40cfa76)
  • registries: enable updating registry details when lifting (27ac82a)

BREAKING CHANGES

  • node-versions: the minimum supported node version is now v18.19 and support for v21 has been
    dropped
  • registries: the registries option for scaffolding has been moved under configs
  • esm: the package is no longer dual mode, but now esm-only. consumption from commonjs is
    no longer supported
  • ci-services-plugins: the list of ciServices plugins are now expected to be provided under the
    plugins property of the options object. the plugins are expected to be provided as full plugins. a
    ciService can no longer define whether they are applicable to public or private projects. a
    replacement ability to filter might be provided at some point in the future
  • host-plugins: host plugins are now expected to be provided under the plugins property of the
    options object. host are expected to be provided as full plugins. in addition, a host option can no
    longer provide a projectTypes list to conditionally list the plugins as options. an alternative
    might be provided in the future
  • overrides: the deprecated ability to provide overrides has now been removed. use decisions
    instead
  • plugins: plugin types unitTestFrameworks, packageBundlers, applicationTypes, packageTypes, monorepoTypes are now expected to be provided under the plugins property and in the shape of a full plugin
  • extension: the package entrypoint extension is now .js instead of .mjs for esm-only
    packages

v13.0.0-beta.14

25 Sep 02:42
e5968cf
Compare
Choose a tag to compare
v13.0.0-beta.14 Pre-release
Pre-release

13.0.0-beta.14 (2024-09-25)

Bug Fixes

  • default-configs: ensured an empty registries map is provided when configs fall back to default (e5968cf)

v13.0.0-beta.13

24 Sep 02:23
0392a94
Compare
Choose a tag to compare
v13.0.0-beta.13 Pre-release
Pre-release

13.0.0-beta.13 (2024-09-24)

Bug Fixes

  • load-configs: load babel and lockfile-lint configs relative to proper project-root for monorepo (0392a94)