Skip to content

chore(deps): update all non-major dependencies - #2585

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#2585
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) 21.2.121.2.2 age confidence
@commitlint/config-conventional (source) 21.2.021.2.2 age confidence
@microsoft/api-extractor (source) 7.58.127.59.0 age confidence
@schematics/angular 22.1.322.1.5 age confidence
@siemens/charts-ng 49.14.049.15.0 age confidence
@siemens/dashboards-ng 49.14.049.15.0 age confidence
@siemens/element-icons 1.4.01.4.1 age confidence
@siemens/element-ng 49.14.049.15.0 age confidence
@siemens/element-theme 49.14.049.15.0 age confidence
@siemens/element-translate-ng 49.14.049.15.0 age confidence
@siemens/live-preview 49.14.049.15.0 age confidence
@siemens/maps-ng 49.14.049.15.0 age confidence
@siemens/ngx-datatable 27.0.127.0.2 age confidence
@​softarc/native-federation 4.4.04.4.1 age confidence
@types/react-dom (source) 19.2.419.2.5 age confidence
@vitest/browser-playwright (source) 4.1.104.1.11 age confidence
@vitest/coverage-v8 (source) 4.1.104.1.11 age confidence
@vitest/eslint-plugin 1.6.261.6.27 age confidence
eslint (source) 10.8.110.9.0 age confidence
fast-xml-parser 5.10.15.11.0 age confidence
highlight.js (source) 11.11.111.12.0 age confidence
katex (source) ^0.17.0^0.17.0 || ^0.18.0 age confidence
katex (source) ^0.17.0^0.18.0 age confidence
maplibre-gl (source) 6.2.06.5.0 age confidence
mermaid 11.16.111.17.0 age confidence
piscina 5.3.05.3.1 age confidence
pnpm (source) 11.20.011.23.0 age confidence
tsx (source) 4.23.114.23.12 age confidence
typescript-eslint (source) 8.66.08.67.0 age confidence
vitest (source) 4.1.104.1.11 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v21.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v21.2.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

microsoft/rushstack (@​microsoft/api-extractor)

v7.59.0

Compare Source

Fri, 21 Aug 2026 15:16:34 GMT

Minor changes
  • Report a new ae-unresolved-import-path message when an inline import() type with a relative path cannot be resolved, instead of silently emitting the unusable path into the .d.ts rollup.

v7.58.13

Compare Source

Thu, 20 Aug 2026 00:16:38 GMT

Version update only

angular/angular-cli (@​schematics/angular)

v22.1.5

Compare Source

@​angular/cli
Commit Type Description
e672271f8 fix enforce MCP roots in get_best_practices tool
a14916cc4 fix handle errors from isAllowedWorkspacePath in best-practices tool
d6e1cddff fix throw on out-of-roots workspace in best-practices tool
@​schematics/angular
Commit Type Description
ba2b0e4c2 fix transform fail() to expect.fail() in refactor-jasmine-vitest
@​angular/build
Commit Type Description
cba72902d fix correct misleading error message for top-level await
b4679998c fix disable code splitting for unit test builds
ff1d3565e fix preserve integrity and crossorigin in autoCsp loader
1fc1fb05c perf traverse AST with iterative post-order walker in i18n inliner

v22.1.4

Compare Source

siemens/element (@​siemens/charts-ng)

v49.15.0

Compare Source

Features
  • cdk/overlay: expose scroll strategies (2c59407)
  • live-preview: support relative imports in loader via rel=true (6121e67)
  • theme: consumer defined root font size (fad2101), closes #​2166
Bug Fixes
  • application-header: fix item size to be 44px (for RFS 16px) isof 46px (cfef86b)
  • breadcrumb: remove obsolete dropdown styling (b3571fc)
  • charts/theme: add support for visualmap (9475a6e)
  • dashboards-ng: extend native-federation version range to include v22 (bc8f31d)
  • datatable: show complete header focus ring (d686f63)
  • date-range-filter: align spacing with UX (237b005)
  • date-range-filter: support entering invalid date time values (bb9fb2e)
  • empty-state: use relative size for icon (a3a8753)
  • menu: preserve submenus when items update (3098b01), closes #​2335
  • popover: reopen after close scroll strategy (b6832d8)
  • shadow-root: sync overlay styles (347a844), closes #​2447
  • theme: use relative sizes for table row heights (813dff4)
  • toast-notification: allow passing translation params to constructor function (9bfae7b)
  • wizard: focus next step content (e20e69f), closes #​2346
