gatsby-starter-calpa-blog icon indicating copy to clipboard operation
gatsby-starter-calpa-blog copied to clipboard

Upgrade dotenv: 7.0.0 → 9.0.2 (major)

Open depfu[bot] opened this issue 3 years ago • 0 comments

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ dotenv (7.0.0 → 9.0.2) · Repo · Changelog

Release Notes

9.0.2 (from changelog)

Changed

  • Support windows newlines with debug mode

9.0.1 (from changelog)

Changed

  • Updates to README

9.0.0 (from changelog)

Added

  • define package.json in exports
  • allow for import "dotenv/config"

Changed

  • updated dev dependencies via npm audit
  • TypeScript types
  • point to exact types file to work with VS Code
  • Breaking: drop support for Node v8

8.6.0 (from changelog)

Added

  • define package.json in exports

8.5.1 (from changelog)

Changed

  • updated dev dependencies via npm audit

8.5.0 (from changelog)

Added

  • allow for import "dotenv/config"

8.4.0 (from changelog)

Changed

  • point to exact types file to work with VS Code

8.3.0 (from changelog)

Changed

  • Breaking: drop support for Node v8

8.1.0 (from changelog)

⚠ BREAKING CHANGES

  • dropping Node v6 support because end-of-life

  • Drop support for Node v6 (#392) (2e9636a), closes #392

8.0.0 (from changelog)

BREAKING CHANGES

  • dropping Node v6 support because end-of-life

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 56 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

depfu[bot] avatar May 11 '21 19:05 depfu[bot]