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 Jan 29, 2025
1 parent bf7461f commit 13d70dd
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.12
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.13
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.3.12
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.3.13
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@dargmuesli/nuxt-cookie-control": "link:",
"@nuxt/eslint-config": "0.7.5",
"@nuxt/eslint-config": "0.7.6",
"@nuxt/module-builder": "0.8.4",
"@nuxt/schema": "3.15.3",
"@nuxt/schema": "3.15.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
Expand All @@ -28,7 +28,7 @@
"eslint-plugin-prettier": "5.2.3",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"nuxt": "3.15.3",
"nuxt": "3.15.4",
"prettier": "3.4.2",
"semantic-release": "24.2.1",
"vite": "6.0.11",
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"repository": "https://github.com/dargmuesli/nuxt-cookie-control",
"resolutions": {
"@nuxt/kit": "3.15.3"
"@nuxt/kit": "3.15.4"
},
"scripts": {
"build": "nuxt-module-build build",
Expand Down
Loading

0 comments on commit 13d70dd

Please sign in to comment.