-
Notifications
You must be signed in to change notification settings - Fork 411
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
UI: Migration to angular 19 #2918
Merged
sfeilmeier
merged 19 commits into
develop
from
dependabot/npm_and_yarn/ui/develop/angular-07fedf8711
Dec 18, 2024
Merged
UI: Migration to angular 19 #2918
sfeilmeier
merged 19 commits into
develop
from
dependabot/npm_and_yarn/ui/develop/angular-07fedf8711
Dec 18, 2024
Conversation
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
Bumps the angular group with 3 updates in the /ui directory: [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular-devkit/core](https://github.com/angular/angular-cli) and [@angular-devkit/schematics](https://github.com/angular/angular-cli). Updates `@angular/common` from 18.2.12 to 19.0.3 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/19.0.3/packages/common) Updates `@angular-devkit/core` from 18.2.12 to 19.0.4 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@18.2.12...19.0.4) Updates `@angular-devkit/schematics` from 18.2.12 to 19.0.4 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@18.2.12...19.0.4) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-major dependency-group: angular - dependency-name: "@angular-devkit/core" dependency-type: direct:development update-type: version-update:semver-major dependency-group: angular - dependency-name: "@angular-devkit/schematics" dependency-type: direct:development update-type: version-update:semver-major dependency-group: angular ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
javascript
Pull requests that update Javascript code
labels
Dec 10, 2024
…_yarn/ui/develop/angular-07fedf8711
Codecov ReportAttention: Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #2918 +/- ##
==========================================
Coverage 56.63% 56.63%
Complexity 9504 9504
==========================================
Files 2251 2251
Lines 96040 96040
Branches 7090 7087 -3
==========================================
Hits 54383 54383
Misses 39657 39657
Partials 2000 2000 |
lukasrgr
changed the title
Build(deps): Bump the angular group across 1 directory with 3 updates
UI: Migration to angular 19
Dec 18, 2024
lukasrgr
approved these changes
Dec 18, 2024
sfeilmeier
approved these changes
Dec 18, 2024
Thanks @lukasrgr. Awesome! 🚀 |
sfeilmeier
deleted the
dependabot/npm_and_yarn/ui/develop/angular-07fedf8711
branch
December 18, 2024 09:33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR grew bigger than initially expected...
@typescript-eslint/ban-types
is deprecated and replaced by other ESlint rules. See https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/ban-types.md for details. Checks have been set tooff
for now@typescript-eslint/switch-exhaustiveness-check
was throwing errors. Has been set tooff
for now@ionic-native
is replaced by@awesome-cordova-plugins
. See https://stackoverflow.com/a/77201601Major version updates to...
ESlint also found some logical mistakes, like
if ("_sum/EssActivePowerL1" && "_sum/EssActivePowerL2" && "_sum/EssActivePowerL3" in result.data...
this.isOtherInputAddress = this.inputChannel.toString() != (null && "_sum/EssSoc" && "_sum/GridActivePower" && "_sum/ProductionActivePower") ? false : true;
reason?.error?.message || "Unknown error"
TODO
[ ] Reactivate ESlint rules (where easily possible; add tasks if not possible)
Bumps the angular group with 3 updates in the /ui directory: @angular/common, @angular-devkit/core and @angular-devkit/schematics.
Updates
@angular/common
from 18.2.12 to 19.0.3Release notes
Sourced from
@angular/common
's releases.... (truncated)
Changelog
Sourced from
@angular/common
's changelog.... (truncated)
Commits
0c40bb2
refactor(docs-infra): convert code-example-s that have only region param to @...5f3ba06
docs: set syntax highlighting of code examples MD code blocks (#59026)0df7b1e
refactor(common): remove standalone: true (#58949)b8a2ae0
docs: fix missing alert block styles in the API reference (#59020)ea0bf74
refactor(core): useApplicationRef.whenStable
instead of a custom util func...7dfb127
refactor: add@__PURE__
next to@pureOrBreakMyCode
for improved bundler c...da9c0c5
refactor: cleanup initializers that use ctor params (#58349)24c6373
feat(common): add optional rounded transform support in cloudinary image load...4b9accd
feat(http): promotewithRequestsMadeViaParent
to stable. (#58221)13c1306
feat(common): disable keyvalue sorting using null compareFn (#57487)Updates
@angular-devkit/core
from 18.2.12 to 19.0.4Release notes
Sourced from
@angular-devkit/core
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/core
's changelog.... (truncated)
Commits
6cfbb88
release: cut the v19.0.4 releasefc41f50
fix(@angular/build
): show error when Node.js built-ins are used during `ng se...14451e2
perf(@angular/build
): reuse TS package.json cache when rebuilding23667ed
fix(@angular-devkit/build-angular
): handle windows spec collisions4a5c5e4
docs(@angular/ssr
): remove duplicate@return
commented30cfb
ci: update to latest version of dev-infra actionsc23f621
release: cut the v19.0.3 release75cf47e
fix(@angular/ssr
): apply HTML transformation to CSR responses75b4e92
refactor(@angular/ssr
): replaceMap
withRecord
in SSR manifest775e6f7
fix(@angular/build
): avoid deploy URL usage on absolute preload linksUpdates
@angular-devkit/schematics
from 18.2.12 to 19.0.4Release notes
Sourced from
@angular-devkit/schematics
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/schematics
's changelog.... (truncated)
Commits
6cfbb88
release: cut the v19.0.4 releasefc41f50
fix(@angular/build
): show error when Node.js built-ins are used during `ng se...14451e2
perf(@angular/build
): reuse TS package.json cache when rebuilding23667ed
fix(@angular-devkit/build-angular
): handle windows spec collisions4a5c5e4
docs(@angular/ssr
): remove duplicate@return
commented30cfb
ci: update to latest version of dev-infra actionsc23f621
release: cut the v19.0.3 release75cf47e
fix(@angular/ssr
): apply HTML transformation to CSR responses75b4e92
refactor(@angular/ssr
): replaceMap
withRecord
in SSR manifest775e6f7
fix(@angular/build
): avoid deploy URL usage on absolute preload linksDependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions