Skip to content

fix(deps): update typescript dependencies - #591

Open
rigelbuild-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-dependencies
Open

fix(deps): update typescript dependencies#591
rigelbuild-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-dependencies

Conversation

@rigelbuild-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@happy-dom/global-registrator (source) 20.11.120.11.6 age confidence
@opentelemetry/exporter-metrics-otlp-proto (source) ^0.220.0^0.221.0 age confidence
@opentelemetry/exporter-trace-otlp-proto (source) ^0.220.0^0.221.0 age confidence
@opentelemetry/sdk-logs (source) ^0.220.0^0.221.0 age confidence
@shikijs/langs (source) 4.4.14.4.3 age confidence
@shikijs/themes (source) 4.4.14.4.3 age confidence
@testing-library/jest-dom 7.0.07.0.1 age confidence
@wailsio/runtime (source) 3.0.0-beta.03.0.0-beta.10 age confidence
happy-dom 20.11.120.11.6 age confidence
renovate (source) 44.33.144.35.3 age confidence
shiki (source) 4.4.14.4.3 age confidence

Release Notes

capricorn86/happy-dom (@​happy-dom/global-registrator)

v20.11.6

Compare Source

👷‍♂️ Patch fixes

v20.11.5

Compare Source

👷‍♂️ Patch fixes
  • Allow explicit element types for querySelector (e.g. querySelector<HTMLInputElement>(".my-input")) - By @​cyphercodes

v20.11.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes the CORS check fetch() to match origins instead of host and protocol - By @​rexxars in task #​1490

v20.11.3

Compare Source

👷‍♂️ Patch fixes

v20.11.2

Compare Source

👷‍♂️ Patch fixes
open-telemetry/opentelemetry-js (@​opentelemetry/exporter-metrics-otlp-proto)

v0.221.0

Compare Source

shikijs/shiki (@​shikijs/langs)

v4.4.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.4.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
testing-library/jest-dom (@​testing-library/jest-dom)

v7.0.1

Compare Source

Bug Fixes
wailsapp/wails (@​wailsio/runtime)

v3.0.0-beta.10: Wails v3.0.0-beta.10

Compare Source

Wails v3 Beta Release - v3.0.0-beta.10

Fixed

  • Fix GTK4 Linux host dropping custom-protocol and file-association launch arguments in PR by @​midagedev
  • Correctly handle deleted lines and same-source corrections in changelog validation in PR by @​taliesin-ai

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.10

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.9: Wails v3.0.0-beta.9

Compare Source

Wails v3 Beta Release - v3.0.0-beta.9

Added

Changed

  • Update GTK application flags to G_APPLICATION_NON_UNIQUE for Linux in PR by @​overlordtm
  • Log missing window events at debug level instead of warning in PR by @​julianstorer

