omni
omni copied to clipboard
chore: update node packages
Update Request | Renovate Bot
This PR contains the following updates:
Release Notes
tailwindlabs/headlessui (@headlessui/vue)
v1.7.23
Fixed
- use native
useId
from Vue.js 3.5 when available (#3458)
tailwindlabs/heroicons (@heroicons/vue)
v2.1.5
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
Fixed
- Improve tree-shakability of React package (#1192)
kubernetes-client/javascript (@kubernetes/client-node)
v0.22.0
What's Changed
- Support for Kubernetes 1.30
- Automated Generate from openapi release-1.30 by @github-actions in https://github.com/kubernetes-client/javascript/pull/1672
- Fix typos in FETCH_MIGRATION.md by @lordrip in https://github.com/kubernetes-client/javascript/pull/1687
- make namespace in Object header optional by @schrodit in https://github.com/kubernetes-client/javascript/pull/1694
- Properly parse metadata of custom Kubernetes objects by @schrodit in https://github.com/kubernetes-client/javascript/pull/1695
- add examples to generic api (inside object.ts) by @zfrhv in https://github.com/kubernetes-client/javascript/pull/1705
- add generic and typed watch to KubernetesObjectApi by @schrodit in https://github.com/kubernetes-client/javascript/pull/1831 client/javascript/pull/1876
New Contributors
- @lordrip made their first contribution in https://github.com/kubernetes-client/javascript/pull/1687
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
- chore: format (07b29a6)
- chore(deps): update dependency rollup to ^4.21.3 (#440) (98766c2), closes #440
- fix: skip checking private properties of typeParameters (#443) (e4f5fff), closes #443
- fix(plugin-vue): allow overwrite esbuild config (#444) (1344294), closes #444
v5.1.3
- chore: upgrade to eslint 9 (236a40f)
- chore: use pnpm catalog for shared deps (0735e18)
- chore(deps): update dependency rollup to ^4.20.0 (#433) (37c9073), closes #433
- chore(deps): update upstream (#436) (b75a46f), closes #436
- fix(deps): update all non-major dependencies (#421) (e3a7fec), closes #421
- fix(plugin-vue): default value for
__VUE_OPTIONS_API__
(acb57c9), closes #438
v5.1.2
- refactor(plugin-vue): add
type
field (a6b7e3f) - fix(plugin-vue): add deprecated
script.propsDestructure
option (1e24322), closes #431 - chore(deps): update upstream (#432) (5d592cd), closes #432
v5.1.1
v5.1.0
- fix(deps): update all non-major dependencies (#412) (8cb2ea9), closes #412
- fix(plugin-vue): clear cache after build end (96dbb22)
- chore: update documentation for new features option (7fc7994)
- chore(deps): update upstream (#416) (02a3edd), closes #416
- feat(plugin-vue): add
features
option (#419) (3e839e2), closes #419
apexcharts/apexcharts.js (apexcharts)
v3.54.0
: 💎 Version 3.54.0
What's Changed
- fix #4683; use correct series names for legend hover
- fix #4370; ref #4516; hide total label if it is empty
- fix #4713; pie donut unwanted space in bottom
- fix #1832; add check if data empty for annotations
- fix #2012; fix annotations when category labels are provided in array
- fix #3320; prevent markers overlap on y-axis
- fix #2980; use fill.colors in tooltip in pie and donut
- fix mousewheel zoom for rangebar charts
- fix #2737; radialbar issue for 0 value in custom startAngle
- Fix: direction rtl the vertical text displaced by @successbyte in https://github.com/apexcharts/apexcharts.js/pull/4674
- tickPlacement: 'between' caused chart to crash by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4705
- Restore checks for single isolated data points by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4716
- Bump rollup from 3.20.0 to 3.29.5 by @dependabot in https://github.com/apexcharts/apexcharts.js/pull/4727
- Bump axios from 1.7.3 to 1.7.7 by @dependabot in https://github.com/apexcharts/apexcharts.js/pull/4728
- Bump webpack from 5.76.0 to 5.94.0 by @dependabot in https://github.com/apexcharts/apexcharts.js/pull/4666
New Contributors
- @successbyte made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4674
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.53.0...v3.54.0
v3.53.0
: 💎 Version 3.53.0
What's new
New Property
-
series.hidden
to hide certain series on initial render A short guide on how to use it
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
- regression bugfix in x-axis ticks for #4067
- Fix regression issue introduced in 3.49.0 by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4637
- Fix issue #4635; treemap datalabels printed for 0 values
- Fix issue #4658; heatmap legend when range is provided
- Fix issue #2591; gridbands for timeline and datetime charts
- Fix #4016; exporting issue with image fill
- Changes to accommodate issue #4632 by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4640
- Fix issue #4645 by @cocarmon in https://github.com/apexcharts/apexcharts.js/pull/4646
- Fix wrong datalabel value by @gold-development in https://github.com/apexcharts/apexcharts.js/pull/4648
- Feature/toolbar png export file width by @rs-tsc in https://github.com/apexcharts/apexcharts.js/pull/4598
Announcements
- End support for IE11.
New Contributors
- @rootEnginear made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4621
- @cocarmon made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4646
- @gold-development made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4648
- @rs-tsc made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4598
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.52.0...v3.53.0
v3.52.0
: 💎 Version 3.52.0
What's Changed
- fix #1339; tooltip.enabledOnSeries bugfix in irregular time series
- fix #4600; show percentage in 100% stacked bar chart
- fix #4067; incorrect x-axis labels for numeric x-axis for small dataset
- fixes #4579; heatmap legend color issue
- feat(ci): added continuous integration tests by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4577
- Add null checks on gridRect to avoid safari error by @Nikkitory in https://github.com/apexcharts/apexcharts.js/pull/4599
New Contributors
- @Nikkitory made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4599
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.51.0...v3.52.0
v3.51.0
What's Changed
✨ More marker shapes ✨
- replace margin with offsetX/Y in radialbar datalabels - https://apexcharts.com/docs/options/plotoptions/radialbar#barLabels
- fix: line/realtime test by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4557
- Fix bar chart labels X-position calculations by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4566
- Fix for issue 4561 by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4575
- Fix for issue 4560 by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4576
- Fix #4509; tooltip in reversed y-axis bar charts
- fix #305; x-axis last label trimmed
- fix #4422; prevent duplicate labels in y-axis
- Compute a yLowestValue and yHighestValue for each configured y-axis
- use offsetWidth instead of boundingClientRect for getting legend dimensions
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.50.0...v3.51.0
v3.50.0
: 💎 Version 3.50.0
What's Changed
- Refactor markers code for generating new markers shapes (plus, cross, line)
- fix(#4541): fixed transparent background not appearing with dark mode by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4542
- CSV Export categoryFormatter and valueFormatter (breaking change as CSV export dateFormatter is replaced by categoryFormatter)
- Fixed test coverage report failing to generate on Windows by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4544
- Replace deprecated
rollup-plugin-terser
with@rollup/plugin-terser
by @poteboy in https://github.com/apexcharts/apexcharts.js/pull/4547 - Updated actions/stale action by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4553
- Updated CodeQL by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4552
New Contributors
- @ggrote made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4538
- @poteboy made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4547
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0
v3.49.2
: 💎 Version 3.49.2
What's Changed
- Update fix for PR 4452 by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4470
- Stacked column totals dataLabel position fix (category X-axis). by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4482
- Fix issue #4471: path termination for irregular series. by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4483
- Remove declared but unused variables by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4495
- Restore Y axis highlighting during legend series mouseover. by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4496
- fix: fixed theme change from dark mode to light mode not working by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4505
- fix: prevent issues with tests running in non-TTY environments by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4510
- perf(tests): improved e2e test performance by up to 3x by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4515
- Fix responsive options failure in 3.49.1 by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4523
- Improved e2e test reliability by @Sebastian-Webster in https://github.com/apexcharts/apexcharts.js/pull/4540
New Contributors
- @Sebastian-Webster made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4505
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2
v3.49.1
: 💎 Version 3.49.1
🆕 Enhancements
- New chart type - 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
🐞 Bug fixes
- Fix gradient fill glitches for series with nulls - by @rosco54
- Fix point annotation still visible when referenced series is collapsed. - by @rosco54
- Additional fixes for indexing errors using yaxis-series mappings after - by @rosco54
- Fixed Issue #3525. - by @rosco54
- added color evaluation function in Bar.js under stroke property - by @Digvijayrao-KF
- Radar chart bugfix #4371
- Update zh-tw.json - by @iblislin
- Fixed #4402 by @rosco54
v3.48.0
: 💎 Version 3.48.0
🆕 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
- Fixes https://github.com/apexcharts/apexcharts.js/issues/4323 (multiple y-axis scale fixes for backward compatibility)
- Zoomed scale fixes - In zoomed charts, ensure the Y axis scale fits the full min..max range of Y values
- Fix css nonce attribute
- Improve grid-rect to prevent bar overflowing on x-axis
- When chart is type 'bar', ensure reference to zero is maintained
- Fixes https://github.com/apexcharts/apexcharts.js/issues/2757 (annotation overflow)
- Fixes https://github.com/apexcharts/apexcharts.js/issues/3073 (annotation overflow)
- Fixes https://github.com/apexcharts/apexcharts.js/issues/3421 (annotation overflow)
- Fixes https://github.com/apexcharts/apexcharts.js/issues/3553 (annotation overflow)
- Fixes https://github.com/apexcharts/apexcharts.js/issues/4081 (x-axis annotation fix in sparkline)
Thanks @rosco54 for multiple y-axis scale fixes
v3.47.0
: 💎 Version 3.47.0
🆕 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
🆕 Enhancements
- Improve the y-axis scale tick generation - Thanks @rosco54
- Added "+" and "x" markers - Thanks @MiguelsPizza
- Add Belarusan cyrilic and latin locale - Thanks @hrynko
🐞 Bug fixes
zloirock/core-js (core-js)
v3.38.1
- Changes v3.38.0...v3.38.1
- Fixed some cases of
URLSearchParams
percent decoding, #1357, #1361, thanks @slowcheetah - Some stylistic changes and minor optimizations
- Compat data improvements:
-
Iterator
helpers proposal methods marked as shipped from FF131 -
Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from Bun 1.1.23 -
RegExp.escape
marked as shipped from Bun 1.1.22 -
Promise.try
marked as shipped from Bun 1.1.22 -
Uint8Array
to / from base64 and hex proposal methods marked as shipped from Bun 1.1.22 - Added Hermes 0.13 compat data, similar to React Native 0.75 Hermes
- Added Opera Android 84 compat data mapping
-
v3.38.0
- Changes v3.37.1...v3.38.0
-
RegExp.escape
proposal:- Built-ins:
-
RegExp.escape
-
- Moved to stage 3, June 2024 and July 2024 TC39 meetings
- Updated the way of escaping, regex-escaping/77
- Throw an error on non-strings, regex-escaping/58
- Added
/actual/
namespace entries, unconditional forced replacement changed to feature detection
- Built-ins:
-
Promise.try
proposal:- Built-ins:
-
Promise.try
-
- Moved to stage 3, June 2024 TC39 meeting
- Added
/actual/
namespace entries, unconditional forced replacement changed to feature detection
- Built-ins:
-
Uint8Array
to / from base64 and hex stage 3 proposal:- Built-ins:
-
Uint8Array.fromBase64
-
Uint8Array.fromHex
-
Uint8Array.prototype.setFromBase64
-
Uint8Array.prototype.setFromHex
-
Uint8Array.prototype.toBase64
-
Uint8Array.prototype.toHex
-
- Added
Uint8Array.prototype.{ setFromBase64, setFromHex }
methods - Added
Uint8Array.fromBase64
andUint8Array.prototype.setFromBase64
lastChunkHandling
option, proposal-arraybuffer-base64/33 - Added
Uint8Array.prototype.toBase64
omitPadding
option, proposal-arraybuffer-base64/60 - Added throwing a
TypeError
on arrays backed by detached buffers - Unconditional forced replacement changed to feature detection
- Built-ins:
- Fixed
RegExp
named capture groups polyfill in combination with non-capturing groups, #1352, thanks @Ulop - Improved some cases of environment detection
- Uses
process.getBuiltinModule
for getting built-in NodeJS modules where it's available - Uses
https
instead ofhttp
inURL
constructor feature detection to avoid extra notifications from some overly vigilant security scanners, #1345 - Some minor optimizations
- Updated
browserslist
incore-js-compat
dependencies that fixes an upstream issue with incorrect interpretation of somebrowserslist
queries, #1344, browserslist/829, browserslist/836 - Compat data improvements:
- Added Safari 18.0 compat data:
- Fixed
Object.groupBy
andMap.groupBy
to work for non-objects - Fixed throwing a
RangeError
ifSet
methods are called on an object with negative size property - Fixed
Set.prototype.symmetricDifference
to callthis.has
in each iteration - Fixed
Array.fromAsync
to not call theArray
constructor twice - Added
URL.parse
- Fixed
-
Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from FF129 -
Symbol.asyncDispose
added and marked as supported from V8 ~ Chromium 127 -
Promise.try
added and marked as supported from V8 ~ Chromium 128 - Added Deno 1.44 and 1.45 compat data mapping
-
self
descriptor is broken in Deno 1.45.3 (again) - Added Electron 32 and 33 compat data mapping
- Added Opera Android 83 compat data mapping
- Added Samsung Internet 27 compat data mapping
- Added Oculus Quest Browser 34 compat data mapping
- Added Safari 18.0 compat data:
jsdom/jsdom (jsdom)
v24.1.3
- Fixed calls to
postMessage()
that were done as a bare property (i.e.,postMessage()
instead ofwindow.postMessage()
).
v24.1.2
- Fixed an issue with the
in
operator applied toEventTarget
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 firesfocus
andfocusin
on theDocument
, andblur
andfocusout
no longer have theirrelatedTarget
property set. (asamuzaK)
v24.1.1
- Fixed selection methods to trigger the
selectionchange
event on theDocument
object. (piotr-oles)
moment/luxon (luxon)
v3.5.0
- Various performance improvements
- throwOnInvalid causes the constructor to throw if the year is invalid
microsoft/monaco-editor (monaco-editor)
v0.52.0
- Comment added inside of
IModelContentChangedEvent
v0.51.0
- New fields
IEditorOptions.placeholder
andIEditorOptions.compactMode
- New fields
IGotoLocationOptions.multipleTests
andIGotoLocationOptions.alternativeTestsCommand
- New field
IInlineEditOptions.backgroundColoring
- New experimental field
IEditorOptions.experimental.useTrueInlineView
- New options
CommentThreadRevealOptions
for comments
Contributions to monaco-editor
:
- @ScottCarda-MS (Scott Carda): Update Q# Keywords PR #4586
v0.50.0
- 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.