Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1172)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 5db184d commit b82c0d5
Show file tree
Hide file tree
Showing 5 changed files with 458 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- name: Setup PNPM
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: pnpm run build # build:docker

- name: Build and push Docker image
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
uses: docker/build-push-action@4976231911ebf5f32aad765192d35f942aa48cb8
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# You can pin the exact commit or the version.
# uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
uses: SonarSource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9
uses: SonarSource/sonarcloud-github-action@44eed6088a971ec48af9300c3701483b8815f622
env:
GITHUB_TOKEN: ${{ env.PBOT_GITHUB_TOKEN }} # Needed to get PR information
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:e2e": "pnpm run test:playwright"
},
"devDependencies": {
"@astrojs/rss": "4.0.4",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.0.5",
"@astrojs/tailwind": "5.1.0",
"@iconify-json/akar-icons": "^1.1.23",
Expand All @@ -45,9 +45,9 @@
"@typescript-eslint/parser": "6.20.0",
"@vite-pwa/astro": "^0.2.0",
"@vueuse/core": "10.7.2",
"astro": "4.3.2",
"astro-compress": "2.2.9",
"astro-critters": "2.0.11",
"astro": "4.3.7",
"astro-compress": "2.2.10",
"astro-critters": "2.1.1",
"astro-icon": "1.1.0",
"astro-netlify-cms": "0.5.4",
"astro-robots-txt": "1.0.0",
Expand All @@ -62,14 +62,14 @@
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"flowbite": "^2.2.1",
"husky": "9.0.10",
"husky": "9.0.11",
"locale-emoji": "0.3.0",
"marked": "11.2.0",
"marked": "12.0.0",
"mdast-util-to-string": "4.0.0",
"nanostores": "0.9.5",
"postcss-nesting": "12.0.2",
"postcss-preset-env": "9.3.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.11",
"reading-time": "1.5.0",
Expand All @@ -84,5 +84,5 @@
"sass": "1.70.0",
"sharp": "0.33.2"
},
"packageManager": "pnpm@8.15.1"
"packageManager": "pnpm@8.15.2"
}
Loading

0 comments on commit b82c0d5

Please sign in to comment.