NOTES
  • theme: The default root font size is now configurable when loading the
    Element theme. Pass the value via $element-root-font-size, or set it
    to none to use the browser default.

    If nothing is provided, the default remains 16px, so nothing breaks
    and projects can opt in when ready. We recommend switching to none / initial
    as soon as possible. Starting with Element v52, initial will be the
    default.

    @use '@siemens/element-theme/src/theme' with (
      $element-root-font-size: initial
    );

    Furthermore, a series of helper classes are provided that can be applied
    to the <html> tag to change the root font size:

    • rfs-none: use the browser default, regardless of the configured default
    • rfs-16: use 16px
    • rfs-20: use 20px
    • rfs-24: use 24px

    Any other value can be used by setting the CSS variable at the <html>
    tag or using a :root {} CSS block: --element-root-font-size.

siemens/element-icons (@​siemens/element-icons)

v1.4.1

Compare Source

Bug Fixes
  • restore CSS version header (62ee5eb)
siemens/ngx-datatable (@​siemens/ngx-datatable)

v27.0.2

Compare Source

Bug Fixes
  • add loading indicator aria label (4b53146)
  • add proper ARIA roles to datatable table structure (efd4b36)
vitest-dev/vitest (@​vitest/browser-playwright)

v4.1.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.27

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v10.9.0

Compare Source

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v5.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.10.1...v5.11.0

highlightjs/highlight.js (highlight.js)

v11.12.0

Compare Source

Parser Engine:

  • fix(parser) count named capture groups when rewriting backreferences spokodev

New Grammars:

  • add FreeDesktop config file (.desktop / systemd) grammar gg582
  • added 3rd party Cedar grammar to SUPPORTED_LANGUAGES Dhruv Maniya
  • added 3rd party DAX and M (Power Query) grammars to SUPPORTED_LANGUAGES jiaopengzi
  • added 3rd party Djot grammar to SUPPORTED_LANGUAGES Mark Scherer
  • added 3rd party Igor Pro grammar to SUPPORTED_LANGUAGES Ryne Andal
  • added 3rd party Jaiva grammar to SUPPORTED_LANGUAGES Lehlogonolo Poole
  • added 3rd party Liquidsoap grammar to SUPPORTED_LANGUAGES Romain Beauxis
  • added 3rd party MoonBit grammar to SUPPORTED_LANGUAGES Kaida-Amethyst
  • added 3rd party Pkl grammar to SUPPORTED_LANGUAGES Dan Chao
  • added 3rd party RAScript grammar to SUPPORTED_LANGUAGES Joshua Raphael
  • added 3rd party Veryl grammar to SUPPORTED_LANGUAGES Naoya Hatta
  • added 3rd party Why3 grammar to SUPPORTED_LANGUAGES JGalego
  • added 3rd party Xojo grammar to SUPPORTED_LANGUAGES patricksalo
  • referenced existing 3rd party ES|QL grammar in SUPPORTED_LANGUAGES Styx0x6

