User tests: Successful: Unsuccessful:
Pull Request for Issue # .
As the title says.
Check that the npm build and all integration and system tests pass in Drone.
Check that the packages step passes in Drone, so downloads are available.
Run npm ci
.
Then run npm list micromatch
.
npm ci
reports 2 moderate severity vulnerabilities.
npm list micromatch
:
joomla@5.2.0 /home/richard/lamp/public_html/joomla-cms-5.2-dev
└─┬ stylelint@14.16.1
├─┬ fast-glob@3.3.2
│ └── micromatch@4.0.7 deduped
└── micromatch@4.0.7
npm ci
reports only 1 moderate severity vulnerability. Besides this it shows the same result as without this PR.
npm list micromatch
:
joomla@5.2.0 /home/richard/lamp/public_html/joomla-cms-5.2-dev
└─┬ stylelint@14.16.1
├─┬ fast-glob@3.3.2
│ └── micromatch@4.0.8 deduped
└── micromatch@4.0.8
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | NPM Change |
Labels |
Added:
NPM Resource Changed
bug
PR-5.2-dev
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-09-11 15:07:11 |
Closed_By | ⇒ | Hackwar |
Thank you for your contribution, @richard67!