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 12.2.0 to 12.3.0 #1012

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps inquirer from 12.2.0 to 12.3.0.

Release notes

Sourced from inquirer's releases.

[email protected]

  • Checkbox prompt: re-added support for an array of default to be provided listing pre-checked checkboxes. This is a legacy interface brought back given this feature removal was an involuntary breaking change during the v12 release. The preferred interface is to provide the checked property to choices { value: 'bar', checked: true }.
Commits
  • 7613d74 Publish
  • 5480174 Chore(*): Bump dev dependencies (#1633)
  • 5001eaa inquirer(feat): re-add checkbox prompt support for default prop
  • e228166 Chore(deps-dev): Bump eslint from 9.16.0 to 9.17.0
  • eb2c4e4 Chore(deps-dev): Bump @​types/node from 22.10.1 to 22.10.2
  • 126bc1e Chore(deps-dev): Bump @​arethetypeswrong/cli from 0.17.0 to 0.17.1
  • ce6ab1d Chore(deps-dev): Bump @​eslint/js from 9.16.0 to 9.17.0
  • 5d40bc0 Chore(deps-dev): Bump typescript-eslint from 8.17.0 to 8.18.0
  • 4a826a7 Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group
  • aa09ad4 Chore(deps-dev): Bump typescript-eslint from 8.16.0 to 8.17.0
  • Additional commits viewable 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 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 12.2.0 to 12.3.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@12.3.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 added the dependencies Pull requests that update a dependency file label Dec 23, 2024
@dependabot dependabot bot requested a review from a team as a code owner December 23, 2024 12:35
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Dec 23, 2024
@dependabot dependabot bot requested a review from leninmehedy December 23, 2024 12:35
Copy link
Contributor

Unit Test Results - Linux

  1 files  ±0   58 suites  ±0   4s ⏱️ +2s
228 tests ±0  228 ✅ ±0  0 💤 ±0  0 ❌ ±0 
233 runs  ±0  233 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 2a2f021. ± Comparison against base commit 7a69623.

Copy link
Contributor

Unit Test Results - Windows

  1 files  ±0   58 suites  ±0   13s ⏱️ ±0s
228 tests ±0  228 ✅ ±0  0 💤 ±0  0 ❌ ±0 
233 runs  ±0  233 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 2a2f021. ± Comparison against base commit 7a69623.

Copy link
Contributor

E2E Test Report

 16 files  ±0  121 suites  ±0   1h 20m 17s ⏱️ - 1m 4s
258 tests ±0  258 ✅ ±0  0 💤 ±0  0 ❌ ±0 
261 runs  ±0  261 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 2a2f021. ± Comparison against base commit 7a69623.

1 similar comment
Copy link
Contributor

E2E Test Report

 16 files  ±0  121 suites  ±0   1h 20m 17s ⏱️ - 1m 4s
258 tests ±0  258 ✅ ±0  0 💤 ±0  0 ❌ ±0 
261 runs  ±0  261 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 2a2f021. ± Comparison against base commit 7a69623.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.01% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7a69623) 19532 16683 85.41%
Head commit (2a2f021) 19560 (+28) 16704 (+21) 85.40% (-0.01%)

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 (#1012) 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

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.43%. Comparing base (7a69623) to head (2a2f021).
Report is 19 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1012      +/-   ##
==========================================
- Coverage   84.47%   84.43%   -0.05%     
==========================================
  Files          72       72              
  Lines       19560    19560              
  Branches     1335     1365      +30     
==========================================
- Hits        16523    16515       -8     
- Misses       2995     3007      +12     
+ Partials       42       38       -4     

see 8 files with indirect coverage changes

Impacted file tree graph

@jeromy-cannon jeromy-cannon merged commit a4e5cd8 into main Dec 23, 2024
38 of 39 checks passed
@jeromy-cannon jeromy-cannon deleted the dependabot/npm_and_yarn/inquirer-12.3.0 branch December 23, 2024 13:26
jeromy-cannon added a commit that referenced this pull request Dec 26, 2024
commit 294aa0a
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 26 10:36:26 2024 +0200

    chore: add build step to unit test CI

    Signed-off-by: Ivo Yankov <[email protected]>

commit f67071c
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 26 10:26:14 2024 +0200

    fix: update mocha scripts in package.json

    Signed-off-by: Ivo Yankov <[email protected]>

commit be6d88e
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 26 09:54:26 2024 +0200

    chore: run formatter

    Signed-off-by: Ivo Yankov <[email protected]>

commit c0b8b16
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 26 09:52:14 2024 +0200

    fix: various unit tests

    Signed-off-by: Ivo Yankov <[email protected]>

commit 5a05b87
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 26 08:13:22 2024 +0200

    fix: injections in tests

    Signed-off-by: Ivo Yankov <[email protected]>

commit 6178ccf
Merge: 24269fe c3a9691
Author: Ivo Yankov <[email protected]>
Date:   Tue Dec 24 15:39:32 2024 +0200

    Merge remote-tracking branch 'origin/00822-implement-inversion-of-control-2' into 00822-implement-inversion-of-control-2

    # Conflicts:
    #	src/core/account_manager.ts
    #	src/core/config/local_config.ts
    #	src/core/config_manager.ts
    #	src/core/lease/lease_manager.ts
    #	src/core/profile_manager.ts
    #	src/index.ts
    #	test/setup.ts
    #	test/test_container.ts
    #	test/test_util.ts
    #	test/unit/commands/base.test.ts
    #	test/unit/commands/context.test.ts
    #	test/unit/commands/network.test.ts
    #	test/unit/core/platform_installer.test.ts
    #	test/unit/core/profile_manager.test.ts

commit c3a9691
Author: Jeromy Cannon <[email protected]>
Date:   Mon Dec 23 20:35:20 2024 +0000

    add reflect metadata back

    Signed-off-by: Jeromy Cannon <[email protected]>

commit dd13b95
Author: Jeromy Cannon <[email protected]>
Date:   Mon Dec 23 20:28:06 2024 +0000

    fixed eslint errors from `npm run check`

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 6d7522c
Author: Jeromy Cannon <[email protected]>
Date:   Mon Dec 23 20:14:08 2024 +0000

    npm run format

    Signed-off-by: Jeromy Cannon <[email protected]>

commit f323ca7
Author: Jeromy Cannon <[email protected]>
Date:   Mon Dec 23 19:59:26 2024 +0000

    Squashed commit of the following:

    commit 24269fe
    Author: Ivo Yankov <[email protected]>
    Date:   Fri Dec 20 11:03:26 2024 +0200

        wip: attempting to fix tests

        Signed-off-by: Ivo Yankov <[email protected]>

    commit 7698f16
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 19 15:41:38 2024 +0200

        chore: format

        Signed-off-by: Ivo Yankov <[email protected]>

    commit 507a081
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 19 14:53:36 2024 +0200

        feat: implement IOC in core classes

        Signed-off-by: Ivo Yankov <[email protected]>

    commit c582f12
    Author: Ivo Yankov <[email protected]>
    Date:   Wed Dec 18 17:32:22 2024 +0200

        wip: refactoring dependencies

        Signed-off-by: Ivo Yankov <[email protected]>

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 1b9b7e6
Author: Jan Milenkov <[email protected]>
Date:   Mon Dec 23 21:22:56 2024 +0200

    feat: dynamically construct the genesis-network.json and add it to the values file to be used during network deploy (#982)

    Signed-off-by: Jeromy Cannon <[email protected]>
    Co-authored-by: Jeromy Cannon <[email protected]>

commit 3c3673a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 23 08:12:58 2024 -0600

    chore(deps): bump jfrog/setup-jfrog-cli from 4.5.2 to 4.5.3 (#1015)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 299cd85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 23 08:12:30 2024 -0600

    chore(deps): bump helm/kind-action from 1.11.0 to 1.12.0 (#1014)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1d57fb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 23 07:47:07 2024 -0600

    chore(deps): bump chalk from 5.4.0 to 5.4.1 (#1013)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a4e5cd8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 23 07:26:24 2024 -0600

    chore(deps): bump inquirer from 12.2.0 to 12.3.0 (#1012)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7a69623
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Dec 22 19:20:53 2024 +0000

    chore(deps-dev): bump eslint-plugin-n from 17.15.0 to 17.15.1 (#1011)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7bb0e99
Author: Jeromy Cannon <[email protected]>
Date:   Sun Dec 22 07:31:54 2024 +0000

    fix: refactored Taskfiles, fixed bugs with taskfile, lease interval, sdk node client connection, and commands missing quiet flag (#978)

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 861c579
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 19 11:06:35 2024 -0600

    chore(deps-dev): bump globals from 15.13.0 to 15.14.0 (#1007)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e80bda8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 19 11:06:22 2024 -0600

    chore(deps): bump chalk from 5.3.0 to 5.4.0 (#1008)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f4b49aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 19 10:47:50 2024 -0600

    chore(deps): bump @hashgraph/sdk from 2.55.1 to 2.56.0 (#1009)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c9711c5
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 19 18:47:03 2024 +0200

    feat: update `solo context connect` to connect to single remote cluster (#993)

    Signed-off-by: Ivo Yankov <[email protected]>

commit 043efcf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Dec 18 16:56:19 2024 -0600

    chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#1002)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 8115945
Author: Pranali Deshmukh <[email protected]>
Date:   Thu Dec 19 00:55:58 2024 +0200

    docs(README): Updated the "Install Solo" section. (#1004)

    Signed-off-by: Pranali Deshmukh <[email protected]>

commit 01ed969
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Dec 18 11:19:09 2024 -0600

    chore(deps): bump actions/setup-java from 4.5.0 to 4.6.0 (#1003)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: Jeromy Cannon <[email protected]>
jeromy-cannon added a commit that referenced this pull request Dec 26, 2024
commit 04e69ea
Author: Jeromy Cannon <[email protected]>
Date:   Thu Dec 26 13:22:26 2024 +0000

    Squashed commit of the following:

    commit 5ab8bfdffd3c5d1932e7ed6a61e736d7216b4248
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Dec 26 13:15:50 2024 +0000

        got `solo init` to work.

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 8bcf11c95ca5e310b177ed00be3a58a24fdbbac6
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 22:00:08 2024 +0000

        remove eslint errors

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit de0046a370e14582500ce25e412cb8c8fb7158a1
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 21:59:51 2024 +0000

        removed isolated modules, it seems to be adding js files and dist folders in incorrect locations

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 4909cbdcf289ba35d68620bab88bb73815f5ecc2
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 21:59:23 2024 +0000

        change eslint back, if we need to override, we can use @ignore tags and document

        Signed-off-by: Jeromy Cannon <[email protected]>

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 8c16717
Author: Jeromy Cannon <[email protected]>
Date:   Thu Dec 26 13:24:23 2024 +0000

    Squashed commit of the following:

    commit 294aa0a
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 10:36:26 2024 +0200

        chore: add build step to unit test CI

        Signed-off-by: Ivo Yankov <[email protected]>

    commit f67071c
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 10:26:14 2024 +0200

        fix: update mocha scripts in package.json

        Signed-off-by: Ivo Yankov <[email protected]>

    commit be6d88e
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 09:54:26 2024 +0200

        chore: run formatter

        Signed-off-by: Ivo Yankov <[email protected]>

    commit c0b8b16
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 09:52:14 2024 +0200

        fix: various unit tests

        Signed-off-by: Ivo Yankov <[email protected]>

    commit 5a05b87
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 08:13:22 2024 +0200

        fix: injections in tests

        Signed-off-by: Ivo Yankov <[email protected]>

    commit 6178ccf
    Merge: 24269fe c3a9691
    Author: Ivo Yankov <[email protected]>
    Date:   Tue Dec 24 15:39:32 2024 +0200

        Merge remote-tracking branch 'origin/00822-implement-inversion-of-control-2' into 00822-implement-inversion-of-control-2

        # Conflicts:
        #	src/core/account_manager.ts
        #	src/core/config/local_config.ts
        #	src/core/config_manager.ts
        #	src/core/lease/lease_manager.ts
        #	src/core/profile_manager.ts
        #	src/index.ts
        #	test/setup.ts
        #	test/test_container.ts
        #	test/test_util.ts
        #	test/unit/commands/base.test.ts
        #	test/unit/commands/context.test.ts
        #	test/unit/commands/network.test.ts
        #	test/unit/core/platform_installer.test.ts
        #	test/unit/core/profile_manager.test.ts

    commit c3a9691
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 20:35:20 2024 +0000

        add reflect metadata back

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit dd13b95
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 20:28:06 2024 +0000

        fixed eslint errors from `npm run check`

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 6d7522c
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 20:14:08 2024 +0000

        npm run format

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit f323ca7
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 19:59:26 2024 +0000

        Squashed commit of the following:

        commit 24269fe
        Author: Ivo Yankov <[email protected]>
        Date:   Fri Dec 20 11:03:26 2024 +0200

            wip: attempting to fix tests

            Signed-off-by: Ivo Yankov <[email protected]>

        commit 7698f16
        Author: Ivo Yankov <[email protected]>
        Date:   Thu Dec 19 15:41:38 2024 +0200

            chore: format

            Signed-off-by: Ivo Yankov <[email protected]>

        commit 507a081
        Author: Ivo Yankov <[email protected]>
        Date:   Thu Dec 19 14:53:36 2024 +0200

            feat: implement IOC in core classes

            Signed-off-by: Ivo Yankov <[email protected]>

        commit c582f12
        Author: Ivo Yankov <[email protected]>
        Date:   Wed Dec 18 17:32:22 2024 +0200

            wip: refactoring dependencies

            Signed-off-by: Ivo Yankov <[email protected]>

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 1b9b7e6
    Author: Jan Milenkov <[email protected]>
    Date:   Mon Dec 23 21:22:56 2024 +0200

        feat: dynamically construct the genesis-network.json and add it to the values file to be used during network deploy (#982)

        Signed-off-by: Jeromy Cannon <[email protected]>
        Co-authored-by: Jeromy Cannon <[email protected]>

    commit 3c3673a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Dec 23 08:12:58 2024 -0600

        chore(deps): bump jfrog/setup-jfrog-cli from 4.5.2 to 4.5.3 (#1015)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 299cd85
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Dec 23 08:12:30 2024 -0600

        chore(deps): bump helm/kind-action from 1.11.0 to 1.12.0 (#1014)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 1d57fb8
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Dec 23 07:47:07 2024 -0600

        chore(deps): bump chalk from 5.4.0 to 5.4.1 (#1013)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit a4e5cd8
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Dec 23 07:26:24 2024 -0600

        chore(deps): bump inquirer from 12.2.0 to 12.3.0 (#1012)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 7a69623
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Sun Dec 22 19:20:53 2024 +0000

        chore(deps-dev): bump eslint-plugin-n from 17.15.0 to 17.15.1 (#1011)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 7bb0e99
    Author: Jeromy Cannon <[email protected]>
    Date:   Sun Dec 22 07:31:54 2024 +0000

        fix: refactored Taskfiles, fixed bugs with taskfile, lease interval, sdk node client connection, and commands missing quiet flag (#978)

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 861c579
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Dec 19 11:06:35 2024 -0600

        chore(deps-dev): bump globals from 15.13.0 to 15.14.0 (#1007)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit e80bda8
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Dec 19 11:06:22 2024 -0600

        chore(deps): bump chalk from 5.3.0 to 5.4.0 (#1008)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit f4b49aa
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Dec 19 10:47:50 2024 -0600

        chore(deps): bump @hashgraph/sdk from 2.55.1 to 2.56.0 (#1009)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit c9711c5
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 19 18:47:03 2024 +0200

        feat: update `solo context connect` to connect to single remote cluster (#993)

        Signed-off-by: Ivo Yankov <[email protected]>

    commit 043efcf
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Dec 18 16:56:19 2024 -0600

        chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#1002)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 8115945
    Author: Pranali Deshmukh <[email protected]>
    Date:   Thu Dec 19 00:55:58 2024 +0200

        docs(README): Updated the "Install Solo" section. (#1004)

        Signed-off-by: Pranali Deshmukh <[email protected]>

    commit 01ed969
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Dec 18 11:19:09 2024 -0600

        chore(deps): bump actions/setup-java from 4.5.0 to 4.6.0 (#1003)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 24269fe
Author: Ivo Yankov <[email protected]>
Date:   Fri Dec 20 11:03:26 2024 +0200

    wip: attempting to fix tests

    Signed-off-by: Ivo Yankov <[email protected]>

commit 7698f16
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 19 15:41:38 2024 +0200

    chore: format

    Signed-off-by: Ivo Yankov <[email protected]>

commit 507a081
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 19 14:53:36 2024 +0200

    feat: implement IOC in core classes

    Signed-off-by: Ivo Yankov <[email protected]>

commit c582f12
Author: Ivo Yankov <[email protected]>
Date:   Wed Dec 18 17:32:22 2024 +0200

    wip: refactoring dependencies

    Signed-off-by: Ivo Yankov <[email protected]>

Signed-off-by: Jeromy Cannon <[email protected]>
jeromy-cannon added a commit that referenced this pull request Dec 27, 2024
commit 04e69ea
Author: Jeromy Cannon <[email protected]>
Date:   Thu Dec 26 13:22:26 2024 +0000

    Squashed commit of the following:

    commit 5ab8bfdffd3c5d1932e7ed6a61e736d7216b4248
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Dec 26 13:15:50 2024 +0000

        got `solo init` to work.

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 8bcf11c95ca5e310b177ed00be3a58a24fdbbac6
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 22:00:08 2024 +0000

        remove eslint errors

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit de0046a370e14582500ce25e412cb8c8fb7158a1
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 21:59:51 2024 +0000

        removed isolated modules, it seems to be adding js files and dist folders in incorrect locations

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 4909cbdcf289ba35d68620bab88bb73815f5ecc2
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 21:59:23 2024 +0000

        change eslint back, if we need to override, we can use @ignore tags and document

        Signed-off-by: Jeromy Cannon <[email protected]>

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 8c16717
Author: Jeromy Cannon <[email protected]>
Date:   Thu Dec 26 13:24:23 2024 +0000

    Squashed commit of the following:

    commit 294aa0a
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 10:36:26 2024 +0200

        chore: add build step to unit test CI

        Signed-off-by: Ivo Yankov <[email protected]>

    commit f67071c
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 10:26:14 2024 +0200

        fix: update mocha scripts in package.json

        Signed-off-by: Ivo Yankov <[email protected]>

    commit be6d88e
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 09:54:26 2024 +0200

        chore: run formatter

        Signed-off-by: Ivo Yankov <[email protected]>

    commit c0b8b16
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 09:52:14 2024 +0200

        fix: various unit tests

        Signed-off-by: Ivo Yankov <[email protected]>

    commit 5a05b87
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 26 08:13:22 2024 +0200

        fix: injections in tests

        Signed-off-by: Ivo Yankov <[email protected]>

    commit 6178ccf
    Merge: 24269fe c3a9691
    Author: Ivo Yankov <[email protected]>
    Date:   Tue Dec 24 15:39:32 2024 +0200

        Merge remote-tracking branch 'origin/00822-implement-inversion-of-control-2' into 00822-implement-inversion-of-control-2

        # Conflicts:
        #	src/core/account_manager.ts
        #	src/core/config/local_config.ts
        #	src/core/config_manager.ts
        #	src/core/lease/lease_manager.ts
        #	src/core/profile_manager.ts
        #	src/index.ts
        #	test/setup.ts
        #	test/test_container.ts
        #	test/test_util.ts
        #	test/unit/commands/base.test.ts
        #	test/unit/commands/context.test.ts
        #	test/unit/commands/network.test.ts
        #	test/unit/core/platform_installer.test.ts
        #	test/unit/core/profile_manager.test.ts

    commit c3a9691
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 20:35:20 2024 +0000

        add reflect metadata back

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit dd13b95
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 20:28:06 2024 +0000

        fixed eslint errors from `npm run check`

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 6d7522c
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 20:14:08 2024 +0000

        npm run format

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit f323ca7
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Dec 23 19:59:26 2024 +0000

        Squashed commit of the following:

        commit 24269fe
        Author: Ivo Yankov <[email protected]>
        Date:   Fri Dec 20 11:03:26 2024 +0200

            wip: attempting to fix tests

            Signed-off-by: Ivo Yankov <[email protected]>

        commit 7698f16
        Author: Ivo Yankov <[email protected]>
        Date:   Thu Dec 19 15:41:38 2024 +0200

            chore: format

            Signed-off-by: Ivo Yankov <[email protected]>

        commit 507a081
        Author: Ivo Yankov <[email protected]>
        Date:   Thu Dec 19 14:53:36 2024 +0200

            feat: implement IOC in core classes

            Signed-off-by: Ivo Yankov <[email protected]>

        commit c582f12
        Author: Ivo Yankov <[email protected]>
        Date:   Wed Dec 18 17:32:22 2024 +0200

            wip: refactoring dependencies

            Signed-off-by: Ivo Yankov <[email protected]>

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 1b9b7e6
    Author: Jan Milenkov <[email protected]>
    Date:   Mon Dec 23 21:22:56 2024 +0200

        feat: dynamically construct the genesis-network.json and add it to the values file to be used during network deploy (#982)

        Signed-off-by: Jeromy Cannon <[email protected]>
        Co-authored-by: Jeromy Cannon <[email protected]>

    commit 3c3673a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Dec 23 08:12:58 2024 -0600

        chore(deps): bump jfrog/setup-jfrog-cli from 4.5.2 to 4.5.3 (#1015)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 299cd85
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Dec 23 08:12:30 2024 -0600

        chore(deps): bump helm/kind-action from 1.11.0 to 1.12.0 (#1014)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 1d57fb8
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Dec 23 07:47:07 2024 -0600

        chore(deps): bump chalk from 5.4.0 to 5.4.1 (#1013)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit a4e5cd8
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Dec 23 07:26:24 2024 -0600

        chore(deps): bump inquirer from 12.2.0 to 12.3.0 (#1012)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 7a69623
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Sun Dec 22 19:20:53 2024 +0000

        chore(deps-dev): bump eslint-plugin-n from 17.15.0 to 17.15.1 (#1011)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 7bb0e99
    Author: Jeromy Cannon <[email protected]>
    Date:   Sun Dec 22 07:31:54 2024 +0000

        fix: refactored Taskfiles, fixed bugs with taskfile, lease interval, sdk node client connection, and commands missing quiet flag (#978)

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 861c579
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Dec 19 11:06:35 2024 -0600

        chore(deps-dev): bump globals from 15.13.0 to 15.14.0 (#1007)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit e80bda8
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Dec 19 11:06:22 2024 -0600

        chore(deps): bump chalk from 5.3.0 to 5.4.0 (#1008)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit f4b49aa
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Dec 19 10:47:50 2024 -0600

        chore(deps): bump @hashgraph/sdk from 2.55.1 to 2.56.0 (#1009)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit c9711c5
    Author: Ivo Yankov <[email protected]>
    Date:   Thu Dec 19 18:47:03 2024 +0200

        feat: update `solo context connect` to connect to single remote cluster (#993)

        Signed-off-by: Ivo Yankov <[email protected]>

    commit 043efcf
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Dec 18 16:56:19 2024 -0600

        chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#1002)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 8115945
    Author: Pranali Deshmukh <[email protected]>
    Date:   Thu Dec 19 00:55:58 2024 +0200

        docs(README): Updated the "Install Solo" section. (#1004)

        Signed-off-by: Pranali Deshmukh <[email protected]>

    commit 01ed969
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Dec 18 11:19:09 2024 -0600

        chore(deps): bump actions/setup-java from 4.5.0 to 4.6.0 (#1003)

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 24269fe
Author: Ivo Yankov <[email protected]>
Date:   Fri Dec 20 11:03:26 2024 +0200

    wip: attempting to fix tests

    Signed-off-by: Ivo Yankov <[email protected]>

commit 7698f16
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 19 15:41:38 2024 +0200

    chore: format

    Signed-off-by: Ivo Yankov <[email protected]>

commit 507a081
Author: Ivo Yankov <[email protected]>
Date:   Thu Dec 19 14:53:36 2024 +0200

    feat: implement IOC in core classes

    Signed-off-by: Ivo Yankov <[email protected]>

commit c582f12
Author: Ivo Yankov <[email protected]>
Date:   Wed Dec 18 17:32:22 2024 +0200

    wip: refactoring dependencies

    Signed-off-by: Ivo Yankov <[email protected]>

Signed-off-by: Jeromy Cannon <[email protected]>
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.32.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