chore(ai): remove custom AI patches superseded by upstream endpoint-posts@beta.44
- Remove patch-preset-eleventy-ai-frontmatter: upstream now writes AI frontmatter natively using hyphenated keys (ai-text-level etc.) - Remove patch-endpoint-posts-ai-cleanup: upstream beta.44 natively removes empty ai-text-level/ai-code-level/ai-tools/ai-description fields - Remove patch-endpoint-posts-ai-fields: upstream beta.44 has AI form UI inline in post-form.njk; our separate templates would have duplicated fields - Remove patch-micropub-ai-block-resync: one-time stale-block migration, no longer relevant - Remove patch-endpoint-posts-prefill-url: upstream beta.44 has native prefill from query params; our patch would have conflicted - Remove patch-endpoint-posts-search-tags: upstream beta.44 has native search/filter/sort UI; patch already detected this and was a no-op - Bump @rmdes/indiekit-endpoint-posts beta.25→beta.44, override beta.41→beta.44 - Update indiekit.config.mjs: remove camelCase ai field names from all postTypes.fields (ai-* fields now rendered inline by upstream) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
26
package-lock.json
generated
26
package-lock.json
generated
@@ -26,7 +26,7 @@
|
||||
"@rmdes/indiekit-endpoint-lastfm": "^1.0.12",
|
||||
"@rmdes/indiekit-endpoint-microsub": "github:svemagie/indiekit-endpoint-microsub#bookmarks-import",
|
||||
"@rmdes/indiekit-endpoint-podroll": "^1.0.11",
|
||||
"@rmdes/indiekit-endpoint-posts": "^1.0.0-beta.25",
|
||||
"@rmdes/indiekit-endpoint-posts": "^1.0.0-beta.44",
|
||||
"@rmdes/indiekit-endpoint-readlater": "github:rmdes/indiekit-endpoint-readlater",
|
||||
"@rmdes/indiekit-endpoint-rss": "^1.0.14",
|
||||
"@rmdes/indiekit-endpoint-webmention-io": "^1.0.7",
|
||||
@@ -1515,14 +1515,14 @@
|
||||
},
|
||||
"node_modules/@indiekit/endpoint-posts": {
|
||||
"name": "@rmdes/indiekit-endpoint-posts",
|
||||
"version": "1.0.0-beta.41",
|
||||
"resolved": "https://registry.npmjs.org/@rmdes/indiekit-endpoint-posts/-/indiekit-endpoint-posts-1.0.0-beta.41.tgz",
|
||||
"integrity": "sha512-lJgDVGHvHT0bYLstBmHWMdLWLZzhC0bclspLM/NFVvBqu104DEcRwHm4k5H6n/+JUHQCmopsaWMHIe0Umgzv2w==",
|
||||
"version": "1.0.0-beta.44",
|
||||
"resolved": "https://registry.npmjs.org/@rmdes/indiekit-endpoint-posts/-/indiekit-endpoint-posts-1.0.0-beta.44.tgz",
|
||||
"integrity": "sha512-xGvsmqIOiQU0tpocDmNJw0CRvdj98zOVzpX+qzpPHBcYXSUZmbhRHd9/OaOD4dOWsmNT4dHYhmJ0OjTdUMTtUw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@indiekit/endpoint-micropub": "^1.0.0-beta.25",
|
||||
"@indiekit/error": "^1.0.0-beta.25",
|
||||
"@indiekit/frontend": "^1.0.0-beta.25",
|
||||
"@indiekit/endpoint-micropub": "^1.0.0-beta.27",
|
||||
"@indiekit/error": "^1.0.0-beta.27",
|
||||
"@indiekit/frontend": "^1.0.0-beta.27",
|
||||
"@indiekit/util": "^1.0.0-beta.25",
|
||||
"@paulrobertlloyd/mf2tojf2": "^3.0.0",
|
||||
"express": "^5.0.0",
|
||||
@@ -2563,14 +2563,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rmdes/indiekit-endpoint-posts": {
|
||||
"version": "1.0.0-beta.25",
|
||||
"resolved": "https://registry.npmjs.org/@rmdes/indiekit-endpoint-posts/-/indiekit-endpoint-posts-1.0.0-beta.25.tgz",
|
||||
"integrity": "sha512-Rh519QYIOQK3pipUESfp1lv2mDZSwVX0W32KPsMwZrs77LFCu4KCI+YjedgSr7dwZZO0qH0j24QhJ7SOkn+DaA==",
|
||||
"version": "1.0.0-beta.44",
|
||||
"resolved": "https://registry.npmjs.org/@rmdes/indiekit-endpoint-posts/-/indiekit-endpoint-posts-1.0.0-beta.44.tgz",
|
||||
"integrity": "sha512-xGvsmqIOiQU0tpocDmNJw0CRvdj98zOVzpX+qzpPHBcYXSUZmbhRHd9/OaOD4dOWsmNT4dHYhmJ0OjTdUMTtUw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@indiekit/endpoint-micropub": "^1.0.0-beta.25",
|
||||
"@indiekit/error": "^1.0.0-beta.25",
|
||||
"@indiekit/frontend": "^1.0.0-beta.25",
|
||||
"@indiekit/endpoint-micropub": "^1.0.0-beta.27",
|
||||
"@indiekit/error": "^1.0.0-beta.27",
|
||||
"@indiekit/frontend": "^1.0.0-beta.27",
|
||||
"@indiekit/util": "^1.0.0-beta.25",
|
||||
"@paulrobertlloyd/mf2tojf2": "^3.0.0",
|
||||
"express": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user