Skip to content

Update all non-major dependencies#30281

Merged
t3chguy merged 2 commits intodevelopfrom
renovate/all-minor-patch
Jul 9, 2025
Merged

Update all non-major dependencies#30281
t3chguy merged 2 commits intodevelopfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@element-hq/element-call-embedded 0.12.2 -> 0.13.1 age confidence
concurrently 9.1.2 -> 9.2.0 age confidence
knip (source) 5.61.2 -> 5.61.3 age confidence
maplibre-gl (source) 5.6.0 -> 5.6.1 age confidence
posthog-js (source) 1.255.1 -> 1.256.2 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
stylelint (source) 16.21.0 -> 16.21.1 age confidence

Release Notes

element-hq/element-call (@​element-hq/element-call-embedded)

v0.13.1

Compare Source

This release fixes bluetooth devices issues on iOS present in v0.13.0.

What's Changed

🐛 Bugfixes
Known problems
  • When the bluetooth device is connected to the phone mid call, there can be problems when switching devices.

Full Changelog: element-hq/element-call@v0.13.0...v0.13.1

Docker full package

Element Call is available as a Docker image from the GitHub Container Registry.

The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).

docker pull ghcr.io/element-hq/element-call:v0.13.1

Embedded packages

This release includes the following embedded packages that allow Element Call to be used as an embedded widget
within another application.

NPM
npm install @​element-hq/element-call-embedded@0.13.1
Android AAR
dependencies {
  implementation 'io.element.android:element-call-embedded:0.13.1'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.13.1")

v0.13.0

Compare Source

Native audio device handling

This release delivers a significant upgrade to the audio experience, with a particular focus on mobile devices. We've enhanced Element Call to provide a more native, phone-call-like experience when used within Element X.

Key improvements include:

  • Support for earpiece audio output on both Android and iOS
  • Convenient toggle button in the main menu to switch between earpiece and loudspeaker modes
  • Proximity sensor integration that automatically turns off the screen when the device is held against your ear in earpiece mode

These changes represent a major step forward in making Element Call feel like a natural extension of your device's native calling capabilities.

What's Changed

✨ Features
🙌 Improvements
📄 Documentation
🐛 Bugfixes
💾 Developer Experience
Others
👒 Dependencies

New Contributors

Full Changelog: element-hq/element-call@v0.12.2...v0.13.0

Docker full package

Element Call is available as a Docker image from the GitHub Container Registry.

The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).

docker pull ghcr.io/element-hq/element-call:v0.13.0

Embedded packages

This release includes the following embedded packages that allow Element Call to be used as an embedded widget
within another application.

NPM
npm install @​element-hq/element-call-embedded@0.13.0
Android AAR
dependencies {
  implementation 'io.element.android:element-call-embedded:0.13.0'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.13.0")
open-cli-tools/concurrently (concurrently)

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0

webpro-nl/knip (knip)

v5.61.3

Compare Source

  • docs: add config docs for compilers and treatConfigHintsAsErrors, move Plugins and Workspace to group level (#​1152) (93375c8) - thanks @​cylewaitforit!
  • Release 1.0.6 (46ca323)
  • Remove unnecessary await in test (6a7964d)
  • PackageJsonPeeker → PackagePeeker (f0087f8)
  • Minor refactor/rename (457e8ff)
  • Fix absolute path in karma plugin (c40751b)
  • Update docs re. dev (cc55504)
  • Refactor post-processing of irregular imports/resolveds (#​1156) (aaa1bd0)
  • Add config file to cache (#​1156) (0b49c69)
  • Don't overwrite cached config file inputs in same run (resolves #​1156) (efe2d5d)
  • Consolidate file node post-processing in one place (843b69b)
  • Add "Debug Node test" launch configs (5a76a6c)
maplibre/maplibre-gl-js (maplibre-gl)

v5.6.1

Compare Source

🐞 Bug fixes
  • Fix use of textureSize call in color relief shader (#​5980)
  • Fix Y axis transformation in projectFromLabelPlaneToClipSpace (#​6021)
  • Alpha-sort all examples (#​6049)
  • Ensure opacity is reset for popups when locationOccludedOpacity no longer applicable (#​6088)
PostHog/posthog-js (posthog-js)

v1.256.2: 1.256.2

Compare Source

1.256.2 - 2025-07-04

v1.256.1: 1.256.1

Compare Source

1.256.1 - 2025-07-02

  • fix survey input color on dark backgrounds (#​2071)

v1.256.0: 1.256.0

Compare Source

1.256.0 - 2025-06-30

  • feat: push replay and person data to intercom and crisp chat (#​2039)

v1.255.3: 1.255.3

Compare Source

1.255.3 - 2025-06-30

v1.255.2: 1.255.2

Compare Source

1.255.2 - 2025-06-30

  • fix: word break on open ended choices (#​2065)
  • chore: make it easier to run locally (#​2061)
  • chore: deprecate ip config (#​2053)
  • Fix dev on nextjs playground (#​2051)
  • feat: add vscode extension playground (#​2041)
  • chore: add a top-level changelog (#​2040)
  • chore: improve eslint rule (#​2038)
  • chore: Make nextjs playground work with regular install (#​2035)
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

stylelint/stylelint (stylelint)

v16.21.1

Compare Source

It fixes 3 bugs.


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 Tasks for the team like planning labels Jul 8, 2025
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
@t3chguy t3chguy marked this pull request as ready for review July 9, 2025 08:45
@t3chguy t3chguy requested review from a team as code owners July 9, 2025 08:45
@t3chguy t3chguy requested review from dbkr and florianduros July 9, 2025 08:45
@t3chguy t3chguy enabled auto-merge July 9, 2025 08:46
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 9, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@t3chguy t3chguy added this pull request to the merge queue Jul 9, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 9, 2025
@t3chguy t3chguy added this pull request to the merge queue Jul 9, 2025
Merged via the queue into develop with commit 7f97f46 Jul 9, 2025
56 of 60 checks passed
@t3chguy t3chguy deleted the renovate/all-minor-patch branch July 9, 2025 11:54
Dileep9999 pushed a commit to hemanth-nag/element-web that referenced this pull request Oct 8, 2025
* Update all non-major dependencies

* Prettier

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant