Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@matrix-org/matrix-wysiwyg 1.1.1 -> 1.3.0 age adoption passing confidence dependencies minor
axe-core (source) 4.4.3 -> 4.6.3 age adoption passing confidence devDependencies minor
cypress 12.7.0 -> 12.8.1 age adoption passing confidence devDependencies minor
cypress-io/github-action v5.1.0 -> v5.5.0 age adoption passing confidence action minor
cypress-multi-reporters 1.6.2 -> 1.6.3 age adoption passing confidence devDependencies patch
eslint (source) 8.35.0 -> 8.36.0 age adoption passing confidence devDependencies minor
posthog-js 1.50.3 -> 1.51.2 age adoption passing confidence dependencies minor 1.51.3
rimraf 4.3.0 -> 4.4.0 age adoption passing confidence devDependencies minor
stylelint (source) 15.2.0 -> 15.3.0 age adoption passing confidence devDependencies minor
stylelint-scss 4.4.0 -> 4.5.0 age adoption passing confidence devDependencies minor
ua-parser-js 1.0.33 -> 1.0.34 age adoption passing confidence dependencies patch

Release Notes

matrix-org/matrix-wysiwyg

v1.3.0

Compare Source

Changed
  • Common: Autocompleted links now have extra attributes when representing a custom link type
  • Common: replace_text now defaults to writing outside of link label when on edge
  • iOS: Content of the UITextView for the plain text mode is now published
  • iOS: Updated PermalinkReplacer API to allow inserting/removing custom objetcs in the attributed string in plain text mode
Fixed
  • iOS: Fix link button availability around replaced links
  • iOS: Fix index computation around multiple replaced links

v1.2.2

Compare Source

Fixed
  • iOS: Fix attachment views sometimes not clearing when switching to plain text mode
  • iOS: Fix publishing height updates of the composer in plain text mode
  • iOS: Remove select Rust API call in plain text mode

v1.2.1

Compare Source

Changed
  • Web: Change type of suggestion exported by hook

v1.2.0

Compare Source

Added
  • Common: Detection for at/hash/slash pattern in text
  • Common: API for replacing a detected pattern with link/text
  • Web & iOS: Support for inserting mentions/commands
Changed
  • Common: Set content with HTML/Markdown now returns a Result
Fixed
  • Common: Fixed creating a list from a selection containing quotes/code blocks
  • Common: Fix leading whitespaces ignored by HTML parsing
  • iOS: Fix trailing whitespace ignored after a link
dequelabs/axe-core

v4.6.3

Compare Source

v4.6.2

Compare Source

v4.6.1

Compare Source

v4.6.0

Compare Source

