Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

[Snyk] Upgrade @observablehq/plot from 0.6.6 to 0.6.15 #482

Closed
wants to merge 1 commit into from

Conversation

x-way
Copy link
Owner

@x-way x-way commented Jul 3, 2024

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade @observablehq/plot from 0.6.6 to 0.6.15.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 10 versions ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: @observablehq/plot
  • 0.6.15 - 2024-06-11

    Thanks to @ pearmini for contributing to the docs!

    Full Changelog: v0.6.14...v0.6.15

  • 0.6.14 - 2024-03-13

    Please see the 0.6.14 release notes for more.

    • Preserve input order of groups with the group transform. #1959
    • Add z reducer to the bin and group transforms. #1959
    • Add the Observable10 color scheme to type declarations. #1954
    • Hide axis ticks and grid lines from the accessibility tree. Thanks, @ domoritz! #2018
    • Upgrade D3 to 7.9.0. #2020
  • 0.6.13 - 2023-12-13

    Please see the 0.6.13 release notes for more.

    • Reduce the specificity of generated stylesheets to 0. #1941 Thanks, @ mstade! 🙏
    • Fix the order of the observable10 scheme. #1947
  • 0.6.12 - 2023-12-08

    Please see the 0.6.12 release notes for more!

    Breaking

    • The default plot background is now unset (transparent) instead of white. #1489

    Features

    Bug fixes

    • The default axis for a time scale now uses local time as intended. #1886 #1887
    • The text mark’s lineWidth option is now more accurate when monospace is true. #1879 #1880
    • Fix erroneous truncation of title text on the tip mark. #1913
    • Fix scale type option to be case-insensitive. #1894 #1904
    • Fix overload precedence in transform type definitions. #1915
  • 0.6.11 - 2023-09-20

    Please see the 0.6.11 release notes for more!

    Features

    • The tip mark option can now pass options to the derived tip mark. #1823
    • The new format tip mark option enables greater control over order and formatting of channels. #1823
    • Axes for ordinal scales now generalize the scale’s temporal or quantitative interval if any. #1790
    • A channel value can now be given a label by specifying it as a {value, label} object. #1838
    • Plot now supports CSS Color Module Level 4 and Level 5 syntax. #1454

    Bug fixes

    • Exposed ordinal scale domains are now correctly deduplicated. #1813
    • The default symbol set is now inferred correctly when fill is currentColor. #1830
    • The stack transform now correctly handles the exclude facet option. #1649
    • The tip mark is no longer briefly visible before asynchronous rendering. #1826
    • The bin transform now uses the interval option to reduce x1 & x2 (and y1 & y2). #1828
    • The fontVariant axis option now applies to the axis label in addition to ticks. #1827
    • The bin transform no longer generates undefined colors for empty bins. #1837
    • The tree transform now correctly handles escaping with the delimiter option. #1850
  • 0.6.10 - 2023-08-15

    Please see the 0.6.10 release notes for more!

  • 0.6.9 - 2023-06-28

    Please see the 0.6.9 release notes for more!

    • Time axes now default to multi-line ticks for better readability. 🎉 #1718 #1728
    • Easier piecewise scale construction. #1715
    • Apply pointer-events: none to tips when the pointer transform is not sticky. #1697
    • Add textLayout option to the tree mark, with mirrored labels by default. #1610
    • Don’t filter the href, ariaLabel, and title channels by default. #1699
    • Fix duplicate tips with the tree mark’s tip option. #1726
    • Fix the axis mark’s sort, filter, reverse, and initializer options. #1665
    • Fix the auto mark when both dimensions are ordinal and the mark option is bar. #1674
    • Fix a regression in the window transform’s median, percentile, and related reducers. #1691
    • Fix barycentric interpolation outside the convex hull of samples. #1701
    • Fix non-faceted pointer transforms in faceted plots. #1713
  • 0.6.8 - 2023-06-03

    Please see the 0.6.8 release notes for more!

    • The x and y scale default domains now incorporate geometry. #1468
    • The stack transform’s order option now accepts a comparator. #1195 #1642
    • The stack transform’s order option now supports -order descending shorthand. #1642 #1613
    • Fix color legends when the domain or range has extra elements, and issue a warning. #1633 #1632
    • Fix the default stroke with the hexbin transform when used with the tip mark. #1641
    • Fix duplicate application of scale transforms with the tip mark option. #1645
    • Fix erroneous implicit title channel with the tip mark option. #1658 #1657
    • Fix spurious high-cardinality warning with an odd number of elements. #1668
  • 0.6.7 - 2023-05-24

    Please see the 0.6.7 release notes for more!

    • Add pointer interaction for pointing at data.
    • Add tip mark for annotations and revealing details-on-demand when pointing.
    • Add crosshair mark for showing position values when pointing.
    • Add tip mark option for deriving a tip mark with pointer interaction.
    • Add -channel descending shorthand syntax for the sort mark option (e.g., sort y by -x).
    • Add shorthand for time interval multiples such as 3 months or 10 years.
    • Add imageFilter mark option for applying CSS image filters.
    • Add marker options to the rule and tick marks.
    • Add labelArrow option to control axis label directional arrows (↑, →, ↓, ←).
    • Add support for the interval scale option to the group, bin, and stack transforms.
    • Add support for index-aware reducers to the normalize and window transforms.
    • Add support for index-aware map methods to the map transform.
    • Add identity position defaults to the mapX and mapY transforms.
    • Add support for abstract (scaled) values when specifying a frame or hexgrid’s options.
    • Add render mark option for render transforms.
    • Change the default tickFormat for ordinal scales with yearly intervals.
    • Change the label scale option to add an implicit directional arrow by default.
    • Change the auto mark to set tip to true.
    • Change the default color scale type to categorical when given a categorical scheme.
    • Fix automatic opt-out of the opacity scale for the opacity channel.
    • Fix crash when an invalid CSS color string is specified for a frame’s fill or stroke.
    • Fix position defaults for the rectX, rectY, barX, and barY marks.
    • Fix facet filtering and anchors when facet domains contain non-primitive values.
    • Fix auto mark to chose correctly between variants of rect, line, and area marks.
    • Fix z-order of marks across facets.
    • Fix z-order of facet axes.
  • 0.6.7-rc.1 - 2023-05-18

    0.6.7-rc.1

  • 0.6.6 - 2023-04-26
