Skip to content

Releases: form8ion/javascript

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)

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)