Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c0bad151
Verified
Commit
c0bad151
authored
May 05, 2022
by
alexpott
Browse files
Issue
#3278163
by xjm, nod_, lauriii: yarn upgrade for latest security vulnerabilities
parent
a9ca452a
Changes
18
Expand all
Hide whitespace changes
Inline
Side-by-side
core/misc/cspell/dictionary.txt
View file @
c0bad151
...
...
@@ -25,6 +25,8 @@ alternatif
amet
amphibius
ampm
analyse
analysed
andif
annot
anonyme
...
...
@@ -66,7 +68,6 @@ autocompleting
autocreate
autocreated
autocreation
autodetect
autoescape
autoescaped
autoescaping
...
...
@@ -89,7 +90,6 @@ autowired
autowiring
backlink
backlinks
backport
backreferences
backtraces
bakeware
...
...
@@ -236,6 +236,7 @@ codesniffer
colgroups
collegehumor
colonpos
colour
colspans
columnschange
comida
...
...
@@ -435,7 +436,6 @@ enim
enoki
enregistrer
entit
entitynodeedit
entitytype
entityviewedit
eridani
...
...
@@ -791,7 +791,7 @@ metapackage
metapackages
metatag
metatags
me
ΦΩ
me
φω
miaus
middlewares
midgardmvc
...
...
@@ -904,7 +904,6 @@ nodo
noemptytag
noevent
nofields
noindex
nojs
nolink
nomask
...
...
@@ -1112,6 +1111,7 @@ readmore
readonlydir
readystate
realelement
realise
realpaths
realword
rebuilder
...
...
@@ -1368,7 +1368,6 @@ testcase
testcases
testcontent
testcontextawareblock
testcontextual
testdescription
testdialog
testdisplay
...
...
@@ -1507,7 +1506,6 @@ unflagged
ungenerated
ungroup
ungroupable
ungrouped
unhashed
unhide
unidecode
...
...
@@ -1532,7 +1530,6 @@ unmunged
unmunging
unoptimized
unpad
unparsable
unparseable
unpermissioned
unprefix
...
...
@@ -1692,9 +1689,8 @@ zwei
zwjhek
zxvf
zzgroup
Èxample
Über
Übersetzung
åwesome
èxample
über
Ȅchȏ
übersetzung
ȅchȏ
core/misc/dialog/off-canvas.reset.css
View file @
c0bad151
...
...
@@ -169,7 +169,6 @@
perspective-origin
:
50%
50%
;
position
:
static
;
right
:
auto
;
-moz-tab-size
:
8
;
tab-size
:
8
;
table-layout
:
auto
;
text-align
:
left
;
...
...
@@ -433,7 +432,6 @@
perspective-origin
:
50%
50%
;
position
:
static
;
right
:
auto
;
-moz-tab-size
:
8
;
tab-size
:
8
;
table-layout
:
auto
;
text-align
:
left
;
...
...
core/themes/claro/css/components/button.css
View file @
c0bad151
...
...
@@ -50,7 +50,6 @@
font-weight
:
700
;
line-height
:
1rem
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
-webkit-font-smoothing
:
antialiased
;
/* 3 */
}
...
...
@@ -205,6 +204,5 @@ a.button--danger:active {
border
:
0
;
background
:
none
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
}
core/themes/claro/css/components/dropbutton.css
View file @
c0bad151
...
...
@@ -126,7 +126,6 @@
background
:
#d3d4d9
;
font-size
:
1px
;
/* iOS Safari sets a minimum button-width based on font-size. */
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
}
...
...
@@ -247,7 +246,6 @@
font-weight
:
700
;
line-height
:
1rem
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
-webkit-font-smoothing
:
antialiased
;
}
...
...
core/themes/claro/css/components/form--checkbox-radio.css
View file @
c0bad151
...
...
@@ -85,14 +85,12 @@
background-size
:
100%
100%
;
box-shadow
:
0
0
0
4px
transparent
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
}
@media
(
-ms-high-contrast
:
active
),
(
forced-colors
:
active
)
{
.form-boolean
{
-webkit-appearance
:
auto
;
-moz-appearance
:
auto
;
appearance
:
auto
;
}
}
...
...
core/themes/claro/css/components/form--select.css
View file @
c0bad151
...
...
@@ -61,17 +61,15 @@
padding-right
:
calc
(
1rem
-
1px
);
background-image
:
none
;
-webkit-appearance
:
listbox
;
-moz-appearance
:
listbox
;
appearance
:
listbox
/* Default <select> appearance value for modern browsers. */
/* Lets browser set <select> appearance to whatever the browser's default is. */
}
@supports
((
-webkit-appearance
:
revert
)
or
(
-moz-appearance
:
revert
)
or
(
appearance
:
revert
))
{
@supports
((
-webkit-appearance
:
revert
)
or
(
appearance
:
revert
))
{
.form-element--type-select
,
.form-element--type-select
:focus
,
.form-element--type-select
[
disabled
]
{
-webkit-appearance
:
revert
;
-moz-appearance
:
revert
;
appearance
:
revert
}
}
...
...
core/themes/claro/css/components/form--text.css
View file @
c0bad151
...
...
@@ -22,7 +22,6 @@
font-size
:
1rem
;
line-height
:
1.5rem
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
/* Being able to control inner box shadow on iOS. */
}
...
...
@@ -40,7 +39,6 @@
.form-element--type-search
[
type
=
"search"
]
{
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
box-sizing
:
border-box
;
}
...
...
core/themes/olivero/css/components/button.css
View file @
c0bad151
...
...
@@ -46,7 +46,6 @@
font-size
:
1.125rem
;
font-weight
:
700
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
-webkit-font-smoothing
:
antialiased
}
...
...
core/themes/olivero/css/components/cke-dialog.css
View file @
c0bad151
...
...
@@ -12,7 +12,6 @@
select
.cke_dialog_ui_input_select
{
-webkit-appearance
:
menulist
;
-moz-appearance
:
menulist
;
appearance
:
menulist
}
...
...
core/themes/olivero/css/components/comments.css
View file @
c0bad151
...
...
@@ -384,7 +384,6 @@
font-weight
:
600
;
line-height
:
1.125rem
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
}
...
...
core/themes/olivero/css/components/form-boolean.css
View file @
c0bad151
...
...
@@ -24,7 +24,6 @@ input[type="radio"] {
background-position
:
50%
50%
;
background-size
:
1.125rem
1.125rem
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
}
...
...
core/themes/olivero/css/components/form-select.css
View file @
c0bad151
...
...
@@ -41,7 +41,6 @@ select {
font-family
:
inherit
;
font-size
:
inherit
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
}
...
...
@@ -115,16 +114,14 @@ select {
select
{
background-image
:
none
;
-webkit-appearance
:
listbox
;
-moz-appearance
:
listbox
;
appearance
:
listbox
/* Default <select> appearance value for modern browsers. */
/* Lets browser set <select> appearance to whatever the browser's default is. */
}
@supports
((
-webkit-appearance
:
revert
)
or
(
-moz-appearance
:
revert
)
or
(
appearance
:
revert
))
{
@supports
((
-webkit-appearance
:
revert
)
or
(
appearance
:
revert
))
{
select
{
-webkit-appearance
:
revert
;
-moz-appearance
:
revert
;
appearance
:
revert
}
}
...
...
core/themes/olivero/css/components/form-text.css
View file @
c0bad151
...
...
@@ -36,7 +36,6 @@ textarea {
font-family
:
inherit
;
font-size
:
inherit
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
}
...
...
core/themes/olivero/css/components/messages.css
View file @
c0bad151
...
...
@@ -190,7 +190,6 @@
border
:
0
;
background
:
none
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
}
...
...
core/themes/olivero/css/components/navigation/nav-button-mobile.css
View file @
c0bad151
...
...
@@ -57,7 +57,6 @@
border
:
none
;
background
:
transparent
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
}
...
...
core/themes/stable/css/core/dialog/off-canvas.reset.css
View file @
c0bad151
...
...
@@ -169,7 +169,6 @@
perspective-origin
:
50%
50%
;
position
:
static
;
right
:
auto
;
-moz-tab-size
:
8
;
tab-size
:
8
;
table-layout
:
auto
;
text-align
:
left
;
...
...
@@ -433,7 +432,6 @@
perspective-origin
:
50%
50%
;
position
:
static
;
right
:
auto
;
-moz-tab-size
:
8
;
tab-size
:
8
;
table-layout
:
auto
;
text-align
:
left
;
...
...
core/themes/stable9/css/core/dialog/off-canvas.reset.css
View file @
c0bad151
...
...
@@ -169,7 +169,6 @@
perspective-origin
:
50%
50%
;
position
:
static
;
right
:
auto
;
-moz-tab-size
:
8
;
tab-size
:
8
;
table-layout
:
auto
;
text-align
:
left
;
...
...
@@ -433,7 +432,6 @@
perspective-origin
:
50%
50%
;
position
:
static
;
right
:
auto
;
-moz-tab-size
:
8
;
tab-size
:
8
;
table-layout
:
auto
;
text-align
:
left
;
...
...
core/yarn.lock
View file @
c0bad151
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment