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

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
Bump eslint-plugin-jest from 26.0.0 to 26.1.1

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.0.0 to 26.1.1.
- [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.0.0...v26.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Bump vue-styleguidist from 4.44.2 to 4.44.17

Bumps [vue-styleguidist](https://github.com/vue-styleguidist/vue-styleguidist/tree/HEAD/packages/vue-styleguidist) from 4.44.2 to 4.44.17.
- [Release notes](https://github.com/vue-styleguidist/vue-styleguidist/releases)
- [Changelog](https://github.com/vue-styleguidist/vue-styleguidist/blob/dev/packages/vue-styleguidist/CHANGELOG.md)
- [Commits](https://github.com/vue-styleguidist/vue-styleguidist/commits/v4.44.17/packages/vue-styleguidist)

---
updated-dependencies:
- dependency-name: vue-styleguidist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

add modal bugfix

Prepare 12.2.1 release
  • Loading branch information
lookacat authored and pascalwengerter committed Mar 2, 2022
1 parent 761d631 commit ed2838b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
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": "12.2.0",
"version": "12.2.1",
"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=12.2.0
sonar.projectVersion=12.2.1
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5039,9 +5039,9 @@ eslint-config-prettier@^8.3.0:
integrity sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==

eslint-plugin-jest@^26.0.0:
version "26.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.0.0.tgz#f83a25a23ab90ce5b375b1d44389b8c391be5ce8"
integrity sha512-Fvs0YgJ/nw9FTrnqTuMGVrkozkd07jkQzWm0ajqyHlfcsdkxGfAuv30fgfWHOnHiCr9+1YQ365CcDX7vrNhqQg==
version "26.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.1.tgz#7176dd745ef8bca3070263f62cdf112f2dfc9aa1"
integrity sha512-HRKOuPi5ADhza4ZBK5ufyNXy28bXXkib87w+pQqdvBhSTsamndh6sIAKPAUl8y0/n9jSWBdTPslrwtKWqkp8dA==
dependencies:
"@typescript-eslint/utils" "^5.10.0"

Expand Down Expand Up @@ -12929,10 +12929,10 @@ void-elements@^3.1.0:
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09"
integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=

vue-docgen-api@^4.44.2:
version "4.44.2"
resolved "https://registry.yarnpkg.com/vue-docgen-api/-/vue-docgen-api-4.44.2.tgz#f26908f7ed91efe7a471b16b5494983e07cd4272"
integrity sha512-5+stFfagge/ECaDyC8CJn6R5+gYvdHwaW0qfSFMxmcREJONNhVFmCwdGm44BgTEsDhWWyEfa5mrapZss79FhMw==
vue-docgen-api@^4.44.17:
version "4.44.17"
resolved "https://registry.yarnpkg.com/vue-docgen-api/-/vue-docgen-api-4.44.17.tgz#07227054077f6dc30ece948acee76ddfc931df0c"
integrity sha512-bU1V9gvXDv5GPaOmXYcnHrc3EjwRxZ8IKFE+Hk7QWpnI5/MYriyt7rf/g/z0JS8u0vGdiYqqUVx6CB+Ghmkm5g==
dependencies:
"@babel/parser" "^7.13.12"
"@babel/types" "^7.13.12"
Expand All @@ -12944,7 +12944,7 @@ vue-docgen-api@^4.44.2:
pug "^3.0.2"
recast "0.20.5"
ts-map "^1.0.3"
vue-inbrowser-compiler-utils "^4.44.0"
vue-inbrowser-compiler-utils "^4.44.17"

vue-eslint-parser@^7.10.0:
version "7.11.0"
Expand All @@ -12969,24 +12969,24 @@ vue-hot-reload-api@^2.3.0:
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==

vue-inbrowser-compiler-utils@^4.44.0:
version "4.44.0"
resolved "https://registry.yarnpkg.com/vue-inbrowser-compiler-utils/-/vue-inbrowser-compiler-utils-4.44.0.tgz#c07d7e3bc18334f0c76731fdd034eebe32d9a390"
integrity sha512-JSX7b/hiUUhGLKK1umzMhVT0Vm3msAo0Za07sP6hl7t4bNP0exgDtPqRfkSVHNURCW+rODDt6fTa5uBHVfVAyw==
vue-inbrowser-compiler-utils@^4.44.17:
version "4.44.17"
resolved "https://registry.yarnpkg.com/vue-inbrowser-compiler-utils/-/vue-inbrowser-compiler-utils-4.44.17.tgz#2e169afdccdc0b24487bd1b73ab10623eafe66b4"
integrity sha512-dvxumVgIzR4FXjAWYWIOnpD+6bW0dLkoAv43UShER8gVIhLFo9UEmbF31wD6YWJj94lUpbVIuWl2qc6axYNEAQ==
dependencies:
camelcase "^5.3.1"

vue-inbrowser-compiler@^4.44.0:
version "4.44.0"
resolved "https://registry.yarnpkg.com/vue-inbrowser-compiler/-/vue-inbrowser-compiler-4.44.0.tgz#6154b66d77b23c8a5f3dc6bae37293361082bb7a"
integrity sha512-BedmU7YqW11pw72EzF2uOJ/oVXxihODyUu9NT9m80TaLd7sAA1vOYAY8S2mH87nNcv8fSWMgRcTQ78SxUEqVMg==
vue-inbrowser-compiler@^4.44.17:
version "4.44.17"
resolved "https://registry.yarnpkg.com/vue-inbrowser-compiler/-/vue-inbrowser-compiler-4.44.17.tgz#56b321a3c4369125a962b189ff34fc86235738fb"
integrity sha512-hfBCSC4sDIPk53PT7NmjaNLbL55H6YvHBiHAup+2RCPMGkQ/fsueUGr+4myoz4RCWzehoio1GehsZ9xullRG5g==
dependencies:
acorn "^6.4.2"
acorn-jsx "^5.3.1"
buble "^0.20.0"
camelcase "^5.3.1"
detect-browser "^5.2.0"
vue-inbrowser-compiler-utils "^4.44.0"
vue-inbrowser-compiler-utils "^4.44.17"
walkes "^0.2.1"

vue-inline-svg@^2.0.0:
Expand Down Expand Up @@ -13036,9 +13036,9 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
loader-utils "^1.0.2"

vue-styleguidist@^4.44.2:
version "4.44.2"
resolved "https://registry.yarnpkg.com/vue-styleguidist/-/vue-styleguidist-4.44.2.tgz#d0059f7f98ad0e04fce2faa11b98063fced8c415"
integrity sha512-sE4JvBzKn2N0/dl6pwksRdXjbe8s2Vw4D+AVZFaeqky/v1egigsNBvsLbJmSkdEhNzoxTEjoeECPez4YofdODg==
version "4.44.17"
resolved "https://registry.yarnpkg.com/vue-styleguidist/-/vue-styleguidist-4.44.17.tgz#4ef4e7d46e9c05518642be235ed799d6f727943e"
integrity sha512-/e4lxFckrD8QjrTPMasVPbK00GikgdZZpn4CfrppXm8iNtxIjv6wL9xN+C7aAefTLrAek4mgFFFaXteLP2+NdQ==
dependencies:
"@vxna/mini-html-webpack-template" "^1.0.0"
ast-types "0.13.4"
Expand Down Expand Up @@ -13089,9 +13089,9 @@ vue-styleguidist@^4.44.2:
style-loader "^1.3.0"
terser-webpack-plugin "^2.3.8"
to-ast "^1.0.0"
vue-docgen-api "^4.44.2"
vue-inbrowser-compiler "^4.44.0"
vue-inbrowser-compiler-utils "^4.44.0"
vue-docgen-api "^4.44.17"
vue-inbrowser-compiler "^4.44.17"
vue-inbrowser-compiler-utils "^4.44.17"
webpack-dev-server "^3.11.2"
webpack-merge "^4.2.2"

Expand Down

0 comments on commit ed2838b

Please sign in to comment.