Skip to content

Commit

Permalink
Started with update for version 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnau Garcia committed Jan 2, 2020
1 parent 36addf2 commit 8ec4aab
Show file tree
Hide file tree
Showing 175 changed files with 1,599 additions and 13,153 deletions.
11 changes: 10 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
{
"lintFile": "./tslint.json"
}
]
],
"@typescript-eslint/no-unused-vars": [
"warn",
{
"vars": "all",
"args": "after-used",
"ignoreRestSiblings": false
}
],
"@typescript-eslint/no-non-null-assertion": "off"
}
}
5 changes: 3 additions & 2 deletions .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
"languages": ["ca", "es", "en"],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.3.0",
"jhipsterVersion": "6.6.0",
"jwtSecretKey": "ZGI3MTQyY2I3YTNiMGZiNGUwMDU0ODdhMzYzNjRhNWNmZWRiMTcxOWYwNmMyZDU4ZGQyZDA1MGI4ZDlmNTdiYzQ4ZWViYzBjODI3ODBmNTFiOWJmZTY1NmQ0NWNmMGFlODQzOGJmNmY3NWM3ZDc3Y2ExNTg3ZGIwYTIzZmNlMzE=",
"clientTheme": "none",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"embeddableLaunchScript": false
"embeddableLaunchScript": false,
"creationTimestamp": 1577966392888
},
"git-provider": "GitHub",
"git-company": "arnaugarcia",
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sallefy

