fix(deps): update dependency read-env-value to v2 (#869)
[skip ci] This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [read-env-value](https://redirect.github.com/node-modules/read-env-value) | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/read-env-value/1.1.0/2.0.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>node-modules/read-env-value (read-env-value)</summary> ### [`v2.0.2`](https://redirect.github.com/node-modules/read-env-value/blob/HEAD/CHANGELOG.md#small202-2025-08-08-small) [Compare Source](https://redirect.github.com/node-modules/read-env-value/compare/v2.0.1...v2.0.2) - fix: remove src on publish package ([#​9](https://redirect.github.com/node-modules/read-env-value/issues/9)) ([4a2f39c](https://redirect.github.com/node-modules/read-env-value/commit/4a2f39c)), closes [#​9](https://redirect.github.com/node-modules/read-env-value/issues/9) - test: remove experimental-strip-types flag ([#​8](https://redirect.github.com/node-modules/read-env-value/issues/8)) ([983da2f](https://redirect.github.com/node-modules/read-env-value/commit/983da2f)), closes [#​8](https://redirect.github.com/node-modules/read-env-value/issues/8) - chore: change jsr name to [@​nw/read-env-value](https://redirect.github.com/nw/read-env-value) ([fbbd50b](https://redirect.github.com/node-modules/read-env-value/commit/fbbd50b)) ### [`v2.0.1`](https://redirect.github.com/node-modules/read-env-value/blob/HEAD/CHANGELOG.md#201-2025-07-31) [Compare Source](https://redirect.github.com/node-modules/read-env-value/compare/v2.0.0...v2.0.1) ##### Bug Fixes - duel publish to npm and jsr ([7cd320e](7cd320e410)) ### [`v2.0.0`](https://redirect.github.com/node-modules/read-env-value/blob/HEAD/CHANGELOG.md#200-2025-07-30) [Compare Source](https://redirect.github.com/node-modules/read-env-value/compare/v1.1.0...v2.0.0) ##### ⚠ BREAKING CHANGES - drop Node.js < 22.17.0 support ##### Features - esm only ([#​6](https://redirect.github.com/node-modules/read-env-value/issues/6)) ([e7f4dad](e7f4dad3f4)) </details> --- ### 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. --- - [ ] <!-- 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/cnpm/cnpmcore). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
"oss-cnpm": "^5.0.1",
|
||||
"p-map": "^4.0.0",
|
||||
"pg": "^8.13.1",
|
||||
"read-env-value": "^1.0.0",
|
||||
"read-env-value": "^2.0.0",
|
||||
"semver": "^7.3.5",
|
||||
"ssri": "^8.0.1",
|
||||
"type-fest": "^2.5.3",
|
||||
|
||||
Reference in New Issue
Block a user