chore: upate deps

This commit is contained in:
2025-09-15 11:41:51 -04:00
parent f8b89da67a
commit 29011e7dae
4 changed files with 1242 additions and 1236 deletions

12
composer.lock generated
View File

@@ -409,15 +409,15 @@
}, },
{ {
"name": "wpackagist-plugin/disable-comments", "name": "wpackagist-plugin/disable-comments",
"version": "2.5.2", "version": "2.5.3",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-comments/", "url": "https://plugins.svn.wordpress.org/disable-comments/",
"reference": "tags/2.5.2" "reference": "tags/2.5.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/disable-comments.2.5.2.zip" "url": "https://downloads.wordpress.org/plugin/disable-comments.2.5.3.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"
@@ -463,15 +463,15 @@
}, },
{ {
"name": "wpackagist-plugin/wp-graphql", "name": "wpackagist-plugin/wp-graphql",
"version": "2.3.3", "version": "2.3.6",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-graphql/", "url": "https://plugins.svn.wordpress.org/wp-graphql/",
"reference": "tags/2.3.3" "reference": "tags/2.3.6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-graphql.2.3.3.zip" "url": "https://downloads.wordpress.org/plugin/wp-graphql.2.3.6.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"

View File

@@ -17,27 +17,27 @@
}, },
"dependencies": { "dependencies": {
"@iconify-json/cib": "^1.2.3", "@iconify-json/cib": "^1.2.3",
"@iconify-json/lucide": "^1.2.66", "@iconify-json/lucide": "^1.2.68",
"@nuxt/eslint": "^1.9.0", "@nuxt/eslint": "^1.9.0",
"@nuxt/ui": "^4.0.0-alpha.1", "@nuxt/ui": "4.0.0-alpha.1",
"@nuxthub/core": "^0.9.0", "@nuxthub/core": "^0.9.0",
"@nuxtjs/device": "3.2.4", "@nuxtjs/device": "3.2.4",
"@nuxtjs/robots": "5.5.0", "@nuxtjs/robots": "5.5.0",
"@nuxtjs/sitemap": "7.4.3", "@nuxtjs/sitemap": "7.4.3",
"@vueuse/nuxt": "13.7.0", "@vueuse/nuxt": "13.7.0",
"nuxt": "^4.1.0", "nuxt": "^4.1.2",
"nuxt-auth-utils": "0.5.23", "nuxt-auth-utils": "0.5.23",
"nuxt-graphql-middleware": "5.2.0", "nuxt-graphql-middleware": "5.2.0",
"nuxt-svgo": "4.2.6", "nuxt-svgo": "4.2.6",
"vue": "^3.5.21", "vue": "^3.5.21",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"zod": "^4.1.5" "zod": "^4.1.8"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^9.34.0", "eslint": "^9.35.0",
"typescript": "^5.9.2", "typescript": "^5.9.2",
"vue-tsc": "^3.0.6", "vue-tsc": "^3.0.7",
"wrangler": "^4.33.2" "wrangler": "^4.37.0"
}, },
"packageManager": "pnpm@10.15.0", "packageManager": "pnpm@10.15.0",
"pnpm": { "pnpm": {

File diff suppressed because it is too large Load Diff

View File

@@ -9460,7 +9460,7 @@ enum MenuItemNodeIdTypeEnum {
ID ID
} }
"""Deprecated in favor of MenuItemLinkeable Interface""" """Deprecated in favor of MenuItemLinkable Interface"""
union MenuItemObjectUnion = Category | Page | Post | Project | Tag union MenuItemObjectUnion = Category | Page | Post | Project | Tag
"""Connection between the MenuItem type and the Menu type""" """Connection between the MenuItem type and the Menu type"""
@@ -10340,7 +10340,7 @@ type Page implements ContentNode & DatabaseIdentifier & HierarchicalContentNode
"""Fields of the PostPage ACF Field Group""" """Fields of the PostPage ACF Field Group"""
postPage: PostPage postPage: PostPage
"""Connection between the Page type and the page type""" """Connection between the page type and the page type"""
preview: PageToPreviewConnectionEdge preview: PageToPreviewConnectionEdge
"""The database id of the preview node""" """The database id of the preview node"""
@@ -10476,7 +10476,7 @@ interface PageInfo {
startCursor: String startCursor: String
} }
"""Connection between the Page type and the page type""" """Connection between the page type and the page type"""
type PageToPreviewConnectionEdge implements Edge & OneToOneConnection & PageConnectionEdge { type PageToPreviewConnectionEdge implements Edge & OneToOneConnection & PageConnectionEdge {
""" """
Opaque reference to the nodes position in the connection. Value can be used with pagination args. Opaque reference to the nodes position in the connection. Value can be used with pagination args.
@@ -10936,7 +10936,7 @@ type Post implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node
"""The id field matches the WP_Post->ID field.""" """The id field matches the WP_Post->ID field."""
postId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") postId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field")
"""Connection between the Post type and the post type""" """Connection between the post type and the post type"""
preview: PostToPreviewConnectionEdge preview: PostToPreviewConnectionEdge
"""The database id of the preview node""" """The database id of the preview node"""
@@ -13073,7 +13073,7 @@ input PostToCategoryConnectionWhereArgs {
updateTermMetaCache: Boolean updateTermMetaCache: Boolean
} }
"""Connection between the Post type and the post type""" """Connection between the post type and the post type"""
type PostToParentConnectionEdge implements Edge & OneToOneConnection & PostConnectionEdge { type PostToParentConnectionEdge implements Edge & OneToOneConnection & PostConnectionEdge {
""" """
Opaque reference to the nodes position in the connection. Value can be used with pagination args. Opaque reference to the nodes position in the connection. Value can be used with pagination args.
@@ -13084,7 +13084,7 @@ type PostToParentConnectionEdge implements Edge & OneToOneConnection & PostConne
node: Post! @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") node: Post! @deprecated(reason: "This content type is not hierarchical and typically will not have a parent")
} }
"""Connection between the Post type and the post type""" """Connection between the post type and the post type"""
type PostToPostConnection implements Connection & PostConnection { type PostToPostConnection implements Connection & PostConnection {
"""Edges for the PostToPostConnection connection""" """Edges for the PostToPostConnection connection"""
edges: [PostToPostConnectionEdge!]! edges: [PostToPostConnectionEdge!]!
@@ -13245,7 +13245,7 @@ input PostToPostFormatConnectionWhereArgs {
updateTermMetaCache: Boolean updateTermMetaCache: Boolean
} }
"""Connection between the Post type and the post type""" """Connection between the post type and the post type"""
type PostToPreviewConnectionEdge implements Edge & OneToOneConnection & PostConnectionEdge { type PostToPreviewConnectionEdge implements Edge & OneToOneConnection & PostConnectionEdge {
""" """
Opaque reference to the nodes position in the connection. Value can be used with pagination args. Opaque reference to the nodes position in the connection. Value can be used with pagination args.