from @observablehq/plot GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @observablehq/plot from 0.6.6 to 0.6.15.

See this package in npm:
@observablehq/plot

See this project in Snyk:
https://app.snyk.io/org/andreas.jaggi/project/8041ee69-68c8-4efa-b9f0-be50f7ba6c2c?utm_source=github&utm_medium=referral&page=upgrade-pr
@coveralls
Copy link

coveralls commented Jul 3, 2024

Pull Request Test Coverage Report for Build 9773512277

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.46%

Totals Coverage Status
Change from base Build 8182911757: 0.0%
Covered Lines: 5555
Relevant Lines: 5882

💛 - Coveralls

@x-way x-way closed this Jul 6, 2024
@x-way x-way reopened this Jul 7, 2024
@x-way x-way closed this Jul 23, 2024
@x-way x-way reopened this Jul 24, 2024
@x-way x-way closed this Jul 30, 2024
@x-way x-way reopened this Jul 31, 2024
@x-way x-way closed this Aug 2, 2024
@x-way x-way reopened this Aug 2, 2024
@x-way x-way closed this Aug 2, 2024
@x-way x-way reopened this Aug 3, 2024
@x-way x-way closed this Aug 4, 2024
@x-way x-way reopened this Aug 5, 2024
@x-way x-way closed this Aug 7, 2024
@x-way x-way reopened this Aug 8, 2024
@x-way x-way closed this Aug 9, 2024
@x-way x-way reopened this Aug 10, 2024
@x-way x-way closed this Aug 14, 2024
@x-way x-way reopened this Aug 15, 2024
@x-way x-way closed this Aug 17, 2024
@x-way x-way reopened this Aug 18, 2024
@x-way x-way closed this Aug 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants