This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
Bump Handsontable to 8.0.0-beta.2 and make adjustments for the transition. #211
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
8.0.0-beta2
, including the typing differences and new/removed settings8.0.0-beta.2
for both dependencies and peerDependenciestsickle
dependency version range to temporarily avoid bigger updates in dependencies (the later0.*
versions seem to not be compatible withtypescript@3.4.5
, while updating the typescript version causes the angular-related dependencies to fail - should be addressed later on)@angular/*
dependencies from~8.0.0
to^8.0.0
because of anpm audit
errorprotractor
devDependency to the latest version because of anpm audit
errornpm-registry-fetch
as a devDependency to force a specific version that doesn't cause anpm audit
error.I could've avoided adding new devDependencies by updating angular to
v10
, but it cased some additional issues, which would require more time to be investigated.How has this been tested?
This PR needs to be tested with the current
develop
of Handsontable, as there were some changes in the TS typings in handsontable/handsontable#7145 (that's why the tests are failing on the CI)