Skip to content

chore(deps-dev): bump ngx-date-fns from 7.0.0 to 8.0.0#1024

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ngx-date-fns-8.0.0
Closed

chore(deps-dev): bump ngx-date-fns from 7.0.0 to 8.0.0#1024
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ngx-date-fns-8.0.0

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps ngx-date-fns from 7.0.0 to 8.0.0.

Release notes

Sourced from ngx-date-fns's releases.

v8.0.0

In this release

  • Added two new pipes:
    • dfnsFormatDuration (impure)
    • dfnsFormatDurationPure
  • Improved docs.

BREAKING CHANGES:

This version requires date-fns >= v2.16.0.

v7.0.2

Enhancements

  • All format* pipes (the ones that return string) now accept null and undefined. This was necessary to avoid type errors when using the async pipe in strict mode. (related to #347)

Misc

  • Project updated to Angular 11
Changelog

Sourced from ngx-date-fns's changelog.

8.0.0 (2021-03-06)

⚠ BREAKING CHANGES

  • pipes: This version requires date-fns >= v2.16.0

Features

  • pipes: added formatDuration pipes (03af4a5), closes #351

7.0.2 (2021-02-21)

Bug Fixes

  • config: turn enableIvy to false for publishing (4ff441a)

7.0.1 (2021-02-21)

Bug Fixes

  • pipes: relaxed transform input types in some pipes (6e7e4d7), closes #347
Commits
  • 3dcf105 chore(release): 8.0.0
  • 5eb740b Merge pull request #353 from joanllenas/feat/duration-pipes
  • 03af4a5 feat(pipes): added formatDuration pipes
  • 2b45dc2 docs: fix typo
  • 76a9714 chore(release): 7.0.2
  • 4ff441a fix(config): turn enableIvy to false for publishing
  • 40b4066 chore(release): 7.0.1
  • 6e7e4d7 fix(pipes): relaxed transform input types in some pipes
  • fbd7c1a chore: install dependencies to upgrade to ng 11
  • 1bfe54f docs(docs): added Documentation about lazy loaded modules
  • See full diff 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Mar 8, 2021
@codecov

codecov Bot commented Mar 8, 2021

Copy link
Copy Markdown

Codecov Report

Merging #1024 (9a7bf9f) into master (e820755) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master     #1024    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           44        58    +14     
  Lines          492       747   +255     
  Branches        11        39    +28     
==========================================
+ Hits           492       747   +255     
Flag Coverage Δ
e2e ?
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
apps/todo/src/app/app.component.html 100.00% <ø> (ø)
.../app/components/todo-item/todo-list.component.html 100.00% <ø> (ø)
apps/todo/src/environments/environment.ts 100.00% <ø> (ø)
libs/components/button/src/lib/button-harness.ts 100.00% <ø> (ø)
apps/spotify-player/src/app/app.component.html 100.00% <100.00%> (ø)
apps/todo/src/app/app.component.ts 100.00% <100.00%> (ø)
apps/todo/src/app/app.module.ts 100.00% <100.00%> (ø)
.../components/create-todo/create-todo.component.html 100.00% <100.00%> (ø)
...pp/components/create-todo/create-todo.component.ts 100.00% <100.00%> (ø)
...nts/settings-dialog/settings-dialog.component.html 100.00% <100.00%> (ø)
... and 37 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48ed93f...9a7bf9f. Read the comment docs.

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #1217.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/npm_and_yarn/ngx-date-fns-8.0.0 branch May 3, 2021 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant