Skip to content
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

Bump @briebug/cypress-schematic from 4.4.0 to 5.0.0 #111

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2021

Bumps @briebug/cypress-schematic from 4.4.0 to 5.0.0.

Release notes

Sourced from @​briebug/cypress-schematic's releases.

v5.0.0

⬆️   migrated sandboxes to jest ⬆️   cypress as a dev dependency ⬆️   removed ts preprocessor ⬆️   set cypress version to 7 🔥   removed node 10.x support 🔧   added sandbox-v12 🐛   added e2e target if it does not exists 🐛   base url not passed to cypress

briebug/cypress-schematic@v4.4.0...v5.0.0

Commits
  • c7bbb58 5.0.0
  • 6aefe38 removed pre-commit
  • f85a7e0 Merge branch 'master' of github.com:briebug/cypress-schematic
  • f4cd18a updated package-lock files
  • 521aa85 fix: add e2e target if it does not exists
  • 5b756c2 chore: remove node 10.x support
  • d825dac chore: run test with sandbox-v12
  • a9cb402 chore: add sandbox-v12
  • ee602f5 fix(schematics): use JSON schema draft-07
  • b2b2708 removed build from release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 12, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/briebug/cypress-schematic-5.0.0 branch from 630ccc4 to 236c666 Compare June 14, 2021 14:47
