Skip to content

Conversation

@wing328
Copy link
Member

@wing328 wing328 commented Jan 19, 2026

Summary by cubic

Promoted 7.19.0 as latest and stable in the generator CLI version manager. Added release date and Maven download link for 7.19.0, and removed "latest" from 7.18.0.

Written for commit 14ad549. Summary will update on new commits.

@wing328 wing328 marked this pull request as ready for review January 19, 2026 18:10
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@wing328 wing328 merged commit 4498491 into master Jan 19, 2026
7 checks passed
@wing328 wing328 deleted the v7.19.0-release branch January 19, 2026 18:13
@github-actions
Copy link

🎉 This PR is included in version 2.28.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

736-c41-2c1-e464fc974 pushed a commit to Swiss-Armed-Forces/Loom that referenced this pull request Jan 23, 2026
This MR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [@mui/x-charts](https://mui.com/x/react-charts/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts)) | dependencies | minor | [`8.25.0` → `8.26.0`](https://renovatebot.com/diffs/npm/@mui%2fx-charts/8.25.0/8.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/mui/mui-x/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mui/mui-x) |
| [@mui/x-tree-view](https://mui.com/x/react-tree-view/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view)) | dependencies | minor | [`8.25.0` → `8.26.0`](https://renovatebot.com/diffs/npm/@mui%2fx-tree-view/8.25.0/8.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/mui/mui-x/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mui/mui-x) |
| [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) | devDependencies | minor | [`2.27.0` → `2.28.0`](https://renovatebot.com/diffs/npm/@openapitools%2fopenapi-generator-cli/2.27.0/2.28.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/OpenAPITools/openapi-generator-cli/badge)](https://securityscorecards.dev/viewer/?uri=github.com/OpenAPITools/openapi-generator-cli) |
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | dependencies | minor | [`25.7.4` → `25.8.0`](https://renovatebot.com/diffs/npm/i18next/25.7.4/25.8.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/i18next) |

---

### Release Notes

<details>
<summary>mui/mui-x (@&#8203;mui/x-charts)</summary>

### [`v8.26.0`](https://github.com/mui/mui-x/releases/tag/v8.26.0)

[Compare Source](mui/mui-x@v8.25.0...v8.26.0)

We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:

- 🔄 Data Grid now supports undo and redo actions. See the [Undo and redo](https://mui.com/x/react-data-grid/undo-redo/) page for details about out-of-the-box support and customization options.
- 🐞 Bugfixes

Special thanks go out to these community members for their valuable contributions:
[@&#8203;jhe-iqbis](https://github.com/jhe-iqbis)

The following team members contributed to this release:
[@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;cherniavskii](https://github.com/cherniavskii), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;romgrk](https://github.com/romgrk)

##### Data Grid

##### `@mui/x-data-grid@8.26.0`

- \[DataGrid] Add `onMenuOpen()` and `onMenuClose()` event handlers in `GridActionsCell` ([#&#8203;20994](mui/mui-x#20994)) [@&#8203;jhe-iqbis](https://github.com/jhe-iqbis)
- \[DataGrid] Fix scroll position when virtualization is disabled ([#&#8203;20958](mui/mui-x#20958)) [@&#8203;romgrk](https://github.com/romgrk)

##### `@mui/x-data-grid-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/x-data-grid@8.26.0`.

##### `@mui/x-data-grid-premium@8.26.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan")

Same changes as in `@mui/x-data-grid-pro@8.26.0`, plus:

- \[DataGridPremium] Undo and redo ([#&#8203;20993](mui/mui-x#20993)) [@&#8203;arminmeh](https://github.com/arminmeh)

##### Date and Time Pickers

##### `@mui/x-date-pickers@8.26.0`

Internal changes.

##### `@mui/x-date-pickers-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/x-date-pickers@8.26.0`.

##### Charts

##### `@mui/x-charts@8.26.0`

Internal changes.

##### `@mui/x-charts-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/x-charts@8.26.0`.

##### `@mui/x-charts-premium@8.26.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan")

Same changes as in `@mui/x-charts-pro@8.26.0`.

##### Tree View

##### `@mui/x-tree-view@8.26.0`

- \[tree view] Fix `props.id` not passed to the root element ([#&#8203;20976](mui/mui-x#20976)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle)

##### `@mui/x-tree-view-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/x-tree-view@8.26.0`.

##### Codemod

##### `@mui/x-codemod@8.26.0`

Internal changes.

##### Docs

- \[docs] Recipe for lazy loading DataGrid's detail panels with auto height ([#&#8203;20995](mui/mui-x#20995)) [@&#8203;arminmeh](https://github.com/arminmeh)

##### Core

- \[code-infra] Update `master` to `v8` references ([#&#8203;20864](mui/mui-x#20864)) [@&#8203;JCQuintas](https://github.com/JCQuintas)
- \[code-infra] Update v8 branch tags ([#&#8203;20926](mui/mui-x#20926)) [@&#8203;JCQuintas](https://github.com/JCQuintas)
- \[code-infra] V8 changes in master ([#&#8203;20919](mui/mui-x#20919)) [@&#8203;JCQuintas](https://github.com/JCQuintas)
- \[code-infra] Allow user to select target branch if it exists for current major ([#&#8203;21005](mui/mui-x#21005)) [@&#8203;JCQuintas](https://github.com/JCQuintas)
- \[internal] Set up shared instructions for coding agents ([#&#8203;21000](mui/mui-x#21000)) [@&#8203;cherniavskii](https://github.com/cherniavskii)

</details>

<details>
<summary>OpenAPITools/openapi-generator-cli (@&#8203;openapitools/openapi-generator-cli)</summary>

### [`v2.28.0`](https://github.com/OpenAPITools/openapi-generator-cli/releases/tag/v2.28.0)

[Compare Source](OpenAPITools/openapi-generator-cli@v2.27.0...v2.28.0)

##### Features

- **release:** v7.19.0 release ([#&#8203;1103](OpenAPITools/openapi-generator-cli#1103)) ([4498491](OpenAPITools/openapi-generator-cli@4498491))

</details>

<details>
<summary>i18next/i18next (i18next)</summary>

### [`v25.8.0`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2580)

[Compare Source](i18next/i18next@v25.7.4...v25.8.0)

- fix: TFunctionReturn fallback [2360](i18next/i18next#2360)

</details>

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45MC4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->

See merge request swiss-armed-forces/cyber-command/cea/loom!261

Co-authored-by: Loom MR Pipeline Trigger <group_103951964_bot_9504bb8dead6d4e406ad817a607f24be@noreply.gitlab.com>
736-c41-2c1-e464fc974 added a commit to Swiss-Armed-Forces/Loom that referenced this pull request Jan 23, 2026
chore(deps): update frontend dependencies (minor) (minor)

This MR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [@mui/x-charts](https://mui.com/x/react-charts/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts)) | dependencies | minor | [`8.25.0` → `8.26.0`](https://renovatebot.com/diffs/npm/@mui%2fx-charts/8.25.0/8.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/mui/mui-x/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mui/mui-x) |
| [@mui/x-tree-view](https://mui.com/x/react-tree-view/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view)) | dependencies | minor | [`8.25.0` → `8.26.0`](https://renovatebot.com/diffs/npm/@mui%2fx-tree-view/8.25.0/8.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/mui/mui-x/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mui/mui-x) |
| [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) | devDependencies | minor | [`2.27.0` → `2.28.0`](https://renovatebot.com/diffs/npm/@openapitools%2fopenapi-generator-cli/2.27.0/2.28.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/OpenAPITools/openapi-generator-cli/badge)](https://securityscorecards.dev/viewer/?uri=github.com/OpenAPITools/openapi-generator-cli) |
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | dependencies | minor | [`25.7.4` → `25.8.0`](https://renovatebot.com/diffs/npm/i18next/25.7.4/25.8.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/i18next) |

---

### Release Notes

<details>
<summary>mui/mui-x (@&#8203;mui/x-charts)</summary>

### [`v8.26.0`](https://github.com/mui/mui-x/releases/tag/v8.26.0)

[Compare Source](mui/mui-x@v8.25.0...v8.26.0)

We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:

- 🔄 Data Grid now supports undo and redo actions. See the [Undo and redo](https://mui.com/x/react-data-grid/undo-redo/) page for details about out-of-the-box support and customization options.
- 🐞 Bugfixes

Special thanks go out to these community members for their valuable contributions:
[@&#8203;jhe-iqbis](https://github.com/jhe-iqbis)

The following team members contributed to this release:
[@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;cherniavskii](https://github.com/cherniavskii), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;romgrk](https://github.com/romgrk)

##### Data Grid

##### `@mui/x-data-grid@8.26.0`

- \[DataGrid] Add `onMenuOpen()` and `onMenuClose()` event handlers in `GridActionsCell` ([#&#8203;20994](mui/mui-x#20994)) [@&#8203;jhe-iqbis](https://github.com/jhe-iqbis)
- \[DataGrid] Fix scroll position when virtualization is disabled ([#&#8203;20958](mui/mui-x#20958)) [@&#8203;romgrk](https://github.com/romgrk)

##### `@mui/x-data-grid-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/x-data-grid@8.26.0`.

##### `@mui/x-data-grid-premium@8.26.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan")

Same changes as in `@mui/x-data-grid-pro@8.26.0`, plus:

- \[DataGridPremium] Undo and redo ([#&#8203;20993](mui/mui-x#20993)) [@&#8203;arminmeh](https://github.com/arminmeh)

##### Date and Time Pickers

##### `@mui/x-date-pickers@8.26.0`

Internal changes.

##### `@mui/x-date-pickers-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/x-date-pickers@8.26.0`.

##### Charts

##### `@mui/x-charts@8.26.0`

Internal changes.

##### `@mui/x-charts-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/x-charts@8.26.0`.

##### `@mui/x-charts-premium@8.26.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan")

Same changes as in `@mui/x-charts-pro@8.26.0`.

##### Tree View

##### `@mui/x-tree-view@8.26.0`

- \[tree view] Fix `props.id` not passed to the root element ([#&#8203;20976](mui/mui-x#20976)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle)

##### `@mui/x-tree-view-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/x-tree-view@8.26.0`.

##### Codemod

##### `@mui/x-codemod@8.26.0`

Internal changes.

##### Docs

- \[docs] Recipe for lazy loading DataGrid's detail panels with auto height ([#&#8203;20995](mui/mui-x#20995)) [@&#8203;arminmeh](https://github.com/arminmeh)

##### Core

- \[code-infra] Update `master` to `v8` references ([#&#8203;20864](mui/mui-x#20864)) [@&#8203;JCQuintas](https://github.com/JCQuintas)
- \[code-infra] Update v8 branch tags ([#&#8203;20926](mui/mui-x#20926)) [@&#8203;JCQuintas](https://github.com/JCQuintas)
- \[code-infra] V8 changes in master ([#&#8203;20919](mui/mui-x#20919)) [@&#8203;JCQuintas](https://github.com/JCQuintas)
- \[code-infra] Allow user to select target branch if it exists for current major ([#&#8203;21005](mui/mui-x#21005)) [@&#8203;JCQuintas](https://github.com/JCQuintas)
- \[internal] Set up shared instructions for coding agents ([#&#8203;21000](mui/mui-x#21000)) [@&#8203;cherniavskii](https://github.com/cherniavskii)

</details>

<details>
<summary>OpenAPITools/openapi-generator-cli (@&#8203;openapitools/openapi-generator-cli)</summary>

### [`v2.28.0`](https://github.com/OpenAPITools/openapi-generator-cli/releases/tag/v2.28.0)

[Compare Source](OpenAPITools/openapi-generator-cli@v2.27.0...v2.28.0)

##### Features

- **release:** v7.19.0 release ([#&#8203;1103](OpenAPITools/openapi-generator-cli#1103)) ([4498491](OpenAPITools/openapi-generator-cli@4498491))

</details>

<details>
<summary>i18next/i18next (i18next)</summary>

### [`v25.8.0`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2580)

[Compare Source](i18next/i18next@v25.7.4...v25.8.0)

- fix: TFunctionReturn fallback [2360](i18next/i18next#2360)

</details>

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45MC4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->

See merge request swiss-armed-forces/cyber-command/cea/loom!261

Co-authored-by: Loom MR Pipeline Trigger <group_103951964_bot_9504bb8dead6d4e406ad817a607f24be@noreply.gitlab.com>
Co-authored-by: open-source Pipeline <group_90701827_bot_ed04ae348bc5f40af9966fb8b6867e99@noreply.gitlab.com>
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