Skip to content

Commit

Permalink
Merge pull request #474 from dargmuesli/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
dargmuesli authored Nov 28, 2024
2 parents 20e8581 + 0ec09f0 commit b954cb9
Show file tree
Hide file tree
Showing 7 changed files with 444 additions and 422 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/[email protected].6
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
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/[email protected].6
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
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/[email protected].6
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
permissions:
contents: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
deploy:
needs: build
name: Deploy
uses: dargmuesli/github-actions/.github/workflows/[email protected].6
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
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/[email protected].6
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
8 changes: 8 additions & 0 deletions .renovaterc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>dargmuesli/renovate-config"
],
"packageRules": [
{
"matchPackageNames": [
"typescript"
],
"allowedVersions": "5.6.3"
}
]
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
"test:e2e:docker:server:static": "pnpm --dir tests run test:e2e:docker:server:static",
"test:e2e:docker:server:static:update": "pnpm --dir tests run test:e2e:docker:server:static:update"
},
"pnpm": {
"overrides": {
"typescript": "5.6.3"
}
},
"type": "module"
}
835 changes: 422 additions & 413 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"stylelint-config-standard": "36.0.1",
"stylelint-no-unsupported-browser-features": "8.0.2",
"sweetalert2": "11.14.5",
"unhead": "1.11.11",
"unhead": "1.11.13",
"vue": "3.5.13",
"vue-router": "4.4.5"
"vue-router": "4.5.0"
}
}
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@dargmuesli/nuxt-vio-testing": "14.1.0",
"@eslint/js": "9.15.0",
"@playwright/test": "1.49.0",
"@types/node": "22.9.1",
"@types/node": "22.10.0",
"cross-env": "7.0.3",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"jiti": "2.4.0",
"typescript": "5.6.3",
"typescript-eslint": "8.15.0"
"typescript-eslint": "8.16.0"
},
"peerDependencies": {
"playwright-core": "1.49.0"
Expand Down

0 comments on commit b954cb9

Please sign in to comment.