Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Prepare 13.1.0 release (#2042)
Browse files Browse the repository at this point in the history
* 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](jest-community/eslint-plugin-jest@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] <[email protected]>

* 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 <[email protected]>
Co-authored-by: Jannik Stehle <[email protected]>
Co-authored-by: Benedikt Kulmann <[email protected]>
Co-authored-by: Pascal Wengerter <[email protected]>
  • Loading branch information
6 people authored Jun 7, 2022
1 parent 5f6c92d commit bcbf3fe
Show file tree
Hide file tree
Showing 25 changed files with 14 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

# =====================================================
Expand Down
2 changes: 1 addition & 1 deletion src/components/atoms/OcButton/OcButton.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 })

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit bcbf3fe

Please sign in to comment.