Releases: form8ion/javascript
Releases · form8ion/javascript
v13.0.0-beta.12
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
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
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 underconfigs
v13.0.0-beta.9
v13.0.0-beta.8
13.0.0-beta.8 (2024-09-20)
Features
BREAKING CHANGES
- esm: the package is no longer dual mode, but now esm-only. consumption from commonjs is
no longer supported
v12.6.3
v13.0.0-beta.7
v13.0.0-beta.6
13.0.0-beta.6 (2024-09-05)
Bug Fixes
v13.0.0-beta.5
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 theplugins
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 aprojectTypes
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. usedecisions
instead - plugins: plugin types
unitTestFrameworks
,packageBundlers
,applicationTypes
,packageTypes
,monorepoTypes
are now expected to be provided under theplugins
property and in the shape of a full plugin
v13.0.0-alpha.5
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)