Update latest patch version to 11.7.4 (#37023)

Automatic Merge
This commit is contained in:
unified-ci-app[bot]
2026-06-12 10:59:45 +02:00
committed by GitHub
parent 28b63b15f7
commit a1ea6e3a8d
7 changed files with 25 additions and 24 deletions
+1
View File
@@ -13,6 +13,7 @@ import (
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
"11.7.4",
"11.7.3",
"11.7.2",
"11.7.1",
+4 -4
View File
@@ -3,17 +3,17 @@
"browser": {
"./client/web_client.jsx": "./client/browser_web_client.jsx"
},
"version": "11.7.3",
"version": "11.7.4",
"private": true,
"dependencies": {
"@floating-ui/react": "0.26.6",
"@giphy/js-fetch-api": "5.7.0",
"@giphy/react-components": "10.1.0",
"@guyplusplus/turndown-plugin-gfm": "1.0.7",
"@mattermost/client": "11.7.3",
"@mattermost/client": "11.7.4",
"@mattermost/desktop-api": "6.2.0-1",
"@mattermost/shared": "11.7.3",
"@mattermost/types": "11.7.3",
"@mattermost/shared": "11.7.4",
"@mattermost/types": "11.7.4",
"@mui/base": "5.0.0-alpha.127",
"@mui/material": "5.11.16",
"@mui/styled-engine-sc": "5.11.11",
+12 -12
View File
@@ -57,16 +57,16 @@
},
"channels": {
"name": "mattermost-webapp",
"version": "11.7.3",
"version": "11.7.4",
"dependencies": {
"@floating-ui/react": "0.26.6",
"@giphy/js-fetch-api": "5.7.0",
"@giphy/react-components": "10.1.0",
"@guyplusplus/turndown-plugin-gfm": "1.0.7",
"@mattermost/client": "11.7.3",
"@mattermost/client": "11.7.4",
"@mattermost/desktop-api": "6.2.0-1",
"@mattermost/shared": "11.7.3",
"@mattermost/types": "11.7.3",
"@mattermost/shared": "11.7.4",
"@mattermost/types": "11.7.4",
"@mui/base": "5.0.0-alpha.127",
"@mui/material": "5.11.16",
"@mui/styled-engine-sc": "5.11.11",
@@ -25489,7 +25489,7 @@
},
"platform/client": {
"name": "@mattermost/client",
"version": "11.7.3",
"version": "11.7.4",
"license": "MIT",
"devDependencies": {
"@types/jest": "30.0.0",
@@ -25500,7 +25500,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.7.3",
"@mattermost/types": "11.7.4",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
@@ -25693,11 +25693,11 @@
}
},
"platform/mattermost-redux": {
"version": "11.7.3",
"version": "11.7.4",
"license": "MIT",
"dependencies": {
"@mattermost/client": "11.7.3",
"@mattermost/types": "11.7.3",
"@mattermost/client": "11.7.4",
"@mattermost/types": "11.7.4",
"@redux-devtools/extension": "3.3.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.38",
@@ -25719,7 +25719,7 @@
},
"platform/shared": {
"name": "@mattermost/shared",
"version": "11.7.3",
"version": "11.7.4",
"license": "MIT",
"dependencies": {
"classnames": "^2.3.1"
@@ -25752,7 +25752,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.7.3",
"@mattermost/types": "11.7.4",
"@testing-library/react": "^16",
"react": ">=17",
"react-intl": ">=7",
@@ -25886,7 +25886,7 @@
},
"platform/types": {
"name": "@mattermost/types",
"version": "11.7.3",
"version": "11.7.4",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.0"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@mattermost/client",
"version": "11.7.3",
"version": "11.7.4",
"description": "JavaScript/TypeScript client for Mattermost",
"keywords": [
"mattermost"
@@ -27,7 +27,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.7.3",
"@mattermost/types": "11.7.4",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
@@ -1,6 +1,6 @@
{
"name": "mattermost-redux",
"version": "11.7.3",
"version": "11.7.4",
"description": "Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client",
"keywords": [
"mattermost"
@@ -39,8 +39,8 @@
"directory": "webapp/platform/mattermost-redux"
},
"dependencies": {
"@mattermost/client": "11.7.3",
"@mattermost/types": "11.7.3",
"@mattermost/client": "11.7.4",
"@mattermost/types": "11.7.4",
"@redux-devtools/extension": "3.3.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.38",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@mattermost/shared",
"version": "11.7.3",
"version": "11.7.4",
"description": "Shared components and utilities for use by the Mattermost web app and its plugins",
"keywords": [
"mattermost"
@@ -83,7 +83,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.7.3",
"@mattermost/types": "11.7.4",
"@testing-library/react": "^16",
"react": ">=17",
"react-intl": ">=7",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@mattermost/types",
"version": "11.7.3",
"version": "11.7.4",
"description": "Shared type definitions used by the Mattermost web app",
"keywords": [
"mattermost"