You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created Azure DevOps build pipeline & updated npm packages to fresh versions (#374)
* Initial draft of the build pipeline
* Fix paths in the build pipeline
* Trigger the build pipeline for the current feature branch
* Trying to figure out how to do npm authentication in the pipeline
* Skip the 'npm authenticate' step for now
* Fix paths in the build pipeline's steps
* Update build-pipeline.yml for Azure Pipelines
* Increase the verbosity of npm because of the strange error we are getting
* Remove silly verbosity of the npm install command - troubleshooting done
* Add path mapping for the trial and licensed igniteui-dockmanager
* Build pipeline: Fix path to output dir
* Ran 'npm audit fix' and got the following updates:
Json5
2.2.1 -> 2.2.3
1.0.1 -> 1.0.2
ua-parser-js
0.7.32 -> 0.7.33
* Experiment: add 'npm audit fix'
To both resolve some vulnerabilities & to see how this operation will behave as a part of an automated pipeline
* Make the call to npm audit fix just as advisory - do not apply it
* Remove invocation of 'npm audit fix'
* Fresh update to the npm packages in the package-lock.json - for the sake of using newer and more awesome & secure versions of them
* Updated version of the Samples Browser and bumped versions of the following dependencies:
@types/eslint 8.21.0 -> 8.21.1
@types/trusted-types 2.0.2 -> 2.0.3
caniuse-lite 1.0.30001451 -> 1.0.30001452
core-js 3.27.2 -> 3.28.0
core-js-compat 3.27.2 -> 3.28.0
electron-to-chromium 1.4.295 -> 1.4.296
eslint 8.21.0 -> 8.21.1
* Fix name of the Samples Browser artifact
* Adapt to latest changes in the vnext branch
* Copy web.config into the dist dir
* using CDN assets
---------
Co-authored-by: HUSSAR-mtrela <[email protected]>
0 commit comments