Skip to content

Commit 02b6ade

Browse files
committed
Merge remote-tracking branch 'magento2/platform-health' into platform-health
2 parents 01d6737 + ea3fcf0 commit 02b6ade

File tree

15 files changed

+908
-702
lines changed

15 files changed

+908
-702
lines changed

Gruntfile.js.sample

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ module.exports = function (grunt) {
5252
prod: function (component) {
5353
var tasks = [
5454
'less',
55-
'autoprefixer',
5655
'cssmin',
5756
'usebanner'
5857
].map(function (task) {

app/code/Magento/Theme/view/base/requirejs-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ var config = {
3434
'domReady': 'requirejs/domReady',
3535
'spectrum': 'jquery/spectrum/spectrum',
3636
'tinycolor': 'jquery/spectrum/tinycolor',
37-
'jquery-ui-modules': 'jquery/ui-modules',
38-
'matchMedia': 'mediaCheck'
37+
'jquery-ui-modules': 'jquery/ui-modules'
3938
},
4039
deps: [
4140
'jquery/jquery-migrate'

app/design/adminhtml/Magento/backend/etc/view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<item type="file">Lib::jquery/jquery.min.js</item>
5151
<item type="file">Lib::jquery/jquery.parsequery.js</item>
5252
<item type="file">Lib::jquery/jquery-ui.js</item>
53-
<item type="file">Lib::mediaCheck.js</item>
53+
<item type="file">Lib::matchMedia.js</item>
5454
<item type="file">Lib::requirejs/require.js</item>
5555
<item type="file">Lib::requirejs/text.js</item>
5656
<item type="file">Lib::varien/js.js</item>

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"colinmollenhour/php-redis-session-abstract": "~1.4.0",
3636
"composer/composer": "^1.9 || ^2.0",
3737
"elasticsearch/elasticsearch": "~7.14.0",
38-
"guzzlehttp/guzzle": "^6.3.3",
38+
"guzzlehttp/guzzle": "^7.3.0",
3939
"laminas/laminas-captcha": "^2.10",
4040
"laminas/laminas-code": "~4.4.2",
4141
"laminas/laminas-db": "^2.12.0",
@@ -67,8 +67,8 @@
6767
"monolog/monolog": "^2.3",
6868
"pelago/emogrifier": "^5.0.0",
6969
"php-amqplib/php-amqplib": "~3.0.0",
70-
"phpseclib/mcrypt_compat": "1.0.8",
71-
"phpseclib/phpseclib": "2.0.*",
70+
"phpseclib/mcrypt_compat": "2.0.0",
71+
"phpseclib/phpseclib": "~3.0.9",
7272
"ramsey/uuid": "~4.2.0",
7373
"symfony/console": "~4.4.0",
7474
"symfony/event-dispatcher": "~4.4.0",
@@ -85,7 +85,7 @@
8585
"friendsofphp/php-cs-fixer": "~3.0.0",
8686
"lusitanian/oauth": "~0.8.10",
8787
"magento/magento-coding-standard": "*",
88-
"magento/magento2-functional-testing-framework": "^3.0",
88+
"magento/magento2-functional-testing-framework": "^3.7",
8989
"pdepend/pdepend": "~2.10.0",
9090
"phpcompatibility/php-compatibility": "^9.3",
9191
"phpmd/phpmd": "^2.9.1",

0 commit comments

Comments
 (0)