diff --git a/data/features/dependabot-dotnet-sdk.yml b/data/features/dependabot-dotnet-sdk.yml new file mode 100644 index 0000000000..b9015c1ffc --- /dev/null +++ b/data/features/dependabot-dotnet-sdk.yml @@ -0,0 +1,5 @@ +# Reference: issue #4982 +versions: + fpt: '*' + ghec: '*' + ghes: '>=3.16' diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index 10eb9d356b..02ee125ad5 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -8,6 +8,9 @@ Composer | `composer` | v1, v2 | {% octicon "check" aria-l | {% endif %} | | {% ifversion dependabot-version-updates-enhanced-docker-support %} | [Docker](#docker){% else %}Docker{% endif %} | `docker` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable | +| {% ifversion dependabot-dotnet-sdk %} | +.NET SDK | `dotnet-sdk` | >=.NET Core 3.1 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | Not applicable | Not applicable | Not applicable | +| {% endif %} | Hex | `mix` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | elm-package | `elm` | v0.19 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | git submodule | `gitsubmodule` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable | diff --git a/src/assets/scripts/deleted-assets-pr-comment.ts b/src/assets/scripts/deleted-assets-pr-comment.ts index 561fb461b0..99c3f39a3d 100755 --- a/src/assets/scripts/deleted-assets-pr-comment.ts +++ b/src/assets/scripts/deleted-assets-pr-comment.ts @@ -60,11 +60,11 @@ async function main({ owner, repo, baseSHA, headSHA }: MainArgs) { return '' } - let markdown = '⚠️ 🙀 **You deleted some assets** 🙀 ⚠️\n\n' + let markdown = '**Please restore deleted assets**\n\n' markdown += - "Even if you don't reference these assets anymore, as of this branch, you should not delete them.\n" + "Even if you don't reference these assets anymore, as of this branch, please do not delete them.\n" markdown += 'They might still be referenced in translated content.\n' - markdown += 'The weekly "Delete orphaned assets" workflow will worry about cleaning those up.\n\n' + markdown += 'The weekly "Delete orphaned assets" workflow will clean those up.\n\n' markdown += '**To *undo* these removals run this command:**\n\n' markdown += ` \`\`\`sh diff --git a/src/data-directory/scripts/deleted-features-pr-comment.ts b/src/data-directory/scripts/deleted-features-pr-comment.ts index 5155b76594..271e9ebbcf 100644 --- a/src/data-directory/scripts/deleted-features-pr-comment.ts +++ b/src/data-directory/scripts/deleted-features-pr-comment.ts @@ -78,12 +78,11 @@ async function main(owner: string, repo: string, baseSHA: string, headSHA: strin return '' } - let markdown = '⚠️ 🙀 **You deleted some features** 🙀 ⚠️\n\n' + let markdown = '**Please restore deleted features**\n\n' markdown += - "Even if you don't reference these features anymore, as of this branch, you should not delete them.\n" + "Even if you don't reference these features anymore, as of this branch, please do not delete them.\n" markdown += 'They might still be referenced in translated content.\n' - markdown += - 'The weekly "Delete orphaned features" workflow will worry about cleaning those up.\n\n' + markdown += 'The weekly "Delete orphaned features" workflow will clean those up.\n\n' markdown += '**To *undo* these removals run this command:**\n\n' markdown += ` \`\`\`sh diff --git a/src/landings/components/CategoryLanding.tsx b/src/landings/components/CategoryLanding.tsx index 07e294ed6d..21522a196d 100644 --- a/src/landings/components/CategoryLanding.tsx +++ b/src/landings/components/CategoryLanding.tsx @@ -86,14 +86,14 @@ export const CategoryLanding = () => {

Spotlight

- - - + + +
-
+

Explore {searchResults.length} prompt articles

diff --git a/src/landings/components/CookBookArticleCard.tsx b/src/landings/components/CookBookArticleCard.tsx index 6e6e67e4ec..7a1ea99fc6 100644 --- a/src/landings/components/CookBookArticleCard.tsx +++ b/src/landings/components/CookBookArticleCard.tsx @@ -96,9 +96,9 @@ export const CookBookArticleCard = ({ /> )}
- -

{title}

- +

+ {title} +

{description}
{tags.map((tag, index) => ( diff --git a/src/landings/components/CookBookFilter.tsx b/src/landings/components/CookBookFilter.tsx index 160a11f3a6..82b09c8c0d 100644 --- a/src/landings/components/CookBookFilter.tsx +++ b/src/landings/components/CookBookFilter.tsx @@ -54,13 +54,13 @@ export const CookBookFilter = ({ }, [isSearchOpen]) return ( - <> -
+
+
e.preventDefault()}>
-
+
- + - + -
- +
) }