Skip to content

Commit be1429f

Browse files
chore(deps): update dependency dotenv to v16.6.0 (#620)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dotenv](https://redirect.github.com/motdotla/dotenv) | [`16.5.0` -> `16.6.0`](https://renovatebot.com/diffs/npm/dotenv/16.5.0/16.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dotenv/16.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dotenv/16.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dotenv/16.5.0/16.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dotenv/16.5.0/16.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>motdotla/dotenv (dotenv)</summary> ### [`v16.6.0`](https://redirect.github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1660-2025-06-26) [Compare Source](https://redirect.github.com/motdotla/dotenv/compare/v16.5.0...v16.6.0) ##### Added - Default log helpful message `[[email protected]] injecting env (1) from .env` ([#&#8203;870](https://redirect.github.com/motdotla/dotenv/pull/870)) - Use `{ quiet: true }` to suppress - Aligns dotenv more closely with [dotenvx](https://redirect.github.com/dotenvx/dotenvx). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/psteinroe/supabase-cache-helpers). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02ebefa commit be1429f

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

packages/postgrest-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/flat": "5.0.2",
4747
"@types/lodash": "4.17.0",
4848
"@vitest/coverage-istanbul": "^3.0.0",
49-
"dotenv": "16.5.0",
49+
"dotenv": "16.6.0",
5050
"tsup": "8.5.0",
5151
"typescript": "5.8.3",
5252
"vitest": "3.2.0"

packages/postgrest-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/flat": "5.0.2",
5555
"@types/react": "19.1.2",
5656
"@vitest/coverage-istanbul": "^3.0.0",
57-
"dotenv": "16.5.0",
57+
"dotenv": "16.6.0",
5858
"react": "18.3.1",
5959
"react-dom": "18.3.1",
6060
"tsup": "8.5.0",

packages/postgrest-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@supabase/supabase-js": "2.50.0",
3737
"@vitest/coverage-istanbul": "^3.0.0",
3838
"ioredis": "5.6.1",
39-
"dotenv": "16.5.0",
39+
"dotenv": "16.6.0",
4040
"tsup": "8.5.0",
4141
"typescript": "5.8.3",
4242
"vitest": "3.2.0"

packages/postgrest-swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/flat": "5.0.2",
5454
"@types/react": "19.1.2",
5555
"@vitest/coverage-istanbul": "^3.0.0",
56-
"dotenv": "16.5.0",
56+
"dotenv": "16.6.0",
5757
"react": "18.3.1",
5858
"react-dom": "18.3.1",
5959
"tsup": "8.5.0",

packages/storage-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@supabase/storage-js": "2.7.1",
3737
"@supabase/supabase-js": "2.50.0",
3838
"@vitest/coverage-istanbul": "^3.0.0",
39-
"dotenv": "16.5.0",
39+
"dotenv": "16.6.0",
4040
"tsup": "8.5.0",
4141
"typescript": "5.8.3",
4242
"vitest": "3.2.0"

packages/storage-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@supabase/supabase-js": "2.50.0",
4747
"@testing-library/react": "16.3.0",
4848
"@types/react": "19.1.2",
49-
"dotenv": "16.5.0",
49+
"dotenv": "16.6.0",
5050
"react": "18.3.1",
5151
"@vitest/coverage-istanbul": "^3.0.0",
5252
"happy-dom": "17.6.1",

packages/storage-swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@testing-library/react": "16.3.0",
4848
"@types/react": "19.1.2",
4949
"@vitest/coverage-istanbul": "^3.0.0",
50-
"dotenv": "16.5.0",
50+
"dotenv": "16.6.0",
5151
"happy-dom": "17.6.1",
5252
"react": "18.3.1",
5353
"react-dom": "18.3.1",

pnpm-lock.yaml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)