Update Mend: high confidence minor and patch dependency updates #38
+2,830
−1,835
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:
1.19.3
->1.20.0
4.3.16
->4.3.20
1.7.5
->1.8.1
3.3.4
->3.3.5
1.4.7
->1.4.9
2.8.17
->2.8.19
4.17.21
->4.17.23
4.19.5
->4.19.6
^0.12.0
->^0.13.0
~3.9.1
->~3.10.0
1.9.9
->1.9.10
1.4.11
->1.4.13
2.3.4
->2.3.5
^0.10.6
->^0.17.0
2.48.12
->2.48.13
7.5.8
->7.7.0
4.1.6
->4.1.8
0.10.9
->0.10.11
13.12.0
->13.15.2
6.18.1
->6.21.0
6.18.1
->6.21.0
1.20.2
->1.20.3
4.4.1
->4.5.0
5.65.17
->5.65.19
1.4.6
->1.4.7
3.37.1
->3.45.0
7.0.3
->7.0.6
13.13.1
->13.17.0
8.57.0
->8.57.1
7.1.0
->7.2.0
2.29.1
->2.32.0
6.13.1
->6.15.0
5.7.2
->5.8.0
4.19.2
->4.21.2
^0.12.3
->^0.13.0
^0.11.1
->^0.15.0
~3.9.0
->~3.99.0
6.4.3
->6.4.4
~3.1.0
->~3.2.0
^0.3.1
->^0.7.0
1.10.0
->1.10.1
1.4.5-lts.1
->1.4.5-lts.2
^0.15.0
->^0.17.0
6.6.3
->6.6.7
1.4.2
->1.27.5
7.6.3
->7.7.2
6.37.3
->6.37.7
^0.8.4
->^0.10.0
~4.6.0
->~4.9.0
~4.8.4
->~4.9.0
0.9.15
->0.12.3
3.13.1
->3.17.0
4.4.1
->4.5.7
Release Notes
CycloneDX/cyclonedx-node-npm (@cyclonedx/cyclonedx-npm)
v1.20.0
Compare Source
npm@11
(#1245 via #1249)This feature can be controlled via CLI switch
--gather-license-texts
.This feature is experimental. This feature is disabled per default.
packageurl-js
(via #1237)v5.7.3
now, wasv5.5.3
(via #1209, #1218, #1255)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0
Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0
Compare Source
🚀 Features
parserOptions.project: false
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
expressjs/body-parser (body-parser)
v1.20.3
Compare Source
===================
depth
option to customize the depth level in the parserdepth
level for parsing URL-encoded data is now32
(previously wasInfinity
)chaijs/chai (chai)
v4.5.0
Compare Source
1a36d35
What's Changed
Full Changelog: chaijs/chai@v4.4.1...v4.5.0
codemirror/basic-setup (codemirror)
v5.65.19
Compare Source
v5.65.18
Compare Source
expressjs/cookie-parser (cookie-parser)
v1.4.7
Compare Source
==========
hasOwnProperty
serialize
without options, useobj.hasOwnProperty
when parsingmain
topackage.json
for rspackpartitioned
optionpriority
optionexpires
option to reject invalid dateszloirock/core-js (core-js)
v3.45.0
Compare Source
Uint8Array
to / from base64 and hex proposal:Uint8Array.fromBase64
Uint8Array.fromHex
Uint8Array.prototype.setFromBase64
Uint8Array.prototype.setFromHex
Uint8Array.prototype.toBase64
Uint8Array.prototype.toHex
es.
namespace modules,/es/
and/stable/
namespaces entriesUint8Array
fromBase64 / setFromBase64 does not throw an error on incorrect length of base64 stringMath.sumPrecise
proposal:Math.sumPrecise
es.
namespace module,/es/
and/stable/
namespaces entriesIterator
sequencing proposal:Iterator.concat
/actual/
namespace entries, unconditional forced replacement changed to feature detectionMap
upsert proposal:Map.prototype.getOrInsert
Map.prototype.getOrInsertComputed
WeakMap.prototype.getOrInsert
WeakMap.prototype.getOrInsertComputed
/actual/
namespace entries, unconditional forced replacement changed to feature detectionIterator
methods/stage/
entriesUint8Array
to / from base64 and hex proposal features marked as supported from V8 ~ Chromium 140Uint8Array.{ fromBase64, prototype.setFromBase64 }
marked as unsupported in Safari and supported only from Bun 1.2.20 because of a bug: it does not throw an error on incorrect length of base64 string%TypedArray%.prototype.with
marked as fixed in Safari 26.0v3.44.0
Compare Source
Uint8Array
to / from base64 and hex stage 3 proposal:Uint8Array.fromHex
andUint8Array.prototype.{ setFromBase64, toBase64, toHex }
, thanks @brc-ddGet
inIterator.zipKeyed
, following tc39/proposal-joint-iteration#43Iterator
sequencing stage 2.7 proposal:Iterator.concat
no longer reusesIteratorResult
object of concatenated iterators, following [updates from May 2025 plenary tc39/proposal-iterator-sequencing#26](https://redirect.github.coConfiguration
📅 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.