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

bump version numbers - @hapi/[email protected], @hapi/[email protected] et. al. #411

Closed
andreasmarkussen opened this issue Feb 19, 2020 · 1 comment

Comments

@andreasmarkussen
Copy link
Contributor

Describe the bug
Unmaintained and depreciated dependencies.

Warning output when running cubejs create mongo-tutorial -d mongobi

- Creating project structure
- Installing server dependencies
npm WARN deprecated @hapi/[email protected]: This version is no longer maintained
npm WARN deprecated @hapi/[email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated @hapi/[email protected]: This module is no longer maintained
npm notice created a lockfile as package-lock.json. You should commit this file.
+ @cubejs-backend/[email protected]
added 286 packages from 215 contributors and audited 3306 packages in 54.929s

To Reproduce
Steps to reproduce the behavior:

  1. Try to create a cubejs mongo tutorial

    cubejs create mongo-tutorial -d mongobi

  2. See dependency and 'no longer maintained' warnings

Expected behavior

No warnings should be shown during tutorials since they are for less confident users. Like me.

Screenshots
If applicable, add screenshots to help explain your problem.

Version:
[email protected]

Additional context
The problem is a general one, for other of the packages.

I will try to take a stab at it for the package mentioned, but I would like to have help testing all the corners, since this is my first day, working with cube js.
I run Windows, but Bash from Git, so anything on *nix boxes is a blind spot of mine,

** Planned fix **
Update the versions to latest versions, to see if there are any of the braking changes that affect the Cube JS Tutorials.
I will use VSCode and Version Lens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant