Skip to content

Commit b442d08

Browse files
fix(deps): update dependency envinfo to v7.13.0 (#10603)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [envinfo](https://togithub.com/tabrindle/envinfo) | [`7.11.1` -> `7.13.0`](https://renovatebot.com/diffs/npm/envinfo/7.11.1/7.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/envinfo/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/envinfo/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/envinfo/7.11.1/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/envinfo/7.11.1/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tabrindle/envinfo (envinfo)</summary> ### [`v7.13.0`](https://togithub.com/tabrindle/envinfo/blob/HEAD/CHANGELOG.md#7130-2024-04-29) [Compare Source](https://togithub.com/tabrindle/envinfo/compare/v7.12.0...v7.13.0) ##### Features - add openssl support ([#&#8203;255](https://www.togithub.com/tabrindle/envinfo/issues/255)) ([299bd3f](https://www.github.com/tabrindle/envinfo/commit/299bd3f6b365103651e2323351247d3fed583162)) ##### Bug Fixes - be more tolerant when detecting Android Studio IDE on OSX ([#&#8203;252](https://www.togithub.com/tabrindle/envinfo/issues/252)) ([eb9e5de](https://www.github.com/tabrindle/envinfo/commit/eb9e5de59310a78ccb24daa088e2695b32e48c28)) ### [`v7.12.0`](https://togithub.com/tabrindle/envinfo/blob/HEAD/CHANGELOG.md#7120-2024-04-06) [Compare Source](https://togithub.com/tabrindle/envinfo/compare/v7.11.1...v7.12.0) ##### Features - add docker-compose ([#&#8203;253](https://www.togithub.com/tabrindle/envinfo/issues/253)) ([d1861f0](https://www.github.com/tabrindle/envinfo/commit/d1861f07991e8c4a154e9e0d4dc200be9ff36f79)) - update to webpack5 ([#&#8203;248](https://www.togithub.com/tabrindle/envinfo/issues/248)) ([4715340](https://www.github.com/tabrindle/envinfo/commit/4715340388023be122c52a395def8b01815e5e4f)) ##### Bug Fixes - delete old CI ([#&#8203;247](https://www.togithub.com/tabrindle/envinfo/issues/247)) ([6ae3cda](https://www.github.com/tabrindle/envinfo/commit/6ae3cda9744342182f4e74fd7284bcc0d5536d20)) ##### [7.11.1](https://www.github.com/tabrindle/envinfo/compare/v7.11.0...v7.11.1) (2024-02-02) ##### Bug Fixes - add @&#8203;playwright/ to playwright preset ([#&#8203;245](https://www.togithub.com/tabrindle/envinfo/issues/245)) ([08802a0](https://www.github.com/tabrindle/envinfo/commit/08802a080675d33f45d7a9f7712d348600f8e257)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de503cb commit b442d08

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"decamelize": "5.0.1",
5858
"dotenv-defaults": "5.0.2",
5959
"enquirer": "2.4.1",
60-
"envinfo": "7.11.1",
60+
"envinfo": "7.13.0",
6161
"execa": "5.1.1",
6262
"fast-glob": "3.3.2",
6363
"fs-extra": "11.2.0",

packages/create-redwood-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"chalk": "4.1.2",
3838
"check-node-version": "4.2.1",
3939
"ci-info": "4.0.0",
40-
"envinfo": "7.11.1",
40+
"envinfo": "7.13.0",
4141
"execa": "5.1.1",
4242
"fs-extra": "11.2.0",
4343
"jest": "29.7.0",

packages/telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@redwoodjs/structure": "workspace:*",
2626
"@whatwg-node/fetch": "0.9.17",
2727
"ci-info": "4.0.0",
28-
"envinfo": "7.11.1",
28+
"envinfo": "7.13.0",
2929
"systeminformation": "5.22.9",
3030
"uuid": "9.0.1",
3131
"yargs": "17.7.2"

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -8225,7 +8225,7 @@ __metadata:
82258225
decamelize: "npm:5.0.1"
82268226
dotenv-defaults: "npm:5.0.2"
82278227
enquirer: "npm:2.4.1"
8228-
envinfo: "npm:7.11.1"
8228+
envinfo: "npm:7.13.0"
82298229
execa: "npm:5.1.1"
82308230
fast-glob: "npm:3.3.2"
82318231
fs-extra: "npm:11.2.0"
@@ -8844,7 +8844,7 @@ __metadata:
88448844
"@types/yargs": "npm:17.0.32"
88458845
"@whatwg-node/fetch": "npm:0.9.17"
88468846
ci-info: "npm:4.0.0"
8847-
envinfo: "npm:7.11.1"
8847+
envinfo: "npm:7.13.0"
88488848
systeminformation: "npm:5.22.9"
88498849
tsx: "npm:4.10.3"
88508850
typescript: "npm:5.4.5"
@@ -15303,7 +15303,7 @@ __metadata:
1530315303
chalk: "npm:4.1.2"
1530415304
check-node-version: "npm:4.2.1"
1530515305
ci-info: "npm:4.0.0"
15306-
envinfo: "npm:7.11.1"
15306+
envinfo: "npm:7.13.0"
1530715307
execa: "npm:5.1.1"
1530815308
fs-extra: "npm:11.2.0"
1530915309
jest: "npm:29.7.0"
@@ -16757,12 +16757,12 @@ __metadata:
1675716757
languageName: node
1675816758
linkType: hard
1675916759

16760-
"envinfo@npm:7.11.1, envinfo@npm:^7.7.3":
16761-
version: 7.11.1
16762-
resolution: "envinfo@npm:7.11.1"
16760+
"envinfo@npm:7.13.0, envinfo@npm:^7.7.3":
16761+
version: 7.13.0
16762+
resolution: "envinfo@npm:7.13.0"
1676316763
bin:
1676416764
envinfo: dist/cli.js
16765-
checksum: 10c0/4550cce03d4d8a7b137d548faaf9c920356474231636cb4a6e74ae75db3b9cb04aa0a052ee391e2363af5db697166c207ba76e106338d758c6126830b3e16d75
16765+
checksum: 10c0/9c279213cbbb353b3171e8e333fd2ed564054abade08ab3d735fe136e10a0e14e0588e1ce77e6f01285f2462eaca945d64f0778be5ae3d9e82804943e36a4411
1676616766
languageName: node
1676716767
linkType: hard
1676816768

0 commit comments

Comments
 (0)