Bumps [@briebug/cypress-schematic](https://github.com/briebug/cypress-schematic) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/briebug/cypress-schematic/releases)
- [Commits](briebug/cypress-schematic@v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: "@briebug/cypress-schematic"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/briebug/cypress-schematic-5.0.0 branch from 236c666 to d3d1094 Compare June 14, 2021 14:50
@dtrouillet dtrouillet changed the base branch from master to feature/dependencies June 14, 2021 17:29
@dtrouillet dtrouillet merged commit fe37529 into feature/dependencies Jun 14, 2021
@dtrouillet dtrouillet deleted the dependabot/npm_and_yarn/briebug/cypress-schematic-5.0.0 branch June 14, 2021 17:29
dtrouillet added a commit that referenced this pull request Jun 14, 2021
* Bump ngx-pagination from 5.1.0 to 5.1.1 (#120)

Bumps [ngx-pagination](https://github.com/michaelbromley/ngx-pagination) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/michaelbromley/ngx-pagination/releases)
- [Changelog](https://github.com/michaelbromley/ngx-pagination/blob/master/CHANGELOG.md)
- [Commits](https://github.com/michaelbromley/ngx-pagination/commits)

---
updated-dependencies:
- dependency-name: ngx-pagination
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump angular-svg-icon from 11.2.0 to 12.0.0 (#118)

Bumps [angular-svg-icon](https://github.com/czeckd/angular-svg-icon) from 11.2.0 to 12.0.0.
- [Release notes](https://github.com/czeckd/angular-svg-icon/releases)
- [Commits](czeckd/angular-svg-icon@v11.2.0...v12.0.0)

---
updated-dependencies:
- dependency-name: angular-svg-icon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @cypress/webpack-preprocessor from 5.6.0 to 5.9.0 (#115)

Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.6.0 to 5.9.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.6.0...@cypress/webpack-preprocessor-v5.9.0)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsrsasign from 10.2.0 to 10.3.0 (#113)

Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/kjur/jsrsasign/releases)
- [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt)
- [Commits](kjur/jsrsasign@10.2.0...10.3.0)

---
updated-dependencies:
- dependency-name: jsrsasign
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @briebug/cypress-schematic from 4.4.0 to 5.0.0 (#111)

Bumps [@briebug/cypress-schematic](https://github.com/briebug/cypress-schematic) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/briebug/cypress-schematic/releases)
- [Commits](briebug/cypress-schematic@v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: "@briebug/cypress-schematic"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump tslib from 2.1.0 to 2.3.0 (#109)

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@2.1.0...2.3.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-loader from 8.0.17 to 9.2.3 (#108)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.17 to 9.2.3.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v8.0.17...v9.2.3)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jasmine-spec-reporter from 5.0.2 to 7.0.0 (#87)

Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 7.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](bcaudan/jasmine-spec-reporter@v5.0.2...v7.0.0)

---
updated-dependencies:
- dependency-name: jasmine-spec-reporter
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @ckeditor/ckeditor5-angular from 1.2.3 to 2.0.1 (#86)

Bumps [@ckeditor/ckeditor5-angular](https://github.com/ckeditor/ckeditor5-angular) from 1.2.3 to 2.0.1.
- [Release notes](https://github.com/ckeditor/ckeditor5-angular/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5-angular/blob/master/CHANGELOG.md)
- [Commits](ckeditor/ckeditor5-angular@v1.2.3...v2.0.1)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-angular"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dtrouillet added a commit that referenced this pull request Jun 14, 2021
* Bump ngx-pagination from 5.1.0 to 5.1.1 (#120)

Bumps [ngx-pagination](https://github.com/michaelbromley/ngx-pagination) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/michaelbromley/ngx-pagination/releases)
- [Changelog](https://github.com/michaelbromley/ngx-pagination/blob/master/CHANGELOG.md)
- [Commits](https://github.com/michaelbromley/ngx-pagination/commits)

---
updated-dependencies:
- dependency-name: ngx-pagination
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump angular-svg-icon from 11.2.0 to 12.0.0 (#118)

Bumps [angular-svg-icon](https://github.com/czeckd/angular-svg-icon) from 11.2.0 to 12.0.0.
- [Release notes](https://github.com/czeckd/angular-svg-icon/releases)
- [Commits](czeckd/angular-svg-icon@v11.2.0...v12.0.0)

---
updated-dependencies:
- dependency-name: angular-svg-icon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @cypress/webpack-preprocessor from 5.6.0 to 5.9.0 (#115)

Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.6.0 to 5.9.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.6.0...@cypress/webpack-preprocessor-v5.9.0)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsrsasign from 10.2.0 to 10.3.0 (#113)

Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/kjur/jsrsasign/releases)
- [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt)
- [Commits](kjur/jsrsasign@10.2.0...10.3.0)

---
updated-dependencies:
- dependency-name: jsrsasign
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @briebug/cypress-schematic from 4.4.0 to 5.0.0 (#111)

Bumps [@briebug/cypress-schematic](https://github.com/briebug/cypress-schematic) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/briebug/cypress-schematic/releases)
- [Commits](briebug/cypress-schematic@v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: "@briebug/cypress-schematic"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump tslib from 2.1.0 to 2.3.0 (#109)

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@2.1.0...2.3.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-loader from 8.0.17 to 9.2.3 (#108)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.17 to 9.2.3.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v8.0.17...v9.2.3)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jasmine-spec-reporter from 5.0.2 to 7.0.0 (#87)

Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 7.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](bcaudan/jasmine-spec-reporter@v5.0.2...v7.0.0)

---
updated-dependencies:
- dependency-name: jasmine-spec-reporter
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @ckeditor/ckeditor5-angular from 1.2.3 to 2.0.1 (#86)

Bumps [@ckeditor/ckeditor5-angular](https://github.com/ckeditor/ckeditor5-angular) from 1.2.3 to 2.0.1.
- [Release notes](https://github.com/ckeditor/ckeditor5-angular/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5-angular/blob/master/CHANGELOG.md)
- [Commits](ckeditor/ckeditor5-angular@v1.2.3...v2.0.1)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-angular"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dtrouillet added a commit that referenced this pull request Jun 14, 2021
* Upgrade bootstrap

* change color and classes for checkbox (in progress)

* add variable and flex to head selectors

* Feature/dependencies (#107)

* Bump @types/jasminewd2 from 2.0.8 to 2.0.9 (#105)

Bumps [@types/jasminewd2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasminewd2) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasminewd2)

---
updated-dependencies:
- dependency-name: "@types/jasminewd2"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jasmine-core from 3.6.0 to 3.7.1 (#104)

Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.6.0 to 3.7.1.
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v3.6.0...v3.7.1)

---
updated-dependencies:
- dependency-name: jasmine-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump datatables.net-dt from 1.10.24 to 1.10.25 (#103)

Bumps [datatables.net-dt](https://github.com/DataTables/Dist-DataTables-DataTables) from 1.10.24 to 1.10.25.
- [Release notes](https://github.com/DataTables/Dist-DataTables-DataTables/releases)
- [Commits](DataTables/Dist-DataTables-DataTables@1.10.24...1.10.25)

---
updated-dependencies:
- dependency-name: datatables.net-dt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump core-js from 3.9.1 to 3.14.0 (#102)

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.9.1 to 3.14.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.14.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/file-saver from 2.0.1 to 2.0.2 (#101)

Bumps [@types/file-saver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/file-saver) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/file-saver)

---
updated-dependencies:
- dependency-name: "@types/file-saver"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @angular-devkit/build-angular from 12.0.3 to 12.0.4 (#100)

Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 12.0.3 to 12.0.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](angular/angular-cli@v12.0.3...v12.0.4)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update dependencies

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update pr limit for dependabot

* update server

* Update Cypress WF

* update norms e2e test

* update norms e2e test

* update application e2e test

* update application e2e test

* fix cypress test

* fix cypress test

* fix cypress test

* increase timeout cypress

* increase timeout cypress

* Bump rxjs from 6.6.6 to 6.6.7 (#119)

Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.6 to 6.6.7.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/6.6.7/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@6.6.6...6.6.7)

---
updated-dependencies:
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump karma-jasmine-html-reporter from 1.5.4 to 1.6.0 (#117)

Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.5.4 to 1.6.0.
- [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases)
- [Commits](dfederm/karma-jasmine-html-reporter@v1.5.4...v1.6.0)

---
updated-dependencies:
- dependency-name: karma-jasmine-html-reporter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @angular/cli from 12.0.3 to 12.0.4 (#114)

Bumps [@angular/cli](https://github.com/angular/angular-cli) from 12.0.3 to 12.0.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](angular/angular-cli@v12.0.3...v12.0.4)

---
updated-dependencies:
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 15.12.1 to 15.12.2 (#112)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.12.1 to 15.12.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump karma from 6.3.3 to 6.3.4 (#122)

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.3 to 6.3.4.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v6.3.3...v6.3.4)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-node from 9.1.1 to 10.0.0 (#110)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.0.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](TypeStrong/ts-node@v9.1.1...v10.0.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/dependencies (#123)

* Bump ngx-pagination from 5.1.0 to 5.1.1 (#120)

Bumps [ngx-pagination](https://github.com/michaelbromley/ngx-pagination) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/michaelbromley/ngx-pagination/releases)
- [Changelog](https://github.com/michaelbromley/ngx-pagination/blob/master/CHANGELOG.md)
- [Commits](https://github.com/michaelbromley/ngx-pagination/commits)

---
updated-dependencies:
- dependency-name: ngx-pagination
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump angular-svg-icon from 11.2.0 to 12.0.0 (#118)

Bumps [angular-svg-icon](https://github.com/czeckd/angular-svg-icon) from 11.2.0 to 12.0.0.
- [Release notes](https://github.com/czeckd/angular-svg-icon/releases)
- [Commits](czeckd/angular-svg-icon@v11.2.0...v12.0.0)

---
updated-dependencies:
- dependency-name: angular-svg-icon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @cypress/webpack-preprocessor from 5.6.0 to 5.9.0 (#115)

Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.6.0 to 5.9.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.6.0...@cypress/webpack-preprocessor-v5.9.0)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsrsasign from 10.2.0 to 10.3.0 (#113)

Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/kjur/jsrsasign/releases)
- [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt)
- [Commits](kjur/jsrsasign@10.2.0...10.3.0)

---
updated-dependencies:
- dependency-name: jsrsasign
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @briebug/cypress-schematic from 4.4.0 to 5.0.0 (#111)

Bumps [@briebug/cypress-schematic](https://github.com/briebug/cypress-schematic) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/briebug/cypress-schematic/releases)
- [Commits](briebug/cypress-schematic@v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: "@briebug/cypress-schematic"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump tslib from 2.1.0 to 2.3.0 (#109)

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@2.1.0...2.3.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-loader from 8.0.17 to 9.2.3 (#108)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.17 to 9.2.3.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v8.0.17...v9.2.3)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jasmine-spec-reporter from 5.0.2 to 7.0.0 (#87)

Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 7.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](bcaudan/jasmine-spec-reporter@v5.0.2...v7.0.0)

---
updated-dependencies:
- dependency-name: jasmine-spec-reporter
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @ckeditor/ckeditor5-angular from 1.2.3 to 2.0.1 (#86)

Bumps [@ckeditor/ckeditor5-angular](https://github.com/ckeditor/ckeditor5-angular) from 1.2.3 to 2.0.1.
- [Release notes](https://github.com/ckeditor/ckeditor5-angular/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5-angular/blob/master/CHANGELOG.md)
- [Commits](ckeditor/ckeditor5-angular@v1.2.3...v2.0.1)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-angular"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Upgrade bootstrap

* update button color variant

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant