Issue #3262573 by longwave, nod_, xjm, Spokje, alexpott, lauriii, catch: Update our yarn dev dependencies to the extent allowed by current constraints

merge-requests/1998/head
longwave 2022-03-04 13:17:47 +00:00 committed by bnjmnm
parent e85bd405b2
commit f170243963
39 changed files with 1743 additions and 1740 deletions

File diff suppressed because one or more lines are too long

View File

@ -61,7 +61,6 @@ arrowstop
arrowthick
arrowthickstop
arrr
asdf
asdrsad
assertable
asterix
@ -187,7 +186,6 @@ bubbleable
buildable
buildinfo
buildtest
bundable
bundleable
bundleless
buttonpane
@ -296,7 +294,6 @@ contextual's
contextuals
contrained
controlgroup
coord
corefake
coretest
corge
@ -311,7 +308,6 @@ crossout
crudui
crypted
cscript
csrf
csrftoken
cssidentifier
csslintrc
@ -357,7 +353,6 @@ ddblock
ddev
deckard
deconstructor
dedupe
deduplicated
deduplicates
defalt
@ -395,7 +390,6 @@ desaturates
desaturating
descripcion
deserialization
deserializes
destid
destructable
deutsch
@ -427,7 +421,6 @@ doubleclick
downcasting
doxygen
drag'n'drop
draggable
dragtable
dramallama
dramallamas
@ -471,7 +464,6 @@ easyrdf
ecmascript
editables
editdrupalimage
editorconfig
editunblock
eerste
egroe
@ -535,8 +527,6 @@ fapi
farb
farbtastic
fatals
favicon
favicons
favourite
favstar
fcgi
@ -572,7 +562,6 @@ filtertypes
findwith
firstcolumn
fixnull
flexbox
flexslider
flickr
flipfit
@ -633,8 +622,6 @@ getview
gids
gifs
giggabyte
gitattributes
gitignored
gloop
gnumeric
goldfinger
@ -658,7 +645,6 @@ guzzle's
guzzlehttp
gzipped
hande
hant
hardcode
hardcodes
hardcoding
@ -746,7 +732,6 @@ isdst
isid
isinstallable
items's
iteratable
itoa
itok
itunesentry
@ -808,7 +793,6 @@ langcodes
langname
languageswitcher
larowlan
latn
layouted
lazybuilder
lazyload
@ -1045,7 +1029,6 @@ nothere
notnull
notsimpletest
nourriture
nowdoc
nplurals
nresponse
ntfs
@ -1054,7 +1037,6 @@ nyancat
nyans
nzdt
nœud
objectid
objectindex
oembed
officedocument
@ -1113,17 +1095,14 @@ pathnames
pcre
pcss
pdo's
pecl
peole
percona
performant
perma
permissionless
persistable
phpass
phpcbf
phpcs
phpdoc
phpdocumentor
phpfile
phpserialize
@ -1158,7 +1137,6 @@ postcondition
postcss
postfields
postfoo
postgres
postgresql
postorder
postprocess
@ -1288,9 +1266,6 @@ reparenting
reparsed
replyto
require'd
rerender
rerendered
rerendering
resampling
resave
resaved
@ -1418,7 +1393,6 @@ sourceid
spacebar
spagna
spamspan
spdx
specialchar
specialchars
spiffiness
@ -1435,7 +1409,6 @@ ssess
ssid
stardivision
starrrrr
starterkit
startpunt
starzzzz
statuscode
@ -1889,7 +1862,6 @@ yourmodule
youtube
yowser
yygroup
yyyymm
zartan
zendframework
zettabyte

View File

@ -9,7 +9,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
(function ($, Modernizr, Drupal, once) {
Drupal.behaviors.date = {

View File

@ -5,9 +5,9 @@
* @preserve
**/
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

View File

@ -9,7 +9,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
(function (Drupal) {
Drupal.Message = function () {

View File

@ -5,7 +5,7 @@
* @preserve
**/
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
(function ($, Drupal, drupalSettings) {
var showWeight = JSON.parse(localStorage.getItem('Drupal.tableDrag.showWeight'));

View File

@ -5,7 +5,7 @@
* @preserve
**/
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
(function (Drupal, Backbone) {
Drupal.quickedit.BaseModel = Backbone.Model.extend({

View File

@ -63,7 +63,7 @@
"stylelint-checkstyle-formatter": "^0.1.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"terser": "^5.3.4"
"terser": "^5.3.4 <5.10.0"
},
"//": "'development is the default environment, and legacy is for transpiling the old jQuery codebase",
"babel": {

View File

@ -53,14 +53,16 @@ module.exports = {
.drupalRelativeURL('/node')
.waitForElementVisible(headerNavSelector)
.assert.visible(headerNavSelector)
.moveToElement('link text', 'home')
.assert.not.visible(`#${linkSubMenuId}`)
.moveToElement(`[aria-controls="${linkSubMenuId}"]`, 0, 0)
.assert.visible(`#${linkSubMenuId}`)
.assert.attributeEquals(
`[aria-controls="${linkSubMenuId}"]`,
'aria-expanded',
'true',
)
.moveToElement('link text', 'button')
.assert.not.visible(`#${buttonSubMenuId}`)
.moveToElement(`[aria-controls="${buttonSubMenuId}"]`, 0, 0)
.assert.visible(`#${buttonSubMenuId}`)
.assert.attributeEquals(
`[aria-controls="${buttonSubMenuId}"]`,

View File

@ -132,7 +132,6 @@
.breadcrumb__list {
overflow-x: auto;
width: -webkit-max-content;
width: max-content;
margin-top: 0;
margin-bottom: 0;

View File

@ -87,10 +87,9 @@
width: 100%
}
@supports ((width: -webkit-max-content) or (width: max-content)) {
@supports (width: max-content) {
.layout--content-narrow .entity-moderation-form, .layout--pass--content-narrow > * .entity-moderation-form, .layout--content-medium .entity-moderation-form, .layout--pass--content-medium > * .entity-moderation-form {
width: -webkit-max-content;
width: max-content
}
}

View File

@ -153,7 +153,6 @@
position: relative; /* Anchor secondary menu */
display: flex;
align-items: center;
width: -webkit-max-content;
width: max-content;
max-width: 12.5rem;
margin-top: 0;

View File

@ -65,7 +65,6 @@
*/
/* @todo should this be scoped to desktop nav? */
width: -webkit-max-content;
width: max-content;
max-width: 12.5rem
}

View File

@ -148,10 +148,9 @@
transform-origin: left /* LTR */
}
@supports ((width: -webkit-max-content) or (width: max-content)) {
@supports (width: max-content) {
.rotate {
width: -webkit-max-content;
width: max-content
}
}

File diff suppressed because it is too large Load Diff