From 06a2755e8b3e4c5001a05a26440ca048b426b380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 18:52:33 +0000 Subject: [PATCH 1/2] Bump showdown from 1.8.6 to 1.9.1 Bumps [showdown](https://github.com/showdownjs/showdown) from 1.8.6 to 1.9.1. - [Release notes](https://github.com/showdownjs/showdown/releases) - [Changelog](https://github.com/showdownjs/showdown/blob/1.9.1/CHANGELOG.md) - [Commits](https://github.com/showdownjs/showdown/compare/1.8.6...1.9.1) --- updated-dependencies: - dependency-name: showdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/dev/package.json | 2 +- packages/module/package.json | 2 +- yarn.lock | 9 +-------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/packages/dev/package.json b/packages/dev/package.json index d00108fa..62a2dacb 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -21,7 +21,7 @@ "react-dom": "^16.14.0", "react-i18next": "^11.7.3", "react-router-dom": "^5.2.0", - "showdown": "1.8.6" + "showdown": "1.9.1" }, "devDependencies": { "@types/react": "^16.8.0", diff --git a/packages/module/package.json b/packages/module/package.json index e5f4b74d..e4656035 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -43,7 +43,7 @@ "@patternfly/react-catalog-view-extension": "4.12.15", "dompurify": "^2.2.6", "history": "^5.0.0", - "showdown": "1.8.6" + "showdown": "1.9.1" }, "devDependencies": { "@patternfly/patternfly": "4.122.2", diff --git a/yarn.lock b/yarn.lock index e8e74fe9..85faab94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11305,14 +11305,7 @@ shellwords@^0.1.1: resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== -showdown@1.8.6: - version "1.8.6" - resolved "https://registry.yarnpkg.com/showdown/-/showdown-1.8.6.tgz#91ea4ee3b7a5448aaca6820a4e27e690c6ad771c" - integrity sha1-kepO47elRIqspoIKTifmkMatdxw= - dependencies: - yargs "^10.0.3" - -showdown@^1.9.1: +showdown@1.9.1, showdown@^1.9.1: version "1.9.1" resolved "https://registry.yarnpkg.com/showdown/-/showdown-1.9.1.tgz#134e148e75cd4623e09c21b0511977d79b5ad0ef" integrity sha512-9cGuS382HcvExtf5AHk7Cb4pAeQQ+h0eTr33V1mu+crYWV4KvWAw6el92bDrqGEk5d46Ai/fhbEUwqJ/mTCNEA== From 51b064b328ece9c21946060064f942e40682989c Mon Sep 17 00:00:00 2001 From: Cooper Trowbridge Date: Thu, 11 Nov 2021 12:12:28 -0500 Subject: [PATCH 2/2] Add extra spaces for code blocks nested in a list --- .../src/quickstarts-data/mocks/yamls/spring-with-s2i.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/dev/src/quickstarts-data/mocks/yamls/spring-with-s2i.yaml b/packages/dev/src/quickstarts-data/mocks/yamls/spring-with-s2i.yaml index b7233f94..c505249f 100644 --- a/packages/dev/src/quickstarts-data/mocks/yamls/spring-with-s2i.yaml +++ b/packages/dev/src/quickstarts-data/mocks/yamls/spring-with-s2i.yaml @@ -201,9 +201,9 @@ spec: 1. Add an additional label: - ``` - app.openshift.io/runtime=rh-spring-boot - ``` + ``` + app.openshift.io/runtime=rh-spring-boot + ``` 1. Click on **Save** to save the labels. review: