Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mend: high confidence minor and patch dependency updates #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-g.yxqyang.asia[bot]
Copy link
Contributor

@mend-for-g.yxqyang.asia mend-for-g.yxqyang.asia bot commented Jul 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cyclonedx/cyclonedx-npm 1.19.3 -> 1.20.0 age adoption passing confidence
@types/chai (source) 4.3.16 -> 4.3.20 age adoption passing confidence
@types/config (source) 3.3.4 -> 3.3.5 age adoption passing confidence
@types/cookie-parser (source) 1.4.7 -> 1.4.8 age adoption passing confidence
@types/express-serve-static-core (source) 4.19.5 -> 4.19.6 age adoption passing confidence
@types/i18n (source) ^0.12.0 -> ^0.13.0 age adoption passing confidence
@types/jasmine (source) ~3.9.1 -> ~3.10.0 age adoption passing confidence
@types/multer (source) 1.4.11 -> 1.4.12 age adoption passing confidence
@types/pdfkit (source) ^0.10.6 -> ^0.13.0 age adoption passing confidence
@types/semver (source) 7.5.8 -> 7.7.0 age adoption passing confidence
@types/swagger-ui-express (source) 4.1.6 -> 4.1.8 age adoption passing confidence
@types/unzipper (source) 0.10.9 -> 0.10.11 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.18.1 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.18.1 -> 6.21.0 age adoption passing confidence
body-parser 1.20.2 -> 1.20.3 age adoption passing confidence
chai (source) 4.4.1 -> 4.5.0 age adoption passing confidence
codemirror 5.65.17 -> 5.65.19 age adoption passing confidence
compression 1.7.4 -> 1.8.0 age adoption passing confidence
cookie-parser 1.4.6 -> 1.4.7 age adoption passing confidence
core-js (source) 3.37.1 -> 3.41.0 age adoption passing confidence
cross-spawn 7.0.3 -> 7.0.6 age adoption passing confidence
cypress (source) 13.13.1 -> 13.17.0 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-config-prettier 7.1.0 -> 7.2.0 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence
ethers (source) 6.13.1 -> 6.13.5 age adoption passing confidence
ethers (source) 5.7.2 -> 5.8.0 age adoption passing confidence
express (source) 4.19.2 -> 4.21.2 age adoption passing confidence
http-server ^0.12.3 -> ^0.13.0 age adoption passing confidence
i18n ^0.11.1 -> ^0.15.0 age adoption passing confidence
jasmine-core (source) ~3.9.0 -> ~3.99.0 age adoption passing confidence
karma (source) 6.4.3 -> 6.4.4 age adoption passing confidence
karma-chrome-launcher ~3.1.0 -> ~3.2.0 age adoption passing confidence
material-icons (source) ^0.3.1 -> ^0.7.0 age adoption passing confidence
multer 1.4.5-lts.1 -> 1.4.5-lts.2 age adoption passing confidence
node-pre-gyp ^0.15.0 -> ^0.17.0 age adoption passing confidence
pdfkit (source) ^0.11.0 -> ^0.16.0 age adoption passing confidence
rxjs (source) 6.6.3 -> 6.6.7 age adoption passing confidence
sanitize-html 1.4.2 -> 1.27.5 age adoption passing confidence
sass 1.77.8 -> 1.86.3 age adoption passing confidence
semver 7.6.3 -> 7.7.1 age adoption passing confidence
sequelize (source) 6.37.3 -> 6.37.7 age adoption passing confidence
typescript (source) ~4.6.0 -> ~4.9.0 age adoption passing confidence
typescript (source) ~4.8.4 -> ~4.9.0 age adoption passing confidence
unzipper 0.9.15 -> 0.12.3 age adoption passing confidence
zustand 4.4.1 -> 4.5.6 age adoption passing confidence

Release Notes

CycloneDX/cyclonedx-node-npm (@​cyclonedx/cyclonedx-npm)

v1.20.0

Compare Source

  • Added
    • Official support for npm@11 (#​1245 via #​1249)
    • Capability to gather license text evidences (#​256 via #​1243)
      This feature can be controlled via CLI switch --gather-license-texts.
      This feature is experimental. This feature is disabled per default.
  • Dependencies
    • No longer directly depend on packageurl-js (via #​1237)
  • Build
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
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 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
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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
  • YeonJuan

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
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

===================

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
chaijs/chai (chai)

v4.5.0

Compare Source

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/compression (compression)

v1.8.0

Compare Source

==================

  • Use res.headersSent when available
  • Replace _implicitHeader with writeHead property
  • add brotli support for versions of node that support it
  • Add the enforceEncoding option for requests without Accept-Encoding header

v1.7.5

Compare Source

==================

  • deps: Replace accepts with negotiator@~0.6.4
    • Add preference option
  • deps: [email protected]
    • Add petabyte (pb) support
    • Fix "thousandsSeparator" incorrecting formatting fractional part
    • Fix return value for un-parsable strings
  • deps: compressible@~2.0.18
    • Mark font/ttf as compressible
    • Remove compressible from multipart/mixed
    • deps: mime-db@'>= 1.43.0 < 2'
  • deps: [email protected]
expressjs/cookie-parser (cookie-parser)

v1.4.7

Compare Source

==========

  • deps: [email protected]
    • Fix object assignment of hasOwnProperty
  • deps: [email protected]
    • Allow leading dot for domain
      • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
    • Add fast path for serialize without options, use obj.hasOwnProperty when parsing
  • deps: [email protected]
    • perf: parse cookies ~10% faster
    • fix: narrow the validation of cookies to match RFC6265
    • fix: add main to package.json for rspack
  • deps: [email protected]
    • Add partitioned option
  • deps: [email protected]
    • Add priority option
    • Fix expires option to reject invalid dates
    • pref: improve default decode speed
    • pref: remove slow string split in parse
  • deps: [email protected]
    • pref: read value only when assigning in parse
    • pref: remove unnecessary regexp in parse
zloirock/core-js (core-js)

v3.41.0

Compare Source

v3.40.0

Compare Source

v3.39.0

Compare Source

  • Changes v3.38.1...v3.39.0
  • Iterator helpers proposal:
    • Built-ins:
      • Iterator
        • Iterator.from
        • Iterator.prototype.drop
        • Iterator.prototype.every
        • Iterator.prototype.filter
        • Iterator.prototype.find
        • Iterator.prototype.flatMap
        • Iterator.prototype.forEach
        • Iterator.prototype.map
        • Iterator.prototype.reduce
        • Iterator.prototype.some
        • Iterator.prototype.take
        • Iterator.prototype.toArray
        • Iterator.prototype[@&#8203;@&#8203;toStringTag]
    • Moved to stable ES, October 2024 TC39 meeting
    • Added es. namespace modules, /es/ and /stable/ namespaces entries
  • Promise.try:
    • Built-ins:
      • Promise.try
    • Moved to stable ES, October 2024 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
    • Fixed `/actua

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.


  • If you want to rebase/retry this PR, check this box

disabled

@mend-for-g.yxqyang.asia mend-for-g.yxqyang.asia bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 20 times, most recently from 5f92d0c to e69ba40 Compare August 5, 2024 12:05
@mend-for-g.yxqyang.asia mend-for-g.yxqyang.asia bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 10 times, most recently from 6c8d6df to edd8d7e Compare August 11, 2024 00:57
@mend-for-g.yxqyang.asia mend-for-g.yxqyang.asia bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 6 times, most recently from 57a0899 to b5d31c7 Compare March 20, 2025 12:29
@mend-for-g.yxqyang.asia mend-for-g.yxqyang.asia bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 11 times, most recently from 8b97b5f to 597ea3c Compare March 28, 2025 00:18
@mend-for-g.yxqyang.asia mend-for-g.yxqyang.asia bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 8 times, most recently from 1a538cf to e3efff8 Compare April 4, 2025 13:58
@mend-for-g.yxqyang.asia mend-for-g.yxqyang.asia bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 3 times, most recently from 72e531c to b43ea09 Compare April 8, 2025 08:26
@mend-for-g.yxqyang.asia mend-for-g.yxqyang.asia bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from b43ea09 to 9449f27 Compare April 9, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants