Bump stylelint-order from 2.2.1 to 4.1.0 (#22036)

* Bump stylelint-order from 2.2.1 to 4.1.0

Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 2.2.1 to 4.1.0.
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hudochenkov/stylelint-order/compare/2.2.1...4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump stylelint-order from 2.2.1 to 4.1.0

Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 2.2.1 to 4.1.0.
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hudochenkov/stylelint-order/compare/2.2.1...4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix styles

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Diego Sampaio <chinello@gmail.com>
pull/23053/head^2
dependabot[bot] 4 years ago committed by GitHub
parent 46d449daaf
commit f720adc894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      app/chatpal-search/client/style.css
  2. 1
      app/search/client/style/style.css
  3. 4
      app/theme/client/imports/components/contextual-bar.css
  4. 1
      app/theme/client/imports/components/header.css
  5. 1
      app/theme/client/imports/components/main-content.css
  6. 1
      app/theme/client/imports/components/modal/create-channel.css
  7. 3
      app/theme/client/imports/components/popout.css
  8. 2
      app/theme/client/imports/components/sidebar/sidebar-flex.css
  9. 1
      app/theme/client/imports/components/sidebar/sidebar.css
  10. 1
      app/theme/client/imports/components/table.css
  11. 7
      app/theme/client/imports/components/userInfo.css
  12. 4
      app/theme/client/imports/forms/input.css
  13. 1
      app/theme/client/imports/forms/popup-list.css
  14. 1
      app/theme/client/imports/forms/select.css
  15. 1
      app/theme/client/imports/forms/tags.css
  16. 5
      app/theme/client/imports/general/apps.css
  17. 1
      app/theme/client/imports/general/base.css
  18. 10
      app/theme/client/imports/general/base_old.css
  19. 1
      app/theme/client/imports/general/forms.css
  20. 2
      app/threads/client/threads.css
  21. 1
      app/webdav/client/webdavFilePicker.css
  22. 22
      package-lock.json
  23. 5
      package.json

@ -1,5 +1,4 @@
.chatpal-admin-link {
text-decoration: underline !important;
color: red !important;
@ -39,7 +38,6 @@
}
.chatpal-search-typefilter li {
display: flex;
flex: 0 0 33%;
@ -57,7 +55,6 @@
}
.chatpal-admin-header {
margin-bottom: 20px;
font-size: 18px;
@ -70,7 +67,6 @@
}
.chatpal-search-result-single {
position: relative;
min-height: 92px;
@ -84,7 +80,6 @@
}
.chatpal-search-result-user {
position: relative;
min-height: 40px;
@ -98,7 +93,6 @@
}
.chatpal-search-result-user .chatpal-avatar {
position: absolute;
width: 36px;
@ -106,7 +100,6 @@
}
.chatpal-search-result-user .chatpal-avatar .chatpal-avatar-image {
width: 100%;
height: 100%;
@ -135,7 +128,6 @@
}
.chatpal-show-more-messages {
margin-bottom: 20px;
cursor: pointer;
@ -161,7 +153,6 @@
}
.chatpal-search-result-single h2 {
display: flex;
margin-bottom: 20px;
@ -169,7 +160,6 @@
}
.chatpal-search-result-single .chatpal-avatar {
position: absolute;
width: 36px;
@ -177,7 +167,6 @@
}
.chatpal-search-result-single .chatpal-avatar .chatpal-avatar-image {
width: 100%;
height: 100%;
@ -196,7 +185,6 @@
}
.chatpal-search-result-single .chatpal-date {
color: #a0a0a0;
font-size: 12px;
@ -205,7 +193,6 @@
}
.chatpal-search-result-single .chatpal-time {
margin-left: 3px;
color: #a0a0a0;
@ -214,7 +201,6 @@
}
.chatpal-search-result-single .chatpal-message {
overflow-x: hidden;
margin-top: 5px;
@ -224,7 +210,6 @@
}
.chatpal-search-result-single .chatpal-message em {
background-color: #faf9c8;
font-style: normal;
@ -246,14 +231,12 @@
}
.chatpal-paging {
margin: 30px 0 50px;
text-align: center;
}
.chatpal-paging-text {
position: relative;
top: -2px;
@ -261,7 +244,6 @@
}
.chatpal-paging .chatpal-paging-button {
display: inline-block;
cursor: pointer;
@ -285,7 +267,6 @@
}
.chatpal-search-welcome {
padding-top: 40px;
text-align: center;
@ -296,7 +277,6 @@
}
.chatpal-search-result-list em {
background-color: #faf9c8;
font-style: normal;
@ -319,7 +299,6 @@
}
.chatpal-search-pills div {
display: inline-block;
margin-top: 5px;
@ -337,7 +316,6 @@
}
.apikey .key {
position: relative;
margin: 20px 0;
@ -356,7 +334,6 @@
}
.chatpal-suggestion {
display: flex;
padding: 10px;

@ -1,5 +1,4 @@
.rocket-search {
display: flex;
flex: 1;

@ -99,7 +99,6 @@
}
&-icon {
flex: 0 0 auto;
margin: 0 0.25rem;
@ -124,7 +123,6 @@
}
&-title {
overflow: hidden;
flex: 1;
@ -138,7 +136,6 @@
}
&-description {
display: block;
flex: 1;
@ -222,7 +219,6 @@
background: var(--rc-color-alert-message-primary-background);
&--selected {
cursor: pointer;
color: var(--rc-color-alert-message-secondary);

@ -108,7 +108,6 @@
}
&__data {
overflow: hidden;
flex-direction: column;

@ -1,5 +1,4 @@
.main-content {
position: relative;
z-index: 0;

@ -16,7 +16,6 @@
}
&__wrapper {
display: flex;
flex-direction: column;

@ -1,20 +1,17 @@
@keyframes loading {
0% {
transform: scale(0.7);
opacity: 0;
}
50% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0.7);
opacity: 0;

@ -1,13 +1,11 @@
.sidebar-flex {
&__header {
display: flex;
padding: var(--sidebar-default-padding);
}
&__title {
flex: 1;
font-size: 1rem;

@ -1,5 +1,4 @@
.sidebar {
position: relative;
z-index: 2;

@ -60,7 +60,6 @@
}
& td {
overflow: hidden;
padding: 0.25rem 0;

@ -39,7 +39,6 @@
}
&__banner {
position: absolute;
z-index: 1;
bottom: 50px;
@ -59,7 +58,6 @@
}
&__avatar {
position: relative;
width: 120px;
@ -75,7 +73,6 @@
}
&__name {
width: 100%;
text-align: center;
@ -161,7 +158,6 @@
}
&--separator {
margin: 14px 0;
border-bottom: 1px solid #d7d7d7;
@ -205,7 +201,6 @@
}
&-details {
margin-bottom: calc(var(--default-small-padding) * -1);
padding: var(--default-padding);
@ -266,7 +261,6 @@
align-items: flex-end;
&-icon {
color: #444444;
font-size: 1.25rem;
@ -288,7 +282,6 @@
}
&-value {
display: flex;
margin: 0 0.25rem;

@ -84,7 +84,6 @@ textarea.rc-input__element {
}
&::placeholder {
text-align: start;
text-overflow: ellipsis;
@ -200,7 +199,6 @@ textarea.rc-input__element {
}
&__name {
overflow: hidden;
flex: 0 1 auto;
@ -221,7 +219,6 @@ textarea.rc-input__element {
}
&__description {
color: var(--color-gray);
font-size: 0.875rem;
@ -229,7 +226,6 @@ textarea.rc-input__element {
}
select.rc-input {
width: 100%;
padding: 0.782rem;

@ -44,7 +44,6 @@
}
&-name {
overflow: hidden;
text-overflow: ellipsis;

@ -1,5 +1,4 @@
.rc-select {
position: relative;
display: flex;

@ -47,7 +47,6 @@
}
&__input {
flex: 1;
margin: 0.25rem;

@ -9,7 +9,6 @@
}
&-container {
display: flex;
width: 100%;
@ -30,7 +29,6 @@
padding: 25px;
&__photo {
flex: 0 0 auto;
width: 95px;
@ -44,7 +42,6 @@
}
&__content {
display: flex;
overflow: hidden;
flex-direction: column;
@ -65,7 +62,6 @@
}
h2 {
padding: 5px 0;
font-size: 18px;
@ -144,7 +140,6 @@
@media (width <= 500px) {
.rc-apps {
&-container {
flex-direction: column;
padding: 25px;

@ -83,7 +83,6 @@ button {
}
#rocket-chat {
position: relative;
display: flex;

@ -296,7 +296,6 @@
&.double-col {
& > label {
width: 30%;
margin-bottom: 0;
padding: 10px 20px 10px 0;
@ -307,7 +306,6 @@
}
& > div {
width: 60%;
min-height: 2.5rem;
@ -892,7 +890,6 @@
border-radius: var(--border-radius);
&__content {
overflow: auto;
margin: -1rem;
@ -900,7 +897,6 @@
}
& .cms-page-close {
display: flex;
margin-bottom: 10px;
@ -1036,14 +1032,12 @@
}
& .settings-description {
padding-top: 2px;
line-height: 1.2rem;
}
& .settings-alert {
margin-top: 0.75rem;
padding: 1rem;
@ -1542,7 +1536,6 @@
}
.rc-old .rc-message-box .reply-preview {
position: relative;
display: flex;
@ -1566,7 +1559,6 @@
}
.rc-old .rc-message-box .reply-preview:not(:last-child)::before {
position: absolute;
right: 15px;
@ -2697,7 +2689,6 @@
& input,
& select {
position: relative;
width: 100%;
@ -3061,7 +3052,6 @@
.rc-old .dropzone {
& .dropzone-overlay {
position: absolute;
z-index: 1000000;
top: 0;

@ -198,7 +198,6 @@
}
&__content {
display: flex;
overflow-y: auto;
flex-direction: column;

@ -59,7 +59,6 @@
.message {
& .thread-replied {
display: inline-flex;
display: flex;
@ -135,7 +134,6 @@
}
.thread-quote__message {
display: flex;
overflow: hidden;

@ -259,7 +259,6 @@
}
.webdav-grid-header {
padding: 0.5rem 0;
color: #444444;

22
package-lock.json generated

@ -29940,13 +29940,13 @@
}
},
"postcss-sorting": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-4.1.0.tgz",
"integrity": "sha512-r4T2oQd1giURJdHQ/RMb72dKZCuLOdWx2B/XhXN1Y1ZdnwXsKH896Qz6vD4tFy9xSjpKNYhlZoJmWyhH/7JUQw==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-5.0.1.tgz",
"integrity": "sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA==",
"dev": true,
"requires": {
"lodash": "^4.17.4",
"postcss": "^7.0.0"
"lodash": "^4.17.14",
"postcss": "^7.0.17"
},
"dependencies": {
"ansi-styles": {
@ -34536,14 +34536,14 @@
}
},
"stylelint-order": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-2.2.1.tgz",
"integrity": "sha512-019KBV9j8qp1MfBjJuotse6MgaZqGVtXMc91GU9MsS9Feb+jYUvUU3Z8XiClqPdqJZQ0ryXQJGg3U3PcEjXwfg==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.1.0.tgz",
"integrity": "sha512-sVTikaDvMqg2aJjh4r48jsdfmqLT+nqB1MOsaBnvM3OwLx4S+WXcsxsgk5w18h/OZoxZCxuyXMh61iBHcj9Qiw==",
"dev": true,
"requires": {
"lodash": "^4.17.10",
"postcss": "^7.0.2",
"postcss-sorting": "^4.1.0"
"lodash": "^4.17.15",
"postcss": "^7.0.31",
"postcss-sorting": "^5.0.1"
},
"dependencies": {
"ansi-styles": {

@ -21,7 +21,8 @@
"debug-brk": "meteor run --inspect-brk",
"lint": "meteor npm run stylelint && meteor npm run eslint",
"eslint": "eslint --ext .js,.jsx,.ts,.tsx .",
"stylelint": "stylelint --fix \"app/**/*.css\" \"client/**/*.css\" \"app/**/*.less\" \"client/**/*.less\" \"ee/**/*.less\"",
"stylelint": "stylelint \"app/**/*.css\" \"client/**/*.css\" \"app/**/*.less\" \"client/**/*.less\" \"ee/**/*.less\"",
"stylelint:fix": "stylelint --fix \"app/**/*.css\" \"client/**/*.css\" \"app/**/*.less\" \"client/**/*.less\" \"ee/**/*.less\"",
"typecheck": "tsc --noEmit --skipLibCheck",
"deploy": "npm run build && pm2 startOrRestart pm2.json",
"coverage": "nyc -r html mocha --config ./.mocharc.js",
@ -143,7 +144,7 @@
"rewire": "^5.0.0",
"source-map": "^0.5.7",
"stylelint": "^13.13.1",
"stylelint-order": "^2.2.1",
"stylelint-order": "^4.1.0",
"supertest": "^6.1.3",
"ts-loader": "^8.2.0",
"ts-node": "^10.0.0",

Loading…
Cancel
Save