Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

fix(deps): update dependency cross-env to v7 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 26, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cross-env ~3.2.4 -> ~7.0.3 age adoption passing confidence

Release Notes

kentcdodds/cross-env

v7.0.3

Compare Source

Bug Fixes
  • add maintenance mode notice (fe80c84)

v7.0.2

Compare Source

Reverts

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • Drop Node 8 support

v6.0.3

Compare Source

Bug Fixes
  • do not compile anything (67f21c3)

v6.0.2

Compare Source

Bug Fixes
  • table of contents in README (a825e9c)

v6.0.1

Compare Source

Bug Fixes
  • update all packages, tests, and README (36bb6c3)

v6.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Drop support for Node.js < 7.

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.6

Compare Source

Bug Fixes

v5.1.5

Compare Source

Bug Fixes

v5.1.4

Compare Source

Bug Fixes

v5.1.3

Compare Source

Bug Fixes

v5.1.2

Compare Source

Bug Fixes

v5.1.1

Compare Source

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

v5.1.0

Compare Source

Features

v5.0.5

Compare Source

<a name"5.0.5">

5.0.5 (2017-08-08)
Bug Fixes
  • docs: add malware warning to README (44b37dd1)

v5.0.4

Compare Source

<a name"5.0.4">

5.0.4 (2017-08-06)
Bug Fixes
  • Don't pass fn reference(commandConvert) to commandArgs.map (#​135) (c03ec7a2)

v5.0.3

Compare Source

<a name"5.0.3">

5.0.3 (2017-08-03)
Bug Fixes
  • Normalize command only and not command args(windows) (#​134) (277cf075)

v5.0.2

Compare Source

<a name"5.0.2">

5.0.2 (2017-08-01)
Bug Fixes

v5.0.1

Compare Source

<a name"5.0.1">

5.0.1 (2017-06-08)
Bug Fixes

v5.0.0

Compare Source

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)

v4.0.0

Compare Source

4.0.0 (2017-03-31)

Bug Fixes
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)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/cross-env-7.x branch from 871d683 to 9b07c2f Compare December 1, 2020 20:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant