Skip to content

Commit

Permalink
fix!: update dependency dotenv to v16 (#4191)
Browse files Browse the repository at this point in the history
BREAKING CHANGE due to dotenv upgrade.

Please update you `.env` files from
------------------
VAR1=hello#world
VAR2=hello`world
------------------
to
------------------
VAR1="hello#world"
VAR2="hello`world"
------------------
  • Loading branch information
renovate[bot] authored Feb 8, 2022
1 parent 2193d1c commit 333c5d9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
29 changes: 21 additions & 8 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"decache": "^4.6.0",
"del": "^6.0.0",
"dot-prop": "^6.0.0",
"dotenv": "^10.0.0",
"dotenv": "^16.0.0",
"env-paths": "^2.2.0",
"envinfo": "^7.3.1",
"execa": "^5.0.0",
Expand Down

1 comment on commit 333c5d9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 377 MB

Please sign in to comment.