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 20, 2024
1 parent 2f0524c commit c99c347
Show file tree
Hide file tree
Showing 7 changed files with 682 additions and 361 deletions.
6 changes: 3 additions & 3 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 @@ -36,7 +36,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 @@ -45,7 +45,7 @@ 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:
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.7.0-slim AS base-image
FROM node:22.9.0-slim 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
1,019 changes: 670 additions & 349 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-typed-document-node/core": "3.2.0",
"@headlessui/vue": "1.7.23",
"@heroicons/vue": "2.1.5",
"@nuxt/scripts": "0.8.5",
"@nuxt/scripts": "0.9.2",
"@nuxtjs/i18n": "8.3.0",
"@nuxtjs/turnstile": "0.9.6",
"@pinia/nuxt": "0.5.4",
Expand All @@ -34,7 +34,7 @@
"html-to-text": "9.0.5",
"lodash-es": "4.17.21",
"marked": "14.1.2",
"nuxt": "3.13.1",
"nuxt": "3.13.2",
"nuxt-security": "2.0.0",
"plyr": "3.7.8",
"prettier-plugin-tailwindcss": "0.6.6",
Expand All @@ -47,7 +47,7 @@
"stylelint-no-unsupported-browser-features": "8.0.1",
"sweetalert2": "11.14.0",
"tailwindcss": "3.4.12",
"vue": "3.5.6",
"vue": "3.5.7",
"vue-router": "4.4.5"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@dargmuesli/nuxt-vio-testing": "14.0.0",
"@eslint/js": "9.10.0",
"@eslint/js": "9.11.0",
"@playwright/test": "1.47.1",
"@types/node": "22.5.5",
"cross-env": "7.0.3",
"eslint": "9.10.0",
"eslint": "9.11.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"jiti": "1.21.6",
Expand Down

0 comments on commit c99c347

Please sign in to comment.