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

Icongenie deprecation warnings #17010

Open
BenJackGill opened this issue Mar 18, 2024 · 2 comments
Open

Icongenie deprecation warnings #17010

BenJackGill opened this issue Mar 18, 2024 · 2 comments

Comments

@BenJackGill
Copy link

BenJackGill commented Mar 18, 2024

What happened?

I am running npx @quasar/icongenie generate -i ./path/to/image.png in Github Actions CICD and I'm getting these deprecation warnings for icongenie.

npm WARN exec The following package was not found and will be installed: @quasar/icongenie@4.0.0
npm WARN deprecated uuid@3.4.0: Please upgrade  to version [7](https://github.com/BenJackGill/seoturbo/actions/runs/8329753661/job/22792978421#step:9:8) or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated phin@2.9.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated @hapi/formula@2.0.0: Moved to 'npm install @sideway/formula'
npm WARN deprecated @hapi/address@4.1.0: Moved to 'npm install @sideway/address'
npm WARN deprecated @hapi/joi@17.1.1: Switch to 'npm install joi'

What did you expect to happen?

Dependencies should be updated to the latest version to avoid deprecation warnings.

Reproduction URL

Sorry but I don't know how to do this for icongenie - if pointed in the right direction I can try do it

How to reproduce?

  1. Install and run the latest @quasar/icongenie with generate command
  2. See the deprecation warnings in terminal

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

Icon Genie CLI (@quasar/icongenie)

Platforms/Browsers

Other

Quasar info output

Operating System - Darwin(23.2.0) - darwin/arm64
NodeJs - 20.11.0

Global packages
  NPM - 10.2.4
  yarn - Not installed
  @quasar/cli - 2.4.0
  @quasar/icongenie - 2.5.4
  cordova - Not installed

Important local packages
  quasar - 2.15.1 -- Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
  @quasar/app-vite - 1.8.0 -- Quasar Framework App CLI with Vite
  @quasar/extras - 1.16.6 -- Quasar Framework fonts, icons and animations
  eslint-plugin-quasar - Not installed
  vue - 3.3.4 -- The progressive JavaScript framework for building modern web UI.
  vue-router - 4.2.5
  pinia - Not installed
  vuex - Not installed
  vite - 2.9.16 -- Native-ESM powered web dev build tool
  eslint - 8.50.0 -- An AST-based pattern checker for JavaScript.
  electron - Not installed
  electron-packager - Not installed
  electron-builder - Not installed
  register-service-worker - 1.7.2 -- Script for registering service worker, with hooks
  @capacitor/core - Not installed
  @capacitor/cli - Not installed
  @capacitor/android - Not installed
  @capacitor/ios - Not installed

Quasar App Extensions
  *None installed*

Networking
  Host - BenBookAir.local
  en0 - 172.20.10.6

Relevant log output

No response

Additional context

No response

Copy link

Hi @BenJackGill! 👋

It looks like you provided an invalid or unsupported reproduction URL.
Do not use any service other than Codepen, jsFiddle, StackBlitz, Codesandbox, and GitHub.
Make sure the URL you provided is correct and reachable. You can test it by visiting it in a private tab, another device, etc.
Please edit your original post above and provide a valid reproduction URL as explained.

Without a proper reproduction, your issue will have to get closed.

Thank you for your collaboration. 👏

@mv-go
Copy link

mv-go commented Mar 27, 2024

Same here. We're doing a dependency scan every time a pipeline is run. And icongenie dependencies are popping up :( Using icongenie@^4

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

No branches or pull requests

2 participants