This application was generated using JHipster 6.3.0, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v6.3.0](https://www.jhipster.tech/documentation-archive/v6.3.0).
This application was generated using JHipster 6.6.0, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v6.6.0](https://www.jhipster.tech/documentation-archive/v6.6.0).

## Development

Expand Down Expand Up @@ -30,7 +30,7 @@ The `npm run` command will list all of the scripts available to run for this pro

### PWA Support

JHipster ships with PWA (Progressive Web App) support, and it's disabled by default. One of the main components of a PWA is a service worker.
JHipster ships with PWA (Progressive Web App) support, and it's turned off by default. One of the main components of a PWA is a service worker.

The service worker initialization code is commented out by default. To enable it, uncomment the following code in `src/main/webapp/index.html`:

Expand Down Expand Up @@ -63,7 +63,7 @@ Edit [src/main/webapp/app/vendor.ts](src/main/webapp/app/vendor.ts) file:
import 'leaflet/dist/leaflet.js';
```

Edit [src/main/webapp/content/css/vendor.css](src/main/webapp/content/css/vendor.css) file:
Edit [src/main/webapp/content/scss/vendor.scss](src/main/webapp/content/scss/vendor.scss) file:

```
@import '~leaflet/dist/leaflet.css';
Expand Down Expand Up @@ -178,20 +178,20 @@ For more information refer to [Using Docker and Docker-Compose][], this page als
To configure CI for your project, run the ci-cd sub-generator (`jhipster ci-cd`), this will let you generate configuration files for a number of Continuous Integration systems. Consult the [Setting up Continuous Integration][] page for more information.

[jhipster homepage and latest documentation]: https://www.jhipster.tech
[jhipster 6.3.0 archive]: https://www.jhipster.tech/documentation-archive/v6.3.0
[using jhipster in development]: https://www.jhipster.tech/documentation-archive/v6.3.0/development/
[using docker and docker-compose]: https://www.jhipster.tech/documentation-archive/v6.3.0/docker-compose
[using jhipster in production]: https://www.jhipster.tech/documentation-archive/v6.3.0/production/
[running tests page]: https://www.jhipster.tech/documentation-archive/v6.3.0/running-tests/
[code quality page]: https://www.jhipster.tech/documentation-archive/v6.3.0/code-quality/
[setting up continuous integration]: https://www.jhipster.tech/documentation-archive/v6.3.0/setting-up-ci/
[jhipster 6.6.0 archive]: https://www.jhipster.tech/documentation-archive/v6.6.0
[using jhipster in development]: https://www.jhipster.tech/documentation-archive/v6.6.0/development/
[using docker and docker-compose]: https://www.jhipster.tech/documentation-archive/v6.6.0/docker-compose
[using jhipster in production]: https://www.jhipster.tech/documentation-archive/v6.6.0/production/
[running tests page]: https://www.jhipster.tech/documentation-archive/v6.6.0/running-tests/
[code quality page]: https://www.jhipster.tech/documentation-archive/v6.6.0/code-quality/
[setting up continuous integration]: https://www.jhipster.tech/documentation-archive/v6.6.0/setting-up-ci/
[node.js]: https://nodejs.org/
[yarn]: https://yarnpkg.org/
[webpack]: https://webpack.github.io/
[angular cli]: https://cli.angular.io/
[browsersync]: http://www.browsersync.io/
[browsersync]: https://www.browsersync.io/
[jest]: https://facebook.github.io/jest/
[jasmine]: http://jasmine.github.io/2.0/introduction.html
[jasmine]: https://jasmine.github.io/2.0/introduction.html
[protractor]: https://angular.github.io/protractor/
[leaflet]: http://leafletjs.com/
[definitelytyped]: http://definitelytyped.org/
[leaflet]: https://leafletjs.com/
[definitelytyped]: https://definitelytyped.org/
113 changes: 57 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,98 +8,99 @@
"node_modules"
],
"dependencies": {
"@angular/common": "8.2.4",
"@angular/compiler": "8.2.4",
"@angular/core": "8.2.4",
"@angular/forms": "8.2.4",
"@angular/platform-browser": "8.2.4",
"@angular/platform-browser-dynamic": "8.2.4",
"@angular/router": "8.2.4",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/core": "8.2.14",
"@angular/forms": "8.2.14",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/router": "8.2.14",
"@fortawesome/angular-fontawesome": "0.5.0",
"@fortawesome/fontawesome-svg-core": "1.2.22",
"@fortawesome/free-solid-svg-icons": "5.10.2",
"@ng-bootstrap/ng-bootstrap": "5.1.0",
"@fortawesome/fontawesome-svg-core": "1.2.26",
"@fortawesome/free-solid-svg-icons": "5.12.0",
"@ng-bootstrap/ng-bootstrap": "5.1.4",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"bootstrap": "4.3.1",
"core-js": "3.2.1",
"bootstrap": "4.4.1",
"core-js": "3.5.0",
"moment": "2.24.0",
"ng-jhipster": "0.11.1",
"ng-jhipster": "0.11.5",
"ngx-cookie": "4.0.2",
"ngx-infinite-scroll": "8.0.0",
"ngx-infinite-scroll": "8.0.1",
"ngx-webstorage": "4.0.1",
"rxjs": "6.5.2",
"swagger-ui": "2.2.10",
"rxjs": "6.5.3",
"swagger-ui-dist": "3.24.3",
"tslib": "1.10.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular/cli": "8.3.1",
"@angular/compiler-cli": "8.2.4",
"@ngtools/webpack": "8.3.1",
"@types/chai": "4.2.0",
"@angular/cli": "8.3.20",
"@angular/compiler-cli": "8.2.14",
"@ngtools/webpack": "8.3.20",
"@types/chai": "4.2.7",
"@types/chai-string": "1.4.2",
"@types/jest": "24.0.18",
"@types/jest": "24.0.23",
"@types/mocha": "5.2.7",
"@types/node": "10.12.27",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/eslint-plugin-tslint": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"@types/selenium-webdriver": "4.0.2",
"@types/node": "12.12.17",
"@typescript-eslint/eslint-plugin": "2.11.0",
"@typescript-eslint/eslint-plugin-tslint": "2.11.0",
"@typescript-eslint/parser": "2.11.0",
"@types/selenium-webdriver": "4.0.5",
"angular2-template-loader": "0.6.2",
"autoprefixer": "9.6.1",
"autoprefixer": "9.7.3",
"base-href-webpack-plugin": "2.0.0",
"browser-sync": "2.26.7",
"browser-sync-webpack-plugin": "2.2.2",
"cache-loader": "4.1.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-string": "1.5.0",
"codelyzer": "5.1.0",
"copy-webpack-plugin": "5.0.4",
"css-loader": "3.2.0",
"eslint": "6.2.2",
"codelyzer": "5.2.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.3.2",
"eslint": "6.7.2",
"eslint-config-jhipster": "0.0.1",
"eslint-config-prettier": "6.1.0",
"eslint-loader": "3.0.0",
"file-loader": "4.2.0",
"fork-ts-checker-webpack-plugin": "1.5.0",
"eslint-config-prettier": "6.7.0",
"eslint-loader": "3.0.3",
"file-loader": "5.0.2",
"fork-ts-checker-webpack-plugin": "3.1.1",
"friendly-errors-webpack-plugin": "1.7.0",
"generator-jhipster": "6.3.1",
"generator-jhipster": "6.6.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"husky": "3.0.4",
"husky": "3.1.0",
"jest": "24.9.0",
"jest-junit": "8.0.0",
"jest-preset-angular": "7.1.1",
"jest-date-mock": "1.0.7",
"jest-junit": "10.0.0",
"jest-preset-angular": "8.0.0",
"jest-sonar-reporter": "2.0.0",
"lint-staged": "8.2.1",
"merge-jsons-webpack-plugin": "1.0.19",
"merge-jsons-webpack-plugin": "1.0.20",
"mini-css-extract-plugin": "0.8.0",
"mocha": "6.2.0",
"moment-locales-webpack-plugin": "1.1.0",
"mocha": "6.2.2",
"moment-locales-webpack-plugin": "1.1.2",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-loader": "3.0.0",
"prettier": "1.18.2",
"prettier": "1.19.1",
"protractor": "5.4.2",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.0",
"sass": "1.22.10",
"sass-loader": "7.3.1",
"sass": "1.23.7",
"sass-loader": "8.0.0",
"simple-progress-webpack-plugin": "1.1.2",
"style-loader": "1.0.0",
"terser-webpack-plugin": "1.4.1",
"style-loader": "1.0.1",
"terser-webpack-plugin": "2.3.0",
"thread-loader": "2.1.3",
"to-string-loader": "1.1.5",
"ts-loader": "6.0.4",
"ts-node": "8.3.0",
"tslint": "5.19.0",
"to-string-loader": "1.1.6",
"ts-loader": "6.2.1",
"ts-node": "8.5.4",
"tslint": "5.20.1",
"typescript": "3.4.5",
"webdriver-manager": "12.1.6",
"@openapitools/openapi-generator-cli": "0.0.19-4.1.2",
"webpack": "4.39.3",
"webpack-cli": "3.3.7",
"webpack-dev-server": "3.8.0",
"webdriver-manager": "12.1.7",
"@openapitools/openapi-generator-cli": "0.0.14-4.0.2",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.2",
"webpack-notifier": "1.8.0",
"webpack-visualizer-plugin": "0.1.11",
Expand Down
Loading

0 comments on commit 8ec4aab

Please sign in to comment.