From bcbf3feeaa1b1b5d51b7f2fe97d248f004655db2 Mon Sep 17 00:00:00 2001 From: Paul Neubauer Date: Tue, 7 Jun 2022 17:35:50 +0200 Subject: [PATCH] Prepare 13.1.0 release (#2042) * Bump eslint-plugin-jest from 26.1.5 to 26.5.3 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.5 to 26.5.3. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.5...v26.5.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Prepare 13.0.1-rc.1 * Prepare 13.1.0-rc.1 * Prepare 13.1.0-rc.2 * Prepare 13.1.0-rc.3 * Prepare 13.1.0-rc.4 * Prepare 13.1.0-rc.6 * Prepare 13.1.0-rc.7 * Prepare 13.1.0-rc.8 * Prepare 13.1.0-rc.9 * Prepare finfal v13.1.0 release * Fix linting after dep bump Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Wengerter Co-authored-by: Jannik Stehle Co-authored-by: Benedikt Kulmann Co-authored-by: Pascal Wengerter --- .../enhancement-oc-resource-inline-flex | 0 .../bugfix-darkmode-disabled-textarea | 0 .../bugfix-modal-input-enter-submission | 0 .../bugfix-octextinput-fix-event-handlers-in-loops | 0 .../bugfix-text-color-buttons-avatars-in-hovered-rows | 0 .../bugfix-tooltip-break-word | 0 .../enhancement-add-contextual-helper-component | 0 .../enhancement-add-root-file-icon | 0 .../enhancement-add-selection-range-for-modal-and-textinput | 0 .../enhancement-export-members | 0 .../enhancement-hover-in-oc-drop-menues | 0 .../enhancement-modal-add-checkbox-secondary-button | 0 .../enhancement-modal-input-type | 0 .../13.1.0_2022-06-07/enhancement-oc-resource-inline-flex | 6 ++++++ .../enhancement-oc-resource-is-file-extension-displayed | 0 .../enhancement-redesign-ghost-element | 0 .../enhancement-replace-deprecated-substr | 0 .../enhancement-resource-name-html-title | 0 .../enhancement-resource-name-no-truncate | 0 package.json | 2 +- sonar-project.properties | 2 +- src/components/atoms/OcButton/OcButton.spec.js | 2 +- .../atoms/OcNotifications/OcNotifications.spec.js | 2 +- .../OcNotificationMessage/OcNotificationMessage.spec.js | 2 +- yarn.lock | 6 +++--- 25 files changed, 14 insertions(+), 8 deletions(-) rename changelog/{unreleased => 13.0.1_2022-03-23}/enhancement-oc-resource-inline-flex (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/bugfix-darkmode-disabled-textarea (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/bugfix-modal-input-enter-submission (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/bugfix-octextinput-fix-event-handlers-in-loops (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/bugfix-text-color-buttons-avatars-in-hovered-rows (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/bugfix-tooltip-break-word (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-add-contextual-helper-component (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-add-root-file-icon (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-add-selection-range-for-modal-and-textinput (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-export-members (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-hover-in-oc-drop-menues (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-modal-add-checkbox-secondary-button (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-modal-input-type (100%) create mode 100644 changelog/13.1.0_2022-06-07/enhancement-oc-resource-inline-flex rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-oc-resource-is-file-extension-displayed (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-redesign-ghost-element (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-replace-deprecated-substr (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-resource-name-html-title (100%) rename changelog/{unreleased => 13.1.0_2022-06-07}/enhancement-resource-name-no-truncate (100%) diff --git a/changelog/unreleased/enhancement-oc-resource-inline-flex b/changelog/13.0.1_2022-03-23/enhancement-oc-resource-inline-flex similarity index 100% rename from changelog/unreleased/enhancement-oc-resource-inline-flex rename to changelog/13.0.1_2022-03-23/enhancement-oc-resource-inline-flex diff --git a/changelog/unreleased/bugfix-darkmode-disabled-textarea b/changelog/13.1.0_2022-06-07/bugfix-darkmode-disabled-textarea similarity index 100% rename from changelog/unreleased/bugfix-darkmode-disabled-textarea rename to changelog/13.1.0_2022-06-07/bugfix-darkmode-disabled-textarea diff --git a/changelog/unreleased/bugfix-modal-input-enter-submission b/changelog/13.1.0_2022-06-07/bugfix-modal-input-enter-submission similarity index 100% rename from changelog/unreleased/bugfix-modal-input-enter-submission rename to changelog/13.1.0_2022-06-07/bugfix-modal-input-enter-submission diff --git a/changelog/unreleased/bugfix-octextinput-fix-event-handlers-in-loops b/changelog/13.1.0_2022-06-07/bugfix-octextinput-fix-event-handlers-in-loops similarity index 100% rename from changelog/unreleased/bugfix-octextinput-fix-event-handlers-in-loops rename to changelog/13.1.0_2022-06-07/bugfix-octextinput-fix-event-handlers-in-loops diff --git a/changelog/unreleased/bugfix-text-color-buttons-avatars-in-hovered-rows b/changelog/13.1.0_2022-06-07/bugfix-text-color-buttons-avatars-in-hovered-rows similarity index 100% rename from changelog/unreleased/bugfix-text-color-buttons-avatars-in-hovered-rows rename to changelog/13.1.0_2022-06-07/bugfix-text-color-buttons-avatars-in-hovered-rows diff --git a/changelog/unreleased/bugfix-tooltip-break-word b/changelog/13.1.0_2022-06-07/bugfix-tooltip-break-word similarity index 100% rename from changelog/unreleased/bugfix-tooltip-break-word rename to changelog/13.1.0_2022-06-07/bugfix-tooltip-break-word diff --git a/changelog/unreleased/enhancement-add-contextual-helper-component b/changelog/13.1.0_2022-06-07/enhancement-add-contextual-helper-component similarity index 100% rename from changelog/unreleased/enhancement-add-contextual-helper-component rename to changelog/13.1.0_2022-06-07/enhancement-add-contextual-helper-component diff --git a/changelog/unreleased/enhancement-add-root-file-icon b/changelog/13.1.0_2022-06-07/enhancement-add-root-file-icon similarity index 100% rename from changelog/unreleased/enhancement-add-root-file-icon rename to changelog/13.1.0_2022-06-07/enhancement-add-root-file-icon diff --git a/changelog/unreleased/enhancement-add-selection-range-for-modal-and-textinput b/changelog/13.1.0_2022-06-07/enhancement-add-selection-range-for-modal-and-textinput similarity index 100% rename from changelog/unreleased/enhancement-add-selection-range-for-modal-and-textinput rename to changelog/13.1.0_2022-06-07/enhancement-add-selection-range-for-modal-and-textinput diff --git a/changelog/unreleased/enhancement-export-members b/changelog/13.1.0_2022-06-07/enhancement-export-members similarity index 100% rename from changelog/unreleased/enhancement-export-members rename to changelog/13.1.0_2022-06-07/enhancement-export-members diff --git a/changelog/unreleased/enhancement-hover-in-oc-drop-menues b/changelog/13.1.0_2022-06-07/enhancement-hover-in-oc-drop-menues similarity index 100% rename from changelog/unreleased/enhancement-hover-in-oc-drop-menues rename to changelog/13.1.0_2022-06-07/enhancement-hover-in-oc-drop-menues diff --git a/changelog/unreleased/enhancement-modal-add-checkbox-secondary-button b/changelog/13.1.0_2022-06-07/enhancement-modal-add-checkbox-secondary-button similarity index 100% rename from changelog/unreleased/enhancement-modal-add-checkbox-secondary-button rename to changelog/13.1.0_2022-06-07/enhancement-modal-add-checkbox-secondary-button diff --git a/changelog/unreleased/enhancement-modal-input-type b/changelog/13.1.0_2022-06-07/enhancement-modal-input-type similarity index 100% rename from changelog/unreleased/enhancement-modal-input-type rename to changelog/13.1.0_2022-06-07/enhancement-modal-input-type diff --git a/changelog/13.1.0_2022-06-07/enhancement-oc-resource-inline-flex b/changelog/13.1.0_2022-06-07/enhancement-oc-resource-inline-flex new file mode 100644 index 000000000..2007736ee --- /dev/null +++ b/changelog/13.1.0_2022-06-07/enhancement-oc-resource-inline-flex @@ -0,0 +1,6 @@ +Enhancement: Make OcResource inline-flex + +We've changed OcResource's display CSS attribute to inline-flex to prevent +a line break + +https://github.com/owncloud/owncloud-design-system/pull/2041 \ No newline at end of file diff --git a/changelog/unreleased/enhancement-oc-resource-is-file-extension-displayed b/changelog/13.1.0_2022-06-07/enhancement-oc-resource-is-file-extension-displayed similarity index 100% rename from changelog/unreleased/enhancement-oc-resource-is-file-extension-displayed rename to changelog/13.1.0_2022-06-07/enhancement-oc-resource-is-file-extension-displayed diff --git a/changelog/unreleased/enhancement-redesign-ghost-element b/changelog/13.1.0_2022-06-07/enhancement-redesign-ghost-element similarity index 100% rename from changelog/unreleased/enhancement-redesign-ghost-element rename to changelog/13.1.0_2022-06-07/enhancement-redesign-ghost-element diff --git a/changelog/unreleased/enhancement-replace-deprecated-substr b/changelog/13.1.0_2022-06-07/enhancement-replace-deprecated-substr similarity index 100% rename from changelog/unreleased/enhancement-replace-deprecated-substr rename to changelog/13.1.0_2022-06-07/enhancement-replace-deprecated-substr diff --git a/changelog/unreleased/enhancement-resource-name-html-title b/changelog/13.1.0_2022-06-07/enhancement-resource-name-html-title similarity index 100% rename from changelog/unreleased/enhancement-resource-name-html-title rename to changelog/13.1.0_2022-06-07/enhancement-resource-name-html-title diff --git a/changelog/unreleased/enhancement-resource-name-no-truncate b/changelog/13.1.0_2022-06-07/enhancement-resource-name-no-truncate similarity index 100% rename from changelog/unreleased/enhancement-resource-name-no-truncate rename to changelog/13.1.0_2022-06-07/enhancement-resource-name-no-truncate diff --git a/package.json b/package.json index 4f9315bd8..201bb675f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owncloud-design-system", - "version": "13.0.0", + "version": "13.1.0", "description": "ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components", "keywords": [ "vue design system", diff --git a/sonar-project.properties b/sonar-project.properties index 7a08af769..0fdb821fa 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_owncloud-design-system sonar.organization=owncloud-1 sonar.projectName=owncloud-design-system -sonar.projectVersion=13.0.0 +sonar.projectVersion=13.1.0 sonar.host.url=https://sonarcloud.io # ===================================================== diff --git a/src/components/atoms/OcButton/OcButton.spec.js b/src/components/atoms/OcButton/OcButton.spec.js index 0e7f25134..ebba6acf4 100644 --- a/src/components/atoms/OcButton/OcButton.spec.js +++ b/src/components/atoms/OcButton/OcButton.spec.js @@ -139,7 +139,7 @@ describe("OcButton", () => { ${"success"} | ${"outline"} | ${"oc-button-success oc-button-success-outline"} ${"primary"} | ${"raw"} | ${"oc-button-primary oc-button-primary-raw"} ${"primary"} | ${"outline"} | ${"oc-button-primary-outline"} - `("it should have extra appearance class", ({ variation, appearance, expectedClass }) => { + `("should have extra appearance class", ({ variation, appearance, expectedClass }) => { const wrapper = getWrapperWithProps({ appearance: appearance, variation: variation, diff --git a/src/components/atoms/OcNotifications/OcNotifications.spec.js b/src/components/atoms/OcNotifications/OcNotifications.spec.js index 783671a82..3bdbffbdb 100644 --- a/src/components/atoms/OcNotifications/OcNotifications.spec.js +++ b/src/components/atoms/OcNotifications/OcNotifications.spec.js @@ -14,7 +14,7 @@ describe("OcNotifications", () => { }).toThrow('[Vue warn]: Invalid prop: custom validator check failed for prop "position".') }) it.each(["top-left", "top-center", "top-right"])( - "it should set provided position as class for wrapper", + "should set provided position as class for wrapper", position => { const wrapper = getWrapper({ propsData: { position: position }, diff --git a/src/components/molecules/OcNotificationMessage/OcNotificationMessage.spec.js b/src/components/molecules/OcNotificationMessage/OcNotificationMessage.spec.js index ebfd0aabe..2daf75fce 100644 --- a/src/components/molecules/OcNotificationMessage/OcNotificationMessage.spec.js +++ b/src/components/molecules/OcNotificationMessage/OcNotificationMessage.spec.js @@ -37,7 +37,7 @@ describe("OcNotificationMessage", () => { }) it.each(["passive", "primary", "success", "warning", "danger"])( - "it should set provided status as class for wrapper", + "should set provided status as class for wrapper", status => { const wrapper = getWrapper({ status: status }) diff --git a/yarn.lock b/yarn.lock index 587c4e2b0..6b33e3cd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5254,9 +5254,9 @@ eslint-config-prettier@^8.3.0: integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== eslint-plugin-jest@^26.0.0: - version "26.1.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.5.tgz#6cfca264818d6d6aa120b019dab4d62b6aa8e775" - integrity sha512-su89aDuljL9bTjEufTXmKUMSFe2kZUL9bi7+woq+C2ukHZordhtfPm4Vg+tdioHBaKf8v3/FXW9uV0ksqhYGFw== + version "26.5.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.5.3.tgz#a3ceeaf4a757878342b8b00eca92379b246e5505" + integrity sha512-sICclUqJQnR1bFRZGLN2jnSVsYOsmPYYnroGCIMVSvTS3y8XR3yjzy1EcTQmk6typ5pRgyIWzbjqxK6cZHEZuQ== dependencies: "@typescript-eslint/utils" "^5.10.0"