Skip to content

Commit

Permalink
Bump @typescript-eslint/parser from 4.15.2 to 4.18.0 (#934)
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/parser from 4.15.2 to 4.18.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.15.2 to 4.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.18.0/packages/parser)

Signed-off-by: dependabot[bot] <[email protected]>

* Modify unit test publishing conditions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charles Alleman <[email protected]>
  • Loading branch information
dependabot[bot] and Allcharles authored Mar 18, 2021
1 parent 3d0bb10 commit 0067db0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,8 @@ jobs:
runs-on: ubuntu-latest
# Do not run on dependabot requests because of https://github.com/EnricoMi/publish-unit-test-result-action/issues/95
if: >
always() &&
github.event_name == 'pull_request' &&
(! startsWith(github.ref, 'refs/heads/dependabot/'))
!(startsWith(github.ref, 'refs/heads/dependabot/'))
steps:
- name: Download Artifacts
Expand Down
46 changes: 23 additions & 23 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/luxon": "^1.26.1",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"@typescript-eslint/parser": "^4.18.0",
"codelyzer": "^6.0.1",
"eslint": "^7.21.0",
"eslint-plugin-import": "2.22.1",
Expand Down

0 comments on commit 0067db0

Please sign in to comment.