Skip to content

Commit a67d5fb

Browse files
chore(deps): update dependency @arethetypeswrong/cli to v0.16.4 (#11586)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@arethetypeswrong/cli](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io) ([source](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli)) | [`0.16.2` -> `0.16.4`](https://renovatebot.com/diffs/npm/@arethetypeswrong%2fcli/0.16.2/0.16.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@arethetypeswrong%2fcli/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@arethetypeswrong%2fcli/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@arethetypeswrong%2fcli/0.16.2/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@arethetypeswrong%2fcli/0.16.2/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>arethetypeswrong/arethetypeswrong.github.io (@&#8203;arethetypeswrong/cli)</summary> ### [`v0.16.4`](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io/blob/HEAD/packages/cli/CHANGELOG.md#0164) ##### Patch Changes - Updated dependencies \[[`3ca2866`](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io/commit/3ca2866)] - [@&#8203;arethetypeswrong/core](https://redirect.github.com/arethetypeswrong/core)[@&#8203;0](https://redirect.github.com/0).16.4 ### [`v0.16.3`](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io/blob/HEAD/packages/cli/CHANGELOG.md#0163) ##### Patch Changes - [`66ada51`](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io/commit/66ada51): Fix warning message json-format suggestion to use proper syntax </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d27b0ce commit a67d5fb

File tree

28 files changed

+63
-63
lines changed

28 files changed

+63
-63
lines changed

packages/auth-providers/auth0/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"jwks-rsa": "3.1.0"
4444
},
4545
"devDependencies": {
46-
"@arethetypeswrong/cli": "0.16.2",
46+
"@arethetypeswrong/cli": "0.16.4",
4747
"@redwoodjs/api": "workspace:*",
4848
"@redwoodjs/framework-tools": "workspace:*",
4949
"@types/jsonwebtoken": "9.0.6",

packages/auth-providers/auth0/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@redwoodjs/cli-helpers": "workspace:*"
4343
},
4444
"devDependencies": {
45-
"@arethetypeswrong/cli": "0.16.2",
45+
"@arethetypeswrong/cli": "0.16.4",
4646
"@redwoodjs/framework-tools": "workspace:*",
4747
"@types/yargs": "17.0.33",
4848
"concurrently": "8.2.2",

packages/auth-providers/azureActiveDirectory/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"jwks-rsa": "3.1.0"
4444
},
4545
"devDependencies": {
46-
"@arethetypeswrong/cli": "0.16.2",
46+
"@arethetypeswrong/cli": "0.16.4",
4747
"@redwoodjs/api": "workspace:*",
4848
"@redwoodjs/framework-tools": "workspace:*",
4949
"@types/aws-lambda": "8.10.145",

packages/auth-providers/azureActiveDirectory/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@redwoodjs/cli-helpers": "workspace:*"
4343
},
4444
"devDependencies": {
45-
"@arethetypeswrong/cli": "0.16.2",
45+
"@arethetypeswrong/cli": "0.16.4",
4646
"@redwoodjs/framework-tools": "workspace:*",
4747
"@types/yargs": "17.0.33",
4848
"concurrently": "8.2.2",

packages/auth-providers/clerk/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@clerk/clerk-sdk-node": "4.13.21"
4343
},
4444
"devDependencies": {
45-
"@arethetypeswrong/cli": "0.16.2",
45+
"@arethetypeswrong/cli": "0.16.4",
4646
"@redwoodjs/api": "workspace:*",
4747
"@redwoodjs/framework-tools": "workspace:*",
4848
"@types/aws-lambda": "8.10.145",

packages/auth-providers/clerk/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@redwoodjs/cli-helpers": "workspace:*"
4141
},
4242
"devDependencies": {
43-
"@arethetypeswrong/cli": "0.16.2",
43+
"@arethetypeswrong/cli": "0.16.4",
4444
"@redwoodjs/framework-tools": "workspace:*",
4545
"@types/yargs": "17.0.33",
4646
"concurrently": "8.2.2",

packages/auth-providers/custom/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@redwoodjs/cli-helpers": "workspace:*"
4343
},
4444
"devDependencies": {
45-
"@arethetypeswrong/cli": "0.16.2",
45+
"@arethetypeswrong/cli": "0.16.4",
4646
"@redwoodjs/framework-tools": "workspace:*",
4747
"@types/yargs": "17.0.33",
4848
"concurrently": "8.2.2",

packages/auth-providers/dbAuth/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"uuid": "10.0.0"
6464
},
6565
"devDependencies": {
66-
"@arethetypeswrong/cli": "0.16.2",
66+
"@arethetypeswrong/cli": "0.16.4",
6767
"@redwoodjs/api": "workspace:*",
6868
"@redwoodjs/framework-tools": "workspace:*",
6969
"@simplewebauthn/server": "7.4.0",

packages/auth-providers/dbAuth/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@redwoodjs/web": "workspace:*"
4242
},
4343
"devDependencies": {
44-
"@arethetypeswrong/cli": "0.16.2",
44+
"@arethetypeswrong/cli": "0.16.4",
4545
"@redwoodjs/api": "workspace:*",
4646
"@redwoodjs/framework-tools": "workspace:*",
4747
"@redwoodjs/graphql-server": "workspace:*",

packages/auth-providers/firebase/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"firebase-admin": "12.5.0"
4343
},
4444
"devDependencies": {
45-
"@arethetypeswrong/cli": "0.16.2",
45+
"@arethetypeswrong/cli": "0.16.4",
4646
"@redwoodjs/api": "workspace:*",
4747
"@redwoodjs/framework-tools": "workspace:*",
4848
"@types/aws-lambda": "8.10.145",

0 commit comments

Comments
 (0)