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 #12909

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Update all non-major dependencies #12909

merged 1 commit into from
Aug 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@axe-core/playwright 4.9.1 -> 4.10.0 age adoption passing confidence
commonmark (source) 0.31.0 -> 0.31.1 age adoption passing confidence
diff-dom 5.1.3 -> 5.1.4 age adoption passing confidence
eslint-plugin-jest 28.6.0 -> 28.8.0 age adoption passing confidence
lint-staged 15.2.7 -> 15.2.9 age adoption passing confidence
posthog-js 1.149.1 -> 1.157.2 age adoption passing confidence
qrcode 1.5.3 -> 1.5.4 age adoption passing confidence

Release Notes

dequelabs/axe-core-npm (@​axe-core/playwright)

v4.10.0: Release 4.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: dequelabs/axe-core-npm@v4.9.1...v4.10.0

commonmark/commonmark.js (commonmark)

v0.31.1: commonmark 0.31.1

Compare Source

[0.31.1]

  • Fix HTML comment parsing with - before closing -->
    (#​285, Robin Stocker).
  • Accept lowercase inline HTML declarations (Michael Howell).
  • Fix title-related backtracking with empty string (#​281,
    Michael Howell).
  • Remove string.prototype.repeat polyfill (Steven).
  • Remove source, add search to list of recognized block tags.
    (a spec 0.31 change we forgot in last release).
fiduswriter/diffDOM (diff-dom)

v5.1.4

Compare Source

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.8.0

Compare Source

Features
  • import formatting rules from eslint-plugin-jest-formatting (#​1563) (74078ee)

v28.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://github.com/typescript-eslint) v8 (#​1636) (fb43171)
lint-staged/lint-staged (lint-staged)

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

PostHog/posthog-js (posthog-js)

v1.157.2

Compare Source

  • feat: Use NavigatorUAData and navigator.webdriver to improve bot detection (#​1359)
  • chore: Move chrome tests off of browserstack, add firefox (#​1369)

v1.157.1

Compare Source

v1.157.0

Compare Source

  • feat: allow overriding linked flag (#​1368)

v1.156.1

Compare Source

v1.156.0

Compare Source

  • fix: pass original fetch args along (#​1351)

v1.155.6

Compare Source

  • fix: only add to window when it exists (#​1362)

v1.155.5

Compare Source

  • fix: endpoint for is already called inside loadscript (#​1365)
  • chore: Run ts on test files (#​1358)

v1.155.4

Compare Source

v1.155.3

Compare Source

  • feat: default to gzip compression instead of base64 (#​1355)

v1.155.2

Compare Source

  • remove x-posthog-token header (#​1354)

v1.155.1

Compare Source

  • feat: Added token to headers (#​1347)

v1.155.0

Compare Source

  • feat: Add prev pageview duration (#​1348)

v1.154.6

Compare Source

  • chore: make password capture more explicit (#​1345)

v1.154.5

Compare Source

  • fix(surveys): style the link button with black text (#​1343)

v1.154.4

Compare Source

  • feat: Remove storage logging and add reset logging (#​1342)

v1.154.3

Compare Source

  • feat(surveys): added a customizable submit button text color (#​1339)
  • fix(surveys): textarea border box was being set in the preview but not in the surveys rendered on user websites (#​1340)

v1.154.2

Compare Source

  • Add instructions for cross subdomain development (#​1336)

v1.154.1

Compare Source

  • fix(surveys): fix textarea, and make it easier to query the survey question description in the DOM (#​1337)
  • feat: Add debug logging for the initial props that posthog was started with (#​1335)

v1.154.0

Compare Source

  • feat(flags): give users the ability to suppress override warning logs, if desired (#​1328)

v1.153.0

Compare Source

  • chore: mask password by default (#​1334)

v1.152.1

Compare Source

  • feat: Add debug messages around storage (#​1333)

v1.152.0

Compare Source

  • feat: add renderSurvey option (#​1324)

v1.151.2

Compare Source

  • feat: Add debug logic for set_config (#​1330)

v1.151.1

Compare Source

v1.151.0

Compare Source

  • Accept eventPayload in onEvent handler (#​1331)

v1.150.1

Compare Source

v1.150.0

Compare Source

  • feat(surveys): add support for a 7 point likert scale (#​1319)

v1.149.2

Compare Source

  • feat: add debug startup log message (#​1318)
soldair/node-qrcode (qrcode)

v1.5.4

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Aug 21, 2024
@dbkr
Copy link
Member

dbkr commented Aug 21, 2024

This updates browserslist and therefore makes some browsers unsupported (eg. Firefox 127) but this is hard coded as a supported browser in https://github.com/matrix-org/matrix-react-sdk/blame/develop/test/SupportedBrowser-test.ts#L72 so the test fails...

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 557c67b to 0c39a20 Compare August 22, 2024 10:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c39a20 to 22abd37 Compare August 22, 2024 14:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22abd37 to ce57ea5 Compare August 22, 2024 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce57ea5 to b6eb971 Compare August 22, 2024 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6eb971 to 5b31043 Compare August 23, 2024 08:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b31043 to 12593e6 Compare August 23, 2024 13:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12593e6 to a13eade Compare August 23, 2024 15:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a13eade to c1b60c1 Compare August 23, 2024 20:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c1b60c1 to b660a02 Compare August 24, 2024 07:19
@dbkr dbkr marked this pull request as ready for review August 28, 2024 15:14
@dbkr dbkr requested a review from a team as a code owner August 28, 2024 15:14
@dbkr dbkr requested a review from florianduros August 28, 2024 15:14
@dbkr dbkr added this pull request to the merge queue Aug 28, 2024
Merged via the queue into develop with commit 6fb8f6e Aug 28, 2024
35 checks passed
@dbkr dbkr deleted the renovate/all-minor-patch branch August 28, 2024 15:31
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.

1 participant