Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !7119

Upgrade dotenv and dotenv-expand to latest version

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/ericrallen/feature/upgrade-dotenv-and-dotenv-expand into master May 27, 2019
  • Overview 5
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: ericrallen

The 5.*.* release of dotenv-expand fixes a bug where ENV variables set in the CLI as empty were getting overwritten by values in .env files, this bug was previously fixed in dotenv, but the fix was not ported over to dotenv-expand until recently.

It also adds better support for ENV variable values with $s in them and better handling of escaped $s in values.

I went ahead and updated dotenv to the latest version, as well. I believe the major version bump was just to drop support for older versions of Node.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ericrallen/feature/upgrade-dotenv-and-dotenv-expand