From fa1dae58e16d4a678e6276471f6ca5b9819ac2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:42:55 +0000 Subject: [PATCH 1/2] Bump rehype-format from 4.0.1 to 5.0.0 Bumps [rehype-format](https://github.com/rehypejs/rehype-format) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/rehypejs/rehype-format/releases) - [Commits](https://github.com/rehypejs/rehype-format/compare/4.0.1...5.0.0) --- updated-dependencies: - dependency-name: rehype-format dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 100 ++++++++++++++++++++++++++------------------------- 2 files changed, 53 insertions(+), 49 deletions(-) diff --git a/package.json b/package.json index 5b5eddb0ed5..9aa74c63153 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "prettier": "^3.0.0", "pretty-quick": "^3.0.0", "prop-types": "^15.7.2", - "rehype-format": "^4.0.1", + "rehype-format": "^5.0.0", "remark": "^14.0.2", "remark-frontmatter": "^4.0.1", "remark-html": "^16.0.1", diff --git a/yarn.lock b/yarn.lock index bac48eeb400..35db7320653 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7346,12 +7346,13 @@ hast-util-embedded@^1.0.0: dependencies: hast-util-is-element "^1.1.0" -hast-util-embedded@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/hast-util-embedded/-/hast-util-embedded-2.0.1.tgz#979e07ecc6bc42b560ccac755cab926c354f24c7" - integrity sha512-QUdSOP1/o+/TxXtpPFXR2mUg2P+ySrmlX7QjwHZCXqMFyYk7YmcGSvqRW+4XgXAoHifdE1t2PwFaQK33TqVjSw== +hast-util-embedded@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz#be4477780fbbe079cdba22982e357a0de4ba853e" + integrity sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA== dependencies: - hast-util-is-element "^2.0.0" + "@types/hast" "^3.0.0" + hast-util-is-element "^3.0.0" hast-util-from-html@2.0.1: version "2.0.1" @@ -7384,6 +7385,13 @@ hast-util-has-property@^2.0.0: resolved "https://registry.yarnpkg.com/hast-util-has-property/-/hast-util-has-property-2.0.1.tgz#8ec99c3e8f02626304ee438cdb9f0528b017e083" integrity sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg== +hast-util-has-property@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz#4e595e3cddb8ce530ea92f6fc4111a818d8e7f93" + integrity sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA== + dependencies: + "@types/hast" "^3.0.0" + hast-util-heading-rank@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/hast-util-heading-rank/-/hast-util-heading-rank-2.1.1.tgz#063b43b9cfb56a1a8ded84dd68d8af69e8864545" @@ -7391,14 +7399,12 @@ hast-util-heading-rank@^2.0.0: dependencies: "@types/hast" "^2.0.0" -hast-util-is-body-ok-link@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-2.0.0.tgz#e0df6947b2676d2acac55c611755d359f264958e" - integrity sha512-S58hCexyKdD31vMsErvgLfflW6vYWo/ixRLPJTtkOvLld24vyI8vmYmkgLA5LG3la2ME7nm7dLGdm48gfLRBfw== +hast-util-is-body-ok-link@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.0.tgz#6b2d808813a6f73eb20e61bdd2b203591af85eb4" + integrity sha512-VFHY5bo2nY8HiV6nir2ynmEB1XkxzuUffhEGeVx7orbu/B1KaGyeGgMZldvMVx5xWrDlLLG/kQ6YkJAMkBEx0w== dependencies: - "@types/hast" "^2.0.0" - hast-util-has-property "^2.0.0" - hast-util-is-element "^2.0.0" + "@types/hast" "^3.0.0" hast-util-is-element@^1.0.0, hast-util-is-element@^1.1.0: version "1.1.0" @@ -7427,16 +7433,16 @@ hast-util-parse-selector@^4.0.0: dependencies: "@types/hast" "^3.0.0" -hast-util-phrasing@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/hast-util-phrasing/-/hast-util-phrasing-2.0.2.tgz#0747ba8000a8d5598bef4000819d92fda8f8843c" - integrity sha512-yGkCfPkkfCyiLfK6KEl/orMDr/zgCnq/NaO9HfULx6/Zga5fso5eqQA5Ov/JZVqACygvw9shRYWgXNcG2ilo7w== +hast-util-phrasing@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz#fa284c0cd4a82a0dd6020de8300a7b1ebffa1690" + integrity sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ== dependencies: - "@types/hast" "^2.0.0" - hast-util-embedded "^2.0.0" - hast-util-has-property "^2.0.0" - hast-util-is-body-ok-link "^2.0.0" - hast-util-is-element "^2.0.0" + "@types/hast" "^3.0.0" + hast-util-embedded "^3.0.0" + hast-util-has-property "^3.0.0" + hast-util-is-body-ok-link "^3.0.0" + hast-util-is-element "^3.0.0" hast-util-raw@^9.0.0: version "9.0.0" @@ -7701,10 +7707,10 @@ html-void-elements@^3.0.0: resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7" integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg== -html-whitespace-sensitive-tag-names@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-2.0.0.tgz#80c7512c969de90c94279641068fafb5fa6da468" - integrity sha512-SQdIvTTtnHAx72xGUIUudvVOCjeWvV1U7rvSFnNGxTGRw3ZC7RES4Gw6dm1nMYD60TXvm6zjk/bWqgNc5pjQaw== +html-whitespace-sensitive-tag-names@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.0.tgz#c7c8c11d93c014fba642e240d7f3da39656ab301" + integrity sha512-KlClZ3/Qy5UgvpvVvDomGhnQhNWH5INE8GwvSIQ9CWt1K0zbbXrl7eN5bWaafOZgtmO3jMPwUqmrmEwinhPq1w== htmlparser2@3.8.x: version "3.8.3" @@ -12582,20 +12588,19 @@ rehype-autolink-headings@6.1.1: unified "^10.0.0" unist-util-visit "^4.0.0" -rehype-format@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/rehype-format/-/rehype-format-4.0.1.tgz#0d4ad47733699dd8e3fcd9f73d04f210246b39e1" - integrity sha512-HA92WeqFri00yiClrz54IIpM9no2DH9Mgy5aFmInNODoAYn+hN42a6oqJTIie2nj0HwFyV7JvOYx5YHBphN8mw== +rehype-format@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/rehype-format/-/rehype-format-5.0.0.tgz#e51cc8edece2aee0e88e1efdd0625bc0cbef387b" + integrity sha512-kM4II8krCHmUhxrlvzFSptvaWh280Fr7UGNJU5DCMuvmAwGCNmGfi9CvFAQK6JDjsNoRMWQStglK3zKJH685Wg== dependencies: - "@types/hast" "^2.0.0" - hast-util-embedded "^2.0.0" - hast-util-is-element "^2.0.0" - hast-util-phrasing "^2.0.0" - hast-util-whitespace "^2.0.0" - html-whitespace-sensitive-tag-names "^2.0.0" - rehype-minify-whitespace "^5.0.0" - unified "^10.0.0" - unist-util-visit-parents "^5.0.0" + "@types/hast" "^3.0.0" + hast-util-embedded "^3.0.0" + hast-util-is-element "^3.0.0" + hast-util-phrasing "^3.0.0" + hast-util-whitespace "^3.0.0" + html-whitespace-sensitive-tag-names "^3.0.0" + rehype-minify-whitespace "^6.0.0" + unist-util-visit-parents "^6.0.0" rehype-highlight@7.0.0: version "7.0.0" @@ -12618,17 +12623,16 @@ rehype-minify-whitespace@^4.0.0: hast-util-whitespace "^1.0.4" unist-util-is "^4.0.0" -rehype-minify-whitespace@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/rehype-minify-whitespace/-/rehype-minify-whitespace-5.0.1.tgz#79729a0146aa97a9d43e1eb4b5884974e2f37e77" - integrity sha512-PPp4lWJiBPlePI/dv1BeYktbwkfgXkrK59MUa+tYbMPgleod+4DvFK2PLU0O0O60/xuhHfiR9GUIUlXTU8sRIQ== +rehype-minify-whitespace@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/rehype-minify-whitespace/-/rehype-minify-whitespace-6.0.0.tgz#fe97c5e9e48c5629458166753f2249afaa2e1fd1" + integrity sha512-i9It4YHR0Sf3GsnlR5jFUKXRr9oayvEk9GKQUkwZv6hs70OH9q3OCZrq9PpLvIGKt3W+JxBOxCidNVpH/6rWdA== dependencies: - "@types/hast" "^2.0.0" - hast-util-embedded "^2.0.0" - hast-util-is-element "^2.0.0" - hast-util-whitespace "^2.0.0" - unified "^10.0.0" - unist-util-is "^5.0.0" + "@types/hast" "^3.0.0" + hast-util-embedded "^3.0.0" + hast-util-is-element "^3.0.0" + hast-util-whitespace "^3.0.0" + unist-util-is "^6.0.0" rehype-sanitize@5.0.1: version "5.0.1" From a0ad6caee5d1a87ad4ead59d0cc03ed0a0c6d5aa Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 2 Oct 2023 16:45:01 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/rehype-format-5.0.0 changes in config/dependencies.yaml --- CHANGELOG.md | 103 ++++++++++++++++++++++++++++++++++++++ sites/dev/package.json | 2 +- sites/lab/package.json | 2 +- sites/org/package.json | 2 +- sites/shared/package.json | 2 +- yarn.lock | 5 -- 6 files changed, 107 insertions(+), 9 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/sites/dev/package.json b/sites/dev/package.json index d26a2a02e8f..64741de88c7 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 8ad732a362e..9cf9d07aa10 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 0b16409be19..dff7ade86c9 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 35db7320653..3e1d59ceb3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12343,11 +12343,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"