Skip to content

Commit

Permalink
chore: upgrade angular cli to 13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Dec 11, 2021
1 parent 89e10b7 commit 3205835
Show file tree
Hide file tree
Showing 11 changed files with 2,102 additions and 4,341 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
6,381 changes: 2,088 additions & 4,293 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.13",
"@angular-devkit/build-angular": "~13.1.1",
"@angular-eslint/builder": "^12.7.0",
"@angular-eslint/eslint-plugin": "^12.7.0",
"@angular-eslint/eslint-plugin-template": "^12.7.0",
"@angular-eslint/schematics": "^12.7.0",
"@angular-eslint/template-parser": "^12.7.0",
"@angular/cli": "~12.2.13",
"@angular/compiler-cli": "~12.2.13",
"@angular/cli": "~13.1.1",
"@angular/compiler-cli": "~13.1.0",
"@angular/language-service": "~13.1.0",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
Expand All @@ -83,7 +83,7 @@
"karma-jasmine-html-reporter": "^1.6.0",
"lint-staged": "^11.2.6",
"markdown-loader": "^6.0.0",
"ng-packagr": "^12.2.5",
"ng-packagr": "^13.1.1",
"prettier": "^2.4.1",
"protractor": "~7.0.0",
"raw-loader": "^4.0.2",
Expand All @@ -94,6 +94,6 @@
"ts-node": "~10.0.0",
"tsickle": "^0.43.0",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
"typescript": "~4.5.3"
}
}
13 changes: 1 addition & 12 deletions projects/dev-app/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@
* BROWSER POLYFILLS
*/

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
// import 'classlist.js'; // Run `npm install --save classlist.js`.

/**
* Web Animations `@angular/platform-browser/animations`
* Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.
* Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).
*/
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.

/**
* By default, zone.js will patch all possible macroTask and DomEvents
* user can disable parts of macroTask/DomEvents patch by setting following flags
Expand Down Expand Up @@ -55,8 +45,7 @@
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js'; // Included with Angular CLI.

import 'zone.js'; // Included with Angular CLI.

/***************************************************************************************************
* APPLICATION IMPORTS
Expand Down
13 changes: 1 addition & 12 deletions projects/docs/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@
* BROWSER POLYFILLS
*/

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
// import 'classlist.js'; // Run `npm install --save classlist.js`.

/**
* Web Animations `@angular/platform-browser/animations`
* Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.
* Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).
*/
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.

/**
* By default, zone.js will patch all possible macroTask and DomEvents
* user can disable parts of macroTask/DomEvents patch by setting following flags
Expand Down Expand Up @@ -55,8 +45,7 @@
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js'; // Included with Angular CLI.

import 'zone.js'; // Included with Angular CLI.

/***************************************************************************************************
* APPLICATION IMPORTS
Expand Down
6 changes: 1 addition & 5 deletions projects/extensions-moment-adapter/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"dest": "../../dist/extensions-moment-adapter",
"lib": {
"flatModuleFile": "extensions-moment-adapter",
"entryFile": "public_api.ts",
"umdModuleIds": {
"@ng-matero/extensions/core": "@ng-matero/extensions/core",
"moment": "moment"
}
"entryFile": "public_api.ts"
}
}
2 changes: 1 addition & 1 deletion projects/extensions-moment-adapter/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
}
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}
5 changes: 1 addition & 4 deletions projects/extensions/colorpicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"ngPackage": {
"lib": {
"flatModuleFile": "mtxColorpicker",
"entryFile": "public-api.ts",
"umdModuleIds": {
"ngx-color/chrome": "ngx-color-chrome"
}
"entryFile": "public-api.ts"
}
}
}
5 changes: 1 addition & 4 deletions projects/extensions/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"ngPackage": {
"lib": {
"flatModuleFile": "mtxGrid",
"entryFile": "public-api.ts",
"umdModuleIds": {
"photoviewer": "PhotoViewer"
}
"entryFile": "public-api.ts"
}
}
}
5 changes: 1 addition & 4 deletions projects/extensions/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"ngPackage": {
"lib": {
"flatModuleFile": "mtxSelect",
"entryFile": "public-api.ts",
"umdModuleIds": {
"@ng-select/ng-select": "ng-select"
}
"entryFile": "public-api.ts"
}
}
}
2 changes: 1 addition & 1 deletion projects/extensions/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}

0 comments on commit 3205835

Please sign in to comment.