Skip to content

Releases: form8ion/javascript

v14.3.1

08 Mar 03:40
3e289fe
Compare
Choose a tag to compare

14.3.1 (2025-03-08)

Bug Fixes

  • provenance: avoid attempting to update provenance when a package is missing publishConfig (3e289fe)

v14.3.0

08 Mar 03:20
28888eb
Compare
Choose a tag to compare

14.3.0 (2025-03-08)

Features

  • build: include the build step as a pretest script instead of inline in the test script (28888eb)

v14.2.0

18 Feb 03:52
6a1e7f2
Compare
Choose a tag to compare

14.2.0 (2025-02-18)

Features

  • npm-run-all: remove the old library in addition to installing the fork to complete the replace (6a1e7f2)

v14.1.1

16 Feb 19:34
5108d78
Compare
Choose a tag to compare

14.1.1 (2025-02-16)

Bug Fixes

  • dependencies: avoid failure when no dependencies need to be removed (5108d78)

v14.1.0

11 Feb 04:37
5408e2a
Compare
Choose a tag to compare

14.1.0 (2025-02-11)

Features

  • dependencies: remove dependencies defined under dependencies.javascript.remove (5408e2a)

v14.0.0

10 Feb 03:54
36a350a
Compare
Choose a tag to compare

14.0.0 (2025-02-10)

Bug Fixes

  • dependencies: defined the c8 dependencies with the updated format (776614a)
  • dependencies: throw an error when devDependencies provided in the old format (3f9d22d)
  • dependencies: update additional internal modules to define dependencies using the modern format (4546b7f)
  • dependencies: update dependencies definition for ls-engines (ee8bc35)
  • dependencies: update several external modules to define dependencies in the modern format (2cda476)
  • dependencies: update several of the internal modules to define dependencies with the modern format (7c0fcf8)
  • deps: favor native mkdir over the previous dependency (7428707)
  • lift: prevent error when no dependencies are provided in results passed to lifter (cee8a20)
  • lift: stop duplicating the details of the results passed to the package lifter (504d1dd)
  • scaffold: remove leftover lift results reference (77d9b2c)

Features

  • dependencies: expect the dependencies passed to lifting to be nested under the language (57ea6cd)
  • deps: update to the latest beta of the commit-convention plugin (b2bc9f3)
  • homepage: expect homepage to be defined as part of lifting rather than scaffolding (1ead958)
  • scaffold: return the merged results to the caller (e943509)
  • scaffold: stop lifting after scaffolding to allow lifting to be managed separately (0d9118d)
  • scripts: define npm-run-all2 as a dependency when updating scripts (e912e24)

BREAKING CHANGES

  • deps: the minimun versions for the supported major versions of node have been raised
  • dependencies: dependencies are now expected to be provided under a javascript object with production and development lists
  • scaffold: lifting is now expected to be managed separately from the scaffolding step

v14.0.0-beta.4

07 Feb 04:46
7428707
Compare
Choose a tag to compare
v14.0.0-beta.4 Pre-release
Pre-release

14.0.0-beta.4 (2025-02-07)

Bug Fixes

  • deps: favor native mkdir over the previous dependency (7428707)

v14.0.0-beta.3

07 Feb 04:25
30ec5e6
Compare
Choose a tag to compare
v14.0.0-beta.3 Pre-release
Pre-release

14.0.0-beta.3 (2025-02-07)

Features

  • deps: update to the latest beta of the commit-convention plugin (b2bc9f3)

BREAKING CHANGES

  • deps: the minimun versions for the supported major versions of node have been raised

v14.0.0-beta.2

28 Jan 05:31
504d1dd
Compare
Choose a tag to compare
v14.0.0-beta.2 Pre-release
Pre-release

14.0.0-beta.2 (2025-01-28)

Bug Fixes

  • lift: stop duplicating the details of the results passed to the package lifter (504d1dd)

v14.0.0-beta.1

25 Jan 22:53
5bf0012
Compare
Choose a tag to compare
v14.0.0-beta.1 Pre-release
Pre-release

14.0.0-beta.1 (2025-01-25)

Bug Fixes

  • dependencies: defined the c8 dependencies with the updated format (776614a)
  • dependencies: throw an error when devDependencies provided in the old format (3f9d22d)
  • dependencies: update additional internal modules to define dependencies using the modern format (4546b7f)
  • dependencies: update dependencies definition for ls-engines (ee8bc35)
  • dependencies: update several external modules to define dependencies in the modern format (2cda476)
  • dependencies: update several of the internal modules to define dependencies with the modern format (7c0fcf8)
  • lift: prevent error when no dependencies are provided in results passed to lifter (cee8a20)
  • scaffold: remove leftover lift results reference (77d9b2c)

Features

  • dependencies: expect the dependencies passed to lifting to be nested under the language (57ea6cd)
  • homepage: expect homepage to be defined as part of lifting rather than scaffolding (1ead958)
  • scaffold: return the merged results to the caller (e943509)
  • scaffold: stop lifting after scaffolding to allow lifting to be managed separately (0d9118d)
  • scripts: define npm-run-all2 as a dependency when updating scripts (e912e24)

BREAKING CHANGES

  • dependencies: dependencies are now expected to be provided under a javascript object with production and development lists
  • scaffold: lifting is now expected to be managed separately from the scaffolding step