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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~3.2.4
->~7.0.3
Release Notes
kentcdodds/cross-env
v7.0.3
Compare Source
Bug Fixes
v7.0.2
Compare Source
Reverts
v7.0.1
Compare Source
Bug Fixes
v7.0.0
Compare Source
Features
BREAKING CHANGES
v6.0.3
Compare Source
Bug Fixes
v6.0.2
Compare Source
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
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
v5.1.0
Compare Source
Features
v5.0.5
Compare Source
<a name"5.0.5">
5.0.5 (2017-08-08)
Bug Fixes
v5.0.4
Compare Source
<a name"5.0.4">
5.0.4 (2017-08-06)
Bug Fixes
commandConvert
) tocommandArgs.map
(#135) (c03ec7a2)v5.0.3
Compare Source
<a name"5.0.3">
5.0.3 (2017-08-03)
Bug Fixes
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
Features
Breaking Changes
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
Breaking Changes
FOO=$BAR
with the value$BAR
being assigned tohello
, the command will be converted toFOO=hello
whereas before it wasFOO=$BAR
).(e8a16146)
(0a846e60)
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)
(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.
This PR has been generated by WhiteSource Renovate. View repository job log here.