Skip to content

Commit

Permalink
chore: update dev deps, skip some jobs if author is dependabot (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
edodusi authored Feb 6, 2025
1 parent 640c663 commit a50d6c7
Show file tree
Hide file tree
Showing 5 changed files with 678 additions and 356 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ env:

jobs:
commitlint:
# Skip job if PR is from Dependabot
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-24.04
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency:
cancel-in-progress: true
jobs:
build:
# Skip job if PR is from Dependabot
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storyblok-js-client",
"version": "6.10.6",
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@10.2.0",
"description": "Universal JavaScript SDK for Storyblok's API",
"author": "Alexander Feiglstorfer <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -66,22 +66,22 @@
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@storyblok/eslint-config": "^0.3.0",
"@tsconfig/recommended": "^1.0.8",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.5",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"kolorist": "^1.8.0",
"prettier": "^3.4.2",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.2",
"vite": "^5.4.13",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.4.0",
"vitest": "^2.1.8"
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.5"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit a50d6c7

Please sign in to comment.