Skip to content

Latest commit

 

History

History
278 lines (140 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

278 lines (140 loc) · 14.6 KB

Changelog

8.1.0 (2024-04-29)

Features

  • afb3db4 #202 call input start/end around spawned process (#202) (@lukekarrys)

Chores

  • 8417f1b #200 postinstall for dependabot template-oss PR (@lukekarrys)
  • 5d16957 #200 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

8.0.0 (2024-04-12)

⚠️ BREAKING CHANGES

  • The existing banner is now emitted using proc-log instead of console.log. It is always emitted. Consuming libraries can decide under which situations to show the banner.

Features

Dependencies

7.0.4 (2024-01-22)

Bug Fixes

  • 7ebc853 #194 envs: revert behavior of array in npm config (#194) (@wraithgar, @siemhesda)
  • bf5f419 #192 code formatting (@wraithgar)
  • b6f7f93 #192 remove unreachable code path (@wraithgar)
  • 865d556 #192 remove is-windows test fixture code from module (@wraithgar)
  • c47a91a #192 update code to use @npmcli/run-script (@wraithgar)

Dependencies

Chores

7.0.3 (2024-01-03)

Bug Fixes

  • 089eefb Revert Signal Handling Regression (#188) (@wiktor-obrebski)

Chores

  • 8a0443b #187 postinstall for dependabot template-oss PR (@lukekarrys)
  • ccf6eb6 #187 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • 92c4354 #184 postinstall for dependabot template-oss PR (@lukekarrys)
  • 1f5fd9a #184 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])

7.0.2 (2023-10-29)

Dependencies

7.0.1 (2023-08-30)

Dependencies

  • f61fd84 #159 bump @npmcli/promise-spawn from 6.0.2 to 7.0.0

7.0.0 (2023-08-30)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

6.0.2 (2023-05-08)

Bug Fixes

  • 545f3be #142 handle signals more correctly (#142) (@nlf)

Documentation

  • 581be58 #141 fix syntax in example (#141) (@kas-elvirov)

6.0.1 (2023-04-27)

Bug Fixes

  • 3a8f085 #147 remove unused dependency on minipass (#147) (@nlf)

6.0.0 (2022-11-02)

⚠️ BREAKING CHANGES

  • stdioString is no longer set to false by default. Instead it is not set and passed directory to @npmcli/promise-spawn which defaults it to true.

Features

  • 34ecf46 #134 dont set a default for stdioString (@lukekarrys)

5.1.1 (2022-11-01)

Dependencies

5.1.0 (2022-11-01)

Features

  • 45f2301 let @npmcli/promise-spawn do the escaping (@nlf)

Dependencies

5.0.1 (2022-10-26)

Dependencies

  • 1bfadcb #127 bump @npmcli/promise-spawn from 4.0.0 to 5.0.0 (#127)

5.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • @npmcli/run-script is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 891cb2a #113 postinstall for dependabot template-oss PR (@lukekarrys)

Dependencies

  • d41405e #121 bump @npmcli/node-gyp from 2.0.0 to 3.0.0 (#121)
  • 5fc0e27 #123 bump @npmcli/promise-spawn from 3.0.0 to 4.0.0
  • 132b84b #120 bump read-package-json-fast from 2.0.3 to 3.0.0

4.2.1 (2022-08-09)

Bug Fixes

4.2.0 (2022-08-01)

Features

4.1.7 (2022-07-12)

Bug Fixes

  • correctly translate paths when using bash in windows (#96) (756ff56)

4.1.6 (2022-07-12)

Bug Fixes

  • tighten up the character set that will be removed (#93) (d510209)
  • unique filename for temporary script files (#95) (9f93025)

4.1.5 (2022-06-28)

Bug Fixes

4.1.4 (2022-06-27)

Bug Fixes

  • remove invalid characters from filename (#86) (2354d06)

4.1.3 (2022-06-23)

Bug Fixes

  • escape spaces in cmd scripts too (#84) (0bca5be)

4.1.2 (2022-06-22)

Bug Fixes

  • remove extraneous space when no additional args are passed (#82) (9e09bab)

4.1.1 (2022-06-22)

Bug Fixes

  • correctly double escape when script runs a known .cmd file (#80) (0f613cd)

4.1.0 (2022-06-21)

Features

  • write scripts to a file and run that instead of passing scripts as a single string (24c5165)

Bug Fixes

  • cleanup temp script after running (7963ab5)

4.0.0 (2022-06-02)

⚠ BREAKING CHANGES

  • changes engines support to ^12.22 || ^14.13 || >=16

Dependencies

  • bump node-gyp from 8.4.1 to 9.0.0 (#76) (e62e3a5)

3.0.3 (2022-05-25)

Dependencies

3.0.2 (2022-04-05)

Dependencies

  • bump @npmcli/node-gyp from 1.0.3 to 2.0.0 (#65) (731240d)
  • bump @npmcli/promise-spawn from 1.3.2 to 3.0.0 (#67) (afcab18)

3.0.1 (2022-03-02)

Dependencies

  • bump node-gyp from 8.4.1 to 9.0.0 (#52) (148ce21)

3.0.0 (2022-02-23)

⚠ BREAKING CHANGES

  • this will drop support for node10 and non-LTS versions of node12 and node14

Features

Dependencies

  • update @npmcli/node-gyp requirement from ^1.0.2 to ^1.0.3 (#47) (cdd27cc)
  • update node-gyp requirement from ^8.2.0 to ^8.4.1 (#45) (1575902)
  • update read-package-json-fast requirement from ^2.0.1 to ^2.0.3 (#48) (7747c5a)