Skip to content

Commit

Permalink
Merge pull request #1529 from serverless-heaven/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/prettier-3.0.0

chore(deps-dev): bump prettier from 2.8.7 to 3.0.0
  • Loading branch information
j0k3r committed Jul 24, 2023
2 parents 85a3de5 + 8e0cf19 commit d1bc6d7
Show file tree
Hide file tree
Showing 5 changed files with 648 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Expand Up @@ -63,3 +63,5 @@ rules:
trailingComma: 'none'
}
]
ignorePatterns:
- examples/
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -8,6 +8,10 @@ updates:
timezone: Europe/Paris
open-pull-requests-limit: 10
versioning-strategy: increase
groups:
babel-dependencies:
patterns:
- "*babel*"
ignore:
- dependency-name: husky
versions:
Expand All @@ -28,3 +32,7 @@ updates:
- dependency-name: jest
versions:
- ">= 28.0.0"
# require node > 10
- dependency-name: glob
versions:
- ">= 8.0.0"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -30,4 +30,4 @@ jobs:
run: npm ci

- name: "Lint files"
run: "npm run eslint -- --ignore-pattern examples/"
run: "npm run eslint"

0 comments on commit d1bc6d7

Please sign in to comment.