Skip to content

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

Merged
spike-rabbit merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 9, 2026
Merged

chore(deps): update all non-major dependencies#1482
spike-rabbit merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2026

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) 20.4.120.4.3 age confidence
@commitlint/config-conventional (source) 20.4.120.4.3 age confidence
@eslint/js (source) 9.39.29.39.4 age confidence
@microsoft/api-extractor (source) 7.56.37.57.6 age confidence
@module-federation/enhanced (source) 2.0.02.1.0 age confidence
@siemens/element-icons 1.0.11.1.0 age confidence
@​simpl/docs-composer 11.16.711.16.8 age confidence
@​softarc/native-federation-node 3.5.23.5.4 age confidence
@types/node (source) 24.10.1224.12.0 age confidence
angular-eslint (source) 21.2.021.3.0 age confidence
eslint (source) 9.39.29.39.4 age confidence
eslint-plugin-headers 1.3.31.3.4 age confidence
eslint-plugin-perfectionist (source) 5.5.05.6.0 age confidence
eslint-plugin-tsdoc (source) 0.5.00.5.2 age confidence
fast-xml-parser 5.3.85.4.2 age confidence
glob 13.0.113.0.6 age confidence
jasmine (source) 6.0.06.1.0 age confidence
postcss (source) 8.5.68.5.8 age confidence
typescript-eslint (source) 8.54.08.56.1 age confidence

Release Notes

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

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

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

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

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

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

eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

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

v7.57.6

Compare Source

Wed, 25 Feb 2026 21:39:42 GMT

Patches

v7.57.5

Compare Source

Wed, 25 Feb 2026 00:34:29 GMT

Version update only

v7.57.4

Compare Source

Tue, 24 Feb 2026 01:13:27 GMT

Version update only

v7.57.3

Compare Source

Mon, 23 Feb 2026 00:42:21 GMT

Patches
  • Add missing "./extends/*.json" to the package.json "exports" field so that "@​microsoft/api-extractor/extends/tsdoc-base.json" is importable.

v7.57.2

Compare Source

Fri, 20 Feb 2026 16:14:49 GMT

Patches
  • Bump minimatch from 10.1.2 to 10.2.1

v7.57.1

Compare Source

Fri, 20 Feb 2026 00:15:03 GMT

Patches
  • Add "node" condition before "import" in the "exports" map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via "import". Fixes #​5644.

v7.57.0

Compare Source

Thu, 19 Feb 2026 00:04:52 GMT

Minor changes
  • Normalize package layout. CommonJS is now under lib-commonjs, DTS is now under lib-dts, and ESM is now under lib-esm. Imports to lib still work as before, handled by the "exports" field in package.json.
module-federation/core (@​module-federation/enhanced)

v2.1.0

Compare Source

Patch Changes

v2.0.1

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

v1.1.0

Compare Source

Features
  • icon: new icons added to library (e0b2d1f)
  • icons: added new requested icons (7283201)
  • icons: adding various icons (9f04f9d)

1.0.3 (2026-02-18)

Bug Fixes
  • icons: exchange home icon (ecb38bf)

1.0.2 (2026-02-10)

Bug Fixes
  • remove engine constraints (4c8815f)

1.0.1 (2026-02-09)

Bug Fixes
  • add icon and drawio zip files to the release (3ece086)
  • allow npm package to be installed with any engine (cf23686)

v1.0.3

Compare Source

Bug Fixes
  • icons: exchange home icon (ecb38bf)

v1.0.2

Compare Source

Bug Fixes
  • remove engine constraints (4c8815f)
angular-eslint/angular-eslint (angular-eslint)

v21.3.0

Compare Source

🚀 Features
  • add support for ESLint v10 (#​2903)
  • eslint-plugin-template: add no-non-null-assertion rule (#​2885)
  • eslint-plugin: add computed-must-return rule (#​2882)
❤️ Thank You
  • Evgeny Stepanovych @​undsoft
  • Guillaume DROUARD
  • Jason Weinzierl
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

robmisasi/eslint-plugin-headers (eslint-plugin-headers)

v1.3.4

Compare Source

  • Support ESLint 10.

Full Changelog: robmisasi/eslint-plugin-headers@v1.3.3...v1.3.4

azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v5.6.0

Compare Source

compare changes

🚀 Features
🐞 Bug Fixes
  • sort-classes: Avoid crashes on unknown class elements
    (912f8a8b)
  • sort-objects: Find declaration comments before exported variables
    (9f90465e)
  • Normalize parenthesized union and intersection member names
    (d82f1e9f)
❤️ Contributors
microsoft/tsdoc (eslint-plugin-tsdoc)

v0.5.2

Compare Source

Wed, 25 Feb 2026 21:34:35 GMT

Patches
  • Replace deprecated context.getSourceCode() and context.getCwd() with context.sourceCode and context.cwd for ESLint 10 compatibility, with fallback for older versions.

v0.5.1

Compare Source

Wed, 25 Feb 2026 02:06:43 GMT

Patches
  • Update the @typescript-eslint/utils dependency to ~8.56.0 to address CVE-2026-26996.
NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v5.4.2

Compare Source

v5.4.1

Compare Source

v5.4.0: Separate Builder

Compare Source

XML Builder was the part of fast-xml-parser for years. But considering that any bug in builder may false-alarm the users who are only using parser and vice-versa, we have decided to split it into a separate package.

Migration

To migrate to fast-xml-builder;

From

import { XMLBuilder } from "fast-xml-parser";

To

import  XMLBuilder  from "fast-xml-builder";

XMLBuilder will be removed from current package in any next major version of this library. So better to migrate.

v5.3.9: support strictReservedNames

Compare Source

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

isaacs/node-glob (glob)

v13.0.6

Compare Source

v13.0.5

Compare Source

v13.0.4

Compare Source

v13.0.3

Compare Source

v13.0.2

Compare Source

jasmine/jasmine-npm (jasmine)

v6.1.0

Compare Source

Please see the release notes.

postcss/postcss (postcss)

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).
typescript-eslint/typescript-eslint (typescript-eslint)

v8.56.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.55.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


Documentation.
Examples.
Dashboards Demo.
Playwright report.

Coverage Reports:

Code Coverage

@renovate renovate bot requested a review from a team as a code owner February 9, 2026 18:06
@renovate renovate bot added the dep-bump label Feb 9, 2026
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2dead35 to 2f21d5e Compare February 10, 2026 11:22
@renovate renovate bot changed the title chore(deps): update dependency typescript-eslint to v8.55.0 chore(deps): update all non-major dependencies Feb 10, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f21d5e to ce0fcfd Compare February 10, 2026 16:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce0fcfd to d669302 Compare February 12, 2026 04:40
@renovate renovate bot requested a review from a team as a code owner February 12, 2026 04:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 14f4f38 to c4aa091 Compare February 19, 2026 01:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 0963d9d to fc2ed44 Compare February 23, 2026 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 435b74c to eaec29b Compare March 6, 2026 22:13
@mistrykaran91 mistrykaran91 force-pushed the renovate/all-minor-patch branch from eaec29b to 8d9c227 Compare March 9, 2026 09:45
@renovate
Copy link
Contributor Author

renovate bot commented Mar 9, 2026

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.

@mistrykaran91 mistrykaran91 force-pushed the renovate/all-minor-patch branch 2 times, most recently from ee36735 to b8cf49f Compare March 9, 2026 11:27
Copy link
Member

@spike-rabbit spike-rabbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@spike-rabbit spike-rabbit enabled auto-merge March 9, 2026 11:29
@mistrykaran91 mistrykaran91 force-pushed the renovate/all-minor-patch branch from 0cc1f0d to 27b54d2 Compare March 9, 2026 13:12
Copy link
Member

@spike-rabbit spike-rabbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@spike-rabbit spike-rabbit added this pull request to the merge queue Mar 9, 2026
Merged via the queue into main with commit f80e2e2 Mar 9, 2026
11 checks passed
@spike-rabbit spike-rabbit deleted the renovate/all-minor-patch branch March 9, 2026 16:42
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.

2 participants