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

Actions/update build #31

Merged
merged 9 commits into from
Jul 2, 2024
Merged

Actions/update build #31

merged 9 commits into from
Jul 2, 2024

Conversation

da-Kai
Copy link
Owner

@da-Kai da-Kai commented Jul 2, 2024

No description provided.

sfeilmeier and others added 9 commits July 1, 2024 11:44
…enEMS#2690)

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  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>
* fix: resolve ts-strict -- angular compatibility

This change add non-null assertion to angular mandatory component
inputs and marked as `required` in input decolation argument.

problem background

 - typescript strictPropertyInitialization option check non-initialized
   property.
 - In angular mandatory component inputs has no initialization in ts
   code.
 - strictPropertyInitialization dont consider it, so the checking point
   mandatory component inputs as error.

detail procedure for addressing problem

 1. finding non-initialized property in angular components.
 2. regarding these inputs will be initialized in angular lifecycle
    (=> mandatory component inputs).
 3. marking these inputs peroperty type as non-null assertion type(!).
 3. marking these inputs as required directive({ required: true }).
…EMS#2689)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  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: Stefan Feilmeier <[email protected]>
@da-Kai da-Kai merged commit 50fccf4 into main Jul 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants