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 Nov 20, 2024
1 parent f052247 commit 18446a2
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 32 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
release_semantic_dry:
needs: prepare_jobs
name: Release (semantic, dry)
uses: dargmuesli/github-actions/.github/workflows/[email protected].5
uses: dargmuesli/github-actions/.github/workflows/[email protected].6
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/[email protected].5
uses: dargmuesli/github-actions/.github/workflows/[email protected].6
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/[email protected].5
uses: dargmuesli/github-actions/.github/workflows/[email protected].6
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/[email protected].5
uses: dargmuesli/github-actions/.github/workflows/[email protected].6
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"engines": {
"node": "20"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.1",
"private": true,
"scripts": {
"build": "pnpm --dir src run build",
Expand Down
114 changes: 88 additions & 26 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"defu": "6.1.4",
"jsbarcode": "3.11.6",
"jspdf": "2.5.2",
"nuxt": "3.14.159",
"nuxt": "3.14.1592",
"prettier-plugin-tailwindcss": "0.6.9",
"stylelint": "16.10.0",
"stylelint-config-recommended-vue": "1.5.0",
Expand Down

0 comments on commit 18446a2

Please sign in to comment.