chore: update node packages (major) #828
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Request | Renovate Bot
This PR contains the following updates:
^0.22.2
->^1.0.0
^20.17.6
->^22.0.0
3.45.2
->4.3.0
^25.0.1
->^26.0.0
^5.11.2
->^6.0.0
7.12.0
->8.19.1
^10.0.0
->^11.0.0
^5.4.10
->^6.0.0
Release Notes
kubernetes-client/javascript (@kubernetes/client-node)
v1.0.0
Compare Source
Release 1.0.0 with
node-fetch
instead of the long deprecatedrequest
-library.There is no migration guide (yet?). Have a look at the examples to see how to use it.
v0.22.3
Compare Source
v0.22.2
Compare Source
v0.22.1
Compare Source
What's Changed
New Contributors
Full Changelog: kubernetes-client/javascript@0.22.0...0.22.1
v0.22.0
Compare Source
What's Changed
client/javascript/pull/1876
New Contributors
Full Changelog: kubernetes-client/javascript@0.21.0...0.22.0
apexcharts/apexcharts.js (apexcharts)
v4.3.0
: 💎 Version 4.3.0Compare Source
What's Changed
ApexCharts
class by @SmithKy3 in https://github.com/apexcharts/apexcharts.js/pull/4884New Contributors
Full Changelog: apexcharts/apexcharts.js@v4.2.0...v4.3.0
v4.2.0
: 💎 Version 4.2.0Compare Source
What's Changed
Documentation update
New Contributors
Full Changelog: apexcharts/apexcharts.js@v4.1.0...v4.2.0
v4.1.0
: 💎 Version 4.1.0Compare Source
What's Changed
Negative line color feature added - sample; references #596
fix #4735; Zoom with the mouse scroll button always activate when "selection" is enabled
Fix isolated point in line chart not closing path by @bautisflow in https://github.com/apexcharts/apexcharts.js/pull/4782
update goals type by @rahulr-96 in https://github.com/apexcharts/apexcharts.js/pull/4788
#4763 bugfix Display error Date when set xaxis frist label close to next day. by @cuobiezi in https://github.com/apexcharts/apexcharts.js/pull/4798
fix:#4801 The return type of the dataLabels formatter has been redefine by @daiboom in https://github.com/apexcharts/apexcharts.js/pull/4802
fix #2270; improved checks for element existence before doing any calculations
fix #4828; append legend marker to window.SVG which was a problem when using multiple charts on same page
fix #4829; x-position misalignment in numeric bar charts when x is 0
fix #4794; jumping tooltp over bars in shadow DOM
fixes #4811 by @rahulr-96 in https://github.com/apexcharts/apexcharts.js/pull/4812
Fix dutch locale by @cmeelker in https://github.com/apexcharts/apexcharts.js/pull/4822
Allow pan and zoom on mobile devices by @andre-ehlert in https://github.com/apexcharts/apexcharts.js/pull/4823
New Contributors
Full Changelog: apexcharts/apexcharts.js@v4.0.0...v4.1.0
v4.0.0
: 💎 Version 4.0.0Compare Source
What's Changed
Upgrade to Svgjs 3.2.
Svg.js, the main engine behind ApexCharts’ drawing mechanism, was long overdue for an upgrade. With [email protected], both Svg.js and all related plugins have been upgraded to their latest versions. This ensures that ApexCharts stays up-to-date with its dependencies.
Other fixes
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.54.1...v4.0.0
v3.54.1
: 💎 Version 3.54.1Compare Source
What's Changed
Full Changelog: apexcharts/apexcharts.js@v3.54.0...v3.54.1
v3.54.0
: 💎 Version 3.54.0Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.53.0...v3.54.0
v3.53.0
: 💎 Version 3.53.0Compare Source
What's new
New Property
series.hidden
to hide certain series on initial render A short guide on how to use itNew method
Enhancements
Bugfixes
Announcements
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.52.0...v3.53.0
v3.52.0
: 💎 Version 3.52.0Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.51.0...v3.52.0
v3.51.0
Compare Source
What's Changed
✨ More marker shapes ✨
Full Changelog: apexcharts/apexcharts.js@v3.50.0...v3.51.0
v3.50.0
: 💎 Version 3.50.0Compare Source
What's Changed
rollup-plugin-terser
with@rollup/plugin-terser
by @poteboy in https://github.com/apexcharts/apexcharts.js/pull/4547New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.49.2...v3.50.0
v3.49.2
: 💎 Version 3.49.2Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.49.1...v3.49.2
v3.49.1
: 💎 Version 3.49.1Compare Source
🆕 Enhancements
🐞 Bug fixes
v3.49.0
: 💎 Version 3.49.0Compare Source
🐞 Bug fixes
v3.48.0
: 💎 Version 3.48.0Compare Source
🆕 Enhancements
🐞 Bug fixes
Thanks @rosco54 for multiple y-axis scale fixes
v3.47.0
: 💎 Version 3.47.0Compare Source
🆕 Enhancements
🐞 Bug fixes
Thanks @rosco54 for y-axis scale improvements
v3.46.0
: 💎 Version 3.46.0Compare Source
🆕 Enhancements
🐞 Bug fixes
jsdom/jsdom (jsdom)
v26.0.0
Compare Source
Breaking change:
canvas
peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)Other changes:
AbortSignal.any()
. (jdbevan)ElementInternals
labels
property. The form-associated callbacks are not yet supported. (hesxenon)whatwg-url
, adding support forURL.parse()
.cssstyle
andrrweb-cssom
, to improve CSS parsing capabilities.nwsapi
, improving CSS selector matching.parse5
, fixing a bug around<noframes>
elements and HTML entity decoding.JSDOM.fromURL()
to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.v25.0.1
Compare Source
tough-cookie
, which no longer prints a deprecation warning.v25.0.0
Compare Source
This major release changes the prototype of a jsdom's
EventTarget.prototype
to point to theObject.prototype
inside the jsdom, instead of pointing to the Node.jsObject.prototype
. Thus, the prototype chain ofWindow
stays entirely within the jsdom, never crossing over into the Node.js realm.This only occurs when
runScripts
is set to non-default values of"dangerously"
or"outside-only"
, as with the default value, there is no separateObject.prototype
inside the jsdom.This will likely not impact many programs, but could cause some changes in
instanceof
behavior, and so out of an abundance of caution, we're releasing it as a new major version.v24.1.3
Compare Source
postMessage()
that were done as a bare property (i.e.,postMessage()
instead ofwindow.postMessage()
).v24.1.2
Compare Source
in
operator applied toEventTarget
methods, e.g.'addEventListener' in window
, which only appeared in Node.js ≥22.5.0. (legendecas)blur()
: it no longer firesfocus
andfocusin
on theDocument
, andblur
andfocusout
no longer have theirrelatedTarget
property set. (asamuzaK)v24.1.1
Compare Source
selectionchange
event on theDocument
object. (piotr-oles)openpgpjs/openpgpjs (openpgp)
v6.0.1
Compare Source
What's Changed
exports.browser
entrypoint as higher priority thanimport
openpgp.verify
/decrypt
withexpectSigned: true
andformat: 'binary'
(#1805)generateKey
(options.type
) andPrivateKey.getDecryptionKeys()
type declarations (#1807)Full Changelog: openpgpjs/openpgpjs@v6.0.0...v6.0.1
v6.0.0
Compare Source
What's Changed
OpenPGP.js v6 adds support for the new version of the OpenPGP specification, RFC 9580. It also increases compliance with the specification, as demonstrated by the OpenPGP interoperability test suite.
OpenPGP.js v6 only makes minor API changes.
This is the first stable release of OpenPGP.js v6: no more breaking changes to the high-level API will be made until the next major release.
For the changes since the previous pre-release (v6.0.0-beta.3.patch.1), see the end of this message.
Here we list a summary of the main changes since v5:
Platform support changes
module
(type: module
in package.json), and declares exports, alongside the legacy package.json entrypoints, which should ensure backwards compatibility. Still, bundlers might be affected by the package.json changes depending on how they load the library.SubtleCrypto
(insecure contexts are no longer supported, asSubtleCrypto
is not available there)BigInt
s (not supported by e.g. Safari 13 and below, see full compatibility table)SymEncryptedSessionKeyPacket.s2k?.type === 'argon2'
orSecretKeyPacket|SecretSubkeyPacket.keyPacket.s2k?.type === 'argon2'
.Breaking API changes
read[Private]Key
: support parsing key blocks (return first parsable key); previously, parsing would fail if a block with more than one key was given in input (#1755)PrivateKey.getDecryptionKeys
will now throw if no decryption key is found (#1789). Previously, an empty array was returned. As a consequence of this change, someopenpgp.decrypt
errors will be more specific.config.allowMissingKeyFlags
below)config.nonDeterministicSignaturesViaNotation
(defaulting to true) has been added to turn off the feature..v5Keys
flag and encrypted withconfig.aeadProtect = true
) cannot be decrypted by OpenPGP.js v6 (viadecryptKey
) out-of-the-box (seeconfig.parseAEADEncryptedV4KeysAsLegacy
below) (#1672)config.enableParsingV5Entities
below). The affected entities are non-standard, and in the RFC 9580 they have been superseded by v6 keys, v6 signatures and SEIPDv2 encrypted data, respectively. However, generation of v5 entities was supported behind config flags in OpenPGP.js v5, and some other libraries, hence parsing them might be necessary in some cases. (#1774 , #1779)Configuration changes
config.v5Keys
flag and corresponding key generation. The flag is replaced by.v6Keys
, and results in a different key format.config.aeadProtect
flag has a different effect than in v5:config.parseAEADEncryptedV4KeysAsLegacy
to allow decrypting AEAD-encrypted v4 keys from OpenPGP.js v5 or older (namely keys generated without.v5Keys
flag and encrypted withconfig.aeadProtect = true
) (#1672).config.enableParsingV5Entities
to enable parsing support for v5 entities (https://github.com/openpgpjs/openpgpjs/pull/1774 , #1779)config.allowMissingKeyFlags
to bypass the missing key flag check (see https://github.com/openpgpjs/openpgpjs/pull/1677)config.minBytesForWebCrypto
, and always use WebCrypto if available, since there is no longer a performance overhead for small messages.enums.publicKey.eddsa
in favour ofenums.publicKey.eddsaLegacy
enums.curve.ed25519Legacy
to'ed25519Legacy'
(was:'ed25519'
)enums.curve.curve25519Legacy
to'curve25519Legacy'
(was:'curve25519'
)config.useIndutnyElliptic
to.useEllipticFallback
, to reflect the change of underlying library.enums.symmetric.plaintext
(internally unused)enums.curve.p256
,.p384
,.p521
are now marked as@deprecated
(to be dropped in the main release)enums.curve.nistP256
,.nistP384
,.nistP521
.'p256'
,'p384'
,'p521'
to'nistP256'
,'nistP384'
,'nistP521'
(these new values are expected bygenerateKey
, for theoptions.curve
argument).config.deflateLevel
(#1717)config.revocationsExpire
, always honor revocation expiration (#1736): the option used to default to false, and ignore revocation expirations. We now honor those expirations, namely match the behavior resulting from setting the option toConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.
This PR was generated by Mend Renovate. View the repository job log.