gatsby-starter-calpa-blog
gatsby-starter-calpa-blog copied to clipboard
Upgrade dotenv: 7.0.0 → 8.6.0 (major)
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 → 8.6.0) · Repo · Changelog
Release Notes
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
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 47 commits:
Show as 'added' in changelog
Bump version 8.6.0
Merge pull request #525 from MrSnoozles/patch-1
Add package.json to exports
Shorten link to join text
Add announcement
Bump version 8.5.1
Merge pull request #522 from motdotla/npm-audit
Run npm audit
Bump version 8.5.0
Merge pull request #503 from franciscop/patch-1
Merge branch 'master' into patch-1
Merge pull request #513 from ImRodry/patch-1
Merge pull request #519 from motdotla/fix-types
Point to types file for VS Code. Bump 8.4.0
Update CHANGELOG
Merge pull request #516 from motdotla/drop-node-8-support
Fix CHANGELOG detail
Merge branch 'master' into patch-1
Bump version 8.3.0
Update CHANGELOG and clarify older changes
Drop node 8 support
Merge pull request #515 from motdotla/passing-tests
Simplify path for readability
Remove node 8 from ci
Fix failing tests from 12.16.0 and newer
Remove main interface for now - was never published
Fix small typo in JSDoc comment
Update test-config-cli.js
Allow for `import "dotenv/config";` in Node.js
Merge pull request #450 from MetCoder95/dotenv-interface
Change interface name to pascal case
Merge pull request #452 from motdotla/funding-tidelift
Create FUNDING.yml
Add main interface for library
Merge pull request #441 from motdotla/clarify-path-as-a-file
README: clarify that path is to a filename and not a folder
chore(release): 8.2.0
TypeScript types (#430)
optimize dotenv.png (#424)
chore(release): 8.1.0
Upgrade dependencies (#416)
Parse \r and \r\n line endings (#414)
chore(release): 8.0.0
Drop support for Node v6 (#392)
chore: add license badge (#387)
Update CHANGELOG for v7.0.0
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)