From 39be3b18262dd50f028ce1b7a06dfa45955a350d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 02:41:29 +0000 Subject: [PATCH] chore(deps): update dependency dotenv to v10 (#86) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
motdotla/dotenv ### [`v10.0.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#​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#​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#​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#​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#​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#​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#​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#​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#​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.)
--- ### 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. --- - [ ] 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). --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb72ef219..aad006698 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 14786e1f4..62930a29c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"