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

chore(deps): update all non-major dependencies #37

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/json (source) 2.2.251 -> 2.2.261 age adoption passing confidence
@sveltejs/adapter-cloudflare (source) 4.7.2 -> 4.7.3 age adoption passing confidence
@sveltejs/kit (source) 2.5.28 -> 2.7.2 age adoption passing confidence
@vite-pwa/sveltekit 0.6.5 -> 0.6.6 age adoption passing confidence
bits-ui 0.21.15 -> 0.21.16 age adoption passing confidence
chart.js (source) 4.4.4 -> 4.4.5 age adoption passing confidence
layerchart ^0.44.0 -> ^0.54.0 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.12.2 age adoption passing confidence
postcss-preset-env (source) 10.0.5 -> 10.0.7 age adoption passing confidence
prettier-plugin-svelte 3.2.6 -> 3.2.7 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.6 -> 0.6.8 age adoption passing confidence
svelte-check 4.0.2 -> 4.0.5 age adoption passing confidence
tailwind-merge 2.5.2 -> 2.5.4 age adoption passing confidence
tailwindcss (source) 3.4.12 -> 3.4.14 age adoption passing confidence
tslib (source) 2.7.0 -> 2.8.0 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence
vite (source) 5.4.7 -> 5.4.9 age adoption passing confidence

Release Notes

iconify/icon-sets (@​iconify/json)

v2.2.261

Compare Source

v2.2.260

Compare Source

v2.2.259

Compare Source

v2.2.258

Compare Source

v2.2.257

Compare Source

v2.2.256

Compare Source

v2.2.255

Compare Source

v2.2.254

Compare Source

v2.2.253

Compare Source

v2.2.252

Compare Source

sveltejs/kit (@​sveltejs/adapter-cloudflare)

v4.7.3

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.7.2

Compare Source

