From abeed92acd0f22e2756abc6d155b2586d489cb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:32:10 +0000 Subject: [PATCH 1/2] chore(deps): bump postcss from 8.4.29 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sites/dev/package.json | 2 +- sites/lab/package.json | 2 +- sites/org/package.json | 2 +- yarn.lock | 17 ++++------------- 4 files changed, 7 insertions(+), 16 deletions(-) diff --git a/sites/dev/package.json b/sites/dev/package.json index d26a2a02e8f..70d6340d606 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -62,7 +62,7 @@ "autoprefixer": "10.4.15", "eslint-config-next": "13.4.19", "js-yaml": "4.1.0", - "postcss": "8.4.29", + "postcss": "8.4.31", "remark-extract-frontmatter": "3.2.0", "remark-mdx-frontmatter": "3.0.0", "tailwindcss": "3.3.3", diff --git a/sites/lab/package.json b/sites/lab/package.json index 8ad732a362e..87f1bc7527a 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -66,7 +66,7 @@ "autoprefixer": "10.4.15", "eslint-config-next": "13.4.19", "js-yaml": "4.1.0", - "postcss": "8.4.29", + "postcss": "8.4.31", "remark-extract-frontmatter": "3.2.0", "remark-mdx-frontmatter": "3.0.0", "tailwindcss": "3.3.3", diff --git a/sites/org/package.json b/sites/org/package.json index 0b16409be19..16190af54ab 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -69,7 +69,7 @@ "autoprefixer": "10.4.15", "eslint-config-next": "13.4.19", "js-yaml": "4.1.0", - "postcss": "8.4.29", + "postcss": "8.4.31", "remark-extract-frontmatter": "3.2.0", "remark-mdx-frontmatter": "3.0.0", "tailwindcss": "3.3.3", diff --git a/yarn.lock b/yarn.lock index bac48eeb400..3d77e164a28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11908,10 +11908,10 @@ postcss@8.4.14: picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@8.4.29, postcss@^8, postcss@^8.4.23: - version "8.4.29" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.29.tgz#33bc121cf3b3688d4ddef50be869b2a54185a1dd" - integrity sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw== +postcss@8.4.31, postcss@^8, postcss@^8.4.23, postcss@^8.4.5: + version "8.4.31" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" + integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== dependencies: nanoid "^3.3.6" picocolors "^1.0.0" @@ -11927,15 +11927,6 @@ postcss@^5.0.0, postcss@^5.0.21: source-map "^0.5.6" supports-color "^3.2.3" -postcss@^8.4.5: - version "8.4.31" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" - integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== - dependencies: - nanoid "^3.3.6" - picocolors "^1.0.0" - source-map-js "^1.0.2" - preact@^10.10.0: version "10.16.0" resolved "https://registry.yarnpkg.com/preact/-/preact-10.16.0.tgz#68a06d70b191b8a313ea722d61e09c6b2a79a37e" From 4f7ce56454f67d6271baf37a7d5883f1bd323054 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Oct 2023 17:35:03 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/postcss-8.4.31 changes in config/dependencies.yaml --- CHANGELOG.md | 103 ++++++++++++++++++++++++++++++++++++++ config/dependencies.yaml | 2 +- sites/dev/package.json | 2 +- sites/lab/package.json | 2 +- sites/org/package.json | 2 +- sites/shared/package.json | 2 +- yarn.lock | 5 -- 7 files changed, 108 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0034e7a0b4a..766bfb27b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,109 @@ ## Unreleased +### aaron + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### albert + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### bee + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### benjamin + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### carlton + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### charlie + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### hortensia + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### huey + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### hugo + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### jaeger + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + - Corrected part mixup in translation of flag message + +### octoplushy + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### paco + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### sandy + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### shin + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### sven + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### yuri + +#### Changed + + - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes + +### plugin-annotations + +#### Changed + + - Added support for notes in flags + ## 3.0.0 (2022-09-30) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 52f9150c129..e7b54cd6058 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -254,7 +254,7 @@ dev: 'autoprefixer': &autoprefixer '10.4.15' 'eslint-config-next': *next 'js-yaml': &jsYaml '4.1.0' - 'postcss': &postcss '8.4.29' + 'postcss': &postcss '8.4.31' 'remark-extract-frontmatter': '3.2.0' 'remark-mdx-frontmatter': &mdxfrontmatter '3.0.0' 'tailwindcss': &tailwindcss '3.3.3' diff --git a/sites/dev/package.json b/sites/dev/package.json index 70d6340d606..2c81760f32c 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -49,7 +49,7 @@ "react-instantsearch-hooks-web": "6.47.3", "react-markdown": "8.0.7", "react-swipeable": "7.0.1", - "react-timeago": "7.2.0", + "react-timeago": "7.1.0", "rehype-autolink-headings": "6.1.1", "rehype-highlight": "7.0.0", "rehype-sanitize": "5.0.1", diff --git a/sites/lab/package.json b/sites/lab/package.json index 87f1bc7527a..5758b2c5271 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -52,7 +52,7 @@ "react-instantsearch-dom": "6.40.4", "react-markdown": "8.0.7", "react-swipeable": "7.0.1", - "react-timeago": "7.2.0", + "react-timeago": "7.1.0", "rehype-autolink-headings": "6.1.1", "rehype-highlight": "7.0.0", "rehype-sanitize": "5.0.1", diff --git a/sites/org/package.json b/sites/org/package.json index 16190af54ab..b13aa7d1c46 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -53,7 +53,7 @@ "react-instantsearch-dom": "6.40.4", "react-markdown": "8.0.7", "react-swipeable": "7.0.1", - "react-timeago": "7.2.0", + "react-timeago": "7.1.0", "rehype-autolink-headings": "6.1.1", "rehype-highlight": "7.0.0", "rehype-sanitize": "5.0.1", diff --git a/sites/shared/package.json b/sites/shared/package.json index 8f78a6113f8..1d47f2c0978 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -45,7 +45,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-markdown": "8.0.7", - "react-timeago": "7.2.0", + "react-timeago": "7.1.0", "react-zoom-pan-pinch": "3.1.0", "rehype-autolink-headings": "6.1.1", "rehype-highlight": "7.0.0", diff --git a/yarn.lock b/yarn.lock index 3d77e164a28..53057158971 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12328,11 +12328,6 @@ react-timeago@7.1.0: resolved "https://registry.yarnpkg.com/react-timeago/-/react-timeago-7.1.0.tgz#248bc6aa40a561249e756b2df402c94f1a296a85" integrity sha512-rouF7MiEm55fH791Y8cg+VobIJgx8gtNJ+gjr86R4ZqO1WKPkXiXjdT/lRzrvEkUzsxT1exHqV2V+Zdi114H3A== -react-timeago@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/react-timeago/-/react-timeago-7.2.0.tgz#ae929d7423a63cbc3dc228e49d22fbf586d459ca" - integrity sha512-2KsBEEs+qRhKx/kekUVNSTIpop3Jwd7SRBm0R4Eiq3mPeswRGSsftY9FpKsE/lXLdURyQFiHeHFrIUxLYskG5g== - react-zoom-pan-pinch@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/react-zoom-pan-pinch/-/react-zoom-pan-pinch-3.1.0.tgz#d87a66fd22a97f5dd56b54076411a9dce1f448cd"