supabase-cache-helpers
supabase-cache-helpers copied to clipboard
chore(deps): update dependency dotenv to v17
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| dotenv | 16.6.0 -> 17.2.3 |
Release Notes
motdotla/dotenv (dotenv)
v17.2.3
Changed
- Fixed typescript error definition (#β912)
v17.2.2
Added
- π A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.
v17.2.1
Changed
- Fix clickable tip links by removing parentheses (#β897)
v17.2.0
Added
- Optionally specify
DOTENV_CONFIG_QUIET=truein your environment or.envfile to quiet the runtime log (#β889) - Just like dotenv any
DOTENV_CONFIG_environment variables take precedence over any code set options like({quiet: false})
v17.1.0
Added
- Add additional security and configuration tips to the runtime log (#β884)
- Dim the tips text from the main injection information text
const TIPS = [
'π encrypt with dotenvx: https://dotenvx.com',
'π prevent committing .env to code: https://dotenvx.com/precommit',
'π prevent building .env in docker: https://dotenvx.com/prebuild',
'π οΈ run anywhere with `dotenvx run -- yourcommand`',
'βοΈ specify custom .env file path with { path: \'/custom/path/.env\' }',
'βοΈ enable debug logging with { debug: true }',
'βοΈ override existing env vars with { override: true }',
'βοΈ suppress all logs with { quiet: true }',
'βοΈ write to custom object with { processEnv: myObject }',
'βοΈ load multiple .env files with { path: [\'.env.local\', \'.env\'] }'
]
v17.0.1
Changed
- Patched injected log to count only populated/set keys to process.env (#β879)
v17.0.0
Changed
- Default
quietto false - informational (file and keys count) runtime log message shows by default (#β875)
v16.6.1
Changed
- Default
quietto true β hiding the runtime log message (#β874) - NOTICE: 17.0.0 will be released with quiet defaulting to false. Use
config({ quiet: true })to suppress. - And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch
require('dotenv').config()forrequire('@​dotenvx/dotenvx').config().
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 is behind base branch, 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.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| supabase-cache-helpers | Preview | Comment | Oct 21, 2025 6:17pm | |
| supabase-cache-helpers-react-query | Oct 21, 2025 6:17pm | |||
| supabase-cache-helpers-swr-demo | Oct 21, 2025 6:17pm |
β οΈ No Changeset found
Latest commit: 28e0a2416449a096b11470d39be5df9b12ce6ad3
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 91.28%. Comparing base (208b22f) to head (28e0a24).
Additional details and impacted files
@@ Coverage Diff @@
## main #621 +/- ##
=========================================
+ Coverage 0 91.28% +91.28%
=========================================
Files 0 144 +144
Lines 0 2261 +2261
Branches 0 739 +739
=========================================
+ Hits 0 2064 +2064
- Misses 0 162 +162
- Partials 0 35 +35
| Flag | Coverage Ξ | |
|---|---|---|
| postgrest-core | 91.28% <ΓΈ> (?) |
|
| postgrest-react-query | 91.28% <ΓΈ> (?) |
|
| postgrest-server | 91.28% <ΓΈ> (?) |
|
| postgrest-swr | 91.28% <ΓΈ> (?) |
|
| storage-core | 91.28% <ΓΈ> (?) |
|
| storage-react-query | 91.28% <ΓΈ> (?) |
|
| storage-swr | 91.28% <ΓΈ> (?) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.