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

Bump @ngx-translate/core from 16.0.3 to 16.0.4 in /ui #2945

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps @ngx-translate/core from 16.0.3 to 16.0.4.

Release notes

Sourced from @​ngx-translate/core's releases.

v16.0.4

What's Changed

  • Updated for Angular 19
  • Fix: null values are now skipped in translations instead of creating empty objects
  • Code improvements, lint warnings
  • Chore: Fixed in the README

New Contributors

Full Changelog: ngx-translate/core@v16.0.3...v16.0.4

Commits
  • 79302fe Add script for testing/building against older versions of Angular
  • b9791bc Added package json that uses the newest angular version
  • 1d8e050 Set standalone components to false in test files testing for modules.
  • 7bae634 Update dependencies to Angular 19
  • 72e9971 Refactor variable declaration and clean up imports.
  • 3e0ae16 Fix type annotations and bump package version to 16.0.1
  • d31e18b Filter values from nested results if interpolation is undefined.
  • ee99d12 Tests for isDict() and isArray()
  • 941c6bc Merge pull request #1511 from Behrouz-B/bugfix/fix-isDict-method
  • 142819b Fix: Check for null values in isDict method
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ngx-translate/core](https://github.com/ngx-translate/core) from 16.0.3 to 16.0.4.
- [Release notes](https://github.com/ngx-translate/core/releases)
- [Commits](ngx-translate/core@v16.0.3...v16.0.4)

---
updated-dependencies:
- dependency-name: "@ngx-translate/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Dec 23, 2024
@dependabot dependabot bot requested a review from lukasrgr December 23, 2024 23:36
@sfeilmeier sfeilmeier merged commit d4de576 into develop Dec 31, 2024
2 checks passed
@sfeilmeier sfeilmeier deleted the dependabot/npm_and_yarn/ui/develop/ngx-translate/core-16.0.4 branch December 31, 2024 15:59
Copy link

codecov bot commented Dec 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #2945      +/-   ##
=============================================
- Coverage      56.65%   56.64%   -0.01%     
+ Complexity      9547     9540       -7     
=============================================
  Files           2259     2259              
  Lines          96413    96413              
  Branches        7122     7122              
=============================================
- Hits           54614    54602      -12     
- Misses         39771    39784      +13     
+ Partials        2028     2027       -1     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant