A tool for managing production-grade cloud clusters, infrastructure as code

Overview

Cloudy

Description

Cloudy is an "infrastructure as code" tool for managing production-grade cloud clusters. It's based on Pulumi that mostly using Terraform.

Tired to manage tons of information about the cloud clusters deployment?

DevOps is not a primary skill in your company?

Your infrastructure is a mess?

Cloudy is your solution, spend minutes instead of weeks

Features

  • Deploy and manage multiple cloud clusters in parallel: AWS, Azure, Google, and others
  • Networking, DNS, firewall, load balancer, firewall rules, and more
  • Nodes clustering and scaling
  • Cloud database and storage management
  • Automated backups
  • Incremental infrastructure updates
  • Supported platforms:
    • AWS
    • GCP (next release)

How it works

Cloudy asks some questions about your cloud cluster and then creates a Pulumi project. The folder contains javascript files and code that define the cloud resources. Thankfully, the tool allows you to change the config file and resource structures: scale, change node types, disk size, etc... By calling cloudy up PROJECTNAME Pulumi deploys the cloud resources to your cloud provider and saving the state. To export the state use cloudy export PROJECTNAME.

This approach provides maximum flexibility and less friction to start the stack fast.

Save state and code to your git repository, deploy again in minutes.

Requirements

Install before using:

Usage

$ npm install -g @cloudytool/cloudy
$ cloudy COMMAND
running command...
$ cloudy (--version)
@cloudytool/cloudy/0.0.3 darwin-x64 node-v16.0.0
$ cloudy --help [COMMAND]
USAGE
  $ cloudy COMMAND
...

Quick start

$ cloudy init aws-dev-cluster

To deploy:

$ cloudy up aws-dev-cluster

To destroy after:

$ cloudy destroy aws-dev-cluster

Commands

cloudy destroy PROJECTNAME

Destroy Pulumi project deployment

USAGE
  $ cloudy destroy [PROJECTNAME] [-r <value>]

FLAGS
  -r, --root=<value>  Root path to the project

DESCRIPTION
  Destroy Pulumi project deployment

EXAMPLES
  $ cloudy destroy aws-cluster

See code: dist/commands/destroy.ts

cloudy doctor

Check CLI issues

USAGE
  $ cloudy doctor

DESCRIPTION
  Check CLI issues

EXAMPLES
  $ cloudy doctor

See code: dist/commands/doctor.ts

cloudy export PROJECTNAME

Export Pulumi project state

USAGE
  $ cloudy export [PROJECTNAME] [-r <value>]

FLAGS
  -r, --root=<value>  Root path to the project

DESCRIPTION
  Export Pulumi project state

EXAMPLES
  $ cloudy export aws-cluster

See code: dist/commands/export.ts

cloudy help [COMMAND]

Display help for cloudy.

USAGE
  $ cloudy help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for cloudy.

See code: @oclif/plugin-help

cloudy import PROJECTNAME

Import Pulumi project state

USAGE
  $ cloudy import [PROJECTNAME] [-r <value>]

FLAGS
  -r, --root=<value>  Root path to the project

DESCRIPTION
  Import Pulumi project state

EXAMPLES
  $ cloudy import aws-cluster

See code: dist/commands/import.ts

cloudy init PROJECTNAME

Initialize a new project

USAGE
  $ cloudy init [PROJECTNAME] [-r <value>]

FLAGS
  -r, --root=<value>  Root path to the project

DESCRIPTION
  Initialize a new project

EXAMPLES
  $ cloudy init aws-cluster

See code: dist/commands/init.ts

cloudy preview PROJECTNAME

Preview Pulumi project deployment update

USAGE
  $ cloudy preview [PROJECTNAME] [-r <value>]

FLAGS
  -r, --root=<value>  Root path to the project

DESCRIPTION
  Preview Pulumi project deployment update

EXAMPLES
  $ cloudy preview aws-cluster

See code: dist/commands/preview.ts

cloudy up PROJECTNAME

Run Pulumi project deployment update

USAGE
  $ cloudy up [PROJECTNAME] [-r <value>]

FLAGS
  -r, --root=<value>  Root path to the project

DESCRIPTION
  Run Pulumi project deployment update

EXAMPLES
  $ cloudy up aws-cluster

See code: dist/commands/up.ts

