run-script

Run a lifecycle script for a package (descendant of npm-lifecycle)

ISC License

Downloads
29.3M
Stars
52
Committers
18

Bot releases are visible (Hide)

run-script - v8.1.0 Latest Release

Published by github-actions[bot] 6 months ago

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])
run-script - v8.0.0

Published by github-actions[bot] 6 months ago

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

run-script - v7.0.4

Published by github-actions[bot] 9 months ago

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

run-script - v7.0.3

Published by github-actions[bot] 10 months ago

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])
run-script - v7.0.2

Published by github-actions[bot] 12 months ago

7.0.2 (2023-10-29)

Dependencies

run-script - v7.0.1

Published by github-actions[bot] about 1 year ago

7.0.1 (2023-08-30)

Dependencies

  • f61fd84 #159 bump @npmcli/promise-spawn from 6.0.2 to 7.0.0
run-script - v7.0.0

Published by github-actions[bot] about 1 year ago

7.0.0 (2023-08-30)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

run-script - v6.0.2

Published by github-actions[bot] over 1 year ago

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)
run-script - v6.0.1

Published by github-actions[bot] over 1 year ago

6.0.1 (2023-04-27)

Bug Fixes

  • 3a8f085 #147 remove unused dependency on minipass (#147) (@nlf)
run-script - v6.0.0

Published by github-actions[bot] almost 2 years ago

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)
run-script - v5.1.1

Published by github-actions[bot] almost 2 years ago

5.1.1 (2022-11-01)

Dependencies

run-script - v5.1.0

Published by github-actions[bot] almost 2 years ago

5.1.0 (2022-11-01)

Features

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

Dependencies

run-script - v5.0.1

Published by github-actions[bot] almost 2 years ago

5.0.1 (2022-10-26)

Dependencies

  • 1bfadcb #127 bump @npmcli/promise-spawn from 4.0.0 to 5.0.0 (#127)
run-script - v5.0.0

Published by github-actions[bot] about 2 years ago

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
run-script - v4.2.1

Published by github-actions[bot] about 2 years ago

4.2.1 (2022-08-09)

Bug Fixes

run-script - v4.2.0

Published by github-actions[bot] about 2 years ago

4.2.0 (2022-08-01)

Features

run-script - v4.1.7

Published by github-actions[bot] over 2 years ago

4.1.7 (2022-07-12)

Bug Fixes

  • correctly translate paths when using bash in windows (#96) (756ff56)
run-script - v4.1.6

Published by github-actions[bot] over 2 years ago

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)
run-script - v4.1.5

Published by github-actions[bot] over 2 years ago

4.1.5 (2022-06-28)

Bug Fixes

run-script - v4.1.4

Published by github-actions[bot] over 2 years ago

4.1.4 (2022-06-27)

Bug Fixes

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