Skip to content

Commit

Permalink
chore(deps): update dependency dotenv to v10 (#100)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dotenv](https://togithub.com/motdotla/dotenv) | [`8.6.0` -> `10.0.0`](https://renovatebot.com/diffs/npm/dotenv/8.6.0/10.0.0) | [![age](https://badges.renovateapi.com/packages/npm/dotenv/10.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/dotenv/10.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/dotenv/10.0.0/compatibility-slim/8.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/dotenv/10.0.0/confidence-slim/8.6.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>motdotla/dotenv</summary>

### [`v10.0.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#&#8203;1000-httpsgithubcommotdotladotenvcomparev902v1000-2021-05-20)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v9.0.2...v10.0.0)

##### Added

-   Add generic support to parse function
-   Allow for import "dotenv/config.js"
-   Add support to resolve home directory in path via ~

### [`v9.0.2`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#&#8203;902-httpsgithubcommotdotladotenvcomparev901v902-2021-05-10)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v9.0.1...v9.0.2)

##### Changed

-   Support windows newlines with debug mode

### [`v9.0.1`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#&#8203;901-httpsgithubcommotdotladotenvcomparev900v901-2021-05-08)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v9.0.0...v9.0.1)

##### Changed

-   Updates to README

### [`v9.0.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#&#8203;900-httpsgithubcommotdotladotenvcomparev860v900-2021-05-05)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.6.0...v9.0.0)

##### Changed

-   *Breaking:* drop support for Node v8

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-nextjs-template).
  • Loading branch information
renovate[bot] committed Nov 16, 2021
1 parent ca7272a commit e9b3b45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "9.8.8",
"cross-env": "7.0.3",
"dotenv": "8.6.0",
"dotenv": "10.0.0",
"eslint": "^6.0.1",
"eslint-plugin-jsdoc": "^23.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2983,10 +2983,10 @@ dot-prop@>=6.0.1, dot-prop@^5.1.0, dot-prop@^5.2.0:
dependencies:
is-obj "^2.0.0"

dotenv@8.6.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
dotenv@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==

downshift@5.2.1:
version "5.2.1"
Expand Down

0 comments on commit e9b3b45

Please sign in to comment.