Core Grammars:

  • fix(c) only match real atomic_* type names, not C11 atomic functions, issue #​3837 Mark Xian
  • fix(c) do not highlight C++ std types as built-ins, issue #​4103 Arron Zou
  • fix(c, cpp) bound the run of type tokens in front of a function name (ReDoS), issue #​4362 Jayesh Bhade
  • fix(c, cpp) scope angle-bracket header string to #include, issue #​3505 Pablo
  • fix(c, cpp) stop a raw string's closing delimiter from swallowing quotes, issue #​3585 David Pavlovschii
  • enh(cmake) add block and endblock keywords Anonymous Maarten
  • fix(cmake) only highlight standalone numbers, not digits that begin an identifier (e.g. 3rdparty), issue #​4170 Mark Xian
  • fix(cpp) require a word boundary before numeric literals so digits inside identifiers aren't highlighted as numbers, issue #​4231 Mark Xian
  • fix(crystal) stop treating integer division // as a regex literal Zain Asif
  • enh(csharp) support digit separators in binary literals and numeric type suffixes, and stop highlighting the leading _ of an identifier, issue #​4258 Sarath Francis
  • enh(css) add corner-shape properties Hama Tanveer
  • enh(css) support six-digit unicode-range values Konstantin Baltsat
  • enh(dart) add highlighting for class and function names guuido
  • enh(dns) highlight registered CAA property tags, issue #​4475 Joey Huang
  • enh(dns) improve grammar: character strings, TXT, classes, escapes, addresses Checconio
  • enh(dos) add batch as an alias, issue #​4395 Hashim Khan
  • enh(gherkin) update keyword list Hirse
  • enh(gherkin) variables can't contain whitespace Hirse
  • enh(gherkin) docstrings can use backticks Hirse
  • enh(go) recognize binary integer literals spokodev
  • enh(groovy) support underscores in numeric literals greymoth
  • fix(haskell) highlight where in GADT and closed type-family declarations, issue #​3753 Konstantin Baltsat
  • enh(java) improve detection of types, including generic and array types Hannes Wallnoefer
  • enh(javascript) add self to built-in variables Dsaquel
  • enh(kotlin) add ktm and ktx aliases DarkMatter-999
  • fix(leaf) fix bug in Leaf keyword highlighting Francesco Paolo Severino
  • fix(lisp) preserve highlighting after quoted multiplication expressions arturict
  • enh(llvm) support block C-style comments utam-1
  • enh(lua) add Lua 5.5 global keyword Nibiri
  • fix(markdown) don't treat a *** or ___ thematic break as the start of bold text, issue #​3719 Mayank Gupta
  • enh(nsis) enhance NSIS rules Jan T. Sott
  • enh(python) add missing builtins: aiter and anext (3.10), frozendict and sentinel (3.15) Hugo van Kemenade
  • enh(python) correctly highlight lazy import syntax from PEP 810 Peter Bierma
  • enh(python) support t-strings Nicolas Le Cam
  • fix(ruby) don't treat the scope resolution operator :: as a symbol, issue #​4294 Hashim Khan
  • enh(rust) add safe keyword Frances Wingerter
  • enh(rust) include the raw borrow operator in keywords Shiva Kiran Koninty
  • enh(rust) parse f16 and f128 literals usamoi
  • fix(rust) allow function invocations whose names start with a keyword Xia Li-yao
  • fix(rust) recognize \\ and \" char-literal escapes so highlighting doesn't leak, issue #​4351 Sarath Francis
  • enh(shell) match period (.) as part of shell prompt Ian Wienand
  • enh(sqf) update to Arma 3 v2.22 LouMontana
  • fix(xml) remove recursive sublanguage references to prevent ReDoS petejm

Documentation:

  • docs(php) explain the difference between php and php-template Zain Asif
  • document LLVM IR in SUPPORTED_LANGUAGES Jan Schultke
  • document the existing pwsh alias for PowerShell helpimnotdrowning
  • list languages with category "common" in SUPPORTED_LANGUAGES Marc Bernard
  • remind contributors to run npm i Proliecan
  • fix typos in README.CDN.md Zitrone

Themes:

Build / Tooling:

  • (build) allow third-party packages to override default languages Lysxia
  • (build) use Trusted Publishers in the publishing pipeline allejo
  • fix(types) allow RegExp in Mode.keywords KJyang-0114
  • refactor(tools) replace @colors/colors with ansis webdiscus
  • chore: dependency updates

CONTRIBUTORS

v11.11.2

Compare Source

Parser Engine:

  • fix illegal handling at end of input code Josh Goebel

New Grammars:

  • added 3rd party Aiken grammar to SUPPORTED_LANGUAGES Josh Marchand
  • added 3rd party VoltScript grammar to SUPPORTED_LANGUAGES Chester Moses
  • added 3rd party Gleam grammar to SUPPORTED_LANGUAGES Filip Hoffmann
  • added 3rd party Magik grammar to SUPPORTED_LANGUAGES Sebastiaan Speck
  • added 3rd party Prisma grammar to SUPPORTED_LANGUAGES SungHyun Kim
  • added 3rd party Bicep grammar to SUPPORTED_LANGUAGES Anthony Martin
  • added 3rd party L4 grammar to SUPPORTED_LANGUAGES Thomas Gorissen
  • added 3rd party Abc Notation grammar to SUPPORTED_LANGUAGES NriotHrreion

Core Grammars:

  • fix(cpp) exclude keywords from function calls Eisenwave
  • enh(csp) add missing directives / keywords from MDN (7 more) Max Liashuk
  • enh(ada) add new parallel keyword, allow [] for Ada 2022 Max Reznik
  • fix(javascript) correctly highlight 'for await' again [wolfgang42][]
  • fix(diff) fix unified diff hunk header regex to allow unpaired numbers Chris Wilson
  • enh(php) support single line and hash comments in attributes, constructor and functions Antoine Musso
  • fix(ex) adds support for ?' char literal and missing defguardp keyword Kevin Bloch
  • enh(json) add json5 support Kerry Shetline
  • fix(csharp) Support digit separators te-ing
  • fix(css) unicode-range parsing, issue #​4253 Kerry Shetline

Documentation:

Themes:

  • Fix: cybertopia themes render correctly in shadow DOM hbgl
  • added "vs Dark " theme Twineee1

Themes:

CONTRIBUTORS

KaTeX/KaTeX (katex)

v0.18.4

Compare Source

Bug Fixes

v0.18.3

Compare Source

Bug Fixes

v0.18.2

Compare Source

Bug Fixes

v0.18.1

Compare Source

Bug Fixes

v0.18.0

Compare Source

Features
BREAKING CHANGES
  • users who apply custom styles or have allowlists targeting KaTeX's internal classes must update their selectors.
maplibre/maplibre-gl-js (maplibre-gl)

v6.5.0

Compare Source

