Update latest patch version to 11.6.5 (#36752)

Co-authored-by: unified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com>
This commit is contained in:
unified-ci-app[bot]
2026-05-27 14:13:19 +05:30
committed by GitHub
parent 374d684317
commit 84a8bdda7d
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.6.5",
"11.6.4",
"11.6.3",
"11.6.2",
+4 -4
View File
@@ -3,17 +3,17 @@
"browser": {
"./client/web_client.jsx": "./client/browser_web_client.jsx"
},
"version": "11.6.4",
"version": "11.6.5",
"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.6.4",
"@mattermost/client": "11.6.5",
"@mattermost/desktop-api": "6.2.0-1",
"@mattermost/shared": "11.6.4",
"@mattermost/types": "11.6.4",
"@mattermost/shared": "11.6.5",
"@mattermost/types": "11.6.5",
"@mui/base": "5.0.0-alpha.127",
"@mui/material": "5.11.16",
"@mui/styled-engine-sc": "5.11.11",
+12 -12
View File
@@ -58,16 +58,16 @@
},
"channels": {
"name": "mattermost-webapp",
"version": "11.6.4",
"version": "11.6.5",
"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.6.4",
"@mattermost/client": "11.6.5",
"@mattermost/desktop-api": "6.2.0-1",
"@mattermost/shared": "11.6.4",
"@mattermost/types": "11.6.4",
"@mattermost/shared": "11.6.5",
"@mattermost/types": "11.6.5",
"@mui/base": "5.0.0-alpha.127",
"@mui/material": "5.11.16",
"@mui/styled-engine-sc": "5.11.11",
@@ -25873,7 +25873,7 @@
},
"platform/client": {
"name": "@mattermost/client",
"version": "11.6.4",
"version": "11.6.5",
"license": "MIT",
"devDependencies": {
"@types/jest": "30.0.0",
@@ -25884,7 +25884,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.6.4",
"@mattermost/types": "11.6.5",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
@@ -26078,11 +26078,11 @@
}
},
"platform/mattermost-redux": {
"version": "11.6.4",
"version": "11.6.5",
"license": "MIT",
"dependencies": {
"@mattermost/client": "11.6.4",
"@mattermost/types": "11.6.4",
"@mattermost/client": "11.6.5",
"@mattermost/types": "11.6.5",
"@redux-devtools/extension": "3.3.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.38",
@@ -26104,7 +26104,7 @@
},
"platform/shared": {
"name": "@mattermost/shared",
"version": "11.6.4",
"version": "11.6.5",
"license": "MIT",
"dependencies": {
"classnames": "^2.3.1"
@@ -26137,7 +26137,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.6.4",
"@mattermost/types": "11.6.5",
"@testing-library/react": "^16",
"react": ">=17",
"react-intl": ">=7",
@@ -26272,7 +26272,7 @@
},
"platform/types": {
"name": "@mattermost/types",
"version": "11.6.4",
"version": "11.6.5",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.0"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@mattermost/client",
"version": "11.6.4",
"version": "11.6.5",
"description": "JavaScript/TypeScript client for Mattermost",
"keywords": [
"mattermost"
@@ -27,7 +27,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.6.4",
"@mattermost/types": "11.6.5",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
@@ -1,6 +1,6 @@
{
"name": "mattermost-redux",
"version": "11.6.4",
"version": "11.6.5",
"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.6.4",
"@mattermost/types": "11.6.4",
"@mattermost/client": "11.6.5",
"@mattermost/types": "11.6.5",
"@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.6.4",
"version": "11.6.5",
"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.6.4",
"@mattermost/types": "11.6.5",
"@testing-library/react": "^16",
"react": ">=17",
"react-intl": ">=7",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@mattermost/types",
"version": "11.6.4",
"version": "11.6.5",
"description": "Shared type definitions used by the Mattermost web app",
"keywords": [
"mattermost"