Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent d083910 commit 6fba04e
Show file tree
Hide file tree
Showing 7 changed files with 583 additions and 443 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
release_semantic_dry:
needs: prepare_jobs
name: Release (semantic, dry)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.7
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.0
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
permissions:
contents: write
Expand All @@ -35,7 +35,7 @@ jobs:
DRY_RUN: true
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.2.7
uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.3.0
needs: release_semantic_dry
permissions:
packages: write
Expand All @@ -52,15 +52,15 @@ jobs:
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.7
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.0
permissions:
contents: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
deploy:
needs: build
name: Deploy
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@2.2.7
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@2.3.0
permissions:
contents: read
deployments: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release-schedule:
name: "Release: Scheduled"
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.2.7
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.3.0
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############
# Create base image.

FROM node:22.8.0-alpine AS base-image
FROM node:22.9.0-alpine AS base-image

# The `CI` environment variable must be set for pnpm to run in headless mode
ENV CI=true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.3.4",
"@semantic-release/github": "10.3.5",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"husky": "9.1.6",
Expand All @@ -15,7 +15,7 @@
"engines": {
"node": "22"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"private": true,
"scripts": {
"build": "pnpm --dir src run build",
Expand Down
992 changes: 566 additions & 426 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@
"devDependencies": {
"@dargmuesli/nuxt-cookie-control": "8.4.12",
"@dargmuesli/nuxt-vio": "14.0.0",
"@nuxt/scripts": "0.9.2",
"@nuxt/scripts": "0.9.3",
"@nuxtjs/i18n": "8.3.0",
"@nuxtjs/turnstile": "0.9.4",
"@nuxtjs/turnstile": "0.9.10",
"@types/nodemailer": "6.4.16",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"consola": "3.2.3",
"defu": "6.1.4",
"h3": "1.12.0",
"nodemailer": "6.9.15",
"nuxt": "3.13.1",
"nuxt": "3.13.2",
"prettier-plugin-tailwindcss": "0.6.6",
"serve": "14.2.3",
"stylelint": "16.9.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
"stylelint-no-unsupported-browser-features": "8.0.1",
"sweetalert2": "11.14.0",
"sweetalert2": "11.14.1",
"unhead": "1.11.6",
"vue": "3.5.6",
"vue": "3.5.8",
"vue-router": "4.4.5"
}
}
8 changes: 4 additions & 4 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@dargmuesli/nuxt-vio-testing": "14.0.0",
"@eslint/js": "9.10.0",
"@eslint/js": "9.11.1",
"@playwright/test": "1.47.2",
"@types/node": "22.5.5",
"@types/node": "22.6.1",
"cross-env": "7.0.3",
"eslint": "9.10.0",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"jiti": "1.21.6",
"typescript": "5.6.2",
"typescript-eslint": "8.6.0"
"typescript-eslint": "8.7.0"
},
"peerDependencies": {
"playwright-core": "1.47.2"
Expand Down

0 comments on commit 6fba04e

Please sign in to comment.