RedHatInsights / tower-analytics-frontend

Automation Analytics provides data analytics for Ansible Tower that provides visualization and insight into how automation is used in your organization.
https://console.redhat.com/ansible/ansible-dashboard
Apache License 2.0
9 stars 28 forks source link

Fix package inconsistency #997

Closed ZitaNemeckova closed 1 year ago

ZitaNemeckova commented 1 year ago

Before: npm ci

npm ERR! code EUSAGE
npm ERR! 
npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm ERR! 
npm ERR! Invalid: lock file's @patternfly/react-core@4.277.0 does not satisfy @patternfly/react-core@4.278.0
npm ERR! Invalid: lock file's @redhat-cloud-services/rbac-client@1.2.8 does not satisfy @redhat-cloud-services/rbac-client@1.2.10
npm ERR! Invalid: lock file's @scalprum/core@0.5.2 does not satisfy @scalprum/core@0.5.4
npm ERR! Invalid: lock file's @scalprum/react-core@0.5.2 does not satisfy @scalprum/react-core@0.5.4
npm ERR! Invalid: lock file's @openshift/dynamic-plugin-sdk@3.0.0 does not satisfy @openshift/dynamic-plugin-sdk@4.0.0
npm ERR! 
npm ERR! Clean install a project
npm ERR! 
npm ERR! Usage:
npm ERR! npm ci
npm ERR! 
npm ERR! Options:
npm ERR! [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
npm ERR! [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
npm ERR! [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
npm ERR! [--no-bin-links] [--no-fund] [--dry-run]
npm ERR! [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm ERR! [-ws|--workspaces] [--include-workspace-root] [--install-links]
npm ERR! 
npm ERR! aliases: clean-install, ic, install-clean, isntall-clean
npm ERR! 
npm ERR! Run "npm help ci" for more info

After: npm ci

added 2025 packages, and audited 2028 packages in 31s

260 packages are looking for funding
  run `npm fund` for details

22 vulnerabilities (14 moderate, 8 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Files Coverage Δ
src/App.js 100.00% <ø> (ø)

... and 20 files with indirect coverage changes

:loudspeaker: Thoughts on this report? Let us know!.