Skip to content

Releases: form8ion/javascript

v13.0.0-beta.12

22 Sep 23:59
a7c937c
Compare
Choose a tag to compare
v13.0.0-beta.12 Pre-release
Pre-release

13.0.0-beta.12 (2024-09-22)

Features

  • node-versions: drop support for node v21 (a7c937c)

BREAKING CHANGES

  • node-versions: the minimum supported node version is now v18.19 and support for v21 has been
    dropped

v13.0.0-beta.11

22 Sep 16:32
40cfa76
Compare
Choose a tag to compare
v13.0.0-beta.11 Pre-release
Pre-release

13.0.0-beta.11 (2024-09-22)

Features

  • registries: allowed-hosts are updated for lockfile lint with lifting registries (40cfa76)

v13.0.0-beta.10

22 Sep 02:58
27ac82a
Compare
Choose a tag to compare
v13.0.0-beta.10 Pre-release
Pre-release

13.0.0-beta.10 (2024-09-22)

Features

  • registries: enable updating registry details when lifting (27ac82a)

BREAKING CHANGES

  • registries: the registries option for scaffolding has been moved under configs

v13.0.0-beta.9

20 Sep 20:20
Compare
Choose a tag to compare
v13.0.0-beta.9 Pre-release
Pre-release

13.0.0-beta.9 (2024-09-20)

Bug Fixes

  • deps: update dependency camelcase to v8 (48530f5)

v13.0.0-beta.8

20 Sep 03:41
07164c2
Compare
Choose a tag to compare
v13.0.0-beta.8 Pre-release
Pre-release

13.0.0-beta.8 (2024-09-20)

Features

  • esm: convert the package to esm-only (07164c2), closes #440

BREAKING CHANGES

  • esm: the package is no longer dual mode, but now esm-only. consumption from commonjs is
    no longer supported

v12.6.3

20 Sep 08:19
Compare
Choose a tag to compare

12.6.3 (2024-09-20)

Bug Fixes

  • deps: update dependency ini to v5 (4f25dad)

v13.0.0-beta.7

08 Sep 03:21
90b1375
Compare
Choose a tag to compare
v13.0.0-beta.7 Pre-release
Pre-release

13.0.0-beta.7 (2024-09-08)

Bug Fixes

  • deps: update dependency ini to v5 (4f25dad)

v13.0.0-beta.6

05 Sep 04:02
d3cfc73
Compare
Choose a tag to compare
v13.0.0-beta.6 Pre-release
Pre-release

13.0.0-beta.6 (2024-09-05)

Bug Fixes

  • deps: update dependency @form8ion/codecov to v6 (2716056)
  • deps: update dependency @form8ion/commit-convention to v7 (07db72f)

v13.0.0-beta.5

05 Sep 03:06
e7841a8
Compare
Choose a tag to compare
v13.0.0-beta.5 Pre-release
Pre-release

13.0.0-beta.5 (2024-09-05)

Bug Fixes

  • deps: upgraded to the beta of the language prompts to prevent ci-service filtering (a8e8893)
  • 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)
  • host-plugins: expect host plugins to be provided under the plugins property (db35b7d)
  • plugins: expect some plugin types as full plugins and under the plugins property (dac8f59)

BREAKING CHANGES

  • 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

v13.0.0-alpha.5

03 Sep 04:56
a8e8893
Compare
Choose a tag to compare
v13.0.0-alpha.5 Pre-release
Pre-release

13.0.0-alpha.5 (2024-09-03)

Bug Fixes

  • deps: upgraded to the beta of the language prompts to prevent ci-service filtering (a8e8893)