Patch Changes
  • fix: use absolute links in JSDoc comments (#​12718)

v2.7.1

Compare Source

Patch Changes
  • chore: upgrade to sirv 3.0 (#​12796)

  • fix: warn when form action responses are lost because SSR is off (#​12063)

v2.7.0

Compare Source

Minor Changes
  • feat: update service worker when new version is detected (#​12448)
Patch Changes
  • fix: correctly handle relative paths when fetching assets on the server (#​12113)

  • fix: decode non ASCII anchor hashes when scrolling into view (#​12699)

  • fix: page response missing CSP and Link headers when return promise in load (#​12418)

v2.6.4

Compare Source

Patch Changes
  • fix: only preload links that have a different URL than the current page (#​12773)

  • fix: revert change to replace version in generateBundle (#​12779)

  • fix: catch stack trace fixing errors thrown in web containers (#​12775)

  • fix: use absolute links in JSDoc comments (#​12772)

v2.6.3

Compare Source

Patch Changes
  • fix: ensure a changing version doesn't affect the hashes for chunks without any actual code changes (#​12700)

  • fix: prevent crash when logging URL search params in a server load function (#​12763)

  • chore: revert update dependency cookie to ^0.7.0 (#​12767)

v2.6.2

Compare Source

Patch Changes
  • chore(deps): update dependency cookie to ^0.7.0 (#​12746)

v2.6.1

Compare Source

Patch Changes
  • fix: better error message when calling push/replaceState before router is initialized (#​11968)

v2.6.0

Compare Source

Minor Changes
  • feat: support typed arrays in load functions (#​12716)
Patch Changes
  • fix: open a new tab for <form target="_blank"> and ` submissions (#​11936)
vite-pwa/sveltekit (@​vite-pwa/sveltekit)

v0.6.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
huntabyte/bits-ui (bits-ui)

v0.21.16

Compare Source

Patch Changes
  • fix: Changed svelte event handlers in favor of CustomEventHandler (#​536)
chartjs/Chart.js (chart.js)

v4.4.5

Compare Source

Essential Links

Bugs Fixed

  • #​11927 Don't apply default colors in the colors plugin when defaults are used
  • #​11907 Avoid error if borderOpts.dash is undefined
  • #​11882 Fix initial dataset stacks

Types

  • #​11931 Allow array's in backgroundColor defaults and add hover background and border color to defaults

Documentation

Development

Thanks to @​HieroglypH, @​LeeLenaleee, @​dependabot, @​dependabot[bot] and @​dregad

techniq/layerchart (layerchart)

v0.54.0

Compare Source

Minor Changes
  • feat: New Grid component (improved band scale and radial support) (#​252)

  • feat: Simplify overriding marks for AreaChart, BarChart, LineChart, and ScatterChart, useful for gradients and motion (#​252)

  • feat(Chart): Expose tooltipContext and geoProjection context stores for external access (#​252)

  • feat(Rule): Add xOffset/yOffset support (#​252)

  • feat(Axis): Use Rule for rule and grid lines to simplify implementation and support passing full props (#​252)

  • feat(Labels): Add value accessor prop to override which value to display (different axis, etc) (#​252)

  • feat(Axis): Support radial tick marks (angle) (#​252)

  • feat(BarChart): Support using color (c) scale to change color based on value (#​252)

  • breaking(Tooltip.Root): Default xOffset/yOffset to 0 unless using 'pointer' mode (only changes data mode default) (#​252)

Patch Changes
  • fix(Legend): Disable whitespace wrapping by default (#​252)

  • fix(Tooltip.Root): Align data snapped to band/bar center (instead of edge) (#​252)

  • fix: Pass color accessor (c) and scale (cScale) as slot props for simplified charts (AreaChart, etc) (#​252)

  • fix(Chart): Fix types when passing readonly string[] color ranges (i.e. d3-scale-chromatic schemes) (#​252)

  • fix(Axis): Middle align 12 o'clock (0/360deg) tick label (#​252)

  • fix(Axis): Respect tickLength when positioning tick label/text (#​252)

  • fix(Simplified charts): Use color scale for Legend when using single (default) series (#​252)

  • fix(TransformContext): Only disable touchmove default (i.e. scrolling) when enabled (canvas/manual) and pointer events are not disabled (#​252)

  • docs: Copy Date data as new Date(...) to clipboard (#​253)

  • docs: Stringify example data to clipboard on demand (#​253)

  • docs(PieChart): Add examples for using d3-scale-chromatic schemes and interpolators (#​252)

v0.53.0

Compare Source

Minor Changes
Patch Changes

v0.52.1

Compare Source

Patch Changes

v0.52.0

Compare Source

Minor Changes
  • breaking: Only show 0 baseline by default instead of always drawing axis line for simplified charts (LineChart, etc) (#​248)

  • feat: Add stackExpand and stackDiverging series layouts for AreaChart and BarChart (#​248)

  • feat: Add legend support (prop and slot) to all simplified charts (#​248)

  • feat(Rule): Support radial charts (x/angle and y/radius) (#​248)

  • feat(Legend): Add orientation prop (#​248)

  • feat(Axis): Support passing class and classes (root/label) (#​248)

  • feat(Legend): Add variant prop with ramp (default) and swatches (#​248)

Patch Changes

v0.51.2

Compare Source

Patch Changes

v0.51.1

Compare Source

Patch Changes

v0.51.0

Compare Source

Minor Changes
Patch Changes

v0.50.0

Compare Source

Minor Changes
  • feat: Add simplified charts to streamline creating common chart types with recommended conventions and granular extensibility (AreaChart, BarChart, LineChart, PieChart, and ScatterChart) (#​224)

  • feat(Svg): Add center to conveniently center children, useful for radial layouts without requiring Group wrapper (#​224)

  • refactor: Add @layerstack/svelte-actions, @layerstack/svelte-stores, @layerstack/tailwind, and @layerstack/utils packages and move svelte-ux package to devDependancies (components only for docs) (#​224)

  • breaking: Add new color cScale (and related c accessor, domain, range, etc) and replace rScale usage (which should be used for radius, etc) (#​224)

  • breaking(Tooltip): Rename Tooltip to Tooltip.Root (#​224)

  • breaking(Tooltip): Consolidate Tooltip components (TooltipItem, TooltipSeparator, etc) to Tooltip.Item, Tooltip.Separtor, etc (#​224)

  • breaking(Tooltip): Remove default grid on Tooltip.Root and add Tooltip.List as Tooltip.Item container (#​224)

  • breaking: Remove <Tooltip.Root header={...}> and replace with <Tooltip.Header> (#​224)

  • breaking(Chart): Default domain sorting to false (instead of LayerCake's true) to simplify bandScale use cases (#​224)

  • breaking: Remove AreaStack as use cases fully supported by Area (#​224)

  • breaking(Pie): Remove placement prop and instead rely Svg center or use Group for positioning (#​224)

  • breaking(Threshold): Simplify implementation and rename pathAbove/pathBelow slots to above/below (#​224)

  • breaking(Bar/Bars): Replace groupBy/groupPadding with Chart-level x1/y1 derived scales (#​224)

  • breaking: Rename createStackData() to groupStackData(), refine returned structure to simplify tooltips and make consistent with different options combinations, and add tests (#​224)

Patch Changes
  • feat(Chart): Support x1/y1 derived scales, useful for grouped bar charts (#​224)

  • feat(tooltip): Update bisect-x mode to support radial coordinates (#​224)

  • feat(Tooltip.Item): Support color prop to add swatch, support theme colors and any color via color="variable" (#​224)

  • feat(Arc): Support passing tooltip and data props to simplify setting up tooltip pointer events (#​224)

  • feat(Points): Integrate with rScale (#​224)

  • feat(Bars): Support passing data override (#​224)

  • feat(Chart): Expose config as slot prop (#​224)

  • feat(Bar): Forward pointer events to enable individual bar tooltips (#​224)

  • feat(Voronoi): Support radial coordinates. Issue #​112 (#​224)

  • feat(Points): Add xValue and yValue to each point, and improve types (#​224)

  • feat(Highlight): Support radial coordiantes for points and lines. Issue #​112 (#​224)

  • feat(Labels): Support center placement (useful with Points) (#​224)

  • feat(Points): Add canvas support (#​224)

  • feat(Chart): Expose x/y/z/r accessors via slot props (#​224)

  • fix(Highlight): Handle non-zero y values when drawing lines (ex. radial line chart with inner radius) (#​224)

  • fix(Labels): Handle multiple x or y properties (stack, diverting) by leveraging Points component internally (#​224)

  • fix(Spline): Handle null data via defined by default (#​224)

  • fix(TooltipSeparator): Use theme color (#​224)

  • fix(Area): Handle null data via defined by default (#​224)

  • fix(Highlight): Handle null value points (#​224)

  • fix(Voronoi): Dispatch custom pointerevent instead of forwarding to fix console errors (#​224)

  • fix(Points): Remove incorrect points for null/undefined values (#​224)

  • fix(Area): Pass x override to internal Spline (#​224)

  • fix(Spline): Enable passing fill prop (useful for Bar with single rounded edge) (#​224)

  • fix(cartesianToPolar): Correctly calculate angle/radians between 0 and 2π (#​224)

pnpm/pnpm (pnpm)

v9.12.2: pnpm 9.12.2

Compare Source

Patch Changes

  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Sep 30, 2024

Deploying lipu-svelte with  Cloudflare Pages  Cloudflare Pages

Latest commit: 80affdc
Status: ✅  Deploy successful!
Preview URL: https://720737a7.lipu-svelte.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.lipu-svelte.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from f3d848f to 654ec21 Compare October 7, 2024 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from b4d70bf to daa4fe7 Compare October 15, 2024 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 66c3fde to 71d5ea0 Compare October 19, 2024 05:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 71d5ea0 to 80affdc Compare October 20, 2024 00:02
@TheOnlyTails TheOnlyTails merged commit 7c429b7 into main Oct 20, 2024
1 check passed
@TheOnlyTails TheOnlyTails deleted the renovate/all-minor-patch branch October 20, 2024 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant