-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update dependencies and documentation #130
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
cfaf539
test: attribution on VectorLayer
boeckMt aa70e36
test: postrender blend-mode
boeckMt 13735d2
build: update deps
boeckMt 95d7724
build: run ng core migrate
boeckMt 940e526
build: run ng cli migrate
boeckMt 5b13a5f
build: fix ng serve and remove parse from url
boeckMt 83549df
fix: type error AbstractControl from FormGroup
boeckMt 33be2fe
fix: type erros - Cannot find name 'OffscreenCanvas'
boeckMt 3a49e27
docs: adjust dev readme update dependencies
boeckMt cfe3da9
BREAKING CHANGE: set BC for angular and mapbox-style update
boeckMt 5f146b4
test: ng add set skipLibCheck
boeckMt 55e7700
fix: type error access of index signature
boeckMt 68abb5b
feat: add library to the dependencies on ng-add
boeckMt 2df4e23
test: fix resolve path - Module not found
boeckMt da1260d
ci: add matching npm for node
boeckMt 99d2f8e
ci: set node version in workflows to fit Angular CLI requires
boeckMt 1f4a91a
ci: sync package and lock for node and npm version
boeckMt dab8a01
ci: fix npm audit
boeckMt 3b95633
docs: split readme and dev for core-ui
boeckMt 80a6fa8
refactor: remove postrender blend-mode test from demo
boeckMt c0c4b68
docs: fix typo
boeckMt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ speed-measure-plugin*.json | |
.history/* | ||
|
||
# misc | ||
/.angular/cache | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool thing that we're moving up to node16. I think I remember that older versions of node/npm would create an old-style package-lock v1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I think this was between npm 6 and 7.
We only have one Issue to fix for the publish step #129 where we use npm 6. But we don't install anything here, it's just for the publish command so I hope this is still working with the newer node version.