Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency dotenv to v16.4.7 #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotenv 16.0.3 -> 16.4.7 age adoption passing confidence

Release Notes

motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793

v16.3.1

Compare Source

Added
  • Add missing type definitions for processEnv and DOTENV_KEY options. #​756

v16.3.0

Compare Source

Added
  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #​754

v16.2.0

Compare Source

Added
  • Optionally write to your own target object rather than process.env. Defaults to process.env. #​753
  • Add import type URL to types file #​751

v16.1.4

Compare Source

Added
  • Added .github/ to .npmignore #​747

v16.1.3

Compare Source

Removed
  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

v16.1.2

Compare Source

Changed
  • Exposed private function _configDotenv as configDotenv. #​744

v16.1.1

Compare Source

Added
  • Added type definition for decrypt function
Changed
  • Fixed {crypto: false} in packageJson.browser

v16.1.0

Compare Source

Added
  • Add populate convenience method #​733
  • Accept URL as path option #​720
  • Add dotenv to npm fund command
  • Spanish language README #​698
  • Add .env.vault support. 🎉 (#​730)

ℹ️ .env.vault extends the .env file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read more

Changed
  • Fixed "cannot resolve 'fs'" error on tools like Replit #​693

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 1, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from @testing-library/[email protected]
npm ERR! node_modules/@testing-library/react
npm ERR!   dev @testing-library/react@"^13.4.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-02-21T02_55_33_067Z-debug-0.log

@vercel
Copy link

vercel bot commented Jun 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nextjs-blog ❌ Failed (Inspect) Dec 3, 2024 11:51pm
nextjs-blog-7to5 ❌ Failed (Inspect) Dec 3, 2024 11:51pm

@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 2de0ef6 to 6400869 Compare June 4, 2023 20:59
@renovate renovate bot changed the title Update dependency dotenv to v16.1.3 Update dependency dotenv to v16.1.4 Jun 4, 2023
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 6400869 to a135b40 Compare June 17, 2023 05:36
@renovate renovate bot changed the title Update dependency dotenv to v16.1.4 Update dependency dotenv to v16.3.0 Jun 17, 2023
@renovate renovate bot changed the title Update dependency dotenv to v16.3.0 Update dependency dotenv to v16.3.1 Jun 18, 2023
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from a135b40 to 438deef Compare June 18, 2023 17:17
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 438deef to 2f3f224 Compare January 20, 2024 17:34
@renovate renovate bot changed the title Update dependency dotenv to v16.3.1 Update dependency dotenv to v16.3.2 Jan 20, 2024
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 2f3f224 to 2d54dbb Compare January 24, 2024 02:58
@renovate renovate bot changed the title Update dependency dotenv to v16.3.2 Update dependency dotenv to v16.4.0 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 2d54dbb to bf2ad7f Compare January 25, 2024 05:29
@renovate renovate bot changed the title Update dependency dotenv to v16.4.0 Update dependency dotenv to v16.4.1 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from bf2ad7f to 7e91846 Compare February 11, 2024 06:00
@renovate renovate bot changed the title Update dependency dotenv to v16.4.1 Update dependency dotenv to v16.4.2 Feb 11, 2024
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 7e91846 to 42ac04d Compare February 13, 2024 05:49
@renovate renovate bot changed the title Update dependency dotenv to v16.4.2 Update dependency dotenv to v16.4.3 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 42ac04d to 54a7e5a Compare February 14, 2024 04:59
@renovate renovate bot changed the title Update dependency dotenv to v16.4.3 Update dependency dotenv to v16.4.4 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 54a7e5a to 8099647 Compare February 21, 2024 02:56
@renovate renovate bot changed the title Update dependency dotenv to v16.4.4 Update dependency dotenv to v16.4.5 Feb 21, 2024
@renovate renovate bot changed the title Update dependency dotenv to v16.4.5 chore(deps): update dependency dotenv to v16.4.5 May 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency dotenv to v16.4.5 Update dependency dotenv to v16.4.5 Jun 1, 2024
@renovate renovate bot changed the title Update dependency dotenv to v16.4.5 chore(deps): update dependency dotenv to v16.4.5 Jun 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency dotenv to v16.4.5 Update dependency dotenv to v16.4.5 Jun 1, 2024
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 8099647 to 2942efd Compare August 22, 2024 09:20
@renovate renovate bot changed the title Update dependency dotenv to v16.4.5 chore(deps): update dependency dotenv to v16.4.5 Aug 22, 2024
Copy link
Contributor Author

renovate bot commented Aug 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from @testing-library/[email protected]
npm ERR! node_modules/@testing-library/react
npm ERR!   dev @testing-library/react@"^13.4.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-12-03T23_49_43_065Z-debug-0.log

@renovate renovate bot force-pushed the renovate/dotenv-16.x branch from 2942efd to 98045f7 Compare December 3, 2024 23:49
@renovate renovate bot changed the title chore(deps): update dependency dotenv to v16.4.5 chore(deps): update dependency dotenv to v16.4.7 Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants