Skip to content

Commit

Permalink
chore(deps): update dependency chartist to v1
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Updates Chartist to v1. Use version v6 if you must use Chartist v0.x

Closes #1217
  • Loading branch information
renovate[bot] authored and willsoto committed Aug 26, 2022
1 parent 5ca389b commit 247d3b1
Show file tree
Hide file tree
Showing 31 changed files with 166 additions and 996 deletions.
102 changes: 1 addition & 101 deletions angular.json
Expand Up @@ -42,110 +42,10 @@
}
}
}
},
"ng-chartist-demo": {
"root": "projects/ng-chartist-demo/",
"sourceRoot": "projects/ng-chartist-demo/src",
"projectType": "application",
"prefix": "app",
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/ng-chartist-demo",
"index": "projects/ng-chartist-demo/src/index.html",
"main": "projects/ng-chartist-demo/src/main.ts",
"polyfills": "projects/ng-chartist-demo/src/polyfills.ts",
"tsConfig": "projects/ng-chartist-demo/tsconfig.app.json",
"assets": [
"projects/ng-chartist-demo/src/favicon.ico",
"projects/ng-chartist-demo/src/assets"
],
"styles": [
"node_modules/chartist/dist/chartist.css",
"node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.css",
"projects/ng-chartist-demo/src/styles.css"
],
"scripts": []
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "projects/ng-chartist-demo/src/environments/environment.ts",
"with": "projects/ng-chartist-demo/src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
}
]
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ng-chartist-demo:build"
},
"configurations": {
"production": {
"browserTarget": "ng-chartist-demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng-chartist-demo:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/ng-chartist-demo/src/test.ts",
"polyfills": "projects/ng-chartist-demo/src/polyfills.ts",
"tsConfig": "projects/ng-chartist-demo/tsconfig.spec.json",
"karmaConfig": "projects/ng-chartist-demo/karma.conf.js",
"styles": [
"node_modules/chartist/dist/chartist.css",
"node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.css",
"projects/ng-chartist-demo/src/styles.css"
],
"scripts": [],
"assets": [
"projects/ng-chartist-demo/src/favicon.ico",
"projects/ng-chartist-demo/src/assets"
]
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/ng-chartist-demo/**/*.ts",
"projects/ng-chartist-demo/**/*.html"
]
}
}
}
}
},
"defaultProject": "ng-chartist",
"cli": {
"defaultCollection": "@angular-eslint/schematics",
"schematicCollections": ["@angular-eslint/schematics"],
"packageManager": "pnpm",
"analytics": false
}
Expand Down
9 changes: 3 additions & 6 deletions package.json
Expand Up @@ -11,12 +11,10 @@
"lint": "ng lint ng-chartist",
"ng": "ng",
"prepare": "husky install",
"prerelease": "pnpm run build",
"release": "semantic-release",
"start": "ng serve ng-chartist-demo",
"test": "ng test ng-chartist --watch=false",
"test:coverage": "ng test ng-chartist --watch=false --code-coverage",
"typecheck": "npm run build"
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"commitlint": {
"extends": [
Expand Down Expand Up @@ -58,21 +56,20 @@
"@angular/compiler": "14.1.3",
"@angular/compiler-cli": "14.1.3",
"@angular/core": "14.1.3",
"@angular/forms": "14.1.3",
"@angular/language-service": "14.1.3",
"@angular/platform-browser": "14.1.3",
"@angular/platform-browser-dynamic": "14.1.3",
"@angular/router": "14.1.3",
"@commitlint/config-conventional": "17.0.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/chartist": "0.11.1",
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "2.0.10",
"@types/node": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"chartist": "0.11.4",
"chartist-plugin-tooltips-updated": "0.1.4",
"chartist": "1.1.2",
"commitlint": "17.0.3",
"core-js": "3.24.1",
"eslint": "8.21.0",
Expand Down
46 changes: 24 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 0 additions & 38 deletions projects/ng-chartist-demo/.eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions projects/ng-chartist-demo/browserslist

This file was deleted.

3 changes: 0 additions & 3 deletions projects/ng-chartist-demo/src/app/app.component.css

This file was deleted.

28 changes: 0 additions & 28 deletions projects/ng-chartist-demo/src/app/app.component.html

This file was deleted.

0 comments on commit 247d3b1

Please sign in to comment.