Fixed

  • Cancel macOS and iOS asset request contexts when WebKit aborts the matching custom-scheme task (#​5963)
  • Handle WindowSetFullscreenButtonEnabled message in PR by @​archy-rock3t-cloud
  • Import Fragment in preact-ts template to resolve build failure in PR by @​haoku123
  • Prevent legacy GTK3 service-only applications from crashing when screen
    discovery runs before an active window or display is available (#​5966)
  • Fixes issue with incorrect handling of empty strings in JSON parsing in PR by @​taliesin-ai
  • Allow explicit-version release runs to proceed when the unreleased changelog is empty (#​5977)

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.9

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.8: Wails v3.0.0-beta.8

Compare Source

Wails v3 Beta Release - v3.0.0-beta.8

Added

  • Add documentation URL generation to automatic changelog entries in PR by @​taliesin-ai
  • Add Streams: bidirectional byte streams between Go and JavaScript with the WebSocket
    programming model and no listening socket. Declare a stream in Go with
    app.HandleStream(name, handler) and connect from the frontend with Stream(name),
    which returns a WebSocket-shaped object. Go→JS is carried by one held poll per
    window over the asset server, JS→Go by a normal POST; nothing binds a TCP port and
    nothing goes through evaluateJavaScript. In server builds (-tags server) the same
    handler is served over a real WebSocket instead, so application code is identical
    across builds. by @​leaanthony
  • Move mailbox changelog entry to Unreleased in PR by @​leaanthony

Changed

  • Update docs sidebar autogeneration and blog author type derivation in PR by @​leaanthony

Fixed

  • WebView2 initialization uses a deadline and message pump in PR by @​leaanthony
  • WebView2 cookie test skips in CI unless opt-in and locks execution to current OS thread in PR by @​leaanthony
  • Windows menu builders restore command IDs for submenu parent items in PR by @​gilad-ch
  • Align the official cross-compilation image with the GTK 4.14+ Linux support baseline (#​5928)
  • Configure iOS Xcode project to retain inherited linker flags and add -ObjC in PR by @​mortenolsrud
  • Fix excessive TCP connection churn in the wails3 dev asset proxy on large frontends, which could exhaust the host's ephemeral ports and make unrelated processes fail with EADDRNOTAVAIL
  • Queue per-window event JavaScript for ordered dispatch and backpressure in PR by @​leaanthony

Removed

  • Remove the desktop binary release pipeline: v3 releases are tag-only and the wails3 CLI is installed with go install. Deletes release-v3.yml and the nightly step that dispatched it in PR by @​leaanthony

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.8

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.7: Wails v3.0.0-beta.7

Compare Source

Wails v3 Beta Release - v3.0.0-beta.7

Added

  • Add macOS autoplay preference to disable user action requirement for media playback in PR by @​Eyalm321
  • Move mailbox changelog entry to Unreleased in PR by @​leaanthony

Changed

Fixed

  • Configure iOS Xcode project to retain inherited linker flags and add -ObjC in PR by @​mortenolsrud
  • Fix excessive TCP connection churn in the wails3 dev asset proxy on large frontends, which could exhaust the host's ephemeral ports and make unrelated processes fail with EADDRNOTAVAIL
  • Queue per-window event JavaScript for ordered dispatch and backpressure in PR by @​leaanthony

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.7

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.5: Wails v3.0.0-beta.5

Compare Source

Wails v3 Beta Release - v3.0.0-beta.5

Fixed

  • macOS app activation now respects activation policy for regular apps only in PR by @​julianstorer
  • Guard uninitialized GTK windows in Linux builds in PR by @​julianstorer
  • Set explicit opaque background color for Linux WebKit windows before URL load in PR by @​julianstorer

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.5

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.1: Wails v3.0.0-beta.1

Compare Source

Full Changelog: wailsapp/wails@v3.0.0-beta.0...v3.0.0-beta.1

renovatebot/renovate (renovate)

v44.35.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.2 (main) (#​45364) (71b9888)

v44.35.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.1 (main) (#​45363) (52db0eb)

v44.35.1

Compare Source

Bug Fixes

v44.35.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.0 (main) (#​45361) (179b8f4)

v44.34.3

Compare Source

Bug Fixes
  • kotlin-script: support vararg arguments in @file:DependsOn and @file:Repository (#​44762) (8ea65f7)

v44.34.2

Compare Source

Bug Fixes

v44.34.1

Compare Source

Build System
  • deps: update dependency azure-devops-node-api to v15.1.3 (main) (#​45355) (ae4f36d)

v44.34.0

Compare Source

Features
  • manager/poetry: pass POETRY_SOLVER_MIN_RELEASE_AGE when minimumReleaseAge is configured (#​43429) (dd72cf0)
Documentation
Miscellaneous Chores
Code Refactoring
  • changelog: make release-notes URLs overridable on ChangeLogSource (#​45260) (e42c696)
  • config: use constants for config validation topics (#​45333) (1d6af9f)
Continuous Integration
  • oxlint: move custom oxlint rules to typescript and alternative API (#​45337) (e44c9a2)
  • precommit: block issue closing keywords in commit messages (#​45290) (c235170)

v44.33.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.87.3 (main) (#​45332) (1333d2c)
Miscellaneous Chores
Continuous Integration
  • add restore-keys fallback for tsbuildinfo cache (97c10ff)
  • add restore-keys fallback for vitest cache (a265d4a)
  • add missing description to setup-docker action (da7dc8b)
  • correctly generate prefetch matrix cache key (6a7683b)
  • don't gate build-docs on lint-docs (27875b6)
  • don't gate lint-actions on setup-build (4dae136)
  • ensure lint-actions lints composite actions (a00fef3)
  • ensure that linting leads to test-success failure (267c7ff)
  • evaluate codecov fail_ci_if_error as an expression (eeaa20f)
  • mend-slack: pass discussion timestamp to script via env (0bc5849)
  • never restore caches into the release job (34c7bcb)
  • pass secrets and inputs to release scripts via env (a0ad2d0)
  • remove duplicated markdown-lint step from lint-docs (d1073f0)
  • ws_scan: pass Mend API key via WS_APIKEY environment variable (2d566bf)

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 CLI.

@rigelbuild-renovate rigelbuild-renovate Bot added the dependencies Pull requests that update a dependency file label Aug 25, 2026
@github-actions

Copy link
Copy Markdown

Compass engineering docs preview: https://renovate-typescript-dependen.compass-eng-docs.pages.dev

Deployed from renovate/typescript-dependencies at 3176995.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants