Skip to content

Commit

Permalink
build(deps-dev): bump @babel/cli from 7.22.15 to 7.23.0 (#234)
Browse files Browse the repository at this point in the history
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.22.15 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-cli)

---
updated-dependencies:
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 2f848c5 commit 59f5391
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 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 @@ -41,7 +41,7 @@
"ts-node": "^10.9.1"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.22.17",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.20",
Expand Down

1 comment on commit 59f5391

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Jest Coverage (summary)

Lines Statements Branches Functions
Coverage: 89%
90.21% (212/235) 86.56% (58/67) 92.72% (51/55)
Coverage Report (89%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files90.2186.5692.7289.95 
   ChangeFailureRate.ts10085.7110010010–11
   CommitsAdapter.ts72.7210066.6672.7223–37
   DeployFrequency.ts100100100100 
   IssuesAdapter.ts77.2710066.6676.1936–37, 43–67
   LeadTime.ts97.4393.7510097.4396
   MeanTimeToRestore.ts90.97510090.925, 32, 96, 108, 134
   PullRequestsAdapter.ts80.9510066.668036, 42–66
   ReleaseAdapter.ts77.2710066.6676.1935–36, 42–65

Please sign in to comment.