-
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
Conversation
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.
Nothing to add! Looks good to me!
@@ -94,7 +94,7 @@ jobs: | |||
path: dist | |||
- uses: actions/setup-node@v2 | |||
with: | |||
node-version: 15 | |||
node-version: 16 |
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.
projects/core-ui/README.md
Outdated
@@ -78,15 +78,15 @@ main-container | |||
content-area | |||
``` | |||
|
|||
and be aware that the router is placing the routes outside of the router-outlet (so they are not childs) | |||
and keep in mind that the router is placing the routes outside of the router-outlet (so they are not childs) |
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.
... (so they are not children)
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.
I have nothing to add as well!
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Update to Angular v13 should be made.
What is the new behavior?
@dlr-eoc/core-ui
schematics and addskipLibCheck
onng-add
to tsconfig 55e7700, 5f146b4, 68abb5b@dlr-eoc/user-info
forAbstractControl
fromFormGroup
83549dfOffscreenCanvas
indemo-maps
,demo-auth
, '@dlr-eoc/map-ol',@dlr-eoc/map-three
,@dlr-eoc/map-tools
and@dlr-eoc/utils-maps
33be2feDoes this PR introduce a breaking change?
Update Angular to
v13
and ol-mapbox-style tov8
Other information
Is it part of one/more packages and which?
@dlr-eoc
due to Angular update