zspecza / common-tags

πŸ”– Useful template literal tags for dealing with strings in ES2015+
Other
1.99k stars 60 forks source link

Update cross-env to the latest version πŸš€ #99

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 3.2.0 of cross-env just got published.

Dependency cross-env
Current Version 3.1.4
Type devDependency

The version 3.2.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of cross-env. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.2.0

<a name"3.2.0">

3.2.0 (2017-03-04)

Features

  • revamp: revamp the entire lib (backward compatible) (#63) (dad00c46)
Commits

The new version differs by 4 commits .

  • dad00c4 feat(revamp): revamp the entire lib (backward compatible) (#63)
  • e33a85c docs(README): Add doc for cross-var. (#58)
  • 5e590ec docs(README): added how to use cross-env to run npm sub-scripts (#53)
  • afdb2de docs(README): mention BashΒ onΒ Windows (#49)

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 3.2.1 just got published.

Update to this version instead πŸš€

Release Notes v3.2.1

<a name"3.2.1">

3.2.1 (2017-03-04)

Bug Fixes

Commits

The new version differs by 1 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.2.3 just got published.

Update to this version instead πŸš€

Release Notes v3.2.3

<a name"3.2.3">

3.2.3 (2017-03-04)

Bug Fixes

Commits

The new version differs by 2 commits .

  • 967f472 fix(bin): babelify bin (#75)
  • dba0b39 docs: update path to release page (#71)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.2.4 just got published.

Update to this version instead πŸš€

Release Notes v3.2.4

<a name"3.2.4">

3.2.4 (2017-03-14)

Bug Fixes

  • args: make args conversion stateless (#85) (c1a9ed07)
Commits

The new version differs by 8 commits .

  • c1a9ed0 fix(args): make args conversion stateless (#85)
  • 920451d docs(contributors): add @inyono (#83)
  • b59473a docs(contributors): add @danielo515 (#81)
  • 4799cc2 docs(README): Add compumike08 as a contributor (#79)
  • 4fceddd docs(badges): add appveyor badge
  • 80b382e chore(build): add appveyor (#76)
  • cdffc6e docs: fix contributing nps references
  • a154170 docs: add wopian as contributor (#73)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 4.0.0 just got published.

Update to this version instead πŸš€

Release Notes v4.0.0

4.0.0 (2017-03-31)

Bug Fixes

  • Resolve value of env variables before invoking cross-spawn (#95) (e8a16146)
  • Remove Windows => UNIX variable conversion (#94) (0a846e60)
  • module: Add export for commonjs (#88) (22d1c801)

Features

  • Convert list delimiters for PATH-style env variables (#93) (ea0ac4bd)
  • args: convert embedded and braced variables in command args (#86) (1b172fef)
  • spawn: add support for quoted scripts (ea800213)

Breaking Changes

  • This is unlikely to break anyone, but now if you assign a variable to a variable (like FOO=$BAR with the value $BAR being assigned to hello, the command will be converted to FOO=hello whereas before it was FOO=$BAR).
    (e8a16146)
  • %windows_style% env variables will no longer be converted to $unix_style in UNIX machines. To fix it, use always the UNIX syntax, cross-env will change the format in Windows machines as needed
    (0a846e60)
  • If an env variable has : or ; in its value, it will be converted to : on UNIX
    systems or ; on Windows systems. To keep the old functionality, you will need to escape those
    characters with a backslash.

#80

  • chore: Add myself (DanReyLop) to the contributors list

  • Simplified logic. Now only : (UNIX-style) are converted to ; (Windows-style), not the other way around

BREAKING CHANGE: You now must escape : to use it in a value of you don't want it to be swapped with ; on Windows
(ea0ac4bd)

  • Changes the behavior when passed quoted scripts or special characters interpreted by the shell.
    (ea800213)
  • echo $var2/$var1 would not be changed on windows, now it is. This is kind of a bug, but we're doing a major version bump to be safe.
    (1b172fef)
Commits

The new version differs by 7 commits .

  • e8a1614 fix: Resolve value of env variables before invoking cross-spawn (#95)
  • 9e0ea05 docs(engine): revert support to node 4 (#96)
  • 0a846e6 fix: Remove Windows => UNIX variable conversion (#94)
  • ea0ac4b feat: Convert list delimiters for PATH-style env variables (#93)
  • ea80021 feat(spawn): add support for quoted scripts
  • 22d1c80 fix(module): Add export for commonjs (#88)
  • 1b172fe feat(args): convert embedded and braced variables in command args (#86)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 5.0.0 just got published.

Update to this version instead πŸš€

Release Notes v5.0.0

5.0.0 (2017-05-11)

Bug Fixes

  • bin: add a bin entry for cross-env-shell (9c4f3462)

Features

Breaking Changes

  • Scripts using quotes or escape sequences will see a difference in behavior.
    Switching to the second bin should resolve any issue.

Closes #99.

(d7b48d5c)

Commits

The new version differs by 4 commits0.

  • 9c4f346 fix(bin): add a bin entry for cross-env-shell
  • d7b48d5 feat(bin): two bins (shell, non-shell) (#104)
  • 3881423 feat: don't change colons on non-PATH/NODE_PATH on win32 (#107)
  • 6994a24 docs(contributors): add amilajack to contributors (#98)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.1 just got published.

Update to this version instead πŸš€

Release Notes v5.0.1

<a name"5.0.1">

5.0.1 (2017-06-08)

Bug Fixes

Commits

The new version differs by 2 commits.

  • b10de51 fix: Change splitter regex to use .* instead of .+ (#117)
  • c9908f3 test(JSON): add JSON value tests that work on both Windows and UNIX (#112)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.2 just got published.

Update to this version instead πŸš€

Release Notes v5.0.2

<a name"5.0.2">

5.0.2 (2017-08-01)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 487241d fix: Handle relative path in cmd on windows (#130)
  • f83a163 chore(deps): updated package babel-cli from 6.23.0 to 6.24.1 (#119)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.3 just got published.

Update to this version instead πŸš€

Release Notes v5.0.3

<a name"5.0.3">

5.0.3 (2017-08-03)

Bug Fixes

  • Normalize command only and not command args(windows) (#134) (277cf075)
Commits

The new version differs by 3 commits.

  • 277cf07 fix: Normalize command only and not command args(windows) (#134)
  • 601632d test: Fix EventEmitter.MaxListenersExceededWarning warning (#132)
  • 0fe3482 chore: rm yarn.lock, add lock files to .gitignore (#131)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.4 just got published.

Update to this version instead πŸš€

Release Notes v5.0.4

<a name"5.0.4">

5.0.4 (2017-08-06)

Bug Fixes

  • Don't pass fn reference(commandConvert) to commandArgs.map (#135) (c03ec7a2)
Commits

The new version differs by 1 commits.

  • c03ec7a fix: Don't pass fn reference(commandConvert) to commandArgs.map (#135)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.5 just got published.

Update to this version instead πŸš€

Release Notes v5.0.5

<a name"5.0.5">

5.0.5 (2017-08-08)

Bug Fixes

  • docs: add malware warning to README (44b37dd1)
Commits

The new version differs by 1 commits.

  • 44b37dd fix(docs): add malware warning to README

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.0 just got published.

Update to this version instead πŸš€

Release Notes v5.1.0

5.1.0 (2017-10-16)

Features

Commits

The new version differs by 7 commits.

  • 36b009e feat: introduce dollar sign escaping (#147)
  • 7719fb2 docs(README): reformat things
  • 72e29f0 docs: Update README.md (#144)
  • 4242490 docs: ISSUE_TEMPLATE fix
  • dd7b1fe chore(build): switch to kcd-scripts (#142)
  • da1e821 docs: update Code Sponsor link position (#141)
  • d398341 chore(package): Bump dev dependencies (#137)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.1 just got published.

Update to this version instead πŸš€

Release Notes v5.1.1

5.1.1 (2017-10-27)

Bug Fixes

  • remove env variables that don't exist from the converted commands in Windows. (#149) (50299d9)
Commits

The new version differs by 1 commits.

  • 50299d9 fix: remove env variables that don't exist from the converted commands in Windows. (#149)

See the full diff