-
Notifications
You must be signed in to change notification settings - Fork 2
Update build-pipeline.yml #336
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
Conversation
try new version of node
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Update the Node.js version used by the Azure Pipelines build from a floating 24.x spec to a specific 20.19.0 release.
- Change NodeTool task’s
versionSpecto pin Node.js at 20.19.0. - Tests and install steps remain unchanged.
Comments suppressed due to low confidence (1)
azure-pipelines/build-pipeline.yml:37
- The PR description says “try new version of node” but the change downgrades from 24.x to 20.19.0—please verify that this version change is intended.
versionSpec: '20.19.0'
| inputs: | ||
| versionSource: 'spec' | ||
| versionSpec: '24.x' | ||
| versionSpec: '20.19.0' |
Copilot
AI
Jun 9, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pinning to a specific patch version will require manual updates for security fixes. Consider using a floating spec like '20.x' to automatically pick up patch releases.
| versionSpec: '20.19.0' | |
| versionSpec: '20.x' |
* exported latest xplat samples * fix issue #59 * mdd-update-23.2.18 mdd-update-23.2.18 * Custom chart samples for Angular * fixed package and gulp script * update-readme-script * Update package.json * Update package.json * sort-packages * update and sort packages * Update README.md * sort packages * export new samples * updated readme files * mdd-update-angular17 (#73) * mdd-update-angular17 mdd-update-angular17 * mdd-update mdd-update-angular17 * mdd-update-igniteui-theming fixed browser with updates * update update * added sorting sample stats --------- Co-authored-by: HUSSAR-mtrela <martin.trela@gmail.com> * updated plat specific samples to angular-17 (#85) * mdd-angular-17-individual-samples mdd-angular-17-individual-samples * updated plat specific samples to angular 17 * updated sample template to angular 17 * update packages to angular 17 * updated dev packages * update jszip from 3.7.1 to 3.8.0 --------- Co-authored-by: HUSSAR-mtrela <HUSSAR-mtrela@users.noreply.github.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2023.11.20.1 (#87) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Azure DevOps build pipeline (#84) * Initial draft of the pipeline * Doing shenanigans with the repo checkout * Experiment * Update build-pipeline.yml for Azure Pipelines * Add npm commands * Update build-pipeline.yml for Azure Pipelines * Add comments + explicit checkout path in the pipeline * Add powershell for shenanigans on the package.json * Further work on the pipeline * Update build-pipeline.yml for Azure Pipelines * Add explicit full workspace cleaning * Clean resources only * Update build-pipeline.yml for Azure Pipelines * Explicit GitHub endpoint ID * Update build-pipeline.yml for Azure Pipelines * Update build-pipeline.yml for Azure Pipelines * Different approach to getting the last build-able commit * Update build-pipeline.yml for Azure Pipelines * Update build-pipeline.yml for Azure Pipelines * Update build-pipeline.yml for Azure Pipelines * Final steps of the pipeline * Fix artifact publishing * Adjust a few comments on the pipelines * Temp use latest in my branch * Update build-pipeline.yml for Azure Pipelines --------- Co-authored-by: Borislav Traykov <btraykov@infragistics.com> Co-authored-by: Borislav Traykov <borislav.traikov@gmail.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2023.12.13.1 (#88) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-fix-casing-issue-manually (#89) mdd-fix-casing-issue-manually * Adding changes from build igniteui-xplat-examples-output+PRs_2023.12.19.2 (#92) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * fix gulp scripts * gen readme * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.3.1 (#94) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Try using node 18 for compatibility with Angular 17 * Add runtime-settable verbosity of npm steps * gen readme * gen stats * fixed auto-gen of FormatSpecifiers * init arrays in sample info in gulpscript * mdd-redo-17.2.0-beta.0 mdd-redo-17.2.0-beta.0 * sample cleanup script (#102) * Delete stats.json * exclude auto-gen stats.json * improve cleanSamples script * cleanSamples * Export chart highlighting sample (#104) * Update Angular browser packages (#107) * Update web components package (#108) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.11.1 (#109) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.12.2 (#110) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.12.3 (#111) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.15.2 (#113) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * readme-files (#114) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.17.2 (#116) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.17.3 (#117) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.18.1 (#118) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-update-ig (#119) * mdd-update-ig mdd-update-ig 17.2.1 * mdd-update * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.19.1 (#120) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.23.1 (#121) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.23.2 (#122) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.24.2 (#124) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.25.2 (#126) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.3.27.3 (#139) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.3.28.1 (#141) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-optical-scaling (#142) mdd-optical-scaling * export fix * mdd-update-17.3 beta (#145) mdd-update-17.3 beta * Treemap highlighting sample * mdd-highlight-needle-gauges mdd-highlight-needle-gauges * mdd-linear-bullet mdd-linear-bullet * Update app.component.html * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.2.1 (#150) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * updateIG 17.3.0 updateIG 17.3.0 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.12.6 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.15.6 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.15.7 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.23.2 (#168) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * update readme * Update browser-info.json * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.25.2 (#170) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-update-browser-packages 23.2.202 proget * 17.3.1-alpha.0 17.3.1-alpha.0 (xplat) 17.2.3 (igniteui-angular) 6.4.0-beta.2 (igniteui-theming) * Add --legacy-peer-deps (#173) npm ERR! Could not resolve dependency: npm ERR! peerOptional @types/hammerjs@"^2.0.40" from igniteui-angular@17.2.3 * test codesandbox (#177) * test CS config (#178) * test avatar * test CS config * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.4.1 (#179) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * add test (#180) * add CS tests (#185) * add cs test donut (#186) * update CS tests (#187) * move remaining app files from \src\app to \src\ (#188) * move app files up from src\app to src * sort routing modules * update CodeSandbox (#189) * add geo map * add script updateCodeSandbox * use new codesandbox for all samples * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.5.4 (#184) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * export cleanup (#190) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.6.3 (#191) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.11.3 * mdd-update-angular-18 mdd-update-angular-18 * mdd-update-highlight-label mdd-update-highlight-label * Update app.component.html * mdd-updateIG-angular18 (#205) mdd-updateIG-angular18 * mdd-update-browserjs (#209) * mdd-update-browserjs mdd-update-browserjs * update-all update-all * added @types/hammerjs (#211) added @types/hammerjs * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.26.1 * mdd-fix-browser-rxjs mdd-fix-browser-rxjs * Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.2.2 (#215) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.2.3 (#216) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.3.1 (#217) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Update igniteui-webcomponents packages for Angular sb (#219) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.15.1 (#218) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-33040 33040 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.8.5.2 * mdd-update-angular-18.2.1 mdd-update-angular-18.2.1 * Update app.component.html * update update * Adding changes from build igniteui-xplat-examples-output+PRs_2024.8.28.3 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.10.21.1 (#236) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * sync IG version * update readme * readme - Updating Packages in Samples * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.12.2 (#249) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.13.3 * Mdd update angular19 (#242) * mdd-revert and proper fix to tsconfig.base added ES2022.Iterable * mdd-update2 mdd-update2 * update update * mdd-updpate-with-standalone-false mdd-updpate-with-standalone * mdd-update-browser mdd-update-browser * mdd-update mdd-update * update update * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.16.3 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.17.2 * Update package.json (#255) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.17.3 (#261) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * fix inputs sample * mdd-update-angular-19 (#262) * mdd-update-angular-19 mdd-update-angular-19 * Update package.json * Update package.json * Update package.json * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.17.7 (#263) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.1 (#264) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.2 (#265) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.3 (#266) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.4 (#267) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-fix-angular-from-running (#268) * mdd-fix-angular-from-running mdd-fix-angular-from-running * Update other tasks --------- Co-authored-by: Andrew Goldenbaum <agoldenbaum@infragistics.com> * IG v18.2.0 * IG grids v18.2.0 * Update output dir as per Angular 19 changes (#272) * Fix output dir again (#273) * Fix output dir again * Update build-pipeline.yml for Azure Pipelines * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.19.3 (#271) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-update-19.0.0 (#274) mdd-update-19.0.0 * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.8.1 * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.8.2 * remove use of EsrUtility in map navigation sample as URLs appear to be no longer valid * fix treemap events sample * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.21.1 * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.26.1 (#288) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.26.2 (#289) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.27.1 (#290) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.28.1 * mdd-19.0.1 mdd-19.0.1 * mdd-fix-excel-memory-issue-in-codesandbox mdd-fix-excel-memory-issue-in-codesandbox * Update app.component.html * mdd-19.0.1beta0 mdd-19.0.1beta0 * mdd-update update * mdd-update mdd-update * mdd-revert-upgrades mdd-revert-upgrades * Adding changes from build igniteui-xplat-examples-output+PRs_2025.5.29.2 * update update * update packges to latest 19 beta * 19.1.0-beta.1 (#332) 19.1.0-beta.1 * update to angular 20 * Update build-pipeline.yml for Azure Pipelines update node version for angular 20 * Update build-pipeline.yml (#336) try new version of node * update to angular 20.0.0 packages * combine multiple data sources in code-viewer * fix code-viewer * Adding changes from build igniteui-xplat-examples-output+PRs_2025.6.17.1 (#338) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> --------- Co-authored-by: mddifilippo89 <mdifilippo@infragistics.com> Co-authored-by: agoldenbaum <agoldenbaum@infragistics.com> Co-authored-by: azure-pipelines[bot] <36771401+azure-pipelines[bot]@users.noreply.github.com> Co-authored-by: tfsbuild <tfsbuild@infragistics.com> Co-authored-by: Borislav Traykov <btraykov@infragistics.com> Co-authored-by: Borislav Traykov <borislav.traikov@gmail.com> Co-authored-by: IGvaleries <vsuszynski@infragistics.com>
* exported latest xplat samples * fix issue #59 * mdd-update-23.2.18 mdd-update-23.2.18 * Custom chart samples for Angular * fixed package and gulp script * update-readme-script * Update package.json * Update package.json * sort-packages * update and sort packages * Update README.md * sort packages * export new samples * updated readme files * mdd-update-angular17 (#73) * mdd-update-angular17 mdd-update-angular17 * mdd-update mdd-update-angular17 * mdd-update-igniteui-theming fixed browser with updates * update update * added sorting sample stats --------- Co-authored-by: HUSSAR-mtrela <martin.trela@gmail.com> * updated plat specific samples to angular-17 (#85) * mdd-angular-17-individual-samples mdd-angular-17-individual-samples * updated plat specific samples to angular 17 * updated sample template to angular 17 * update packages to angular 17 * updated dev packages * update jszip from 3.7.1 to 3.8.0 --------- Co-authored-by: HUSSAR-mtrela <HUSSAR-mtrela@users.noreply.github.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2023.11.20.1 (#87) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Azure DevOps build pipeline (#84) * Initial draft of the pipeline * Doing shenanigans with the repo checkout * Experiment * Update build-pipeline.yml for Azure Pipelines * Add npm commands * Update build-pipeline.yml for Azure Pipelines * Add comments + explicit checkout path in the pipeline * Add powershell for shenanigans on the package.json * Further work on the pipeline * Update build-pipeline.yml for Azure Pipelines * Add explicit full workspace cleaning * Clean resources only * Update build-pipeline.yml for Azure Pipelines * Explicit GitHub endpoint ID * Update build-pipeline.yml for Azure Pipelines * Update build-pipeline.yml for Azure Pipelines * Different approach to getting the last build-able commit * Update build-pipeline.yml for Azure Pipelines * Update build-pipeline.yml for Azure Pipelines * Update build-pipeline.yml for Azure Pipelines * Final steps of the pipeline * Fix artifact publishing * Adjust a few comments on the pipelines * Temp use latest in my branch * Update build-pipeline.yml for Azure Pipelines --------- Co-authored-by: Borislav Traykov <btraykov@infragistics.com> Co-authored-by: Borislav Traykov <borislav.traikov@gmail.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2023.12.13.1 (#88) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-fix-casing-issue-manually (#89) mdd-fix-casing-issue-manually * Adding changes from build igniteui-xplat-examples-output+PRs_2023.12.19.2 (#92) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * fix gulp scripts * gen readme * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.3.1 (#94) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Try using node 18 for compatibility with Angular 17 * Add runtime-settable verbosity of npm steps * gen readme * gen stats * fixed auto-gen of FormatSpecifiers * init arrays in sample info in gulpscript * mdd-redo-17.2.0-beta.0 mdd-redo-17.2.0-beta.0 * sample cleanup script (#102) * Delete stats.json * exclude auto-gen stats.json * improve cleanSamples script * cleanSamples * Export chart highlighting sample (#104) * Update Angular browser packages (#107) * Update web components package (#108) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.11.1 (#109) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.12.2 (#110) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.12.3 (#111) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.15.2 (#113) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * readme-files (#114) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.17.2 (#116) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.17.3 (#117) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.18.1 (#118) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-update-ig (#119) * mdd-update-ig mdd-update-ig 17.2.1 * mdd-update * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.19.1 (#120) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.23.1 (#121) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.23.2 (#122) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.24.2 (#124) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.1.25.2 (#126) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.3.27.3 (#139) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.3.28.1 (#141) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-optical-scaling (#142) mdd-optical-scaling * export fix * mdd-update-17.3 beta (#145) mdd-update-17.3 beta * Treemap highlighting sample * mdd-highlight-needle-gauges mdd-highlight-needle-gauges * mdd-linear-bullet mdd-linear-bullet * Update app.component.html * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.2.1 (#150) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * updateIG 17.3.0 updateIG 17.3.0 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.12.6 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.15.6 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.15.7 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.23.2 (#168) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * update readme * Update browser-info.json * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.25.2 (#170) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-update-browser-packages 23.2.202 proget * 17.3.1-alpha.0 17.3.1-alpha.0 (xplat) 17.2.3 (igniteui-angular) 6.4.0-beta.2 (igniteui-theming) * Add --legacy-peer-deps (#173) npm ERR! Could not resolve dependency: npm ERR! peerOptional @types/hammerjs@"^2.0.40" from igniteui-angular@17.2.3 * test codesandbox (#177) * test CS config (#178) * test avatar * test CS config * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.4.1 (#179) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * add test (#180) * add CS tests (#185) * add cs test donut (#186) * update CS tests (#187) * move remaining app files from \src\app to \src\ (#188) * move app files up from src\app to src * sort routing modules * update CodeSandbox (#189) * add geo map * add script updateCodeSandbox * use new codesandbox for all samples * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.5.4 (#184) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * export cleanup (#190) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.6.3 (#191) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.11.3 * mdd-update-angular-18 mdd-update-angular-18 * mdd-update-highlight-label mdd-update-highlight-label * Update app.component.html * mdd-updateIG-angular18 (#205) mdd-updateIG-angular18 * mdd-update-browserjs (#209) * mdd-update-browserjs mdd-update-browserjs * update-all update-all * added @types/hammerjs (#211) added @types/hammerjs * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.26.1 * mdd-fix-browser-rxjs mdd-fix-browser-rxjs * Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.2.2 (#215) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.2.3 (#216) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.3.1 (#217) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Update igniteui-webcomponents packages for Angular sb (#219) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.15.1 (#218) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-33040 33040 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.8.5.2 * mdd-update-angular-18.2.1 mdd-update-angular-18.2.1 * Update app.component.html * update update * Adding changes from build igniteui-xplat-examples-output+PRs_2024.8.28.3 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.10.21.1 (#236) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * sync IG version * update readme * readme - Updating Packages in Samples * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.12.2 (#249) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.13.3 * Mdd update angular19 (#242) * mdd-revert and proper fix to tsconfig.base added ES2022.Iterable * mdd-update2 mdd-update2 * update update * mdd-updpate-with-standalone-false mdd-updpate-with-standalone * mdd-update-browser mdd-update-browser * mdd-update mdd-update * update update * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.16.3 * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.17.2 * Update package.json (#255) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.17.3 (#261) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * fix inputs sample * mdd-update-angular-19 (#262) * mdd-update-angular-19 mdd-update-angular-19 * Update package.json * Update package.json * Update package.json * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.17.7 (#263) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.1 (#264) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.2 (#265) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.3 (#266) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.4 (#267) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-fix-angular-from-running (#268) * mdd-fix-angular-from-running mdd-fix-angular-from-running * Update other tasks --------- Co-authored-by: Andrew Goldenbaum <agoldenbaum@infragistics.com> * IG v18.2.0 * IG grids v18.2.0 * Update output dir as per Angular 19 changes (#272) * Fix output dir again (#273) * Fix output dir again * Update build-pipeline.yml for Azure Pipelines * Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.19.3 (#271) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-update-19.0.0 (#274) mdd-update-19.0.0 * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.8.1 * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.8.2 * remove use of EsrUtility in map navigation sample as URLs appear to be no longer valid * fix treemap events sample * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.21.1 * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.26.1 (#288) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.26.2 (#289) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.27.1 (#290) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * Adding changes from build igniteui-xplat-examples-output+PRs_2025.2.28.1 * mdd-19.0.1 mdd-19.0.1 * mdd-fix-excel-memory-issue-in-codesandbox mdd-fix-excel-memory-issue-in-codesandbox * Update app.component.html * mdd-19.0.1beta0 mdd-19.0.1beta0 * mdd-update update * mdd-update mdd-update * mdd-revert-upgrades mdd-revert-upgrades * Adding changes from build igniteui-xplat-examples-output+PRs_2025.5.29.2 * update update * update packges to latest 19 beta * 19.1.0-beta.1 (#332) 19.1.0-beta.1 * update to angular 20 * Update build-pipeline.yml for Azure Pipelines update node version for angular 20 * Update build-pipeline.yml (#336) try new version of node * update to angular 20.0.0 packages * combine multiple data sources in code-viewer * fix code-viewer * Adding changes from build igniteui-xplat-examples-output+PRs_2025.6.17.1 (#338) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-update-wc-package (#341) mdd-update-wc-package * update to July 2025 SR beta (#342) * update to july 2025 sr beta * put back version of igniteui-angular * Adding changes from build igniteui-xplat-examples-output+PRs_2025.7.23.1 (#343) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * export-code-gen-fixes (#345) * Adding changes from build igniteui-xplat-examples-output+PRs_2025.8.28.3 (#351) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-azure-map mdd-azure-map * Update app.component.ts * mdd-update-sept-beta mdd-update-sept-beta * Update package.json * Update browser-info.json * update update * Avoid the need for legacy peer deps (#354) * bump angular-in-memory-web-api Not sure where exactly it's being used, but it's what causing the legacy-peer-deps cruch * bye, bye legacy-peer-deps * remove --legacy-peer-deps from the README * Add optional - turned on by default - post-build cleanup (#154) * update update * mdd-20.0.2-beta.3 (#353) * 20.0.2-beta.0 20.0.2-beta.0 * mdd-update mdd-update * mdd-update mdd-update * mdd-update-versions mdd-update-versions * mdd-update mdd-update * Update app.component.html * Update app.component.html * Adding changes from build igniteui-xplat-examples-output+PRs_2025.9.22.1 * mdd-update-dockerfile-FROM node:18>node:20 mdd-update-dockerfile-FROM node:18>node:20 * Adding changes from build igniteui-xplat-examples-output+PRs_2025.9.25.1 (#357) Co-authored-by: tfsbuild <tfsbuild@infragistics.com> * mdd-update-sample mdd-update-sample * Update app.component.scss * Update Dockerfile * mdd-update mdd-update * update update * mdd-update mdd-update * mdd-update-node-v18 (#358) mdd-update-node-v18 * mdd-update mdd-update * Update app.component.ts * update packages to Oct 2025 SR * add gulp gitAcceptCurrent --------- Co-authored-by: mddifilippo89 <mdifilippo@infragistics.com> Co-authored-by: agoldenbaum <agoldenbaum@infragistics.com> Co-authored-by: azure-pipelines[bot] <36771401+azure-pipelines[bot]@users.noreply.github.com> Co-authored-by: tfsbuild <tfsbuild@infragistics.com> Co-authored-by: Borislav Traykov <btraykov@infragistics.com> Co-authored-by: Borislav Traykov <borislav.traikov@gmail.com> Co-authored-by: IGvaleries <vsuszynski@infragistics.com>
try new version of node