Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

#patch: Bump @typescript-eslint/parser from 5.42.1 to 5.43.0 #387

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2022

Bumps @typescript-eslint/parser from 5.42.1 to 5.43.0.

Release notes

Sourced from @​typescript-eslint/parser's releases.

v5.43.0

5.43.0 (2022-11-14)

Bug Fixes

  • eslint-plugin: [no-shadow] handle false positives on generics and parameters (#5902) (769e8c8)
  • eslint-plugin: [promise-function-async] handle keyword token (#5907) (f25a94f)

Features

  • eslint-plugin: [consistent-type-imports] support fixing to inline types (#5050) (75dcdf1)
  • eslint-plugin: [naming-convention] add support for "override" and "async" modifiers (#5310) (#5610) (c759da1)
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#5594) (923d486)
Changelog

Sourced from @​typescript-eslint/parser's changelog.

5.43.0 (2022-11-14)

Note: Version bump only for package @​typescript-eslint/parser

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2022
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-typescript-eslint-parser-5.43.0 branch from d050f90 to 1c696cd Compare November 17, 2022 08:28
@github-actions github-actions bot enabled auto-merge (squash) November 17, 2022 08:29
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.42.1 to 5.43.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.43.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-typescript-eslint-parser-5.43.0 branch from 1c696cd to 4871b18 Compare November 17, 2022 08:32
@github-actions github-actions bot merged commit 55e2761 into main Nov 17, 2022
@github-actions github-actions bot deleted the dependabot-npm_and_yarn-typescript-eslint-parser-5.43.0 branch November 17, 2022 17:21
@github-actions
Copy link

Coverage report for commit: 69e176b
File: coverage/clover.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ██░░░░░░░░░░░░░░░░░░░░░ │  5.9%
  90% │ ████████░░░░░░░░░░░░░░░ │ 23.5%
 100% │ ███████████████████████ │ 70.6%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 92.50% | Methods: 90.67% | Branchs: 79.64%
FilesLinesMethodsBranchs
   CampaignRenderer.ts90.91%96.15%78.57%
   CampaignStat.ts97.47%100.00%92.31%
   Chat.ts100.00%100.00%-
   CombatFlag.ts100.00%100.00%100.00%
   DND5e.ts100.00%100.00%100.00%
   DND5eStat.ts100.00%100.00%100.00%
   Dates.ts100.00%100.00%-
   EncounterRenderer.ts77.33%100.00%62.86%
   Gamemaster.ts100.00%100.00%100.00%
   Handlers.ts94.79%80.00%86.36%
   Logger.ts100.00%100.00%100.00%
   MidiQol.ts100.00%100.00%93.33%
   MidiQolStat.ts100.00%100.00%100.00%
   Stat.ts89.73%80.36%60.27%
   StatManager.ts89.47%100.00%33.33%
   Trans.ts100.00%100.00%-
   enums.ts100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant