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

Update all non-major dependencies #9766

Merged
merged 4 commits into from
Mar 6, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@casualbot/jest-sonar-reporter 2.2.5 -> 2.2.7 age adoption passing confidence devDependencies patch
@​matrix-org/analytics-events ^0.4.0 -> ^0.5.0 age adoption passing confidence dependencies minor
axe-core (source) 4.4.3 -> 4.6.3 age adoption passing confidence devDependencies minor
cypress 12.3.0 -> 12.7.0 age adoption passing confidence devDependencies minor
cypress-axe 1.0.0 -> 1.4.0 age adoption passing confidence devDependencies minor
cypress-io/github-action v5.0.2 -> v5.1.0 age adoption passing confidence action minor
cypress-multi-reporters 1.6.1 -> 1.6.2 age adoption passing confidence devDependencies patch
cypress-real-events 1.7.4 -> 1.7.6 age adoption passing confidence devDependencies patch
eslint (source) 8.28.0 -> 8.35.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.5.0 -> 8.6.0 age adoption passing confidence devDependencies minor 8.7.0
eslint-plugin-import 2.26.0 -> 2.27.5 age adoption passing confidence devDependencies minor
eslint-plugin-jsx-a11y 6.6.1 -> 6.7.1 age adoption passing confidence devDependencies minor
eslint-plugin-matrix-org 1.0.0 -> 1.1.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.31.11 -> 7.32.2 age adoption passing confidence devDependencies minor
eslint-plugin-unicorn 45.0.1 -> 45.0.2 age adoption passing confidence devDependencies patch
filesize (source) 10.0.5 -> 10.0.6 age adoption passing confidence dependencies patch
glob 8.0.3 -> 8.1.0 age adoption passing confidence devDependencies minor
katex (source) 0.16.3 -> 0.16.4 age adoption passing confidence dependencies patch
minimist 1.2.7 -> 1.2.8 age adoption passing confidence dependencies patch
node-fetch 2.6.7 -> 2.6.9 age adoption passing confidence devDependencies patch
posthog-js 1.36.0 -> 1.50.3 age adoption passing confidence dependencies minor 1.50.4
prettier (source) 2.8.0 -> 2.8.4 age adoption passing confidence devDependencies patch
react-blurhash (source) ^0.2.0 -> ^0.3.0 age adoption passing confidence dependencies minor
react-focus-lock 2.9.2 -> 2.9.4 age adoption passing confidence dependencies patch
rimraf 4.1.2 -> 4.2.0 age adoption passing confidence devDependencies minor 4.3.0
sanitize-html 2.8.0 -> 2.10.0 age adoption passing confidence dependencies minor
stylelint-config-prettier 9.0.4 -> 9.0.5 age adoption passing confidence devDependencies patch
stylelint-scss 4.3.0 -> 4.4.0 age adoption passing confidence devDependencies minor
typescript (source) 4.9.3 -> 4.9.5 age adoption passing confidence devDependencies patch

Release Notes

CasualBot/jest-sonar-reporter

v2.2.7

Compare Source

Changed node version to mininum or higher v14.0.0

Do not use 2.2.6 as it is broken

v2.2.6

Compare Source

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

Compare Source

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

v12.6.0

Compare Source

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

v12.5.1

Compare Source

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

v12.5.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-5-0

v12.4.1

Compare Source

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

v12.4.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-4-0

component-driven/cypress-axe

v1.4.0

Compare Source

Features

v1.3.0

Compare Source

Features

v1.2.0

Compare Source

Features

v1.1.0

Compare Source

Features
  • cypress11: support Cypress 11 (b6391e6)
cypress-io/github-action

v5.1.0

Compare Source

Features

Bug Fixes

  • wait-on example changes for react-scripts and vite server under Node.js 18 #​803

Update Dependencies

  • Update Cypress examples to 12.6.0 #​795

v5.0.9

Compare Source

Bug Fixes
  • incorrect start command log format (6132bca)

Tests/Tooling Updates

  • Correct example-basic for pnpm package.json to add pnpm to name #​791
  • Change example-debug job name from nightly to debug-logs #​783
  • Specify Node.js 16.16.0 for main build-and-test #​778
  • Prevent release attempt from fork #​777
  • Harmonize Component test workflow to E2E example workflows #​771
  • Add check for dist/ directory consistent with source files #​766
  • Update wait-on-vite example to current versions #​758
  • Replace component test with React and Vite 4 #​748

Update Dependencies

  • chore(deps): update dependency @types/node to v18.13.0 #​788
  • chore(deps): update dependency prettier to v2.8.4 #​786
  • Remove unused stop-build package #​776
  • Update serve to 14.2.0 #​773

v5.0.8

Compare Source

Update Dependencies

  • Update v12 examples to 12.4.1 #​747
  • Update examples react-scripts for Node.js 18 #​731
  • Update example webpack to run under Node.js 18 #​708

Docs Updates

  • Replace Migration guide in README with Changelog #​769

Tooling Updates

  • Remove release dependency on markdown link check (Rev2) #​765

v5.0.7

Compare Source

Bug Fixes
  • correct ping-cli debug example (85a0f0f)

v5.0.6

Compare Source

Bug Fixes

Update Tests

  • Correct Firefox example artifacts and video #​662
  • Allow all example workflows to be triggered manually #​750

Update Dependencies

  • Update to generally run on ubuntu-22.04 in workflows #​720
  • Update Cypress v9 examples to cypress 9.7.0 #​724
  • Update Cypress v10 tests to 12.3.0 #​725
  • chore(deps): update dependency @​vercel/ncc to v0.36.1 #​754

Docs/Example Updates

  • Update Docker examples in README to Node.js 18 #​681
  • Update description of working-directory parameter for v10 and later #​689
  • Remove non-working archived example links #​710
  • Restructure v9 and v10 examples #​727
  • Remove outdated comment on Edge availability on Linux #​730
  • Add "component tests" to action description #​745

v5.0.5

Compare Source

Docs/Tooling Updates

Update Tests

Update Dependencies

v5.0.4

Compare Source

Update Dependencies

Docs/Tooling Updates

includes /dist rebuild

v5.0.3

Compare Source

Bug Fixes

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 December 15, 2022 01:09
@renovate renovate bot requested a review from t3chguy December 15, 2022 01:09
@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Dec 15, 2022
@renovate renovate bot enabled auto-merge (squash) December 15, 2022 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 763e266 to 0ee6aac Compare December 15, 2022 03:35
@t3chguy t3chguy self-assigned this Dec 15, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9ef5cbb to dfcd8c5 Compare December 15, 2022 09:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dfcd8c5 to 2681294 Compare December 15, 2022 12:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2681294 to cb0701a Compare December 15, 2022 15:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb0701a to 8fd9eed Compare December 15, 2022 18:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8fd9eed to c516bda Compare December 15, 2022 20:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c516bda to 3d28b9a Compare December 16, 2022 12:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d28b9a to 4481b7b Compare December 16, 2022 14:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4481b7b to 5f4a144 Compare December 16, 2022 15:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f4a144 to 9562c82 Compare December 16, 2022 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9562c82 to d4a053e Compare December 16, 2022 20:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4a053e to c763873 Compare December 17, 2022 05:25
@t3chguy

This comment was marked as outdated.

@t3chguy t3chguy requested a review from a team as a code owner March 6, 2023 15:43
@t3chguy t3chguy requested a review from richvdh March 6, 2023 15:43
@renovate renovate bot merged commit 307df9d into develop Mar 6, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch March 6, 2023 17: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.

3 participants