omni icon indicating copy to clipboard operation
omni copied to clipboard

chore: update node packages

Open renovate[bot] opened this issue 4 months ago • 0 comments

Update Request | Renovate Bot

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/vue (source) 1.7.22 -> 1.7.23 age adoption passing confidence
@heroicons/vue 2.1.3 -> 2.1.5 age adoption passing confidence
@kubernetes/client-node ^0.21.0 -> ^0.22.0 age adoption passing confidence
@vitejs/plugin-vue (source) 5.0.5 -> 5.1.4 age adoption passing confidence
apexcharts (source) 3.45.2 -> 3.54.0 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
core-js (source) 3.37.1 -> 3.38.1 age adoption passing confidence
eslint-plugin-vue (source) 9.26.0 -> 9.28.0 age adoption passing confidence
jsdom 24.1.0 -> 24.1.3 age adoption passing confidence
luxon 3.4.4 -> 3.5.0 age adoption passing confidence
monaco-editor ^0.41.0 -> ^0.52.0 age adoption passing confidence
monaco-yaml (source) 5.1.1 -> 5.2.2 age adoption passing confidence
openpgp (source) 5.11.1 -> 5.11.2 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.47 age adoption passing confidence
tailwindcss (source) 3.4.3 -> 3.4.13 age adoption passing confidence
typescript (source) 5.4.5 -> 5.6.3 age adoption passing confidence
typescript-eslint (source) 7.12.0 -> 7.18.0 age adoption passing confidence
vite (source) 5.2.12 -> 5.4.8 age adoption passing confidence
vue (source) 3.4.27 -> 3.5.11 age adoption passing confidence
vue-router 4.3.2 -> 4.4.5 age adoption passing confidence
vue-tsc (source) 2.0.19 -> 2.1.6 age adoption passing confidence
vue3-apexcharts 1.5.3 -> 1.7.0 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/vue)

v1.7.23

Compare Source

Fixed
  • use native useId from Vue.js 3.5 when available (#​3458)
tailwindlabs/heroicons (@​heroicons/vue)

v2.1.5

Compare Source

Added
  • Add new icons (arrow-turn-*, bold, calendar-date-range, divide, document-currency-*, equals, h1, h2, h3, italic, link-slash, numbered-list, percent-badge, slash, strikethrough, underline)

v2.1.4

Compare Source

Fixed
  • Improve tree-shakability of React package (#​1192)
kubernetes-client/javascript (@​kubernetes/client-node)

v0.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-client/javascript/compare/0.21.0...0.22.0

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

v5.1.3

v5.1.2

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

apexcharts/apexcharts.js (apexcharts)

v3.54.0: 💎 Version 3.54.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.53.0...v3.54.0

v3.53.0: 💎 Version 3.53.0

Compare Source

What's new

New Property

New method

  • highlightSeries; In a multi-series chart, call this method to reduce opacity of all other series and only highlight a particular one.

Enhancements

  • Mousewheel support for zooming; references #​960

Bugfixes

Announcements

  • End support for IE11.

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.52.0...v3.53.0

v3.52.0: 💎 Version 3.52.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.51.0...v3.52.0

v3.51.0

Compare Source

What's Changed
✨ More marker shapes

hswil69ah

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.50.0...v3.51.0

v3.50.0: 💎 Version 3.50.0

Compare Source

What's Changed

  • Refactor markers code for generating new markers shapes (plus, cross, line)
Screenshot 2024-07-05 at 11 27 12 PM

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0

v3.49.2: 💎 Version 3.49.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2

v3.49.1: 💎 Version 3.49.1

Compare Source

🆕 Enhancements

basic-slope-chart

🐞 Bug fixes

  • Fix issue #​4216: grid padding calculation to support array of stroke widths, thanks @​veryinsanee
  • Fix heatmap yaxis offset #​2033, thanks @​cart-before-horse
  • FIx types (yaxis.seriesName as an Array), thanks @​j2ghz
  • Remove redundant graphics.move() from end of lower rangeArea paths. - thanks @​rosco54
  • Fix #​4386; pie chart size issue when given in percentage
  • Fix #​3827 - y-axis tooltip value in reversed
  • Fix #​4348 - dumbbell chart fix for timescale xaxis
  • Fix #​2251 - pie chart dataPointIndex when clicked
  • Fix #​4206 - datalabels in timeline chart
  • Revert PR #​4240

v3.49.0: 💎 Version 3.49.0

Compare Source

🐞 Bug fixes

v3.48.0: 💎 Version 3.48.0

Compare Source

🆕 Enhancements

  • Provide a "step before" version of the current "step after" line chart; Fixes #​4313
  • Use ShadowRoot getElementById() when in ShadowDOM; Thanks @​cyraid

🐞 Bug fixes

Thanks @​rosco54 for multiple y-axis scale fixes

v3.47.0: 💎 Version 3.47.0

Compare Source

🆕 Enhancements

  • Map multiple series to the same y-axis scales (in a multi-axes chart) - fixes #​4237

🐞 Bug fixes

  • Area chart gradient drawing glitch; fixes #​4271
  • Point annotation fix when y-axis is not present (in case of sparkline or hidden y-axis)
  • When chart is type 'bar', ensure reference to zero is maintained

Thanks @​rosco54 for y-axis scale improvements

v3.46.0: 💎 Version 3.46.0

Compare Source

🆕 Enhancements

🐞 Bug fixes

  • Fix #​4167 - shadow bug in multi-series chart
  • Fix #​4242 - allow labels with Invalid text
postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
zloirock/core-js (core-js)

v3.38.1

Compare Source

v3.38.0

Compare Source

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.28.0

Compare Source

v9.27.0

Compare Source

jsdom/jsdom (jsdom)

v24.1.3

Compare Source

  • Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).

v24.1.2

Compare Source

  • Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
  • Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)

v24.1.1

Compare Source

  • Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
moment/luxon (luxon)

v3.5.0

Compare Source

  • Various performance improvements
  • throwOnInvalid causes the constructor to throw if the year is invalid
microsoft/monaco-editor (monaco-editor)

v0.52.0

Compare Source

  • Comment added inside of IModelContentChangedEvent

v0.51.0

Compare Source

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

v0.50.0

Compare Source

  • New field IEditorMinimapOptions.sectionHeaderLetterSpacing
  • New field IOverlayWidgetPosition.stackOridinal
  • New field

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 is behind base branch, 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.

renovate[bot] avatar Sep 30 '24 02:09 renovate[bot]