Compare commits

..

5 Commits
3.18.1 ... main

Author SHA1 Message Date
a7859db686 ci: reconfigure 2026-04-15 20:36:41 -05:00
547ea6a4dd ci: reconfigure 2026-04-15 20:31:34 -05:00
b06e165843 ci: reconfigure 2026-04-15 20:03:12 -05:00
6534b4b0d5 Merge pull request 'chore(deps): update dependency prettier to v3.8.3' (#423) from renovate/prettier-3.x into main
All checks were successful
test-build / guarddog (push) Successful in 1m17s
test-build / build (push) Successful in 2m38s
2026-04-16 00:02:54 +00:00
bad6c0ba3d chore(deps): update dependency prettier to v3.8.3
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
test-build / guarddog (pull_request) Successful in 3m25s
test-build / build (pull_request) Successful in 5m0s
2026-04-16 00:02:23 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -108,8 +108,8 @@ jobs:
needs: [ build, guarddog ] needs: [ build, guarddog ]
runs-on: ubuntu-js runs-on: ubuntu-js
if: | if: |
github.event_name != 'workflow_dispatch' || github.event_name != 'workflow_dispatch' ||
inputs['directus-release'] == 'true' github.event.inputs['directus-release'] == 'true'
outputs: outputs:
new-release-published: ${{ steps.semantic.outputs.new-release-published }} new-release-published: ${{ steps.semantic.outputs.new-release-published }}
new-release-version: ${{ steps.semantic.outputs.new-release-version }} new-release-version: ${{ steps.semantic.outputs.new-release-version }}
@@ -122,7 +122,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
- name: Prepare Content Patch - name: Prepare Content Patch
if: inputs['directus-release'] == 'true' if: github.event.inputs['directus-release'] == 'true'
run: | run: |
git config user.name "gitea-bot" git config user.name "gitea-bot"
git config user.email "gitea-bot@alexlebens.net" git config user.email "gitea-bot@alexlebens.net"

View File

@@ -49,7 +49,7 @@
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.7.0", "eslint-plugin-astro": "1.7.0",
"eslint-plugin-format": "2.0.1", "eslint-plugin-format": "2.0.1",
"prettier": "3.8.2", "prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1", "prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.2", "prettier-plugin-tailwindcss": "0.7.2",
"semantic-release": "25.0.3", "semantic-release": "25.0.3",
@@ -2082,7 +2082,7 @@
"prelude-ls": ["prelude-ls@1.2.1", "", {}, "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="], "prelude-ls": ["prelude-ls@1.2.1", "", {}, "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="],
"prettier": ["prettier@3.8.2", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q=="], "prettier": ["prettier@3.8.3", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw=="],
"prettier-linter-helpers": ["prettier-linter-helpers@1.0.1", "", { "dependencies": { "fast-diff": "1.3.0" } }, "sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg=="], "prettier-linter-helpers": ["prettier-linter-helpers@1.0.1", "", { "dependencies": { "fast-diff": "1.3.0" } }, "sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg=="],

View File

@@ -73,7 +73,7 @@
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.7.0", "eslint-plugin-astro": "1.7.0",
"eslint-plugin-format": "2.0.1", "eslint-plugin-format": "2.0.1",
"prettier": "3.8.2", "prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1", "prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.2", "prettier-plugin-tailwindcss": "0.7.2",
"semantic-release": "25.0.3", "semantic-release": "25.0.3",