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 #38

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/json (source) 2.2.261 -> 2.2.273 age adoption passing confidence
@sveltejs/adapter-cloudflare (source) 4.7.3 -> 4.7.4 age adoption passing confidence
@sveltejs/kit (source) 2.7.2 -> 2.8.1 age adoption passing confidence
bits-ui 0.21.15 -> 0.21.16 age adoption passing confidence
chart.js (source) 4.4.5 -> 4.4.6 age adoption passing confidence
layerchart ^0.44.0 -> ^0.59.0 age adoption passing confidence
lightningcss 1.27.0 -> 1.28.1 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.13.2 age adoption passing confidence
postcss-nesting (source) 13.0.0 -> 13.0.1 age adoption passing confidence
postcss-preset-env (source) 10.0.7 -> 10.1.0 age adoption passing confidence
prettier-plugin-svelte 3.2.7 -> 3.2.8 age adoption passing confidence
svelte-check 4.0.5 -> 4.0.9 age adoption passing confidence
svelte-persisted-store ^0.11.0 -> ^0.12.0 age adoption passing confidence
tailwind-variants ^0.2.1 -> ^0.3.0 age adoption passing confidence
tailwindcss (source) 3.4.14 -> 3.4.15 age adoption passing confidence
tslib (source) 2.8.0 -> 2.8.1 age adoption passing confidence
unplugin-icons ^0.19.2 -> ^0.20.0 age adoption passing confidence
vite (source) 5.4.9 -> 5.4.11 age adoption passing confidence
vite-plugin-pwa ^0.20.1 -> ^0.21.0 age adoption passing confidence
workbox-window (source) 7.1.0 -> 7.3.0 age adoption passing confidence

Release Notes

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

v2.2.273

Compare Source

v2.2.272

Compare Source

v2.2.271

Compare Source

v2.2.270

Compare Source

v2.2.269

Compare Source

v2.2.268

Compare Source

v2.2.267

Compare Source

v2.2.266

Compare Source

v2.2.265

Compare Source

v2.2.264

Compare Source

v2.2.263

Compare Source

v2.2.262

Compare Source

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

v4.7.4

Compare Source

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

v2.8.1

Compare Source

Patch Changes
  • fix: only add nonce to script-src-elem, style-src-attr and style-src-elem CSP directives when unsafe-inline is not present (#​11613)

  • fix: support HTTP/2 in dev and production. Revert the changes from #​12907 to downgrade HTTP/2 to TLS as now being unnecessary (#​12989)

v2.8.0

Compare Source

Minor Changes
  • feat: add helper to identify ActionFailure objects (#​12878)

v2.7.7

Compare Source

Patch Changes

v2.7.6

Compare Source

Patch Changes
  • fix: update broken links in JSDoc (#​12960)

v2.7.5

Compare Source

Patch Changes
  • fix: warn on invalid cookie name characters (#​12806)

  • fix: when using @vitejs/plugin-basic-ssl, set a no-op proxy config to downgrade from HTTP/2 to TLS since undici does not yet enable HTTP/2 by default (#​12907)

v2.7.4

Compare Source

Patch Changes
  • fix: ensure element is focused after subsequent clicks of the same hash link (#​12866)

  • fix: avoid preload if event default was prevented for touchstart and mousedown events (#​12887)

  • fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page (#​12866)

v2.7.3

Compare Source

Patch Changes
  • fix: include importer in illegal import error message (#​12820)

  • fix: don't try reading assets directly that aren't present (#​12876)

  • fix: decode non-latin characters when previewing prerendered pages (#​12874)

  • fix: better error message when a Result is returned from a form action (#​12829)

  • docs: update URLs for new svelte.dev site (#​12857)

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.6

Compare Source

techniq/layerchart (layerchart)

v0.59.1

Compare Source

Patch Changes
  • fix(Spline): Improve defaultPathData() by handling explicit pathData (ex. Bar) and non-cartesian (ex. graph/hierarchy) usage (7dcd042)

v0.59.0

Compare Source

Minor Changes
  • feat(Bar): Add none rounded option (#​280)

  • feat(Bar): Support rounded="edge" for value and orientation aware single edge rounding (#​280)

  • feat(BarChart): Use new rounded="edge" for better default rounding, especially with seriesLayout="stack" (#​280)

v0.58.4

Compare Source

Patch Changes
  • fix(Area): Improve initial tweened transition (matching Spline) (13c1ce5)

v0.58.3

Compare Source

Patch Changes
  • fix(Spline): Refine default path data to handle 0 out of visible range and improve custom curve tweening (0b06ee0)

v0.58.2

Compare Source

Patch Changes
  • fix(Spline): Improve initial tweened transition (ddddb7e)

v0.58.1

Compare Source

Patch Changes
  • fix(Tooltip): Disable user-select by default for a better mobile experience (6806cc6)

v0.58.0

Compare Source

Minor Changes
  • feat(Pie): Add sort prop to specify sorting comparator, or pass null to disable default sorting (56f84b5)

  • feat(Legend): Add onClick when using variant="swatches" (7629194)

Patch Changes
  • fix(ScatterChart): Reactively rebuild chartData when series is updated (ad04197)

v0.57.0

Compare Source

Minor Changes
  • feat(PieChart): Add placement prop to conveniently position chart left or right (useful with legends). Resolves #​271 (7498738)

v0.56.0

Compare Source

Minor Changes
  • feat(PieChart): Support center={false} to disable default centering, enabling explicit/absolute positioning with props.group (bb241d5)

v0.55.0

Compare Source

Minor Changes
  • feat: Add Marker support for Spline, Line, and Link (and components which use these) (#​267)

  • feat: Add Marker component for drawing arrowheads or polymarkers on Line, Spline, etc (#​267)

  • feat(Brush): Add labels prop and slot to enable showing values beside each handle (#​265)

  • breaking: Use camelCase (aboveMarks, etc) instead of kebob case (above-marks) slot names to fix Svelte 5 {#snippet} compatibility (#​269)

Patch Changes
  • fix: Render axis slot after/above marks (Bars, Lines, etc) which has no visible difference with current examples, but enables placing axis labels on top of marks (c10452e)

  • fix(Brush): Do not convert Date domain instances to number when performing arithmetic (#​265)

v0.54.1

Compare Source

Patch Changes
  • docs: Use Svelte 5 (#​260)

  • docs: Replace svelte-preprocess with vitePreprocess (#​260)

  • fix(Grid): Add {#each} keys to fix transitions (4b14a2e)

  • fix(Rule): Fix reactivity issue with dynamic data not hiding rule when outside x/y range (cb9cb03)

  • fix(BarChart): Only show 0 baseline rule based on direction (not both axis) (129163e)

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)

parcel-bundler/lightningcss (lightningcss)

v1.28.1

Compare Source

v1.28.0

Compare Source

Added

Fixed

pnpm/pnpm (pnpm)

v9.13.2: pnpm 9.13.2

Compare Source

Patch Changes

  • Detection of circular peer dependencies should not crash with aliased dependencies #​8759. Fixes a regression introduced in the previous version.
  • Fix race condition of symlink creations caused by multiple parallel dlx processes.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get 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 Oct 21, 2024

Deploying lipu-svelte with  Cloudflare Pages  Cloudflare Pages

Latest commit: f76505d
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 5be536e to d0ab9ec Compare October 29, 2024 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from a4b7857 to 107eb60 Compare November 6, 2024 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 0390b8c to f5b81dc Compare November 13, 2024 19:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 355af22 to da66946 Compare November 16, 2024 07:44
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