From 4294523754c3d22e84d0be270945c7fdffd98fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 00:18:02 +0000 Subject: [PATCH 1/2] build(deps): bump stylelint-config-recess-order from 4.4.0 to 4.6.0 Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases) - [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md) - [Commits](https://github.com/stormwarning/stylelint-config-recess-order/compare/v4.4.0...v4.6.0) --- updated-dependencies: - dependency-name: stylelint-config-recess-order dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/kolibri-tools/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/kolibri-tools/package.json b/packages/kolibri-tools/package.json index e01a6cb6ab..6bcd3e0d03 100644 --- a/packages/kolibri-tools/package.json +++ b/packages/kolibri-tools/package.json @@ -75,7 +75,7 @@ "style-loader": "^3.3.4", "stylelint": "14.16.1", "stylelint-config-prettier": "9.0.5", - "stylelint-config-recess-order": "4.4.0", + "stylelint-config-recess-order": "4.6.0", "stylelint-config-recommended-scss": "9.0.1", "stylelint-config-sass-guidelines": "10.0.0", "stylelint-config-standard": "24.0.0", diff --git a/yarn.lock b/yarn.lock index b572c381f5..cabb5b621d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10861,10 +10861,10 @@ stylelint-config-prettier@9.0.5: resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz#9f78bbf31c7307ca2df2dd60f42c7014ee9da56e" integrity sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA== -stylelint-config-recess-order@4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-4.4.0.tgz#1c57dbad7c62647fb4699157100b97e80cc97b00" - integrity sha512-Q99kvZyIM/aoPEV4dRDkzD3fZLzH0LXi+pawCf1r700uUeF/PHQ5PZXjwFUuGrWhOzd1N+cuVm+OUGsY2fRN5A== +stylelint-config-recess-order@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-4.6.0.tgz#b4c851c490b4e626b14712686b1eab1e4b17e253" + integrity sha512-V76fhv3YtcNXh/hyAuAdSzi5FmcrG54Mp2AThJ3D/PTMTSYzUPd7GIhP6z9mTqnRhmkk6YTfcu/JWB8h+Yrcaw== dependencies: stylelint-order "6.x" From a16ff74c66481abc34e4ce39f2072b98aaa784bc Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Wed, 6 Mar 2024 16:29:50 -0800 Subject: [PATCH 2/2] Small linting update. --- .../src/views/ManageContentPage/ChannelPanel/ChannelDetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolibri/plugins/device/assets/src/views/ManageContentPage/ChannelPanel/ChannelDetails.vue b/kolibri/plugins/device/assets/src/views/ManageContentPage/ChannelPanel/ChannelDetails.vue index 4c859997bf..1f814c89e1 100644 --- a/kolibri/plugins/device/assets/src/views/ManageContentPage/ChannelPanel/ChannelDetails.vue +++ b/kolibri/plugins/device/assets/src/views/ManageContentPage/ChannelPanel/ChannelDetails.vue @@ -135,8 +135,8 @@ max-width: $thumbside; height: auto; max-height: $thumbside; - object-fit: contain; margin-right: 16px; + object-fit: contain; } .thumbnail-svg {