Author SHA1 Message Date
dependabot[bot] ef707e4fbe Bump svelte-check from 4.7.3 to 4.7.6
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 4.7.3 to 4.7.6.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/[email protected]@4.7.6)

---
updated-dependencies:
- dependency-name: svelte-check
  dependency-version: 4.7.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
2026-08-22 14:32:51 +00:00
djkotowski c0be5deab6 Gate Pages deploy on ci-test passing (#238)
A merge to main could break the app even though the PR check ran
ci-test separately; deploy previously fired on push regardless of
CI outcome. Trigger deploy via workflow_run on ci-test completion
instead, and skip the build job unless ci-test concluded success,
so a broken main no longer publishes to Pages.
2026-07-21 09:43:45 -05:00
2 changed files with 22 additions and 15 deletions
+13 -6
View File
@@ -1,18 +1,22 @@
name: deploy
run-name: "${{ github.actor }} is deploying ${{ github.sha }}"
run-name: "${{ github.actor }} is deploying ${{ github.event.workflow_run.head_sha }}"
on:
push:
branches:
- 'main'
workflow_run:
workflows: ['ci-test']
types: [completed]
branches: ['main']
concurrency:
group: pages
cancel-in-progress: false
jobs:
build:
if: github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
ref: ${{ github.event.workflow_run.head_sha }}
- name: Setup pnpm
uses: pnpm/action-setup@v5
- name: Setup Node.js
@@ -41,6 +45,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v7
with:
ref: ${{ github.event.workflow_run.head_sha }}
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v5
@@ -48,6 +54,7 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
tag="deploy-$(date +%Y-%m-%d)-${GITHUB_SHA::7}"
git tag "$tag"
sha="${{ github.event.workflow_run.head_sha }}"
tag="deploy-$(date +%Y-%m-%d)-${sha::7}"
git tag "$tag" "$sha"
git push origin "$tag"
+9 -9
View File
@@ -29,7 +29,7 @@ importers:
version: 5.56.6
svelte-check:
specifier: ^4.1.5
version: 4.7.3([email protected])([email protected])([email protected])
version: 4.7.6([email protected])([email protected])([email protected])
tailwindcss:
specifier: ^4.1.1
version: 4.3.3
@@ -182,8 +182,8 @@ packages:
peerDependencies:
acorn: ^8.9.0
'@sveltejs/[email protected].0':
resolution: {integrity: sha512-1LgZ/qUqSoq+QorD83lk2hka79Px0wXNW2q5V1nZlxGhQgw1jrsIbVz5YiCeucVLo4XvFLjXukUaQjIiqowkcg==}
'@sveltejs/[email protected].3':
resolution: {integrity: sha512-VT3qmUb8pRV2QrZjd8iAmtg8lf4W0TIjZbvXtz5MKei/q96teWZgGJyyidJzOjzZzvdq616eSRVeMYIQChUTAQ==}
engines: {node: '>= 18.0.0'}
'@sveltejs/[email protected]':
@@ -496,13 +496,13 @@ packages:
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'}
[email protected].3:
resolution: {integrity: sha512-DHdTCGX62R0fCxBEaT+USdASAnoaRBaaNczkRJl0K7o3WyoCeVUbVxo6fKqpOll/B+WMWCsiFK0eFrJSNBKZIg==}
[email protected].6:
resolution: {integrity: sha512-t2scM//ZuVbSY/T2w6FSBw1v9s2NEmh/g+sy1lqtosW5ylBV5AF4wFb1Ts9Kf3MbfPDUDJDZ9L436YT0SPTdvw==}
engines: {node: '>= 18.0.0'}
hasBin: true
peerDependencies:
svelte: ^4.0.0 || ^5.0.0-next.0
typescript: '>=5.0.0'
typescript: ^5.0.0 || ^6.0.0
[email protected]:
resolution: {integrity: sha512-p4HDLDogGHKRKCrgckQHNs5PEfXkju6JI5jTywueaKJI5hAdjPohEhRtQ0M1SWC/+TA73SPln+r7srr+7e4nZA==}
@@ -685,7 +685,7 @@ snapshots:
dependencies:
acorn: 8.17.0
'@sveltejs/[email protected].0': {}
'@sveltejs/[email protected].3': {}
'@sveltejs/[email protected]([email protected])([email protected]([email protected]))':
dependencies:
@@ -921,10 +921,10 @@ snapshots:
[email protected]: {}
[email protected].3([email protected])([email protected])([email protected]):
[email protected].6([email protected])([email protected])([email protected]):
dependencies:
'@jridgewell/trace-mapping': 0.3.31
'@sveltejs/load-config': 0.2.0
'@sveltejs/load-config': 0.2.3
chokidar: 4.0.3
fdir: 6.5.0([email protected])
picocolors: 1.1.1