Merge pull request #24438 from backstage/renovate/zod-3.x-lockfile

fix(deps): update dependency zod to v3.23.6
This commit is contained in:
Ben Lambert
2024-05-06 16:16:13 +02:00
committed by GitHub
4 changed files with 39 additions and 39 deletions
@@ -31,19 +31,19 @@ export const createGitlabIssueAction: (options: {
title: string;
repoUrl: string;
projectId: number;
labels?: string | undefined;
description?: string | undefined;
weight?: number | undefined;
token?: string | undefined;
assignees?: number[] | undefined;
confidential?: boolean | undefined;
description?: string | undefined;
createdAt?: string | undefined;
confidential?: boolean | undefined;
milestoneId?: number | undefined;
epicId?: number | undefined;
dueDate?: string | undefined;
discussionToResolve?: string | undefined;
epicId?: number | undefined;
labels?: string | undefined;
issueType?: IssueType | undefined;
mergeRequestToResolveDiscussionsOf?: number | undefined;
milestoneId?: number | undefined;
weight?: number | undefined;
},
{
issueUrl: string;
@@ -59,11 +59,11 @@ export const createGitlabProjectAccessTokenAction: (options: {
{
repoUrl: string;
projectId: string | number;
token?: string | undefined;
name?: string | undefined;
accessLevel?: number | undefined;
token?: string | undefined;
scopes?: string[] | undefined;
expiresAt?: string | undefined;
accessLevel?: number | undefined;
},
{
access_token: string;
@@ -78,8 +78,8 @@ export const createGitlabProjectDeployTokenAction: (options: {
name: string;
repoUrl: string;
projectId: string | number;
token?: string | undefined;
username?: string | undefined;
token?: string | undefined;
scopes?: string[] | undefined;
},
{
@@ -98,11 +98,11 @@ export const createGitlabProjectVariableAction: (options: {
repoUrl: string;
projectId: string | number;
variableType: string;
token?: string | undefined;
variableProtected?: boolean | undefined;
masked?: boolean | undefined;
raw?: boolean | undefined;
token?: string | undefined;
masked?: boolean | undefined;
environmentScope?: string | undefined;
variableProtected?: boolean | undefined;
},
JsonObject
>;
+3 -3
View File
@@ -136,15 +136,15 @@ export function createFetchCatalogEntityAction(options: {
auth?: AuthService;
}): TemplateAction_2<
{
entityRef?: string | undefined;
entityRefs?: string[] | undefined;
optional?: boolean | undefined;
defaultKind?: string | undefined;
defaultNamespace?: string | undefined;
entityRef?: string | undefined;
entityRefs?: string[] | undefined;
},
{
entity?: any;
entities?: any[] | undefined;
entity?: any;
}
>;
+21 -21
View File
@@ -79,10 +79,10 @@ export const EntityNamePickerFieldExtension: FieldExtensionComponent_2<
export const EntityPickerFieldExtension: FieldExtensionComponent_2<
string,
{
allowedKinds?: string[] | undefined;
defaultKind?: string | undefined;
allowArbitraryValues?: boolean | undefined;
defaultNamespace?: string | false | undefined;
allowedKinds?: string[] | undefined;
allowArbitraryValues?: boolean | undefined;
catalogFilter?:
| Record<
string,
@@ -108,10 +108,10 @@ export const EntityPickerFieldExtension: FieldExtensionComponent_2<
export const EntityPickerFieldSchema: FieldSchema<
string,
{
allowedKinds?: string[] | undefined;
defaultKind?: string | undefined;
allowArbitraryValues?: boolean | undefined;
defaultNamespace?: string | false | undefined;
allowedKinds?: string[] | undefined;
allowArbitraryValues?: boolean | undefined;
catalogFilter?:
| Record<
string,
@@ -141,9 +141,9 @@ export type EntityPickerUiOptions =
export const EntityTagsPickerFieldExtension: FieldExtensionComponent_2<
string[],
{
kinds?: string[] | undefined;
showCounts?: boolean | undefined;
helperText?: string | undefined;
showCounts?: boolean | undefined;
kinds?: string[] | undefined;
}
>;
@@ -151,9 +151,9 @@ export const EntityTagsPickerFieldExtension: FieldExtensionComponent_2<
export const EntityTagsPickerFieldSchema: FieldSchema<
string[],
{
kinds?: string[] | undefined;
showCounts?: boolean | undefined;
helperText?: string | undefined;
showCounts?: boolean | undefined;
kinds?: string[] | undefined;
}
>;
@@ -215,8 +215,8 @@ export const MultiEntityPickerFieldExtension: FieldExtensionComponent_2<
string[],
{
defaultKind?: string | undefined;
allowArbitraryValues?: boolean | undefined;
defaultNamespace?: string | false | undefined;
allowArbitraryValues?: boolean | undefined;
catalogFilter?:
| Record<
string,
@@ -267,10 +267,10 @@ export type MyGroupsPickerUiOptions =
export const OwnedEntityPickerFieldExtension: FieldExtensionComponent_2<
string,
{
allowedKinds?: string[] | undefined;
defaultKind?: string | undefined;
allowArbitraryValues?: boolean | undefined;
defaultNamespace?: string | false | undefined;
allowedKinds?: string[] | undefined;
allowArbitraryValues?: boolean | undefined;
catalogFilter?:
| Record<
string,
@@ -296,10 +296,10 @@ export const OwnedEntityPickerFieldExtension: FieldExtensionComponent_2<
export const OwnedEntityPickerFieldSchema: FieldSchema<
string,
{
allowedKinds?: string[] | undefined;
defaultKind?: string | undefined;
allowArbitraryValues?: boolean | undefined;
defaultNamespace?: string | false | undefined;
allowedKinds?: string[] | undefined;
allowArbitraryValues?: boolean | undefined;
catalogFilter?:
| Record<
string,
@@ -329,9 +329,9 @@ export type OwnedEntityPickerUiOptions =
export const OwnerPickerFieldExtension: FieldExtensionComponent_2<
string,
{
defaultNamespace?: string | false | undefined;
allowedKinds?: string[] | undefined;
allowArbitraryValues?: boolean | undefined;
defaultNamespace?: string | false | undefined;
catalogFilter?:
| Record<
string,
@@ -357,9 +357,9 @@ export const OwnerPickerFieldExtension: FieldExtensionComponent_2<
export const OwnerPickerFieldSchema: FieldSchema<
string,
{
defaultNamespace?: string | false | undefined;
allowedKinds?: string[] | undefined;
allowArbitraryValues?: boolean | undefined;
defaultNamespace?: string | false | undefined;
catalogFilter?:
| Record<
string,
@@ -407,12 +407,12 @@ export const RepoUrlPickerFieldExtension: FieldExtensionComponent_2<
secretsKey: string;
additionalScopes?:
| {
gitea?: string[] | undefined;
gerrit?: string[] | undefined;
azure?: string[] | undefined;
github?: string[] | undefined;
gitlab?: string[] | undefined;
bitbucket?: string[] | undefined;
azure?: string[] | undefined;
gerrit?: string[] | undefined;
gitea?: string[] | undefined;
}
| undefined;
}
@@ -434,12 +434,12 @@ export const RepoUrlPickerFieldSchema: FieldSchema<
secretsKey: string;
additionalScopes?:
| {
gitea?: string[] | undefined;
gerrit?: string[] | undefined;
azure?: string[] | undefined;
github?: string[] | undefined;
gitlab?: string[] | undefined;
bitbucket?: string[] | undefined;
azure?: string[] | undefined;
gerrit?: string[] | undefined;
gitea?: string[] | undefined;
}
| undefined;
}
+3 -3
View File
@@ -42651,9 +42651,9 @@ __metadata:
linkType: hard
"zod@npm:^3.22.4":
version: 3.22.4
resolution: "zod@npm:3.22.4"
checksum: 80bfd7f8039b24fddeb0718a2ec7c02aa9856e4838d6aa4864335a047b6b37a3273b191ef335bf0b2002e5c514ef261ffcda5a589fb084a48c336ffc4cdbab7f
version: 3.23.6
resolution: "zod@npm:3.23.6"
checksum: f534119e2a54e86bf77e5c6ff630ef4ec50b87dd9d9faf66dc7a663a489d37130b716ebd836cdd9d7fc6e124a1accdc0d53f388243a236c10e632dcc945eaa27
languageName: node
linkType: hard