✨ Features and improvements
  • Add experimental ImageSource.setWarp and ImageSource.getWarp, choosing between a auto, perspective and a flat warp of the image (#​8172) (by @​HarelM)
🐞 Bug fixes
  • Fixed incorrect image source on projection on globe view (#​8172) (by @​HarelM)
  • Fix the globe zooming itself in when panned away from a pole at the minimum zoom, where the latitude zoom compensation was applied on top of the constrain's own clamp (#​8182) (by @​mondsichtung)
  • Fix dragging the globe from the empty space around it, which barely moved the map and often in the wrong direction (#​8174) (by @​mondsichtung)

v6.4.1

Compare Source

🐞 Bug fixes
  • Fix DOM.sanitize leaving dangerous attributes behind when multiple consecutive attributes are present. Iterating the live NamedNodeMap from elem.attributes while calling removeAttribute skipped the attribute directly after a removed one, so a second dangerous attribute (for example an ontoggle on a <details open> element) could survive sanitisation and later execute (#​8189) (by @​0xKirisame)
  • Give custom layers the live globe transition in CustomRenderMethodInput.defaultProjectionData.projectionTransition, which was hardcoded to 1 for the whole globe/mercator transition, so a custom layer jumped straight to the fully bent globe while every other layer eased (#​8169) (by @​mondsichtung)

v6.4.0

Compare Source

✨ Features and improvements
  • Avoid a per-query Array.sort() in cross-tile symbol matching (TileLayerIndex.findMatches), claiming the lowest-index unclaimed candidate in a single pass instead; reduces main-thread symbol-placement cost on dense/coincident symbol layers (#​7797) (by @​pholmstr)
  • Use texelFetch for exact DEM and color-relief elevation stop lookups instead of normalized texture coordinate arithmetic (#​7640) (by @​johncarmack1984)
  • Make default draggable markers keyboard-focusable and movable with the arrow keys (1 px per press, 10 px with Shift); custom marker elements stay application-owned (#​8020) (by @​smmariquit)
🐞 Bug fixes
  • Fix a permanent frame rate degradation after switching styles: every sprite reload marked its images as updated forever, making every in-view tile re-check and re-upload them on every frame. Also stop leaking the images of a replaced sprite, which were never removed from the image manager (#​8052) (by @​HarelM)
  • Prevent a rejected missing style image resolver from blocking successfully resolved images in the same batch (#​8146) (by @​birkskyum)
  • Explicitly request no browser color management when decoding raster-DEM tiles so their RGB-encoded elevation values are not changed (what would otherwise happen with gfx.color_management.mode = 1 in Firefox) (#​8125) (by @​tnikkel)
  • Let an abort reach an image or raster tile load that is still awaiting its transformRequest, so ImageSource.updateImage no longer loses the image it was just handed and an aborted tile is no longer fetched (#​8071) (by @​mondsichtung)
  • Fix raster tiles fading in again when they are reloaded, briefly flashing the map background, most visibly when switching projection (#​8106) (by @​mondsichtung)
  • Fix globe panning inverting and stalling near and across the poles by rotating the globe with a versor, keeping the drag direction consistent at every latitude. Panning also eases off as the cursor approaches the edge of the globe and continues past it, instead of stopping. The bearing is preserved while panning, as before (#​5296) (by @​jcolot)
  • Fix fill-extrusion-rounded-corner-distance producing spikes: corner arcs now land on the integer tile grid, and corners created by tile clipping are left sharp (#​8153) (by @​HarelM)
  • Fix a gesture which was held still before being released still flinging the map (#​1303) (by @​zdila)

v6.3.0

Compare Source

✨ Features and improvements
  • Make fired/listened map events typed. This means that map.on("something", ...) (and once, listens) will now give you an typescript error and better autocomplete. If you relied on firing/listening custom events via the map, this still works via the escape hatches map.fire("something" as any) -> map.on("something" as any, ...) (#​8072) (by @​CommanderStorm)
  • Let a StyleImageInterface give a {renderWithWebGL} callback as its data, an escape hatch for plugin developers and advanced users that renders a style image on the GPU instead of moving its pixels through the CPU. Nothing new is possible that pixels could not already express, but an image that changes often, such as an animated icon, gets more performant (#​7954) (by @​lucaswoj)
  • Use integer vertex attributes for packed line data instead of float conversion (#​7640) (by @​johncarmack1984)
  • Use integer vertex attributes for packed circle, heatmap, symbol, and fill-extrusion data instead of float conversion (#​7640, #​8143) (by @​johncarmack1984)
  • Redesign benchmarks to use vitest bench capabilities and remove custom build for benchmarks code (#​982) (by @​johncarmack1984)
🐞 Bug fixes
  • Fix terrain pan/zoom gestures losing the grabbed terrain point: gestures are now solved against the elevation of the terrain under the gesture instead of the frozen center elevation, so terrain under the pointer/fingers no longer slips during moving-centroid pinches and drags (#​8067) (by @​StrawberryJam22)
  • Fix ImageSource, VideoSource and CanvasSource leaking a GPU texture on every image update and on removal, and a resized texture losing its wrap and filter settings (#​8094) (by @​mondsichtung)
  • Fix map.queryRenderedFeatures() sometimes causing "Out of bounds" error due to race condition while loading tile data (#​8064) (by @​smvjohansenbouvet)
  • Fix zooming the globe with the scroll wheel or a two-finger pinch drifting away from the pointer while the globe is small on screen, instead of keeping the location under the pointer as it does when zoomed in (#​8095) (by @​mondsichtung)
  • Fix projective rendering for non-parallelogram image source quads (#​7887) (by @​i4innovationnet)
mermaid-js/mermaid (mermaid)

v11.17.0

Compare Source

Minor Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "before 7am on Wednesday"
  • Automerge
    • At any time (no schedule defined)

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

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 requested review from a team as code owners August 19, 2026 00:30
@renovate renovate Bot added the dep-bump label Aug 19, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 3f81b1d to c7d7457 Compare August 24, 2026 15:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f6bdb2b to fd2fcb9 Compare August 26, 2026 15:03
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from fd2fcb9 to 684a2db Compare August 26, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants