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 Web #40

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

Update Web #40

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stylistic/eslint-plugin (source) 2.12.1 -> 2.13.0 age adoption passing confidence
@testing-library/react 16.1.0 -> 16.2.0 age adoption passing confidence
@testing-library/user-event 14.5.2 -> 14.6.1 age adoption passing confidence
@types/node (source) 22.10.3 -> 22.13.1 age adoption passing confidence
@types/react (source) 19.0.2 -> 19.0.8 age adoption passing confidence
@types/react-dom (source) 19.0.2 -> 19.0.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.19.0 -> 8.23.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.19.0 -> 8.23.0 age adoption passing confidence
@vector-im/matrix-wysiwyg 2.38.0 -> 2.38.2 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.8 -> 2.1.9 age adoption passing confidence
@vitest/ui (source) 2.1.8 -> 2.1.9 age adoption passing confidence
eslint-plugin-matrix-org 2.0.2 -> 2.1.0 age adoption passing confidence
eslint-plugin-prettier 5.2.1 -> 5.2.3 age adoption passing confidence
eslint-plugin-react 7.37.3 -> 7.37.4 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
vite (source) 6.0.9 -> 6.1.0 age adoption passing confidence
vite-plugin-dts 4.4.0 -> 4.5.0 age adoption passing confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v2.13.0

Compare Source

Features
Bug Fixes
  • indent-binary-ops: correctly handle TypeAliasDeclaration (#​647) (ca2aabc)
  • indent-binary-ops: indent on multiline assignment (#​644) (d708587)
Documentation
Chores
  • replace deprecated isSpaceBetweenTokens with isSpaceBetween (#​646) (6da7c42)
testing-library/react-testing-library (@​testing-library/react)

v16.2.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

v14.6.1

Compare Source

Bug Fixes

v14.6.0

Compare Source

Features
Bug Fixes
  • clipboard: await DataTransferItem.getAsString() callback (#​1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#​1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#​1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#​1229) (5f3d28f)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

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

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.23.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.

v8.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

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

v8.21.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.

v8.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.

v8.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.

element-hq/matrix-rich-text-editor (@​vector-im/matrix-wysiwyg)

v2.38.2

Compare Source

  • [Android] Add line break between text nodes and block element.
  • [Web] Update vite to v6.0.9 to fix CVE in the dependency.

v2.38.1

Compare Source

  • [Android] Workaround bug that caused the next focus view search loop when the editor is used in a Compose context, causing ANRs.
  • [Android] Fix crashes when either the editor or the rendering views contain a code block and their size changes, making the previously calculated and cached coordinates for rendering the code block invalid.
  • [Common] Change licensing to AGPLv3 + Element Commercial license.
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.9

Compare Source

   🚨 Breaking Changes
   🚀 Features

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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the Web label Jan 2, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.28%. Comparing base (0273fa7) to head (3b93469).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   89.72%   89.28%   -0.44%     
==========================================
  Files         170       77      -93     
  Lines       20807    15031    -5776     
  Branches      291        0     -291     
==========================================
- Hits        18669    13421    -5248     
+ Misses       2135     1610     -525     
+ Partials        3        0       -3     
Flag Coverage Δ
uitests ?
uitests-ios ?
unittests 89.28% <ø> (+0.77%) ⬆️
unittests-ios ?
unittests-react ?
unittests-rust 89.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency @types/node to v22.10.4 Update Web Jan 2, 2025
@renovate renovate bot force-pushed the renovate/web branch 5 times, most recently from d25c989 to 08eaeb7 Compare January 8, 2025 23:27
@renovate renovate bot force-pushed the renovate/web branch 10 times, most recently from 1a8b2e3 to 4f30d0f Compare January 16, 2025 05:22
@renovate renovate bot force-pushed the renovate/web branch 10 times, most recently from cca7363 to 1125c37 Compare January 23, 2025 20:29
@renovate renovate bot force-pushed the renovate/web branch 2 times, most recently from 4eef269 to 6fab25e Compare January 28, 2025 04:46
@renovate renovate bot force-pushed the renovate/web branch 2 times, most recently from 7003493 to 53550a5 Compare February 1, 2025 21:18
Copy link

sonarqubecloud bot commented Feb 1, 2025

@renovate renovate bot force-pushed the renovate/web branch 4 times, most recently from 6f28e02 to 44b9a43 Compare February 4, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant