Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump inquirer from 11.0.2 to 11.1.0 #629

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps inquirer from 11.0.2 to 11.1.0.

Release notes

Sourced from inquirer's releases.

[email protected]

  • Now exports base utility Typescript types: import type { Question, DistinctQuestion, Answers } from 'inquirer';

You should use as follow to keep the inference working properly:

const questions = [
    { ... }
] as const satisfies Question[];
// If you're not using inquirer plugins, `Question` could alternatively be replaced by `DistinctQuestion` for stricter checks.
Commits
  • c07851d Publish
  • 0218e93 Chore: Fix prettier/lint-staged failing on unknown files
  • 66a675e feat(inquirer): export types Question, DistinctQuestion and Answers (#1559)
  • eeffe0c Chore(deps): Bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group (#1566)
  • 1de6d13 Chore(deps-dev): Bump @​eslint/js from 9.10.0 to 9.11.0 (#1565)
  • 5a7cd1a Chore(deps-dev): Bump @​arethetypeswrong/cli from 0.16.2 to 0.16.4 (#1563)
  • f719291 Chore(deps-dev): Bump typescript-eslint from 8.5.0 to 8.6.0 (#1564)
  • ef45c60 Chore(deps-dev): Bump eslint from 9.10.0 to 9.11.0 (#1562)
  • bd45397 Chore(deps): Bump vite from 5.2.8 to 5.4.6 in the npm_and_yarn group (#1558)
  • See full diff in compare view

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 will merge this PR once CI passes on it, as requested by @jeromy-cannon.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 11.0.2 to 11.1.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@11.1.0)

---
updated-dependencies:
- dependency-name: inquirer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 30, 2024 12:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 30, 2024
Copy link
Contributor

Unit Test Results - Linux

  1 files  ±0   19 suites  ±0   28s ⏱️ ±0s
119 tests ±0  119 ✅ ±0  0 💤 ±0  0 ❌ ±0 
145 runs  ±0  145 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 1f8e534. ± Comparison against base commit 15d9f08.

Copy link
Contributor

Unit Test Results - Windows

  1 files  ±0   19 suites  ±0   53s ⏱️ -6s
119 tests ±0  119 ✅ ±0  0 💤 ±0  0 ❌ ±0 
145 runs  ±0  145 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 1f8e534. ± Comparison against base commit 15d9f08.

@jeromy-cannon
Copy link
Contributor

@dependabot squash and merge

Copy link
Contributor

E2E Test Report

 10 files  ±0   20 suites  ±0   49m 59s ⏱️ + 1m 8s
170 tests ±0  170 ✅ ±0  0 💤 ±0  0 ❌ ±0 
173 runs  ±0  173 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 1f8e534. ± Comparison against base commit 15d9f08.

1 similar comment
Copy link
Contributor

E2E Test Report

 10 files  ±0   20 suites  ±0   49m 59s ⏱️ + 1m 8s
170 tests ±0  170 ✅ ±0  0 💤 ±0  0 ❌ ±0 
173 runs  ±0  173 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 1f8e534. ± Comparison against base commit 15d9f08.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.02% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (15d9f08) 4070 3295 80.96%
Head commit (1f8e534) 4074 (+4) 3299 (+4) 80.98% (+0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#629) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.83%. Comparing base (15d9f08) to head (1f8e534).
Report is 21 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #629   +/-   ##
=======================================
  Coverage   80.83%   80.83%           
=======================================
  Files          37       37           
  Lines        4885     4885           
  Branches      761      761           
=======================================
  Hits         3949     3949           
  Misses        936      936           

Impacted file tree graph

@jeromy-cannon jeromy-cannon merged commit 5fa1b7d into main Sep 30, 2024
34 of 36 checks passed
@jeromy-cannon jeromy-cannon deleted the dependabot/npm_and_yarn/inquirer-11.1.0 branch September 30, 2024 13:14
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.31.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants