Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined PRs #143

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
59632ff
Bump @iconify-json/tabler from 1.1.91 to 1.1.93
dependabot[bot] Oct 1, 2023
d525ed6
Bump @astrolib/analytics from 0.3.0 to 0.4.2
dependabot[bot] Oct 1, 2023
5cddfd8
Bump @astrojs/rss from 2.4.4 to 3.0.0
dependabot[bot] Oct 1, 2023
46f04ba
Bump @types/react from 18.2.21 to 18.2.24
dependabot[bot] Oct 1, 2023
95e0cc9
Bump GrantBirki/comment from 2.0.6 to 2.0.7
dependabot[bot] Oct 1, 2023
1877cd9
Merge dependabot/github_actions/GrantBirki/comment-2.0.7 into combine…
github-actions[bot] Oct 4, 2023
7f21ccc
Merge dependabot/npm_and_yarn/types/react-18.2.24 into combined-prs-b…
github-actions[bot] Oct 4, 2023
c7e3966
Merge dependabot/npm_and_yarn/astrojs/rss-3.0.0 into combined-prs-branch
github-actions[bot] Oct 4, 2023
a6ea699
Merge dependabot/npm_and_yarn/astrolib/analytics-0.4.2 into combined-…
github-actions[bot] Oct 4, 2023
e6e2003
Merge dependabot/npm_and_yarn/iconify-json/tabler-1.1.93 into combine…
github-actions[bot] Oct 4, 2023
1ad5336
Bump postcss from 8.4.29 to 8.4.31
dependabot[bot] Oct 8, 2023
36e196d
Merge dependabot/npm_and_yarn/postcss-8.4.31 into combined-prs-branch
github-actions[bot] Oct 11, 2023
ac2a07f
Bump undici from 5.24.0 to 5.26.3
dependabot[bot] Oct 16, 2023
702b986
Merge dependabot/npm_and_yarn/undici-5.26.3 into combined-prs-branch
github-actions[bot] Oct 18, 2023
090625d
Bump @babel/traverse from 7.22.20 to 7.23.2
dependabot[bot] Oct 19, 2023
0d493c8
Merge dependabot/npm_and_yarn/babel/traverse-7.23.2 into combined-prs…
github-actions[bot] Oct 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ jobs:
# if the deployment was successful, add a 'rocket' reaction to the comment that triggered the deployment
- name: rocket reaction
if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS != 'failure' }}
uses: GrantBirki/comment@v2.0.6
uses: GrantBirki/comment@v2.0.7
with:
comment-id: ${{ needs.trigger.outputs.comment_id }}
reactions: rocket

# if the deployment failed, add a '-1' (thumbs down) reaction to the comment that triggered the deployment
- name: failure reaction
if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS == 'failure' }}
uses: GrantBirki/comment@v2.0.6
uses: GrantBirki/comment@v2.0.7
with:
comment-id: ${{ needs.trigger.outputs.comment_id }}
reactions: "-1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Comment on new PR requests with deployment instructions
- uses: actions/checkout@v4
- name: comment
uses: GrantBirki/comment@v2.0.6
uses: GrantBirki/comment@v2.0.7
continue-on-error: true
with:
file: .github/new-pr-comment.md
126 changes: 57 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@astrojs/image": "=0.18.0",
"@astrojs/mdx": "^0.19.0",
"@astrojs/partytown": "^2.0.0",
"@astrojs/rss": "^2.3.2",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^3.1.3",
"@astrolib/analytics": "^0.3.0",
"@astrolib/analytics": "^0.4.2",
"@astrolib/seo": "^0.6.0",
"@fontsource-variable/inter": "^5.0.5",
"@iconify-json/flat-color-icons": "^1.1.6",
"@iconify-json/icon-park": "^1.1.11",
"@iconify-json/mdi": "^1.1.52",
"@iconify-json/ri": "^1.1.10",
"@iconify-json/tabler": "^1.1.80",
"@iconify-json/tabler": "^1.1.93",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.62.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.12.1",
"@types/react": "^18.2.18",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down