Update misc security solution deps (main)#235585
Open
elastic-renovate-prod[bot] wants to merge 1 commit into
Open
Update misc security solution deps (main)#235585elastic-renovate-prod[bot] wants to merge 1 commit into
elastic-renovate-prod[bot] wants to merge 1 commit into
Conversation
Contributor
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
3bcaeb2 to
d40bb98
Compare
d40bb98 to
f340cda
Compare
53d65b1 to
556fd35
Compare
9b83c97 to
abaf762
Compare
cbcd988 to
782c990
Compare
dd15a8c to
08ce719
Compare
d7483a0 to
1758573
Compare
7ce5143 to
f211e92
Compare
336421d to
ad8d90c
Compare
b2f77d6 to
6215486
Compare
96d3534 to
6bfef0b
Compare
7c6518d to
0070787
Compare
624ba8a to
865d777
Compare
fbb751d to
949eef2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
3.3.3->4.0.23.6.0->3.7.23.1.2->3.2.03.3.1->3.3.38.0.1->9.0.24.41.0->5.6.05.7.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sudodoki/copy-to-clipboard (copy-to-clipboard)
v4.0.2Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v4.0.1Compare Source
compare changes
🏡 Chore
✅ Tests
❤️ Contributors
v4.0.0Compare Source
compare changes
copy()is now async — returnsPromise<boolean>instead ofboolean. All call sites must be updated toawait copy(...)or.then(...).window.clipboardDataand all IE-specific code paths removed.window.prompt()fallback is now opt-in — passoptions.fallbackToPrompt: trueto restore. Off by default.dist/— directrequire('copy-to-clipboard/index.js')imports will break; use the package name only.🚀 Enhancements
navigator.clipboard.writeText()is now the default copy path in secure contexts (HTTPS /localhost).navigator.clipboard.write()withClipboardItemfor rich text / HTML copying whenoptions.formatoroptions.onCopyis set.options.format— set a custom MIME type (e.g.'text/html') to copy formatted content;text/plainis always included alongside it.options.onCopy— callback receives aClipboardItemon the async path (return a replacement to override) or aDataTransferon the execCommand fallback path.options.fallbackToPrompt— opt-inwindow.prompt()fallback for non-secure contexts.tsup:dist/index.mjs,dist/index.cjs,dist/index.global.js(IIFE), with a properexportsfield andsideEffects: false.index.d.mts) and CJS (index.d.ts) consumers.navigator.userAgentData?.platformwith a userAgent regex fallback (fixes #123).console.warnemitted in debug mode when falling back from a non-secure context.❤️ Contributors
1904labs/dom-to-image-more (dom-to-image-more)
v3.7.2: - Fix offscreen iframeCompare Source
Create temporary iframe off-screen Fixes #214
Full Changelog: 1904labs/dom-to-image-more@v3.7.1...v3.7.2
v3.7.1: Responsive image, sizing, and fetching enhancementsCompare Source
What's Changed
srcset,sizes, andloadingattributes from the clone and sets thesrcfrom the original'scurrentSrcso we get the image the browser chose to display (fixes #212)toSVGcorrectly based on the original node being cloned (fixes #207)New Contributors
Full Changelog: 1904labs/dom-to-image-more@v3.6.3...v3.7.1
v3.6.3Compare Source
url()references in inlinerFull Changelog: 1904labs/dom-to-image-more@v3.6.1...v3.6.3
bhousel/node-diff3 (node-diff3)
v3.2.0Compare Source
2025-Oct-21
bunnow, for simpler developer tooling (#85)otakustay/react-diff-view (react-diff-view)
v3.3.3Compare Source
v3.3.2Compare Source
bendrucker/snakecase-keys (snakecase-keys)
v9.0.2Compare Source
v9.0.1Compare Source
v9.0.0Compare Source
What's Changed
This package is now ESM only and designed for use with
import. To use it withrequire, your Node.js version must supportrequire(esm).snake-casepackage withchange-caseby @bendrucker in https://github.com/bendrucker/snakecase-keys/pull/163Other
New Contributors
Full Changelog: bendrucker/snakecase-keys@v8.1.0...v9.0.0
v8.1.0Compare Source
What's Changed
New Contributors
Full Changelog: bendrucker/snakecase-keys@v8.0.1...v8.1.0
sindresorhus/type-fest (type-fest)
v5.6.0Compare Source
New types
Absolute(#1391)7761f91NonNullableDeep(#1401)1e8bd10UnionLength(#1402)49142dbImprovements
splitOnPunctuationoption toCamelCase/PascalCase/KebabCase/SnakeCase(#1394)852d016CamelCase: AddpreserveLeadingUnderscoresoption (#1404)5ca6564TsConfigJson: Add TypeScript 6.0 fields (#1406)ac4861dUnionToTuple: Fix behavior with large unions (#1405)651f7eav5.5.0Compare Source
New types
Optional(#1374)9b52980ExcludeExactly(#1349)0f923d0ArrayLength(#1344)59bd056UnionMember(#1368)878b6dfSomeExtend(#1380)bbce298AndAll(#1383)94aa3f8OrAll(#1378)4c42d89Improvements
24be93dUnionToTuple: Fix behavior when a union member is a supertype of another (#1349)0f923d0ConditionalPickDeep: Fix returning{}instead ofneverwhen no keys match (#1360)6af847aConditionalPick: Fix returning{}instead ofneverwhen no keys match (#1359)3995003GreaterThan/LessThan/GreaterThanOrEqual/LessThanOrEqual: Fix behavior with thenumbertype (#1363)cfea505v5.4.4Compare Source
PackageJson: UseLiteralUnionforenginesfield (#1354)fc9e2bbIsUnion: Fix behavior when the entire union extends all individual members (#1353)b0321a5Paths: FixleavesOnlybehavior withneverleaves (#1350)2c34128Paths: Fix behavior withWeakMaps /WeakSets (#1348)ac3b50ePaths: Fix behavior with tuples containing optional elements with a rest element (#1346)7c82a21v5.4.3Compare Source
Merge: Fix idempotency, soMerge<A, A>returnsA(#1336)99e35a2Paths: Fix behavior with generic types (#1343)8f0419cv5.4.2Compare Source
SimplifyDeep: Fix behavior with arrays (#1337)a2a180dMerge: Fix behavior with unions (#1327)fa55f48v5.4.1Compare Source
MergeDeep: Remove extraundefinedfrom optional properties (#1319)a6af489v5.4.0Compare Source
New types
ObjectMerge(#1324)ac06066UnwrapPartial(#1296)99b0b07ArrayReverse(#1266)dfbefadv5.3.1Compare Source
PackageJson: Fix key type forDependencyOverrides(#1307)0430f56v5.3.0Compare Source
Improvements
PackageJson: Addoverrides(#1287)8beaa89Fixes
IsEqual: Fix generic inference (#1306)f7b2667ConditionalPickDeep/SimplifyDeep: Prevent mapping over built-ins (#1293)f14a75aArraySlice/StringSlice: Fix behavior with unions (#1291)133258bv5.2.0Compare Source
New types
ExclusifyUniontype (#1278)2b906feArrayElementtype (#1270)2afaa40Improvements
CamelCase: AddsplitOnNumbersoption (#1290)ce2d244PackageJson: AdddevEnginestype (#1286)3b4ad2eFixes
ExcludeRestElement: Fix generic assignability with arrays (#1274)12ef5b2GreaterThanOrEqual/LessThan: Fix behavior with operands likeNandN | N + >0(#1280)b2caa3fv5.1.0Compare Source
New types
TupleOf(#1247)7fb2f75Xor(#1254)ad04bc5SplitOnRestElement(#1166)34b8fadExtractRestElement(#1166)34b8fadExcludeRestElement(#1166)34b8fadImprovements
ReadonlyTuple: Deprecate in favor ofTupleOf(#1256)af4bebcTsConfigJson: Add missing lib enum values (#1263)72f491fTsConfigJson: AddrewriteRelativeImportExtensions(#1262)7d011ceFixes
PartialDeep: Fix behavior with functions containing multiple call signatures (#1259)3bd9de6IsEqual: Fix behaviour when instantiated withneverandunknown(#1251)785549fFixedLengthArray: Fix element type (#1246)ee29ef7is-equal: Fix handling with intersecting wrapped types (#1231)5af60a1v5.0.1Compare Source
4f9c248v5.0.0Compare Source
Breaking
b5b0214cc2b0f2type-festrequiresstrict: truein your tsconfig.StringKeyOf: Rename toKeyAsStringe492c9cArrayTail: EnablepreserveReadonlyby default and remove the optionb34b1d8CamelCase/CamelCasedProperties/CamelCasedPropertiesDeep/PascalCase/PascalCasedProperties/PascalCasedPropertiesDeep: DisablepreserveConsecutiveUppercaseby default8226c1bPartialDeep: DisableallowUndefinedInNonTupleArraysby defaultb3c4524Split: EnablestrictLiteralChecksby default544a846Paths: DefaultmaxRecursionDepth5 (was 10)2ab5decObservableLike: Move to sub-export2a1072eIf*types in favor of a singleIf4c2151aNew types
Alphanumeric— Single alphanumeric character (A–Z,a–z,0–9).484e030AllExtend— Evaluates totrueif every element of a tuple/array extendsU.c8c6d55ConditionalSimplify— Simplifies a type’s unions/intersections with opt-in controls.b7a4771ConditionalSimplifyDeep— Deep version ofConditionalSimplifythat recurses into objects.b7a4771DigitCharacter— Single ASCII digit character (0–9).484e030ExcludeStrict— Non-distributive, stricter variant ofExclude<T, U>.e6f62a2ExtendsStrict— Non-distributiveA extends Bcheck.d71242aExtractStrict— Non-distributive, stricter variant ofExtract<T, U>.98d24faIsLowercase— Evaluates totrueif a string literal is all lowercase.afe132cIsNullable— Evaluates totrueifTincludesnull.5067e25IsOptional— Evaluates totrueifTincludesundefined.5067e25IsOptionalKeyOf— Evaluates totrueif propertyKofTis optional.93728b5IsReadonlyKeyOf— Evaluates totrueif propertyKofTis readonly.93728b5IsRequiredKeyOf— Evaluates totrueif propertyKofTis required.93728b5IsUnion— Evaluates totrueifTis a union type.b3d92edIsUndefined— Evaluates totrueif the type is exactlyundefined.f7bc576IsUppercase— Evaluates totrueif a string literal is all uppercase.afe132cLowercaseLetter— Single lowercase Latin letter (a–z).484e030RemovePrefix— Removes a specified prefix from a string literal.18a1c04UppercaseLetter— Single uppercase Latin letter (A–Z).484e030Improvements
Jsonify: HandleunknownasJsonValue642bb13SetRequired/SetOptional/SetReadonly: Handle functions with propertiesa5e45d4Schema: Preserve arrays/remove extraneous unions8a96def; dropundefinedforrecurseIntoArrays1cb955bReadonlyKeysOf/WritableKeysOf: Addobjectconstrainta6efbe0TsConfigJson: Add TypeScript 5.9 fieldsd2bda94Fixes
Or: Fix withboolean,never,any42d6106And: Fix withboolean,never,anyb38ac60IsStringLiteral: Fix uncollapsed unions, and tagged typeseb37799/d1b35c7Paths: Fix behavior with index signatures9926e5dConditionalKeys: Fix behavior with arrays and unions4d7cc50RequiredDeep: Fix withundefinedbfcdbc4Split: Fix template strings ending with interpolation853b881ArrayTail: Fix fix non-tuple arraysf3aabd8UnionMinandUnionMaxd52d5e7Meta
Huge thanks to all the contributors to this release, especially @som-sm 🙌
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.