dependabot[bot]
7911b51c60
chore(deps): bump loader-utils, @angular-devkit/build-angular and @nrwl/angular
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) to 3.2.1 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils ), [loader-utils](https://github.com/webpack/loader-utils ), [@angular-devkit/build-angular](https://github.com/angular/angular-cli ) and [@nrwl/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular ). These dependencies need to be updated together.
Updates `loader-utils` from 2.0.2 to 3.2.1
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v3.2.1 )
Updates `loader-utils` from 1.4.0 to 3.2.1
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v3.2.1 )
Updates `@angular-devkit/build-angular` from 14.2.3 to 14.2.10
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/14.2.3...14.2.10 )
Updates `@nrwl/angular` from 14.7.5 to 14.8.6
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/14.8.6/packages/angular )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
- dependency-name: loader-utils
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-type: direct:development
- dependency-name: "@nrwl/angular"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-17 23:29:24 +00:00
SvetlanaMuravlova
ad01e31cf8
feat(core): updated version up to angular 14 and nx 14 ( #1205 )
...
* feat(chore): updated version up to angular 13 and nx 13
* version fixies
* chore(bump): updated version up to angular, nx 14
* check key
* fix(ci): fixed yml files
* fix(ci): fix build commands
* fix(ci): fix build commands
* fix(ci): fix build commands
* fix(ci): fix build commands
* fix(chore): fixed peerdependencies
* fix(test): deleted ts-ignore from .spec files
* fix(test): little cleaning
* fix(chore): deleted unnecessery command
2022-09-28 02:05:37 -07:00
Rick van Lieshout
6608960cec
feat(package): Added support for Angular 13. fixes #1193 ( #1201 )
...
* updated versioning, added changelog docs
* update to angular 12
* update of eslint
* update of angular 13
* updated nx to 13
2022-07-19 23:53:57 +03:00
Dmitriy Shekhovtsov
19ec08cc02
2.0.0-3
2021-09-07 11:35:42 +03:00
SvetlanaMuravlova
02a1b2a53c
feat(demo): updated up to bootstrap 5 ( #1186 )
...
* feat(demo): updated up to bootstrap 5
* feat(demo): deleted commented and extra code
* fix(readme): deleted slack link
* fix(readme): deleted slack link
2021-09-07 11:35:02 +03:00
Dmitriy Shekhovtsov
2d8947e07c
2.0.0-2
2021-09-03 16:42:27 +03:00
Dmitriy Shekhovtsov
2cc794a04b
2.0.0-1
2021-09-03 15:12:40 +03:00
Dmitriy Shekhovtsov
b4cf6c53e3
2.0.0-0
2021-09-03 13:47:33 +03:00
SvetlanaMuravlova
be27edbe13
chore(bump): updated versions ( #1177 )
...
* feat(upgrade): updated up to angular 11 tests are failed
* chore(bump): updated versions
* chore(bump): updated package
* fix(style): delete extra rule
* disabled ivy build, added prod config, changed demo serve script
* feat(bump): added strict mode, doesn't build in dist, should be resolved
* feat(core): added nx
* feat(core): updated dependencies list
* feat(github actions): check gh actions
* feat(gh actions): try gh actions
* feat(gh actions): try gh actions
* feat(gh actions): try gh actions
* feat(gh actions): try gh actions
* feat(gh actions): try gh actions
* feat(github actions): delete codecov
* feat(firebase): try firebase actions
* feat(firebase): try firebase actions
* feat(firebase): try firebase actions
* feat(firebase): try firebase actions
* feat(firebase): try firebase actions
* feat(strict): added strict mode
* feat(github actions): updated yml file
* fix(lint): fixed linting errors
* fix(lint): fixed linting errors
* fix(lint): fixed lint errors
* Delete hosting.ZGlzdC9hcHBzL2RlbW8.cache
* feat(github actions): added publish action
* fix(firebase): test extra folder https
Co-authored-by: Mishchenko Dmitriy <ripatrip@gmail.com >
Co-authored-by: Dmitriy Shekhovtsov <valorkin@gmail.com >
2021-09-03 13:44:45 +03:00
Vitaliy Makogon
33ac156208
fix(ci): fix xvfb service issue
2019-10-22 16:04:21 +03:00
Eugene Arshinov
7a342268bb
Use Angular CLI instead of ngm for building
...
Some commands:
npm run build - to build the library. Output is in dist/ng2-file-upload/.
npm run test - to run tests. Coverage report is in coverage/ as before.
npm run demo.serve - to build demo application and serve it through browsersync
npm run start - to run demo application using `ng serve`. Requires the library to be built and linked first.
2019-08-27 12:39:13 +03:00
Eugene Arshinov
49a3334942
Update tslint and tslint-config-valorsoft
2019-08-27 12:39:13 +03:00
Eugene Arshinov
9fae840b69
Remove unused dependency ng2-page-scroll
2019-08-27 12:39:12 +03:00
Eugene Arshinov
7b4f871200
Run ng update to update to latest Angular 8.3.0
2019-08-27 12:39:12 +03:00
Eugene Arshinov
77f2466f17
Use ng update to convert .angular-cli.json into angular.json
2019-08-27 12:39:12 +03:00
Eugene Arshinov
01c2d173f3
Update to @angular/core@6.0.0, @angular/cli@6.2.8, rxjs@6.0.0
...
Aux changes:
- Added package-lock.json to lock dependency versions
- Removed unused @angular/http from dependencies
2019-08-27 12:39:12 +03:00