Features
  • aria-required-attr: require aria-controls on combobox and aria-valuenow on focusable separator (#​3786) (5259e88)
  • checks/label-content-name-mismatch: deprecate occuranceThreshold option in favor of occurrenceThreshold to fix typo (#​3782) (5026d65)
  • commons: deprecate flattenShadowColors in favor of flattenColors (#​3792) (af49daf)
  • context: allow selecting shadow DOM nodes (#​3798) (9e1e31b)
  • list,listitem: do not allow group as allowed parent or child (#​3784) (d1cbf6f)
  • required-attr: require aria-checked for checkbox-like and radio-like roles (#​3785) (563e4e9)
  • utils: new shadowSelectAll utility (#​3796) (5865462)
Bug Fixes
  • aria-allowed-role: allow combobox on button, checkbox and combobox on input[type=button] (#​3354) (ac688c0), closes #​3353
  • aria-required-children: allow menu as child of menu (#​3820) (a6569e5)
  • color-contrast: consider -webkit-text-stroke & -webkit-text-fill-color (#​3791) (228daf1)
  • color-contrast: correctly calculate background color of text nodes with different size than their container (#​3703) (123b83c)
  • get-role: handle presentation role inheritance for vnodes with no parent (#​3801) (b971caf)
  • html-lang-valid: only run rule when attribute has value (#​3663) (1a7eecb), closes #​3624
  • metadata: Map aria-required-children to ACT rule bc4a75 (#​3790) (a33a523)
4.5.2 (2022-11-14)
Bug Fixes
4.5.1 (2022-11-01)
Bug Fixes

v4.5.2

Compare Source

v4.5.1

Compare Source

v4.5.0

Compare Source

Features
Highlights
Tags and Metadata Updates

Various changes of tags, for greater consistency with ACT Rules.

Deprecations
Others
Bug Fixes
  • utils: greatly improve the speed of querySelectorAll (#​3423) (1cae5ea)
  • aria-hidden-focus: Do not fail for focus trap bumper elements (#​3667) (46b6658)
  • aria-required-attr: aria-valuenow is no longer required for spinbutton (#​3552) (a22cf56)
  • aria-required-parent: Allow nested group and presentational roles (#​3492) (4685270)
  • aria-valid-attr-value: Report empty values as incomplete (#​3635) (fff39db)
  • avoid-inline-spacing: Add spacing threshold (#​3533) (92add05)
  • checks/no-focusable-disable: Don't count non-disableable elements as disabled (#​3393) (bb8b5ca), closes #​2466 #​2934 #​2934 #​3315
  • checks/unsupportedrole: Support unsupported dpub and fallback roles, add role to message (#​3395) (3c0f10f), closes #​2466 #​2934 #​2934 #​3282
  • color-contrast-enhanced: Avoid duplicates between color-contrast and color-contrast-enhanced (#​3714) (2811f77)
  • color-contrast: Correctly determine color contrast for element that exactly overlaps midpoint of node (#​3565) (90de9aa)
  • frame-focusable-content: don't fail for elements with negative tabindex (#​3493) (94e75ac)
  • frame-title-unique: Make frame-title-unique reviewOnly and WCAG412 (#​3610) (8401b8e), closes #​3487
  • frame-title: ignore frames with negative tabindex (f61f825)
  • frame-title: return incomplete for presentational iframe with empty title (#​3594) (c2cfd84)
  • is-hidden-for-everyone: count elements inside closed details as hidden (#​3726) (e65e962)
  • is-hidden-for-everyone: support content-visibility: hidden (#​3690) (95cf6e7)
  • is-visible-on-screen: ignore elements hidden by overflow:hidden (#​3676) (2935950)
  • label: avoid passing labels because of an input[value] (#​3688) (54a8116)
  • link-in-text-block: Update rule to match current guidance, revise tests (#​3575) (edb88ed)
  • meta-refresh: Add WCAG's 20-hour exception (#​3525) (5beb6c3)
  • no-autoplay-audio: add reviewOnFail and update tests (#​3557) (60ec997)
  • object-alt: ignore unloaded objects (#​3680) (8e03e2c)
  • page-has-heading-one,landmark-one-main: do not fail if modal is open (#​3501) (c6af316)
  • td-headers-attr: ignore hidden cells with headers attr (#​3684) (e0403f4)
  • td-headers-attr: ignore table elements with their role changed (#​3687) (902d07c)
  • utils.matches: fix attribute exists selector to match empty attributes (#​3669) (4b768ea)
  • valid-lang: ignore lang on elements with no text (#​3523) (fd85f39)
  • valid-lang: run on aria-hidden text (#​3634) (a0860bd)
  • video-caption: remove excludeHidden: false (#​3554) (a3e4bbe)
4.4.3 (2022-07-13)
Bug Fixes
4.4.2 (2022-05-12)
Bug Fixes
  • aria-hidden-focusable: report incomplete with onfocus (#​3407) (6755e89)
  • aria-hidden-focus: Update rule help & description (#​3422) (7cfb4b1)
  • aria-valid-attr-value: add note about element id being in a different shadow DOM tree (#​3421) (24f74df)
  • color-contrast: consistently return color contrast information in the data object for pseudo elements (#​3453) (1a9d95e)
  • deprecatedrole,color-contrast: fix message to properly include deprecated role, improve color-contrast pass messages (#​3387) (650e503)
  • html-elms: update role allowances for nav element (#​3402) (8aa816a), closes #​3401
  • standards: fix address typo in html-elms.js (#​3418) (f235cc7), closes #​3417
cypress-io/cypress

v12.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-8-1

v12.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12.8.0

cypress-io/github-action

v5.5.0

Compare Source

Features
  • add yarn berry / modern (version 2 and later) examples (#​838) (d6a7839)

v5.4.0

Compare Source

Features

v5.3.1

Compare Source

Bug Fixes

v5.3.0

Compare Source

Features
  • Added new input command to disable publishing test summary upon run completion. Test summary is shown by default. (#​721) (4d47587)

v5.2.0

Compare Source

Features
eslint/eslint

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

PostHog/posthog-js

v1.51.2

Compare Source

  • fix: Catch fullsnapshot error (#​583)

v1.51.1

Compare Source

  • fix: debug nested span text, part 3 (#​582)

v1.51.0

Compare Source

  • added types for PostHog provider options (#​581)
  • ci(testcafe): run browser tests in parallel (#​579)

v1.50.9

Compare Source

  • fix: debug nested span text (part 2) (#​577)
  • feat: use autocapture setting from decide (#​575)

v1.50.8

Compare Source

  • reinstate getNestedSpanText, but with no recursion (#​576)

v1.50.7

Compare Source

  • fix: debug return empty string on getNestedSpanText (#​573)

v1.50.6

Compare Source

  • fix: Only call capture snapshot if recording (#​572)

v1.50.5

Compare Source

  • Update rrweb (#​570)
  • fix: Race condition error with loading rrweb (#​569)
  • fix: remove warning of duplicate nextjs import (#​566)

v1.50.4

Compare Source

  • chore: Revert canvas recording option (#​567)
  • tolerate undefined target (#​565)
isaacs/rimraf

v4.4.0

Compare Source

v4.3.1

Compare Source

stylelint/stylelint

v15.3.0

Compare Source

stylelint-scss/stylelint-scss

v4.5.0

Compare Source

  • Fixed: operator-no-unspaced make data uri regex less strict (#​767).
  • Changed: operator-no-unspaced add support for :has (#​768).
  • Changed: function-no-unknown add support for @​use (#​773).
faisalman/ua-parser-js

v1.0.34

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.


This change is marked as an internal change (Task), so will not be included in the changelog.

@renovate renovate bot requested a review from a team as a code owner March 7, 2023 19:20
@renovate renovate bot requested a review from justjanne March 7, 2023 19:20
@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Mar 7, 2023
@renovate renovate bot enabled auto-merge (squash) March 7, 2023 19:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a824624 to 6218622 Compare March 8, 2023 09:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6218622 to b069fcd Compare March 8, 2023 12:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b069fcd to 2746223 Compare March 8, 2023 15:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2746223 to a1a8242 Compare March 8, 2023 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a1a8242 to bcb2908 Compare March 8, 2023 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcb2908 to 50f4dee Compare March 8, 2023 17:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50f4dee to e1ec30b Compare March 8, 2023 18:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1ec30b to b0fbd1a Compare March 8, 2023 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0fbd1a to a4b20e1 Compare March 9, 2023 02:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a4b20e1 to c4c090c Compare March 9, 2023 09:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4c090c to 59f8c49 Compare March 9, 2023 11:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59f8c49 to 0b27477 Compare March 9, 2023 12:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from da101ba to 59ace50 Compare March 17, 2023 09:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59ace50 to 72008a4 Compare March 17, 2023 13:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 72008a4 to 88d8dad Compare March 17, 2023 14:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88d8dad to 3e7a058 Compare March 17, 2023 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e7a058 to 29315af Compare March 17, 2023 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29315af to 4e55a4d Compare March 17, 2023 23:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e55a4d to d5900cd Compare March 18, 2023 09:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d5900cd to 09855f5 Compare March 19, 2023 20:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09855f5 to f8a0dca Compare March 19, 2023 23:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c369d8f to d64d7ec Compare March 20, 2023 09:56
@renovate renovate bot merged commit 28f217b into develop Mar 20, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch March 20, 2023 12:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants