Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/eslint-8.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen authored Oct 26, 2023
2 parents 5834821 + 6fcd088 commit 5e13c9e
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: |
(github.event_name == 'workflow_dispatch' ||
github.event.pull_request.merged == true) &&
github.actor != 'dependabot[bot]'
startsWith(github.head_ref, 'dependabot/') == false
steps:
- name: Checkout
Expand Down
89 changes: 82 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@types/mocha": "^10.0.2",
"@types/sinon": "^10.0.17",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/parser": "^6.9.0",
"@vercel/ncc": "^0.38.0",
"c8": "^8.0.1",
"chai": "^4.3.10",
Expand Down

0 comments on commit 5e13c9e

Please sign in to comment.