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 flat and semiotic in /ndvi_timeline/app #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 30, 2022

Removes flat. It's no longer used after updating ancestor dependency semiotic. These dependencies need to be updated together.

Removes flat

Updates semiotic from 1.19.10 to 1.20.6

Release notes

Sourced from semiotic's releases.

Annotation & Brush Bug-Squashing

FIXES

  • Updating note props wouldn't cause the note to rerender (thanks @​torioLuz!)
  • Brushing could return null extent, failing the destructuring default (in the docs even!)

Smarter Tooltips, Clean Up Logging Issues

Minor release (the real work is going on in the semiotic-2 branch) that adds some functionality thanks to @​torioLuz and otherwise just cleans up some minor logging bugs

FEATURES

  • Outbound tick lines option (@​torioLuz could you make a PR to document this on semiotic-docs and/or a codepen or other to show how to use it?)
  • Add more tooltip attributes to improve tooltip behavior (@​torioLuz could you make a PR to document this on semiotic-docs and/or a codepen or other to show how to use it?)

FIXES

  • Remove console log from OrdinalFrame

Fix UMD, custom OrdinalFrame type

FIXES

  • UMD build wasn't working with d3-require (thanks @​mbostock)
  • Annotations wouldn't update if you change the label (thanks @​mph006)
  • Custom type (where you send a function) wasn't working if you sent back an array of SVG elements

Calculate Extent with Annotations Included

FIXES

  • Annotations in FacetController might not have been displayed prior to an interaction (thanks @​susielu!)
  • Invert extent wasn't being honored in FacetController (thanks @​susielu!)
  • Area annotation wasn't properly offset in XYFrame

FEATURES

  • Honor optimizeCustomTooltipPosition in OrdinalFrame (thanks @​torioLuz!) this allows you to change the tooltip position based on positive and negative data and whether it gets close to the edges.
  • Extent objects now honor a includeAnnotations option (which takes true or false) which if set to true calculates the extent of the frame based not only on the data but also on simple annotations (any annotation types that use the data attributes like xy, x, y, react-annotation, not bounds or coordinates or anything like that).

Fix Download Button, Column Brushing, Add Orphan Points

FEATURES

  • In NetworkFrame in motifs mode you can now set a padding prop for your networkSettings that determines the number of pixels between each group.
  • XYFrame now supports filterRenderedLines and filterRenderedSummaries which allows you to remove lines or summaries after they have been calculated so that the extent and other aspects of the chart are based on the complete dataset
  • showLinePoints now honors an "orphan" setting that will only show line points if a point has an undefined point immediately before and after that point. This means it will only have any kind of effect if you have defined set but when you do, it lets you show a floating point as a point so that it's not lost in the way a line renders. Screen Shot 2019-06-24 at 10 22 54 AM

FIXES

  • The download feature should be working again
  • Column brushes in vertical projection would hang if there were no zero values among your columns (so for instance in a parallel coordinates setting)
Changelog

Sourced from semiotic's changelog.

1.20.6 (2020-12-02)

  • [legend] Add customClickBehavior with hover pointer state for legend interactions (dff3059)
  • [legend] Make difference between vertical and horizontal group rendering explicit with naming (4a11ee7)
  • [legend][docs] Update docs with clickable legend example (9e36f1a)
  • 1.20.6 (c3df3f0)

1.20.5 (2020-01-21)

  • 1.20.4 bump (874bda5)
  • 1.20.5 (d79503d)
  • Fix extent bug in docs & annotation merge (4ebbb29)
  • fix the annotation object merge (16e4b34)
  • handle typescript (83a3d86)
  • revert interface change (35e5535)
  • use object destructuring to merge annotation object (1f08577)

1.20.4 (2019-11-15)

  • add more tooltip attributes for more flexible customization (a9282c6)
  • added outbound tick lines option (62f4767)
  • added outbound tick lines option (184b483)
  • Clean up logging (b77d554)
  • fixed init state key (a9fdedb)
  • fixed type (42056d5)
  • fixed type (bf33c57)
  • fixed type (a95a938)
  • hide tooltip when new props received (c69a8b5)

2.0.0-rc.12 (2021-01-04)

  • Account for thresholds type (2546fc8)
  • Bump version (1c24123)
  • Fix donut chart bug (23ae7e0)
  • Pass mouse events, add summary options (a09c6b7)
  • Pull out some old devDependencies (411afaa)

2.0.0-rc.11 (2020-12-02)

... (truncated)

Commits

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [flat](https://github.com/hughsk/flat). It's no longer used after updating ancestor dependency [semiotic](https://github.com/nteract/semiotic). These dependencies need to be updated together.


Removes `flat`

Updates `semiotic` from 1.19.10 to 1.20.6
- [Release notes](https://github.com/nteract/semiotic/releases)
- [Changelog](https://github.com/nteract/semiotic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nteract/semiotic/commits/v1.20.6)

---
updated-dependencies:
- dependency-name: flat
  dependency-type: indirect
- dependency-name: semiotic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2022
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.

0 participants