Skip to content

Commit

Permalink
chore(deps): update dependency dotenv to v10 (#86)
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.2.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/dotenv/8.2.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.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/dotenv/10.0.0/confidence-slim/8.2.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

### [`v8.6.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#&#8203;860-httpsgithubcommotdotladotenvcomparev851v860-2021-05-05)

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

##### Added

-   define package.json in exports

### [`v8.5.1`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#&#8203;851-httpsgithubcommotdotladotenvcomparev850v851-2021-05-05)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.5.0...v8.5.1)

##### Changed

-   updated dev dependencies via npm audit

### [`v8.5.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#&#8203;850-httpsgithubcommotdotladotenvcomparev840v850-2021-05-05)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.4.0...v8.5.0)

##### Added

-   allow for `import "dotenv/config"`

### [`v8.4.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#&#8203;840-httpsgithubcommotdotladotenvcomparev830v840-2021-05-05)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.3.0...v8.4.0)

##### Changed

-   point to exact types file to work with VS Code

### [`v8.3.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#&#8203;830-httpsgithubcommotdotladotenvcomparev820v830-2021-05-05)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.2.0...v8.3.0)

##### Changed

-   *Breaking:* drop support for Node v8 (mistake to be released as minor bump. later bumped to 9.0.0. see above.)

</details>

---

### Configuration

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

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

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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-web-components-test).
  • Loading branch information
renovate[bot] authored Nov 18, 2021
1 parent 94ccce2 commit 39be3b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^1.0.1",
"cypress": "^9.0.0",
"dotenv": "^8.2.0",
"dotenv": "^10.0.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-cypress": "^2.11.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4713,10 +4713,10 @@ dot-prop@^5.1.0, dot-prop@^5.2.0:
dependencies:
is-obj "^2.0.0"

dotenv@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
dotenv@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==

duplexer@~0.1.1:
version "0.1.2"
Expand Down

0 comments on commit 39be3b1

Please sign in to comment.