From 39f588bd60dcd32778ecdaf1b1bf4519461c081d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 02:57:26 +0000 Subject: [PATCH 1/2] chore: update dependency markdownlint to ^0.27.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 28a5a78..4a00271 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "jest-environment-jsdom": "^28.1.3", "lerna": "^5.0.0", "lint-staged": "^13.0.3", - "markdownlint": "^0.26.1", + "markdownlint": "^0.27.0", "nx": "14.5.1", "postcss": "^8.4.14", "postcss-syntax": "^0.36.2", diff --git a/yarn.lock b/yarn.lock index 0ebae2c..658abc7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13939,10 +13939,10 @@ markdown-table@^3.0.0: resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.2.tgz#9b59eb2c1b22fe71954a65ff512887065a7bb57c" integrity sha512-y8j3a5/DkJCmS5x4dMCQL+OR0+2EAq3DOtio1COSHsmW2BGXnNCK3v12hJt1LrUz5iZH5g0LmuYOjDdI+czghA== -markdownlint@^0.26.1: - version "0.26.2" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.2.tgz#11d3d03e7f0dd3c2e239753ee8fd064a861d9237" - integrity sha512-2Am42YX2Ex5SQhRq35HxYWDfz1NLEOZWWN25nqd2h3AHRKsGRE+Qg1gt1++exW792eXTrR4jCNHfShfWk9Nz8w== +markdownlint@^0.27.0: + version "0.27.0" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.27.0.tgz#9dabf7710a4999e2835e3c68317f1acd0bc89049" + integrity sha512-HtfVr/hzJJmE0C198F99JLaeada+646B5SaG2pVoEakLFI6iRGsvMqrnnrflq8hm1zQgwskEgqSnhDW11JBp0w== dependencies: markdown-it "13.0.1" From 0cb48b7d6323df9de51a7d86d3b9cfd88d72cb7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 11 Mar 2023 02:58:48 +0000 Subject: [PATCH 2/2] chore: apply linters fixes [MegaLinter] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b12c957..e8b95eb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Inside the same folder also can be found the **variables** and **mixins** files, **Our status ⚙️** | Environment | Latest Status | -| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Production | [![Publish Production-Ready](https://github.com/louffee/canada-design-system/actions/workflows/publish.yml/badge.svg?branch=main&event=push)](https://github.com/louffee/canada-design-system/actions/workflows/publish.yml) | | Release Candidate | [![Publish Release Candidate](https://github.com/louffee/canada-design-system/actions/workflows/publish.yml/badge.svg?branch=develop&event=push)](https://github.com/louffee/canada-design-system/actions/workflows/publish.yml) |