Comments
  • build(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.9

    build(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.9

    Bumps @oclif/plugin-not-found from 2.3.1 to 2.3.9.

    Release notes

    Sourced from @​oclif/plugin-not-found's releases.

    2.3.9

    Bug Fixes

    • deps: bump @​oclif/color from 1.0.1 to 1.0.2 (9fe38df)

    2.3.8

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (3c5352d)

    2.3.7

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (1cd2001)

    2.3.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (4dfa00a)

    2.3.5

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (a844b43)

    2.3.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (ba204d6)

    2.3.3

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (f7f17a1)

    2.3.2

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (faa9d72)
    Changelog

    Sourced from @​oclif/plugin-not-found's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 8a26f1b chore(release): 2.3.9 [skip ci]
    • 0911466 Merge pull request #326 from oclif/dependabot-npm_and_yarn-oclif-config-1.18.6
    • b55fc32 chore(dev-deps): bump @​oclif/config from 1.18.5 to 1.18.6
    • 398e48e Merge pull request #327 from oclif/dependabot-npm_and_yarn-oclif-color-1.0.2
    • 9fe38df fix(deps): bump @​oclif/color from 1.0.1 to 1.0.2
    • 5993ef3 Merge pull request #329 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • 153f2be chore(dev-deps): bump @​oclif/plugin-help from 5.1.17 to 5.1.18
    • 1e201ac chore(release): 2.3.8 [skip ci]
    • c6aea7e Merge pull request #325 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.3
    • 3c5352d fix(deps): bump @​oclif/core from 1.20.0 to 1.20.3
    • 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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump @types/node from 16.11.33 to 16.18.4

    build(deps-dev): bump @types/node from 16.11.33 to 16.18.4

    Bumps @types/node from 16.11.33 to 16.18.4.

    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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/plugin-update from 3.0.0 to 3.0.7

    build(deps): bump @oclif/plugin-update from 3.0.0 to 3.0.7

    Bumps @oclif/plugin-update from 3.0.0 to 3.0.7.

    Release notes

    Sourced from @​oclif/plugin-update's releases.

    3.0.7

    Bug Fixes

    • deps: bump @​oclif/color from 1.0.0 to 1.0.2 (#472) (bb6a243)

    3.0.6

    Bug Fixes

    • deps: bump inquirer from 8.2.0 to 8.2.5 (#457) (7d68886)

    3.0.5

    Bug Fixes

    • deps: bump minimist from 1.2.5 to 1.2.7 (#461) (02279c6)

    3.0.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (#449) (850e452)

    3.0.3

    Bug Fixes

    • deps: bump semver from 7.3.7 to 7.3.8 (#445) (bc42981)

    3.0.2

    Bug Fixes

    3.0.1

    Bug Fixes

    • deps: bump @​oclif/core from 1.3.0 to 1.16.4 (#430) (f424d20)
    Changelog

    Sourced from @​oclif/plugin-update's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 964bae0 chore(release): 3.0.7 [skip ci]
    • bb6a243 fix(deps): bump @​oclif/color from 1.0.0 to 1.0.2 (#472)
    • 55a1274 chore(dev-deps): bump chai and @​types/chai (#467)
    • b018b28 chore(dev-deps): bump @​oclif/test from 2.2.8 to 2.2.10 (#468)
    • 433a2eb chore(dev-deps): bump tslib from 2.3.1 to 2.4.1 (#469)
    • bd27988 chore(dev-deps): bump @​oclif/test from 2.2.6 to 2.2.8 (#462)
    • cd62e98 chore(dev-deps): bump @​types/node from 14.18.32 to 14.18.33 (#464)
    • 4eb803c chore(dev-deps): bump @​oclif/plugin-help from 5.1.17 to 5.1.18 (#465)
    • 723b612 chore(release): 3.0.6 [skip ci]
    • 7d68886 fix(deps): bump inquirer from 8.2.0 to 8.2.5 (#457)
    • 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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump @oclif/test from 2.1.0 to 2.2.12

    build(deps-dev): bump @oclif/test from 2.1.0 to 2.2.12

    Bumps @oclif/test from 2.1.0 to 2.2.12.

    Release notes

    Sourced from @​oclif/test's releases.

    2.2.12

    Bug Fixes

    • deps: bump fancy-test from 2.0.6 to 2.0.7 (839c532)

    2.2.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (b033347)

    2.2.10

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (3686a0a)

    2.2.9

    Bug Fixes

    • deps: bump fancy-test from 2.0.5 to 2.0.6 (d9bcd90)

    2.2.8

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (94591ce)

    2.2.7

    Bug Fixes

    • deps: bump minimist from 1.2.5 to 1.2.7 (cf359e1)

    2.2.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (d8376ce)

    2.2.5

    Bug Fixes

    • deps: bump fancy-test from 2.0.4 to 2.0.5 (25af47e)

    2.2.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (a2688d6)

    2.2.3

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (c56beb0)

    ... (truncated)

    Changelog

    Sourced from @​oclif/test's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    2.1.1 (2022-08-09)

    Bug Fixes

    Commits
    • adb0c93 chore(release): 2.2.12 [skip ci]
    • bac27e8 Merge pull request #297 from oclif/dependabot-npm_and_yarn-fancy-test-2.0.7
    • 839c532 fix(deps): bump fancy-test from 2.0.6 to 2.0.7
    • ff64e4b Merge pull request #299 from oclif/dependabot-npm_and_yarn-chai-and-types-cha...
    • 139af49 chore(release): 2.2.11 [skip ci]
    • 8ea0385 Merge pull request #300 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.4
    • b033347 fix(deps): bump @​oclif/core from 1.20.3 to 1.20.4
    • f1405a4 chore(dev-deps): bump chai and @​types/chai
    • 5c149ec chore(release): 2.2.10 [skip ci]
    • 0e7f991 Merge pull request #295 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.3
    • 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 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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/core from 1.8.0 to 1.20.4

    build(deps): bump @oclif/core from 1.8.0 to 1.20.4

    Bumps @oclif/core from 1.8.0 to 1.20.4.

    Release notes

    Sourced from @​oclif/core's releases.

    1.20.4

    Bug Fixes

    • deps: bump tslib from 2.3.1 to 2.4.1 (e2d4cd3)

    1.20.3

    Bug Fixes

    • deps: bump @​oclif/screen from 3.0.2 to 3.0.3 (154ed80)

    1.20.2

    Bug Fixes

    • table: use screen from @​oclif/core (#546) (be3bea7)

    1.20.1

    Bug Fixes

    1.20.0

    Features

    1.19.2

    Bug Fixes

    1.19.1

    Bug Fixes

    1.19.0

    Features

    • make flag deprecation warnings less noisy (#527) (a5fb337)

    1.18.0

    Features

    • support flag and command deprecations (#511) (b0bf379)

    1.17.0

    Features

    ... (truncated)

    Changelog

    Sourced from @​oclif/core's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    1.16.4 (2022-09-23)

    Bug Fixes

    1.16.3 (2022-09-16)

    1.16.2 (2022-09-16)

    Bug Fixes

    1.16.1 (2022-09-08)

    Bug Fixes

    1.16.0 (2022-08-24)

    Features

    1.15.0 (2022-08-23)

    Features

    1.14.2 (2022-08-18)

    Bug Fixes

    • add overloads to enum flag (799455b)

    1.14.1 (2022-08-16)

    ... (truncated)

    Commits
    • 11c5752 chore(release): 1.20.4 [skip ci]
    • 5ddbd8b Merge pull request #549 from oclif/dependabot-npm_and_yarn-tslib-2.4.1
    • e2d4cd3 fix(deps): bump tslib from 2.3.1 to 2.4.1
    • 8cdb8e7 chore(release): 1.20.3 [skip ci]
    • 93b071f Merge pull request #550 from oclif/dependabot-npm_and_yarn-oclif-screen-3.0.3
    • 276577e Merge pull request #551 from oclif/dependabot-npm_and_yarn-types-semver-7.3.13
    • 0a6a35e chore(dev-deps): bump @​types/semver from 7.3.9 to 7.3.13
    • 154ed80 fix(deps): bump @​oclif/screen from 3.0.2 to 3.0.3
    • 1429311 Merge pull request #544 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • 6a1e01e chore(dev-deps): bump @​oclif/plugin-help from 5.1.11 to 5.1.17
    • 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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump typescript from 4.6.4 to 4.9.3

    build(deps-dev): bump typescript from 4.6.4 to 4.9.3

    Bumps typescript from 4.6.4 to 4.9.3.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.9

    For release notes, check out the release announcement.

    Downloads are available on:

    Changes:

    • 93bd577458d55cd720b2677705feab5c91eb12ce Bump version to 4.9.3 and LKG.
    • 107f832b80df2dc97748021cb00af2b6813db75b Update LKG.
    • 31bee5682df130a14ffdd5742f994dbe7313dd0e Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]
    • 1e2fa7ae15f8530910fef8b916ec8a4ed0b59c45 Update version to 4.9.2-rc and LKG.
    • 7ab89e5c6e401d161f31f28a6c555a3ba530910e Merge remote-tracking branch 'origin/main' into release-4.9
    • e5cd686defb1a4cbdb36bd012357ba5bed28f371 Update package-lock.json
    • 8d40dc15d1b9945837e7860320fdccfe27c40cad Update package-lock.json
    • 5cfb3a2fe344a5350734305193e6cc99516285ca Only call return() for an abrupt completion in user code (#51297)
    • a7a9d158e817fcb0e94dc1c24e0a401b21be0cc9 Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)
    • 7f8426f4df0d0a7dd8b72079dafc3e60164a23b1 fix for-in enumeration containing yield in generator (#51295)
    • 3d2b4017eb6b9a2b94bc673291e56ae95e8beddd Fix assertion functions accessed via wildcard imports (#51324)
    • 64d0d5ae140b7b26a09e75114517b418d6bcaa9f fix(51301): Fixing an unused import at the end of a line removes the newline (#51320)
    • 754eeb2986bde30d5926e0fa99c87dda9266d01b Update CodeQL workflow and configuration, fix found bugs (#51263)
    • d8aad262006ad2d2c91aa7a0e4449b4b83c57f7b Update package-lock.json
    • d4f26c840b1db76c0b25a405c8e73830a2b45cbc fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)
    • 16faf45682173ea437a50330feb4785578923d7f Update package-lock.json
    • 8b1ecdb701e2a2e19e9f8bcdd6b2beac087eabee fix(50654): "Move to a new file" breaks the declaration of referenced variable (#50681)
    • 170a17fad57eae619c5ef2b7bdb3ac00d6c32c47 Dom update 2022-10-25 (#51300)
    • 9c4e14d75174432f6a4dc5967a09712a6784ab88 Remove "No type information for this code" from baseline (#51311)
    • 88d25b4f232929df59729156dfda6b65277affec fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#51299)
    • 8bee69acf410d4986cb0cc102b949e2d133d5380 Update package-lock.json
    • 702de1eeaaef88a189e4d06e5a2aae287853790a Fix early call to return/throw on generator (#51294)
    • 2c12b1499908ad7718e65d20e264561207c22375 Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#51271)
    • 6af270dee09d62516f6dc02ec102a745ffebc037 Update package-lock.json
    • 2cc4c16a26672a7ba6c97ba16309fcf334db7cae Update package-lock.json
    • 60934915d9ccc4ca9c0fb2cd060d7ec81601942b Fix apparent typo in getStringMappingType (#51248)
    • 61c26096e3373719ece686b84c698423890e9a5f Update package-lock.json
    • ef69116c41cb6805f89e6592eacb0ccb7f02207d Generate shortest rootDirs module specifier instead of first possible (#51244)
    • bbb42f453dc684e03d977c5b70391124d57543a9 Fix typo in canWatchDirectoryOrFile found by CodeQL (#51262)
    • a56b254ad3c52b598bc5d44f83f3d0a1cf806068 Include 'this' type parameter in isRelatedTo fast path (#51230)
    • 3abd351c0eea55758f27ee5558a4a1525b77f45b Fix super property transform in async arrow in method (#51240)
    • eed05112180e0d94f78aa02d676d49468f15dc31 Update package-lock.json
    • 2625c1feae25aede35465ca835440fc57bf13d52 Make the init config category order predictable (#51247)
    • 1ca99b34029dafad2c18af7bdc0711f4abf7e522 fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) (#50560)
    • 3f28fa12dfecb8dfd66ce4684bf26f64e1f092f1 Update package-lock.json
    • 906ebe49334a3a9c2dbd73cd3c902898bc712b66 Revert structuredTypeRelatedTo change and fix isUnitLikeType (#51076)
    • 8ac465239f52de1da3ada8cdc4c3f107f4d62e45 change type (#51231)
    • 245a02cbed7ad50a21289730159abc8d19a66f40 fix(51222): Go-to-definition on return statements should jump to the containing function declaration (#51227)
    • 2dff34e8c4a91c0005ca9ccfb7e045e225b6f2e4 markAliasReferenced should include ExportValue as well (#51219)

    ... (truncated)

    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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.19

    build(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.19

    Bumps @oclif/plugin-help from 5.1.12 to 5.1.19.

    Release notes

    Sourced from @​oclif/plugin-help's releases.

    5.1.19

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (7cd0e0a)

    5.1.18

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.2 (b786c8f)

    5.1.17

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (5943d70)

    5.1.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (9a8168d)

    5.1.15

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (9fc07cf)

    5.1.14

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (5764c46)

    5.1.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (939ef4c)
    Changelog

    Sourced from @​oclif/plugin-help's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 7f7ef1e chore(release): 5.1.19 [skip ci]
    • 5970d29 Merge pull request #429 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.4
    • 7cd0e0a fix(deps): bump @​oclif/core from 1.20.3 to 1.20.4
    • ace07ad Merge pull request #430 from oclif/dependabot-npm_and_yarn-chai-and-types-cha...
    • 2fddef7 chore(dev-deps): bump chai and @​types/chai
    • 0732311 Merge pull request #427 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • ca1e7fd chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.5 to 2.1.7
    • 68d87d5 chore(release): 5.1.18 [skip ci]
    • 399face Merge pull request #425 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.2
    • b786c8f fix(deps): bump @​oclif/core from 1.20.0 to 1.20.2
    • 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 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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/plugin-warn-if-update-available from 2.0.4 to 2.0.14

    build(deps): bump @oclif/plugin-warn-if-update-available from 2.0.4 to 2.0.14

    Bumps @oclif/plugin-warn-if-update-available from 2.0.4 to 2.0.14.

    Release notes

    Sourced from @​oclif/plugin-warn-if-update-available's releases.

    2.0.14

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (10fff9a)

    2.0.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (56c514e)

    2.0.12

    Bug Fixes

    • deps: bump async from 2.6.3 to 2.6.4 (3536f48)

    2.0.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (f1a4173)

    2.0.10

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (388b410)

    2.0.9

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (0e252b2)

    2.0.8

    Bug Fixes

    • deps: bump semver from 7.3.7 to 7.3.8 (02ec356)

    2.0.7

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (1a81356)

    2.0.6

    Bug Fixes

    • deps: bump moment from 2.29.2 to 2.29.4 (51c59d5)

    2.0.5

    Bug Fixes

    • deps: bump @​oclif/core from 1.1.1 to 1.16.4 (b8808ca)
    Changelog

    Sourced from @​oclif/plugin-warn-if-update-available's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • b821c57 chore(release): 2.0.14 [skip ci]
    • f12100c Merge pull request #327 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.4
    • 10fff9a fix(deps): bump @​oclif/core from 1.20.3 to 1.20.4
    • 6e8a6f9 Merge pull request #328 from oclif/dependabot-npm_and_yarn-chai-and-types-cha...
    • bded580 chore(dev-deps): bump chai and @​types/chai
    • 81e38a0 Merge pull request #324 from oclif/dependabot-npm_and_yarn-types-lodash-4.14.188
    • 502b073 chore(dev-deps): bump @​types/lodash from 4.14.186 to 4.14.188
    • 951d364 Merge pull request #325 from oclif/dependabot-npm_and_yarn-tslib-2.4.1
    • b98ff2e chore(dev-deps): bump tslib from 2.4.0 to 2.4.1
    • 6469b28 chore(release): 2.0.13 [skip ci]
    • 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 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)
    opened by dependabot[bot] 2
  • build(deps-dev): bump @types/node from 16.11.33 to 16.18.3

    build(deps-dev): bump @types/node from 16.11.33 to 16.18.3

    Bumps @types/node from 16.11.33 to 16.18.3.

    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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/core from 1.8.0 to 1.20.2

    build(deps): bump @oclif/core from 1.8.0 to 1.20.2

    Bumps @oclif/core from 1.8.0 to 1.20.2.

    Release notes

    Sourced from @​oclif/core's releases.

    1.20.2

    Bug Fixes

    • table: use screen from @​oclif/core (#546) (be3bea7)

    1.20.1

    Bug Fixes

    1.20.0

    Features

    1.19.2

    Bug Fixes

    1.19.1

    Bug Fixes

    1.19.0

    Features

    • make flag deprecation warnings less noisy (#527) (a5fb337)

    1.18.0

    Features

    • support flag and command deprecations (#511) (b0bf379)

    1.17.0

    Features

    1.16.7

    Bug Fixes

    • deps: bump minimist from 1.2.5 to 1.2.7 (3c987c2)

    1.16.6

    Bug Fixes

    • stop inserting extra line breaks in description (#519) (76aee62)

    ... (truncated)

    Changelog

    Sourced from @​oclif/core's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    1.16.4 (2022-09-23)

    Bug Fixes

    1.16.3 (2022-09-16)

    1.16.2 (2022-09-16)

    Bug Fixes

    1.16.1 (2022-09-08)

    Bug Fixes

    1.16.0 (2022-08-24)

    Features

    1.15.0 (2022-08-23)

    Features

    1.14.2 (2022-08-18)

    Bug Fixes

    • add overloads to enum flag (799455b)

    1.14.1 (2022-08-16)

    ... (truncated)

    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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.7

    build(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.7

    Bumps @oclif/plugin-not-found from 2.3.1 to 2.3.7.

    Release notes

    Sourced from @​oclif/plugin-not-found's releases.

    2.3.7

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (1cd2001)

    2.3.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (4dfa00a)

    2.3.5

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (a844b43)

    2.3.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (ba204d6)

    2.3.3

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (f7f17a1)

    2.3.2

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (faa9d72)
    Changelog

    Sourced from @​oclif/plugin-not-found's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 0691a67 chore(release): 2.3.7 [skip ci]
    • 455e834 Merge pull request #319 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.0
    • 1cd2001 fix(deps): bump @​oclif/core from 1.19.1 to 1.20.0
    • 42a0b17 Merge pull request #320 from oclif/dependabot-npm_and_yarn-oclif-plugin-comma...
    • 00f7b7e chore(dev-deps): bump @​oclif/plugin-commands from 2.1.0 to 2.2.1
    • 95dafa6 Merge pull request #321 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • 2483953 chore(dev-deps): bump @​oclif/plugin-help from 5.1.15 to 5.1.16
    • 6ecfb17 chore(release): 2.3.6 [skip ci]
    • d0451ca Merge pull request #318 from oclif/dependabot-npm_and_yarn-oclif-core-1.19.1
    • 4dfa00a fix(deps): bump @​oclif/core from 1.18.0 to 1.19.1
    • 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 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)
    opened by dependabot[bot] 2
  • build(deps): bump @oclif/plugin-warn-if-update-available from 2.0.4 to 2.0.18

    build(deps): bump @oclif/plugin-warn-if-update-available from 2.0.4 to 2.0.18

    Bumps @oclif/plugin-warn-if-update-available from 2.0.4 to 2.0.18.

    Release notes

    Sourced from @​oclif/plugin-warn-if-update-available's releases.

    2.0.18

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (b05ab39)

    2.0.17

    Bug Fixes

    • deps: bump @​oclif/core from 1.21.0 to 1.22.0 (f34c473)

    2.0.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (c17db0a)

    2.0.15

    Bug Fixes

    • deps: bump decode-uri-component from 0.2.0 to 0.2.2 (f668e86)

    2.0.14

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (10fff9a)

    2.0.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (56c514e)

    2.0.12

    Bug Fixes

    • deps: bump async from 2.6.3 to 2.6.4 (3536f48)

    2.0.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (f1a4173)

    2.0.10

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (388b410)

    2.0.9

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (0e252b2)

    ... (truncated)

    Changelog

    Sourced from @​oclif/plugin-warn-if-update-available's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 991dcc1 chore(release): 2.0.18 [skip ci]
    • 2424b6f Merge pull request #340 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • b05ab39 fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 7aa31b5 Merge pull request #337 from oclif/dependabot-npm_and_yarn-types-node-14.18.35
    • ecb0526 chore(dev-deps): bump @​types/node from 14.18.34 to 14.18.35
    • fc2cc00 chore(release): 2.0.17 [skip ci]
    • 582dbcc Merge pull request #338 from oclif/dependabot-npm_and_yarn-oclif-core-1.22.0
    • f34c473 fix(deps): bump @​oclif/core from 1.21.0 to 1.22.0
    • dea07ad chore(release): 2.0.16 [skip ci]
    • a9a81b5 Merge pull request #336 from oclif/dependabot-npm_and_yarn-oclif-core-1.21.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 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)
    opened by dependabot[bot] 1
  • build(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.22

    build(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.22

    Bumps @oclif/plugin-help from 5.1.12 to 5.1.22.

    Release notes

    Sourced from @​oclif/plugin-help's releases.

    5.1.22

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.3 (0a8983c)

    5.1.21

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (5abc37d)

    5.1.20

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (8aff346)

    5.1.19

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (7cd0e0a)

    5.1.18

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.2 (b786c8f)

    5.1.17

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (5943d70)

    5.1.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (9a8168d)

    5.1.15

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (9fc07cf)

    5.1.14

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (5764c46)

    5.1.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (939ef4c)
    Changelog

    Sourced from @​oclif/plugin-help's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 9b2856a chore(release): 5.1.22 [skip ci]
    • dc652e9 Merge pull request #448 from oclif/dependabot-npm_and_yarn-json5-2.2.3
    • 0a8983c fix(deps): bump json5 from 2.2.0 to 2.2.3
    • c94a690 chore(release): 5.1.21 [skip ci]
    • af35f7c Merge pull request #447 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • 5abc37d fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 2033060 Merge pull request #444 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 48cc302 chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.9 to 2.1.10
    • 0c8a7da Merge pull request #440 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 5f2f124 chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.8 to 2.1.9
    • 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 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)
    opened by dependabot[bot] 1
  • build(deps-dev): bump typescript from 4.6.4 to 4.9.4

    build(deps-dev): bump typescript from 4.6.4 to 4.9.4

    Bumps typescript from 4.6.4 to 4.9.4.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.9.4

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    Changes:

    • e2868216f637e875a74c675845625eb15dcfe9a2 Bump version to 4.9.4 and LKG.
    • eb5419fc8d980859b98553586dfb5f40d811a745 Cherry-pick #51704 to release 4.9 (#51712)
    • b4d382b9b12460adf2da4cc0d1429cf19f8dc8be Cherry-pick changes for narrowing to tagged literal types.
    • e7a02f43fce47e1a39259ada5460bcc33c8e98b5 Port of #51626 and #51689 to release-4.9 (#51627)
    • 1727912f0437a7f367d90040fc4b0b4f3efd017a Cherry-pick fix around visitEachChild to release-4.9. (#51544)

    This list of changes was auto generated.

    TypeScript 4.9

    For release notes, check out the release announcement.

    Downloads are available on:

    Changes:

    • 93bd577458d55cd720b2677705feab5c91eb12ce Bump version to 4.9.3 and LKG.
    • 107f832b80df2dc97748021cb00af2b6813db75b Update LKG.
    • 31bee5682df130a14ffdd5742f994dbe7313dd0e Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]
    • 1e2fa7ae15f8530910fef8b916ec8a4ed0b59c45 Update version to 4.9.2-rc and LKG.
    • 7ab89e5c6e401d161f31f28a6c555a3ba530910e Merge remote-tracking branch 'origin/main' into release-4.9
    • e5cd686defb1a4cbdb36bd012357ba5bed28f371 Update package-lock.json
    • 8d40dc15d1b9945837e7860320fdccfe27c40cad Update package-lock.json
    • 5cfb3a2fe344a5350734305193e6cc99516285ca Only call return() for an abrupt completion in user code (#51297)
    • a7a9d158e817fcb0e94dc1c24e0a401b21be0cc9 Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)
    • 7f8426f4df0d0a7dd8b72079dafc3e60164a23b1 fix for-in enumeration containing yield in generator (#51295)
    • 3d2b4017eb6b9a2b94bc673291e56ae95e8beddd Fix assertion functions accessed via wildcard imports (#51324)
    • 64d0d5ae140b7b26a09e75114517b418d6bcaa9f fix(51301): Fixing an unused import at the end of a line removes the newline (#51320)
    • 754eeb2986bde30d5926e0fa99c87dda9266d01b Update CodeQL workflow and configuration, fix found bugs (#51263)
    • d8aad262006ad2d2c91aa7a0e4449b4b83c57f7b Update package-lock.json
    • d4f26c840b1db76c0b25a405c8e73830a2b45cbc fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)
    • 16faf45682173ea437a50330feb4785578923d7f Update package-lock.json
    • 8b1ecdb701e2a2e19e9f8bcdd6b2beac087eabee fix(50654): "Move to a new file" breaks the declaration of referenced variable (#50681)
    • 170a17fad57eae619c5ef2b7bdb3ac00d6c32c47 Dom update 2022-10-25 (#51300)

    ... (truncated)

    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)
    opened by dependabot[bot] 1
  • build(deps-dev): bump @types/node from 16.11.33 to 16.18.11

    build(deps-dev): bump @types/node from 16.11.33 to 16.18.11

    Bumps @types/node from 16.11.33 to 16.18.11.

    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)
    opened by dependabot[bot] 1
  • build(deps): bump @oclif/plugin-update from 3.0.0 to 3.0.11

    build(deps): bump @oclif/plugin-update from 3.0.0 to 3.0.11

    Bumps @oclif/plugin-update from 3.0.0 to 3.0.11.

    Release notes

    Sourced from @​oclif/plugin-update's releases.

    3.0.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (#486) (7d6b9e0)

    3.0.10

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.3 (#488) (bf8f7f8)

    3.0.9

    Bug Fixes

    • deps: bump @​oclif/core from 1.21.0 to 1.22.0 (#483) (10dbb52)

    3.0.8

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (#480) (8856623)

    3.0.7

    Bug Fixes

    • deps: bump @​oclif/color from 1.0.0 to 1.0.2 (#472) (bb6a243)

    3.0.6

    Bug Fixes

    • deps: bump inquirer from 8.2.0 to 8.2.5 (#457) (7d68886)

    3.0.5

    Bug Fixes

    • deps: bump minimist from 1.2.5 to 1.2.7 (#461) (02279c6)

    3.0.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (#449) (850e452)

    3.0.3

    Bug Fixes

    • deps: bump semver from 7.3.7 to 7.3.8 (#445) (bc42981)

    3.0.2

    Bug Fixes

    ... (truncated)

    Changelog

    Sourced from @​oclif/plugin-update's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 39eb16c chore(release): 3.0.11 [skip ci]
    • 7d6b9e0 fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1 (#486)
    • 7e9a739 chore(release): 3.0.10 [skip ci]
    • bf8f7f8 fix(deps): bump json5 from 2.2.0 to 2.2.3 (#488)
    • b90450c chore(dev-deps): bump @​oclif/test from 2.2.16 to 2.2.17 (#487)
    • b35180f chore(dev-deps): bump @​oclif/test from 2.2.15 to 2.2.16 (#484)
    • 68bc336 chore(dev-deps): bump @​oclif/test from 2.2.13 to 2.2.15 (#481)
    • 2c23d77 chore(dev-deps): bump @​types/node from 14.18.34 to 14.18.35 (#482)
    • f334488 chore(release): 3.0.9 [skip ci]
    • 10dbb52 fix(deps): bump @​oclif/core from 1.21.0 to 1.22.0 (#483)
    • 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 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)
    opened by dependabot[bot] 1
  • build(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.13

    build(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.13

    Bumps @oclif/plugin-not-found from 2.3.1 to 2.3.13.

    Release notes

    Sourced from @​oclif/plugin-not-found's releases.

    2.3.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (c676b34)

    2.3.12

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.2 (0059f30)

    2.3.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.21.0 to 1.22.0 (c6a2aef)

    2.3.10

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (4137a07)

    2.3.9

    Bug Fixes

    • deps: bump @​oclif/color from 1.0.1 to 1.0.2 (9fe38df)

    2.3.8

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (3c5352d)

    2.3.7

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (1cd2001)

    2.3.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (4dfa00a)

    2.3.5

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (a844b43)

    2.3.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (ba204d6)

    ... (truncated)

    Changelog

    Sourced from @​oclif/plugin-not-found's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • cec2fa5 chore(release): 2.3.13 [skip ci]
    • 886d056 Merge pull request #344 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • c676b34 fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 444e409 chore(release): 2.3.12 [skip ci]
    • d3bfde1 Merge pull request #343 from oclif/dependabot-npm_and_yarn-json5-2.2.2
    • 0059f30 fix(deps): bump json5 from 2.2.0 to 2.2.2
    • 67ce921 Merge pull request #342 from oclif/dependabot-npm_and_yarn-oclif-plugin-comma...
    • f4bcd5d chore(dev-deps): bump @​oclif/plugin-commands from 2.2.1 to 2.2.2
    • 9a7a834 Merge pull request #336 from oclif/dependabot-npm_and_yarn-chalk-5.2.0
    • 79cbfce chore(dev-deps): bump chalk from 5.1.2 to 5.2.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 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)
    opened by dependabot[bot] 1
Releases(v0.0.3)
Owner
Cloudy
Cloudy
awsrun 189 Jan 3, 2023
next-graphql-server is a library for building production-grade GraphQL servers using Next.js with API Routes

next-graphql-server next-graphql-server is an easy to use Next.js library for creating performant GraphQL endpoints on top of Next.js API Routes. Star

Jakub Neander 82 Nov 21, 2022
A map for 1337 Khouribga's new labs clusters. This tool will help 1337 students find available posts, and search for other students in the cluster by name or login.

1337KH Labs Clusters Map Hellow. This tool is made by 1337 Khouribga students for 1337 Khouribga students to help make their lives at the school easie

Oussama 18 Aug 8, 2022
Palaemon is an open-source developer tool for monitoring health and resource metrics of Kubernetes clusters and analyzing Out of Memory (OOMKill) errors

Palaemon ?? ?? An Electron based developer tool for Kubernetes cluster monitoring and error analysis Palaemon is a Greek, child sea-god who came to ai

OSLabs Beta 99 Dec 28, 2022
ChainJet is a workflow automation platform specialized in blockchain and cloud infrastructure.

A workflow automation platform specialized on blockchain, with more than 300 integrations. Description ChainJet is a workflow automation platform spec

ChainJet 38 Dec 24, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Helps with math up to grade 10/11

Infinite-powers The code was written in p5js and the platform I used was CodePen. What the code does is that it provides help with different math topi

null 1 Jun 19, 2022
Rollup + Babel + Prettier + Strict ESlint + VSCode - Enterprise grade boilerplate

Javascript package boilerplate by HackingBay Rollup + Babel + Prettier + Strict ESlint + VSCode - Enterprise grade boilerplate Minimalist js package b

HackingBay 1 Dec 28, 2021
Rollup + React + Babel + Prettier + Strict ESlint and Stylelint + Sass + VSCode + Playground app - Enterprise grade boilerplate

React package boilerplate by HackingBay Rollup + React 17 + Babel + Prettier + Strict ESlint and Stylelint + Sass + VSCode + Playground app - Enterpri

HackingBay 2 Jan 19, 2022
A framework dedicated to making it easier for you to build enterprise-grade PWA applications.

A framework dedicated to making it easier for you to build enterprise-grade PWA applications.

JerryC 181 Oct 6, 2022
Jugglr is a tool for managing test data and running tests with a dedicated database running in a Docker container.

Jugglr Jugglr is a tool for managing test data and running tests with a lightweight, dedicated database. Jugglr enables developers, testers, and CI/CD

OSLabs Beta 74 Aug 20, 2022
Prismatic's CLI tool for managing prismatic.io resources from the command line

@prismatic-io/prism Prism is Prismatic's CLI tool that allows you to build, deploy, and support integrations in Prismatic from the comfort of your com

Prismatic.io 7 Oct 4, 2022
The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.

Install | Documentation | Releases | Contributing Foundation is the most advanced responsive front-end framework in the world. Quickly go from prototy

Foundation 29.4k Jan 4, 2023
Easy-to-use CDK constructs for monitoring your AWS infrastructure

CDK Monitoring Constructs Easy-to-use CDK constructs for monitoring your AWS infrastructure. Easily add commonly-used alarms using predefined properti

CDK Labs at AWS 214 Jan 6, 2023
Open source data infrastructure platform. Designed for developers, built for speed.

Gigahex is a web based data infrastructure platform to deploy and manage Apache Spark™, Apache Kafka and Apache Hadoop clusters. Currently, it support

Gigahex 22 Dec 6, 2022
Open source data infrastructure platform. Designed for developers, built for speed.

Gigahex is a web based data infrastructure platform to deploy and manage Apache Spark™, Apache Kafka and Apache Hadoop clusters. Currently, it support

Gigahex 21 Apr 1, 2022
PEARL (Planetary Computer Land Cover Mapping) Platform API and Infrastructure

PEARL API & Infrastructure PEARL is a landcover mapping platform that uses human in the loop machine learning approach. This repository contains the A

Development Seed 47 Dec 23, 2022