From c3f36c04994953350f45230bac1ad876143e9240 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Fri, 15 Jul 2022 16:30:40 -0400 Subject: [PATCH 0001/1675] fix problem imports --- sites/lab/page-templates/design-list.js | 2 +- sites/shared/components/layouts/default.js | 2 +- sites/shared/package.json | 1 + yarn.lock | 4175 +------------------- 4 files changed, 137 insertions(+), 4043 deletions(-) diff --git a/sites/lab/page-templates/design-list.js b/sites/lab/page-templates/design-list.js index b13b98db443..9feecf2ede3 100644 --- a/sites/lab/page-templates/design-list.js +++ b/sites/lab/page-templates/design-list.js @@ -4,7 +4,7 @@ import Link from 'next/link' import { useTranslation } from 'next-i18next' import { formatVersionTitle } from 'site/components/version-picker.js' import Layout from 'site/components/layouts/bare' -import { PageTitle } from 'site/components/wrappers/layout' +import { PageTitle } from 'shared/components/layouts/default' import availableVersions from 'site/available-versions.json' const DesignLinks = ({ list, prefix='', version=false }) => { diff --git a/sites/shared/components/layouts/default.js b/sites/shared/components/layouts/default.js index 7c946d1e4ab..5390cd4ee03 100644 --- a/sites/shared/components/layouts/default.js +++ b/sites/shared/components/layouts/default.js @@ -13,7 +13,7 @@ import Header from 'site/components/header' import Footer from 'site/components/footer' import Search from 'site/components/search' -const PageTitle = ({ app, slug, title }) => { +export const PageTitle = ({ app, slug, title }) => { if (title) return

{title}

if (slug) return

{get(app.navigation, slug.split('/')).__title}

diff --git a/sites/shared/package.json b/sites/shared/package.json index c8be834c3c5..c184cb5e5b5 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -13,6 +13,7 @@ "strapiqa": "node strapi/qa.mjs" }, "dependencies": { + "@headlessui/react": "^1.6.6", "@tailwindcss/typography": "^0.5.0", "d3-dispatch": "^3.0.1", "d3-drag": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 42d8d19b146..291a8ed1872 100644 --- a/yarn.lock +++ b/yarn.lock @@ -118,16 +118,7 @@ dependencies: "@jridgewell/trace-mapping" "^0.3.0" -"@apideck/better-ajv-errors@^0.3.1": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.2.tgz#cd6d3814eda8aee38ee2e3fa6457be43af4f8361" - integrity sha512-JdEazx7qiVqTBzzBl5rolRwl5cmhihjfIcpqRzIZjtT6b18liVmDn/VlWpqW4C/qP2hrFFMLRV1wlex8ZVBPTg== - dependencies: - json-schema "^0.4.0" - jsonpointer "^5.0.0" - leven "^3.1.0" - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.8.3": +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== @@ -139,7 +130,7 @@ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53" integrity sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ== -"@babel/core@^7.1.0", "@babel/core@^7.11.0", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.15.5", "@babel/core@^7.16.0", "@babel/core@^7.4.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0": +"@babel/core@^7.14.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d" integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ== @@ -160,16 +151,7 @@ json5 "^2.2.1" semver "^6.3.0" -"@babel/eslint-parser@^7.16.3": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz#eabb24ad9f0afa80e5849f8240d0e5facc2d90d6" - integrity sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA== - dependencies: - eslint-scope "^5.1.1" - eslint-visitor-keys "^2.1.0" - semver "^6.3.0" - -"@babel/generator@^7.18.6", "@babel/generator@^7.7.2": +"@babel/generator@^7.18.6": version "7.18.7" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd" integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A== @@ -210,7 +192,7 @@ browserslist "^4.20.2" semver "^6.3.0" -"@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.17.0", "@babel/helper-create-class-features-plugin@^7.18.6": +"@babel/helper-create-class-features-plugin@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz#6f15f8459f3b523b39e00a99982e2c040871ed72" integrity sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw== @@ -245,13 +227,6 @@ resolve "^1.14.2" semver "^6.1.2" -"@babel/helper-environment-visitor@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" - integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== - dependencies: - "@babel/types" "^7.16.7" - "@babel/helper-environment-visitor@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7" @@ -279,13 +254,6 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-member-expression-to-functions@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0" - integrity sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q== - dependencies: - "@babel/types" "^7.16.7" - "@babel/helper-member-expression-to-functions@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz#44802d7d602c285e1692db0bad9396d007be2afc" @@ -293,7 +261,7 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7": +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7": version "7.16.7" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== @@ -321,13 +289,6 @@ "@babel/traverse" "^7.18.6" "@babel/types" "^7.18.6" -"@babel/helper-optimise-call-expression@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2" - integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== - dependencies: - "@babel/types" "^7.16.7" - "@babel/helper-optimise-call-expression@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" @@ -350,17 +311,6 @@ "@babel/helper-wrap-function" "^7.18.6" "@babel/types" "^7.18.6" -"@babel/helper-replace-supers@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1" - integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw== - dependencies: - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-member-expression-to-functions" "^7.16.7" - "@babel/helper-optimise-call-expression" "^7.16.7" - "@babel/traverse" "^7.16.7" - "@babel/types" "^7.16.7" - "@babel/helper-replace-supers@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420" @@ -398,7 +348,7 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== -"@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.18.6": +"@babel/helper-validator-option@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== @@ -431,24 +381,12 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/node@^7.14.2": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.18.6.tgz#4a27b6948c37631cb6e9f3a8807d2c2491f01427" - integrity sha512-48yK3pH9sszJCxkJcKhGTpbnRKPVJJrvs8TcAYEPNNL9ocEOXBtDBmNqp/mNnYytIIloJ6OrTndMoNaCg9v4fA== - dependencies: - "@babel/register" "^7.18.6" - commander "^4.0.1" - core-js "^3.22.1" - node-environment-flags "^1.0.5" - regenerator-runtime "^0.13.4" - v8flags "^3.1.1" - "@babel/parser@7.16.8": version "7.16.8" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17" integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw== -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.6": +"@babel/parser@^7.0.0", "@babel/parser@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc" integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw== @@ -469,13 +407,6 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" "@babel/plugin-proposal-optional-chaining" "^7.18.6" -"@babel/plugin-external-helpers@^7.12.13": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.18.6.tgz#58f2a6eca8ad05bc130de8cec569c43dc19b6deb" - integrity sha512-wNqc87qjLvsD1PIMQBzLn1bMuTlGzqLzM/1VGQ22Wm51cbCWS9k71ydp5iZS4hjwQNuTWSn/xbZkkusNENwtZg== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-proposal-async-generator-functions@^7.13.15", "@babel/plugin-proposal-async-generator-functions@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17" @@ -486,7 +417,7 @@ "@babel/helper-remap-async-to-generator" "^7.18.6" "@babel/plugin-syntax-async-generators" "^7.8.4" -"@babel/plugin-proposal-class-properties@^7.12.1", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.18.6", "@babel/plugin-proposal-class-properties@^7.4.4": +"@babel/plugin-proposal-class-properties@^7.12.1", "@babel/plugin-proposal-class-properties@^7.18.6", "@babel/plugin-proposal-class-properties@^7.4.4": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== @@ -503,17 +434,6 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-class-static-block" "^7.14.5" -"@babel/plugin-proposal-decorators@^7.16.4": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.0.tgz#fc0f689fe2535075056c587bc10c176fa9990443" - integrity sha512-JR8HTf3T1CsdMqfENrZ9pqncwsH4sPcvsyDLpvmv8iIbpDmeyBD7HPfGAIqkQph2j5d3B84hTm+m3qHPAedaPw== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.17.0" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-replace-supers" "^7.16.7" - "@babel/plugin-syntax-decorators" "^7.17.0" - charcodes "^0.2.0" - "@babel/plugin-proposal-dynamic-import@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz#72bcf8d408799f547d759298c3c27c7e7faa4d94" @@ -546,7 +466,7 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" -"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": +"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== @@ -554,7 +474,7 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" -"@babel/plugin-proposal-numeric-separator@^7.16.0", "@babel/plugin-proposal-numeric-separator@^7.18.6": +"@babel/plugin-proposal-numeric-separator@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75" integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== @@ -562,7 +482,7 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@^7.11.0", "@babel/plugin-proposal-object-rest-spread@^7.18.6", "@babel/plugin-proposal-object-rest-spread@^7.4.4": +"@babel/plugin-proposal-object-rest-spread@^7.18.6", "@babel/plugin-proposal-object-rest-spread@^7.4.4": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.6.tgz#ec93bba06bfb3e15ebd7da73e953d84b094d5daf" integrity sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw== @@ -581,7 +501,7 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" -"@babel/plugin-proposal-optional-chaining@^7.16.0", "@babel/plugin-proposal-optional-chaining@^7.18.6": +"@babel/plugin-proposal-optional-chaining@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.6.tgz#46d4f2ffc20e87fad1d98bc4fa5d466366f6aa0b" integrity sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA== @@ -590,7 +510,7 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" "@babel/plugin-syntax-optional-chaining" "^7.8.3" -"@babel/plugin-proposal-private-methods@^7.16.0", "@babel/plugin-proposal-private-methods@^7.18.6": +"@babel/plugin-proposal-private-methods@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== @@ -623,14 +543,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-bigint@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" - integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3": +"@babel/plugin-syntax-class-properties@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== @@ -644,13 +557,6 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-decorators@^7.17.0": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.0.tgz#a2be3b2c9fe7d78bd4994e790896bc411e2f166d" - integrity sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" @@ -665,13 +571,6 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-syntax-flow@^7.14.5", "@babel/plugin-syntax-flow@^7.16.7": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1" - integrity sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-import-assertions@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz#cd6190500a4fa2fe31990a963ffab4b63e4505e4" @@ -679,13 +578,6 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-syntax-import-meta@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" - integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-json-strings@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" @@ -700,7 +592,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== @@ -714,7 +606,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-numeric-separator@^7.10.4", "@babel/plugin-syntax-numeric-separator@^7.8.3": +"@babel/plugin-syntax-numeric-separator@^7.10.4": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== @@ -749,20 +641,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3": +"@babel/plugin-syntax-top-level-await@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-typescript@^7.16.7", "@babel/plugin-syntax-typescript@^7.7.2": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz#39c9b55ee153151990fb038651d58d3fd03f98f8" - integrity sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-transform-arrow-functions@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz#19063fcf8771ec7b31d742339dac62433d0611fe" @@ -844,14 +729,6 @@ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-flow-strip-types@^7.16.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz#291fb140c78dabbf87f2427e7c7c332b126964b8" - integrity sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-flow" "^7.16.7" - "@babel/plugin-transform-for-of@^7.18.6": version "7.18.8" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz#6ef8a50b244eb6a0bdbad0c7c61877e4e30097c1" @@ -957,14 +834,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-react-constant-elements@^7.12.1", "@babel/plugin-transform-react-constant-elements@^7.14.5": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.16.7.tgz#19e9e4c2df2f6c3e6b3aea11778297d81db8df62" - integrity sha512-lF+cfsyTgwWkcw715J88JhMYJ5GpysYNLhLP1PkvkhTRN7B3e74R/1KsDxFxhRpSn0UUD3IWM4GvdBR2PEbbQQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.18.6": +"@babel/plugin-transform-react-display-name@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz#8b1125f919ef36ebdfff061d664e266c666b9415" integrity sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA== @@ -978,7 +848,7 @@ dependencies: "@babel/plugin-transform-react-jsx" "^7.18.6" -"@babel/plugin-transform-react-jsx@^7.14.9", "@babel/plugin-transform-react-jsx@^7.18.6": +"@babel/plugin-transform-react-jsx@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz#2721e96d31df96e3b7ad48ff446995d26bc028ff" integrity sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw== @@ -1012,7 +882,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-runtime@^7.13.15", "@babel/plugin-transform-runtime@^7.16.4", "@babel/plugin-transform-runtime@^7.4.4": +"@babel/plugin-transform-runtime@^7.13.15", "@babel/plugin-transform-runtime@^7.4.4": version "7.17.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70" integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A== @@ -1060,15 +930,6 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-typescript@^7.16.7": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0" - integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-typescript" "^7.16.7" - "@babel/plugin-transform-unicode-escapes@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27" @@ -1092,7 +953,7 @@ core-js "^2.6.5" regenerator-runtime "^0.13.4" -"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.13.15", "@babel/preset-env@^7.14.2", "@babel/preset-env@^7.15.6", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.4.5": +"@babel/preset-env@^7.13.15", "@babel/preset-env@^7.4.5": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.6.tgz#953422e98a5f66bc56cd0b9074eaea127ec86ace" integrity sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw== @@ -1184,7 +1045,7 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@^7.10.4", "@babel/preset-react@^7.12.5", "@babel/preset-react@^7.13.13", "@babel/preset-react@^7.14.5", "@babel/preset-react@^7.16.0": +"@babel/preset-react@^7.13.13": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.18.6.tgz#979f76d6277048dc19094c217b507f3ad517dd2d" integrity sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg== @@ -1196,26 +1057,6 @@ "@babel/plugin-transform-react-jsx-development" "^7.18.6" "@babel/plugin-transform-react-pure-annotations" "^7.18.6" -"@babel/preset-typescript@^7.16.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9" - integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-validator-option" "^7.16.7" - "@babel/plugin-transform-typescript" "^7.16.7" - -"@babel/register@^7.10.5", "@babel/register@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.18.6.tgz#48a4520f1b2a7d7ac861e8148caeb0cefe6c59db" - integrity sha512-tkYtONzaO8rQubZzpBnvZPFcHgh8D9F55IjOsYton4X2IBoyRn2ZSWQqySTZnUn2guZbxbQiAB27hJEbvXamhQ== - dependencies: - clone-deep "^4.0.1" - find-cache-dir "^2.0.0" - make-dir "^2.1.0" - pirates "^4.0.5" - source-map-support "^0.5.16" - "@babel/runtime-corejs3@^7.10.2": version "7.17.0" resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.17.0.tgz#9de2f75b3ca4b68628c01bd76410b64faa4644f7" @@ -1224,14 +1065,14 @@ core-js-pure "^3.20.2" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.17", "@babel/runtime@^7.14.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.6", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.17", "@babel/runtime@^7.14.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.6", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.6.tgz#6a1ef59f838debd670421f8c7f2cbb8da9751580" integrity sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ== dependencies: regenerator-runtime "^0.13.4" -"@babel/template@^7.18.6", "@babel/template@^7.3.3": +"@babel/template@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31" integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw== @@ -1240,7 +1081,7 @@ "@babel/parser" "^7.18.6" "@babel/types" "^7.18.6" -"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.18.6", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.2": +"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.4.5": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d" integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw== @@ -1256,7 +1097,7 @@ debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.15.6", "@babel/types@^7.16.7", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": +"@babel/types@^7.16.7", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.4.4": version "7.18.7" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.7.tgz#a4a2c910c15040ea52cdd1ddb1614a65c8041726" integrity sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ== @@ -1264,11 +1105,6 @@ "@babel/helper-validator-identifier" "^7.18.6" to-fast-properties "^2.0.0" -"@bcoe/v8-coverage@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" - integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== - "@buffetjs/core@3.3.8": version "3.3.8" resolved "https://registry.yarnpkg.com/@buffetjs/core/-/core-3.3.8.tgz#59899e85ccc238b57ec0d4fcbe9b160c480e5c00" @@ -1555,39 +1391,6 @@ dependencies: "@jridgewell/trace-mapping" "0.3.9" -"@csstools/normalize.css@*": - version "12.0.0" - resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-12.0.0.tgz#a9583a75c3f150667771f30b60d9f059473e62c4" - integrity sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg== - -"@csstools/postcss-font-format-keywords@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.0.tgz#7e7df948a83a0dfb7eb150a96e2390ac642356a1" - integrity sha512-oO0cZt8do8FdVBX8INftvIA4lUrKUSCcWUf9IwH9IPWOgKT22oAZFXeHLoDK7nhB2SmkNycp5brxfNMRLIhd6Q== - dependencies: - postcss-value-parser "^4.2.0" - -"@csstools/postcss-hwb-function@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.0.tgz#d6785c1c5ba8152d1d392c66f3a6a446c6034f6d" - integrity sha512-VSTd7hGjmde4rTj1rR30sokY3ONJph1reCBTUXqeW1fKwETPy1x4t/XIeaaqbMbC5Xg4SM/lyXZ2S8NELT2TaA== - dependencies: - postcss-value-parser "^4.2.0" - -"@csstools/postcss-is-pseudo-class@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.0.tgz#219a1c1d84de7d9e9b7e662a57fdc194eac38ea7" - integrity sha512-WnfZlyuh/CW4oS530HBbrKq0G8BKl/bsNr5NMFoubBFzJfvFRGJhplCgIJYWUidLuL3WJ/zhMtDIyNFTqhx63Q== - dependencies: - postcss-selector-parser "^6.0.9" - -"@csstools/postcss-normalize-display-values@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.0.tgz#ce698f688c28517447aedf15a9037987e3d2dc97" - integrity sha512-bX+nx5V8XTJEmGtpWTO6kywdS725t71YSLlxWt78XoHUbELWgoCXeOFymRJmL3SU1TLlKSIi7v52EWqe60vJTQ== - dependencies: - postcss-value-parser "^4.2.0" - "@dabh/diagnostics@^2.0.2": version "2.0.2" resolved "https://registry.yarnpkg.com/@dabh/diagnostics/-/diagnostics-2.0.2.tgz#290d08f7b381b8f94607dc8f471a12c675f9db31" @@ -1894,7 +1697,7 @@ resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== -"@headlessui/react@^1.6.5": +"@headlessui/react@^1.6.6": version "1.6.6" resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.6.6.tgz#3073c066b85535c9d28783da0a4d9288b5354d0c" integrity sha512-MFJtmj9Xh/hhBMhLccGbBoSk+sk61BlP6sJe4uQcVMtXZhCgGqd2GyIQzzmsdPdTEWGSF434CBi8mnhR6um46Q== @@ -1952,164 +1755,6 @@ resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== -"@jest/console@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.5.0.tgz#82289a589ad5803555b50b64178128b7a8e45282" - integrity sha512-WUzX5neFb0IOQOy/7A2VhiGdxJKk85Xns2Oq29JaHmtnSel+BsjwyQZxzAs2Xxfd2i452fwdDG9ox/IWi81bdQ== - dependencies: - "@jest/types" "^27.5.0" - "@types/node" "*" - chalk "^4.0.0" - jest-message-util "^27.5.0" - jest-util "^27.5.0" - slash "^3.0.0" - -"@jest/core@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.5.0.tgz#27b383f497ff1671cc30fd5e22eba9d9b10c3031" - integrity sha512-DcUTkZyon+dRozTEjy38Bgt3PIU51GdUJuz3uHKg5maGtmCaYqPUGiM3Xddqi7eIMC7E3fTGIlHqH9i0pTOy6Q== - dependencies: - "@jest/console" "^27.5.0" - "@jest/reporters" "^27.5.0" - "@jest/test-result" "^27.5.0" - "@jest/transform" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - emittery "^0.8.1" - exit "^0.1.2" - graceful-fs "^4.2.9" - jest-changed-files "^27.5.0" - jest-config "^27.5.0" - jest-haste-map "^27.5.0" - jest-message-util "^27.5.0" - jest-regex-util "^27.5.0" - jest-resolve "^27.5.0" - jest-resolve-dependencies "^27.5.0" - jest-runner "^27.5.0" - jest-runtime "^27.5.0" - jest-snapshot "^27.5.0" - jest-util "^27.5.0" - jest-validate "^27.5.0" - jest-watcher "^27.5.0" - micromatch "^4.0.4" - rimraf "^3.0.0" - slash "^3.0.0" - strip-ansi "^6.0.0" - -"@jest/environment@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.5.0.tgz#a473bc76261aad7dfa3a1d8e35155953a5ba3436" - integrity sha512-lg0JFsMaLKgpwzs0knOg21Z4OQwaJoBLutnmYzip4tyLTXP21VYWtYGpLXgx42fw/Mw05m1WDXWKgwR6WnsiTw== - dependencies: - "@jest/fake-timers" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/node" "*" - jest-mock "^27.5.0" - -"@jest/fake-timers@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.5.0.tgz#f9e07b4c723a535f7c532cfb403394fa40d88c8a" - integrity sha512-e3WrlpqSHq3HAQ03JFjTn8YCrsyg640/sr1rjkM2rNv8z1ufjudpv4xq6DvvTJYB6FuUrfg0g+7bSKPet5QfCQ== - dependencies: - "@jest/types" "^27.5.0" - "@sinonjs/fake-timers" "^8.0.1" - "@types/node" "*" - jest-message-util "^27.5.0" - jest-mock "^27.5.0" - jest-util "^27.5.0" - -"@jest/globals@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.5.0.tgz#16271323f79e3b0fe0842e9588241d202a6c2aff" - integrity sha512-wWpMnTiR65Q4JD7fr2BqN+ZDbi99mmILnEM6u7AaX4geASEIVvQsiB4RCvwZrIX5YZCsAjviJQVq9CYddLABkg== - dependencies: - "@jest/environment" "^27.5.0" - "@jest/types" "^27.5.0" - expect "^27.5.0" - -"@jest/reporters@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.5.0.tgz#e7602e12656b5051bf4e784cbdd82d4ec1299e33" - integrity sha512-DG+BmVSx2uaJSTKz5z1eScgHTQ6/cZ5CCKSpmpr4sXQPwV2V5aUMOBDwXX1MnqNRhH7/Rq9K97ynnocvho5aMA== - dependencies: - "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^27.5.0" - "@jest/test-result" "^27.5.0" - "@jest/transform" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/node" "*" - chalk "^4.0.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.2" - graceful-fs "^4.2.9" - istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^5.1.0" - istanbul-lib-report "^3.0.0" - istanbul-lib-source-maps "^4.0.0" - istanbul-reports "^3.1.3" - jest-haste-map "^27.5.0" - jest-resolve "^27.5.0" - jest-util "^27.5.0" - jest-worker "^27.5.0" - slash "^3.0.0" - source-map "^0.6.0" - string-length "^4.0.1" - terminal-link "^2.0.0" - v8-to-istanbul "^8.1.0" - -"@jest/source-map@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.5.0.tgz#f22a7e759b8807491f84719c01acf433b917c7a0" - integrity sha512-0xr7VZ+JNCRrlCyRMYhquUm8eU3kNdGDaIW4s3L625bNjk273v9ZhAm3YczIuzJzYH0pnjT+QSCiZQegWKjeow== - dependencies: - callsites "^3.0.0" - graceful-fs "^4.2.9" - source-map "^0.6.0" - -"@jest/test-result@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.5.0.tgz#29e0ace33570c9dcbd47c67e954f77a7d7fff98e" - integrity sha512-Lxecvx5mN6WIeynIyW0dWDQm8UPGMHvTwxUPK+OsZaqBDMGaNDSZtw53VoVk7HyT6AcRblMR/pfa0XucmH4hGw== - dependencies: - "@jest/console" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/istanbul-lib-coverage" "^2.0.0" - collect-v8-coverage "^1.0.0" - -"@jest/test-sequencer@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.5.0.tgz#68beceb3de818dcb34fb3ea59be3c22c890bb6e5" - integrity sha512-WzjcDflqbpWe+SnJPCvB2gB6haGfrkzAgzY6Pb1aq+EPoVAj2mwBaKN0ROWI4H87aSslCjq2M+BUQFNJ8VpnDA== - dependencies: - "@jest/test-result" "^27.5.0" - graceful-fs "^4.2.9" - jest-haste-map "^27.5.0" - jest-runtime "^27.5.0" - -"@jest/transform@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.5.0.tgz#a4941e69ac51e8aa9a255ff4855b564c228c400b" - integrity sha512-yXUy/iO3TH1itxJ9BF7LLjuXt8TtgtjAl0PBQbUaCvRa+L0yYBob6uayW9dFRX/CDQweouLhvmXh44zRiaB+yA== - dependencies: - "@babel/core" "^7.1.0" - "@jest/types" "^27.5.0" - babel-plugin-istanbul "^6.1.1" - chalk "^4.0.0" - convert-source-map "^1.4.0" - fast-json-stable-stringify "^2.0.0" - graceful-fs "^4.2.9" - jest-haste-map "^27.5.0" - jest-regex-util "^27.5.0" - jest-util "^27.5.0" - micromatch "^4.0.4" - pirates "^4.0.4" - slash "^3.0.0" - source-map "^0.6.1" - write-file-atomic "^3.0.0" - "@jest/types@^25.5.0": version "25.5.0" resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d" @@ -2120,17 +1765,6 @@ "@types/yargs" "^15.0.0" chalk "^3.0.0" -"@jest/types@^27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.0.tgz#6ad04a5c5355fd9f46e5cf761850e0edb3c209dd" - integrity sha512-oDHEp7gwSgA82RZ6pzUL3ugM2njP/lVB1MsxRZNOBk+CoNvh9SpH1lQixPFc/kDlV50v59csiW4HLixWmhmgPQ== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^16.0.0" - chalk "^4.0.0" - "@jest/types@^27.5.1": version "27.5.1" resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80" @@ -3920,7 +3554,7 @@ node-fetch "^2.6.7" universal-user-agent "^6.0.0" -"@octokit/rest@^18.0.0", "@octokit/rest@^18.0.6", "@octokit/rest@^18.1.0": +"@octokit/rest@^18.0.0", "@octokit/rest@^18.1.0": version "18.12.0" resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.12.0.tgz#f06bc4952fc87130308d810ca9d00e79f6988881" integrity sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q== @@ -3937,21 +3571,6 @@ dependencies: "@octokit/openapi-types" "^11.2.0" -"@pmmmwh/react-refresh-webpack-plugin@^0.5.3": - version "0.5.4" - resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.4.tgz#df0d0d855fc527db48aac93c218a0bf4ada41f99" - integrity sha512-zZbZeHQDnoTlt2AF+diQT0wsSXpvWiaIOZwBRdltNFhG1+I3ozyaw7U/nBiUwyJ0D+zwdXp0E3bWOl38Ag2BMw== - dependencies: - ansi-html-community "^0.0.8" - common-path-prefix "^3.0.0" - core-js-pure "^3.8.1" - error-stack-parser "^2.0.6" - find-up "^5.0.0" - html-entities "^2.1.0" - loader-utils "^2.0.0" - schema-utils "^3.0.0" - source-map "^0.7.3" - "@purest/config@^1.0.0": version "1.0.1" resolved "https://registry.yarnpkg.com/@purest/config/-/config-1.0.1.tgz#d7dc6a0629032fd98d4ae5f59bec26ba1465c8e0" @@ -3993,76 +3612,7 @@ resolved "https://registry.yarnpkg.com/@request/interface/-/interface-0.1.0.tgz#c913504d3dc2810afad555b599aeaec2cc4c6768" integrity sha1-yRNQTT3CgQr61VW1ma6uwsxMZ2g= -"@rollup/plugin-babel@^5.1.0", "@rollup/plugin-babel@^5.2.0": - version "5.3.1" - resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283" - integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q== - dependencies: - "@babel/helper-module-imports" "^7.10.4" - "@rollup/pluginutils" "^3.1.0" - -"@rollup/plugin-commonjs@^21.0.1": - version "21.0.1" - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.1.tgz#1e57c81ae1518e4df0954d681c642e7d94588fee" - integrity sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg== - dependencies: - "@rollup/pluginutils" "^3.1.0" - commondir "^1.0.1" - estree-walker "^2.0.1" - glob "^7.1.6" - is-reference "^1.2.1" - magic-string "^0.25.7" - resolve "^1.17.0" - -"@rollup/plugin-json@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3" - integrity sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== - dependencies: - "@rollup/pluginutils" "^3.0.8" - -"@rollup/plugin-node-resolve@^11.2.1": - version "11.2.1" - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz#82aa59397a29cd4e13248b106e6a4a1880362a60" - integrity sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg== - dependencies: - "@rollup/pluginutils" "^3.1.0" - "@types/resolve" "1.17.1" - builtin-modules "^3.1.0" - deepmerge "^4.2.2" - is-module "^1.0.0" - resolve "^1.19.0" - -"@rollup/plugin-node-resolve@^13.0.0": - version "13.3.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz#da1c5c5ce8316cef96a2f823d111c1e4e498801c" - integrity sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw== - dependencies: - "@rollup/pluginutils" "^3.1.0" - "@types/resolve" "1.17.1" - deepmerge "^4.2.2" - is-builtin-module "^3.1.0" - is-module "^1.0.0" - resolve "^1.19.0" - -"@rollup/plugin-replace@^2.4.1": - version "2.4.2" - resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz#a2d539314fbc77c244858faa523012825068510a" - integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg== - dependencies: - "@rollup/pluginutils" "^3.1.0" - magic-string "^0.25.7" - -"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" - integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - dependencies: - "@types/estree" "0.0.39" - estree-walker "^1.0.1" - picomatch "^2.2.2" - -"@rushstack/eslint-patch@^1.1.0", "@rushstack/eslint-patch@^1.1.3": +"@rushstack/eslint-patch@^1.1.3": version "1.1.3" resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz#6801033be7ff87a6b7cadaf5b337c9f366a3c4b0" integrity sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw== @@ -4202,238 +3752,6 @@ escape-string-regexp "^5.0.0" lodash.deburr "^4.1.0" -"@sinonjs/commons@^1.7.0": - version "1.8.3" - resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" - integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ== - dependencies: - type-detect "4.0.8" - -"@sinonjs/fake-timers@^8.0.1": - version "8.1.0" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz#3fdc2b6cb58935b21bfb8d1625eb1300484316e7" - integrity sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg== - dependencies: - "@sinonjs/commons" "^1.7.0" - -"@surma/rollup-plugin-off-main-thread@^2.2.3": - version "2.2.3" - resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053" - integrity sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ== - dependencies: - ejs "^3.1.6" - json5 "^2.2.0" - magic-string "^0.25.0" - string.prototype.matchall "^4.0.6" - -"@svgr/babel-plugin-add-jsx-attribute@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz#81ef61947bb268eb9d50523446f9c638fb355906" - integrity sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg== - -"@svgr/babel-plugin-add-jsx-attribute@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.0.0.tgz#bd6d1ff32a31b82b601e73672a789cc41e84fe18" - integrity sha512-MdPdhdWLtQsjd29Wa4pABdhWbaRMACdM1h31BY+c6FghTZqNGT7pEYdBoaGeKtdTOBC/XNFQaKVj+r/Ei2ryWA== - -"@svgr/babel-plugin-remove-jsx-attribute@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz#6b2c770c95c874654fd5e1d5ef475b78a0a962ef" - integrity sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg== - -"@svgr/babel-plugin-remove-jsx-attribute@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-6.0.0.tgz#58654908beebfa069681a83332544b17e5237e89" - integrity sha512-aVdtfx9jlaaxc3unA6l+M9YRnKIZjOhQPthLKqmTXC8UVkBLDRGwPKo+r8n3VZN8B34+yVajzPTZ+ptTSuZZCw== - -"@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz#25621a8915ed7ad70da6cea3d0a6dbc2ea933efd" - integrity sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA== - -"@svgr/babel-plugin-remove-jsx-empty-expression@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-6.0.0.tgz#d06dd6e8a8f603f92f9979bb9990a1f85a4f57ba" - integrity sha512-Ccj42ApsePD451AZJJf1QzTD1B/BOU392URJTeXFxSK709i0KUsGtbwyiqsKu7vsYxpTM0IA5clAKDyf9RCZyA== - -"@svgr/babel-plugin-replace-jsx-attribute-value@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz#0b221fc57f9fcd10e91fe219e2cd0dd03145a897" - integrity sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ== - -"@svgr/babel-plugin-replace-jsx-attribute-value@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.0.0.tgz#0b85837577b02c31c09c758a12932820f5245cee" - integrity sha512-88V26WGyt1Sfd1emBYmBJRWMmgarrExpKNVmI9vVozha4kqs6FzQJ/Kp5+EYli1apgX44518/0+t9+NU36lThQ== - -"@svgr/babel-plugin-svg-dynamic-title@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz#139b546dd0c3186b6e5db4fefc26cb0baea729d7" - integrity sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg== - -"@svgr/babel-plugin-svg-dynamic-title@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.0.0.tgz#28236ec26f7ab9d486a487d36ae52d58ba15676f" - integrity sha512-F7YXNLfGze+xv0KMQxrl2vkNbI9kzT9oDK55/kUuymh1ACyXkMV+VZWX1zEhSTfEKh7VkHVZGmVtHg8eTZ6PRg== - -"@svgr/babel-plugin-svg-em-dimensions@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz#6543f69526632a133ce5cabab965deeaea2234a0" - integrity sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw== - -"@svgr/babel-plugin-svg-em-dimensions@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.0.0.tgz#40267c5dea1b43c4f83a0eb6169e08b43d8bafce" - integrity sha512-+rghFXxdIqJNLQK08kwPBD3Z22/0b2tEZ9lKiL/yTfuyj1wW8HUXu4bo/XkogATIYuXSghVQOOCwURXzHGKyZA== - -"@svgr/babel-plugin-transform-react-native-svg@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz#00bf9a7a73f1cad3948cdab1f8dfb774750f8c80" - integrity sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q== - -"@svgr/babel-plugin-transform-react-native-svg@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.0.0.tgz#eb688d0a5f539e34d268d8a516e81f5d7fede7c9" - integrity sha512-VaphyHZ+xIKv5v0K0HCzyfAaLhPGJXSk2HkpYfXIOKb7DjLBv0soHDxNv6X0vr2titsxE7klb++u7iOf7TSrFQ== - -"@svgr/babel-plugin-transform-svg-component@^5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz#583a5e2a193e214da2f3afeb0b9e8d3250126b4a" - integrity sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ== - -"@svgr/babel-plugin-transform-svg-component@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.2.0.tgz#7ba61d9fc1fb42b0ba1a04e4630019fa7e993c4f" - integrity sha512-bhYIpsORb++wpsp91fymbFkf09Z/YEKR0DnFjxvN+8JHeCUD2unnh18jIMKnDJTWtvpTaGYPXELVe4OOzFI0xg== - -"@svgr/babel-preset@^5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-5.5.0.tgz#8af54f3e0a8add7b1e2b0fcd5a882c55393df327" - integrity sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig== - dependencies: - "@svgr/babel-plugin-add-jsx-attribute" "^5.4.0" - "@svgr/babel-plugin-remove-jsx-attribute" "^5.4.0" - "@svgr/babel-plugin-remove-jsx-empty-expression" "^5.0.1" - "@svgr/babel-plugin-replace-jsx-attribute-value" "^5.0.1" - "@svgr/babel-plugin-svg-dynamic-title" "^5.4.0" - "@svgr/babel-plugin-svg-em-dimensions" "^5.4.0" - "@svgr/babel-plugin-transform-react-native-svg" "^5.4.0" - "@svgr/babel-plugin-transform-svg-component" "^5.5.0" - -"@svgr/babel-preset@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-6.2.0.tgz#1d3ad8c7664253a4be8e4a0f0e6872f30d8af627" - integrity sha512-4WQNY0J71JIaL03DRn0vLiz87JXx0b9dYm2aA8XHlQJQoixMl4r/soYHm8dsaJZ3jWtkCiOYy48dp9izvXhDkQ== - dependencies: - "@svgr/babel-plugin-add-jsx-attribute" "^6.0.0" - "@svgr/babel-plugin-remove-jsx-attribute" "^6.0.0" - "@svgr/babel-plugin-remove-jsx-empty-expression" "^6.0.0" - "@svgr/babel-plugin-replace-jsx-attribute-value" "^6.0.0" - "@svgr/babel-plugin-svg-dynamic-title" "^6.0.0" - "@svgr/babel-plugin-svg-em-dimensions" "^6.0.0" - "@svgr/babel-plugin-transform-react-native-svg" "^6.0.0" - "@svgr/babel-plugin-transform-svg-component" "^6.2.0" - -"@svgr/core@^5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@svgr/core/-/core-5.5.0.tgz#82e826b8715d71083120fe8f2492ec7d7874a579" - integrity sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ== - dependencies: - "@svgr/plugin-jsx" "^5.5.0" - camelcase "^6.2.0" - cosmiconfig "^7.0.0" - -"@svgr/core@^6.2.1": - version "6.2.1" - resolved "https://registry.yarnpkg.com/@svgr/core/-/core-6.2.1.tgz#195de807a9f27f9e0e0d678e01084b05c54fdf61" - integrity sha512-NWufjGI2WUyrg46mKuySfviEJ6IxHUOm/8a3Ph38VCWSp+83HBraCQrpEM3F3dB6LBs5x8OElS8h3C0oOJaJAA== - dependencies: - "@svgr/plugin-jsx" "^6.2.1" - camelcase "^6.2.0" - cosmiconfig "^7.0.1" - -"@svgr/hast-util-to-babel-ast@^5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz#5ee52a9c2533f73e63f8f22b779f93cd432a5461" - integrity sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ== - dependencies: - "@babel/types" "^7.12.6" - -"@svgr/hast-util-to-babel-ast@^6.2.1": - version "6.2.1" - resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.2.1.tgz#ae065567b74cbe745afae617053adf9a764bea25" - integrity sha512-pt7MMkQFDlWJVy9ULJ1h+hZBDGFfSCwlBNW1HkLnVi7jUhyEXUaGYWi1x6bM2IXuAR9l265khBT4Av4lPmaNLQ== - dependencies: - "@babel/types" "^7.15.6" - entities "^3.0.1" - -"@svgr/plugin-jsx@^5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz#1aa8cd798a1db7173ac043466d7b52236b369000" - integrity sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA== - dependencies: - "@babel/core" "^7.12.3" - "@svgr/babel-preset" "^5.5.0" - "@svgr/hast-util-to-babel-ast" "^5.5.0" - svg-parser "^2.0.2" - -"@svgr/plugin-jsx@^6.2.1": - version "6.2.1" - resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-6.2.1.tgz#5668f1d2aa18c2f1bb7a1fc9f682d3f9aed263bd" - integrity sha512-u+MpjTsLaKo6r3pHeeSVsh9hmGRag2L7VzApWIaS8imNguqoUwDq/u6U/NDmYs/KAsrmtBjOEaAAPbwNGXXp1g== - dependencies: - "@babel/core" "^7.15.5" - "@svgr/babel-preset" "^6.2.0" - "@svgr/hast-util-to-babel-ast" "^6.2.1" - svg-parser "^2.0.2" - -"@svgr/plugin-svgo@^5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz#02da55d85320549324e201c7b2e53bf431fcc246" - integrity sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ== - dependencies: - cosmiconfig "^7.0.0" - deepmerge "^4.2.2" - svgo "^1.2.2" - -"@svgr/plugin-svgo@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-6.2.0.tgz#4cbe6a33ccccdcae4e3b63ded64cc1cbe1faf48c" - integrity sha512-oDdMQONKOJEbuKwuy4Np6VdV6qoaLLvoY86hjvQEgU82Vx1MSWRyYms6Sl0f+NtqxLI/rDVufATbP/ev996k3Q== - dependencies: - cosmiconfig "^7.0.1" - deepmerge "^4.2.2" - svgo "^2.5.0" - -"@svgr/rollup@^6.2.0": - version "6.2.1" - resolved "https://registry.yarnpkg.com/@svgr/rollup/-/rollup-6.2.1.tgz#23ac3173d2bd85842ca8858d3435332af1f064ab" - integrity sha512-5X6aMiGL1F5g0TubLY41GJ/Qf0Kz2xtbF37UbRJEHe2Z9CMlGl9Z3fQ8e28vmHrTptmymNRoHssgQ2Ejb1DARQ== - dependencies: - "@babel/core" "^7.15.5" - "@babel/plugin-transform-react-constant-elements" "^7.14.5" - "@babel/preset-env" "^7.15.6" - "@babel/preset-react" "^7.14.5" - "@babel/preset-typescript" "^7.16.0" - "@svgr/core" "^6.2.1" - "@svgr/plugin-jsx" "^6.2.1" - "@svgr/plugin-svgo" "^6.2.0" - rollup-pluginutils "^2.8.2" - -"@svgr/webpack@^5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.5.0.tgz#aae858ee579f5fa8ce6c3166ef56c6a1b381b640" - integrity sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g== - dependencies: - "@babel/core" "^7.12.3" - "@babel/plugin-transform-react-constant-elements" "^7.12.1" - "@babel/preset-env" "^7.12.1" - "@babel/preset-react" "^7.12.5" - "@svgr/core" "^5.5.0" - "@svgr/plugin-jsx" "^5.5.0" - "@svgr/plugin-svgo" "^5.5.0" - loader-utils "^2.0.0" - "@swc/helpers@0.4.2": version "0.4.2" resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.2.tgz#ed1f6997ffbc22396665d9ba74e2a5c0a2d782f8" @@ -4474,11 +3792,6 @@ resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== -"@trysound/sax@0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" - integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA== - "@tsconfig/node10@^1.0.7": version "1.0.8" resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9" @@ -4506,39 +3819,6 @@ dependencies: "@types/estree" "*" -"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14": - version "7.1.18" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8" - integrity sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - "@types/babel__generator" "*" - "@types/babel__template" "*" - "@types/babel__traverse" "*" - -"@types/babel__generator@*": - version "7.6.4" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7" - integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== - dependencies: - "@babel/types" "^7.0.0" - -"@types/babel__template@*": - version "7.4.1" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969" - integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - -"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.2.tgz#ffcd470bbb3f8bf30481678fb5502278ca833a43" - integrity sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA== - dependencies: - "@babel/types" "^7.3.0" - "@types/body-parser@*": version "1.19.2" resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0" @@ -4547,13 +3827,6 @@ "@types/connect" "*" "@types/node" "*" -"@types/bonjour@^3.5.9": - version "3.5.10" - resolved "https://registry.yarnpkg.com/@types/bonjour/-/bonjour-3.5.10.tgz#0f6aadfe00ea414edc86f5d106357cda9701e275" - integrity sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw== - dependencies: - "@types/node" "*" - "@types/bson@*": version "4.2.0" resolved "https://registry.yarnpkg.com/@types/bson/-/bson-4.2.0.tgz#a2f71e933ff54b2c3bf267b67fa221e295a33337" @@ -4590,14 +3863,6 @@ dependencies: "@types/node" "*" -"@types/connect-history-api-fallback@^1.3.5": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz#d1f7a8a09d0ed5a57aee5ae9c18ab9b803205dae" - integrity sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw== - dependencies: - "@types/express-serve-static-core" "*" - "@types/node" "*" - "@types/connect@*": version "3.4.35" resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1" @@ -4633,30 +3898,6 @@ "@types/got" "^8" "@types/node" "*" -"@types/eslint-scope@^3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.3.tgz#125b88504b61e3c8bc6f870882003253005c3224" - integrity sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g== - dependencies: - "@types/eslint" "*" - "@types/estree" "*" - -"@types/eslint@*": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.1.tgz#c48251553e8759db9e656de3efc846954ac32304" - integrity sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA== - dependencies: - "@types/estree" "*" - "@types/json-schema" "*" - -"@types/eslint@^7.28.2": - version "7.29.0" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78" - integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng== - dependencies: - "@types/estree" "*" - "@types/json-schema" "*" - "@types/estree-jsx@^0.0.1": version "0.0.1" resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-0.0.1.tgz#c36d7a1afeb47a95a8ee0b7bc8bc705db38f919d" @@ -4664,16 +3905,11 @@ dependencies: "@types/estree" "*" -"@types/estree@*", "@types/estree@^0.0.51": +"@types/estree@*": version "0.0.51" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== -"@types/estree@0.0.39": - version "0.0.39" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" - integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== - "@types/estree@^0.0.46": version "0.0.46" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe" @@ -4684,7 +3920,7 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83" integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw== -"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": +"@types/express-serve-static-core@^4.17.18": version "4.17.28" resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8" integrity sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig== @@ -4693,7 +3929,7 @@ "@types/qs" "*" "@types/range-parser" "*" -"@types/express@*", "@types/express@^4.17.13": +"@types/express@^4.17.13": version "4.17.13" resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034" integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA== @@ -4735,13 +3971,6 @@ dependencies: "@types/node" "*" -"@types/graceful-fs@^4.1.2": - version "4.1.5" - resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15" - integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw== - dependencies: - "@types/node" "*" - "@types/hast@^2.0.0": version "2.3.4" resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc" @@ -4757,11 +3986,6 @@ "@types/react" "*" hoist-non-react-statics "^3.3.0" -"@types/html-minifier-terser@^6.0.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35" - integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg== - "@types/http-cache-semantics@*": version "4.0.1" resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812" @@ -4784,7 +4008,7 @@ resolved "https://registry.yarnpkg.com/@types/is-empty/-/is-empty-1.2.1.tgz#18d7256a73e43ec51f8b75c25fbdc31350be52a6" integrity sha512-a3xgqnFTuNJDm1fjsTjHocYJ40Cz3t8utYpi5GNaxzrJC2HSD08ym+whIL7fNqiqBCdM9bcqD1H/tORWAFXoZw== -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": +"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": version "2.0.4" resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44" integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== @@ -4811,7 +4035,7 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": +"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8": version "7.0.9" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== @@ -4913,21 +4137,11 @@ resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== -"@types/prettier@^2.1.5": - version "2.4.3" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.3.tgz#a3c65525b91fca7da00ab1a3ac2b5a2a4afbffbf" - integrity sha512-QzSuZMBuG5u8HqYz01qtMdg/Jfctlnvj1z/lYnIDXs/golxw0fxtRAHd9KrzjR7Yxz1qVeI00o0kiO3PmVdJ9w== - "@types/prop-types@*": version "15.7.4" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== -"@types/q@^1.5.1": - version "1.5.5" - resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df" - integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ== - "@types/qs@*": version "6.9.7" resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" @@ -4964,13 +4178,6 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/resolve@1.17.1": - version "1.17.1" - resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6" - integrity sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== - dependencies: - "@types/node" "*" - "@types/responselike@*": version "1.0.0" resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29" @@ -4978,11 +4185,6 @@ dependencies: "@types/node" "*" -"@types/retry@^0.12.0": - version "0.12.1" - resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065" - integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g== - "@types/scheduler@*": version "0.16.2" resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" @@ -4993,13 +4195,6 @@ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.9.tgz#152c6c20a7688c30b967ec1841d31ace569863fc" integrity sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ== -"@types/serve-index@^1.9.1": - version "1.9.1" - resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.1.tgz#1b5e85370a192c01ec6cec4735cf2917337a6278" - integrity sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg== - dependencies: - "@types/express" "*" - "@types/serve-static@*": version "1.13.10" resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9" @@ -5008,18 +4203,6 @@ "@types/mime" "^1" "@types/node" "*" -"@types/sockjs@^0.3.33": - version "0.3.33" - resolved "https://registry.yarnpkg.com/@types/sockjs/-/sockjs-0.3.33.tgz#570d3a0b99ac995360e3136fd6045113b1bd236f" - integrity sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw== - dependencies: - "@types/node" "*" - -"@types/stack-utils@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" - integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== - "@types/superagent@^3.8.3": version "3.8.7" resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-3.8.7.tgz#1f1ed44634d5459b3a672eb7235a8e7cfd97704c" @@ -5043,11 +4226,6 @@ resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.3.tgz#908bfb113419fd6a42273674c00994d40902c165" integrity sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA== -"@types/trusted-types@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756" - integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg== - "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3": version "2.0.6" resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d" @@ -5066,13 +4244,6 @@ "@types/node" "*" "@types/webidl-conversions" "*" -"@types/ws@^8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.2.tgz#7c5be4decb19500ae6b3d563043cd407bf366c21" - integrity sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg== - dependencies: - "@types/node" "*" - "@types/yargs-parser@*": version "20.2.1" resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129" @@ -5092,29 +4263,7 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@^5.5.0": - version "5.10.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152" - integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q== - dependencies: - "@typescript-eslint/scope-manager" "5.10.2" - "@typescript-eslint/type-utils" "5.10.2" - "@typescript-eslint/utils" "5.10.2" - debug "^4.3.2" - functional-red-black-tree "^1.0.1" - ignore "^5.1.8" - regexpp "^3.2.0" - semver "^7.3.5" - tsutils "^3.21.0" - -"@typescript-eslint/experimental-utils@^5.0.0": - version "5.10.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.10.2.tgz#dbb541e2070c7bd6e63d3e3a55b58be73a8fbb34" - integrity sha512-stRnIlxDduzxtaVLtEohESoXI1k7J6jvJHGyIkOT2pvXbg5whPM6f9tzJ51bJJxaJTdmvwgVFDNCopFRb2F5Gw== - dependencies: - "@typescript-eslint/utils" "5.10.2" - -"@typescript-eslint/parser@^5.21.0", "@typescript-eslint/parser@^5.5.0": +"@typescript-eslint/parser@^5.21.0": version "5.26.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2" integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q== @@ -5124,14 +4273,6 @@ "@typescript-eslint/typescript-estree" "5.26.0" debug "^4.3.4" -"@typescript-eslint/scope-manager@5.10.2": - version "5.10.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz#92c0bc935ec00f3d8638cdffb3d0e70c9b879639" - integrity sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw== - dependencies: - "@typescript-eslint/types" "5.10.2" - "@typescript-eslint/visitor-keys" "5.10.2" - "@typescript-eslint/scope-manager@5.26.0": version "5.26.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz#44209c7f649d1a120f0717e0e82da856e9871339" @@ -5140,38 +4281,11 @@ "@typescript-eslint/types" "5.26.0" "@typescript-eslint/visitor-keys" "5.26.0" -"@typescript-eslint/type-utils@5.10.2": - version "5.10.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb" - integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw== - dependencies: - "@typescript-eslint/utils" "5.10.2" - debug "^4.3.2" - tsutils "^3.21.0" - -"@typescript-eslint/types@5.10.2": - version "5.10.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8" - integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w== - "@typescript-eslint/types@5.26.0": version "5.26.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3" integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA== -"@typescript-eslint/typescript-estree@5.10.2": - version "5.10.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7" - integrity sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ== - dependencies: - "@typescript-eslint/types" "5.10.2" - "@typescript-eslint/visitor-keys" "5.10.2" - debug "^4.3.2" - globby "^11.0.4" - is-glob "^4.0.3" - semver "^7.3.5" - tsutils "^3.21.0" - "@typescript-eslint/typescript-estree@5.26.0", "@typescript-eslint/typescript-estree@^5.13.0": version "5.26.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3" @@ -5185,26 +4299,6 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/utils@5.10.2", "@typescript-eslint/utils@^5.10.2": - version "5.10.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8" - integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg== - dependencies: - "@types/json-schema" "^7.0.9" - "@typescript-eslint/scope-manager" "5.10.2" - "@typescript-eslint/types" "5.10.2" - "@typescript-eslint/typescript-estree" "5.10.2" - eslint-scope "^5.1.1" - eslint-utils "^3.0.0" - -"@typescript-eslint/visitor-keys@5.10.2": - version "5.10.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz#fdbf272d8e61c045d865bd6c8b41bea73d222f3d" - integrity sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q== - dependencies: - "@typescript-eslint/types" "5.10.2" - eslint-visitor-keys "^3.0.0" - "@typescript-eslint/visitor-keys@5.26.0": version "5.26.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57" @@ -5235,14 +4329,6 @@ resolve-from "^5.0.0" rollup-pluginutils "^2.8.2" -"@webassemblyjs/ast@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7" - integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw== - dependencies: - "@webassemblyjs/helper-numbers" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/ast@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" @@ -5252,31 +4338,16 @@ "@webassemblyjs/helper-wasm-bytecode" "1.9.0" "@webassemblyjs/wast-parser" "1.9.0" -"@webassemblyjs/floating-point-hex-parser@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f" - integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ== - "@webassemblyjs/floating-point-hex-parser@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== -"@webassemblyjs/helper-api-error@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16" - integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg== - "@webassemblyjs/helper-api-error@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== -"@webassemblyjs/helper-buffer@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5" - integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA== - "@webassemblyjs/helper-buffer@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00" @@ -5301,35 +4372,11 @@ dependencies: "@webassemblyjs/ast" "1.9.0" -"@webassemblyjs/helper-numbers@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae" - integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ== - dependencies: - "@webassemblyjs/floating-point-hex-parser" "1.11.1" - "@webassemblyjs/helper-api-error" "1.11.1" - "@xtuc/long" "4.2.2" - -"@webassemblyjs/helper-wasm-bytecode@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1" - integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q== - "@webassemblyjs/helper-wasm-bytecode@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== -"@webassemblyjs/helper-wasm-section@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a" - integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-buffer" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/wasm-gen" "1.11.1" - "@webassemblyjs/helper-wasm-section@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346" @@ -5340,13 +4387,6 @@ "@webassemblyjs/helper-wasm-bytecode" "1.9.0" "@webassemblyjs/wasm-gen" "1.9.0" -"@webassemblyjs/ieee754@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614" - integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ== - dependencies: - "@xtuc/ieee754" "^1.2.0" - "@webassemblyjs/ieee754@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4" @@ -5354,13 +4394,6 @@ dependencies: "@xtuc/ieee754" "^1.2.0" -"@webassemblyjs/leb128@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5" - integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw== - dependencies: - "@xtuc/long" "4.2.2" - "@webassemblyjs/leb128@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95" @@ -5368,30 +4401,11 @@ dependencies: "@xtuc/long" "4.2.2" -"@webassemblyjs/utf8@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff" - integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ== - "@webassemblyjs/utf8@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== -"@webassemblyjs/wasm-edit@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6" - integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-buffer" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/helper-wasm-section" "1.11.1" - "@webassemblyjs/wasm-gen" "1.11.1" - "@webassemblyjs/wasm-opt" "1.11.1" - "@webassemblyjs/wasm-parser" "1.11.1" - "@webassemblyjs/wast-printer" "1.11.1" - "@webassemblyjs/wasm-edit@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" @@ -5406,17 +4420,6 @@ "@webassemblyjs/wasm-parser" "1.9.0" "@webassemblyjs/wast-printer" "1.9.0" -"@webassemblyjs/wasm-gen@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76" - integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/ieee754" "1.11.1" - "@webassemblyjs/leb128" "1.11.1" - "@webassemblyjs/utf8" "1.11.1" - "@webassemblyjs/wasm-gen@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c" @@ -5428,16 +4431,6 @@ "@webassemblyjs/leb128" "1.9.0" "@webassemblyjs/utf8" "1.9.0" -"@webassemblyjs/wasm-opt@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2" - integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-buffer" "1.11.1" - "@webassemblyjs/wasm-gen" "1.11.1" - "@webassemblyjs/wasm-parser" "1.11.1" - "@webassemblyjs/wasm-opt@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61" @@ -5448,18 +4441,6 @@ "@webassemblyjs/wasm-gen" "1.9.0" "@webassemblyjs/wasm-parser" "1.9.0" -"@webassemblyjs/wasm-parser@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199" - integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-api-error" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/ieee754" "1.11.1" - "@webassemblyjs/leb128" "1.11.1" - "@webassemblyjs/utf8" "1.11.1" - "@webassemblyjs/wasm-parser@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e" @@ -5484,14 +4465,6 @@ "@webassemblyjs/helper-fsm" "1.9.0" "@xtuc/long" "4.2.2" -"@webassemblyjs/wast-printer@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0" - integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@xtuc/long" "4.2.2" - "@webassemblyjs/wast-printer@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899" @@ -5519,11 +4492,6 @@ JSONStream@^1.0.4: jsonparse "^1.2.0" through ">=2.2.7 <3" -abab@^2.0.3, abab@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a" - integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q== - abbrev@1: version "1.1.1" resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" @@ -5542,19 +4510,6 @@ acorn-dynamic-import@^4.0.0: resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948" integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== -acorn-globals@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45" - integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg== - dependencies: - acorn "^7.1.1" - acorn-walk "^7.1.1" - -acorn-import-assertions@^1.7.6: - version "1.8.0" - resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9" - integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== - acorn-jsx@^5.0.0, acorn-jsx@^5.0.1, acorn-jsx@^5.3.2: version "5.3.2" resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" @@ -5569,7 +4524,7 @@ acorn-node@^1.8.2: acorn-walk "^7.0.0" xtend "^4.0.2" -acorn-walk@^7.0.0, acorn-walk@^7.1.1: +acorn-walk@^7.0.0: version "7.2.0" resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== @@ -5584,12 +4539,12 @@ acorn@^6.1.1, acorn@^6.4.1: resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== -acorn@^7.0.0, acorn@^7.1.1: +acorn@^7.0.0: version "7.4.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.0.0, acorn@^8.2.4, acorn@^8.4.1, acorn@^8.6.0, acorn@^8.7.1: +acorn@^8.0.0, acorn@^8.4.1, acorn@^8.6.0, acorn@^8.7.1: version "8.7.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30" integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A== @@ -5606,24 +4561,11 @@ add-stream@^1.0.0: resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo= -address@^1.0.1, address@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6" - integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== - addressparser@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/addressparser/-/addressparser-1.0.1.tgz#47afbe1a2a9262191db6838e4fd1d39b40821746" integrity sha1-R6++GiqSYhkdtoOOT9HTm0CCF0Y= -adjust-sourcemap-loader@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz#fc4a0fd080f7d10471f30a7320f25560ade28c99" - integrity sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A== - dependencies: - loader-utils "^2.0.0" - regex-parser "^2.2.11" - agent-base@6, agent-base@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" @@ -5685,26 +4627,12 @@ ajv-errors@^1.0.0: resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== -ajv-formats@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" - integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== - dependencies: - ajv "^8.0.0" - ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: version "3.5.2" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== -ajv-keywords@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16" - integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw== - dependencies: - fast-deep-equal "^3.1.3" - -ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: +ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -5714,7 +4642,7 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.0, ajv@^8.6.0, ajv@^8.6.3, ajv@^8.8.0: +ajv@^8.0.0: version "8.10.0" resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.10.0.tgz#e573f719bd3af069017e3b66538ab968d040e54d" integrity sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw== @@ -5834,7 +4762,7 @@ ansi-escapes@^5.0.0: dependencies: type-fest "^1.0.2" -ansi-html-community@0.0.8, ansi-html-community@^0.0.8: +ansi-html-community@0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== @@ -5928,7 +4856,7 @@ anymatch@^2.0.0: micromatch "^3.1.4" normalize-path "^2.1.1" -anymatch@^3.0.3, anymatch@~3.1.1, anymatch@~3.1.2: +anymatch@~3.1.1, anymatch@~3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== @@ -6247,7 +5175,7 @@ arrify@^3.0.0: resolved "https://registry.yarnpkg.com/arrify/-/arrify-3.0.0.tgz#ccdefb8eaf2a1d2ab0da1ca2ce53118759fd46bc" integrity sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw== -asap@^2.0.0, asap@~2.0.3, asap@~2.0.6: +asap@^2.0.0, asap@~2.0.3: version "2.0.6" resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= @@ -6371,12 +5299,7 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -atomically@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/atomically/-/atomically-1.7.0.tgz#c07a0458432ea6dbc9a3506fffa424b48bccaafe" - integrity sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w== - -autoprefixer@^10.4.0, autoprefixer@^10.4.2: +autoprefixer@^10.4.0: version "10.4.7" resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.7.tgz#1db8d195f41a52ca5069b7593be167618edbbedf" integrity sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA== @@ -6502,21 +5425,7 @@ axobject-query@^2.2.0: resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be" integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA== -babel-jest@^27.4.2, babel-jest@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.5.0.tgz#c653985241af3c76f59d70d65a570860c2594a50" - integrity sha512-puhCyvBTNLevhbd1oyw6t3gWBicWoUARQYKCBB/B1moif17NbyhxbsfadqZIw8zfJJD+W7Vw0Nb20pEjLxkXqQ== - dependencies: - "@jest/transform" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/babel__core" "^7.1.14" - babel-plugin-istanbul "^6.1.1" - babel-preset-jest "^27.5.0" - chalk "^4.0.0" - graceful-fs "^4.2.9" - slash "^3.0.0" - -babel-loader@^8.0.6, babel-loader@^8.1.0, babel-loader@^8.2.3: +babel-loader@^8.0.6, babel-loader@^8.1.0: version "8.2.5" resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e" integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ== @@ -6533,41 +5442,6 @@ babel-plugin-dynamic-import-node@^2.3.3: dependencies: object.assign "^4.1.0" -babel-plugin-istanbul@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" - integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@istanbuljs/load-nyc-config" "^1.0.0" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-instrument "^5.0.4" - test-exclude "^6.0.0" - -babel-plugin-jest-hoist@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.0.tgz#8fdf07835f2165a068de3ce95fd7749a89801b51" - integrity sha512-ztwNkHl+g1GaoQcb8f2BER4C3LMvSXuF7KVqtUioXQgScSEnkl6lLgCILUYIR+CPTwL8H3F/PNLze64HPWF9JA== - dependencies: - "@babel/template" "^7.3.3" - "@babel/types" "^7.3.3" - "@types/babel__core" "^7.0.0" - "@types/babel__traverse" "^7.0.6" - -babel-plugin-macros@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" - integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== - dependencies: - "@babel/runtime" "^7.12.5" - cosmiconfig "^7.0.0" - resolve "^1.19.0" - -babel-plugin-named-asset-import@^0.3.8: - version "0.3.8" - resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz#6b7fa43c59229685368683c28bc9734f24524cc2" - integrity sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q== - babel-plugin-polyfill-corejs2@^0.3.0, babel-plugin-polyfill-corejs2@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" @@ -6607,11 +5481,6 @@ babel-plugin-syntax-jsx@^6.18.0: resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= -babel-plugin-transform-react-remove-prop-types@^0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" - integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== - babel-preset-backpack@^0.8.4: version "0.8.4" resolved "https://registry.yarnpkg.com/babel-preset-backpack/-/babel-preset-backpack-0.8.4.tgz#52059fa2357a12568b0a6d86e106c4155dedb6c7" @@ -6628,54 +5497,6 @@ babel-preset-backpack@^0.8.4: "@babel/runtime" "^7.4.5" babel-loader "^8.0.6" -babel-preset-current-node-syntax@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" - integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== - dependencies: - "@babel/plugin-syntax-async-generators" "^7.8.4" - "@babel/plugin-syntax-bigint" "^7.8.3" - "@babel/plugin-syntax-class-properties" "^7.8.3" - "@babel/plugin-syntax-import-meta" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.8.3" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-top-level-await" "^7.8.3" - -babel-preset-jest@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.5.0.tgz#4e308711c3d2ff1f45cf5d9a23646e37b621fc9f" - integrity sha512-7bfu1cJBlgK/nKfTvMlElzA3jpi6GzDWX3fntnyP2cQSzoi/KUz6ewGlcb3PSRYZGyv+uPnVHY0Im3JbsViqgA== - dependencies: - babel-plugin-jest-hoist "^27.5.0" - babel-preset-current-node-syntax "^1.0.0" - -babel-preset-react-app@^10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz#ed6005a20a24f2c88521809fa9aea99903751584" - integrity sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg== - dependencies: - "@babel/core" "^7.16.0" - "@babel/plugin-proposal-class-properties" "^7.16.0" - "@babel/plugin-proposal-decorators" "^7.16.4" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.0" - "@babel/plugin-proposal-numeric-separator" "^7.16.0" - "@babel/plugin-proposal-optional-chaining" "^7.16.0" - "@babel/plugin-proposal-private-methods" "^7.16.0" - "@babel/plugin-transform-flow-strip-types" "^7.16.0" - "@babel/plugin-transform-react-display-name" "^7.16.0" - "@babel/plugin-transform-runtime" "^7.16.4" - "@babel/preset-env" "^7.16.4" - "@babel/preset-react" "^7.16.0" - "@babel/preset-typescript" "^7.16.0" - "@babel/runtime" "^7.16.3" - babel-plugin-macros "^3.1.0" - babel-plugin-transform-react-remove-prop-types "^0.4.24" - backoff@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/backoff/-/backoff-2.5.0.tgz#f616eda9d3e4b66b8ca7fca79f695722c5f8e26f" @@ -6772,21 +5593,6 @@ bezier-js@^4.1.1: resolved "https://registry.yarnpkg.com/bezier-js/-/bezier-js-4.1.1.tgz#414df656833104e86765c0fa5e31439fb3e83a34" integrity sha512-oVOS6SSFFFlfnZdzC+lsfvhs/RRcbxJ47U04M4s5QIBaJmr3YWmTIL3qmrOK9uW+nUUcl9Jccmo/xpTrG+bBoQ== -bezier-js@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/bezier-js/-/bezier-js-6.1.0.tgz#162b7bdbabe866e3a796285a89d71085140755ec" - integrity sha512-oc8fkHqG0R+dQuNiXVbPMB0cc8iDqkLAjbA2gq26QmV8tZqW9GGI7iNEX1ioRWlZperQS7v5BX03+9FLVWZbSw== - -bfj@^7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/bfj/-/bfj-7.0.2.tgz#1988ce76f3add9ac2913fd8ba47aad9e651bfbb2" - integrity sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw== - dependencies: - bluebird "^3.5.5" - check-types "^11.1.1" - hoopy "^0.1.4" - tryer "^1.0.1" - big-integer@^1.6.16: version "1.6.51" resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686" @@ -6925,7 +5731,7 @@ bonjour@^3.5.0: multicast-dns "^6.0.1" multicast-dns-service-types "^1.1.0" -boolbase@^1.0.0, boolbase@~1.0.0: +boolbase@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= @@ -7045,11 +5851,6 @@ brorand@^1.0.1, brorand@^1.1.0: resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= -browser-process-hrtime@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626" - integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== - browser-stdout@1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60" @@ -7116,7 +5917,7 @@ browserify-zlib@^0.2.0: dependencies: pako "~1.0.5" -browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4.18.1, browserslist@^4.19.1, browserslist@^4.20.2, browserslist@^4.20.3: +browserslist@^4.12.0, browserslist@^4.20.2, browserslist@^4.20.3: version "4.20.3" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf" integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg== @@ -7127,13 +5928,6 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4 node-releases "^2.0.3" picocolors "^1.0.0" -bser@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" - integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== - dependencies: - node-int64 "^0.4.0" - bson@*, bson@^4.6.2, bson@^4.6.3: version "4.6.4" resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.4.tgz#e66d4a334f1ab230dfcfb9ec4ea9091476dd372e" @@ -7246,7 +6040,7 @@ buildmail@3.10.0: nodemailer-fetch "1.6.0" nodemailer-shared "1.1.0" -builtin-modules@^3.0.0, builtin-modules@^3.1.0: +builtin-modules@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887" integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA== @@ -7485,14 +6279,6 @@ camel-case@3.0.x: no-case "^2.2.0" upper-case "^1.1.1" -camel-case@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" - integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== - dependencies: - pascal-case "^3.1.2" - tslib "^2.0.3" - camelcase-css@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" @@ -7517,7 +6303,7 @@ camelcase@^5.0.0, camelcase@^5.2.0, camelcase@^5.3.1: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== -camelcase@^6.0.0, camelcase@^6.2.0, camelcase@^6.2.1, camelcase@^6.3.0: +camelcase@^6.0.0, camelcase@^6.2.0, camelcase@^6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== @@ -7532,17 +6318,7 @@ camelize@^1.0.0: resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b" integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= -caniuse-api@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0" - integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - dependencies: - browserslist "^4.0.0" - caniuse-lite "^1.0.0" - lodash.memoize "^4.1.2" - lodash.uniq "^4.5.0" - -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335: +caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335: version "1.0.30001344" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001344.tgz#8a1e7fdc4db9c2ec79a05e9fd68eb93a761888bb" integrity sha512-0ZFjnlCaXNOAYcV7i+TtdKBp0L/3XEU2MF/x6Du1lrh+SRX4IfzIVL4HNJg5pB2PmFb8rszIGyOvsZnqqRoc2g== @@ -7562,11 +6338,6 @@ capture-stack-trace@^1.0.0: resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d" integrity sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== -case-sensitive-paths-webpack-plugin@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" - integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== - caseless@~0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" @@ -7668,7 +6439,7 @@ chalk@^3.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: +chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== @@ -7681,16 +6452,6 @@ chalk@^5.0.0, chalk@^5.0.1: resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6" integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w== -char-regex@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" - integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== - -char-regex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-2.0.0.tgz#16f98f3f874edceddd300fda5d58df380a7641a6" - integrity sha512-oGu2QekBMXgyQNWPDRQ001bjvDnZe4/zBTz37TMbiKz1NbNiyiH5hRkobe7npRN6GfbGbxMYFck/vQ1r9c1VMA== - character-entities-html4@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125" @@ -7731,11 +6492,6 @@ character-reference-invalid@^2.0.0: resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz#85c66b041e43b47210faf401278abf808ac45cb9" integrity sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw== -charcodes@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/charcodes/-/charcodes-0.2.0.tgz#5208d327e6cc05f99eb80ffc814707572d1f14e4" - integrity sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ== - chardet@^0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" @@ -7746,11 +6502,6 @@ check-error@^1.0.2: resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82" integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII= -check-types@^11.1.1: - version "11.1.2" - resolved "https://registry.yarnpkg.com/check-types/-/check-types-11.1.2.tgz#86a7c12bf5539f6324eb0e70ca8896c0e38f3e2f" - integrity sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ== - cheerio-select@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-1.5.0.tgz#faf3daeb31b17c5e1a9dabcee288aaf8aafa5823" @@ -7790,7 +6541,7 @@ chokidar@3.5.1: optionalDependencies: fsevents "~2.3.1" -chokidar@3.5.3, "chokidar@>=3.0.0 <4.0.0", chokidar@^3.0.0, chokidar@^3.0.2, chokidar@^3.4.1, chokidar@^3.4.2, chokidar@^3.5.1, chokidar@^3.5.2, chokidar@^3.5.3: +chokidar@3.5.3, chokidar@^3.0.0, chokidar@^3.0.2, chokidar@^3.4.1, chokidar@^3.5.1, chokidar@^3.5.2, chokidar@^3.5.3: version "3.5.3" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== @@ -7859,7 +6610,7 @@ ci-info@^2.0.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== -ci-info@^3.0.0, ci-info@^3.1.1, ci-info@^3.2.0, ci-info@^3.3.1: +ci-info@^3.0.0, ci-info@^3.1.1, ci-info@^3.3.1: version "3.3.2" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.2.tgz#6d2967ffa407466481c6c90b6e16b3098f080128" integrity sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg== @@ -7877,11 +6628,6 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: inherits "^2.0.1" safe-buffer "^5.0.1" -cjs-module-lexer@^1.0.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40" - integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA== - class-utils@^0.3.5: version "0.3.6" resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" @@ -7904,13 +6650,6 @@ clean-css@4.2.x: dependencies: source-map "~0.6.0" -clean-css@^5.2.2: - version "5.2.4" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4" - integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg== - dependencies: - source-map "~0.6.0" - clean-deep@^3.0.2: version "3.4.0" resolved "https://registry.yarnpkg.com/clean-deep/-/clean-deep-3.4.0.tgz#c465c4de1003ae13a1a859e6c69366ab96069f75" @@ -8110,15 +6849,6 @@ co@^4.6.0: resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= -coa@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" - integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - dependencies: - "@types/q" "^1.5.1" - chalk "^2.4.1" - q "^1.1.2" - code-excerpt@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/code-excerpt/-/code-excerpt-4.0.0.tgz#2de7d46e98514385cb01f7b3b741320115f4c95e" @@ -8147,11 +6877,6 @@ codemirror@^5.61.0: resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.1.tgz#5988a812c974c467f964bcc1a00c944e373de502" integrity sha512-s6aac+DD+4O2u1aBmdxhB7yz2XU7tG3snOyQ05Kxifahz7hoxnfxIRHxiCSEv3TUC38dIVH8G+lZH9UWSfGQxA== -collect-v8-coverage@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" - integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== - collection-visit@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" @@ -8213,16 +6938,6 @@ color@^4.0.1, color@^4.2, color@^4.2.3: color-convert "^2.0.1" color-string "^1.9.0" -colord@^2.9.1: - version "2.9.2" - resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.2.tgz#25e2bacbbaa65991422c07ea209e2089428effb1" - integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ== - -colorette@^2.0.10: - version "2.0.16" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da" - integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g== - colors-option@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/colors-option/-/colors-option-3.0.0.tgz#51f5d0d2b511a01859cdd70eaa9ed43ca4abf108" @@ -8301,22 +7016,12 @@ commander@^3.0.2: resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.2.tgz#6837c3fb677ad9933d1cfba42dd14d5117d6b39e" integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow== -commander@^4.0.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" - integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - -commander@^7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" - integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== - commander@^8.3.0: version "8.3.0" resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== -commander@^9.0.0, commander@^9.1.0, commander@^9.2.0: +commander@^9.1.0, commander@^9.2.0: version "9.4.0" resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== @@ -8336,11 +7041,6 @@ common-path-prefix@^3.0.0: resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0" integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w== -common-tags@^1.8.0: - version "1.8.2" - resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6" - integrity sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA== - commondir@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" @@ -8428,22 +7128,6 @@ concordance@^5.0.0, concordance@^5.0.4: semver "^7.3.2" well-known-symbols "^2.0.0" -conf@^10.0.1: - version "10.1.2" - resolved "https://registry.yarnpkg.com/conf/-/conf-10.1.2.tgz#50132158f388756fa9dea3048f6b47935315c14e" - integrity sha512-o9Fv1Mv+6A0JpoayQ8JleNp3hhkbOJP/Re/Q+QqxMPHPkABVsRjQGWZn9A5GcqLiTNC6d89p2PB5ZhHVDSMwyg== - dependencies: - ajv "^8.6.3" - ajv-formats "^2.1.1" - atomically "^1.7.0" - debounce-fn "^4.0.0" - dot-prop "^6.0.1" - env-paths "^2.2.1" - json-schema-typed "^7.0.3" - onetime "^5.1.2" - pkg-up "^3.1.0" - semver "^7.3.5" - config-chain@^1.1.12: version "1.1.13" resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4" @@ -8476,11 +7160,6 @@ configstore@^3.0.0: write-file-atomic "^2.0.0" xdg-basedir "^3.0.0" -confusing-browser-globals@^1.0.11: - version "1.0.11" - resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81" - integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA== - connect-history-api-fallback@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" @@ -8614,7 +7293,7 @@ conventional-recommended-bump@^6.1.0: meow "^8.0.0" q "^1.5.1" -convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: +convert-source-map@^1.7.0: version "1.8.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== @@ -8706,7 +7385,7 @@ core-js-compat@^3.21.0, core-js-compat@^3.22.1: browserslist "^4.20.3" semver "7.0.0" -core-js-pure@^3.20.2, core-js-pure@^3.8.1: +core-js-pure@^3.20.2: version "3.21.0" resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.21.0.tgz#819adc8dfb808205ce25b51d50591becd615db7e" integrity sha512-VaJUunCZLnxuDbo1rNOzwbet9E1K9joiXS5+DQMPtgxd24wfsZbJZMMfQLGYMlCUvSxLfsRUUhoOR2x28mFfeg== @@ -8716,7 +7395,7 @@ core-js@^2.6.5: resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== -core-js@^3, core-js@^3.19.2, core-js@^3.22.1, core-js@^3.6.4: +core-js@^3, core-js@^3.6.4: version "3.22.4" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.4.tgz#f4b3f108d45736935aa028444a69397e40d8c531" integrity sha512-1uLykR+iOfYja+6Jn/57743gc9n73EWiOnSJJ4ba3B4fOEYDBv25MagmEZBxTp5cWq4b/KPx/l77zgsp28ju4w== @@ -8747,18 +7426,7 @@ cosmiconfig-typescript-loader@^2.0.0: cosmiconfig "^7" ts-node "^10.8.0" -cosmiconfig@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" - integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== - dependencies: - "@types/parse-json" "^4.0.0" - import-fresh "^3.1.0" - parse-json "^5.0.0" - path-type "^4.0.0" - yaml "^1.7.2" - -cosmiconfig@^7, cosmiconfig@^7.0.0, cosmiconfig@^7.0.1: +cosmiconfig@^7, cosmiconfig@^7.0.0: version "7.0.1" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== @@ -8960,32 +7628,11 @@ crypto-random-string@^2.0.0: resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== -css-blank-pseudo@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-3.0.2.tgz#f8660f6a48b17888a9277e53f25cc5abec1f0169" - integrity sha512-hOb1LFjRR+8ocA071xUSmg5VslJ8NGo/I2qpUpdeAYyBVCgupS5O8SEVo4SxEMYyFBNodBkzG3T1iqW9HCXxew== - dependencies: - postcss-selector-parser "^6.0.8" - css-color-keywords@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05" integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU= -css-declaration-sorter@^6.0.3: - version "6.1.4" - resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz#b9bfb4ed9a41f8dcca9bf7184d849ea94a8294b4" - integrity sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw== - dependencies: - timsort "^0.3.0" - -css-has-pseudo@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-3.0.3.tgz#4824a34cb92dae7e09ea1d3fd19691b653412098" - integrity sha512-0gDYWEKaGacwxCqvQ3Ypg6wGdD1AztbMm5h1JsactG2hP2eiflj808QITmuWBpE7sjSEVrAlZhPTVd/nNMj/hQ== - dependencies: - postcss-selector-parser "^6.0.8" - css-loader@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-2.1.1.tgz#d8254f72e412bb2238bb44dd674ffbef497333ea" @@ -9003,52 +7650,6 @@ css-loader@^2.1.1: postcss-value-parser "^3.3.0" schema-utils "^1.0.0" -css-loader@^6.5.1: - version "6.6.0" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.6.0.tgz#c792ad5510bd1712618b49381bd0310574fafbd3" - integrity sha512-FK7H2lisOixPT406s5gZM1S3l8GrfhEBT3ZiL2UX1Ng1XWs0y2GPllz/OTyvbaHe12VgQrIXIzuEGVlbUhodqg== - dependencies: - icss-utils "^5.1.0" - postcss "^8.4.5" - postcss-modules-extract-imports "^3.0.0" - postcss-modules-local-by-default "^4.0.0" - postcss-modules-scope "^3.0.0" - postcss-modules-values "^4.0.0" - postcss-value-parser "^4.2.0" - semver "^7.3.5" - -css-minimizer-webpack-plugin@^3.2.0: - version "3.4.1" - resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz#ab78f781ced9181992fe7b6e4f3422e76429878f" - integrity sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q== - dependencies: - cssnano "^5.0.6" - jest-worker "^27.0.2" - postcss "^8.3.5" - schema-utils "^4.0.0" - serialize-javascript "^6.0.0" - source-map "^0.6.1" - -css-prefers-color-scheme@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz#ca8a22e5992c10a5b9d315155e7caee625903349" - integrity sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA== - -css-select-base-adapter@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" - integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== - -css-select@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" - integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - dependencies: - boolbase "^1.0.0" - css-what "^3.2.1" - domutils "^1.7.0" - nth-check "^1.0.2" - css-select@^4.1.3: version "4.2.1" resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.2.1.tgz#9e665d6ae4c7f9d65dbe69d0316e3221fb274cdd" @@ -9077,22 +7678,6 @@ css-to-react-native@^3.0.0: css-color-keywords "^1.0.0" postcss-value-parser "^4.0.2" -css-tree@1.0.0-alpha.37: - version "1.0.0-alpha.37" - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" - integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - dependencies: - mdn-data "2.0.4" - source-map "^0.6.1" - -css-tree@^1.1.2, css-tree@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" - integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== - dependencies: - mdn-data "2.0.14" - source-map "^0.6.1" - css-vendor@^2.0.8: version "2.0.8" resolved "https://registry.yarnpkg.com/css-vendor/-/css-vendor-2.0.8.tgz#e47f91d3bd3117d49180a3c935e62e3d9f7f449d" @@ -9101,99 +7686,16 @@ css-vendor@^2.0.8: "@babel/runtime" "^7.8.3" is-in-browser "^1.0.2" -css-what@^3.2.1: - version "3.4.2" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" - integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== - css-what@^5.0.1, css-what@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== -cssdb@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-6.1.0.tgz#75d63b1257e33af72ffdfec65f0f342189e4ab37" - integrity sha512-tZEDdN57Wlb5DRbOpJI9hSoP0t6DjtzSRswFoWo0hmJxfAXTBuDAcp2Oybj6BgQ+sErs9hXnWS1kzYKDKHanmg== - cssesc@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== -cssnano-preset-default@^5.1.11: - version "5.1.11" - resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.1.11.tgz#db10fb1ecee310e8285c5aca45bd8237be206828" - integrity sha512-ETet5hqHxmzQq2ynXMOQofKuLm7VOjMiOB7E2zdtm/hSeCKlD9fabzIUV4GoPcRyJRHi+4kGf0vsfGYbQ4nmPw== - dependencies: - css-declaration-sorter "^6.0.3" - cssnano-utils "^3.0.1" - postcss-calc "^8.2.0" - postcss-colormin "^5.2.4" - postcss-convert-values "^5.0.3" - postcss-discard-comments "^5.0.2" - postcss-discard-duplicates "^5.0.2" - postcss-discard-empty "^5.0.2" - postcss-discard-overridden "^5.0.3" - postcss-merge-longhand "^5.0.5" - postcss-merge-rules "^5.0.5" - postcss-minify-font-values "^5.0.3" - postcss-minify-gradients "^5.0.5" - postcss-minify-params "^5.0.4" - postcss-minify-selectors "^5.1.2" - postcss-normalize-charset "^5.0.2" - postcss-normalize-display-values "^5.0.2" - postcss-normalize-positions "^5.0.3" - postcss-normalize-repeat-style "^5.0.3" - postcss-normalize-string "^5.0.3" - postcss-normalize-timing-functions "^5.0.2" - postcss-normalize-unicode "^5.0.3" - postcss-normalize-url "^5.0.4" - postcss-normalize-whitespace "^5.0.3" - postcss-ordered-values "^5.0.4" - postcss-reduce-initial "^5.0.2" - postcss-reduce-transforms "^5.0.3" - postcss-svgo "^5.0.3" - postcss-unique-selectors "^5.0.3" - -cssnano-utils@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.0.1.tgz#d3cc0a142d3d217f8736837ec0a2ccff6a89c6ea" - integrity sha512-VNCHL364lh++/ono+S3j9NlUK+d97KNkxI77NlqZU2W3xd2/qmyN61dsa47pTpb55zuU4G4lI7qFjAXZJH1OAQ== - -cssnano@^5.0.6: - version "5.0.16" - resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.16.tgz#4ee97d30411693f3de24cef70b36f7ae2a843e04" - integrity sha512-ryhRI9/B9VFCwPbb1z60LLK5/ldoExi7nwdnJzpkLZkm2/r7j2X3jfY+ZvDVJhC/0fPZlrAguYdHNFg0iglPKQ== - dependencies: - cssnano-preset-default "^5.1.11" - lilconfig "^2.0.3" - yaml "^1.10.2" - -csso@^4.0.2, csso@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" - integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== - dependencies: - css-tree "^1.1.2" - -cssom@^0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10" - integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== - -cssom@~0.3.6: - version "0.3.8" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" - integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== - -cssstyle@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852" - integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== - dependencies: - cssom "~0.3.6" - csstype@^2.5.2: version "2.6.19" resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.19.tgz#feeb5aae89020bb389e1f63669a5ed490e391caa" @@ -9285,15 +7787,6 @@ data-uri-to-file@^0.1.8: mime "^1.3.4" through2 "^2.0.1" -data-urls@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b" - integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ== - dependencies: - abab "^2.0.3" - whatwg-mimetype "^2.3.0" - whatwg-url "^8.0.0" - date-fns@^1.27.2: version "1.30.1" resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" @@ -9321,13 +7814,6 @@ dateformat@^3.0.0: resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== -debounce-fn@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/debounce-fn/-/debounce-fn-4.0.0.tgz#ed76d206d8a50e60de0dd66d494d82835ffe61c7" - integrity sha512-8pYCQiL9Xdcg0UPSD3d+0KMlOjp+KGU5EPwYddgzQ7DATsg4fuUDjQtsYLmWjnk2obnNHgV3vE2Y4jejSOJVBQ== - dependencies: - mimic-fn "^3.0.0" - debug@*, debug@4, debug@4.3.4, debug@4.x, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4: version "4.3.4" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" @@ -9335,7 +7821,7 @@ debug@*, debug@4, debug@4.3.4, debug@4.x, debug@^4.0.0, debug@^4.0.1, debug@^4.1 dependencies: ms "2.1.2" -debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9: +debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== @@ -9400,11 +7886,6 @@ decamelize@^4.0.0: resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837" integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== -decimal.js@^10.2.1: - version "10.3.1" - resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783" - integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ== - decode-named-character-reference@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/decode-named-character-reference/-/decode-named-character-reference-1.0.1.tgz#57b2bd9112659cacbc449d3577d7dadb8e1f3d1b" @@ -9537,11 +8018,6 @@ deep-extend@^0.6.0: resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== -deep-freeze@^0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/deep-freeze/-/deep-freeze-0.0.1.tgz#3a0b0005de18672819dfd38cd31f91179c893e84" - integrity sha1-OgsABd4YZygZ39OM0x+RF5yJPoQ= - deep-is@^0.1.3, deep-is@~0.1.3: version "0.1.4" resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" @@ -9570,13 +8046,6 @@ default-gateway@^4.2.0: execa "^1.0.0" ip-regex "^2.1.0" -default-gateway@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71" - integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg== - dependencies: - execa "^5.0.0" - default-require-extensions@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-3.0.0.tgz#e03f93aac9b2b6443fc52e5e4a37b3ad9ad8df96" @@ -9760,24 +8229,11 @@ detect-libc@^2.0.0, detect-libc@^2.0.1: resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.1.tgz#e1897aa88fa6ad197862937fbc0441ef352ee0cd" integrity sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w== -detect-newline@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" - integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== - detect-node@^2.0.4, detect-node@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== -detect-port-alt@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275" - integrity sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q== - dependencies: - address "^1.0.1" - debug "^2.6.0" - detective-amd@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/detective-amd/-/detective-amd-4.0.1.tgz#1a827d9e4fa2f832506bd87aa392f124155bca3a" @@ -9874,11 +8330,6 @@ didyoumean@^1.2.1, didyoumean@^1.2.2: resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037" integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw== -diff-sequences@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.0.tgz#a8ac0cb742b17d6f30a6c43e233893a2402c0729" - integrity sha512-ZsOBWnhXiH+Zn0DcBNX/tiQsqrREHs/6oQsEVy2VJJjrTblykPima11pyHMSA/7PGmD+fwclTnKVKL/qtNREDQ== - diff@5.0.0, diff@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" @@ -10001,14 +8452,6 @@ dom-helpers@^5.0.1, dom-helpers@^5.1.3: "@babel/runtime" "^7.8.7" csstype "^3.0.2" -dom-serializer@0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" - integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - dependencies: - domelementtype "^2.0.1" - entities "^2.0.0" - dom-serializer@^1.0.1, dom-serializer@^1.3.2: version "1.3.2" resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" @@ -10023,23 +8466,11 @@ domain-browser@^1.1.1: resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== -domelementtype@1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" - integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - domelementtype@^2.0.1, domelementtype@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== -domexception@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304" - integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg== - dependencies: - webidl-conversions "^5.0.0" - domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626" @@ -10047,14 +8478,6 @@ domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.0: dependencies: domelementtype "^2.2.0" -domutils@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" - integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - dependencies: - dom-serializer "0" - domelementtype "1" - domutils@^2.5.2, domutils@^2.7.0, domutils@^2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" @@ -10064,14 +8487,6 @@ domutils@^2.5.2, domutils@^2.7.0, domutils@^2.8.0: domelementtype "^2.2.0" domhandler "^4.2.0" -dot-case@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751" - integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== - dependencies: - no-case "^3.0.4" - tslib "^2.0.3" - dot-prop@^4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4" @@ -10100,11 +8515,6 @@ dot-prop@^7.0.0: dependencies: type-fest "^2.10.0" -dotenv-expand@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" - integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== - dotenv@8.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" @@ -10161,7 +8571,7 @@ duplexer3@^0.1.4: resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= -duplexer@^0.1.1, duplexer@^0.1.2: +duplexer@^0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== @@ -10211,13 +8621,6 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -ejs@^3.1.6: - version "3.1.7" - resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.7.tgz#c544d9c7f715783dd92f0bddcf73a59e6962d006" - integrity sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw== - dependencies: - jake "^10.8.5" - electron-to-chromium@^1.4.118: version "1.4.139" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.139.tgz#e634b69769ab4a54626bbd9e1475de872839c89a" @@ -10258,11 +8661,6 @@ emittery@^0.11.0: resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.11.0.tgz#eb5f756a200d3431de2c6e850cb2d8afd97a03b9" integrity sha512-S/7tzL6v5i+4iJd627Nhv9cLFIo5weAIlGccqJFpnBoDB8U1TF2k5tez4J/QNuxyyhWuFqHg1L84Kd3m7iXg6g== -emittery@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860" - integrity sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg== - emoji-regex@^7.0.1: version "7.0.3" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" @@ -10321,30 +8719,17 @@ enhanced-resolve@^4.1.1, enhanced-resolve@^4.5.0: memory-fs "^0.5.0" tapable "^1.0.0" -enhanced-resolve@^5.9.3: - version "5.9.3" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz#44a342c012cbc473254af5cc6ae20ebd0aae5d88" - integrity sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow== - dependencies: - graceful-fs "^4.2.4" - tapable "^2.2.0" - entities@^2.0.0, entities@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== -entities@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4" - integrity sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q== - entities@~2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== -env-paths@^2.2.0, env-paths@^2.2.1: +env-paths@^2.2.0: version "2.2.1" resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== @@ -10386,14 +8771,14 @@ error-ex@^1.3.1, error-ex@^1.3.2: dependencies: is-arrayish "^0.2.1" -error-stack-parser@^2.0.0, error-stack-parser@^2.0.2, error-stack-parser@^2.0.3, error-stack-parser@^2.0.6: +error-stack-parser@^2.0.0, error-stack-parser@^2.0.2, error-stack-parser@^2.0.3: version "2.0.6" resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8" integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ== dependencies: stackframe "^1.1.1" -es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.19.1: +es-abstract@^1.19.0, es-abstract@^1.19.1: version "1.19.1" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3" integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w== @@ -10453,11 +8838,6 @@ es-module-lexer@^0.10.0: resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.10.5.tgz#06f76d51fa53b1f78e3bd8bb36dd275eda2fdd53" integrity sha512-+7IwY/kiGAacQfY+YBhKMvEmyAJnw5grTUgjG85Pe7vcUI/6b7pZjZG8nQ7+48YhzEAEqrEgD2dCz/JIK+AYvw== -es-module-lexer@^0.9.0: - version "0.9.3" - resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19" - integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== - es-shim-unscopables@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241" @@ -10688,26 +9068,6 @@ eslint-config-next@12.2.2: eslint-plugin-react "^7.29.4" eslint-plugin-react-hooks "^4.5.0" -eslint-config-react-app@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz#73ba3929978001c5c86274c017ea57eb5fa644b4" - integrity sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA== - dependencies: - "@babel/core" "^7.16.0" - "@babel/eslint-parser" "^7.16.3" - "@rushstack/eslint-patch" "^1.1.0" - "@typescript-eslint/eslint-plugin" "^5.5.0" - "@typescript-eslint/parser" "^5.5.0" - babel-preset-react-app "^10.0.1" - confusing-browser-globals "^1.0.11" - eslint-plugin-flowtype "^8.0.3" - eslint-plugin-import "^2.25.3" - eslint-plugin-jest "^25.3.0" - eslint-plugin-jsx-a11y "^6.5.1" - eslint-plugin-react "^7.27.1" - eslint-plugin-react-hooks "^4.3.0" - eslint-plugin-testing-library "^5.0.1" - eslint-config-standard-jsx@^11.0.0: version "11.0.0" resolved "https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz#70852d395731a96704a592be5b0bfaccfeded239" @@ -10753,15 +9113,7 @@ eslint-plugin-es@^4.1.0: eslint-utils "^2.0.0" regexpp "^3.0.0" -eslint-plugin-flowtype@^8.0.3: - version "8.0.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912" - integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ== - dependencies: - lodash "^4.17.21" - string-natural-compare "^3.0.1" - -eslint-plugin-import@^2.25.3, eslint-plugin-import@^2.26.0: +eslint-plugin-import@^2.26.0: version "2.26.0" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b" integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA== @@ -10780,13 +9132,6 @@ eslint-plugin-import@^2.25.3, eslint-plugin-import@^2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@^25.3.0: - version "25.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a" - integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ== - dependencies: - "@typescript-eslint/experimental-utils" "^5.0.0" - eslint-plugin-jsx-a11y@^6.5.1: version "6.5.1" resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8" @@ -10824,12 +9169,12 @@ eslint-plugin-promise@^6.0.0: resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18" integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw== -eslint-plugin-react-hooks@^4.3.0, eslint-plugin-react-hooks@^4.5.0: +eslint-plugin-react-hooks@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad" integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw== -eslint-plugin-react@^7.27.1, eslint-plugin-react@^7.28.0, eslint-plugin-react@^7.29.4: +eslint-plugin-react@^7.28.0, eslint-plugin-react@^7.29.4: version "7.30.0" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3" integrity sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A== @@ -10849,21 +9194,6 @@ eslint-plugin-react@^7.27.1, eslint-plugin-react@^7.28.0, eslint-plugin-react@^7 semver "^6.3.0" string.prototype.matchall "^4.0.7" -eslint-plugin-testing-library@^5.0.1: - version "5.0.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.0.5.tgz#5757961ec20a6ca8b0992d2c5487db1b51612d8d" - integrity sha512-0j355vJpJCE/2g+aayIgJRUB6jBVqpD5ztMLGcadR1PgrgGPnPxN1HJuOAsAAwiMo27GwRnpJB8KOQzyNuNZrw== - dependencies: - "@typescript-eslint/utils" "^5.10.2" - -eslint-scope@5.1.1, eslint-scope@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" - integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - dependencies: - esrecurse "^4.3.0" - estraverse "^4.1.1" - eslint-scope@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" @@ -10899,33 +9229,17 @@ eslint-visitor-keys@^1.1.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== -eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0: +eslint-visitor-keys@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== -eslint-visitor-keys@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1" - integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ== - eslint-visitor-keys@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint-webpack-plugin@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz#83dad2395e5f572d6f4d919eedaa9cf902890fcb" - integrity sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg== - dependencies: - "@types/eslint" "^7.28.2" - jest-worker "^27.3.1" - micromatch "^4.0.4" - normalize-path "^3.0.0" - schema-utils "^3.1.1" - -eslint@^8.13.0, eslint@^8.3.0: +eslint@^8.13.0: version "8.16.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae" integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA== @@ -11053,7 +9367,7 @@ estree-util-visit@^1.0.0: "@types/estree-jsx" "^0.0.1" "@types/unist" "^2.0.0" -estree-walker@2.0.2, estree-walker@^2.0.0, estree-walker@^2.0.1, estree-walker@^2.0.2: +estree-walker@2.0.2, estree-walker@^2.0.0, estree-walker@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== @@ -11063,11 +9377,6 @@ estree-walker@^0.6.1: resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== -estree-walker@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" - integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== - estree-walker@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-3.0.1.tgz#c2a9fb4a30232f5039b7c030b37ead691932debd" @@ -11088,7 +9397,7 @@ eventemitter3@^4.0.0, eventemitter3@^4.0.4: resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== -events@^3.0.0, events@^3.2.0: +events@^3.0.0: version "3.3.0" resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== @@ -11149,7 +9458,7 @@ execa@^4.0.0: signal-exit "^3.0.2" strip-final-newline "^2.0.0" -execa@^5.0.0, execa@^5.1.0, execa@^5.1.1: +execa@^5.0.0, execa@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== @@ -11184,11 +9493,6 @@ exit-on-epipe@~1.0.1: resolved "https://registry.yarnpkg.com/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz#0bdd92e87d5285d267daa8171d0eb06159689692" integrity sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw== -exit@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" - integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= - expand-brackets@^2.1.4: version "2.1.4" resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" @@ -11214,16 +9518,6 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: dependencies: homedir-polyfill "^1.0.1" -expect@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/expect/-/expect-27.5.0.tgz#ea2fbebb483c274043098c34a53923a0aee493f0" - integrity sha512-z73GZ132cBqrapO0X6BeRjyBXqOt9YeRtnDteHJIQqp5s2pZ41Hz23VUbsVFMfkrsFLU9GwoIRS0ZzLuFK8M5w== - dependencies: - "@jest/types" "^27.5.0" - jest-get-type "^27.5.0" - jest-matcher-utils "^27.5.0" - jest-message-util "^27.5.0" - express-logging@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/express-logging/-/express-logging-1.1.1.tgz#62839618cbab5bb3610f1a1c1485352fe9d26c2a" @@ -11384,7 +9678,7 @@ fast-json-parse@^1.0.3: resolved "https://registry.yarnpkg.com/fast-json-parse/-/fast-json-parse-1.0.3.tgz#43e5c61ee4efa9265633046b770fb682a7577c4d" integrity sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw== -fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: +fast-json-stable-stringify@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== @@ -11444,13 +9738,6 @@ faye-websocket@^0.11.3: dependencies: websocket-driver ">=0.5.1" -fb-watchman@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85" - integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg== - dependencies: - bser "2.1.1" - fbjs-css-vars@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8" @@ -11559,7 +9846,7 @@ file-loader@^6.2.0: loader-utils "^2.0.0" schema-utils "^3.0.0" -file-saver@^2.0.2, file-saver@^2.0.5: +file-saver@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.5.tgz#d61cfe2ce059f414d899e9dd6d4107ee25670c38" integrity sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA== @@ -11599,13 +9886,6 @@ file-uri-to-path@1.0.0: resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== -filelist@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.3.tgz#448607750376484932f67ef1b9ff07386b036c83" - integrity sha512-LwjCsruLWQULGYKy7TX0OPtrL9kLpojOFKc5VCTxdFTV7w5zbsgqVKfnkKG7Qgjtq50gKfO56hJv88OfcGb70Q== - dependencies: - minimatch "^5.0.1" - filename-reserved-regex@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229" @@ -11620,11 +9900,6 @@ filenamify@^3.0.0: strip-outer "^1.0.0" trim-repeated "^1.0.0" -filesize@^8.0.6: - version "8.0.7" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8" - integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ== - fill-range@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" @@ -11670,7 +9945,7 @@ finalhandler@1.2.0: statuses "2.0.1" unpipe "~1.0.0" -find-cache-dir@^2.0.0, find-cache-dir@^2.1.0: +find-cache-dir@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== @@ -11832,25 +10107,6 @@ forever-agent@~0.6.1: resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= -fork-ts-checker-webpack-plugin@^6.5.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.0.tgz#0282b335fa495a97e167f69018f566ea7d2a2b5e" - integrity sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw== - dependencies: - "@babel/code-frame" "^7.8.3" - "@types/json-schema" "^7.0.5" - chalk "^4.1.0" - chokidar "^3.4.2" - cosmiconfig "^6.0.0" - deepmerge "^4.2.2" - fs-extra "^9.0.0" - glob "^7.1.6" - memfs "^3.1.2" - minimatch "^3.0.4" - schema-utils "2.7.0" - semver "^7.3.2" - tapable "^1.0.0" - form-data@^2.3.1: version "2.5.1" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4" @@ -11999,7 +10255,7 @@ fs-extra@^10.0.0: jsonfile "^6.0.1" universalify "^2.0.0" -fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0: +fs-extra@^9.1.0: version "9.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== @@ -12023,11 +10279,6 @@ fs-minipass@^2.0.0, fs-minipass@^2.1.0: dependencies: minipass "^3.0.0" -fs-monkey@1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3" - integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q== - fs-write-stream-atomic@^1.0.8: version "1.0.10" resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" @@ -12051,7 +10302,7 @@ fsevents@^1.2.7: bindings "^1.5.0" nan "^2.12.1" -fsevents@^2.3.2, fsevents@~2.3.1, fsevents@~2.3.2: +fsevents@~2.3.1, fsevents@~2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== @@ -12182,11 +10433,6 @@ get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: has "^1.0.3" has-symbols "^1.0.1" -get-own-enumerable-property-symbols@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" - integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== - get-package-type@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" @@ -12281,11 +10527,6 @@ gh-release-fetch@^3.0.0: node-fetch "^2.3.0" semver "^7.0.0" -git-config-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/git-config-path/-/git-config-path-2.0.0.tgz#62633d61af63af4405a5024efd325762f58a181b" - integrity sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA== - git-raw-commits@^2.0.0, git-raw-commits@^2.0.8: version "2.0.11" resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723" @@ -12372,13 +10613,6 @@ github-slugger@^1.0.0, github-slugger@^1.1.1: resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.4.0.tgz#206eb96cdb22ee56fdc53a28d5a302338463444e" integrity sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ== -github-username@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/github-username/-/github-username-6.0.0.tgz#d543eced7295102996cd8e4e19050ebdcbe60658" - integrity sha512-7TTrRjxblSI5l6adk9zd+cV5d6i1OrJSo3Vr9xdGqFLBQo0mz5P9eIfKCDJ7eekVGGFLbce0qbPSnktXV2BjDQ== - dependencies: - "@octokit/rest" "^18.0.6" - glob-parent@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" @@ -12548,7 +10782,7 @@ globals@^13.15.0: dependencies: type-fest "^0.20.2" -globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0: +globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.1.0: version "11.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== @@ -12731,13 +10965,6 @@ gud@^1.0.0: resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0" integrity sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw== -gzip-size@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462" - integrity sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q== - dependencies: - duplexer "^0.1.2" - handle-thing@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" @@ -12773,11 +11000,6 @@ hard-rejection@^2.1.0: resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== -harmony-reflect@^1.4.6: - version "1.6.2" - resolved "https://registry.yarnpkg.com/harmony-reflect/-/harmony-reflect-1.6.2.tgz#31ecbd32e648a34d030d86adb67d4d47547fe710" - integrity sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g== - has-ansi@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-0.1.0.tgz#84f265aae8c0e6a88a12d7022894b7568894c62e" @@ -13100,7 +11322,7 @@ hast-util-whitespace@^2.0.0: resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-2.0.0.tgz#4fc1086467cc1ef5ba20673cb6b03cec3a970f1c" integrity sha512-Pkw+xBHuV6xFeJprJe2BBEoDV+AvQySaz3pPDRUs5PNZEMQjpXJJueqrpcHIXxnWTcAGi/UOCgVShlkY6kLoqg== -he@1.2.0, he@1.2.x, he@^1.2.0: +he@1.2.0, he@1.2.x: version "1.2.0" resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== @@ -13170,11 +11392,6 @@ hooks@^0.3.2: resolved "https://registry.yarnpkg.com/hooks/-/hooks-0.3.2.tgz#a31f060c2026cea6cf1ca3eb178430e718e1c4a3" integrity sha1-ox8GDCAmzqbPHKPrF4Qw5xjhxKM= -hoopy@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d" - integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ== - hosted-git-info@^2.1.4: version "2.8.9" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" @@ -13209,23 +11426,11 @@ hpack.js@^2.1.6: readable-stream "^2.0.1" wbuf "^1.1.0" -html-encoding-sniffer@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3" - integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ== - dependencies: - whatwg-encoding "^1.0.5" - html-entities@^1.3.1: version "1.4.0" resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc" integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA== -html-entities@^2.1.0, html-entities@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488" - integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ== - html-escaper@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" @@ -13242,19 +11447,6 @@ html-loader@^0.5.5: loader-utils "^1.1.0" object-assign "^4.1.1" -html-minifier-terser@^6.0.2: - version "6.1.0" - resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#bfc818934cc07918f6b3669f5774ecdfd48f32ab" - integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw== - dependencies: - camel-case "^4.1.2" - clean-css "^5.2.2" - commander "^8.3.0" - he "^1.2.0" - param-case "^3.0.4" - relateurl "^0.2.7" - terser "^5.10.0" - html-minifier@^3.2.3, html-minifier@^3.5.8: version "3.5.21" resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.21.tgz#d0040e054730e354db008463593194015212d20c" @@ -13298,17 +11490,6 @@ html-webpack-plugin@^3.2.0: toposort "^1.0.0" util.promisify "1.0.0" -html-webpack-plugin@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50" - integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw== - dependencies: - "@types/html-minifier-terser" "^6.0.0" - html-minifier-terser "^6.0.2" - lodash "^4.17.21" - pretty-error "^4.0.0" - tapable "^2.0.0" - 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" @@ -13523,7 +11704,7 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: dependencies: safer-buffer ">= 2.1.2 < 3" -iconv-lite@^0.6.2, iconv-lite@^0.6.3: +iconv-lite@^0.6.2: version "0.6.3" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== @@ -13542,23 +11723,6 @@ icss-utils@^4.1.0: dependencies: postcss "^7.0.14" -icss-utils@^5.0.0, icss-utils@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" - integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== - -idb@^6.1.4: - version "6.1.5" - resolved "https://registry.yarnpkg.com/idb/-/idb-6.1.5.tgz#dbc53e7adf1ac7c59f9b2bf56e00b4ea4fce8c7b" - integrity sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw== - -identity-obj-proxy@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz#94d2bda96084453ef36fbc5aaec37e0f79f1fc14" - integrity sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ= - dependencies: - harmony-reflect "^1.4.6" - ieee754@^1.1.13, ieee754@^1.1.4, ieee754@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" @@ -13598,7 +11762,7 @@ ignore@^4.0.3: resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== -ignore@^5.0.0, ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8, ignore@^5.2.0: +ignore@^5.0.0, ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== @@ -13613,27 +11777,17 @@ immer@^8.0.1: resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.4.tgz#3a21605a4e2dded852fb2afd208ad50969737b7a" integrity sha512-jMfL18P+/6P6epANRvRk6q8t+3gGhqsJ9EuJ25AXE+9bNTYtssvzeYbEd0mXRYWCmmXSIbnlpz6vd6iJlmGGGQ== -immer@^9.0.7: - version "9.0.12" - resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.12.tgz#2d33ddf3ee1d247deab9d707ca472c8c942a0f20" - integrity sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA== - immutable@^3.8.2: version "3.8.2" resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" integrity sha1-wkOZUUVbs5kT2vKBN28VMOEErfM= -immutable@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23" - integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw== - immutable@~3.7.4: version "3.7.6" resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b" integrity sha1-E7TTyxK++hVIKib+Gy665kAHHks= -import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: +import-fresh@^3.0.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== @@ -13809,27 +11963,6 @@ inquirer@^7.0.4, inquirer@^7.3.3: strip-ansi "^6.0.0" through "^2.3.6" -inquirer@^8.0.0: - version "8.2.4" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4" - integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg== - dependencies: - ansi-escapes "^4.2.1" - chalk "^4.1.1" - cli-cursor "^3.1.0" - cli-width "^3.0.0" - external-editor "^3.0.3" - figures "^3.0.0" - lodash "^4.17.21" - mute-stream "0.0.8" - ora "^5.4.1" - run-async "^2.4.0" - rxjs "^7.5.5" - string-width "^4.1.0" - strip-ansi "^6.0.0" - through "^2.3.6" - wrap-ansi "^7.0.0" - internal-ip@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" @@ -13912,11 +12045,6 @@ ipaddr.js@1.9.1, ipaddr.js@^1.9.0: resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== -ipaddr.js@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0" - integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng== - irregular-plurals@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-3.3.0.tgz#67d0715d4361a60d9fd9ee80af3881c631a31ee2" @@ -14177,11 +12305,6 @@ is-fullwidth-code-point@^4.0.0: resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz#fae3167c729e7463f8461ce512b080a49268aa88" integrity sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ== -is-generator-fn@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" - integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== - is-generator-function@^1.0.7: version "1.0.10" resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72" @@ -14256,11 +12379,6 @@ is-lambda@^1.0.1: resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" integrity sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU= -is-module@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" - integrity sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE= - is-nan@^1.3.0: version "1.3.2" resolved "https://registry.yarnpkg.com/is-nan/-/is-nan-1.3.2.tgz#043a54adea31748b55b6cd4e09aadafa69bd9e1d" @@ -14308,7 +12426,7 @@ is-number@^7.0.0: resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== -is-obj@^1.0.0, is-obj@^1.0.1: +is-obj@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= @@ -14393,11 +12511,6 @@ is-plain-object@^5.0.0: resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== -is-potential-custom-element-name@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" - integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== - is-promise@^2.1.0: version "2.2.2" resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.2.2.tgz#39ab959ccbf9a774cf079f7b40c7a26f763135f1" @@ -14413,7 +12526,7 @@ is-redirect@^1.0.0: resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= -is-reference@^1.1.4, is-reference@^1.2.1: +is-reference@^1.1.4: version "1.2.1" resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-1.2.1.tgz#8b2dac0b371f4bc994fdeaba9eb542d03002d0b7" integrity sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== @@ -14435,11 +12548,6 @@ is-regex@^1.0.4, is-regex@^1.1.0, is-regex@^1.1.4: call-bind "^1.0.2" has-tostringtag "^1.0.0" -is-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" - integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk= - is-relative-url@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/is-relative-url/-/is-relative-url-3.0.0.tgz#f623c8e26baa5bd3742b3b7ec074f50f3b45b3f3" @@ -14452,11 +12560,6 @@ is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0: resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4" integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg== -is-root@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c" - integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg== - is-shared-array-buffer@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6" @@ -14627,7 +12730,7 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.0.0-alpha.1, istanbul-lib-coverage@^3.2.0: +istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.0.0-alpha.1: version "3.2.0" resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== @@ -14649,17 +12752,6 @@ istanbul-lib-instrument@^4.0.0: istanbul-lib-coverage "^3.0.0" semver "^6.3.0" -istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz#7b49198b657b27a730b8e9cb601f1e1bff24c59a" - integrity sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q== - dependencies: - "@babel/core" "^7.12.3" - "@babel/parser" "^7.14.7" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.2.0" - semver "^6.3.0" - istanbul-lib-processinfo@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz#e1426514662244b2f25df728e8fd1ba35fe53b9c" @@ -14691,7 +12783,7 @@ istanbul-lib-source-maps@^4.0.0: istanbul-lib-coverage "^3.0.0" source-map "^0.6.1" -istanbul-reports@^3.0.2, istanbul-reports@^3.1.3: +istanbul-reports@^3.0.2: version "3.1.3" resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.3.tgz#4bcae3103b94518117930d51283690960b50d3c2" integrity sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg== @@ -14707,391 +12799,21 @@ isurl@^1.0.0-alpha5: has-to-string-tag-x "^1.2.0" is-object "^1.0.1" -jake@^10.8.5: - version "10.8.5" - resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46" - integrity sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw== - dependencies: - async "^3.2.3" - chalk "^4.0.2" - filelist "^1.0.1" - minimatch "^3.0.4" - javascript-stringify@^2.0.1: version "2.1.0" resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz#27c76539be14d8bd128219a2d731b09337904e79" integrity sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg== -jest-changed-files@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.5.0.tgz#61e8d0a7394c1ee1cec4c2893e206e62b1566066" - integrity sha512-BGWKI7E6ORqbF5usF1oA4ftbkhVZVrXr8jB0/BrU6TAn3kfOVwX2Zx6pKIXYutJ+qNEjT8Da/gGak0ajya/StA== - dependencies: - "@jest/types" "^27.5.0" - execa "^5.0.0" - throat "^6.0.1" - -jest-circus@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.5.0.tgz#fcff8829ceb2c8ef4b4532ace7734d156c6664b9" - integrity sha512-+NPd1OxpAHYKjbW8dgL0huFgmtZRKSUKee/UtRgZJEfAxCeA12d7sp0coh5EGDBpW4fCk1Pcia/2dG+j6BQvdw== - dependencies: - "@jest/environment" "^27.5.0" - "@jest/test-result" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/node" "*" - chalk "^4.0.0" - co "^4.6.0" - dedent "^0.7.0" - expect "^27.5.0" - is-generator-fn "^2.0.0" - jest-each "^27.5.0" - jest-matcher-utils "^27.5.0" - jest-message-util "^27.5.0" - jest-runtime "^27.5.0" - jest-snapshot "^27.5.0" - jest-util "^27.5.0" - pretty-format "^27.5.0" - slash "^3.0.0" - stack-utils "^2.0.3" - throat "^6.0.1" - -jest-cli@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.5.0.tgz#06557ad22818740fb28481089a574ba107a8b369" - integrity sha512-9ANs79Goz1ULKtG7HDm/F//4E69v8EFOLXRIHmeC/eK1xTUeQGlU6XP0Zwst386sKaKB4O60qhWY/UaTBS2MLA== - dependencies: - "@jest/core" "^27.5.0" - "@jest/test-result" "^27.5.0" - "@jest/types" "^27.5.0" - chalk "^4.0.0" - exit "^0.1.2" - graceful-fs "^4.2.9" - import-local "^3.0.2" - jest-config "^27.5.0" - jest-util "^27.5.0" - jest-validate "^27.5.0" - prompts "^2.0.1" - yargs "^16.2.0" - -jest-config@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.5.0.tgz#d96ccf8e26d3f2f3ae6543686c48449c201bb621" - integrity sha512-eOIpvpXFz5WHuIYZN1QmvBLEjsSk3w+IAC/2jBpZClbprF53Bj9meBMgAbE15DSkaaJBDFmhXXd1L2eCLaWxQw== - dependencies: - "@babel/core" "^7.8.0" - "@jest/test-sequencer" "^27.5.0" - "@jest/types" "^27.5.0" - babel-jest "^27.5.0" - chalk "^4.0.0" - ci-info "^3.2.0" - deepmerge "^4.2.2" - glob "^7.1.1" - graceful-fs "^4.2.9" - jest-circus "^27.5.0" - jest-environment-jsdom "^27.5.0" - jest-environment-node "^27.5.0" - jest-get-type "^27.5.0" - jest-jasmine2 "^27.5.0" - jest-regex-util "^27.5.0" - jest-resolve "^27.5.0" - jest-runner "^27.5.0" - jest-util "^27.5.0" - jest-validate "^27.5.0" - micromatch "^4.0.4" - pretty-format "^27.5.0" - slash "^3.0.0" - -jest-diff@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.0.tgz#34dc608a3b9159df178dd480b6d835b5e6b92082" - integrity sha512-zztvHDCq/QcAVv+o6rts0reupSOxyrX+KLQEOMWCW2trZgcBFgp/oTK7hJCGpXvEIqKrQzyQlaPKn9W04+IMQg== - dependencies: - chalk "^4.0.0" - diff-sequences "^27.5.0" - jest-get-type "^27.5.0" - pretty-format "^27.5.0" - -jest-docblock@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.5.0.tgz#096fa3a8b55d019a954ef7cc205c791bf94b2352" - integrity sha512-U4MtJgdZn2x+jpPzd7NAYvDmgJAA5h9QxVAwsyuH7IymGzY8VGHhAkHcIGOmtmdC61ORLxCbEhj6fCJsaCWzXA== - dependencies: - detect-newline "^3.0.0" - -jest-each@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.5.0.tgz#7bd00a767df0fbec0caba3df0d2c0b3268a2ce84" - integrity sha512-2vpajSdDMZmAxjSP1f4BG9KKduwHtuaI0w66oqLUkfaGUU7Ix/W+d8BW0h3/QEJiew7hR0GSblqdFwTEEbhBdw== - dependencies: - "@jest/types" "^27.5.0" - chalk "^4.0.0" - jest-get-type "^27.5.0" - jest-util "^27.5.0" - pretty-format "^27.5.0" - -jest-environment-jsdom@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.5.0.tgz#6d22d9b76890e9b82c7e1062a15730efb3fb7361" - integrity sha512-sX49N8rjp6HSHeGpNgLk6mtHRd1IPAnE/u7wLQkb6Tz/1E08Q++Y8Zk/IbpVdcFywbzH1icFqEuDuHJ6o+uXXg== - dependencies: - "@jest/environment" "^27.5.0" - "@jest/fake-timers" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/node" "*" - jest-mock "^27.5.0" - jest-util "^27.5.0" - jsdom "^16.6.0" - -jest-environment-node@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.5.0.tgz#1ab357b4715bff88d48c8b62b8379002ff955dd1" - integrity sha512-7UzisMMfGyrURhS/eUa7p7mgaqN3ajHylsjOgfcn0caNeYRZq4LHKZLfAxrPM34DWLnBZcRupEJlpQsizdSUsw== - dependencies: - "@jest/environment" "^27.5.0" - "@jest/fake-timers" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/node" "*" - jest-mock "^27.5.0" - jest-util "^27.5.0" - jest-get-type@^25.2.6: version "25.2.6" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-25.2.6.tgz#0b0a32fab8908b44d508be81681487dbabb8d877" integrity sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig== -jest-get-type@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.0.tgz#861c24aa1b176be83c902292cb9618d580cac8a7" - integrity sha512-Vp6O8a52M/dahXRG/E0EJuWQROps2mDQ0sJYPgO8HskhdLwj9ajgngy2OAqZgV6e/RcU67WUHq6TgfvJb8flbA== - jest-get-type@^27.5.1: version "27.5.1" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1" integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw== -jest-haste-map@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.0.tgz#7cc3a920caf304c89fbfceb5d5717b929873f175" - integrity sha512-0KfckSBEKV+D6e0toXmIj4zzp72EiBnvkC0L+xYxenkLhAdkp2/8tye4AgMzz7Fqb1r8SWtz7+s1UQLrxMBang== - dependencies: - "@jest/types" "^27.5.0" - "@types/graceful-fs" "^4.1.2" - "@types/node" "*" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.9" - jest-regex-util "^27.5.0" - jest-serializer "^27.5.0" - jest-util "^27.5.0" - jest-worker "^27.5.0" - micromatch "^4.0.4" - walker "^1.0.7" - optionalDependencies: - fsevents "^2.3.2" - -jest-jasmine2@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.5.0.tgz#589d6574d1318d3fb41b3fc368344117ec417dcc" - integrity sha512-X7sT3HLNjjrBEepilxzPyNhNdyunaFBepo1L3T/fvYb9tb8Wb8qY576gwIa+SZcqYUqAA7/bT3EpZI4lAp0Qew== - dependencies: - "@jest/environment" "^27.5.0" - "@jest/source-map" "^27.5.0" - "@jest/test-result" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/node" "*" - chalk "^4.0.0" - co "^4.6.0" - expect "^27.5.0" - is-generator-fn "^2.0.0" - jest-each "^27.5.0" - jest-matcher-utils "^27.5.0" - jest-message-util "^27.5.0" - jest-runtime "^27.5.0" - jest-snapshot "^27.5.0" - jest-util "^27.5.0" - pretty-format "^27.5.0" - throat "^6.0.1" - -jest-leak-detector@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.5.0.tgz#c98c02e64eab4da9a8b91f058d2b7473272272ee" - integrity sha512-Ak3k+DD3ao5d4/zzJrxAQ5UV5wiCrp47jH94ZD4/vXSzQgE6WBVDfg83VtculLILO7Y6/Q/7yzKSrtN9Na8luA== - dependencies: - jest-get-type "^27.5.0" - pretty-format "^27.5.0" - -jest-matcher-utils@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.0.tgz#d2fc737224fb3bfa38eaa2393ac5bc953d5c5697" - integrity sha512-5ruyzWMGb1ilCWD6ECwNdOhQBeIXAjHmHd5c3uO6quR7RIMHPRP2ucOaejz2j+0R0Ko4GanWM6SqXAeF8nYN5g== - dependencies: - chalk "^4.0.0" - jest-diff "^27.5.0" - jest-get-type "^27.5.0" - pretty-format "^27.5.0" - -jest-message-util@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.5.0.tgz#654a781b38a305b1fd8120053c784c67bca00a52" - integrity sha512-lfbWRhTtmZMEHPAtl0SrvNzK1F4UnVNMHOliRQT2BJ4sBFzIb0gBCHA4ebWD4o6l1fUyvDPxM01K9OIMQTAdQw== - dependencies: - "@babel/code-frame" "^7.12.13" - "@jest/types" "^27.5.0" - "@types/stack-utils" "^2.0.0" - chalk "^4.0.0" - graceful-fs "^4.2.9" - micromatch "^4.0.4" - pretty-format "^27.5.0" - slash "^3.0.0" - stack-utils "^2.0.3" - -jest-mock@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.0.tgz#1018656fe6bcd0f58fd1edca7f420169f6707c6e" - integrity sha512-PHluG6MJGng82/sxh8OiB9fnxzNn3cazceSHCAmAKs4g5rMhc3EZCrJXv+4w61rA2WGagMUj7QLLrA1SRlFpzQ== - dependencies: - "@jest/types" "^27.5.0" - "@types/node" "*" - -jest-pnp-resolver@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c" - integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== - -jest-regex-util@^27.0.0, jest-regex-util@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.0.tgz#26c26cf15a73edba13cb8930e261443d25ed8608" - integrity sha512-e9LqSd6HsDsqd7KS3rNyYwmQAaG9jq4U3LbnwVxN/y3nNlDzm2OFs596uo9zrUY+AV1opXq6ome78tRDUCRWfA== - -jest-resolve-dependencies@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.0.tgz#8e3b15589848995ddc9a39f49462dad5b7bc14a2" - integrity sha512-xQsy7CmrT4CJxdNUEdzZU2M/v6YmtQ/pkJM+sx7TA1siG1zfsZuo78PZvzglwRMQFr88f3Su4Om8OEBAic+SMw== - dependencies: - "@jest/types" "^27.5.0" - jest-regex-util "^27.5.0" - jest-snapshot "^27.5.0" - -jest-resolve@^27.4.2, jest-resolve@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.5.0.tgz#a8e95a68dfb4a59faa508d7b6d2c6a02dcabb712" - integrity sha512-PkDpYEGV/nFqThnIrlPtj8oTxyAV3iuuS6or7dZYyUWaHr/tyyVb5qfBmZS6FEr7ozBHgjrF1bgcgIefnlicbw== - dependencies: - "@jest/types" "^27.5.0" - chalk "^4.0.0" - graceful-fs "^4.2.9" - jest-haste-map "^27.5.0" - jest-pnp-resolver "^1.2.2" - jest-util "^27.5.0" - jest-validate "^27.5.0" - resolve "^1.20.0" - resolve.exports "^1.1.0" - slash "^3.0.0" - -jest-runner@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.5.0.tgz#b5747a4444b4d3faae019bd201943948882d26c3" - integrity sha512-RMzXhkJLLOKKgUPY2trpyVBijaFmswMtgoCCBk2PQVRHC6yo1vLd1/jmFP39s5OXXnt7rntuzKSYvxl+QUibqQ== - dependencies: - "@jest/console" "^27.5.0" - "@jest/environment" "^27.5.0" - "@jest/test-result" "^27.5.0" - "@jest/transform" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/node" "*" - chalk "^4.0.0" - emittery "^0.8.1" - graceful-fs "^4.2.9" - jest-docblock "^27.5.0" - jest-environment-jsdom "^27.5.0" - jest-environment-node "^27.5.0" - jest-haste-map "^27.5.0" - jest-leak-detector "^27.5.0" - jest-message-util "^27.5.0" - jest-resolve "^27.5.0" - jest-runtime "^27.5.0" - jest-util "^27.5.0" - jest-worker "^27.5.0" - source-map-support "^0.5.6" - throat "^6.0.1" - -jest-runtime@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.5.0.tgz#2497116742b9e7cc1e5381a9ded36602b8b0c78c" - integrity sha512-T7APxCPjN3p3ePcLuypbWtD0UZHyAdvIADZ9ABI/sFZ9t/Rf2xIUd6D7RzZIX+unewJRooVGWrgDIgeUuj0OUA== - dependencies: - "@jest/environment" "^27.5.0" - "@jest/fake-timers" "^27.5.0" - "@jest/globals" "^27.5.0" - "@jest/source-map" "^27.5.0" - "@jest/test-result" "^27.5.0" - "@jest/transform" "^27.5.0" - "@jest/types" "^27.5.0" - chalk "^4.0.0" - cjs-module-lexer "^1.0.0" - collect-v8-coverage "^1.0.0" - execa "^5.0.0" - glob "^7.1.3" - graceful-fs "^4.2.9" - jest-haste-map "^27.5.0" - jest-message-util "^27.5.0" - jest-mock "^27.5.0" - jest-regex-util "^27.5.0" - jest-resolve "^27.5.0" - jest-snapshot "^27.5.0" - jest-util "^27.5.0" - slash "^3.0.0" - strip-bom "^4.0.0" - -jest-serializer@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.5.0.tgz#439a110df27f97a40c114a429b708c2ada15a81f" - integrity sha512-aSDFqQlVXtBH+Zb5dl9mCvTSFkabixk/9P9cpngL4yJKpmEi9USxfDhONFMzJrtftPvZw3PcltUVmtFZTB93rg== - dependencies: - "@types/node" "*" - graceful-fs "^4.2.9" - -jest-snapshot@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.5.0.tgz#c5c4c084f5e10036f31e7647de1a6f28c07681fc" - integrity sha512-cAJj15uqWGkro0bfcv/EgusBnqNgCpRruFQZghsMYTq4Fm2lk/VhAf8DgRr8wvhR6Ue1hkeL8tn70Cw4t8x/5A== - dependencies: - "@babel/core" "^7.7.2" - "@babel/generator" "^7.7.2" - "@babel/plugin-syntax-typescript" "^7.7.2" - "@babel/traverse" "^7.7.2" - "@babel/types" "^7.0.0" - "@jest/transform" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/babel__traverse" "^7.0.4" - "@types/prettier" "^2.1.5" - babel-preset-current-node-syntax "^1.0.0" - chalk "^4.0.0" - expect "^27.5.0" - graceful-fs "^4.2.9" - jest-diff "^27.5.0" - jest-get-type "^27.5.0" - jest-haste-map "^27.5.0" - jest-matcher-utils "^27.5.0" - jest-message-util "^27.5.0" - jest-util "^27.5.0" - natural-compare "^1.4.0" - pretty-format "^27.5.0" - semver "^7.3.2" - -jest-util@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.0.tgz#0b9540d91b0de65d288f235fa9899e6eeeab8d35" - integrity sha512-FUUqOx0gAzJy3ytatT1Ss372M1kmhczn8x7aE0++11oPGW1FyD/5NjYBI8w1KOXFm6IVjtaZm2szfJJL+CHs0g== - dependencies: - "@jest/types" "^27.5.0" - "@types/node" "*" - chalk "^4.0.0" - ci-info "^3.2.0" - graceful-fs "^4.2.9" - picomatch "^2.2.3" - jest-validate@^25.3.0: version "25.5.0" resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-25.5.0.tgz#fb4c93f332c2e4cf70151a628e58a35e459a413a" @@ -15116,71 +12838,6 @@ jest-validate@^27.3.1, jest-validate@^27.4.2: leven "^3.1.0" pretty-format "^27.5.1" -jest-validate@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.5.0.tgz#b3df32372d2c832fa5a5e31ee2c37f94f79f7f1f" - integrity sha512-2XZzQWNrY9Ypo11mm4ZeVjvr++CQG/45XnmA2aWwx155lTwy1JGFI8LpQ2dBCSAeO21ooqg/FCIvv9WwfnPClA== - dependencies: - "@jest/types" "^27.5.0" - camelcase "^6.2.0" - chalk "^4.0.0" - jest-get-type "^27.5.0" - leven "^3.1.0" - pretty-format "^27.5.0" - -jest-watch-typeahead@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-1.0.0.tgz#4de2ca1eb596acb1889752afbab84b74fcd99173" - integrity sha512-jxoszalAb394WElmiJTFBMzie/RDCF+W7Q29n5LzOPtcoQoHWfdUtHFkbhgf5NwWe8uMOxvKb/g7ea7CshfkTw== - dependencies: - ansi-escapes "^4.3.1" - chalk "^4.0.0" - jest-regex-util "^27.0.0" - jest-watcher "^27.0.0" - slash "^4.0.0" - string-length "^5.0.1" - strip-ansi "^7.0.1" - -jest-watcher@^27.0.0, jest-watcher@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.5.0.tgz#ca11c3b9115c92a8fd2fd9e2def296d45206f1ca" - integrity sha512-MhIeIvEd6dnnspE0OfYrqHOAfZZdyFqx/k8U2nvVFSkLYf22qAFfyNWPVQYcwqKVNobcOhJoT0kV/nRHGbqK8A== - dependencies: - "@jest/test-result" "^27.5.0" - "@jest/types" "^27.5.0" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - jest-util "^27.5.0" - string-length "^4.0.1" - -jest-worker@^26.2.1: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" - integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^7.0.0" - -jest-worker@^27.0.2, jest-worker@^27.3.1, jest-worker@^27.4.5, jest-worker@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.0.tgz#99ee77e4d06168107c27328bd7f54e74c3a48d59" - integrity sha512-8OEHiPNOPTfaWnJ2SUHM8fmgeGq37uuGsQBvGKQJl1f+6WIy6g7G3fE2ruI5294bUKUI9FaCWt5hDvO8HSwsSg== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^8.0.0" - -jest@^27.4.3: - version "27.5.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-27.5.0.tgz#2c04ff88754e42e9fc5240840b91f9a9a8990875" - integrity sha512-sCMZhL9zy0fiFc4H0cKlXq7BcghMSxm5ZnEyaPWTteArU5ix6JjOKyOXSUBGLTQCmt5kuX9zEvQ9BSshHOPB3A== - dependencies: - "@jest/core" "^27.5.0" - import-local "^3.0.2" - jest-cli "^27.5.0" - js-base64@^2.4.3: version "2.6.4" resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4" @@ -15233,39 +12890,6 @@ jsbn@~0.1.0: resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= -jsdom@^16.6.0: - version "16.7.0" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710" - integrity sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw== - dependencies: - abab "^2.0.5" - acorn "^8.2.4" - acorn-globals "^6.0.0" - cssom "^0.4.4" - cssstyle "^2.3.0" - data-urls "^2.0.0" - decimal.js "^10.2.1" - domexception "^2.0.1" - escodegen "^2.0.0" - form-data "^3.0.0" - html-encoding-sniffer "^2.0.1" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" - is-potential-custom-element-name "^1.0.1" - nwsapi "^2.2.0" - parse5 "6.0.1" - saxes "^5.0.1" - symbol-tree "^3.2.4" - tough-cookie "^4.0.0" - w3c-hr-time "^1.0.2" - w3c-xmlserializer "^2.0.0" - webidl-conversions "^6.1.0" - whatwg-encoding "^1.0.5" - whatwg-mimetype "^2.3.0" - whatwg-url "^8.5.0" - ws "^7.4.6" - xml-name-validator "^3.0.0" - jsesc@^2.5.1: version "2.5.2" resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" @@ -15320,12 +12944,7 @@ json-schema-traverse@^1.0.0: resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== -json-schema-typed@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/json-schema-typed/-/json-schema-typed-7.0.3.tgz#23ff481b8b4eebcd2ca123b4fa0409e66469a2d9" - integrity sha512-7DE8mpG+/fVw+dTpjbxnx47TaMnDfOI1jwft9g1VybltZCduyRQPJPvc+zzKY9WPHxhPWczyFuYa6I8Mw4iU5A== - -json-schema@0.4.0, json-schema@^0.4.0: +json-schema@0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== @@ -15369,12 +12988,12 @@ json5@^1.0.1: dependencies: minimist "^1.2.0" -json5@^2.0.0, json5@^2.1.2, json5@^2.2.0, json5@^2.2.1: +json5@^2.0.0, json5@^2.1.2, json5@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== -jsonfile@^6.0.1, jsonfile@^6.1.0: +jsonfile@^6.0.1: version "6.1.0" resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== @@ -15393,11 +13012,6 @@ jsonparse@^1.2.0, jsonparse@^1.3.1: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= -jsonpointer@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.0.tgz#f802669a524ec4805fa7389eadbc9921d5dc8072" - integrity sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg== - jsonwebtoken@8.5.1, jsonwebtoken@^8.1.0, jsonwebtoken@^8.2.0, jsonwebtoken@^8.5.1: version "8.5.1" resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d" @@ -15664,7 +13278,7 @@ kleur@^4.0.3: resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.4.tgz#8c202987d7e577766d039a8cd461934c01cda04d" integrity sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA== -klona@^2.0.3, klona@^2.0.4, klona@^2.0.5: +klona@^2.0.3: version "2.0.5" resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc" integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== @@ -15996,7 +13610,7 @@ lie@~3.3.0: dependencies: immediate "~3.0.5" -lilconfig@^2.0.3, lilconfig@^2.0.5: +lilconfig@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25" integrity sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg== @@ -16111,11 +13725,6 @@ loader-runner@^2.4.0: resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== -loader-runner@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384" - integrity sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw== - loader-utils@^0.2.16: version "0.2.17" resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348" @@ -16144,11 +13753,6 @@ loader-utils@^2.0.0: emojis-list "^3.0.0" json5 "^2.1.2" -loader-utils@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.0.tgz#bcecc51a7898bee7473d4bc6b845b23af8304d4f" - integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ== - locate-path@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" @@ -16291,11 +13895,6 @@ lodash.keys@^4.2.0: resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-4.2.0.tgz#a08602ac12e4fb83f91fc1fb7a360a4d9ba35205" integrity sha1-oIYCrBLk+4P5H8H7ejYKTZujUgU= -lodash.memoize@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" - integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= - lodash.merge@^4.6.2: version "4.6.2" resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" @@ -16316,11 +13915,6 @@ lodash.set@^4.3.2: resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23" integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM= -lodash.sortby@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" - integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= - lodash.throttle@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" @@ -16336,11 +13930,6 @@ lodash.union@^4.6.0: resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg= -lodash.uniq@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" - integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - lodash.uniqby@^4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302" @@ -16468,13 +14057,6 @@ lower-case@^1.1.1: resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= -lower-case@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28" - integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== - dependencies: - tslib "^2.0.3" - lowercase-keys@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" @@ -16541,7 +14123,7 @@ macos-release@^3.0.1: resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-3.0.1.tgz#7d2a1329a616297db4a57f3d3ba8fa07a7caadd6" integrity sha512-3l6OrhdDg2H2SigtuN3jBh+5dRJRWxNKuJTPBbGeNJTsmt/pj9PO25wYaNb05NuNmAsl435j4rDP6rgNXz7s7g== -magic-string@^0.25.0, magic-string@^0.25.3, magic-string@^0.25.7: +magic-string@^0.25.3: version "0.25.7" resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051" integrity sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== @@ -16648,13 +14230,6 @@ make-fetch-happen@^9.0.1, make-fetch-happen@^9.1.0: socks-proxy-agent "^6.0.0" ssri "^8.0.0" -makeerror@1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" - integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== - dependencies: - tmpl "1.0.5" - map-age-cleaner@^0.1.3: version "0.1.3" resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" @@ -17132,16 +14707,6 @@ mdast-util-toc@^6.1.0: unist-util-is "^5.0.0" unist-util-visit "^3.0.0" -mdn-data@2.0.14: - version "2.0.14" - resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" - integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== - -mdn-data@2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" - integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - mdurl@^1.0.0, mdurl@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" @@ -17160,13 +14725,6 @@ mem@^9.0.2: map-age-cleaner "^0.1.3" mimic-fn "^4.0.0" -memfs@^3.1.2, memfs@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.1.tgz#b78092f466a0dce054d63d39275b24c71d3f1305" - integrity sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw== - dependencies: - fs-monkey "1.0.3" - memoize-one@^5.0.0: version "5.2.1" resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e" @@ -17757,7 +15315,7 @@ mime-db@1.51.0, "mime-db@>= 1.43.0 < 2", mime-db@^1.28.0: resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c" integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g== -mime-types@^2.1.12, mime-types@^2.1.18, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34: +mime-types@^2.1.12, mime-types@^2.1.18, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34: version "2.1.34" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24" integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A== @@ -17784,11 +15342,6 @@ mimic-fn@^2.1.0: resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== -mimic-fn@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74" - integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== - mimic-fn@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc" @@ -17831,13 +15384,6 @@ mini-css-extract-plugin@^1.4.0: schema-utils "^3.0.0" webpack-sources "^1.1.0" -mini-css-extract-plugin@^2.4.5: - version "2.5.3" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz#c5c79f9b22ce9b4f164e9492267358dbe35376d9" - integrity sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw== - dependencies: - schema-utils "^4.0.0" - minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" @@ -18023,7 +15569,7 @@ mkdirp-infer-owner@^2.0.0: infer-owner "^1.0.4" mkdirp "^1.0.3" -mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1: +mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5: version "0.5.5" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== @@ -18514,7 +16060,7 @@ negotiator@0.6.3, negotiator@^0.6.2, negotiator@^0.6.3: resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== -neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1, neo-async@^2.6.2: +neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== @@ -18756,14 +16302,6 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -no-case@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" - integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== - dependencies: - lower-case "^2.0.2" - tslib "^2.0.3" - node-abi@^2.21.0: version "2.30.1" resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.30.1.tgz#c437d4b1fe0e285aaf290d45b45d4d7afedac4cf" @@ -18793,14 +16331,6 @@ node-domexception@^1.0.0: resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5" integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ== -node-environment-flags@^1.0.5: - version "1.0.6" - resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.6.tgz#a30ac13621f6f7d674260a54dede048c3982c088" - integrity sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw== - dependencies: - object.getownpropertydescriptors "^2.0.3" - semver "^5.7.0" - node-fetch@2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" @@ -18827,11 +16357,6 @@ node-forge@^0.10.0: resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== -node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== - node-gyp-build@^4.2.2: version "4.3.0" resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3" @@ -18869,11 +16394,6 @@ node-gyp@^9.0.0: tar "^6.1.2" which "^2.0.2" -node-int64@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" - integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= - node-libs-browser@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" @@ -19320,13 +16840,6 @@ npmlog@^6.0.0, npmlog@^6.0.2: gauge "^4.0.3" set-blocking "^2.0.0" -nth-check@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" - integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== - dependencies: - boolbase "~1.0.0" - nth-check@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" @@ -19344,11 +16857,6 @@ number-is-nan@^1.0.0: resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= -nwsapi@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" - integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== - nyc@^15.1.0: version "15.1.0" resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02" @@ -19464,7 +16972,7 @@ object.fromentries@^2.0.5: define-properties "^1.1.3" es-abstract "^1.19.1" -object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0: +object.getownpropertydescriptors@^2.0.3: version "2.1.3" resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz#b223cf38e17fefb97a63c10c91df72ccb386df9e" integrity sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw== @@ -19569,7 +17077,7 @@ open-color@^1.7.0: resolved "https://registry.yarnpkg.com/open-color/-/open-color-1.9.1.tgz#a6e6328f60eff7aa60e3e8fcfa50f53ff3eece35" integrity sha512-vCseG/EQ6/RcvxhUcGJiHViOgrtz4x0XbZepXvKik66TMGkvbmjeJrKFyBEx6daG5rNyyd14zYXhz0hZVwQFOw== -open@^8.0.4, open@^8.0.9, open@^8.4.0: +open@^8.0.4: version "8.4.0" resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8" integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== @@ -19621,7 +17129,7 @@ optionator@^0.9.1: type-check "^0.4.0" word-wrap "^1.2.3" -ora@^5.0.0, ora@^5.4.0, ora@^5.4.1: +ora@^5.0.0, ora@^5.4.0: version "5.4.1" resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== @@ -19716,11 +17224,6 @@ p-defer@^1.0.0: resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= -p-each-series@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" - integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== - p-event@^2.1.0: version "2.3.1" resolved "https://registry.yarnpkg.com/p-event/-/p-event-2.3.1.tgz#596279ef169ab2c3e0cae88c1cfbb08079993ef6" @@ -19897,14 +17400,6 @@ p-retry@^3.0.1: dependencies: retry "^0.12.0" -p-retry@^4.5.0: - version "4.6.1" - resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.1.tgz#8fcddd5cdf7a67a0911a9cf2ef0e5df7f602316c" - integrity sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA== - dependencies: - "@types/retry" "^0.12.0" - retry "^0.13.1" - p-timeout@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038" @@ -20033,14 +17528,6 @@ param-case@2.1.x: dependencies: no-case "^2.2.0" -param-case@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" - integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== - dependencies: - dot-case "^3.0.4" - tslib "^2.0.3" - parent-module@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" @@ -20094,14 +17581,6 @@ parse-entities@^4.0.0: is-decimal "^2.0.0" is-hexadecimal "^2.0.0" -parse-git-config@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/parse-git-config/-/parse-git-config-3.0.0.tgz#4a2de08c7b74a2555efa5ae94d40cd44302a6132" - integrity sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA== - dependencies: - git-config-path "^2.0.0" - ini "^1.3.5" - parse-github-url@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395" @@ -20208,7 +17687,7 @@ parse5-htmlparser2-tree-adapter@^6.0.1: dependencies: parse5 "^6.0.1" -parse5@6.0.1, parse5@^6.0.1: +parse5@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== @@ -20218,14 +17697,6 @@ parseurl@^1.3.2, parseurl@~1.3.2, parseurl@~1.3.3: resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== -pascal-case@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.2.tgz#b48e0ef2b98e205e7c1dae747d0b1508237660eb" - integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== - dependencies: - no-case "^3.0.4" - tslib "^2.0.3" - pascalcase@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" @@ -20419,7 +17890,7 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1: +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== @@ -20475,11 +17946,6 @@ pino@^4.7.1: quick-format-unescaped "^1.1.2" split2 "^2.2.0" -pirates@^4.0.4, pirates@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" - integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== - pkg-conf@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-3.1.0.tgz#d9f9c75ea1bae0e77938cde045b276dac7cc69ae" @@ -20517,13 +17983,6 @@ pkg-dir@^6.0.0: dependencies: find-up "^6.1.0" -pkg-up@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" - integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== - dependencies: - find-up "^3.0.0" - plur@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/plur/-/plur-5.1.0.tgz#bff58c9f557b9061d60d8ebf93959cf4b08594ae" @@ -20559,7 +18018,7 @@ popper.js@^1.14.4: resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b" integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== -portfinder@^1.0.26, portfinder@^1.0.28: +portfinder@^1.0.26: version "1.0.28" resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778" integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA== @@ -20573,167 +18032,6 @@ posix-character-classes@^0.1.0: resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= -postcss-attribute-case-insensitive@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz#39cbf6babf3ded1e4abf37d09d6eda21c644105c" - integrity sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ== - dependencies: - postcss-selector-parser "^6.0.2" - -postcss-browser-comments@^4: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz#bcfc86134df5807f5d3c0eefa191d42136b5e72a" - integrity sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg== - -postcss-calc@^8.2.0: - version "8.2.3" - resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.2.3.tgz#53b95ce93de19213c2a5fdd71277a81690ef41d0" - integrity sha512-EGM2EBBWqP57N0E7N7WOLT116PJ39dwHVU01WO4XPPQLJfkL2xVgkMZ+TZvCfapj/uJH07UEfKHQNPHzSw/14Q== - dependencies: - postcss-selector-parser "^6.0.2" - postcss-value-parser "^4.0.2" - -postcss-clamp@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-clamp/-/postcss-clamp-3.0.0.tgz#09cb1ad64243b46c9159ded5e8d3e8349150a09e" - integrity sha512-QENQMIF/Grw0qX0RzSPJjw+mAiGPIwG2AnsQDIoR/WJ5Q19zLB0NrZX8cH7CzzdDWEerTPGCdep7ItFaAdtItg== - dependencies: - postcss-value-parser "^4.1.0" - -postcss-color-functional-notation@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.1.tgz#a25e9e1855e14d04319222a689f120b3240d39e0" - integrity sha512-62OBIXCjRXpQZcFOYIXwXBlpAVWrYk8ek1rcjvMING4Q2cf0ipyN9qT+BhHA6HmftGSEnFQu2qgKO3gMscl3Rw== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-color-hex-alpha@^8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.2.tgz#7a248b006dd47bd83063f662352d31fd982f74ec" - integrity sha512-gyx8RgqSmGVK156NAdKcsfkY3KPGHhKqvHTL3hhveFrBBToguKFzhyiuk3cljH6L4fJ0Kv+JENuPXs1Wij27Zw== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-color-rebeccapurple@^7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.0.2.tgz#5d397039424a58a9ca628762eb0b88a61a66e079" - integrity sha512-SFc3MaocHaQ6k3oZaFwH8io6MdypkUtEy/eXzXEB1vEQlO3S3oDc/FSZA8AsS04Z25RirQhlDlHLh3dn7XewWw== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-colormin@^5.2.4: - version "5.2.4" - resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.2.4.tgz#7726d3f3d24f111d39faff50a6500688225d5324" - integrity sha512-rYlC5015aNqVQt/B6Cy156g7sH5tRUJGmT9xeagYthtKehetbKx7jHxhyLpulP4bs4vbp8u/B2rac0J7S7qPQg== - dependencies: - browserslist "^4.16.6" - caniuse-api "^3.0.0" - colord "^2.9.1" - postcss-value-parser "^4.2.0" - -postcss-convert-values@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.0.3.tgz#492db08a28af84d57651f10edc8f6c8fb2f6df40" - integrity sha512-fVkjHm2T0PSMqXUCIhHNWVGjhB9mHEWX2GboVs7j3iCgr6FpIl9c/IdXy0PHWZSQ9LFTRgmj98amxJE6KOnlsA== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-custom-media@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz#1be6aff8be7dc9bf1fe014bde3b71b92bb4552f1" - integrity sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g== - -postcss-custom-properties@^12.1.4: - version "12.1.4" - resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.4.tgz#e3d8a8000f28094453b836dff5132385f2862285" - integrity sha512-i6AytuTCoDLJkWN/MtAIGriJz3j7UX6bV7Z5t+KgFz+dwZS15/mlTJY1S0kRizlk6ba0V8u8hN50Fz5Nm7tdZw== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-custom-selectors@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-6.0.0.tgz#022839e41fbf71c47ae6e316cb0e6213012df5ef" - integrity sha512-/1iyBhz/W8jUepjGyu7V1OPcGbc636snN1yXEQCinb6Bwt7KxsiU7/bLQlp8GwAXzCh7cobBU5odNn/2zQWR8Q== - dependencies: - postcss-selector-parser "^6.0.4" - -postcss-dir-pseudo-class@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.3.tgz#febfe305e75267913a53bf5094c7679f5cfa9b55" - integrity sha512-qiPm+CNAlgXiMf0J5IbBBEXA9l/Q5HGsNGkL3znIwT2ZFRLGY9U2fTUpa4lqCUXQOxaLimpacHeQC80BD2qbDw== - dependencies: - postcss-selector-parser "^6.0.8" - -postcss-discard-comments@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.0.2.tgz#811ed34e2b6c40713daab0beb4d7a04125927dcd" - integrity sha512-6VQ3pYTsJHEsN2Bic88Aa7J/Brn4Bv8j/rqaFQZkH+pcVkKYwxCIvoMQkykEW7fBjmofdTnQgcivt5CCBJhtrg== - -postcss-discard-duplicates@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.2.tgz#61076f3d256351bdaac8e20aade730fef0609f44" - integrity sha512-LKY81YjUjc78p6rbXIsnppsaFo8XzCoMZkXVILJU//sK0DgPkPSpuq/cZvHss3EtdKvWNYgWzQL+wiJFtEET4g== - -postcss-discard-empty@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.0.2.tgz#0676a9bcfc44bb00d338352a45ab80845a31d8f0" - integrity sha512-SxBsbTjlsKUvZLL+dMrdWauuNZU8TBq5IOL/DHa6jBUSXFEwmDqeXRfTIK/FQpPTa8MJMxEHjSV3UbiuyLARPQ== - -postcss-discard-overridden@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.0.3.tgz#004b9818cabb407e60616509267567150b327a3f" - integrity sha512-yRTXknIZA4k8Yo4FiF1xbsLj/VBxfXEWxJNIrtIy6HC9KQ4xJxcPtoaaskh6QptCGrrcGnhKsTsENTRPZOBu4g== - -postcss-double-position-gradients@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.0.4.tgz#2484b9785ef3ba81b0f03a279c52ec58fc5344c2" - integrity sha512-qz+s5vhKJlsHw8HjSs+HVk2QGFdRyC68KGRQGX3i+GcnUjhWhXQEmCXW6siOJkZ1giu0ddPwSO6I6JdVVVPoog== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-env-function@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-4.0.4.tgz#4e85359ca4fcdde4ec4b73752a41de818dbe91cc" - integrity sha512-0ltahRTPtXSIlEZFv7zIvdEib7HN0ZbUQxrxIKn8KbiRyhALo854I/CggU5lyZe6ZBvSTJ6Al2vkZecI2OhneQ== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-flexbugs-fixes@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz#2028e145313074fc9abe276cb7ca14e5401eb49d" - integrity sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ== - -postcss-focus-visible@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-6.0.3.tgz#14635b71a6b9140f488f11f26cbc9965a13f6843" - integrity sha512-ozOsg+L1U8S+rxSHnJJiET6dNLyADcPHhEarhhtCI9DBLGOPG/2i4ddVoFch9LzrBgb8uDaaRI4nuid2OM82ZA== - dependencies: - postcss-selector-parser "^6.0.8" - -postcss-focus-within@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-5.0.3.tgz#0b0bf425f14a646bbfd973b463e2d20d85a3a841" - integrity sha512-fk9y2uFS6/Kpp7/A9Hz9Z4rlFQ8+tzgBcQCXAFSrXFGAbKx+4ZZOmmfHuYjCOMegPWoz0pnC6fNzi8j7Xyqp5Q== - dependencies: - postcss-selector-parser "^6.0.8" - -postcss-font-variant@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz#efd59b4b7ea8bb06127f2d031bfbb7f24d32fa66" - integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA== - -postcss-gap-properties@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.2.tgz#562fbf43a6a721565b3ca0e01008690991d2f726" - integrity sha512-EaMy/pbxtQnKDsnbEjdqlkCkROTQZzolcLKgIE+3b7EuJfJydH55cZeHfm+MtIezXRqhR80VKgaztO/vHq94Fw== - -postcss-image-set-function@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.5.tgz#8cb3a971507e2c00d5532658af62529c89f0ecc6" - integrity sha512-D4jXzlypkJ6BiSoUGazrRlR+GF3SED+BeiRDzOmuinDKdAn/Wuu8KtEGa5Z4pg4kxyeSMBywMgNt2+Yi/TZPPw== - dependencies: - postcss-value-parser "^4.2.0" - postcss-import@^14.1.0: version "14.1.0" resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.1.0.tgz#a7333ffe32f0b8795303ee9e40215dac922781f0" @@ -20743,11 +18041,6 @@ postcss-import@^14.1.0: read-cache "^1.0.0" resolve "^1.1.7" -postcss-initial@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-4.0.1.tgz#529f735f72c5724a0fb30527df6fb7ac54d7de42" - integrity sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ== - postcss-js@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.0.tgz#31db79889531b80dc7bc9b0ad283e418dce0ac00" @@ -20755,13 +18048,6 @@ postcss-js@^4.0.0: dependencies: camelcase-css "^2.0.1" -postcss-lab-function@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.0.3.tgz#633745b324afbcd5881da85fe2cef58b17487536" - integrity sha512-MH4tymWmefdZQ7uVG/4icfLjAQmH6o2NRYyVh2mKoB4RXJp9PjsyhZwhH4ouaCQHvg+qJVj3RzeAR1EQpIlXZA== - dependencies: - postcss-value-parser "^4.2.0" - postcss-load-config@^3.1.4: version "3.1.4" resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz#1ab2571faf84bb078877e1d07905eabe9ebda855" @@ -20770,75 +18056,6 @@ postcss-load-config@^3.1.4: lilconfig "^2.0.5" yaml "^1.10.2" -postcss-loader@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-6.2.1.tgz#0895f7346b1702103d30fdc66e4d494a93c008ef" - integrity sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q== - dependencies: - cosmiconfig "^7.0.0" - klona "^2.0.5" - semver "^7.3.5" - -postcss-logical@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-5.0.3.tgz#9934e0fb16af70adbd94217b24d2f315ceb5c2f0" - integrity sha512-P5NcHWYrif0vK8rgOy/T87vg0WRIj3HSknrvp1wzDbiBeoDPVmiVRmkown2eSQdpPveat/MC1ess5uhzZFVnqQ== - -postcss-media-minmax@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz#7140bddec173e2d6d657edbd8554a55794e2a5b5" - integrity sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ== - -postcss-merge-longhand@^5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.0.5.tgz#cbc217ca22fb5a3e6ee22a6a1aa6920ec1f3c628" - integrity sha512-R2BCPJJ/U2oh1uTWEYn9CcJ7MMcQ1iIbj9wfr2s/zHu5om5MP/ewKdaunpfJqR1WYzqCsgnXuRoVXPAzxdqy8g== - dependencies: - postcss-value-parser "^4.2.0" - stylehacks "^5.0.2" - -postcss-merge-rules@^5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.0.5.tgz#2a18669ec214019884a60f0a0d356803a8138366" - integrity sha512-3Oa26/Pb9VOFVksJjFG45SNoe4nhGvJ2Uc6TlRimqF8uhfOCEhVCaJ3rvEat5UFOn2UZqTY5Da8dFgCh3Iq0Ug== - dependencies: - browserslist "^4.16.6" - caniuse-api "^3.0.0" - cssnano-utils "^3.0.1" - postcss-selector-parser "^6.0.5" - -postcss-minify-font-values@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-5.0.3.tgz#48c455c4cd980ecd07ac9bf3fc58e9d8a2ae4168" - integrity sha512-bC45rVzEwsLhv/cL1eCjoo2OOjbSk9I7HKFBYnBvtyuIZlf7uMipMATXtA0Fc3jwPo3wuPIW1jRJWKzflMh1sA== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-minify-gradients@^5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.0.5.tgz#a5572b9c98ed52cbd7414db24b873f8b9e418290" - integrity sha512-/YjvXs8PepsoiZAIpjstOO4IHKwFAqYNqbA1yVdqklM84tbUUneh6omJxGlRlF3mi6K5Pa067Mg6IwqEnYC8Zg== - dependencies: - colord "^2.9.1" - cssnano-utils "^3.0.1" - postcss-value-parser "^4.2.0" - -postcss-minify-params@^5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.0.4.tgz#230a4d04456609e614db1d48c2eebc21f6490a45" - integrity sha512-Z0vjod9lRZEmEPfEmA2sCfjbfEEFKefMD3RDIQSUfXK4LpCyWkX1CniUgyNvnjJFLDPSxtgKzozhHhPHKoeGkg== - dependencies: - browserslist "^4.16.6" - cssnano-utils "^3.0.1" - postcss-value-parser "^4.2.0" - -postcss-minify-selectors@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.1.2.tgz#bc9698f713b9dab7f44f1ec30643fcbad9a043c0" - integrity sha512-gpn1nJDMCf3g32y/7kl+jsdamhiYT+/zmEt57RoT9GmzlixBNRPohI7k8UIHelLABhdLf3MSZhtM33xuH5eQOQ== - dependencies: - postcss-selector-parser "^6.0.5" - postcss-modules-extract-imports@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" @@ -20846,11 +18063,6 @@ postcss-modules-extract-imports@^2.0.0: dependencies: postcss "^7.0.5" -postcss-modules-extract-imports@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d" - integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== - postcss-modules-local-by-default@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz#dd9953f6dd476b5fd1ef2d8830c8929760b56e63" @@ -20860,15 +18072,6 @@ postcss-modules-local-by-default@^2.0.6: postcss-selector-parser "^6.0.0" postcss-value-parser "^3.3.1" -postcss-modules-local-by-default@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c" - integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== - dependencies: - icss-utils "^5.0.0" - postcss-selector-parser "^6.0.2" - postcss-value-parser "^4.1.0" - postcss-modules-scope@^2.1.0: version "2.2.0" resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" @@ -20877,13 +18080,6 @@ postcss-modules-scope@^2.1.0: postcss "^7.0.6" postcss-selector-parser "^6.0.0" -postcss-modules-scope@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06" - integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== - dependencies: - postcss-selector-parser "^6.0.4" - postcss-modules-values@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-2.0.0.tgz#479b46dc0c5ca3dc7fa5270851836b9ec7152f64" @@ -20892,13 +18088,6 @@ postcss-modules-values@^2.0.0: icss-replace-symbols "^1.1.0" postcss "^7.0.6" -postcss-modules-values@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c" - integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== - dependencies: - icss-utils "^5.0.0" - postcss-nested@5.0.6: version "5.0.6" resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.6.tgz#466343f7fc8d3d46af3e7dba3fcd47d052a945bc" @@ -20906,194 +18095,7 @@ postcss-nested@5.0.6: dependencies: postcss-selector-parser "^6.0.6" -postcss-nesting@^10.1.2: - version "10.1.2" - resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-10.1.2.tgz#2e5f811b3d75602ea18a95dd445bde5297145141" - integrity sha512-dJGmgmsvpzKoVMtDMQQG/T6FSqs6kDtUDirIfl4KnjMCiY9/ETX8jdKyCd20swSRAbUYkaBKV20pxkzxoOXLqQ== - dependencies: - postcss-selector-parser "^6.0.8" - -postcss-normalize-charset@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.0.2.tgz#eb6130c8a8e950ce25f9ea512de1d9d6a6f81439" - integrity sha512-fEMhYXzO8My+gC009qDc/3bgnFP8Fv1Ic8uw4ec4YTlhIOw63tGPk1YFd7fk9bZUf1DAbkhiL/QPWs9JLqdF2g== - -postcss-normalize-display-values@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.2.tgz#8b5273c6c7d0a445e6ef226b8a5bb3204a55fb99" - integrity sha512-RxXoJPUR0shSjkMMzgEZDjGPrgXUVYyWA/YwQRicb48H15OClPuaDR7tYokLAlGZ2tCSENEN5WxjgxSD5m4cUw== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-positions@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.0.3.tgz#b63fcc4ff5fbf65934fafaf83270b2da214711d1" - integrity sha512-U+rmhjrNBvIGYqr/1tD4wXPFFMKUbXsYXvlUCzLi0tOCUS6LoeEAnmVXXJY/MEB/1CKZZwBSs2tmzGawcygVBA== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-repeat-style@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.3.tgz#488c0ad8aac0fa4f66ef56cc8d604b3fd9bf705f" - integrity sha512-uk1+xYx0AMbA3nLSNhbDrqbf/rx+Iuq5tVad2VNyaxxJzx79oGieJ6D9F6AfOL2GtiIbP7vTYlpYHtG+ERFXTg== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-string@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-5.0.3.tgz#49e0a1d58a119d5435ef21893ad03136a6e8f0e6" - integrity sha512-Mf2V4JbIDboNGQhW6xW0YREDiYXoX3WrD3EjKkjvnpAJ6W4qqjLnK/c9aioyVFaWWHVdP5zVRw/9DI5S3oLDFw== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-timing-functions@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.2.tgz#db4f4f49721f47667afd1fdc5edb032f8d9cdb2e" - integrity sha512-Ao0PP6MoYsRU1LxeVUW740ioknvdIUmfr6uAA3xWlQJ9s69/Tupy8qwhuKG3xWfl+KvLMAP9p2WXF9cwuk/7Bg== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-unicode@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.3.tgz#10f0d30093598a58c48a616491cc7fa53256dd43" - integrity sha512-uNC7BmS/7h6to2UWa4RFH8sOTzu2O9dVWPE/F9Vm9GdhONiD/c1kNaCLbmsFHlKWcEx7alNUChQ+jH/QAlqsQw== - dependencies: - browserslist "^4.16.6" - postcss-value-parser "^4.2.0" - -postcss-normalize-url@^5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.0.4.tgz#3b0322c425e31dd275174d0d5db0e466f50810fb" - integrity sha512-cNj3RzK2pgQQyNp7dzq0dqpUpQ/wYtdDZM3DepPmFjCmYIfceuD9VIAcOdvrNetjIU65g1B4uwdP/Krf6AFdXg== - dependencies: - normalize-url "^6.0.1" - postcss-value-parser "^4.2.0" - -postcss-normalize-whitespace@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.3.tgz#fb6bcc9ff2f834448b802657c7acd0956f4591d1" - integrity sha512-333JWRnX655fSoUbufJ10HJop3c8mrpKkCCUnEmgz/Cb/QEtW+/TMZwDAUt4lnwqP6tCCk0x0b58jqvDgiQm/A== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize@^10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize/-/postcss-normalize-10.0.1.tgz#464692676b52792a06b06880a176279216540dd7" - integrity sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA== - dependencies: - "@csstools/normalize.css" "*" - postcss-browser-comments "^4" - sanitize.css "*" - -postcss-opacity-percentage@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz#bd698bb3670a0a27f6d657cc16744b3ebf3b1145" - integrity sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w== - -postcss-ordered-values@^5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.0.4.tgz#f799dca87a7f17526d31a20085e61768d0b00534" - integrity sha512-taKtGDZtyYUMVYkg+MuJeBUiTF6cGHZmo/qcW7ibvW79UlyKuSHbo6dpCIiqI+j9oJsXWzP+ovIxoyLDOeQFdw== - dependencies: - cssnano-utils "^3.0.1" - postcss-value-parser "^4.2.0" - -postcss-overflow-shorthand@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.2.tgz#b4e9c89728cd1e4918173dfb95936b75f78d4148" - integrity sha512-odBMVt6PTX7jOE9UNvmnLrFzA9pXS44Jd5shFGGtSHY80QCuJF+14McSy0iavZggRZ9Oj//C9vOKQmexvyEJMg== - -postcss-page-break@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz#7fbf741c233621622b68d435babfb70dd8c1ee5f" - integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ== - -postcss-place@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.3.tgz#ca8040dfd937c7769a233a3bd6e66e139cf89e62" - integrity sha512-tDQ3m+GYoOar+KoQgj+pwPAvGHAp/Sby6vrFiyrELrMKQJ4AejL0NcS0mm296OKKYA2SRg9ism/hlT/OLhBrdQ== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-preset-env@^7.0.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.3.1.tgz#f17c609cfab3432620b92888464f92b4dba5eca0" - integrity sha512-x7fNsJxfkY60P4FUNwhJUOfXBFfnObd2EcUYY97sXZ0XRLgmAE65es9EFIYHq1rAk7X3LMfbG+L9wYgkrNsq5Q== - dependencies: - "@csstools/postcss-font-format-keywords" "^1.0.0" - "@csstools/postcss-hwb-function" "^1.0.0" - "@csstools/postcss-is-pseudo-class" "^2.0.0" - "@csstools/postcss-normalize-display-values" "^1.0.0" - autoprefixer "^10.4.2" - browserslist "^4.19.1" - css-blank-pseudo "^3.0.2" - css-has-pseudo "^3.0.3" - css-prefers-color-scheme "^6.0.3" - cssdb "^6.1.0" - postcss-attribute-case-insensitive "^5.0.0" - postcss-clamp "^3.0.0" - postcss-color-functional-notation "^4.2.1" - postcss-color-hex-alpha "^8.0.2" - postcss-color-rebeccapurple "^7.0.2" - postcss-custom-media "^8.0.0" - postcss-custom-properties "^12.1.4" - postcss-custom-selectors "^6.0.0" - postcss-dir-pseudo-class "^6.0.3" - postcss-double-position-gradients "^3.0.4" - postcss-env-function "^4.0.4" - postcss-focus-visible "^6.0.3" - postcss-focus-within "^5.0.3" - postcss-font-variant "^5.0.0" - postcss-gap-properties "^3.0.2" - postcss-image-set-function "^4.0.5" - postcss-initial "^4.0.1" - postcss-lab-function "^4.0.3" - postcss-logical "^5.0.3" - postcss-media-minmax "^5.0.0" - postcss-nesting "^10.1.2" - postcss-opacity-percentage "^1.1.2" - postcss-overflow-shorthand "^3.0.2" - postcss-page-break "^3.0.4" - postcss-place "^7.0.3" - postcss-pseudo-class-any-link "^7.1.0" - postcss-replace-overflow-wrap "^4.0.0" - postcss-selector-not "^5.0.0" - -postcss-pseudo-class-any-link@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.0.tgz#88eb02b9529c5458ffebc68df3760534b6c9fbbf" - integrity sha512-l7sAkLmm3bYq8wt8/0r/dn6o9mVCPq7MOiNrb/Xi2zBlw/+w1V2jKFo/3IijKHfJ92SwDqkVLPwQfGO3xxUdAw== - dependencies: - postcss-selector-parser "^6.0.9" - -postcss-reduce-initial@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.0.2.tgz#fa424ce8aa88a89bc0b6d0f94871b24abe94c048" - integrity sha512-v/kbAAQ+S1V5v9TJvbGkV98V2ERPdU6XvMcKMjqAlYiJ2NtsHGlKYLPjWWcXlaTKNxooId7BGxeraK8qXvzKtw== - dependencies: - browserslist "^4.16.6" - caniuse-api "^3.0.0" - -postcss-reduce-transforms@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.3.tgz#df60fab34698a43073e8b87938c71df7a3b040ac" - integrity sha512-yDnTUab5i7auHiNwdcL1f+pBnqQFf+7eC4cbC7D8Lc1FkvNZhtpkdad+9U4wDdFb84haupMf0rA/Zc5LcTe/3A== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-replace-overflow-wrap@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319" - integrity sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw== - -postcss-selector-not@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz#ac5fc506f7565dd872f82f5314c0f81a05630dc7" - integrity sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ== - dependencies: - balanced-match "^1.0.0" - -postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.8, postcss-selector-parser@^6.0.9: +postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.6: version "6.0.10" resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== @@ -21101,21 +18103,6 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selecto cssesc "^3.0.0" util-deprecate "^1.0.2" -postcss-svgo@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.0.3.tgz#d945185756e5dfaae07f9edb0d3cae7ff79f9b30" - integrity sha512-41XZUA1wNDAZrQ3XgWREL/M2zSw8LJPvb5ZWivljBsUQAGoEKMYm6okHsTjJxKYI4M75RQEH4KYlEM52VwdXVA== - dependencies: - postcss-value-parser "^4.1.0" - svgo "^2.7.0" - -postcss-unique-selectors@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.0.3.tgz#07fd116a8fbd9202e7030f7c4952e7b52c26c63d" - integrity sha512-V5tX2hadSSn+miVCluuK1IDGy+7jAXSOfRZ2DQ+s/4uQZb/orDYBjH0CHgFrXsRw78p4QTuEFA9kI6C956UnHQ== - dependencies: - postcss-selector-parser "^6.0.5" - postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1: version "3.3.1" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" @@ -21144,7 +18131,7 @@ postcss@8.4.5: picocolors "^1.0.0" source-map-js "^1.0.1" -postcss@^7.0.14, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6: +postcss@^7.0.14, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: version "7.0.39" resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== @@ -21152,7 +18139,7 @@ postcss@^7.0.14, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0. picocolors "^0.2.1" source-map "^0.6.1" -postcss@^8.0.2, postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.14, postcss@^8.4.4, postcss@^8.4.5: +postcss@^8.0.2, postcss@^8.4.12, postcss@^8.4.14, postcss@^8.4.4: version "8.4.14" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== @@ -21246,11 +18233,6 @@ prettier@^2.3.0, prettier@^2.3.1: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== -pretty-bytes@^5.3.0, pretty-bytes@^5.4.1: - version "5.6.0" - resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" - integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== - pretty-error@^2.0.2: version "2.1.2" resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.2.tgz#be89f82d81b1c86ec8fdfbc385045882727f93b6" @@ -21259,14 +18241,6 @@ pretty-error@^2.0.2: lodash "^4.17.20" renderkid "^2.0.4" -pretty-error@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6" - integrity sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw== - dependencies: - lodash "^4.17.20" - renderkid "^3.0.0" - pretty-format@^25.5.0: version "25.5.0" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a" @@ -21277,15 +18251,6 @@ pretty-format@^25.5.0: ansi-styles "^4.0.0" react-is "^16.12.0" -pretty-format@^27.5.0: - version "27.5.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.0.tgz#71e1af7a4b587d259fa4668dcd3e94af077767cb" - integrity sha512-xEi6BRPZ+J1AIS4BAtFC/+rh5jXlXObGZjx5+OSpM95vR/PGla78bFVHMy5GdZjP9wk3AHAMHROXq/r69zXltw== - dependencies: - ansi-regex "^5.0.1" - ansi-styles "^5.0.0" - react-is "^17.0.1" - pretty-format@^27.5.1: version "27.5.1" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e" @@ -21332,11 +18297,6 @@ printj@~1.3.1: resolved "https://registry.yarnpkg.com/printj/-/printj-1.3.1.tgz#9af6b1d55647a1587ac44f4c1654a4b95b8e12cb" integrity sha512-GA3TdL8szPK4AQ2YnOe/b+Y1jUFwmmGMMK/qbY7VcE3Z7FU8JstbKiKRzO6CIiAKPhTO8m01NoQ0V5f3jc4OGg== -prismjs@^1.20.0: - version "1.28.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.28.0.tgz#0d8f561fa0f7cf6ebca901747828b149147044b6" - integrity sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw== - private@~0.1.5: version "0.1.8" resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" @@ -21394,14 +18354,7 @@ promise@^7.1.1: dependencies: asap "~2.0.3" -promise@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e" - integrity sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q== - dependencies: - asap "~2.0.6" - -prompts@^2.0.1, prompts@^2.4.2: +prompts@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== @@ -21489,7 +18442,7 @@ pseudomap@^1.0.2: resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= -psl@^1.1.28, psl@^1.1.33: +psl@^1.1.28: version "1.8.0" resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== @@ -21575,7 +18528,7 @@ purest@3.1.0: "@request/api" "^0.6.0" extend "^3.0.0" -q@^1.1.2, q@^1.5.1: +q@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= @@ -21758,18 +18711,6 @@ rc@1.2.8, rc@^1.0.1, rc@^1.1.6, rc@^1.2.7, rc@^1.2.8: minimist "^1.2.0" strip-json-comments "~2.0.1" -react-app-polyfill@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz#95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7" - integrity sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w== - dependencies: - core-js "^3.19.2" - object-assign "^4.1.1" - promise "^8.1.0" - raf "^3.4.1" - regenerator-runtime "^0.13.9" - whatwg-fetch "^3.6.2" - react-copy-to-clipboard@^5.0.3, react-copy-to-clipboard@^5.0.4: version "5.1.0" resolved "https://registry.yarnpkg.com/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz#09aae5ec4c62750ccb2e6421a58725eabc41255c" @@ -21799,36 +18740,6 @@ react-dates@^21.1.0, react-dates@^21.5.1: react-with-styles "^4.1.0" react-with-styles-interface-css "^6.0.0" -react-dev-utils@^12.0.1: - version "12.0.1" - resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-12.0.1.tgz#ba92edb4a1f379bd46ccd6bcd4e7bc398df33e73" - integrity sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ== - dependencies: - "@babel/code-frame" "^7.16.0" - address "^1.1.2" - browserslist "^4.18.1" - chalk "^4.1.2" - cross-spawn "^7.0.3" - detect-port-alt "^1.1.6" - escape-string-regexp "^4.0.0" - filesize "^8.0.6" - find-up "^5.0.0" - fork-ts-checker-webpack-plugin "^6.5.0" - global-modules "^2.0.0" - globby "^11.0.4" - gzip-size "^6.0.0" - immer "^9.0.7" - is-root "^2.1.0" - loader-utils "^3.2.0" - open "^8.4.0" - pkg-up "^3.1.0" - prompts "^2.4.2" - react-error-overlay "^6.0.11" - recursive-readdir "^2.2.2" - shell-quote "^1.7.3" - strip-ansi "^6.0.1" - text-table "^0.2.0" - react-dnd-html5-backend@^10.0.2: version "10.0.2" resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-10.0.2.tgz#15cb9d2b923f43576a136df854e288cb5969784c" @@ -21872,11 +18783,6 @@ react-error-boundary@3.1.1: dependencies: "@babel/runtime" "^7.12.5" -react-error-overlay@^6.0.11: - version "6.0.11" - resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb" - integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg== - react-fast-compare@^2.0.1: version "2.0.4" resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9" @@ -22115,11 +19021,6 @@ react-redux@7.2.3: prop-types "^15.7.2" react-is "^16.13.1" -react-refresh@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046" - integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A== - react-router-dom@^5.0.0, react-router-dom@^5.2.0: version "5.3.0" resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.0.tgz#da1bfb535a0e89a712a93b97dd76f47ad1f32363" @@ -22149,61 +19050,6 @@ react-router@5.2.1, react-router@^5.2.0: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-scripts@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-5.0.1.tgz#6285dbd65a8ba6e49ca8d651ce30645a6d980003" - integrity sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ== - dependencies: - "@babel/core" "^7.16.0" - "@pmmmwh/react-refresh-webpack-plugin" "^0.5.3" - "@svgr/webpack" "^5.5.0" - babel-jest "^27.4.2" - babel-loader "^8.2.3" - babel-plugin-named-asset-import "^0.3.8" - babel-preset-react-app "^10.0.1" - bfj "^7.0.2" - browserslist "^4.18.1" - camelcase "^6.2.1" - case-sensitive-paths-webpack-plugin "^2.4.0" - css-loader "^6.5.1" - css-minimizer-webpack-plugin "^3.2.0" - dotenv "^10.0.0" - dotenv-expand "^5.1.0" - eslint "^8.3.0" - eslint-config-react-app "^7.0.1" - eslint-webpack-plugin "^3.1.1" - file-loader "^6.2.0" - fs-extra "^10.0.0" - html-webpack-plugin "^5.5.0" - identity-obj-proxy "^3.0.0" - jest "^27.4.3" - jest-resolve "^27.4.2" - jest-watch-typeahead "^1.0.0" - mini-css-extract-plugin "^2.4.5" - postcss "^8.4.4" - postcss-flexbugs-fixes "^5.0.2" - postcss-loader "^6.2.1" - postcss-normalize "^10.0.1" - postcss-preset-env "^7.0.1" - prompts "^2.4.2" - react-app-polyfill "^3.0.0" - react-dev-utils "^12.0.1" - react-refresh "^0.11.0" - resolve "^1.20.0" - resolve-url-loader "^4.0.0" - sass-loader "^12.3.0" - semver "^7.3.5" - source-map-loader "^3.0.0" - style-loader "^3.3.1" - tailwindcss "^3.0.2" - terser-webpack-plugin "^5.2.5" - webpack "^5.64.4" - webpack-dev-server "^4.6.0" - webpack-manifest-plugin "^4.0.2" - workbox-webpack-plugin "^6.4.1" - optionalDependencies: - fsevents "^2.3.2" - react-select@^4.0.2: version "4.3.1" resolved "https://registry.yarnpkg.com/react-select/-/react-select-4.3.1.tgz#389fc07c9bc7cf7d3c377b7a05ea18cd7399cb81" @@ -22657,7 +19503,7 @@ regenerate@^1.4.2: resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== -regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.9: +regenerator-runtime@^0.13.4: version "0.13.9" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== @@ -22677,17 +19523,12 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" -regex-parser@^2.2.11: - version "2.2.11" - resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.11.tgz#3b37ec9049e19479806e878cabe7c1ca83ccfe58" - integrity sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q== - regexp-clone@1.0.0, regexp-clone@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/regexp-clone/-/regexp-clone-1.0.0.tgz#222db967623277056260b992626354a04ce9bf63" integrity sha512-TuAasHQNamyyJ2hb97IuBEif4qBHGjPHBS64sZwytpLEqtBQ1gPJTnOaQ6qmpET16cK14kkjbazl6+p0RRv0yw== -regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1: +regexp.prototype.flags@^1.2.0: version "1.4.1" resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307" integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ== @@ -22878,7 +19719,7 @@ rehype-stringify@^9.0.2: hast-util-to-html "^8.0.0" unified "^10.0.0" -relateurl@0.2.x, relateurl@^0.2.7: +relateurl@0.2.x: version "0.2.7" resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= @@ -23454,17 +20295,6 @@ renderkid@^2.0.4: lodash "^4.17.21" strip-ansi "^3.0.1" -renderkid@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-3.0.0.tgz#5fd823e4d6951d37358ecc9a58b1f06836b6268a" - integrity sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg== - dependencies: - css-select "^4.1.3" - dom-converter "^0.2.0" - htmlparser2 "^6.1.0" - lodash "^4.17.21" - strip-ansi "^6.0.1" - repeat-element@^1.1.2: version "1.1.4" resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" @@ -23635,28 +20465,12 @@ resolve-pathname@^3.0.0: resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd" integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== -resolve-url-loader@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz#d50d4ddc746bb10468443167acf800dcd6c3ad57" - integrity sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA== - dependencies: - adjust-sourcemap-loader "^4.0.0" - convert-source-map "^1.7.0" - loader-utils "^2.0.0" - postcss "^7.0.35" - source-map "0.6.1" - resolve-url@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= -resolve.exports@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9" - integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ== - -resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1, resolve@^1.5.0: +resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1: version "1.22.1" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== @@ -23767,11 +20581,6 @@ retry@^0.12.0: resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= -retry@^0.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658" - integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg== - reusify@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" @@ -23816,61 +20625,13 @@ ripemd160@^2.0.0, ripemd160@^2.0.1: hash-base "^3.0.0" inherits "^2.0.1" -rollup-plugin-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-json/-/rollup-plugin-json-4.0.0.tgz#a18da0a4b30bf5ca1ee76ddb1422afbb84ae2b9e" - integrity sha512-hgb8N7Cgfw5SZAkb3jf0QXii6QX/FOkiIq2M7BAQIEydjHvTyxXHQiIzZaTFgx1GK0cRCHOCBHIyEkkLdWKxow== - dependencies: - rollup-pluginutils "^2.5.0" - -rollup-plugin-peer-deps-external@^2.2.3: - version "2.2.4" - resolved "https://registry.yarnpkg.com/rollup-plugin-peer-deps-external/-/rollup-plugin-peer-deps-external-2.2.4.tgz#8a420bbfd6dccc30aeb68c9bf57011f2f109570d" - integrity sha512-AWdukIM1+k5JDdAqV/Cxd+nejvno2FVLVeZ74NKggm3Q5s9cbbcOgUPGdbxPi4BXu7xGaZ8HG12F+thImYu/0g== - -rollup-plugin-sass@^1.2.2: - version "1.2.12" - resolved "https://registry.yarnpkg.com/rollup-plugin-sass/-/rollup-plugin-sass-1.2.12.tgz#a7ed9710482b932dac758f8526c14e1da33d02ac" - integrity sha512-LD1LwKOGRFwg42PsSsOjYwYlt6B+YuGTA0yjgZiVTfx/sXBr8FBjX97YEPVW6Z/lNKRsxP+xufFONp2ADOWkVQ== - dependencies: - "@rollup/pluginutils" "^3.1.0" - resolve "^1.5.0" - sass "^1.7.2" - -rollup-plugin-terser@^7.0.0, rollup-plugin-terser@^7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz#e8fbba4869981b2dc35ae7e8a502d5c6c04d324d" - integrity sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== - dependencies: - "@babel/code-frame" "^7.10.4" - jest-worker "^26.2.1" - serialize-javascript "^4.0.0" - terser "^5.0.0" - -rollup-plugin-yaml@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-yaml/-/rollup-plugin-yaml-2.0.0.tgz#80a67b59e00f010f5f2a2bb6fa70aad4718f85f8" - integrity sha512-aBfREZIkvKjfwHbcpqVsst0iB2PvsdEpvGNw02N2kQ8rOP7ZClZDpxwylkpcmO9/xgD2uInA/AY3mGursT37zw== - dependencies: - js-yaml "^3.13.1" - rollup-plugin-json "^4.0.0" - rollup-pluginutils "^2.8.2" - tosource "^1.0.0" - -rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.8.2: +rollup-pluginutils@^2.8.2: version "2.8.2" resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e" integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== dependencies: estree-walker "^0.6.1" -rollup@^2.43.1, rollup@^2.48.0: - version "2.76.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.76.0.tgz#c69fe03db530ac53fcb9523b3caa0d3c0b9491a1" - integrity sha512-9jwRIEY1jOzKLj3nsY/yot41r19ITdQrhs+q3ggNWhr9TQgduHqANvPpS32RNpzGklJu3G1AJfvlZLi/6wFgWA== - optionalDependencies: - fsevents "~2.3.2" - roughjs@^4.5.2: version "4.5.2" resolved "https://registry.yarnpkg.com/roughjs/-/roughjs-4.5.2.tgz#aab644dcb41e9a75826c8bd5a5b0a859095f2f10" @@ -23906,13 +20667,6 @@ rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.2: dependencies: tslib "^1.9.0" -rxjs@^7.5.5: - version "7.5.5" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f" - integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw== - dependencies: - tslib "^2.1.0" - sade@^1.7.3: version "1.8.1" resolved "https://registry.yarnpkg.com/sade/-/sade-1.8.1.tgz#0a78e81d658d394887be57d2a409bf703a3b2701" @@ -23970,11 +20724,6 @@ sanitize-html@2.3.3: parse-srcset "^1.0.2" postcss "^8.0.2" -sanitize.css@*: - version "13.0.0" - resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-13.0.0.tgz#2675553974b27964c75562ade3bd85d79879f173" - integrity sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA== - sanitize.css@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-4.1.0.tgz#0bafc3c513699f2fe8c7980c6d37edf21d3f5448" @@ -23997,35 +20746,11 @@ sass-graph@4.0.0: scss-tokenizer "^0.3.0" yargs "^17.2.1" -sass-loader@^12.3.0: - version "12.4.0" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.4.0.tgz#260b0d51a8a373bb8e88efc11f6ba5583fea0bcf" - integrity sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg== - dependencies: - klona "^2.0.4" - neo-async "^2.6.2" - -sass@^1.7.2: - version "1.49.7" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.7.tgz#22a86a50552b9b11f71404dfad1b9ff44c6b0c49" - integrity sha512-13dml55EMIR2rS4d/RDHHP0sXMY3+30e1TKsyXaSz3iLWVoDWEoboY8WzJd5JMnxrRHffKO3wq2mpJ0jxRJiEQ== - dependencies: - chokidar ">=3.0.0 <4.0.0" - immutable "^4.0.0" - source-map-js ">=0.6.2 <2.0.0" - -sax@^1.2.4, sax@~1.2.4: +sax@^1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== -saxes@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d" - integrity sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== - dependencies: - xmlchars "^2.2.0" - scheduler@^0.19.1: version "0.19.1" resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196" @@ -24042,15 +20767,6 @@ scheduler@^0.20.2: loose-envify "^1.1.0" object-assign "^4.1.1" -schema-utils@2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" - integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A== - dependencies: - "@types/json-schema" "^7.0.4" - ajv "^6.12.2" - ajv-keywords "^3.4.1" - schema-utils@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" @@ -24069,7 +20785,7 @@ schema-utils@^2.6.5: ajv "^6.12.4" ajv-keywords "^3.5.2" -schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1: +schema-utils@^3.0.0: version "3.1.1" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== @@ -24078,16 +20794,6 @@ schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1: ajv "^6.12.5" ajv-keywords "^3.5.2" -schema-utils@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.0.0.tgz#60331e9e3ae78ec5d16353c467c34b3a0a1d3df7" - integrity sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg== - dependencies: - "@types/json-schema" "^7.0.9" - ajv "^8.8.0" - ajv-formats "^2.1.1" - ajv-keywords "^5.0.0" - scss-tokenizer@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.3.0.tgz#ef7edc3bc438b25cd6ffacf1aa5b9ad5813bf260" @@ -24115,13 +20821,6 @@ selfsigned@^1.10.8: dependencies: node-forge "^0.10.0" -selfsigned@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.0.0.tgz#e927cd5377cbb0a1075302cff8df1042cc2bce5b" - integrity sha512-cUdFiCbKoa1mZ6osuJs2uDHrs0k0oprsKveFiiaBKCNq3SYyb5gs2HxhQyDNLCmL51ZZThqi4YNDpCK6GOP1iQ== - dependencies: - node-forge "^1.2.0" - semver-diff@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" @@ -24136,7 +20835,7 @@ semver-diff@^3.1.1: dependencies: semver "^6.3.0" -"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1: +"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.1: version "5.7.1" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== @@ -24237,7 +20936,7 @@ serialize-javascript@5.0.1: dependencies: randombytes "^2.1.0" -serialize-javascript@6.0.0, serialize-javascript@^6.0.0: +serialize-javascript@6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8" integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag== @@ -24386,11 +21085,6 @@ shell-exec@1.1.2: resolved "https://registry.yarnpkg.com/shell-exec/-/shell-exec-1.1.2.tgz#d4056f96638d8406c8ab498f9f8b28938eba2dd0" integrity sha512-v2NWVDP0ws+S7miKy2oSpJ/OuL6NKuMosPNUZLDWFBlMnBtuoZxZOwxpQJwhsFZgMb+r7frpDTT8p4OSnhkpsg== -shell-quote@^1.7.3: - version "1.7.3" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" - integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== - shimmer@^1.1.0: version "1.2.1" resolved "https://registry.yarnpkg.com/shimmer/-/shimmer-1.2.1.tgz#610859f7de327b587efebf501fb43117f9aff337" @@ -24642,25 +21336,16 @@ sorted-array-functions@^1.0.0: resolved "https://registry.yarnpkg.com/sorted-array-functions/-/sorted-array-functions-1.3.0.tgz#8605695563294dffb2c9796d602bd8459f7a0dd5" integrity sha512-2sqgzeFlid6N4Z2fUQ1cvFmTOLRi/sEDzSQ0OKYchqgoPmQBVyM3959qYx3fpS6Esef80KjmpgPeEr028dP3OA== -source-list-map@^2.0.0, source-list-map@^2.0.1: +source-list-map@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== -"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.0.2: +source-map-js@^1.0.1, source-map-js@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== -source-map-loader@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d" - integrity sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA== - dependencies: - abab "^2.0.5" - iconv-lite "^0.6.3" - source-map-js "^1.0.1" - source-map-resolve@^0.5.0: version "0.5.3" resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" @@ -24672,7 +21357,7 @@ source-map-resolve@^0.5.0: source-map-url "^0.4.0" urix "^0.1.0" -source-map-support@^0.5.12, source-map-support@^0.5.16, source-map-support@^0.5.19, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.20: +source-map-support@^0.5.12, source-map-support@^0.5.19, source-map-support@~0.5.12: version "0.5.21" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== @@ -24685,28 +21370,21 @@ source-map-url@^0.4.0: resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== -source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - source-map@^0.5.6, source-map@~0.5.0: version "0.5.7" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= -source-map@^0.7.0, source-map@^0.7.1, source-map@^0.7.3, source-map@~0.7.2: +source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +source-map@^0.7.0, source-map@^0.7.1: version "0.7.3" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== -source-map@^0.8.0-beta.0: - version "0.8.0-beta.0" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11" - integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== - dependencies: - whatwg-url "^7.0.0" - sourcemap-codec@^1.4.4: version "1.4.8" resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" @@ -24876,11 +21554,6 @@ ssri@^9.0.0: dependencies: minipass "^3.1.1" -stable@^0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" - integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - stack-generator@^2.0.3: version "2.0.5" resolved "https://registry.yarnpkg.com/stack-generator/-/stack-generator-2.0.5.tgz#fb00e5b4ee97de603e0773ea78ce944d81596c36" @@ -24893,7 +21566,7 @@ stack-trace@0.0.x: resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0" integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= -stack-utils@^2.0.3, stack-utils@^2.0.5: +stack-utils@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5" integrity sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA== @@ -25527,27 +22200,6 @@ strict-uri-encode@^2.0.0: resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ== -string-length@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" - integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== - dependencies: - char-regex "^1.0.2" - strip-ansi "^6.0.0" - -string-length@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-5.0.1.tgz#3d647f497b6e8e8d41e422f7e0b23bc536c8381e" - integrity sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow== - dependencies: - char-regex "^2.0.0" - strip-ansi "^7.0.1" - -string-natural-compare@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4" - integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw== - string-similarity@^4.0.4: version "4.0.4" resolved "https://registry.yarnpkg.com/string-similarity/-/string-similarity-4.0.4.tgz#42d01ab0b34660ea8a018da8f56a3309bb8b2a5b" @@ -25597,20 +22249,6 @@ string-width@^5.0.0, string-width@^5.0.1: emoji-regex "^9.2.2" strip-ansi "^7.0.1" -string.prototype.matchall@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa" - integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - get-intrinsic "^1.1.1" - has-symbols "^1.0.2" - internal-slot "^1.0.3" - regexp.prototype.flags "^1.3.1" - side-channel "^1.0.4" - string.prototype.matchall@^4.0.7: version "4.0.7" resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d" @@ -25690,15 +22328,6 @@ stringify-entities@^4.0.0, stringify-entities@^4.0.2: character-entities-html4 "^2.0.0" character-entities-legacy "^3.0.0" -stringify-object@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" - integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== - dependencies: - get-own-enumerable-property-symbols "^3.0.0" - is-obj "^1.0.1" - is-regexp "^1.0.0" - strip-ansi-control-characters@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strip-ansi-control-characters/-/strip-ansi-control-characters-2.0.0.tgz#8875b5ba3a859a0a44f94e1cf7d3eda8980997b9" @@ -25756,11 +22385,6 @@ strip-bom@^4.0.0: resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== -strip-comments@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-comments/-/strip-comments-2.0.1.tgz#4ad11c3fbcac177a67a40ac224ca339ca1c1ba9b" - integrity sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw== - strip-dirs@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5" @@ -25829,11 +22453,6 @@ style-loader@^0.23.1: loader-utils "^1.1.0" schema-utils "^1.0.0" -style-loader@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.1.tgz#057dfa6b3d4d7c7064462830f9113ed417d38575" - integrity sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ== - style-to-object@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.3.0.tgz#b1b790d205991cc783801967214979ee19a76e46" @@ -25862,14 +22481,6 @@ styled-jsx@5.0.2: resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.2.tgz#ff230fd593b737e9e68b630a694d460425478729" integrity sha512-LqPQrbBh3egD57NBcHET4qcgshPks+yblyhPlH2GY8oaDgKs8SK4C3dBh3oSJjgzJ3G5t1SYEZGHkP+QEpX9EQ== -stylehacks@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.0.2.tgz#fa10e5181c6e8dc0bddb4a3fb372e9ac42bba2ad" - integrity sha512-114zeJdOpTrbQYRD4OU5UWJ99LKUaqCPJTU1HQ/n3q3BwmllFN8kHENaLnOeqVq6AhXrWfxHNZTl33iJ4oy3cQ== - dependencies: - browserslist "^4.16.6" - postcss-selector-parser "^6.0.4" - stylis@4.0.13: version "4.0.13" resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91" @@ -25901,7 +22512,7 @@ supertap@^3.0.1: serialize-error "^7.0.1" strip-ansi "^7.0.1" -supports-color@8.1.1, supports-color@^8.0.0: +supports-color@8.1.1: version "8.1.1" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== @@ -25957,43 +22568,6 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -svg-parser@^2.0.2: - version "2.0.4" - resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5" - integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ== - -svgo@^1.2.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" - integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - dependencies: - chalk "^2.4.1" - coa "^2.0.2" - css-select "^2.0.0" - css-select-base-adapter "^0.1.1" - css-tree "1.0.0-alpha.37" - csso "^4.0.2" - js-yaml "^3.13.1" - mkdirp "~0.5.1" - object.values "^1.1.0" - sax "~1.2.4" - stable "^0.1.8" - unquote "~1.1.1" - util.promisify "~1.0.0" - -svgo@^2.5.0, svgo@^2.7.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24" - integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg== - dependencies: - "@trysound/sax" "0.2.0" - commander "^7.2.0" - css-select "^4.1.3" - css-tree "^1.1.3" - csso "^4.2.0" - picocolors "^1.0.0" - stable "^0.1.8" - switchback@^2.0.1: version "2.0.5" resolved "https://registry.yarnpkg.com/switchback/-/switchback-2.0.5.tgz#2f50c91118f659c42e03c0f2bdb094f868c45336" @@ -26006,11 +22580,6 @@ symbol-observable@^1.1.0: resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== -symbol-tree@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" - integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - tabtab@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/tabtab/-/tabtab-3.0.2.tgz#a2cea0f1035f88d145d7da77eaabbd3fe03e1ec9" @@ -26028,7 +22597,7 @@ tailwindcss-open-variant@^1.0.0: resolved "https://registry.yarnpkg.com/tailwindcss-open-variant/-/tailwindcss-open-variant-1.0.0.tgz#e4555c0a0ec2a82801e563ed36b1b23e4dd04a3b" integrity sha512-XKw7rXUWvMKDKC62+V1z/kS0hVtTzWk6ALrOoGXC8MGAyetXIiRu/npnLGGHT1kL59Y2RZHT7Dq1C3moeTeptQ== -tailwindcss@^3.0, tailwindcss@^3.0.1, tailwindcss@^3.0.2, tailwindcss@^3.0.7: +tailwindcss@^3.0, tailwindcss@^3.0.1: version "3.1.6" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.6.tgz#bcb719357776c39e6376a8d84e9834b2b19a49f1" integrity sha512-7skAOY56erZAFQssT1xkpk+kWt2NrO45kORlxFPXUt3CiGsVPhH1smuH5XoDH6sGPXLyBv+zgCKA2HWBsgCytg== @@ -26061,11 +22630,6 @@ tapable@^1.0.0, tapable@^1.1.3: resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== -tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" - integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== - tar-fs@^2.0.0, tar-fs@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784" @@ -26158,16 +22722,6 @@ temp-dir@^2.0.0: resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== -tempy@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.6.0.tgz#65e2c35abc06f1124a97f387b08303442bde59f3" - integrity sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw== - dependencies: - is-stream "^2.0.0" - temp-dir "^2.0.0" - type-fest "^0.16.0" - unique-string "^2.0.0" - tempy@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/tempy/-/tempy-1.0.1.tgz#30fe901fd869cfb36ee2bd999805aa72fbb035de" @@ -26191,7 +22745,7 @@ term-size@^2.1.0: resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54" integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg== -terminal-link@^2.0.0, terminal-link@^2.1.1: +terminal-link@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== @@ -26214,17 +22768,6 @@ terser-webpack-plugin@^1.2.3, terser-webpack-plugin@^1.4.3: webpack-sources "^1.4.0" worker-farm "^1.7.0" -terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.2.5: - version "5.3.1" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz#0320dcc270ad5372c1e8993fabbd927929773e54" - integrity sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g== - dependencies: - jest-worker "^27.4.5" - schema-utils "^3.1.1" - serialize-javascript "^6.0.0" - source-map "^0.6.1" - terser "^5.7.2" - terser@^4.1.2: version "4.8.0" resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" @@ -26234,15 +22777,6 @@ terser@^4.1.2: source-map "~0.6.1" source-map-support "~0.5.12" -terser@^5.0.0, terser@^5.10.0, terser@^5.7.2: - version "5.10.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.10.0.tgz#b86390809c0389105eb0a0b62397563096ddafcc" - integrity sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA== - dependencies: - commander "^2.20.0" - source-map "~0.7.2" - source-map-support "~0.5.20" - test-exclude@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" @@ -26281,11 +22815,6 @@ thenify-all@^1.0.0: dependencies: any-promise "^1.0.0" -throat@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375" - integrity sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w== - throttle-debounce@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-3.0.1.tgz#32f94d84dfa894f786c9a1f290e7a645b6a19abb" @@ -26349,11 +22878,6 @@ timers-browserify@^2.0.4: dependencies: setimmediate "^1.0.4" -timsort@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" - integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= - tiny-invariant@^1.0.2: version "1.2.0" resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.2.0.tgz#a1141f86b672a9148c72e978a19a73b9b94a15a9" @@ -26390,11 +22914,6 @@ tmp@^0.2.0, tmp@^0.2.1: dependencies: rimraf "^3.0.0" -tmpl@1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" - integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== - to-arraybuffer@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" @@ -26495,11 +23014,6 @@ toposort@^2.0.2: resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330" integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA= -tosource@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/tosource/-/tosource-1.0.0.tgz#42d88dd116618bcf00d6106dd5446f3427902ff1" - integrity sha1-QtiN0RZhi88A1hBt1URvNCeQL/E= - touch@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz#fe365f5f75ec9ed4e56825e0bb76d24ab74af83b" @@ -26507,15 +23021,6 @@ touch@^3.1.0: dependencies: nopt "~1.0.10" -tough-cookie@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4" - integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg== - dependencies: - psl "^1.1.33" - punycode "^2.1.1" - universalify "^0.1.2" - tough-cookie@~2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" @@ -26524,13 +23029,6 @@ tough-cookie@~2.5.0: psl "^1.1.28" punycode "^2.1.1" -tr46@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" - integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= - dependencies: - punycode "^2.1.0" - tr46@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.1.0.tgz#fa87aa81ca5d5941da8cbf1f9b749dc969a4e240" @@ -26589,11 +23087,6 @@ trough@^2.0.0: dependencies: glob "^7.1.2" -tryer@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8" - integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA== - ts-node@^10.6.0, ts-node@^10.8.0: version "10.8.1" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066" @@ -26628,7 +23121,7 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.0: +tslib@^2.0.1, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== @@ -26681,7 +23174,7 @@ type-component@0.0.1: resolved "https://registry.yarnpkg.com/type-component/-/type-component-0.0.1.tgz#952a6c81c21efd24d13d811d0c8498cb860e1956" integrity sha1-lSpsgcIe/STRPYEdDISYy4YOGVY= -type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5: +type-detect@^4.0.0, type-detect@^4.0.5: version "4.0.8" resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== @@ -26771,16 +23264,6 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typeface-raleway@^1.1.13: - version "1.1.13" - resolved "https://registry.yarnpkg.com/typeface-raleway/-/typeface-raleway-1.1.13.tgz#5dd44c7029c69991f3e8a66f4434ba62bcf0886a" - integrity sha512-iouV4D1dv4Ylm++j2PmPW7HKJH7zTKu5xXsta1hqQ2oG8+9fSpocuF40xCSTckaa1DLYbk1TUiU14wr2nCUBqg== - -typeface-roboto-condensed@^1.1.13: - version "1.1.13" - resolved "https://registry.yarnpkg.com/typeface-roboto-condensed/-/typeface-roboto-condensed-1.1.13.tgz#db102baa1f032e14805659a6973fe425882d7c01" - integrity sha512-ntjupUqs7yAfp0nbcc30AdDV1OWSnlm5z1wPo2Br2yB8UKM/cLD2NP0DJNX5QomAGg9Q87wlkgT4hUxciqdNYw== - typescript@^4.5.4, typescript@^4.5.5, typescript@^4.6.4: version "4.7.4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" @@ -26814,11 +23297,6 @@ uglify-js@^3.1.4: resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.15.0.tgz#2d6a689d94783cab43975721977a13c2afec28f1" integrity sha512-x+xdeDWq7FiORDvyIJ0q/waWd4PhjBNOm5dQUOq2AKC0IEjxOS66Ha9tctiVDGcRQuh69K7fgU5oRuTK4cysSg== -uglifycss@^0.0.29: - version "0.0.29" - resolved "https://registry.yarnpkg.com/uglifycss/-/uglifycss-0.0.29.tgz#abe49531155d146e75dd2fdf933d371bc1180054" - integrity sha512-J2SQ2QLjiknNGbNdScaNZsXgmMGI0kYNrXaDlr4obnPW9ni1jljb1NeEVWAiTgZ8z+EBWP2ozfT9vpy03rjlMQ== - uid-safe@2.1.5: version "2.1.5" resolved "https://registry.yarnpkg.com/uid-safe/-/uid-safe-2.1.5.tgz#2b3d5c7240e8fc2e58f8aa269e5ee49c0857bd3a" @@ -27207,11 +23685,6 @@ universal-user-agent@^6.0.0: resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee" integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w== -universalify@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - universalify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" @@ -27237,11 +23710,6 @@ unpipe@1.0.0, unpipe@~1.0.0: resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= -unquote@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" - integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - unset-value@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" @@ -27260,7 +23728,7 @@ unzip-response@^2.0.1: resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= -upath@^1.1.1, upath@^1.2.0: +upath@^1.1.1: version "1.2.0" resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== @@ -27402,16 +23870,6 @@ util.promisify@1.0.0: define-properties "^1.1.2" object.getownpropertydescriptors "^2.0.3" -util.promisify@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" - integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.2" - has-symbols "^1.0.1" - object.getownpropertydescriptors "^2.1.0" - util@0.10.3: version "0.10.3" resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" @@ -27471,22 +23929,6 @@ v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1: resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== -v8-to-istanbul@^8.1.0: - version "8.1.1" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed" - integrity sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.1" - convert-source-map "^1.6.0" - source-map "^0.7.3" - -v8flags@^3.1.1: - version "3.2.0" - resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-3.2.0.tgz#b243e3b4dfd731fa774e7492128109a0fe66d656" - integrity sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg== - dependencies: - homedir-polyfill "^1.0.1" - validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" @@ -27638,20 +24080,6 @@ void-elements@3.1.0: resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09" integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= -w3c-hr-time@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd" - integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== - dependencies: - browser-process-hrtime "^1.0.0" - -w3c-xmlserializer@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a" - integrity sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA== - dependencies: - xml-name-validator "^3.0.0" - wait-port@^0.2.14: version "0.2.14" resolved "https://registry.yarnpkg.com/wait-port/-/wait-port-0.2.14.tgz#6df40629be2c95aa4073ceb895abef7d872b28c6" @@ -27666,13 +24094,6 @@ walk-up-path@^1.0.0: resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-1.0.0.tgz#d4745e893dd5fd0dbb58dd0a4c6a33d9c9fec53e" integrity sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg== -walker@^1.0.7: - version "1.0.8" - resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" - integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== - dependencies: - makeerror "1.0.12" - warning@^4.0.2, warning@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" @@ -27698,14 +24119,6 @@ watchpack@^1.7.4: chokidar "^3.4.1" watchpack-chokidar2 "^2.0.1" -watchpack@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25" - integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA== - dependencies: - glob-to-regexp "^0.4.1" - graceful-fs "^4.1.2" - wbuf@^1.1.0, wbuf@^1.7.3: version "1.7.3" resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" @@ -27730,16 +24143,6 @@ webidl-conversions@^3.0.0: resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= -webidl-conversions@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" - integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== - -webidl-conversions@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff" - integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== - webidl-conversions@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514" @@ -27778,17 +24181,6 @@ webpack-dev-middleware@^3.7.2: range-parser "^1.2.1" webpack-log "^2.0.0" -webpack-dev-middleware@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz#aa079a8dedd7e58bfeab358a9af7dab304cee57f" - integrity sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg== - dependencies: - colorette "^2.0.10" - memfs "^3.4.1" - mime-types "^2.1.31" - range-parser "^1.2.1" - schema-utils "^4.0.0" - webpack-dev-server@^3.11.2: version "3.11.3" resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.3.tgz#8c86b9d2812bf135d3c9bce6f07b718e30f7c3d3" @@ -27828,42 +24220,6 @@ webpack-dev-server@^3.11.2: ws "^6.2.1" yargs "^13.3.2" -webpack-dev-server@^4.6.0: - version "4.7.4" - resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.7.4.tgz#d0ef7da78224578384e795ac228d8efb63d5f945" - integrity sha512-nfdsb02Zi2qzkNmgtZjkrMOcXnYZ6FLKcQwpxT7MvmHKc+oTtDsBju8j+NMyAygZ9GW1jMEUpy3itHtqgEhe1A== - dependencies: - "@types/bonjour" "^3.5.9" - "@types/connect-history-api-fallback" "^1.3.5" - "@types/express" "^4.17.13" - "@types/serve-index" "^1.9.1" - "@types/sockjs" "^0.3.33" - "@types/ws" "^8.2.2" - ansi-html-community "^0.0.8" - bonjour "^3.5.0" - chokidar "^3.5.3" - colorette "^2.0.10" - compression "^1.7.4" - connect-history-api-fallback "^1.6.0" - default-gateway "^6.0.3" - del "^6.0.0" - express "^4.17.1" - graceful-fs "^4.2.6" - html-entities "^2.3.2" - http-proxy-middleware "^2.0.0" - ipaddr.js "^2.0.1" - open "^8.0.9" - p-retry "^4.5.0" - portfinder "^1.0.28" - schema-utils "^4.0.0" - selfsigned "^2.0.0" - serve-index "^1.9.1" - sockjs "^0.3.21" - spdy "^4.0.2" - strip-ansi "^7.0.0" - webpack-dev-middleware "^5.3.1" - ws "^8.4.2" - webpack-log@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" @@ -27872,20 +24228,12 @@ webpack-log@^2.0.0: ansi-colors "^3.0.0" uuid "^3.3.2" -webpack-manifest-plugin@^4.0.2: - version "4.1.1" - resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz#10f8dbf4714ff93a215d5a45bcc416d80506f94f" - integrity sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow== - dependencies: - tapable "^2.0.0" - webpack-sources "^2.2.0" - webpack-node-externals@^1.7.2: version "1.7.2" resolved "https://registry.yarnpkg.com/webpack-node-externals/-/webpack-node-externals-1.7.2.tgz#6e1ee79ac67c070402ba700ef033a9b8d52ac4e3" integrity sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg== -webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3: +webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: version "1.4.3" resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== @@ -27893,19 +24241,6 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack- source-list-map "^2.0.0" source-map "~0.6.1" -webpack-sources@^2.2.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd" - integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA== - dependencies: - source-list-map "^2.0.1" - source-map "^0.6.1" - -webpack-sources@^3.2.3: - version "3.2.3" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" - integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== - webpack@^4.35.0, webpack@^4.46.0: version "4.46.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" @@ -27935,36 +24270,6 @@ webpack@^4.35.0, webpack@^4.46.0: watchpack "^1.7.4" webpack-sources "^1.4.1" -webpack@^5.64.4, webpack@^5.67.0: - version "5.73.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.73.0.tgz#bbd17738f8a53ee5760ea2f59dce7f3431d35d38" - integrity sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA== - dependencies: - "@types/eslint-scope" "^3.7.3" - "@types/estree" "^0.0.51" - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/wasm-edit" "1.11.1" - "@webassemblyjs/wasm-parser" "1.11.1" - acorn "^8.4.1" - acorn-import-assertions "^1.7.6" - browserslist "^4.14.5" - chrome-trace-event "^1.0.2" - enhanced-resolve "^5.9.3" - es-module-lexer "^0.9.0" - eslint-scope "5.1.1" - events "^3.2.0" - glob-to-regexp "^0.4.1" - graceful-fs "^4.2.9" - json-parse-even-better-errors "^2.3.1" - loader-runner "^4.2.0" - mime-types "^2.1.27" - neo-async "^2.6.2" - schema-utils "^3.1.0" - tapable "^2.1.1" - terser-webpack-plugin "^5.1.3" - watchpack "^2.3.1" - webpack-sources "^3.2.3" - webpackbar@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-4.0.0.tgz#ee7a87f16077505b5720551af413c8ecd5b1f780" @@ -27998,23 +24303,11 @@ well-known-symbols@^2.0.0: resolved "https://registry.yarnpkg.com/well-known-symbols/-/well-known-symbols-2.0.0.tgz#e9c7c07dbd132b7b84212c8174391ec1f9871ba5" integrity sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q== -whatwg-encoding@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" - integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - dependencies: - iconv-lite "0.4.24" - whatwg-fetch@^3.6.2: version "3.6.2" resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c" integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== -whatwg-mimetype@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" - integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - whatwg-url@^11.0.0: version "11.0.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-11.0.0.tgz#0a849eebb5faf2119b901bb76fd795c2848d4018" @@ -28031,16 +24324,7 @@ whatwg-url@^5.0.0: tr46 "~0.0.3" webidl-conversions "^3.0.0" -whatwg-url@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" - integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== - dependencies: - lodash.sortby "^4.7.0" - tr46 "^1.0.1" - webidl-conversions "^4.0.2" - -whatwg-url@^8.0.0, whatwg-url@^8.4.0, whatwg-url@^8.5.0: +whatwg-url@^8.4.0: version "8.7.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77" integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg== @@ -28156,177 +24440,6 @@ wordwrap@^1.0.0: resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= -workbox-background-sync@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-6.4.2.tgz#bb31b95928d376abcb9bde0de3a0cef9bae46cf7" - integrity sha512-P7c8uG5X2k+DMICH9xeSA9eUlCOjHHYoB42Rq+RtUpuwBxUOflAXR1zdsMWj81LopE4gjKXlTw7BFd1BDAHo7g== - dependencies: - idb "^6.1.4" - workbox-core "6.4.2" - -workbox-broadcast-update@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-6.4.2.tgz#5094c4767dfb590532ac03ee07e9e82b2ac206bc" - integrity sha512-qnBwQyE0+PWFFc/n4ISXINE49m44gbEreJUYt2ldGH3+CNrLmJ1egJOOyUqqu9R4Eb7QrXcmB34ClXG7S37LbA== - dependencies: - workbox-core "6.4.2" - -workbox-build@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-6.4.2.tgz#47f9baa946c3491533cd5ccb1f194a7160e8a6e3" - integrity sha512-WMdYLhDIsuzViOTXDH+tJ1GijkFp5khSYolnxR/11zmfhNDtuo7jof72xPGFy+KRpsz6tug39RhivCj77qqO0w== - dependencies: - "@apideck/better-ajv-errors" "^0.3.1" - "@babel/core" "^7.11.1" - "@babel/preset-env" "^7.11.0" - "@babel/runtime" "^7.11.2" - "@rollup/plugin-babel" "^5.2.0" - "@rollup/plugin-node-resolve" "^11.2.1" - "@rollup/plugin-replace" "^2.4.1" - "@surma/rollup-plugin-off-main-thread" "^2.2.3" - ajv "^8.6.0" - common-tags "^1.8.0" - fast-json-stable-stringify "^2.1.0" - fs-extra "^9.0.1" - glob "^7.1.6" - lodash "^4.17.20" - pretty-bytes "^5.3.0" - rollup "^2.43.1" - rollup-plugin-terser "^7.0.0" - source-map "^0.8.0-beta.0" - source-map-url "^0.4.0" - stringify-object "^3.3.0" - strip-comments "^2.0.1" - tempy "^0.6.0" - upath "^1.2.0" - workbox-background-sync "6.4.2" - workbox-broadcast-update "6.4.2" - workbox-cacheable-response "6.4.2" - workbox-core "6.4.2" - workbox-expiration "6.4.2" - workbox-google-analytics "6.4.2" - workbox-navigation-preload "6.4.2" - workbox-precaching "6.4.2" - workbox-range-requests "6.4.2" - workbox-recipes "6.4.2" - workbox-routing "6.4.2" - workbox-strategies "6.4.2" - workbox-streams "6.4.2" - workbox-sw "6.4.2" - workbox-window "6.4.2" - -workbox-cacheable-response@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-6.4.2.tgz#ebcabb3667019da232e986a9927af97871e37ccb" - integrity sha512-9FE1W/cKffk1AJzImxgEN0ceWpyz1tqNjZVtA3/LAvYL3AC5SbIkhc7ZCO82WmO9IjTfu8Vut2X/C7ViMSF7TA== - dependencies: - workbox-core "6.4.2" - -workbox-core@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.4.2.tgz#f99fd36a211cc01dce90aa7d5f2c255e8fe9d6bc" - integrity sha512-1U6cdEYPcajRXiboSlpJx6U7TvhIKbxRRerfepAJu2hniKwJ3DHILjpU/zx3yvzSBCWcNJDoFalf7Vgd7ey/rw== - -workbox-expiration@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.4.2.tgz#61613459fd6ddd1362730767618d444c6b9c9139" - integrity sha512-0hbpBj0tDnW+DZOUmwZqntB/8xrXOgO34i7s00Si/VlFJvvpRKg1leXdHHU8ykoSBd6+F2KDcMP3swoCi5guLw== - dependencies: - idb "^6.1.4" - workbox-core "6.4.2" - -workbox-google-analytics@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-6.4.2.tgz#eea7d511b3078665a726dc2ee9f11c6b7a897530" - integrity sha512-u+gxs3jXovPb1oul4CTBOb+T9fS1oZG+ZE6AzS7l40vnyfJV79DaLBvlpEZfXGv3CjMdV1sT/ltdOrKzo7HcGw== - dependencies: - workbox-background-sync "6.4.2" - workbox-core "6.4.2" - workbox-routing "6.4.2" - workbox-strategies "6.4.2" - -workbox-navigation-preload@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-6.4.2.tgz#35cd4ba416a530796af135410ca07db5bee11668" - integrity sha512-viyejlCtlKsbJCBHwhSBbWc57MwPXvUrc8P7d+87AxBGPU+JuWkT6nvBANgVgFz6FUhCvRC8aYt+B1helo166g== - dependencies: - workbox-core "6.4.2" - -workbox-precaching@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.4.2.tgz#8d87c05d54f32ac140f549faebf3b4d42d63621e" - integrity sha512-CZ6uwFN/2wb4noHVlALL7UqPFbLfez/9S2GAzGAb0Sk876ul9ukRKPJJ6gtsxfE2HSTwqwuyNVa6xWyeyJ1XSA== - dependencies: - workbox-core "6.4.2" - workbox-routing "6.4.2" - workbox-strategies "6.4.2" - -workbox-range-requests@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-6.4.2.tgz#050f0dfbb61cd1231e609ed91298b6c2442ae41b" - integrity sha512-SowF3z69hr3Po/w7+xarWfzxJX/3Fo0uSG72Zg4g5FWWnHpq2zPvgbWerBZIa81zpJVUdYpMa3akJJsv+LaO1Q== - dependencies: - workbox-core "6.4.2" - -workbox-recipes@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-6.4.2.tgz#68de41fa3a77b444b0f93c9c01a76ba1d41fd2bf" - integrity sha512-/oVxlZFpAjFVbY+3PoGEXe8qyvtmqMrTdWhbOfbwokNFtUZ/JCtanDKgwDv9x3AebqGAoJRvQNSru0F4nG+gWA== - dependencies: - workbox-cacheable-response "6.4.2" - workbox-core "6.4.2" - workbox-expiration "6.4.2" - workbox-precaching "6.4.2" - workbox-routing "6.4.2" - workbox-strategies "6.4.2" - -workbox-routing@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.4.2.tgz#65b1c61e8ca79bb9152f93263c26b1f248d09dcc" - integrity sha512-0ss/n9PAcHjTy4Ad7l2puuod4WtsnRYu9BrmHcu6Dk4PgWeJo1t5VnGufPxNtcuyPGQ3OdnMdlmhMJ57sSrrSw== - dependencies: - workbox-core "6.4.2" - -workbox-strategies@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.4.2.tgz#50c02bf2d116918e1a8052df5f2c1e4103c62d5d" - integrity sha512-YXh9E9dZGEO1EiPC3jPe2CbztO5WT8Ruj8wiYZM56XqEJp5YlGTtqRjghV+JovWOqkWdR+amJpV31KPWQUvn1Q== - dependencies: - workbox-core "6.4.2" - -workbox-streams@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-6.4.2.tgz#3bc615cccebfd62dedf28315afb7d9ee177912a5" - integrity sha512-ROEGlZHGVEgpa5bOZefiJEVsi5PsFjJG9Xd+wnDbApsCO9xq9rYFopF+IRq9tChyYzhBnyk2hJxbQVWphz3sog== - dependencies: - workbox-core "6.4.2" - workbox-routing "6.4.2" - -workbox-sw@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-6.4.2.tgz#9a6db5f74580915dc2f0dbd47d2ffe057c94a795" - integrity sha512-A2qdu9TLktfIM5NE/8+yYwfWu+JgDaCkbo5ikrky2c7r9v2X6DcJ+zSLphNHHLwM/0eVk5XVf1mC5HGhYpMhhg== - -workbox-webpack-plugin@^6.4.1: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-webpack-plugin/-/workbox-webpack-plugin-6.4.2.tgz#aad9f11b028786d5b781420e68f4e8f570ea9936" - integrity sha512-CiEwM6kaJRkx1cP5xHksn13abTzUqMHiMMlp5Eh/v4wRcedgDTyv6Uo8+Hg9MurRbHDosO5suaPyF9uwVr4/CQ== - dependencies: - fast-json-stable-stringify "^2.1.0" - pretty-bytes "^5.4.1" - source-map-url "^0.4.0" - upath "^1.2.0" - webpack-sources "^1.4.3" - workbox-build "6.4.2" - -workbox-window@6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.4.2.tgz#5319a3e343fa1e4bd15a1f53a07b58999d064c8a" - integrity sha512-KVyRKmrJg7iB+uym/B/CnEUEFG9CvnTU1Bq5xpXHbtgD9l+ShDekSl1wYpqw/O0JfeeQVOFb8CiNfvnwWwqnWQ== - dependencies: - "@types/trusted-types" "^2.0.2" - workbox-core "6.4.2" - worker-farm@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" @@ -28460,16 +24573,6 @@ ws@^6.2.1: dependencies: async-limiter "~1.0.0" -ws@^7.4.6: - version "7.5.6" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.6.tgz#e59fc509fb15ddfb65487ee9765c5a51dec5fe7b" - integrity sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA== - -ws@^8.4.2: - version "8.4.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.2.tgz#18e749868d8439f2268368829042894b6907aa0b" - integrity sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA== - xdg-basedir@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" @@ -28487,16 +24590,6 @@ xml-js@^1.6.11: dependencies: sax "^1.2.4" -xml-name-validator@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" - integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== - -xmlchars@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" - integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== - xtend@^4.0.0, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" @@ -28536,7 +24629,7 @@ yaml-loader@^0.8.0: loader-utils "^2.0.0" yaml "^2.0.0" -yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: +yaml@^1.10.0, yaml@^1.10.2: version "1.10.2" resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== From b047cb0e1fa68bdae6a3bf72b87e37b53c6e392c Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Tue, 5 Jul 2022 18:37:29 -0500 Subject: [PATCH 0002/1675] fixing little issues --- config/software/index.mjs | 8 ++++---- sites/shared/components/workbench/draft/svg-wrapper.js | 2 +- .../components/workbench/inputs/design-option-pct-deg.js | 2 +- .../workbench/menu/design-options/option-value.js | 2 +- .../components/workbench/menu/design-options/option.js | 4 ++-- sites/shared/components/wrappers/workbench.js | 2 ++ 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/config/software/index.mjs b/config/software/index.mjs index 305f002ccdb..c531b0597db 100644 --- a/config/software/index.mjs +++ b/config/software/index.mjs @@ -1,7 +1,7 @@ -import designsByType from './designs.json' -import packages from './packages.json' -import plugins from './plugins.json' -import sites from './sites.json' +import designsByType from './designs.json' assert { type: 'json' } +import packages from './packages.json' assert { type: 'json' } +import plugins from './plugins.json' assert { type: 'json' } +import sites from './sites.json' assert { type: 'json' } // Helper method to construct summary objects const unpack = (obj, folder) => Object.fromEntries( diff --git a/sites/shared/components/workbench/draft/svg-wrapper.js b/sites/shared/components/workbench/draft/svg-wrapper.js index 6f276f02cff..8f737841084 100644 --- a/sites/shared/components/workbench/draft/svg-wrapper.js +++ b/sites/shared/components/workbench/draft/svg-wrapper.js @@ -38,7 +38,7 @@ const SvgWrapper = props => {
- + {Object.keys(patternProps.parts).map((name) => ( { />
- {props.design.config.options[props.option]?.toAbs + {props.design.config.options[props.option]?.toAbs && props.gist.measurements ? formatMm(props.design.config.options[props.option].toAbs(value/100, props.gist)) : ' ' } diff --git a/sites/shared/components/workbench/menu/design-options/option-value.js b/sites/shared/components/workbench/menu/design-options/option-value.js index a92966dc535..1f689da5d99 100644 --- a/sites/shared/components/workbench/menu/design-options/option-value.js +++ b/sites/shared/components/workbench/menu/design-options/option-value.js @@ -13,7 +13,7 @@ export const values = { : 'text-accent' }> {formatPercentage(val)} - {props.design.config.options[props.option]?.toAbs + {props.design.config.options[props.option]?.toAbs && props.gist.measurements ? ' | ' +formatMm(props.design.config.options[props.option]?.toAbs(val, props.gist)) : null } diff --git a/sites/shared/components/workbench/menu/design-options/option.js b/sites/shared/components/workbench/menu/design-options/option.js index 6e299532f03..b2da2f89b04 100644 --- a/sites/shared/components/workbench/menu/design-options/option.js +++ b/sites/shared/components/workbench/menu/design-options/option.js @@ -11,9 +11,9 @@ const Option = props => { const type = optionType(opt) const Input = inputs[type] const Value = values[type] - const hide = opt.hide && opt.hide(props.draft.settings); + const hide = opt.hide && opt.hide(props.draft.settings.options); - if (hide) return
  • + if (hide) return null if (type === 'bool') { const toggleBoolean = () => { diff --git a/sites/shared/components/wrappers/workbench.js b/sites/shared/components/wrappers/workbench.js index c52eb4b09e0..985ae7bb533 100644 --- a/sites/shared/components/wrappers/workbench.js +++ b/sites/shared/components/wrappers/workbench.js @@ -32,6 +32,8 @@ const views = { } const hasRequiredMeasurementsMethod = (design, gist) => { + if (design.config.measurements.length && !gist.measurements) return false + for (const m of design.config.measurements || []) { if (!gist?.measurements?.[m]) return false } From 00953e9189805ed004d32ff669ef2e92b1b22831 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Mon, 11 Jul 2022 15:32:51 -0500 Subject: [PATCH 0003/1675] add more error handling to workbench --- config/software/index.mjs | 8 ++-- sites/shared/components/error-boundary.js | 39 +++++++++++++++++++ .../components/workbench/draft/index.js | 2 +- .../workbench/menu/design-options/option.js | 9 ++++- .../shared/components/workbench/menu/index.js | 19 +++++---- sites/shared/components/wrappers/workbench.js | 8 +++- 6 files changed, 68 insertions(+), 17 deletions(-) create mode 100644 sites/shared/components/error-boundary.js diff --git a/config/software/index.mjs b/config/software/index.mjs index c531b0597db..305f002ccdb 100644 --- a/config/software/index.mjs +++ b/config/software/index.mjs @@ -1,7 +1,7 @@ -import designsByType from './designs.json' assert { type: 'json' } -import packages from './packages.json' assert { type: 'json' } -import plugins from './plugins.json' assert { type: 'json' } -import sites from './sites.json' assert { type: 'json' } +import designsByType from './designs.json' +import packages from './packages.json' +import plugins from './plugins.json' +import sites from './sites.json' // Helper method to construct summary objects const unpack = (obj, folder) => Object.fromEntries( diff --git a/sites/shared/components/error-boundary.js b/sites/shared/components/error-boundary.js new file mode 100644 index 00000000000..995ce81df2c --- /dev/null +++ b/sites/shared/components/error-boundary.js @@ -0,0 +1,39 @@ +import React from 'react'; + +class ErrorBoundary extends React.Component { + constructor(props) { + super(props); + this.state = { hasError: false }; + } + + static getDerivedStateFromError(error) { + // Update state so the next render will show the fallback UI. + return { hasError: true }; + } + + componentDidCatch(error, errorInfo) { + // You can also log the error to an error reporting service + console.log(error, errorInfo); + } + + componentDidUpdate(prevProps) { + if (this.props.gist !== prevProps.gist) { + this.setState({hasError: false}) + } + } + + render() { + if (this.state.hasError) { + // You can render any custom fallback UI + return this.props.errorView || (

    Something went wrong.

    ); + } + + try { + return this.props.children; + } catch(e) { + return this.props.errorView || (

    Something went wrong.

    ); + } + } +} + +export default ErrorBoundary diff --git a/sites/shared/components/workbench/draft/index.js b/sites/shared/components/workbench/draft/index.js index 387a1acc518..4e6a3959d2d 100644 --- a/sites/shared/components/workbench/draft/index.js +++ b/sites/shared/components/workbench/draft/index.js @@ -27,7 +27,7 @@ const LabDraft = props => { return ( <> - {(!patternProps || patternProps.events.error.length > 0) + {(!patternProps || patternProps.events?.error?.length > 0) ? : null } diff --git a/sites/shared/components/workbench/menu/design-options/option.js b/sites/shared/components/workbench/menu/design-options/option.js index b2da2f89b04..ab6aaa036c5 100644 --- a/sites/shared/components/workbench/menu/design-options/option.js +++ b/sites/shared/components/workbench/menu/design-options/option.js @@ -11,9 +11,14 @@ const Option = props => { const type = optionType(opt) const Input = inputs[type] const Value = values[type] - const hide = opt.hide && opt.hide(props.draft.settings.options); - if (hide) return null + try { + const hide = opt.hide && opt.hide(props.draft.settings); + + if (hide) return null + } catch(e) { + console.warn(`error occurred in hide method for ${ props.option}, so we'll just show it`, e) + } if (type === 'bool') { const toggleBoolean = () => { diff --git a/sites/shared/components/workbench/menu/index.js b/sites/shared/components/workbench/menu/index.js index 5a9a4d91b53..1f4d7d70e24 100644 --- a/sites/shared/components/workbench/menu/index.js +++ b/sites/shared/components/workbench/menu/index.js @@ -4,6 +4,7 @@ import DesignOptions from './design-options' import CoreSettings from './core-settings' import Xray from './xray' import TestDesignOptions from './test-design-options' +import ErrorBoundary from 'shared/components/error-boundary' export const Ul = props =>
      {props.children}
    export const Li = props => ( @@ -86,14 +87,16 @@ const WorkbenchMenu = props => { return ( ) } diff --git a/sites/shared/components/wrappers/workbench.js b/sites/shared/components/wrappers/workbench.js index 985ae7bb533..880e3a5ccbe 100644 --- a/sites/shared/components/wrappers/workbench.js +++ b/sites/shared/components/wrappers/workbench.js @@ -18,6 +18,8 @@ import DraftEvents from 'shared/components/workbench/events.js' import CutLayout from 'shared/components/workbench/layout/cut' import PrintLayout from 'shared/components/workbench/layout/print' +import ErrorBoundary from 'shared/components/error-boundary'; + const views = { measurements: Measurements, draft: LabDraft, @@ -151,8 +153,10 @@ const WorkbenchWrapper = ({ app, design, preload=false, from=false, layout=false return {messages} - - {popup && setPopup(false)}>{popup}} + + + {popup && setPopup(false)}>{popup}} + } From 9bcfa4f39bfed16ab3f18c626f393eeea1ba01ef Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Tue, 12 Jul 2022 17:32:47 -0500 Subject: [PATCH 0004/1675] add reset_all and undo buttons to error boundary. no styling --- .../patterns/noble/options/dartposition/en.md | 8 +-- .../components/{ => error}/error-boundary.js | 7 ++- .../shared/components/error/reset-buttons.js | 10 ++++ .../workbench/layout/draft/index.js | 6 +- .../components/workbench/layout/draft/part.js | 6 +- .../shared/components/workbench/menu/index.js | 3 - sites/shared/components/wrappers/workbench.js | 16 +++-- sites/shared/hooks/useGist.js | 59 ++++++++++++++++--- sites/shared/package.json | 1 + yarn.lock | 5 ++ 10 files changed, 93 insertions(+), 28 deletions(-) rename sites/shared/components/{ => error}/error-boundary.js (77%) create mode 100644 sites/shared/components/error/reset-buttons.js diff --git a/markdown/org/docs/patterns/noble/options/dartposition/en.md b/markdown/org/docs/patterns/noble/options/dartposition/en.md index 2d9e2e6429c..af41560fa50 100644 --- a/markdown/org/docs/patterns/noble/options/dartposition/en.md +++ b/markdown/org/docs/patterns/noble/options/dartposition/en.md @@ -1,9 +1,5 @@ --- -title: Dart position +title: "Dart position" --- -Controls whether to split at the shoulder or armhole - - -## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_dartposition_sample.svg "Effect of this option on the pattern") +The **Dart position** option controls whether to create the princess seam at the shoulder or armhole. diff --git a/sites/shared/components/error-boundary.js b/sites/shared/components/error/error-boundary.js similarity index 77% rename from sites/shared/components/error-boundary.js rename to sites/shared/components/error/error-boundary.js index 995ce81df2c..68bfb34efbf 100644 --- a/sites/shared/components/error-boundary.js +++ b/sites/shared/components/error/error-boundary.js @@ -1,4 +1,5 @@ import React from 'react'; +import ResetButtons from './reset-buttons' class ErrorBoundary extends React.Component { constructor(props) { @@ -25,7 +26,11 @@ class ErrorBoundary extends React.Component { render() { if (this.state.hasError) { // You can render any custom fallback UI - return this.props.errorView || (

    Something went wrong.

    ); + return (
    + {this.props.errorView || (

    Something went wrong.

    )} + +
    ) + return ; } try { diff --git a/sites/shared/components/error/reset-buttons.js b/sites/shared/components/error/reset-buttons.js new file mode 100644 index 00000000000..0e04c2e91d7 --- /dev/null +++ b/sites/shared/components/error/reset-buttons.js @@ -0,0 +1,10 @@ +import { useTranslation } from 'next-i18next' + +export default function ({resetGist, undoGist}) { + const {t} = useTranslation(['app']) + + return (<> + + + +)} diff --git a/sites/shared/components/workbench/layout/draft/index.js b/sites/shared/components/workbench/layout/draft/index.js index 5a4c83dcfe6..e6df4fbb917 100644 --- a/sites/shared/components/workbench/layout/draft/index.js +++ b/sites/shared/components/workbench/layout/draft/index.js @@ -18,14 +18,14 @@ const Draft = props => { ...patternProps.autoLayout, width: patternProps.width, height: patternProps.height - }) + }, false, false) } }, [layout]) if (!patternProps || !layout) return null // Helper method to update part layout and re-calculate width * height - const updateLayout = (name, config) => { + const updateLayout = (name, config, history=true) => { // Start creating new layout const newLayout = {...layout} newLayout.parts[name] = config @@ -49,7 +49,7 @@ const Draft = props => { newLayout.height = bottomRight.y - topLeft.y newLayout.bottomRight = bottomRight newLayout.topLeft = topLeft - updateGist(['layout'], newLayout) + updateGist(['layout'], newLayout, false, history) } diff --git a/sites/shared/components/workbench/layout/draft/part.js b/sites/shared/components/workbench/layout/draft/part.js index 564bf0b9edd..8c473dcfe47 100644 --- a/sites/shared/components/workbench/layout/draft/part.js +++ b/sites/shared/components/workbench/layout/draft/part.js @@ -94,7 +94,7 @@ const Part = props => { // update the layout on mount useEffect(() => { - if (partRef.current) updateLayout() + if (partRef.current) updateLayout(false) }, [partRef]) // Initialize drag handler @@ -168,7 +168,7 @@ const Part = props => { updateLayout() setRotate(!rotate) } - const updateLayout = () => { + const updateLayout = (history=true) => { const partRect = partRef.current.getBoundingClientRect(); const matrix = partRef.current.ownerSVGElement.getScreenCTM().inverse(); @@ -188,7 +188,7 @@ const Part = props => { flipY, tl, br - }) + }, history) } // Method to flip (mirror) the part along the X or Y axis diff --git a/sites/shared/components/workbench/menu/index.js b/sites/shared/components/workbench/menu/index.js index 1f4d7d70e24..88a8881b8e7 100644 --- a/sites/shared/components/workbench/menu/index.js +++ b/sites/shared/components/workbench/menu/index.js @@ -4,7 +4,6 @@ import DesignOptions from './design-options' import CoreSettings from './core-settings' import Xray from './xray' import TestDesignOptions from './test-design-options' -import ErrorBoundary from 'shared/components/error-boundary' export const Ul = props =>
      {props.children}
    export const Li = props => ( @@ -87,7 +86,6 @@ const WorkbenchMenu = props => { return ( ) } diff --git a/sites/shared/components/wrappers/workbench.js b/sites/shared/components/wrappers/workbench.js index 880e3a5ccbe..e2623e85839 100644 --- a/sites/shared/components/wrappers/workbench.js +++ b/sites/shared/components/wrappers/workbench.js @@ -18,7 +18,7 @@ import DraftEvents from 'shared/components/workbench/events.js' import CutLayout from 'shared/components/workbench/layout/cut' import PrintLayout from 'shared/components/workbench/layout/print' -import ErrorBoundary from 'shared/components/error-boundary'; +import ErrorBoundary from 'shared/components/error/error-boundary'; const views = { measurements: Measurements, @@ -57,7 +57,7 @@ const doPreload = async (preload, from, design, gist, setGist, setPreloaded) => const WorkbenchWrapper = ({ app, design, preload=false, from=false, layout=false }) => { // State for gist - const {gist, setGist, unsetGist, updateGist, gistReady} = useGist(design, app); + const {gist, setGist, unsetGist, updateGist, gistReady, undoGist, resetGist} = useGist(design, app); const [messages, setMessages] = useState([]) const [popup, setPopup] = useState(false) const [preloaded, setPreloaded] = useState(false) @@ -87,8 +87,8 @@ const WorkbenchWrapper = ({ app, design, preload=false, from=false, layout=false }, [preload, preloaded, from, design]) // Helper methods to manage the gist state - const updateWBGist = useMemo(() => (path, value, closeNav=false) => { - updateGist(path, value) + const updateWBGist = useMemo(() => (path, value, closeNav=false, addToHistory=true) => { + updateGist(path, value, addToHistory) // Force close of menu on mobile if it is open if (closeNav && app.primaryMenu) app.setPrimaryMenu(false) }, [app]) @@ -142,6 +142,12 @@ const WorkbenchWrapper = ({ app, design, preload=false, from=false, layout=false showInfo: setPopup, } + const errorProps = { + undoGist, + resetGist, + gist + } + // Layout to use const LayoutComponent = layout ? layout @@ -153,7 +159,7 @@ const WorkbenchWrapper = ({ app, design, preload=false, from=false, layout=false return {messages} - + {popup && setPopup(false)}>{popup}} diff --git a/sites/shared/hooks/useGist.js b/sites/shared/hooks/useGist.js index b5ec1cad75d..6413c263e84 100644 --- a/sites/shared/hooks/useGist.js +++ b/sites/shared/hooks/useGist.js @@ -1,7 +1,9 @@ import useLocalStorage from './useLocalStorage'; import set from 'lodash.set' import unset from 'lodash.unset' +import cloneDeep from 'lodash.clonedeep' import defaultSettings from 'shared/components/workbench/default-settings.js' +import {useState, useEffect} from 'react' // Generates a default design gist to start from export const defaultGist = (design, locale='en') => { @@ -19,25 +21,68 @@ export const defaultGist = (design, locale='en') => { // generate the gist state and its handlers export function useGist(design, app) { // get the localstorage state and setter - const [gist, setGist, gistReady] = useLocalStorage(`${design.config.name}_gist`, defaultGist(design, app.locale)); + const [gist, _setGist, gistReady] = useLocalStorage(`${design.config.name}_gist`, defaultGist(design, app.locale)); + const [gistHistory, setGistHistory] = useState([]); + const [gistFuture, setGistFuture] = useState([]); + + const setGist = (newGist, addToHistory=true) => { + let oldGist + _setGist((gistState) => { + // have to clone it or nested objects will be referenced instead of copied, which defeats the purpose + oldGist = cloneDeep(gistState); + return typeof newGist === 'function' ? newGist(cloneDeep(gistState)) : newGist + }) + + if (addToHistory) { + setGistHistory((history) => { + return [...history, oldGist] + }) + setGistFuture([]) + } + } /** update a single gist value */ - const updateGist = (path, value) => { + const updateGist = (path, value, addToHistory=true) => { setGist((gistState) => { const newGist = {...gistState}; set(newGist, path, value); return newGist; - }) + }, addToHistory) } /** unset a single gist value */ - const unsetGist = (path) => { + const unsetGist = (path, addToHistory=true) => { setGist((gistState) => { - const newGist = {... gistState}; + const newGist = {...gistState}; unset(newGist, path); return newGist; - }) + }, addToHistory) } - return {gist, setGist, unsetGist, gistReady, updateGist}; + const undoGist = () => { + _setGist((gistState) => { + let prevGist; + setGistHistory((history) => { + const newHistory = [...history] + prevGist = newHistory.pop() || defaultGist(design, app.locale); + return newHistory; + }) + setGistFuture((future) => [gistState, ...future]); + + return {...prevGist} + }) + } + + const redoGist = () => { + const newHistory = [...gistHistory, gist] + const newFuture = [...gistFuture] + const newGist = newFuture.shift() + setGistHistory(newHistory) + setGistFuture(newFuture) + _setGist(newGist) + } + + const resetGist = () => setGist(defaultGist(design, app.locale)) + + return {gist, setGist, unsetGist, gistReady, updateGist, undoGist, redoGist, resetGist}; } diff --git a/sites/shared/package.json b/sites/shared/package.json index c184cb5e5b5..9d998732d34 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -23,6 +23,7 @@ "file-saver": "^2.0.5", "front-matter": "^4.0.2", "highlight.js": "^11.4.0", + "lodash.clonedeep": "^4.5.0", "lodash.orderby": "^4.6.0", "lodash.unset": "^4.5.2", "mdast-util-toc": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 291a8ed1872..9ac0bfde436 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13805,6 +13805,11 @@ lodash.castarray@^4.4.0: resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115" integrity sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU= +lodash.clonedeep@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" + integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ== + lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" From 9abea28b6e60e0dd4a9b13225a7c0658f5c07e27 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Thu, 14 Jul 2022 07:08:41 -0500 Subject: [PATCH 0005/1675] default error page --- .../shared/components/error/error-boundary.js | 25 +++++-- .../shared/components/error/reset-buttons.js | 4 +- sites/shared/components/error/view.js | 59 +++++++++++++++ .../components/workbench/draft/error.js | 71 ++++--------------- sites/shared/components/workbench/events.js | 8 +-- .../workbench/layout/draft/index.js | 2 +- 6 files changed, 97 insertions(+), 72 deletions(-) create mode 100644 sites/shared/components/error/view.js diff --git a/sites/shared/components/error/error-boundary.js b/sites/shared/components/error/error-boundary.js index 68bfb34efbf..e8948beb6df 100644 --- a/sites/shared/components/error/error-boundary.js +++ b/sites/shared/components/error/error-boundary.js @@ -1,5 +1,22 @@ import React from 'react'; import ResetButtons from './reset-buttons' +import {EventGroup} from 'shared/components/workbench/events' +import DefaultErrorView from './view'; + +const ErrorView = (props) => { + if (props.children) return props.children + + const inspectChildrenProps = { + type: 'error', + events: [props.error], + units: props.gist?.units + } + const inspectChildren = () + return (props.children || ( +

    If you think your last action caused this error, you can:

    + +
    )) +} class ErrorBoundary extends React.Component { constructor(props) { @@ -26,17 +43,13 @@ class ErrorBoundary extends React.Component { render() { if (this.state.hasError) { // You can render any custom fallback UI - return (
    - {this.props.errorView || (

    Something went wrong.

    )} - -
    ) - return ; + return {this.errorView} } try { return this.props.children; } catch(e) { - return this.props.errorView || (

    Something went wrong.

    ); + return {this.errorView}; } } } diff --git a/sites/shared/components/error/reset-buttons.js b/sites/shared/components/error/reset-buttons.js index 0e04c2e91d7..714644751c6 100644 --- a/sites/shared/components/error/reset-buttons.js +++ b/sites/shared/components/error/reset-buttons.js @@ -3,8 +3,8 @@ import { useTranslation } from 'next-i18next' export default function ({resetGist, undoGist}) { const {t} = useTranslation(['app']) - return (<> + return (
    - +
    )} diff --git a/sites/shared/components/error/view.js b/sites/shared/components/error/view.js new file mode 100644 index 00000000000..fda20b980f9 --- /dev/null +++ b/sites/shared/components/error/view.js @@ -0,0 +1,59 @@ +import Robot from 'shared/components/robot/index.js' +import Popout from 'shared/components/popout.js' +import { useTranslation } from 'next-i18next' +import { useState } from 'react' + +const Error = ({ children, inspectChildren}) => { + + const { t } = useTranslation(['errors']) + const [share, setShare] = useState(false) + + return ( +
    + +
    +
    +

    {t('errors:something')}

    + {children} +
    + +
    +
    + +

    Would you like to report this problem?

    +

    + You can help us make FreeSewing better by reporting this problem. +

    +

    If you choose to report this:

    +
      +
    • + We will compile a crash report that contains everything needed to recreate this problem +
    • +
    • + We will include personal data such as your username, + email address and measurements +
    • +
    • + We will share this report and the data in it with FreeSewing's bughunters team who will investigate the problem on your behalf +
    • +
    • Your personal data will not be shared publicly
    • +
    +
    + +
    +

    + +

    +

    + If you prefer not to share any info, or want to investigate the problem yourself, you can do so: +

    + {inspectChildren} +
    +
    ) +} + +export default Error diff --git a/sites/shared/components/workbench/draft/error.js b/sites/shared/components/workbench/draft/error.js index adad89586dc..dc79683e516 100644 --- a/sites/shared/components/workbench/draft/error.js +++ b/sites/shared/components/workbench/draft/error.js @@ -2,68 +2,21 @@ import { useState } from 'react' import Robot from 'shared/components/robot/index.js' import Popout from 'shared/components/popout.js' import { useTranslation } from 'next-i18next' +import DefaultErrorView from 'shared/components/error/view'; const Error = ({ draft, patternProps, error, updateGist }) => { + const inspectChildren = (
      +
    • + Check the +
    • +
    • Check the partially rendered pattern below to see which areas are problematic
    • +
    ) - const { t } = useTranslation(['errors']) - const [share, setShare] = useState(false) - - return ( -
    - -
    -
    -

    {t('errors:something')}

    -

    Don't be alarmed, but we ran into some trouble while drafting this pattern.

    -
    - -
    -
    - -

    Would you like to report this problem?

    -

    - You can help us make FreeSewing better by reporting this problem. -

    -

    If you choose to report this:

    -
      -
    • - We will compile a crash report that contains everything needed to recreate this problem -
    • -
    • - We will include personal data such as your username, - email address and measurements -
    • -
    • - We will share this report and the data in it with FreeSewing's bughunters team who will investigate the problem on your behalf -
    • -
    • Your personal data will not be shared publicly
    • -
    -
    - -
    -

    - -

    -

    - If you prefer not to share any info, or want to investigate the problem yourself, you can do so: -

    -
      -
    • - Check the -
    • -
    • Check the partially rendered pattern below to see which areas are problematic
    • -
    -
    -
    - ) + return ( +

    Don't be alarmed, but we ran into some trouble while drafting this pattern.

    +
    ) } - export default Error - diff --git a/sites/shared/components/workbench/events.js b/sites/shared/components/workbench/events.js index ea7bc37f2d9..3aa5631769d 100644 --- a/sites/shared/components/workbench/events.js +++ b/sites/shared/components/workbench/events.js @@ -1,10 +1,10 @@ import Markdown from 'react-markdown' import { formatMm } from 'shared/utils' -const Error = ({err}) => ( - - {err.toString()} - +export const Error = ({err}) => ( +
    +    {err.stack.split(/\n/g).slice(0, 5).map((l, i) => ( 0 ? ' break-all' : '')}>{l}))}
    +  
    ) // Markdown wrapper to suppress creation of P tags diff --git a/sites/shared/components/workbench/layout/draft/index.js b/sites/shared/components/workbench/layout/draft/index.js index e6df4fbb917..1a9ce90c4c3 100644 --- a/sites/shared/components/workbench/layout/draft/index.js +++ b/sites/shared/components/workbench/layout/draft/index.js @@ -36,7 +36,7 @@ const Draft = props => { for (const [pname, part] of Object.entries(patternProps.parts)) { let partLayout = newLayout.parts[pname]; // Pages part does not have its topLeft and bottomRight set by core since it's added post-draft - if (partLayout.tl) { + if (partLayout?.tl) { // set the pattern extremes topLeft.x = Math.min(topLeft.x, partLayout.tl.x) topLeft.y = Math.min(topLeft.y, partLayout.tl.y) From 8fc493858e65e3650b9fba9ece4d06ef39d2a9e7 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Fri, 15 Jul 2022 16:44:10 -0400 Subject: [PATCH 0006/1675] add pattern titles back to swipe nav --- sites/shared/components/navigation/primary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/shared/components/navigation/primary.js b/sites/shared/components/navigation/primary.js index 0e99c558cc6..50837c27b34 100644 --- a/sites/shared/components/navigation/primary.js +++ b/sites/shared/components/navigation/primary.js @@ -142,7 +142,7 @@ const SubLevel = ({ nodes={}, active }) => ( {child.__slug === active ? <>• : <>°}
    - {child.__linktitle} + {child.__linktitle || child.__title} From 72d756b621b45cf307d51b55a5284a419d44ca7d Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Fri, 15 Jul 2022 17:40:18 -0400 Subject: [PATCH 0007/1675] some pattern picker fixes --- sites/lab/components/layouts/lab.js | 1 - sites/lab/components/pattern-picker.js | 2 +- sites/shared/components/locale-picker.js | 3 ++- sites/shared/components/picker.js | 4 ++-- sites/shared/components/theme-picker.js | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sites/lab/components/layouts/lab.js b/sites/lab/components/layouts/lab.js index b460248a007..e29c3c4fef7 100644 --- a/sites/lab/components/layouts/lab.js +++ b/sites/lab/components/layouts/lab.js @@ -10,7 +10,6 @@ export const BeforeNav = ({ app }) => (
    -
    diff --git a/sites/lab/components/pattern-picker.js b/sites/lab/components/pattern-picker.js index 9bb97995852..dceee612b65 100644 --- a/sites/lab/components/pattern-picker.js +++ b/sites/lab/components/pattern-picker.js @@ -33,7 +33,7 @@ const PatternPicker = ({ app }) => { } return ( - {sectionTitle} {app.navigation[section][pattern].__title} + {sectionTitle} {app.navigation[section][pattern].__title} ) })} )} diff --git a/sites/shared/components/locale-picker.js b/sites/shared/components/locale-picker.js index c35e4d5e99e..d0c50dde9b1 100644 --- a/sites/shared/components/locale-picker.js +++ b/sites/shared/components/locale-picker.js @@ -10,7 +10,8 @@ const LocalePicker = ({ app, iconOnly=false }) => { const pickerProps = { iconOnly, Icon: LocaleIcon, - title: t(router.locale) + title: t(router.locale), + end: true } return ( diff --git a/sites/shared/components/picker.js b/sites/shared/components/picker.js index 145058f29cf..06c9b1cbd32 100644 --- a/sites/shared/components/picker.js +++ b/sites/shared/components/picker.js @@ -3,9 +3,9 @@ import { Menu } from '@headlessui/react' import Link from 'next/link' /** an accessible dropdown menu for use by picker components */ -export const Picker = ({Icon, className, title, ariaLabel, iconOnly=false, children}) => { +export const Picker = ({Icon, className, title, ariaLabel, iconOnly=false, children, ...props}) => { - return ( + return ( { iconOnly, Icon: ThemeIcon, title: t(`${app.theme}Theme`), - ariaLabel: t('themesPicker') + ariaLabel: t('themesPicker'), + end: true } return ( {Object.keys(themes).map(theme => ( From 65c219e37696b63f5ccc38f21c3d73b490b9bcc5 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Fri, 15 Jul 2022 18:16:56 -0400 Subject: [PATCH 0008/1675] end prop --- sites/shared/components/picker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/shared/components/picker.js b/sites/shared/components/picker.js index 06c9b1cbd32..076bfabd6b0 100644 --- a/sites/shared/components/picker.js +++ b/sites/shared/components/picker.js @@ -3,9 +3,9 @@ import { Menu } from '@headlessui/react' import Link from 'next/link' /** an accessible dropdown menu for use by picker components */ -export const Picker = ({Icon, className, title, ariaLabel, iconOnly=false, children, ...props}) => { +export const Picker = ({Icon, className, title, ariaLabel, iconOnly=false, children, end}) => { - return ( + return ( Date: Sat, 16 Jul 2022 08:08:23 -0400 Subject: [PATCH 0009/1675] hopefully reset noble dartposition doc to current --- .../org/docs/patterns/noble/options/dartposition/en.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/markdown/org/docs/patterns/noble/options/dartposition/en.md b/markdown/org/docs/patterns/noble/options/dartposition/en.md index af41560fa50..2d9e2e6429c 100644 --- a/markdown/org/docs/patterns/noble/options/dartposition/en.md +++ b/markdown/org/docs/patterns/noble/options/dartposition/en.md @@ -1,5 +1,9 @@ --- -title: "Dart position" +title: Dart position --- -The **Dart position** option controls whether to create the princess seam at the shoulder or armhole. +Controls whether to split at the shoulder or armhole + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_dartposition_sample.svg "Effect of this option on the pattern") From a1b80dd263aebcbabf8a63a020e16cae5e8a9719 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 16 Jul 2022 08:17:37 -0400 Subject: [PATCH 0010/1675] cleanup --- .../components/workbench/layout/draft/index.js | 4 ++-- sites/shared/components/workbench/menu/index.js | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sites/shared/components/workbench/layout/draft/index.js b/sites/shared/components/workbench/layout/draft/index.js index 1a9ce90c4c3..aa555e8a3b5 100644 --- a/sites/shared/components/workbench/layout/draft/index.js +++ b/sites/shared/components/workbench/layout/draft/index.js @@ -18,7 +18,7 @@ const Draft = props => { ...patternProps.autoLayout, width: patternProps.width, height: patternProps.height - }, false, false) + }, false) } }, [layout]) @@ -49,7 +49,7 @@ const Draft = props => { newLayout.height = bottomRight.y - topLeft.y newLayout.bottomRight = bottomRight newLayout.topLeft = topLeft - updateGist(['layout'], newLayout, false, history) + updateGist(['layout'], newLayout, history) } diff --git a/sites/shared/components/workbench/menu/index.js b/sites/shared/components/workbench/menu/index.js index 88a8881b8e7..5a9a4d91b53 100644 --- a/sites/shared/components/workbench/menu/index.js +++ b/sites/shared/components/workbench/menu/index.js @@ -86,14 +86,14 @@ const WorkbenchMenu = props => { return ( ) } From 0aef9b5acec7651e5737ed69d52002357c361d9e Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 16 Jul 2022 08:22:51 -0400 Subject: [PATCH 0011/1675] deepscan fixes --- sites/shared/components/workbench/draft/error.js | 4 ---- sites/shared/components/wrappers/workbench.js | 2 +- sites/shared/hooks/useGist.js | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sites/shared/components/workbench/draft/error.js b/sites/shared/components/workbench/draft/error.js index dc79683e516..b3c2645e6c7 100644 --- a/sites/shared/components/workbench/draft/error.js +++ b/sites/shared/components/workbench/draft/error.js @@ -1,7 +1,3 @@ -import { useState } from 'react' -import Robot from 'shared/components/robot/index.js' -import Popout from 'shared/components/popout.js' -import { useTranslation } from 'next-i18next' import DefaultErrorView from 'shared/components/error/view'; const Error = ({ draft, patternProps, error, updateGist }) => { diff --git a/sites/shared/components/wrappers/workbench.js b/sites/shared/components/wrappers/workbench.js index e2623e85839..0b8fb2d9fb3 100644 --- a/sites/shared/components/wrappers/workbench.js +++ b/sites/shared/components/wrappers/workbench.js @@ -37,7 +37,7 @@ const hasRequiredMeasurementsMethod = (design, gist) => { if (design.config.measurements.length && !gist.measurements) return false for (const m of design.config.measurements || []) { - if (!gist?.measurements?.[m]) return false + if (!gist.measurements.[m]) return false } return true diff --git a/sites/shared/hooks/useGist.js b/sites/shared/hooks/useGist.js index 6413c263e84..b0dd81f4644 100644 --- a/sites/shared/hooks/useGist.js +++ b/sites/shared/hooks/useGist.js @@ -3,7 +3,7 @@ import set from 'lodash.set' import unset from 'lodash.unset' import cloneDeep from 'lodash.clonedeep' import defaultSettings from 'shared/components/workbench/default-settings.js' -import {useState, useEffect} from 'react' +import {useState} from 'react' // Generates a default design gist to start from export const defaultGist = (design, locale='en') => { From a11971709d368748030a51f7ae11b0970322aa14 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 16 Jul 2022 09:37:05 -0400 Subject: [PATCH 0012/1675] Remove errant period --- sites/shared/components/wrappers/workbench.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/shared/components/wrappers/workbench.js b/sites/shared/components/wrappers/workbench.js index 0b8fb2d9fb3..a943e252b63 100644 --- a/sites/shared/components/wrappers/workbench.js +++ b/sites/shared/components/wrappers/workbench.js @@ -37,7 +37,7 @@ const hasRequiredMeasurementsMethod = (design, gist) => { if (design.config.measurements.length && !gist.measurements) return false for (const m of design.config.measurements || []) { - if (!gist.measurements.[m]) return false + if (!gist.measurements[m]) return false } return true From 129647fbdcc8d5e2655c0869eb2b155f5251a10a Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 16 Jul 2022 13:04:00 -0400 Subject: [PATCH 0013/1675] hold off drafting till the gist is ready --- sites/shared/components/wrappers/workbench.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sites/shared/components/wrappers/workbench.js b/sites/shared/components/wrappers/workbench.js index c52eb4b09e0..a7000bfb69a 100644 --- a/sites/shared/components/wrappers/workbench.js +++ b/sites/shared/components/wrappers/workbench.js @@ -33,7 +33,7 @@ const views = { const hasRequiredMeasurementsMethod = (design, gist) => { for (const m of design.config.measurements || []) { - if (!gist?.measurements?.[m]) return false + if (!gist.measurements[m]) return false } return true @@ -58,6 +58,7 @@ const WorkbenchWrapper = ({ app, design, preload=false, from=false, layout=false const [popup, setPopup] = useState(false) const [preloaded, setPreloaded] = useState(false) + // We'll use this in more than one location const hasRequiredMeasurements = hasRequiredMeasurementsMethod(design, gist) @@ -82,6 +83,7 @@ const WorkbenchWrapper = ({ app, design, preload=false, from=false, layout=false } }, [preload, preloaded, from, design]) + // Helper methods to manage the gist state const updateWBGist = useMemo(() => (path, value, closeNav=false) => { updateGist(path, value) @@ -101,6 +103,9 @@ const WorkbenchWrapper = ({ app, design, preload=false, from=false, layout=false clear: () => setMessages([]), } + // don't do anything until the gist is ready + if (!gistReady) {return null} + // Generate the draft here so we can pass it down let draft = false if (['draft', 'events', 'test'].indexOf(gist._state?.view) !== -1) { From a187892a37c83c43c98fd2cf894aae9a1ebbd02a Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 16 Jul 2022 13:20:57 -0400 Subject: [PATCH 0014/1675] better null check in hasRequiredMeasurementsMethod --- sites/shared/components/wrappers/workbench.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sites/shared/components/wrappers/workbench.js b/sites/shared/components/wrappers/workbench.js index a7000bfb69a..341b3d42e35 100644 --- a/sites/shared/components/wrappers/workbench.js +++ b/sites/shared/components/wrappers/workbench.js @@ -32,7 +32,9 @@ const views = { } const hasRequiredMeasurementsMethod = (design, gist) => { - for (const m of design.config.measurements || []) { + if (design.config.measurements?.length && !gist.measurements) return false + + for (const m of design.config.measurements) { if (!gist.measurements[m]) return false } From 2d7335edfdb78d798ffc7b69ce09f9f720449231 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 16 Jul 2022 13:36:55 -0400 Subject: [PATCH 0015/1675] fix pagetitle import on v page --- sites/lab/pages/v/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/lab/pages/v/index.js b/sites/lab/pages/v/index.js index 0e30812fad1..ae2dd0b38b0 100644 --- a/sites/lab/pages/v/index.js +++ b/sites/lab/pages/v/index.js @@ -4,7 +4,7 @@ import useApp from 'site/hooks/useApp.js' import Link from 'next/link' import { formatVersionTitle } from 'site/components/version-picker.js' import Layout from 'site/components/layouts/bare' -import { PageTitle } from 'site/components/wrappers/layout' +import { PageTitle } from 'site/components/layouts/default' import availableVersions from 'site/available-versions.json' const DesignLinks = ({ list, prefix='', version=false }) => ( From 09e65820e9a87f5ce5371d18f31887568c1bf705 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 16 Jul 2022 13:40:51 -0400 Subject: [PATCH 0016/1675] remove unused import --- sites/lab/components/layouts/lab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sites/lab/components/layouts/lab.js b/sites/lab/components/layouts/lab.js index e29c3c4fef7..1eba829e582 100644 --- a/sites/lab/components/layouts/lab.js +++ b/sites/lab/components/layouts/lab.js @@ -1,6 +1,5 @@ import ThemePicker from 'shared/components/theme-picker.js' import LocalePicker from 'shared/components/locale-picker.js' -import PatternPicker from 'site/components/pattern-picker.js' import VersionPicker from 'site/components/version-picker.js' export const BeforeNav = ({ app }) => ( From 741cfeaecb3fd97b7a29815d9384dcc2e876fb30 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 16 Jul 2022 13:43:13 -0400 Subject: [PATCH 0017/1675] oops, import from shared --- sites/lab/pages/v/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/lab/pages/v/index.js b/sites/lab/pages/v/index.js index ae2dd0b38b0..db4769e67ec 100644 --- a/sites/lab/pages/v/index.js +++ b/sites/lab/pages/v/index.js @@ -4,7 +4,7 @@ import useApp from 'site/hooks/useApp.js' import Link from 'next/link' import { formatVersionTitle } from 'site/components/version-picker.js' import Layout from 'site/components/layouts/bare' -import { PageTitle } from 'site/components/layouts/default' +import { PageTitle } from 'shared/components/wrappers/layout' import availableVersions from 'site/available-versions.json' const DesignLinks = ({ list, prefix='', version=false }) => ( From 150519bafde40a841f08c0943c9e54a0ab804348 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 16 Jul 2022 13:54:36 -0400 Subject: [PATCH 0018/1675] the actually correct import. ugh --- sites/lab/pages/v/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/lab/pages/v/index.js b/sites/lab/pages/v/index.js index db4769e67ec..d99dffe9d56 100644 --- a/sites/lab/pages/v/index.js +++ b/sites/lab/pages/v/index.js @@ -4,7 +4,7 @@ import useApp from 'site/hooks/useApp.js' import Link from 'next/link' import { formatVersionTitle } from 'site/components/version-picker.js' import Layout from 'site/components/layouts/bare' -import { PageTitle } from 'shared/components/wrappers/layout' +import { PageTitle } from 'shared/components/layouts/default' import availableVersions from 'site/available-versions.json' const DesignLinks = ({ list, prefix='', version=false }) => ( From 408fb6ff19c73758b6b37cad3ebb38fe8b122a69 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:17 +0200 Subject: [PATCH 0019/1675] New translations account.yaml (Ukrainian) --- packages/i18n/src/locales/uk/account.yaml | 60 +++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 packages/i18n/src/locales/uk/account.yaml diff --git a/packages/i18n/src/locales/uk/account.yaml b/packages/i18n/src/locales/uk/account.yaml new file mode 100644 index 00000000000..ca15cfa827f --- /dev/null +++ b/packages/i18n/src/locales/uk/account.yaml @@ -0,0 +1,60 @@ +--- +accountRemoved: Account removed +accountRestricted: Account restricted +avatar: Avatar +avatarInfo: Your avatar or profile picture will be shown on your profile page. +avatarTitle: Set your profile picture +bio: Bio +bioInfo: This is where you can tell other freesewing users a little bit about yourself. This field supports MarkDown, so you can include links. If you have a blog, this is where you link to it so others can discover it. +bioTitle: Write a short bio +currentPassword: Current password +email: E-mail address +emailInfo: The E-mail address linked to your account is important, as it will be used to regain access to your account if you forget your password. Because of this, changing your E-mail address requires confirmation. +emailTitle: Enter the E-mail address you want to link to this account +exportYourData: Export your data +exportYourDataInfo: The EU's General Data Protection (GDPR) ensures your so-called right to data portability — the right to obtain and reuse your personal data for your own purposes, or across different services. +exportYourDataTitle: Click below to download your personal data +github: Github +githubInfo: If you provide your GitHub username, your profile page will contain a link to your Github account, so visitors can discover your code contributions, star you, or follow you. +githubTitle: Fill in your Github username +instagramInfo: If you provide your Instagram username, your profile page will contain a link to your Instagram account, so visitors can discover your pictures, and follow you. +instagram: Instagram +instagramTitle: Fill in your Instagram username +languageInfo: This language choice determines in what language you will receive E-mails from freesewing. It does not determine the language of the website, which can be chosen on every page. +language: Language +languageTitle: Select the language of your choice +newPassword: New password +newsletter: Newsletter +newsletterTitle: Would you like to receive the FreeSewing newsletter? +newsletterInfo: Once every 3 months, we send out our newsletter with honest wholesome content. No tracking, no ads, no nonsense. +passwordInfo: Changing your password requires your current password. Fill that in, then fill in your new password too. +password: Password +passwordTitle: Enter your current password, and your new password +patronInfo: Patrons support Freesewing financially. They are loyal supporters who ensure a sustainable future for freesewing.org, our code, our patterns, and our community. +patron: Patron +removeYourAccountInfo: The EU's General Data Protection (GDPR) ensures your so-called right to data erasure — the right to have your personal data removed. +removeYourAccount: Remove your account +removeYourAccountWarning: This will remove your account, your drafts, your models, and all data we have stored for you. There is no way back from this. +resetPasswordInfo: Enter your new password. +resetPassword: Reset password +resetPasswordTitle: Enter your new password +restrictProcessingOfYourDataInfo: The EU's General Data Protection (GDPR) ensures your so-called right to restrict processing — the right to put a halt on the processing of your data. +restrictProcessingOfYourData: Restrict processing of your data +restrictProcessingWarning: While no data will be removed, this will log you out and freeze your account. Furthermore, you can not undo this on your own, but will have to contact us when you want to restore access to your account. +reviewYourConsent: Review your consent +socialInfo: If you provide your GitHub, Twitter, or Instagram username, your profile page will contain links to your accounts on these sites. This allows freesewing users to follow you there.
    We are not contacting any of these sites on your behalf. This is just so that people can connect the dots and know that for example user @joost on freesewing is the same person as user @j__st on twitter. +social: Social +socialTitle: Let people follow you elsewhere +twitterInfo: If you provide your Twitter username, your profile page will contain a link to your Twitter account, so visitors can discover your tweets, and follow you. +twitterTitle: Fill in your Twitter username +twitter: Twitter +unitsInfo: Freesewing supports both the metric system, and imperial measurements. +unitsTitle: Please select the unit system you are most familiar with +units: Units +usernameInfo: Everyone starts with a randomly generated username. That isn't very personal, so you can change your username to something more you. Like your name, or queenoffarts or whatever. +usernameTitle: Please choose your username +username: Username +accountIsInactive: Your account is inactive +accountNeedsActivation: Before you can login, you need to activate your account. Please check your inbox for the registration email and click the link within it. +reloadAccount: Reload account +reloadAccountDescription: This will reload your account data from the backend. It has the same effect as logging out, and then logging in again. From 12a245c52d8635bc7b9ffa7aad2eb4997af65488 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:18 +0200 Subject: [PATCH 0020/1675] New translations benjamin.yml (Ukrainian) --- .../i18n/src/locales/uk/options/benjamin.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/benjamin.yml diff --git a/packages/i18n/src/locales/uk/options/benjamin.yml b/packages/i18n/src/locales/uk/options/benjamin.yml new file mode 100644 index 00000000000..eb663030f66 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/benjamin.yml @@ -0,0 +1,28 @@ +--- +adjustmentRibbon: + title: Adjustment ribbon + description: Whether or not to include an adjustment ribbon +bandLength: + title: Band length + description: Length of the band +tipWidth: + title: Tip width + description: Width of the tips +knotWidth: + title: Knot width + description: Width of the knot +bowLength: + title: Bow length + description: Length of the bow (when knotted) +bowStyle: + title: Bow style + description: Style of the bow +endStyle: + title: End style + description: Style of the bow ends +collarEase: + title: Collar ease + description: The amount of ease at your neck +ribbonWidth: + title: Ribbon width + description: Width of the ribbon From 43b773636ecf1c1506034484adec0acb8427fb43 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:19 +0200 Subject: [PATCH 0021/1675] New translations bruce.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml b/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml new file mode 100644 index 00000000000..ac9c8766c9d --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml @@ -0,0 +1,3 @@ +--- +inset: Inset +side: Side From 95bb7d469ba74c6df178de1aab351e8e9e383b84 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:20 +0200 Subject: [PATCH 0022/1675] New translations hugo.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml b/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml new file mode 100644 index 00000000000..97b85424853 --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml @@ -0,0 +1,7 @@ +--- +cuff: Cuff +hoodCenter: Hood center +hoodSide: Hood side +pocketFacing: Pocket facing +pocket: Pocket +waistband: Waistband From 6134847c78478509bf5a4ad51f02b50920f50aa1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:21 +0200 Subject: [PATCH 0023/1675] New translations simon.yaml (Ukrainian) --- .../i18n/src/locales/uk/plugin/patterns/simon.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/simon.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml b/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml new file mode 100644 index 00000000000..f2a22370bbd --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml @@ -0,0 +1,13 @@ +--- +buttonholePlacket: Buttonhole placket +buttonPlacket: Button placket +collarAndUndercollar: Collar and Undercollar +collarStand: Collar stand +cutUndercollarSlightlySmaller: Cut undercollar slightly smaller +frontLeft: Front left +frontRight: Front right +sideOfTheCollarStand: Side of the collar stand +sleevePlacketOverlap: Sleeve placket overlap +sleevePlacketUnderlap: Sleeve placket underlap +yoke: Yoke +matchHere: Match fabric along this line From 007659913c43c96c50e17b9188a677f386e5008e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:22 +0200 Subject: [PATCH 0024/1675] New translations cutonfold.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml diff --git a/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml b/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml new file mode 100644 index 00000000000..94a8ba358ff --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml @@ -0,0 +1,3 @@ +--- +cutOnFoldAndGrainline: Cut on fold / Grainline +cutOnFold: Cut on fold From 0da6b0accf4a364d09c88c10983deedf0d4e3d85 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:23 +0200 Subject: [PATCH 0025/1675] New translations grainline.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml diff --git a/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml b/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml new file mode 100644 index 00000000000..567a110694c --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml @@ -0,0 +1,2 @@ +--- +grainline: Grainline From a1b9ca0c36a9234e98652d0044b4467883b0add7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:24 +0200 Subject: [PATCH 0026/1675] New translations scalebox.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml diff --git a/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml b/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml new file mode 100644 index 00000000000..3f7be82a83e --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml @@ -0,0 +1,4 @@ +--- +theBlackOutsideOfThisBoxShouldMeasure: The outside of this box should measure +theWhiteInsideOfThisBoxShouldMeasure: The inside of this box should measure +supportFreesewingBecomeAPatron: Support FreeSewing, become a Patron From d2c73da27145fed633ee8cd0a506349f6731bd3d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:25 +0200 Subject: [PATCH 0027/1675] New translations settings.yml (Ukrainian) --- packages/i18n/src/locales/uk/settings.yml | 41 +++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packages/i18n/src/locales/uk/settings.yml diff --git a/packages/i18n/src/locales/uk/settings.yml b/packages/i18n/src/locales/uk/settings.yml new file mode 100644 index 00000000000..3594459e71f --- /dev/null +++ b/packages/i18n/src/locales/uk/settings.yml @@ -0,0 +1,41 @@ +--- +advanced: + title: Expert mode + description: Controls whether or not to display advanced settings and pattern options +paperless: + title: Paperless + description: Drafts a pattern with all dimensions included so you can transfer it on fabric or another medium without the need to print +sa: + title: Seam allowance + description: Controls the amount of seam allowance included in your pattern +locale: + title: Language + description: Determines the language used on your pattern +only: + title: Contents + description: Allows you to control which pattern parts will be included in your pattern +units: + title: Units + description: Controls the units used on your pattern +margin: + title: Margin + description: Controls the margin around pattern parts +complete: + title: Detail + description: Controls how detailed the pattern is; Either a complete pattern with all details, or a basic outline of the pattern parts +layout: + title: Layout + description: Controls how the individual pattern parts are placed on your pattern +debug: + title: Debug + description: Enable debug to gain additional info about how your pattern was created +scale: + title: Scale + description: Controls the overall line width, font size, and other elements that do not scale with the pattern's measurements +renderer: + title: Render engine + description: Controls how the pattern is rendered (drawn) on the screen +xray: + title: X-ray + description: Look under the hood with FreeSewing's X-ray mode + From 3abd165056e55dffedc5f1954a04175b363ed99c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:26 +0200 Subject: [PATCH 0028/1675] New translations cfp.yaml (Ukrainian) --- packages/i18n/src/locales/uk/cfp.yaml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 packages/i18n/src/locales/uk/cfp.yaml diff --git a/packages/i18n/src/locales/uk/cfp.yaml b/packages/i18n/src/locales/uk/cfp.yaml new file mode 100644 index 00000000000..9bfea36cb67 --- /dev/null +++ b/packages/i18n/src/locales/uk/cfp.yaml @@ -0,0 +1,33 @@ +--- +author: Author +githubRepo: GitHub repository +packageManager: Package manager +patternName: Pattern name +patternType: Pattern type +patternCreated: Your pattern skeleton has been created at +runTheseCommands: To get started, run this command +startRollup: In one terminal, start the rollup bundler in watch mode +startWebpack: "It will enter the 'example' folder, and start the development environment." +devDocsAvailableAt: Developer documentation is available at +talkToUs: For questions, feedback or suggestions, join our Discord server +draftYourPattern: Draft your pattern +testYourPattern: Test your pattern +draftThing: 'Draft {thing}' +testThing: 'Test {thing}' +renderInBrowser: Click below to render your pattern in the browser. +weWillReRender: When you make changes, we will re-render for you. +youCan: You can +enterMeasurements: Enter measurements by hand +preloadMeasurements: Preload a set of measurements +size: Size +noRequiredMeasurements: This pattern has no required measurements +howtoAddMeasurements: To require measurements, add them to the measurements section of the pattern's configuration file. +seeDocsAt: Documentation on this topic is available at +clearDesignMode: Clear design mode +designMode: Design mode +exportMode: Export mode +thingIsEnabled: '{thing} is enabled' +thingIsDisabled: '{thing} is disabled' +turnOn: Turn on +turnOff: Turn off +validNameWarning: "Please pick a different name as this name would cause problems.\nWe (re-)use the pattern name as the NPM package name.\nPackage names must be lowercase and cannot contain special characters.\nSo please name your pattern accordingly, like:" From 1fdc7fa238df7a9d1540c693e550e39130ffc20a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:30 +0200 Subject: [PATCH 0029/1675] New translations cfp.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml b/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml new file mode 100644 index 00000000000..c724ad428bc --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml @@ -0,0 +1,2 @@ +--- +hello: Hello From e12fc1421cdd334186a7658f06f703fbbc7e798b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:31 +0200 Subject: [PATCH 0030/1675] New translations carlita.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/carlita.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/carlita.yml diff --git a/packages/i18n/src/locales/uk/options/carlita.yml b/packages/i18n/src/locales/uk/options/carlita.yml new file mode 100644 index 00000000000..dd0888544be --- /dev/null +++ b/packages/i18n/src/locales/uk/options/carlita.yml @@ -0,0 +1,4 @@ +--- +contour: + title: Contour + description: Controls how sharply the princess seam is contoured. From 1b20c2dae22963bbbb4262d538c2bb1beb9a9943 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:32 +0200 Subject: [PATCH 0031/1675] New translations aaron.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml b/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml new file mode 100644 index 00000000000..c08aa20d36c --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml @@ -0,0 +1,5 @@ +--- +cutOneStripToFinishTheNeckOpening: Cut one strip to finish the neck opening +cutTwoStripsToFinishTheArmholes: Cut two strips to finish the armholes +length: Length +width: Width From d2fa0f532d74a8226755a7d70f3af16295c3ba8d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:33 +0200 Subject: [PATCH 0032/1675] New translations florent.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/florent.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/florent.yml diff --git a/packages/i18n/src/locales/uk/options/florent.yml b/packages/i18n/src/locales/uk/options/florent.yml new file mode 100644 index 00000000000..1a5f3b6855a --- /dev/null +++ b/packages/i18n/src/locales/uk/options/florent.yml @@ -0,0 +1,4 @@ +--- +headEase: + title: Head ease + description: The amound of ease around your head From 4bad1f9a422c03b7ed022fd4252061cbf504e52b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:34 +0200 Subject: [PATCH 0033/1675] New translations sandy.yml (Ukrainian) --- .../i18n/src/locales/uk/options/sandy.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/sandy.yml diff --git a/packages/i18n/src/locales/uk/options/sandy.yml b/packages/i18n/src/locales/uk/options/sandy.yml new file mode 100644 index 00000000000..3118bafd1d1 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/sandy.yml @@ -0,0 +1,26 @@ +--- +waistbandWidth: + title: Waistband width + description: Controls the width of the waistband. +waistbandPosition: + title: Waistband position + description: Controls the position of the waistband. +waistbandShape: + title: Waistband shape + description: Whether you want a straight or shaped waistband. +circleRatio: + title: Circle ratio + description: The percentage of a circle you want the skirt to be. +waistbandOverlap: + title: Waistband overlap + description: The amount by which the waistband overlaps. +gathering: + title: Gathering + description: The percent by which the top of the skirt is longer than the bottom of the waistband. +seamlessFullCircle: + title: Seamless full circle + description: Enables a seamless full circle skirt. +hemWidth: + title: Hem width + description: Width of the hem + From 99ba1f953a7bafa6981e61b47ed0ef8452229a9b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:35 +0200 Subject: [PATCH 0034/1675] New translations shin.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/shin.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/shin.yml diff --git a/packages/i18n/src/locales/uk/options/shin.yml b/packages/i18n/src/locales/uk/options/shin.yml new file mode 100644 index 00000000000..8583f5455b1 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/shin.yml @@ -0,0 +1,7 @@ +--- +legReduction: + title: Leg reduction + description: Reduces the leg opening to prevent gaping +elasticWidth: + title: Elastic width + description: Width of the elastic at the waist From 37c8d53c0ce80fc84795a5c7e698e8100701a619 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:36 +0200 Subject: [PATCH 0035/1675] New translations theo.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/theo.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/theo.yml diff --git a/packages/i18n/src/locales/uk/options/theo.yml b/packages/i18n/src/locales/uk/options/theo.yml new file mode 100644 index 00000000000..b0326ad3481 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/theo.yml @@ -0,0 +1,7 @@ +--- +wedge: + title: Wedge + description: Controls the length of the cross seam +legWidth: + title: Leg width + description: Controls the width of the legs From c2df00fd44fdd689559e9262265f42ccbf6a3f07 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:37 +0200 Subject: [PATCH 0036/1675] New translations waralee.yml (Ukrainian) --- .../i18n/src/locales/uk/options/waralee.yml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/waralee.yml diff --git a/packages/i18n/src/locales/uk/options/waralee.yml b/packages/i18n/src/locales/uk/options/waralee.yml new file mode 100644 index 00000000000..9fd0177b6df --- /dev/null +++ b/packages/i18n/src/locales/uk/options/waralee.yml @@ -0,0 +1,44 @@ +--- +backPocket: + title: Back pocket + description: Whether to include a back pocket or not +frontPocket: + title: Front pocket + description: Whether to include a front pocket or not +hemWidth: + title: Hem size + description: Size of the hem at the bottom of the pants +waistbandWidth: + title: Waist Band + description: Size of the waist band +waistRaise: + title: Waist Raise + description: How much to raise the waist from the seat depth measurement. This influences the depth of the crotch cut-out. +crotchBack: + title: Crotch Back + description: The percentage of the seat circumference that the back crotch needs to occupy. This creates more or less space between the side seam and the back. +crotchFront: + title: Crotch Front + description: The percentage of the seat circumference that the front crotch needs to occupy. This creates more or less space between the side seam and the front. +crotchFactorBackHor: + title: Back Crotch Factor Horizontal + description: Used to move the curve of the crotch in the back horizontally +crotchFactorBackVer: + title: Back Crotch Factor Vertical + description: Used to move the curve of the crotch in the back vertically +crotchFactorFrontHor: + title: Front Crotch Factor Horizontal + description: Used to move the curve of the crotch in the front horizontally +crotchFactorFrontVer: + title: Front Crotch Factor Vertical + description: Used to move the curve of the crotch in the front vertically +waistOverlap: + title: Waist Overlap + description: This dicates how much you want the leg flaps to overlap at the waist. A setting of 0 would have them meet at the side seam, and a setting of 100 makes them meet at the front/back. +legShortening: + title: Leg Shortening + description: This dictates how long the pants will be. It is a factor of the inseam measurement. The larger the value, the more that will be taken off the length. +backRaise: + title: Back Raise + description: This setting raises the waist in the back. Our waist does not sit horizontally, but is angled up at the back. This seting allows you to raise this in the back if you need it for a good fit. + From 06f2296472f958360f75f7c91df4420d7d5447fc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:38 +0200 Subject: [PATCH 0037/1675] New translations penelope.yml (Ukrainian) --- .../i18n/src/locales/uk/options/penelope.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/penelope.yml diff --git a/packages/i18n/src/locales/uk/options/penelope.yml b/packages/i18n/src/locales/uk/options/penelope.yml new file mode 100644 index 00000000000..b069cf618d8 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/penelope.yml @@ -0,0 +1,46 @@ +--- +backDartDepthFactor: + title: Back dart depth factor + description: How far down does the back dart go from the waistband. This is a factor of the Natural Waist To Seat measurement. +backVent: + title: Back vent + description: Add a vent in the back of the skirt. +backVentLength: + title: Back vent length + description: Length of the Back Vent as a percentage of the skirt length. +dartToSideSeamFactor: + title: Dart to side seam factor + description: Percentage of how much of the hip to waist reduction has to be taken in by the darts versus the side seam. +frontDartDepthFactor: + title: Front dart depth factor + description: How far down does the front dart go from the waistband. This is a factor of the Natural Waist To Seat measurement. +hem: + title: Size of the hem + description: The size of the hem. Measurement in absolute values. +hemBonus: + title: Hem bonus + description: This option will reduce the circumference of the skirt at the hem. Percentage of the Seat measurement. +lengthBonus: + title: Length bonus + description: This sets the length of the skirt. Percentage of the Natural Waist to Knee measurement. +nrOfDarts: + title: Number of darts + description: The number of darts used in the pattern. Maximum is 2. This option can be reduced by the pattern if the calculations create darts that are too small. +seatEase: + title: Seat ease + description: Amount of ease at the seat level. +waistBand: + title: Waist band + description: Add a waistband to the pattern. +waistBandWidth: + title: Waist band width + description: The width of the waist band. +waistEase: + title: Waist ease + description: Amount of ease at the waist level. +zipperLocation: + title: Zipper location + description: The location of the zipper. + options: + backSeam: At the back seam + sideSeam: At the side seam From 3efd91748f61ce5eed6b532f1f5a3bdb855ebdec Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:38 +0200 Subject: [PATCH 0038/1675] New translations simone.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/simone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/simone.yml diff --git a/packages/i18n/src/locales/uk/options/simone.yml b/packages/i18n/src/locales/uk/options/simone.yml new file mode 100644 index 00000000000..2476f69fcc7 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/simone.yml @@ -0,0 +1,16 @@ +--- +bustDartAngle: + title: Bust dart angle + description: Controls the angle by which the (side) bust dart slopes downward +bustDartLength: + title: Bust dart length + description: Controls how close the bust dart approaches the bust point +contour: + title: Contour + description: Controls how sharply the extra room for breasts is removed again below the chest +frontDarts: + title: Front darts + description: Whether to include front darts or not +frontDartLength: + title: Front dart length + description: Controls how close the front dart approaches the bust point From a9e3b454dbf79952096430aa3a476944271d7bf0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:39 +0200 Subject: [PATCH 0039/1675] New translations jargon.yml (Ukrainian) --- packages/i18n/src/locales/uk/jargon.yml | 85 +++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 packages/i18n/src/locales/uk/jargon.yml diff --git a/packages/i18n/src/locales/uk/jargon.yml b/packages/i18n/src/locales/uk/jargon.yml new file mode 100644 index 00000000000..bcf75ce0b0a --- /dev/null +++ b/packages/i18n/src/locales/uk/jargon.yml @@ -0,0 +1,85 @@ +--- +basting: + term: basting + description: "See Basting in the Sewing documentation" +coverlock: + term: coverlock + description: "See Coverlock in the Sewing documentation" +cutting: + term: cutting + description: "See Cutting in the Sewing documentation" +darts: + term: darts + description: "See Darts in the Sewing documentation" +doubleWeltPockets: + term: double welt pockets + description: "See Double welt pockets in the Sewing documentation" +ease: + term: ease + description: "See Ease in the Sewing documentation" +edgestitch: + term: edgestitch + description: "See Edgestitching in the Sewing documentation" +fabricGrain: + term: fabric grain + description: "See Fabric grain in the Sewing documentation" +goodSidesTogether: + term: good sides together + description: "See Good sides together in the Sewing documentation" +onTheFold: + term: on the fold + description: "See On the fold in the Sewing documentation" +hemming: + term: hemming + description: "See Hemming in the Sewing documentation" +jersey: + term: jersey + description: "See Jersey in the Sewing documentation" +knitBinding: + term: knit binding + description: "See Knit binding in the Sewing documentation" +knitFabric: + term: knit fabric + description: "See Knit fabric in the Sewing documentation" +pinning: + term: pinning + description: "See Pinning in the Sewing documentation" +rayon: + term: rayon + description: "See Rayon in the Sewing documentation" +sa: + term: seam allowance + description: "See Seam allowance in the Sewing documentation" +serger: + term: serger + description: "See Serger in the Sewing documentation" +slipstitch: + term: slipstitch + description: "See Slipstitch in the Sewing documentation" +topstitching: + term: topstitching + description: "See Topstitching in the Sewing documentation" +trimming: + term: trimming + description: "See Trimming in the Sewing documentation" +twinNeedle: + term: twin needle + description: "See Twin needle in the Sewing documentation" +zigZag: + term: zig-zag stitch + description: "See Zig-zag stitch in the Sewing documentation" +freesewing: + term: freesewing + description: 'FreeSewing is an open source platform for made-to-measure sewing patterns' +patternOptions: + term: pattern options + description: 'The pattern options allow you to customize the design of the pattern' +draftSettings: + term: draft settings + description: 'The draft settings give you control of how a pattern is generated' +patrons: + term: patrons + description: 'Patrons support Freesewing financially. They are loyal supporters who ensure a sustainable future for freesewing.org, our code, our patterns, and our community.' +msf: + term: msf + description: "Médecins Sans Frontières/Doctors Without Borders - See msf.org" From 9f56fefe91fb32c0b69555fa1030a6e41cedb21b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:40 +0200 Subject: [PATCH 0040/1675] New translations welcome.yaml (Ukrainian) --- packages/i18n/src/locales/uk/welcome.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/i18n/src/locales/uk/welcome.yaml diff --git a/packages/i18n/src/locales/uk/welcome.yaml b/packages/i18n/src/locales/uk/welcome.yaml new file mode 100644 index 00000000000..002491f51bb --- /dev/null +++ b/packages/i18n/src/locales/uk/welcome.yaml @@ -0,0 +1,10 @@ +--- +units: Select the units you want to use +username: Pick a username +avatar: Add a profile picture +bio: Tell us a little bit about yourself +social: Let us know where we can follow you +newsletter: Give us your newsletter preference +letUsSetupYourAccount: Let us set up your account. +walkYouThrough: "We'll walk you through the following steps:" +someOptional: While all these steps are optional, we recommend you go through them to get the most out of FreeSewing. From 9bbcaed134431421afb55199dc5443d0f324996e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:41 +0200 Subject: [PATCH 0041/1675] New translations holmes.yml (Ukrainian) --- .../i18n/src/locales/uk/options/holmes.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/holmes.yml diff --git a/packages/i18n/src/locales/uk/options/holmes.yml b/packages/i18n/src/locales/uk/options/holmes.yml new file mode 100644 index 00000000000..2c86c8da1ab --- /dev/null +++ b/packages/i18n/src/locales/uk/options/holmes.yml @@ -0,0 +1,28 @@ +--- +headEase: + title: Head ease + description: The amount of ease around your head. +lengthRatio: + title: Length ratio + description: Controls the length of the crown and ear flaps +gores: + title: Number of gores + description: The number of gores used to construct the crown +visorAngle: + title: Visor angle + description: The arc angle used to draft the inner curve of the visor +visorWidth: + title: Visor width + description: Controls the width of the visor +earLength: + title: Ear flap length + description: Controls the length of the ear flaps independently from the crown pieces +earWidth: + title: Ear flap width + description: Controls the width of the ear flaps +buttonhole: + title: Buttonhole guide + description: Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant +visorLength: + title: Visor length + description: Controls the length of the visor From 7e3531f3d29d2c56a7f55b7fa4b40d6f2b6a3654 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:42 +0200 Subject: [PATCH 0042/1675] New translations brian.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/brian.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/brian.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml b/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml new file mode 100644 index 00000000000..fdff8e036e4 --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml @@ -0,0 +1,4 @@ +--- +back: Back +front: Front +sleeve: Sleeve From d5541dd17aa114d1ac80db064672ed7fe599a7dd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:43 +0200 Subject: [PATCH 0043/1675] New translations patterns.yml (Ukrainian) --- packages/i18n/src/locales/uk/patterns.yml | 139 ++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 packages/i18n/src/locales/uk/patterns.yml diff --git a/packages/i18n/src/locales/uk/patterns.yml b/packages/i18n/src/locales/uk/patterns.yml new file mode 100644 index 00000000000..5c62e7d0aea --- /dev/null +++ b/packages/i18n/src/locales/uk/patterns.yml @@ -0,0 +1,139 @@ +--- +aaron: + description: Aaron is an athletic shirt or tank top. + title: Aaron A-Shirt +albert: + description: Albert is an apron. + title: Albert apron +bee: + description: Bee is a bikini top + title: Bee bikini top +bella: + description: Bella is a basic body block for people with breasts. + title: Bella body block +benjamin: + description: Benjamin is a bow tie pattern with four different shape options. + title: Benjamin bow tie +bent: + description: This two-part sleeve block is the basis of our coat and jacket patterns. + title: Bent body Block +bob: + description: This is the bib that you can create by following our design tutorial + title: Bob the bib +breanna: + description: Breanna is a basic body block for people with breasts. + title: Breanna body block +brian: + description: Brian is a basic body block for people without breasts. + title: Brian body block +bruce: + description: Bruce are comfortable yet stylish boxer briefs. + title: Bruce boxer briefs +carlita: + description: 'The version for breasts of our Carlton coat, aka Sherlock Holmes coat.' + title: Carlita coat +carlton: + description: 'For Sherlock Holmes cosplay, or just a really nice coat.' + title: Carlton coat +cathrin: + description: Cathrin is an underbust corset or waist trainer. + title: Cathrin corset +charlie: + description: Charlie is a chino trouser pattern. + title: Charlie chinos +cornelius: + description: Cornelius are cycling breeches based on the Keystone drafting method. + title: Cornelius cycling breeches +diana: + description: Diana is a top with a draped neckline. + title: Diana draped top +florent: + description: 'Florent is a flat cap, a rounded cap with a small stiff brim in front.' + title: Florent flat cap +florence: + description: 'Florence is a face mask.' + title: Florence face mask +hi: + description: The world's friendliest shark + title: Hi the shark +holmes: + description: 'For Sherlock Holmes cosplay or just a cute hat.' + title: Holmes deerstalker hat +hortensia: + description: 'Hortensia is a handbag.' + title: Hortensia handbag +huey: + description: Huey is a zip-up hoodie with optional front pockets. + title: Huey hoodie +hugo: + description: Hugo is a hooded jumper with raglan sleeves. + title: Hugo hoodie +jaeger: + description: Jaeger is a sport coat style jacket with two buttons and patch pockets. + title: Jaeger jacket +lucy: + description: Lucy is a historical pocket that you can tie around your waist. + title: Lucy tie-on pocket +lunetius: + description: Lunetius is a lacerna, a historical Roman cloak + title: Lunetius Lacerna +noble: + description: Noble is a body block with prince(ess) seams + title: Noble body block +paco: + description: Paco are casual yet stylish summer pants. + title: Paco pants +penelope: + description: Penelope is a pencil skirt with or without a vent in the back. + title: Penelope pencil skirt +sandy: + description: Sandy is an adaptable circle skirt pattern. + title: Sandy circle skirt +shin: + description: Shin are athletic swim trunks. + title: Shin swim trunks +simon: + description: Simon is a highly adaptable shirt pattern for people without breasts. + title: Simon shirt +simone: + description: Simone is simon, adapted for breasts. + title: Simone shirt +sven: + description: Sven is a straightforward sweater. + title: Sven sweatshirt +tamiko: + description: Tamiko is a zero-waste top. + title: Tamiko top +teagan: + description: Teagan is a fitted T-shirt pattern. + title: Teagan T-shirt +theo: + description: Theo is a classic trouser pattern. + title: Theo trousers +tiberius: + description: Tiberius is a historical Roman tunic + title: Tiberius Tunica +titan: + description: Titan is a dartless trouser block. + title: Titan trouser block +trayvon: + description: Trayvon is a tie that cuts no corners for a professional result. + title: Trayvon tie +unice: + description: Unice is a variant of Ursula; A basic, highly-customizable underwear pattern. + title: Unice undies +ursula: + description: Ursula is a basic, highly-customizable underwear pattern. + title: Ursula undies +wahid: + description: Wahid is a classic fitted waistcoat. + title: Wahid waistcoat +walburga: + description: Walburga is a tabard/surcoat, a historical garment from medieval Europe + title: Walburga Wappenrock +waralee: + description: Waralee are wrap pants. + title: Waralee wrap pants +yuri: + description: Yuri is a fancy zipless cardigan based on the Huey & Hugo hoodies + title: Yuri hoodie From edbb24955dee9723028fd7d0f4b784ad25d1ef18 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:44 +0200 Subject: [PATCH 0044/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 344 ++++++++++++++++++++++++++ 1 file changed, 344 insertions(+) create mode 100644 packages/i18n/src/locales/uk/app.yaml diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml new file mode 100644 index 00000000000..193f4b1d051 --- /dev/null +++ b/packages/i18n/src/locales/uk/app.yaml @@ -0,0 +1,344 @@ +--- +100PercentCommunity: 100% community +100PercentFree: 100% free +100PercentOpenSource: 100% open source +aboutFreesewing: About Freesewing +accessoryPatterns: Accessory Patterns +account: Account +accountCreated: Account created +actions: Actions +allDocumentation: All documentation +andThatIsAwesome: And that is awesome +applyThisLayout: Apply this layout +areYouSureYouWantToContinue: Are you sure you want to continue? +askForHelp: Ask for help +automatic: Automatic +averagePeopleDoNotExist: "Average people don't exist" +awesome: Awesome +back: Back +becauseThatWouldBeReallyHelpful: Because that would be really helpful. +becomeAPatron: Become a patron +blockPatterns: Block/Sloper Patterns +blog: Blog +browseBlogposts: Browse blogposts +browsePatterns: Browse patterns +browseShowcases: Browse showcases +butThatCouldChange: But that could change +cancel: Cancel +changePerson: Change person +changePattern: Change pattern +chatOnDiscord: Chat on Discord +checkInboxClickLinkInConfirmationEmail: Now check your inbox and click the link in the confirmation Email we've sent you. +chest: Chest +chestInfo: Breasts require extra measurements. If this person has no breasts, irrelevant measurements will be hidden when configuring them. This has no impact on how patterns are drafted. +chooseASize: Choose a size +chooseAPerson: Choose a person +chooseADesign: Choose a design +chooseAPattern: Choose a pattern +chooseYourOptions: Choose your options +close: Close +community: Community +configureLayout: Configure layout +configureYourDraft: Configure your draft +contactUs: Contact us +contentLocaleFallback: That's why we're showing you the English version instead. +contents: Contents +continue: Continue +copiedToClipboard: Copied to clipboard +copy: Copy +couldYouTranslateThis: Could you translate this? +countModelsLackingForPattern: '{count} of your people lack the required measurements to draft {pattern}' +created: Created +custom: Custom +customSeamAllowance: Custom seam allowance +lightMode: Light mode +data: Data +darkMode: Dark mode +default: Default +demo: Demo +designOptions: Design options +designs: Designs +docs: Documentation +docsFooterMsg: Documentation is never finished. Hopefully we were able to answer all your questions, but if that's not the case, help is available. +docsNotFoundMsg: We were unable to find this documentation, which typically means that it hasn't been written yet. +docsNotFoundTitle: This documentation is missing +documentationForDevelopers: Documentation for developers +documentationForEditors: Documentation for editors +documentationForTranslators: Documentation for translators +documentationOverview: Documentation overview +dolls: Dolls +download: Download +draft: Draft +draftPattern: 'Draft {pattern}' +testPattern: 'Test {pattern}' +draftPatternForModel: 'Draft {pattern} for {model}' +drafts: Drafts +draftSettings: Draft settings +dragAndDropImageHere: Drag and drop an image here, or select one manually with the button below +emailAddress: E-mail address +emailWorksToo: "If you don't know your username, you can also use your E-mail address to login" +enterEmailPickPassword: Enter your E-mail address, and pick a password +export: Export +exportTiledPDF: Export tiled PDF +faq: Frequently asked questions +fieldRemoved: '{field} removed' +fieldSaved: '{field} saved' +filterByPattern: Filter by pattern +filterPatterns: Filter patterns +forgotLoginInstructions: "If you don't remember your password, enter your username or E-mail address below and click the Reset password button" +freesewing: Freesewing +freesewingOnGithub: Freesewing on GitHub +garmentPatterns: Garment Patterns +giants: Giants +github: GitHub +goAheadWeWillWait: Go ahead, we'll wait. +goodJob: Good job +goodToSeeYouAgain: Good to see you again {user} +handle: Handle +helpUsTranslate: Help us translate +home: Home +howCanWeHelpYou: How can we help you? +howToTakeMeasurements: How to take measurements +i18n: Internationalization +imperialUnits: Imperial units (inch) +instagram: Instagram +invalidTldMessage: '.{tld} is not a valid TLD' +joinTheChatMsg: We have a community on Discord with friendly people you can chat to. +justAMoment: Just a moment +layout: Layout +logIn: Log in +loginWithProvider: 'Log in with {provider}' +logOut: Log out +manual: Manual +markdownHelp: MarkDown help +measurements: Measurements +menu: Menu +metadata: Metadata +metricUnits: Metric units (cm) +person: Person +people: People +nameInfo: A name helps to keep things apart. You can pick any name you want. +name: Name +addThing: Add {thing} +newThing: New {thing} +newPatternForModel: 'New {pattern} for {model}' +noChanges: No changes +no: 'No' #Keep in quotes or it will evaluate to false +noPasswordPolicy: We don't enforce a password policy +noSeamAllowance: No seam allowance +notAllOfThisContentIsAvailableInLanguage: Not all of this content is available in English +notesInfo: These are your notes. You can write anything you want here +notes: Notes +ohNo: Oh no! +oneMoreThing: One more thing +optionalMeasurements: Optional measurements +options: Options +orPayPerYear: Or pay per year +other: Other +otherThing: 'Other {thing}' +ourPatrons: Our patrons +ourRevenuePledge: Our revenue pledge +patron-2: Powder monkey +patron-4: First mate +patron-8: Captain +patronHelp: If you have any questions, or would like to make changes to your Patron status, please contact us +patron: Patron +patronPitch: If you think what we do is worthwhile, and if you can spare a few coins each month without hardship, please support our work +patronsKeepUsAfloat: Freesewing is made possible by the financial support of our Patrons. They keep this ship afloat. +patternInstructions: Pattern instructions +patternOptions: Pattern options +pattern: pattern +sewingPatterns: Sewing patterns +patterns: Patterns +pendingConfirmation: Pending confirmation +perMonth: Per month +pleaseEnterAValidEmailAddress: Please enter a valid E-mail address +pleaseIncludeTheInformationBelow: Please include the information below +preview: Preview +privacyNotice: Privacy notice +proceedWithCaution: Proceed with caution +profile: Profile +relatedLinks: Related links +remove: Remove +removeThing: Remove {thing} +reportThisOnGithub: Report this on GitHub +requiredMeasurements: Required measurements +resendActivationEmailMessage: "Fill in the E-mail address you signed up with, and we'll send you a new confirmation message." +resendActivationEmail: Re-send activation E-mail +resetPassword: Reset password +reset: Reset +restoreDefaults: Restore defaults +restoreDesignDefaults: Restore design defaults +restorePatternDefaults: Restore pattern defaults +saveDraftToYourAccount: Save draft to your account +save: Save +searchLanguageMsg: Every language has its own search index. Since not all our content is translated, you may find more result in the English search. +searchLanguageTitle: Can't find what you're looking for? +search: Search +selectAPartToMoveMirrorOrRotate: Select a part to move, mirror, or rotate +selectImage: Select image +sendAnEmail: Send an E-mail +settings: Settings +sewingHelp: Sewing help +sewingPatternsForNonAveragePeople: Sewing patterns for non-average people +share: Share +shareFreesewing: Share FreeSewing +showcase: Showcase +signUpForAFreeAccount: Sign up for a free account +signUp: Sign up +signupWithProvider: 'Sign up with {provider}' +sortByField: Sort by {field} +standardSeamAllowance: Standard seam allowance +startOver: Start over +startTranslatingNowOrRead: '{startTranslatingNow}, or read the {documentationForTranslators} first.' +startTranslatingNow: Start translating now +subscribe: Subscribe +support: Support +supportFreesewing: Support freesewing +tellMeMore: Tell me more +thanksForYourSupport: Thanks for your support +thisContentIsNotAvailableInLanguage: This content is not available in English +thisFieldSupportsMarkdown: This field supports Markdown +thisPageRequiresAuthentication: This page requires authentication +troubleLoggingIn: Trouble logging in? +twitter: Twitter +txt-footer: Freesewing is made by a community of contributors
    with the financial support of our Patrons +txt-tier2: Our most democractically priced tier. It may be less than the price of a latte, but your support means the world to us. +txt-tier4: Subscribe to this tier and we'll send some of our much covetted freesewing swag to your home anywhere in the world. +txt-tier8: "If you don't merely want to support us, but want to see freesewing thrive, this is the tier for you. Also: extra swag." +txt-tiers: 'FreeSewing is fuelled by a voluntary subscription model' +unitsInfo: Freesewing supports both the metric system and imperial units. Simply pick which one you'd like to use here. (the default is to use the units configured in your account). +updated: Updated +update: Update +userHasBeenWithUsSince: '{user} has been with us since {since}' +users: Users +utilityPatterns: Utility Patterns +weAreValidatingYourConfirmationCode: We are validating your confirmation code +weCouldNotValidateYourConfirmationCode: We could not validate your confirmation code +weEncounteredAProblem: We encountered a problem +weEncourageYouToReportThis: We encourage you to report this +welcomeAboard: Welcome aboard +welcome: Welcome +weNeverShareYourEmail: We'll never share your email with anyone else +whatIsThis: What is this? +withBreasts: With breasts +withoutBreasts: Without breasts +yay: Yay! +yes: 'Yes' #Keep in quotes or it will evaluate to true +youAreAPatron: You are a patron +youAreNotAPatron: Your are not a patron +youAreNotLoggedIn: You are not logged in +yourRights: Your rights +makerDocs: Maker documentation +devDocs: Developer documentation +slogan: A JavaScript library for made-to-measure sewing patterns +getStarted: Get started +apiReference: API Reference +tutorial: Tutorial +editThisPage: Edit this page +loginRequiredRedirect: 'You were redirected to the login page because {page} requires authentication' +various: Various +sewing: Sewing +examples: Examples +by: by +years: Years +pricing: Pricing +createFirst: Start by creating a new pattern +noPattern: You don't have any patterns (yet). Create a new pattern, then save it to your account. +modelFirst: Start by adding measurements +noModel: You haven't added any measurements (yet). FreeSewing can generate made-to-measure sewing patterns. But for that, we need measurements. +noModel2: So the first thing you should do is add a person, and crack out your measuring tape. +noUserBrowsingTitle: "You can't just browse all users" +noUserBrowsingText: "We've got thousands of them. Surely you have better things to do?" +usePatternMeasurements: 'Use the measurements of the original pattern' +createReplica: Create a replica +showDetails: Show details +hideDetails: Hide details +clickBelowToLogOut: Click below to log out +compare: Compare +savePattern: Save pattern +recreate: Recreate +recreateThing: Recreate {thing} +recreateThingForPerson: Recreate {thing} for {person} +seeYouLaterUser: See you later {user} +exportForPrinting: Export for printing +exportForEditing: Export for editing +startWithNeckTitle: Start with the neck circumference +startWithNeckDescription: Based on your neck circumference, we can help you spot mistakes in your measurements. +whatYouNeed: What you need +fabricOptions: Fabric options +cutting: Cutting +instructions: Instructions +hide: Hide +show: Show +oneMomentPlease: One moment please +loadingMagic: We are loading the magic +estimate: Estimate +actual: Actual +weEstimateYM2B: 'We estimate your {measurement} to be around:' +exportAsData: Export as data +availablePatterns: Available patterns +browseCollection: Browse collection +browseYourPatterns: Browse your patterns +yourPatterns: Your patterns +loginNeededToSavePatternsMsg: You need to be logged in to save your patterns +docsForContributors: Documentation for contributors +patternDocs: Pattern documentation +socialMedia: Social media +create: Create +browse: Browse +patrons: Patrons +scrollToTop: Scroll to top +sitemap: Sitemap +contributeToThing: Contribute to {thing} +mtmIsOurJam: Made-to-measure sewing patterns is what we specialize in +fitYouDeserve: You're really missing out if you go for standardized sizes.
    So sign up today, and get the fit you deserve. +supportNag: FreeSewing is free, but we'd appreciate if you would consider supporting us. +madeToMeasure: Made-to-measure +sizes: Sizes +standardSizes: Standard sizes +accountRequired: This feature requires a FreeSewing account +size: Size +switchToThing: 'Switch to {thing}' +saveThing: 'Save {thing}' +shareThing: 'Share {thing}' +link: Link +cloneThing: 'Clone {thing}' +cloneDescription: Recreate an exact copy, using the measurements of the original pattern. +furtherReading: Further reading +saveAsNewPattern: Save As New Pattern +saveAsNewPattern-txt: Store (a copy of) this pattern in your FreeSewing account +exportPattern: Export pattern +printPattern: Print pattern +exportPattern-txt: Export a PDF suitable for your printer, or download this pattern in a variety of formats +editThing: 'Edit {thing}' +editPattern-txt: Load this pattern in the pattern editor +featureRequiresAccount: This feature requires a FreeSewing account +zoom: Zoom +zoomIn: Zoom in +zoomOut: Zoom out +zoom-txt: Switches between constraining the height or the width of the pattern to fit on your screen +savePattern-txt: Store this pattern in your FreeSewing account +comparePattern: Compare pattern +showPattern: Show pattern +comparePattern-txt: Compare your pattern to a range a standard sizes to review possible fitting issues +recreatePattern: Recreate pattern +recreatePattern-txt: Choose a different person, then recreate this pattern for that person +editOwnPatternsOnly: You can only edit your own patterns +editOwnPatternsOnly-txt: You cannot edit this pattern because it isn't yours. But you can use it as a baseline to create your own pattern. +updateNotes-txt: Update the notes you keep along your pattern +franceWarning: Beware users in France +franceWarning-txt: Several French E-mail providers — including, free.fr, laposte.net, orange.fr, and sfr.fr — are known to routinely discard our E-mails. +emailNotReceived: If you do not receive the activation email, please reach out so we can help you. +error: Error +info: Info +warning: Warning +debug: Debug +unsubscribe: Unsubscribe +slogan-come: Come for the sewing patterns +slogan-stay: Stay for the community +lightTheme: Light Theme +darkTheme: Dark Theme +hax0rTheme: Hax0r Theme +lgbtqTheme: LGBTQ Theme +transTheme: Trans Theme From e1d20980353574b66e6336634c1c0e9a3079949e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:45 +0200 Subject: [PATCH 0045/1675] New translations brian.yml (Ukrainian) --- .../i18n/src/locales/uk/options/brian.yml | 103 ++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/brian.yml diff --git a/packages/i18n/src/locales/uk/options/brian.yml b/packages/i18n/src/locales/uk/options/brian.yml new file mode 100644 index 00000000000..51a2e0b2762 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/brian.yml @@ -0,0 +1,103 @@ +--- +acrossBackFactor: + title: Across back factor + description: Controls your across back width as a factor of your shoulder to shoulder measurement. +armholeDepthFactor: + title: Armhole depth factor + description: Controls the depth of the armhole. Higher values make a deeper armhole. +backNeckCutout: + title: Back neck cutout + description: How deep the neck is cut out at the back +bicepsEase: + title: Biceps ease + description: 'The amount of ease at your upper arm. Note that while we try to respect this, fitting the sleeve to the armhole takes precedence over respecting the exact amount of ease.' +collarEase: + title: Collar ease + description: The amount of ease around your neck +chestEase: + title: Chest ease + description: The amount of ease at your chest. +cuffEase: + title: Cuff ease + description: The amount of ease at your wrist. +frontArmholeDeeper: + title: Front armhole extra cutout + description: How much do you want the front armhole to be cut out deeper than the back. +lengthBonus: + title: Length bonus + description: The amount to lengthen the garment. A negative value will shorten it. +s3Collar: + title: 'Shoulder seam shift: collar side' + description: Increase this option to shift the shoulder seam forward on the collar side. Decreasing it shifts it backwards. +s3Armhole: + title: 'Shoulder seam shift: armhole side' + description: Increase this option to shift the shoulder seam forward on the armhole side. Decreasing it shifts it backwards. +shoulderEase: + title: Shoulder ease + description: The amount of ease at your shoulder. This increases the shoulder to shoulder distance to accommodate additional layers or thickness. +shoulderSlopeReduction: + title: Shoulder slope reduction + description: The amount by which the shoulder slope is reduced to allow for shoulder padding. +sleeveLengthBonus: + title: Sleeve length bonus + description: The amount to lengthen the sleeve. A negative value will shorten it. +sleevecapEase: + title: Sleevecap ease + description: The amount by which the sleevecap seam is longer than the armhole seam. +sleevecapTopFactorX: + title: Sleevecap top X + description: Controls the horizontal location of the sleevecap top. +sleevecapTopFactorY: + title: Sleevecap top Y + description: Controls the height of the sleevecap. A higher value results in a higher and more narrow sleevecap. +sleevecapBackFactorX: + title: Sleevecap back X + description: Controls the placement of the sleevecap back pitchpoint on the X-axis (horizontal) +sleevecapBackFactorY: + title: Sleevecap back Y + description: Controls the placement of the sleevecap back pitchpoint on the Y-axis (vertical) +sleevecapFrontFactorX: + title: Sleevecap front X + description: Controls the placement of the sleevecap front pitchpoint on the X-axis (horizontal) +sleevecapFrontFactorY: + title: Sleevecap front Y + description: Controls the placement of the sleevecap front pitchpoint on the Y-axis (vertical) +sleevecapQ1Offset: + title: Sleevecap Q1 offset + description: Controls the curvature of the sleevecap in the first quadrant (front armhole) +sleevecapQ2Offset: + title: Sleevecap Q2 offset + description: Controls the curvature of the sleevecap in the second quadrant (front shoulder) +sleevecapQ3Offset: + title: Sleevecap Q3 offset + description: Controls the curvature of the sleevecap in the third quadrant (back shoulder) +sleevecapQ4Offset: + title: Sleevecap Q4 offset + description: Controls the curvature of the sleevecap in the fourth quadrant (back armhole) +sleevecapQ1Spread1: + title: Sleevecap Q1 downward spread + description: Controls the spread of the sleevecap first quadrant curvature towards the armhole +sleevecapQ1Spread2: + title: Sleevecap Q1 upward spread + description: Controls the spread of the sleevecap first quadrant curvature towards the shoulder +sleevecapQ2Spread1: + title: Sleevecap Q2 downward spread + description: Controls the spread of the sleevecap second quadrant curvature towards the armhole +sleevecapQ2Spread2: + title: Sleevecap Q2 upward spread + description: Controls the spread of the sleevecap second quadrant curvature towards the shoulder +sleevecapQ3Spread1: + title: Sleevecap Q3 upward spread + description: Controls the spread of the sleevecap third quadrant curvature towards the shoulder +sleevecapQ3Spread2: + title: Sleevecap Q3 downward spread + description: Controls the spread of the sleevecap third quadrant curvature towards the armhole +sleevecapQ4Spread1: + title: Sleevecap Q4 upward spread + description: Controls the spread of the sleevecap fourth quadrant curvature towards the shoulder +sleevecapQ4Spread2: + title: Sleevecap Q4 downward spread + description: Controls the spread of the sleevecap fourth quadrant curvature towards the armhole +sleeveWidthGuarantee: + title: Sleeve width guarantee + description: Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole. From d45d8559db2c4dd062bfac56a806726edd79a8db Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:46 +0200 Subject: [PATCH 0046/1675] New translations email.yaml (Ukrainian) --- packages/i18n/src/locales/uk/email.yaml | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 packages/i18n/src/locales/uk/email.yaml diff --git a/packages/i18n/src/locales/uk/email.yaml b/packages/i18n/src/locales/uk/email.yaml new file mode 100644 index 00000000000..5f022ba849c --- /dev/null +++ b/packages/i18n/src/locales/uk/email.yaml @@ -0,0 +1,34 @@ +--- +chatWithUs: 'Chat with us' +emailchangeActionText: 'Confirm your new E-mail address' +emailchangeCopy1: 'You requested to change the E-mail address linked to your account at freesewing.org.

    Before we do that, you need to confirm your new E-mail address. Please click the link below to do that:' +emailchangeHeaderOpeningLine: 'Just making sure we can reach you when needed' +emailchangeHiddenIntro: "Let's confirm your new E-mail address" +emailchangeSubject: 'Please confirm your new E-mail address' +emailchangeTitle: 'Please confirm your new E-mail address' +emailchangeWhy: 'You received this E-mail because you changed the E-mail address linked to your account on freesewing.org' +footerCredits: 'Made by joost & contributors with the financial support of our patrons ❤️ ' +footerSlogan: 'Freesewing is an open source platform for made-to-measure sewing patterns' +goodbyeCopy1: "If you'd like to share why you're leaving, you can reply to this message.
    From our side, we won't bother you again." +goodbyeHeaderOpeningLine: 'Just know that you can always come back' +goodbyeHiddenIntro: 'Thank you for giving freesewing a chance' +goodbyeSubject: 'Farewell 👋' +goodbyeTitle: 'Thank you for giving freesewing a chance' +goodbyeWhy: 'You received this E-mail as a final adieu after removing your account on freesewing.org' +joostFromFreesewing: 'Joost from Freesewing' +passwordresetActionText: 'Re-gain access to your account' +passwordresetCopy1: 'You forgot your password for your account at freesewing.org.

    Click click the link below to reset your password:' +passwordresetHeaderOpeningLine: "Don't worry, these things happen to all of us" +passwordresetHiddenIntro: 'Re-gain access to your account' +passwordresetSubject: 'Re-gain access to your account on freesewing.org' +passwordresetTitle: 'Reset your password, and re-gain access to your account' +passwordresetWhy: 'You received this E-mail because you requested to reset your password on freesewing.org' +questionsJustReply: "If you have any questions, just reply to this E-mail. I'm always happy to help out. 🙂" +signature: 'Love,' +signupActionText: 'Confirm your E-mail address' +signupCopy1: 'Thank you for signing up at freesewing.org.

    Before we get started, you need to confirm your E-mail address. Please click the link below to do that:' +signupHeaderOpeningLine: "We're really happy you're joining the freesewing community." +signupHiddenIntro: "Let's confirm your E-mail address" +signupSubject: 'Welcome to freesewing.org' +signupTitle: 'Welcome aboard' +signupWhy: 'You received this E-mail because you just signed up for an account on freesewing.org' From 9d9ded5dd54f3ba0f50b492e069fa213874a368c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:47 +0200 Subject: [PATCH 0047/1675] New translations errors.yaml (Ukrainian) --- packages/i18n/src/locales/uk/errors.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/i18n/src/locales/uk/errors.yaml diff --git a/packages/i18n/src/locales/uk/errors.yaml b/packages/i18n/src/locales/uk/errors.yaml new file mode 100644 index 00000000000..2e6a7ca847c --- /dev/null +++ b/packages/i18n/src/locales/uk/errors.yaml @@ -0,0 +1,11 @@ +--- +404: The page you are looking for cannot be found +confirmationNotFound: If you arrived at this page via the link in a confirmation Email, we encourage you to report this problem. +emailExists: We already have a user with that Email address. Perhaps you'd like to log in instead? +networkError: Backend or network seems down +notAValidImageFormat: Not a valid image format +requestFailedWithStatusCode400: Request failed +requestFailedWithStatusCode401: Authentication failed +requestFailedWithStatusCode403: Forbidden +requestFailedWithStatusCode500: There was an unexpected problem. Please report this. +something: Something went wrong From 8ca03ca3ec4bd70c3a6cc19e50afe017f2555d98 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:48 +0200 Subject: [PATCH 0048/1675] New translations filter.yml (Ukrainian) --- packages/i18n/src/locales/uk/filter.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/i18n/src/locales/uk/filter.yml diff --git a/packages/i18n/src/locales/uk/filter.yml b/packages/i18n/src/locales/uk/filter.yml new file mode 100644 index 00000000000..780dc387f4b --- /dev/null +++ b/packages/i18n/src/locales/uk/filter.yml @@ -0,0 +1,20 @@ +--- +filter: Filter +department: Department +type: Type +tags: Tags +code: Code +design: Design +difficulty: Difficulty +resetFilter: Reset filter +accessories: Accessories +block: Block +pattern: Pattern +byPattern: Filter by pattern +underwear: Underwear +top: Top +tops: Tops +bottom: Bottom +bottoms: Bottoms +coats: Coats & jackets +swimwear: Swimwear From 23e784be25e724e2c720b7bd4691b50e848a3dd8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:49 +0200 Subject: [PATCH 0049/1675] New translations gdpr.yaml (Ukrainian) --- packages/i18n/src/locales/uk/gdpr.yaml | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 packages/i18n/src/locales/uk/gdpr.yaml diff --git a/packages/i18n/src/locales/uk/gdpr.yaml b/packages/i18n/src/locales/uk/gdpr.yaml new file mode 100644 index 00000000000..063676ed56a --- /dev/null +++ b/packages/i18n/src/locales/uk/gdpr.yaml @@ -0,0 +1,39 @@ +--- +compliant: Freesewing.org respects your privacy and your rights. We apply the General Data Protection Regulation (GDPR) of the European Union (EU). +consent: Consent +consentForModelData: Consent for model data +consentForProfileData: Consent for profile data +consentGiven: Consent given +consentNotGiven: Consent not given +consentWhyAnswer: Under the GDPR, processing of your personal data requires your consent — in other words, your permission. +createMyAccount: Create my account +furtherReading: Further reading +modelQuestion: Do you give your consent to process your model data? +modelWarning: Revoking this consent will lock you out of all your model data, as well as disable functionality that depends on it. +modelWhatAnswer: For each model their measurements and breasts settings. +modelWhatAnswerOptional: 'Optional: A model picture and the name that you give your model.' +modelWhatQuestion: What is model data? +modelWhyAnswer: 'To draft made-to-measure sewing patterns, we need body measurements.' +noConsentNoAccount: Without this consent, we cannot create your account +noConsentNoPatterns: Without this consent, you cannot create any patterns +noIDoNot: 'No, I do not' +openDataInfo: This data is used to study and understand the human form in all its shapes, so we can get better sewing patterns, and better fitting garments. Even though this data is anonymized, you have the right to object to this. +openDataQuestion: Share anonymized measurements as open data +profileQuestion: Do you give your consent to process your profile data? +profileShareAnswer: 'No, never.' +profileTimingAnswer: '12 months after your last login, or until you remove your account or revoke this consent.' +profileWarning: Revoking this consent will trigger the removal of all of your data. It has the exact same affect as removing your account. +profileWhatAnswerOptional: 'Optional: A profile picture, bio, and social media accounts' +profileWhatAnswer: 'Your email address, username, and password.' +profileWhatQuestion: What is profile data? +profileWhyAnswer: 'To authenticate you, contact you when needed, and build a community.' +readMore: For more information, please read our privacy notice. +readRights: For more information, please read up on your rights. +revokeConsent: Revoke consent +shareQuestion: Do we share it with others? +timingQuestion: How long do we keep it? +whatYouNeedToKnow: What you need to know +whyQuestion: Why do we need it? +yesIDoObject: 'Yes, I do object' +yesIDo: 'Yes, I do' +openData: 'Note: Freesewing publishes anonymized measurements as open data for scientific research. You have the right to object to this' From 5a6e76b82569920af702527bdb27e00c84f95a18 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:49 +0200 Subject: [PATCH 0050/1675] New translations i18n.yaml (Ukrainian) --- packages/i18n/src/locales/uk/i18n.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/i18n/src/locales/uk/i18n.yaml diff --git a/packages/i18n/src/locales/uk/i18n.yaml b/packages/i18n/src/locales/uk/i18n.yaml new file mode 100644 index 00000000000..cc0ed3b529e --- /dev/null +++ b/packages/i18n/src/locales/uk/i18n.yaml @@ -0,0 +1,6 @@ +--- +de: German +en: English +es: Spanish +fr: French +nl: Dutch From 6ad12e7a90b6115013970fc914a248e1c45cf2bc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:50 +0200 Subject: [PATCH 0051/1675] New translations intro.yaml (Ukrainian) --- packages/i18n/src/locales/uk/intro.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/i18n/src/locales/uk/intro.yaml diff --git a/packages/i18n/src/locales/uk/intro.yaml b/packages/i18n/src/locales/uk/intro.yaml new file mode 100644 index 00000000000..be8b77e2bc3 --- /dev/null +++ b/packages/i18n/src/locales/uk/intro.yaml @@ -0,0 +1,12 @@ +--- +txt-blog: News, updates, and announcements from the freesewing team +txt-community: 'Everything is run by voluntary contributors. There is no commercial entity behind, or attached to, the freesewing project.' +txt-different: How we're different +txt-draft: "Choose from one of your patterns, choose a model, and pick your options. We'll do the rest." +txt-how: How it works +txt-join: Join thousands of others and sign up for a free account on freesewing.org. +txt-model: All our patterns are made-to-measure. So first thing to do is grab your measuring tape. +txt-newHere: "If you're new here, the best place to start is our demo:" +txt-opensource: 'Our platform, our patterns, and even this website. All our code is available on GitHub. Pull requests welcome!' +txt-patrons: Freesewing is made possible by the financial support of our Patrons. Scroll down to learn about our subscription model. +txt-showcase: Finished projects from the freesewing community From a3067dd288bbec2b7ea892ac3fe8b8d9223f1422 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:51 +0200 Subject: [PATCH 0052/1675] New translations measurements.yaml (Ukrainian) --- .../i18n/src/locales/uk/measurements.yaml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 packages/i18n/src/locales/uk/measurements.yaml diff --git a/packages/i18n/src/locales/uk/measurements.yaml b/packages/i18n/src/locales/uk/measurements.yaml new file mode 100644 index 00000000000..ee658cec8cd --- /dev/null +++ b/packages/i18n/src/locales/uk/measurements.yaml @@ -0,0 +1,39 @@ +--- +ankle: Ankle circumference +biceps: Biceps circumference +bustFront: Bust front +bustPointToUnderbust: Bust point to underbust +bustSpan: Bust span +chest: Chest circumference +crossSeam: Cross seam +crossSeamFront: Cross seam front +head: Head circumference +heel: Heel circumference +highBustFront: High bust front +highBust: High bust +hips: Hips circumference +hpsToBust: HPS to bust +hpsToWaistBack: HPS to waist back +hpsToWaistFront: HPS to waist front +inseam: Inseam +knee: Knee circumference +neck: Neck circumference +seat: Seat circumference +seatBack: Seat back +crotchDepth: Crotch depth +shoulderSlope: Shoulder slope +shoulderToElbow: Shoulder to elbow +shoulderToShoulder: Shoulder to shoulder +shoulderToWrist: Shoulder to wrist +underbust: Underbust +upperLeg: Upper leg circumference +waist: Waist circumference +waistBack: Waist back +waistToArmhole: Waist to armhole +waistToFloor: Waist to floor +waistToHips: Waist to hips +waistToKnee: Waist to knee +waistToSeat: Waist to seat +waistToUnderbust: Waist to underbust +waistToUpperLeg: Waist to upper leg +wrist: Wrist circumference From ee91169b0b3e9044fc4bcdb80e971e31e8317214 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:52 +0200 Subject: [PATCH 0053/1675] New translations optiongroups.yaml (Ukrainian) --- .../i18n/src/locales/uk/optiongroups.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packages/i18n/src/locales/uk/optiongroups.yaml diff --git a/packages/i18n/src/locales/uk/optiongroups.yaml b/packages/i18n/src/locales/uk/optiongroups.yaml new file mode 100644 index 00000000000..994f85cd449 --- /dev/null +++ b/packages/i18n/src/locales/uk/optiongroups.yaml @@ -0,0 +1,25 @@ +--- +advanced: Advanced +armhole: Armhole +closure: Closure +collar: Collar +construction: Construction +cuffs: Cuffs +darts: Darts +elastic: Elastic +fit: Fit +pockets: Pockets +preferences: Preferences +sleevecap: Sleevecap +sleeves: Sleeves +style: Style +backPockets: Back pockets +frontPockets: Front pockets +waistband: Waistband +fly: Fly +bellaDarts: Bella darts +bellaArmhole: Bella armhole +bellaAdvanced: Bella advanced +clavi: Clavi +type: Type +size: Size From e42f4344be301f07483a4f9fc3bdd03327b5bce0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:53 +0200 Subject: [PATCH 0054/1675] New translations aaron.yml (Ukrainian) --- .../i18n/src/locales/uk/options/aaron.yml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/aaron.yml diff --git a/packages/i18n/src/locales/uk/options/aaron.yml b/packages/i18n/src/locales/uk/options/aaron.yml new file mode 100644 index 00000000000..65873840ca8 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/aaron.yml @@ -0,0 +1,25 @@ +--- +armholeDrop: + title: Armhole drop + description: Lower the armhole by this amount. Negative values will raise it. +backlineBend: + title: Back armhole shape + description: Determines the shape/bend of the back of the armholes. +hipsEase: + title: Hips ease + description: The amount of ease at your hips. +necklineBend: + title: Neckline shape + description: Determines the shape/bend of the neckline at the front. +necklineDrop: + title: Neckline drop + description: The amount the neck is cutout at the front. +shoulderStrapPlacement: + title: Shoulderstrap placement + description: Determines whether the shoulder strap is placed closer to the neck (lower numbers) or the shoulder (higher numbers). +shoulderStrapWidth: + title: Shoulderstrap width + description: The width of the shoulder straps. +stretchFactor: + description: Determines the horizontal negative ease. + title: Stretch From 4d4b5b49c3801ecab5d1f9491935bfb922faaed9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:54 +0200 Subject: [PATCH 0055/1675] New translations bent.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bent.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/bent.yml diff --git a/packages/i18n/src/locales/uk/options/bent.yml b/packages/i18n/src/locales/uk/options/bent.yml new file mode 100644 index 00000000000..273444516db --- /dev/null +++ b/packages/i18n/src/locales/uk/options/bent.yml @@ -0,0 +1,8 @@ +--- +sleeveBend: + title: Sleeve bend + description: Controls the bend of the sleeve at the elbow. +sleevecapHeight: + title: Sleevecap height + description: Controls the height of the sleevecap. + From be6fecc825f9e7d7d4a6b433f792cca8938c7c41 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:55 +0200 Subject: [PATCH 0056/1675] New translations bruce.yml (Ukrainian) --- .../i18n/src/locales/uk/options/bruce.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/bruce.yml diff --git a/packages/i18n/src/locales/uk/options/bruce.yml b/packages/i18n/src/locales/uk/options/bruce.yml new file mode 100644 index 00000000000..f247624c825 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/bruce.yml @@ -0,0 +1,19 @@ +--- +bulge: + title: Bulge + description: Increase angle to create more room in the front pouch. +legBonus: + title: Leg length bonus + description: Extra length to add to the legs. +rise: + title: Rise + description: Amount to raise the waist. A negative value will lower it. +stretch: + title: Stretch + description: The amount of negative ease. +legStretch: + title: Leg stretch + description: 'For best results, you want to fit your legs a bit more snugly — say no to gaping.' +backRise: + title: Back rise + description: Percentage by which the waist will be raised at the back. From 34c226a0d7c9b94e3bab0395d599c5aa2d47f682 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:56 +0200 Subject: [PATCH 0057/1675] New translations parts.yaml (Ukrainian) --- packages/i18n/src/locales/uk/parts.yaml | 58 +++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 packages/i18n/src/locales/uk/parts.yaml diff --git a/packages/i18n/src/locales/uk/parts.yaml b/packages/i18n/src/locales/uk/parts.yaml new file mode 100644 index 00000000000..4c8f8149a97 --- /dev/null +++ b/packages/i18n/src/locales/uk/parts.yaml @@ -0,0 +1,58 @@ +--- +back: Back +backBase: Back base +backPocketWelt: Back pocket welt +base: Base +bentBack: Bent back +bentBase: Bent base +bentFront: Bent front +bentSleeve: Bent sleeve +bentTopSleeve: Bent top sleeve +bentUnderSleeve: Bent under sleeve +buttonholePlacket: Buttonhole placket +buttonPlacket: Button placket +collar: Collar +collarStand: Collar stand +cuff: Cuff +fabricTail: Fabric tail +fabricTip: Fabric tip +frontBase: Front base +frontFacing: Front facing +front: Front +frontLeft: Front left +frontLining: Front lining +frontRight: Front right +gusset: Gusset +hoodCenter: Hood center +hood: Hood +hoodSide: Hood side +inset: Inset +interfacingTail: Interfacing tail +interfacingTip: Interfacing tip +liningTail: Lining tail +liningTip: Lining tip +loop: Loop +panel1: Panel 1 +panel2: Panel 2 +panel3: Panel 3 +panel4: Panel 4 +panel5: Panel 5 +panel6: Panel 6 +panels: Panels +pocketBag: Pocket bag +pocketFacing: Pocket facing +pocketInterfacing: Pocket interfacing +pocket: Pocket +pocketWelt: Pocket welt +side: Side +sleeveBase: Sleeve base +sleevecap: Sleevecap +sleevePlacketOverlap: Sleeve placket overlap +sleevePlacketUnderlap: Sleeve placket underlap +sleeve: Sleeve +topSleeve: Topsleeve +top: Top +underCollar: Under collar +underSleeve: Undersleeve +waistband: Waistband +yoke: Yoke From f83f2ac7bbc8616eaf161b4e7d95b4ea5f6b70bb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:57 +0200 Subject: [PATCH 0058/1675] New translations carlton.yml (Ukrainian) --- .../i18n/src/locales/uk/options/carlton.yml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/carlton.yml diff --git a/packages/i18n/src/locales/uk/options/carlton.yml b/packages/i18n/src/locales/uk/options/carlton.yml new file mode 100644 index 00000000000..fd71c4cf758 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/carlton.yml @@ -0,0 +1,31 @@ +--- +seatEase: + title: Seat ease + description: Amount of ease around your bum +pocketPlacementHorizontal: + title: Horizontal pocket placement + description: The (horizontal) location of the pockets +pocketPlacementVertical: + title: Vertical pocket placement + description: The (vertical) location of the pockets +collarHeight: + title: Collar height + description: Height of the collar +length: + title: Length + description: Total length +pocketFlapRadius: + title: Pocket flap radius + description: The amount by which the pocket flap is rounded +pocketRadius: + title: Pocket radius + description: The amount by which the pocket is rounded +chestPocketHeight: + title: Chest pocket height + description: Height of the chest pocket +beltWidth: + title: Belt width + description: Width of the belt +buttonSpacingHorizontal: + title: Horizontal button spacing + description: Horizontal spacing of the buttons, also determines the front closure overlap From e8273c8a21099506c3ee6c6058c8d2cc5926f501 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:57 +0200 Subject: [PATCH 0059/1675] New translations cathrin.yml (Ukrainian) --- .../i18n/src/locales/uk/options/cathrin.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/cathrin.yml diff --git a/packages/i18n/src/locales/uk/options/cathrin.yml b/packages/i18n/src/locales/uk/options/cathrin.yml new file mode 100644 index 00000000000..a028a809df5 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/cathrin.yml @@ -0,0 +1,28 @@ +--- +panels: + title: Number of panels + description: The number of panels to draft. More panels are better to fit a curvier model. + options: + '11': 11 panels + '13': 13 panels +waistReduction: + title: Waist reduction + description: The amount by which you want the corset to pinch your waist. +backOpening: + title: Back opening + description: Opening at the center back closure. +backRise: + title: Back rise + description: How much the back panels rise from your arms to your center back. +backDrop: + title: Back drop + description: How much the back panels lower from your hips towards your center back. Negative values will raise the back. +frontRise: + title: Front rise + description: 'Rise of the front panels at center front, between your breasts. Negative values will lower them.' +frontDrop: + title: Front drop + description: How much the front panels lower from your hips towards your center front. +hipRise: + title: Hip rise + description: How much the side panels rise on your hips. From 9f30e2f30c7758878f6d81e1741ca73528cec96d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:59 +0200 Subject: [PATCH 0060/1675] New translations huey.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/huey.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/huey.yml diff --git a/packages/i18n/src/locales/uk/options/huey.yml b/packages/i18n/src/locales/uk/options/huey.yml new file mode 100644 index 00000000000..022eee7f568 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/huey.yml @@ -0,0 +1,22 @@ +--- +pocket: + title: Pocket + description: Whether to include a front pocket or not +pocketHeight: + title: Pocket height + description: Controls the height of the pocket +hoodHeight: + title: Hood height + description: Controls the height of the hood +hoodCutback: + title: Hood cutback + description: Controls how far the hood opening is cut back +hoodClosure: + title: Hood closure + description: Controls how much of the hood is part of the front closure +hoodDepth: + title: Hood depth + description: Controls the depth of the hood +hoodAngle: + title: Hood angle + description: Controls the angle at which the hood is attached From 3ef4a3bb3fb0a489294072ba16009b392996c957 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:06:59 +0200 Subject: [PATCH 0061/1675] New translations hugo.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/hugo.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/hugo.yml diff --git a/packages/i18n/src/locales/uk/options/hugo.yml b/packages/i18n/src/locales/uk/options/hugo.yml new file mode 100644 index 00000000000..0192b1a11bf --- /dev/null +++ b/packages/i18n/src/locales/uk/options/hugo.yml @@ -0,0 +1,4 @@ +--- +hipsEase: + title: Hips ease + description: The amount of ease at your hips. From 638bd950af1932feaeb7559839fd7a25a9247f55 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:00 +0200 Subject: [PATCH 0062/1675] New translations jaeger.yml (Ukrainian) --- .../i18n/src/locales/uk/options/jaeger.yml | 112 ++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/jaeger.yml diff --git a/packages/i18n/src/locales/uk/options/jaeger.yml b/packages/i18n/src/locales/uk/options/jaeger.yml new file mode 100644 index 00000000000..80a8ae42dd5 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/jaeger.yml @@ -0,0 +1,112 @@ +--- +centerBackDart: + title: Center back dart + description: Dart at the center back of your neck to accommodate a rounded back +sleeveVentLength: + title: Sleeve vent length + description: Length of the sleeve vent +sleeveVentWidth: + title: Sleeve vent width + description: Width of the sleeve vent +chestShaping: + title: Chest shaping + description: Amount of shaping to accommodate for the chest curve +frontDartPlacement: + title: Front dart placement + description: Location of the front darts +frontOverlap: + title: Front overlap + description: How far the fabric extends beyond the closing buttons +sideFrontPlacement: + title: Side/Front placement + description: The location of the side/front boundary +chestPocketDepth: + title: Chest pocket depth + description: The depth of the chest pocket +chestPocketWidth: + title: Chest pocket width + description: The width of the chest pocket +chestPocketPlacement: + title: Chest pocket placement + description: The location of the chest pocket +chestPocketAngle: + title: Chest pocket angle + description: The angle under which the chest pocket is placed +chestPocketWeltSize: + title: Chest pocket welt size + description: The size of the chest pocket welt +frontPocketPlacement: + title: Front pocket placement + description: Location of the front pocket +frontPocketWidth: + title: Front pocket width + description: The width of the front pocket +frontPocketDepth: + title: Front pocket depth + description: The depth of the front pocket +frontPocketRadius: + title: Front pocket radius + description: The radius by which the front pocket is rounded +innerPocketPlacement: + title: Inner pocket placement + description: The location of the inner pocket +innerPocketWidth: + title: Inner pocket width + description: The width of the inner pocket +innerPocketDepth: + title: Inner pocket depth + description: The depth of the inner pocket +innerPocketWeltHeight: + title: Inner pocket welt height + description: The height of the inner pocket welt +pocketFoldover: + title: Pocket fold-over + description: The amount by which the main fabric is folder over into the pocket +centerFrontHemDrop: + title: Center front hem drop + description: The amount by which the hem is lowered towards the center front +backVent: + title: Back vent + description: The amount of back vents +backVentLength: + title: Back vent length + description: The length of the back vent(s) +buttonLength: + title: Button length + description: The distance over which buttons are spread +frontCutawayAngle: + title: Front cutaway angle + description: The angle under which the front is cut away towards the hem +frontCutawayStart: + title: Front cutaway start + description: The location at which the front starts opening up towards the hem +frontCutawayEnd: + title: Front cutaway end + description: Increasing this will make the front cutaway stay closer to the center front +collarSpread: + title: Collar spread + description: The collar spread controls how the collar drapes over the shoulders +lapelStart: + title: Lapel start + description: Location where the center front goes over into the lapels +lapelReduction: + title: Lapel reduction + description: How much the tip of the lapels turns inwards +collarHeight: + title: Collar height + description: Height of the collar +collarNotchDepth: + title: Collar notch depth + description: Depth of the collar notch +collarNotchAngle: + title: Collar notch angle + description: Angle of the collar notch +collarNotchReturn: + title: Collar notch return + description: How much the collar returns from the notch, in comparison to the lapel +rollLineCollarHeight: + title: Roll-line collar height + description: How much the roll-line hugs the neck +hemRadius: + title: Hem radius + description: The amount by which the hem is rounded From cdc8f9357e410d32ce7c34d53d4648b23ed6d8e9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:01 +0200 Subject: [PATCH 0063/1675] New translations simon.yml (Ukrainian) --- .../i18n/src/locales/uk/options/simon.yml | 136 ++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/simon.yml diff --git a/packages/i18n/src/locales/uk/options/simon.yml b/packages/i18n/src/locales/uk/options/simon.yml new file mode 100644 index 00000000000..b4490ebeaae --- /dev/null +++ b/packages/i18n/src/locales/uk/options/simon.yml @@ -0,0 +1,136 @@ +--- +backDarts: + title: Back darts + description: Whether or not to include back darts + options: + auto: Automatic + always: Always + never: Never +backDartShaping: + title: Back dart shaping + description: The amount of shaping that is done by the back darts +barrelCuffNarrowButton: + title: Cuff narrow button + description: Whether to include a button to tie the cuffs more narrow. This option is only relevant for barrel cuffs. +boxPleat: + title: Box pleat + description: Whether to include a box pleat at the back or not +boxPleatWidth: + title: Box pleat width + description: The total widh of the box pleat +boxPleatFold: + title: Box pleat fold + description: The amount by with the box pleat folds inwards +buttonPlacketStyle: + title: Button placket style + description: Style of the button placket. + options: + classic: Classic style + seamless: French style (seamless) +buttonPlacketWidth: + title: Button placket width + description: Width of the button placket. +buttonFreeLength: + title: Button free length + description: How much of the bottom of the front closure to keep button-free. +buttonholePlacketFoldWidth: + title: Buttonhole placket fold width + description: Width of the buttonhole placket fold. +buttonholePlacketStyle: + title: Buttonhole placket style + description: Style of the buttonhole placket. + options: + classic: Classic style + seamless: French style (seamless) +buttonholePlacketWidth: + title: Buttonhole placket width + description: Width of the buttonhole placket. +buttons: + title: Number of buttons + description: The number of buttons on the front closure. +collarAngle: + title: Collar angle + description: The angle of the collar tips. +collarBend: + title: Collar bend + description: The bend of the collar. +collarFlare: + title: Collar flare + description: The flare of the collar tips. +collarGap: + title: Collar gap + description: The gap between the the two collar ends. +collarRoll: + title: Collar roll + description: The amount by which the top collar is larger than the undercollar. +collarStandBend: + title: Collar stand bend + description: The bend of the collar stand. +collarStandCurve: + title: Collar stand curve + description: The curve of the collar stand. +collarStandWidth: + title: Collar stand width + description: Width of the collar stand. +cuffButtonRows: + title: Cuff button rows + description: Whether to draft a single or double row of cuff buttons. This option is only relevant for barrel cuffs. + options: + '1': Single cuff button row + '2': Double cuff button row +cuffDrape: + title: Cuff drape + description: The amount by which the sleeve is wider than the cuff where the are joined. +cuffLength: + title: Cuff length + description: The length of the cuffs. +cuffStyle: + title: Cuff style + description: The style of the cuffs. + options: + roundedBarrelCuff: Rounded barrel cuff + angledBarrelCuff: Angled barrel cuff + straightBarrelCuff: Straight barrel cuff + roundedFrenchCuff: Rounded French cuff + angledFrenchCuff: Angled French cuff + straightFrenchCuff: Straight French cuff +extraTopButton: + title: Extra top button + description: Whether or not to include an extra top button on the front closure. +ffsa: + title: Flat-felled seam allowace + description: The amount of seam allowance on flet-felled seams as a proportion of the regular seam allowance +hemCurve: + title: Hem curve + description: The height of the curve on a curved hem. +hemStyle: + title: Hem style + description: The style of the shirt hem. + options: + straight: Straight hem + baseball: Baseball hem + slashed: Slashed hem +roundBack: + title: Round back + description: To fit a round(er) back, this adds length to the center back (at the yoke) that tapers of towards the sides. +seperateButtonholePlacket: + title: Seperate buttonhole placket + description: Draft a separate buttonhole placket. +seperateButtonPlacket: + title: Seperate button placket + description: Draft a separate button placket +sleevePlacketLength: + title: Sleeve placket length + description: The length of the sleeve placket. +sleevePlacketWidth: + title: Sleeve placket width + description: The width of the sleeve placket. +splitYoke: + title: Split yoke + description: Whether to draft a split or regular yoke. +waistEase: + title: Waist ease + description: The amount of ease at your (natural) waist. +yokeHeight: + title: Yoke height + description: Controls the height of the yoke From 63ec62dc8799cbcbb5c07b3721f2590eaf81aa8e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:02 +0200 Subject: [PATCH 0064/1675] New translations sven.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/sven.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/sven.yml diff --git a/packages/i18n/src/locales/uk/options/sven.yml b/packages/i18n/src/locales/uk/options/sven.yml new file mode 100644 index 00000000000..3f8e7a99a99 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/sven.yml @@ -0,0 +1,13 @@ +--- +hipsEase: + title: Hips ease + description: Controls the amount of ease at your hips (the bottom of the sweater) +ribbing: + title: Ribbing + description: Whether to finish the hem and cuffs with ribbing or not. +ribbingHeight: + title: Ribbing height + description: The height of the ribbing on cuffs and hem. +ribbingStretch: + title: Ribbing stretch + description: The amount of negative ease to apply to the ribbing used for cuffs and hem. From 65292e273a99d89442a26e5e6cd462196c8ad814 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:03 +0200 Subject: [PATCH 0065/1675] New translations tamiko.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/tamiko.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/tamiko.yml diff --git a/packages/i18n/src/locales/uk/options/tamiko.yml b/packages/i18n/src/locales/uk/options/tamiko.yml new file mode 100644 index 00000000000..41da8be36b6 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/tamiko.yml @@ -0,0 +1,10 @@ +--- +flare: + title: Flare + description: The amount by which the garment flares from your chest downwards +shoulderseamLength: + title: Shoulder seam length + description: The length of the shoulder seam, as a factor of your shoulder to shoulder measurement +shoulderSlope: + title: Shoulder slope + description: Controls the angle of the shoulder seams From 43c3ffd82fa29b50ddbfd3792e9a0995b71a7c29 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:04 +0200 Subject: [PATCH 0066/1675] New translations trayvon.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/trayvon.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/trayvon.yml diff --git a/packages/i18n/src/locales/uk/options/trayvon.yml b/packages/i18n/src/locales/uk/options/trayvon.yml new file mode 100644 index 00000000000..6abe30eac1e --- /dev/null +++ b/packages/i18n/src/locales/uk/options/trayvon.yml @@ -0,0 +1,7 @@ +--- +tipWidth: + title: Tip width + description: The width of your tie at the tip +knotWidth: + title: Knot width + description: The width of your tie at the knot From 2d48cb619336186904ba6bd65fb23e14263e70cc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:05 +0200 Subject: [PATCH 0067/1675] New translations wahid.yml (Ukrainian) --- .../i18n/src/locales/uk/options/wahid.yml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/wahid.yml diff --git a/packages/i18n/src/locales/uk/options/wahid.yml b/packages/i18n/src/locales/uk/options/wahid.yml new file mode 100644 index 00000000000..81d6a78ed50 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/wahid.yml @@ -0,0 +1,43 @@ +--- +backScyeDart: + title: Back scye dart + description: The amount to take out in a dart at the back of the armhole. +frontScyeDart: + title: Front scye dart + description: The amount to take out in a dart at the front of the armhole. +pocketLocation: + title: Pocket location + description: Determines the placement of the pocket +pocketWidth: + title: Pocket width + description: Determines the width of the pocket +weltHeight: + title: Welt height + description: Determines the height of the welt +necklineDrop: + title: Neckline drop + description: Determines how low the neckline drops at the front +frontStyle: + title: Neck opening style + description: Style of the neck opening +hemStyle: + title: Hem style + description: Style of the front hem +hemRadius: + title: Hem radius + description: Radius by which the hem is rounded +backInset: + title: Back inset + description: How much the back of the armhole is cut inwards +frontInset: + title: Front inset + description: How much the front of the armhole is cut inwards +shoulderInset: + title: Shoulder inset + description: How much the shoulder seam is cut inwards at the shoulder +neckInset: + title: Neck inset + description: How much the shoulder seam is cut inwards at the neck +pocketAngle: + title: Pocket angle + description: Angle of the pocket slant From ce7b76addcba731b7b3cddaed16741ec480df9b0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:06 +0200 Subject: [PATCH 0068/1675] New translations florence.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/florence.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/florence.yml diff --git a/packages/i18n/src/locales/uk/options/florence.yml b/packages/i18n/src/locales/uk/options/florence.yml new file mode 100644 index 00000000000..b794f00c392 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/florence.yml @@ -0,0 +1,10 @@ +--- +height: + title: Height + description: Controls the height of the face mask +length: + title: Length + description: Controls the length of the face mask +curve: + title: Curve + description: Controls the curvature of the upper edge of the face mask From 93baf8db2604cc35f6891691e8dbd2839fc88907 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:07 +0200 Subject: [PATCH 0069/1675] New translations diana.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/diana.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/diana.yml diff --git a/packages/i18n/src/locales/uk/options/diana.yml b/packages/i18n/src/locales/uk/options/diana.yml new file mode 100644 index 00000000000..c52ffeba498 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/diana.yml @@ -0,0 +1,8 @@ +--- +shoulderSeamLength: + title: Shoulder seam length + description: Controls the length of the shoulder seam +drapeAngle: + title: Drape angle + description: Controls the amount of drape + From 929ce540fbf30c36394584a900791a7b06bd2edf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:08 +0200 Subject: [PATCH 0070/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/options/locale/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/guide/options/locale/uk.md diff --git a/markdown/org/docs/guide/options/locale/uk.md b/markdown/org/docs/guide/options/locale/uk.md new file mode 100644 index 00000000000..3004693816b --- /dev/null +++ b/markdown/org/docs/guide/options/locale/uk.md @@ -0,0 +1,7 @@ +--- +title: Language +--- + +This determines the language used on your pattern. + +By default, we use the same language as you're using on the website, but if for some reason you want a pattern in a different language, this is where to configure that. From 494bcf5ca1b5ab44afbc1d2cff5dbd4c2796897a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:09 +0200 Subject: [PATCH 0071/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/breasts/uk.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 markdown/org/docs/guide/breasts/uk.md diff --git a/markdown/org/docs/guide/breasts/uk.md b/markdown/org/docs/guide/breasts/uk.md new file mode 100644 index 00000000000..d71eb14156b --- /dev/null +++ b/markdown/org/docs/guide/breasts/uk.md @@ -0,0 +1,24 @@ +--- +title: With or without breasts? +order: 250 +--- + +Some people get confused by the terms **with breasts** and **without breasts**. + +We use these terms as a gender-inclusive way to ask whether or not a person has breasts. + + + +Check [our FAQ on the matter](/docs/faq/breasts/) for more info. + + + + + +##### Why we ask in the first place + +Fitting a chest with breasts is more complex than fitting a chest without breasts. +There are extra measurements and options required, and we want to display these +only when it's relevant. + + From a2c0be2b208b1aa71787138978fa4fe44d146534 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:10 +0200 Subject: [PATCH 0072/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/uk.md | 47 +++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 markdown/org/docs/guide/uk.md diff --git a/markdown/org/docs/guide/uk.md b/markdown/org/docs/guide/uk.md new file mode 100644 index 00000000000..5f4d31fa41c --- /dev/null +++ b/markdown/org/docs/guide/uk.md @@ -0,0 +1,47 @@ +--- +title: Getting started +order: 100 +--- + +Hi there 👋 and welcome to freesewing.org 🙂\ +Reading this guide will take about 10 minutes of your time now, to save you a bunch of questions later, and make sure you get the most out of our website. + +##### What we'll explain + +- We'll tell you [what FreeSewing is][1] and [what freesewing.org is][2] +- We'll tell you about our [made-to-measure sewing patterns][3] and what we mean by [_with breasts_ vs _without breasts_][4] +- We'll cover [why you need an account][5] what we mean by [your people][6] or [your patterns][7], and we talk about [measurements][8] +- We'll go over [how you can configure your patterns][9] with design and pattern options +- Finally, we'll tell you [where you can get help][10] if you get stuck. + +Sounds good? Then let's dive right in: + + + + + +##### You don't have to read everything + +Feel free to click around to the parts that are most relevant to you. +This guide is more reference than story. + + +[1]: /docs/guide/what/ + +[2]: /docs/guide/website/ + +[3]: /docs/guide/mtm/ + +[4]: /docs/guide/breasts/ + +[5]: /docs/guide/account/ + +[6]: /docs/guide/people/ + +[7]: /docs/guide/patterns/ + +[8]: /docs/guide/measurements/ + +[9]: /docs/guide/options/ + +[10]: /docs/guide/help/ From 51d953780a024235b8093c51d7b2ae2e5f36d575 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:12 +0200 Subject: [PATCH 0073/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/help/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/guide/help/uk.md diff --git a/markdown/org/docs/guide/help/uk.md b/markdown/org/docs/guide/help/uk.md new file mode 100644 index 00000000000..3db712e4494 --- /dev/null +++ b/markdown/org/docs/guide/help/uk.md @@ -0,0 +1,8 @@ +--- +title: Getting help +order: 999 +--- + +If you get stuck or have questions, you can [join us on Discord](https://discord.freesewing.org/) where there's always somebody around to offer help. + +Altenatively, you can check out some of the other places [where you can find us](/community/where/). From 03a9523291405cd071bf6ba7240cbd79ac5af4c5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:12 +0200 Subject: [PATCH 0074/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/measurements/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/guide/measurements/uk.md diff --git a/markdown/org/docs/guide/measurements/uk.md b/markdown/org/docs/guide/measurements/uk.md new file mode 100644 index 00000000000..78f82c2f765 --- /dev/null +++ b/markdown/org/docs/guide/measurements/uk.md @@ -0,0 +1,15 @@ +--- +title: Measurements +order: 420 +--- + +Taking accurate measurements is crucial for good results with our designs, yet not as trivial as you would think. + +We've added a few indicators to help you spot mistakes or problems in your measurements. + +- We include [estimates for your different measurements][1], and highlight those measurements where a person differs significantly from the estimate +- Your models show [a graph of their body measurements][2] in comparison to our standard sizes + +[1]: /docs/guide/measurements/estimates/ + +[2]: /docs/guide/measurements/graph/ From 9d4dee213ca899e241fabadaf290e40b342453cc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:14 +0200 Subject: [PATCH 0075/1675] New translations en.md (Ukrainian) --- .../docs/guide/measurements/estimates/uk.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 markdown/org/docs/guide/measurements/estimates/uk.md diff --git a/markdown/org/docs/guide/measurements/estimates/uk.md b/markdown/org/docs/guide/measurements/estimates/uk.md new file mode 100644 index 00000000000..5cf96af95ef --- /dev/null +++ b/markdown/org/docs/guide/measurements/estimates/uk.md @@ -0,0 +1,30 @@ +--- +title: Measurements estimates +--- + +To help you spot measuring mistakes, we show an estimate of your different measurements next to the actual value. When the difference gets large, we'll draw your attention to that. + + + +This estimate is based on your neck circumference, so this won't show up until you've measured your neck. + + + + + +##### This is a difficult area for us to work in + +We want to help you get the best results, and that includes helping you spot issues with your measurements. +On the other hand, we in no way want to imply that someone's measurements are _wrong_ somehow. + +We are an extremely size-inclusive pattern outlet, and a disproportionate amount of our users are people who struggle to find clothes or patterns from other outlets. +So on one hand, it might seem like we're setting ourselves up for failure by comparing measurements to a set of more or less _standard_ measurements. +But you know your body. You know which of your measurements deviate from the average. +And us pointing out that they do is in a way only confirmation that you've been measuring correctly. +On the other hand, if something jumps out where you are fairly average sized, you know to double-check those measurements. + +Last but not least, while we try to provide guidance about measurements to help spot mistakes, +we never exclude anyone based on size or measurement. +No matter what you throw at us, we will draft a pattern for you, or (our software will) die trying. + + From 69b034968c350cee2e2f899a51644e82f675e008 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:15 +0200 Subject: [PATCH 0076/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/measurements/graph/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/guide/measurements/graph/uk.md diff --git a/markdown/org/docs/guide/measurements/graph/uk.md b/markdown/org/docs/guide/measurements/graph/uk.md new file mode 100644 index 00000000000..3db9997c5c2 --- /dev/null +++ b/markdown/org/docs/guide/measurements/graph/uk.md @@ -0,0 +1,7 @@ +--- +title: Measurements graph +--- + +Below is an example of a measurements graph. We will generate such a graph for your people as soon as you provide us with their neck circumference. + +![Example of a measurements graph](graph.svg) From 891e37e21b6acd124396bd4f09491b1d42fd810c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:16 +0200 Subject: [PATCH 0077/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/mtm/uk.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/guide/mtm/uk.md diff --git a/markdown/org/docs/guide/mtm/uk.md b/markdown/org/docs/guide/mtm/uk.md new file mode 100644 index 00000000000..d2ea4a5b875 --- /dev/null +++ b/markdown/org/docs/guide/mtm/uk.md @@ -0,0 +1,21 @@ +--- +title: Made-to-measure sewing patterns +order: 200 +--- + +All of our sewing patterns are **made to measure**. + +We don’t scale or grade patterns. Instead, we draft the pattern to your measurements. That happens in real-time, in your browser. + + + +##### But you do have sizes? + +Generating a made-to-measure sewing pattern requires an account. +For the casual visitor who stumbles upon our website, that +adds a lot of friction before they can try out the website. + +For this reason, we've added standard sizes since version 2.2.\ +We advise against using our standard sizes for actual garment construction. + + From 0b4b8c2138e61648ef9b67cd6a429a4bc6152ae6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:17 +0200 Subject: [PATCH 0078/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/options/complete/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/guide/options/complete/uk.md diff --git a/markdown/org/docs/guide/options/complete/uk.md b/markdown/org/docs/guide/options/complete/uk.md new file mode 100644 index 00000000000..4b880038805 --- /dev/null +++ b/markdown/org/docs/guide/options/complete/uk.md @@ -0,0 +1,7 @@ +--- +title: Detail +--- + +Turn this setting off to only draft a basic outline of the pattern. + +This is particularly useful for people looking to use a laser cutter or other automated tools, and only want the cutlines of the pattern. From 1dd99731049ab376fada2dda1125e85435e626f5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:18 +0200 Subject: [PATCH 0079/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/options/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/guide/options/uk.md diff --git a/markdown/org/docs/guide/options/uk.md b/markdown/org/docs/guide/options/uk.md new file mode 100644 index 00000000000..78fc7172f4c --- /dev/null +++ b/markdown/org/docs/guide/options/uk.md @@ -0,0 +1,11 @@ +--- +title: Configuring your pattern +order: 998 +--- + +When you [create a pattern](/create/) there are two important groups of things you can tweak: + +- The **design options** are options the designer added to the pattern. Typically style and fit choices. +- The **pattern options** are a set of options that come with the platform, and are available for all patterns. Below is a complete list: + + From 619baac4b4e660e9bf5a2dd3f9ec4f361ff806d6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:19 +0200 Subject: [PATCH 0080/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/options/margin/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/guide/options/margin/uk.md diff --git a/markdown/org/docs/guide/options/margin/uk.md b/markdown/org/docs/guide/options/margin/uk.md new file mode 100644 index 00000000000..d418942ce37 --- /dev/null +++ b/markdown/org/docs/guide/options/margin/uk.md @@ -0,0 +1,5 @@ +--- +title: Margin +--- + +This controls the margin around pattern parts. The default margin is 2mm, but you can change it. From f6cd1c4637eab9718bc1f5fc5e9e3fc815736d4b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:20 +0200 Subject: [PATCH 0081/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/why-signup/uk.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/faq/why-signup/uk.md diff --git a/markdown/org/docs/faq/why-signup/uk.md b/markdown/org/docs/faq/why-signup/uk.md new file mode 100644 index 00000000000..803a72af760 --- /dev/null +++ b/markdown/org/docs/faq/why-signup/uk.md @@ -0,0 +1,21 @@ +--- +title: Why do I need to create an account to download a made-to-measure pattern? +--- + +For practical reasons. To generate made-to-measure sewing patterns, we need your measurements. + +Asking for them every time would be rather tedious, so we need to store this information. And your account is where we do that. + +Without a way to store your measurements, generating made-to-measure patterns would be hopelessly inpractical. + + + +##### Are you asking because you don't trust us? + +This question often hints at an underlying distrust towards +creating an account. As such, the following links may also be relevant: + +- Read [our privacy notice][1] +- Learn more about [your rights][2] + + From b86622063c99a94269b6390280c39a8a2a1867ae Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:21 +0200 Subject: [PATCH 0082/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/options/only/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/guide/options/only/uk.md diff --git a/markdown/org/docs/guide/options/only/uk.md b/markdown/org/docs/guide/options/only/uk.md new file mode 100644 index 00000000000..a7592ff65b6 --- /dev/null +++ b/markdown/org/docs/guide/options/only/uk.md @@ -0,0 +1,7 @@ +--- +title: Contents +--- + +This setting allows you to manually pick which parts you want to include in your pattern. + +This is often useful when you want to combine different styles. For example, you could draft a shirt pattern, and then also draft different cuffs for it. There's no need to print all pattern parts, so you can only draft your second pair of cuffs. From e3ce957836186e00b1f66a1d1a201e92b9738bd2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:22 +0200 Subject: [PATCH 0083/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/options/paperless/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/guide/options/paperless/uk.md diff --git a/markdown/org/docs/guide/options/paperless/uk.md b/markdown/org/docs/guide/options/paperless/uk.md new file mode 100644 index 00000000000..2f7f167490f --- /dev/null +++ b/markdown/org/docs/guide/options/paperless/uk.md @@ -0,0 +1,7 @@ +--- +title: Paperless +--- + +Paperless patterns have extra markings to use them without a printer. + +The idea is that with the help of the grid and the extra dimensions, you don't need to print the pattern. Instead, you can transfer it directly onto fabric, or onto a intermediate medium such as drafting paper. From 106092121a1623d37ec45d9921bf1dac046564a7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:23 +0200 Subject: [PATCH 0084/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/options/sa/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/guide/options/sa/uk.md diff --git a/markdown/org/docs/guide/options/sa/uk.md b/markdown/org/docs/guide/options/sa/uk.md new file mode 100644 index 00000000000..3faa487b56b --- /dev/null +++ b/markdown/org/docs/guide/options/sa/uk.md @@ -0,0 +1,7 @@ +--- +title: Seam allowance +--- + +This controls whether you want _seam allowance_ or not. And, if you want it, how much you want. + +This will probably be self-explanatory if you know what seam allowance is. In case you don't, check out [the seam allowance documentation](/docs/sewing/seam-allowance). From 6ff9f615caf41450319064a1a5619d58737d4d71 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:24 +0200 Subject: [PATCH 0085/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/options/units/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/guide/options/units/uk.md diff --git a/markdown/org/docs/guide/options/units/uk.md b/markdown/org/docs/guide/options/units/uk.md new file mode 100644 index 00000000000..a6ad84561bc --- /dev/null +++ b/markdown/org/docs/guide/options/units/uk.md @@ -0,0 +1,13 @@ +--- +title: Units +--- + +This controls the units used (by the text) on the pattern. + +Freesewing supports two types of units: + +- Metric units (cm) +- Imperial units (inch) + +You can configure your default units in your account settings.\ +In addition, you can set the units individually for each model.\ And if that wasn't enough, you can still override the units for an individual pattern with this setting. From 5af7ac70e2ee29f2f8e83de3c034fd5f50222b0e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:25 +0200 Subject: [PATCH 0086/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/patterns/uk.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/guide/patterns/uk.md diff --git a/markdown/org/docs/guide/patterns/uk.md b/markdown/org/docs/guide/patterns/uk.md new file mode 100644 index 00000000000..a1629b6425d --- /dev/null +++ b/markdown/org/docs/guide/patterns/uk.md @@ -0,0 +1,23 @@ +--- +title: Your patterns +order: 400 +--- + +When you generate a made-to-measure pattern, you can tweak it endlessly, and export it to a variety of formats, including PDF.\ +But it remains ephemeral until you save it to your account, so it becomes one of **your patterns**. + +Saving your pattern is optional, but it allows you to re-visit the pattern later, make further tweaks to it or simply download the PDF again. + +You can save as many patterns as you like. + + + +##### Patterns vs Designs + +If you came to this site looking for _patterns_ you might have found them under _designs_. +It's not a super important distinction, but it helps to understand that: + +- **Design**: One of the styles that we offer. We've got dozens of designs, and you can try them all +- **Pattern**: The result of generating one of those styles into a pattern. We've got thousands of patterns stored for our users, and some might be yours + + From 3fa20260f97520fa9bea5a1a8b0388c0fdd3d48d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:26 +0200 Subject: [PATCH 0087/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/people/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/guide/people/uk.md diff --git a/markdown/org/docs/guide/people/uk.md b/markdown/org/docs/guide/people/uk.md new file mode 100644 index 00000000000..9da2760b959 --- /dev/null +++ b/markdown/org/docs/guide/people/uk.md @@ -0,0 +1,12 @@ +--- +title: Your people +order: 350 +--- + +Once you have an account, you can start adding measurements. But that quickly brings up the next question: what if you want a pattern for you, but also for your partner? + +That's why we have _people_. + +You create a person, and add measurements to that person. Now you can generate patterns for this person, based on their measurements. + +You can add as many people as you like. Having just one for yourself is fine too. From 41a170f626891972a38c23f7d74195dc1e2c662e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:27 +0200 Subject: [PATCH 0088/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/website/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/guide/website/uk.md diff --git a/markdown/org/docs/guide/website/uk.md b/markdown/org/docs/guide/website/uk.md new file mode 100644 index 00000000000..2b3ce68b1e7 --- /dev/null +++ b/markdown/org/docs/guide/website/uk.md @@ -0,0 +1,8 @@ +--- +title: What is freesewing.org? +order: 150 +--- + +Freesewing.org is our flagship website that offers made-to-measure sewing patterns to makers all over the world. + +It is our most visible asset, and for many people their first encounter with the project. The place where all our work on comes together and teams up, to provide you with something we hope you will appreciate. From 8c28f03e2020c39674b866ce15e1d224923b3698 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:28 +0200 Subject: [PATCH 0089/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/what/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/guide/what/uk.md diff --git a/markdown/org/docs/guide/what/uk.md b/markdown/org/docs/guide/what/uk.md new file mode 100644 index 00000000000..2cfdac35e37 --- /dev/null +++ b/markdown/org/docs/guide/what/uk.md @@ -0,0 +1,12 @@ +--- +title: What is FreeSewing? +order: 100 +--- + +[FreeSewing is an open source software project](https://github.com/freesewing/) with the aim of becoming the Wikipedia of sewing patterns. + +We provide a [core library](https://www.npmjs.com/package/@freesewing/core) for parametric pattern design, an ever-growing [library of designs](/designs/) implemented in code, as well as a bunch of adjacent tools for building modern interfaces on top of our platform. + +We are not interested in fashion, trends, or publishing the hot new pattern of the season. Instead, we want to empower makers by distilling the knowledge of the sewing community into parametric designs + documentation, and make that information freely available. + +FreeSewing is built by [contributors](/community/who/contributors/) who are all volunteers, and financially supported by [our Patrons](/community/who/patrons/). From 4d558f6f399ce324a7fd56bb775bcc16ac983cbb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:29 +0200 Subject: [PATCH 0090/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/ankle/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/ankle/uk.md diff --git a/markdown/org/docs/measurements/ankle/uk.md b/markdown/org/docs/measurements/ankle/uk.md new file mode 100644 index 00000000000..ec356b8a6b8 --- /dev/null +++ b/markdown/org/docs/measurements/ankle/uk.md @@ -0,0 +1,7 @@ +--- +title: Ankle circumference +--- + +The **ankle circumference** measurement goes around your ankle. + +To measure your ankle circumference, run the tape measure around your leg, just above your ankle. From f879d4c947759572f9df3f00113b572d7da04356 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:30 +0200 Subject: [PATCH 0091/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/biceps/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/biceps/uk.md diff --git a/markdown/org/docs/measurements/biceps/uk.md b/markdown/org/docs/measurements/biceps/uk.md new file mode 100644 index 00000000000..a3cfa4b585d --- /dev/null +++ b/markdown/org/docs/measurements/biceps/uk.md @@ -0,0 +1,7 @@ +--- +title: Biceps circumference +--- + +The **biceps circumference** measurement goes around the fullest part of your upper arm. + +To measure your **biceps circumference**, run the tape measure around the fullest part of your upper arm. From 0316eaccd80335f220bb72be2529a4142e6bc1a2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:31 +0200 Subject: [PATCH 0092/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/account/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/guide/account/uk.md diff --git a/markdown/org/docs/guide/account/uk.md b/markdown/org/docs/guide/account/uk.md new file mode 100644 index 00000000000..f20701ecec1 --- /dev/null +++ b/markdown/org/docs/guide/account/uk.md @@ -0,0 +1,12 @@ +--- +title: Your account +order: 300 +--- + +To generate made-to-measure sewing patterns, we need measurements. Asking for them every time would be rather tedious, so we store them for you. + +We need a place to store them, and that _place_ is your account. Your account data is stored on our backend, subject to [our privacy notice][1], and with respect for [your rights][2]. + +[1]: /docs/various/privacy/ + +[2]: /docs/various/rights/ From 3f0207384215ef3b568a355dd0ec29c79f0c6169 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:32 +0200 Subject: [PATCH 0093/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/what-is-freesewing/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/faq/what-is-freesewing/uk.md diff --git a/markdown/org/docs/faq/what-is-freesewing/uk.md b/markdown/org/docs/faq/what-is-freesewing/uk.md new file mode 100644 index 00000000000..16dcaf06ee2 --- /dev/null +++ b/markdown/org/docs/faq/what-is-freesewing/uk.md @@ -0,0 +1,11 @@ +--- +title: What is FreeSewing? +--- + +[FreeSewing is an open source software project](https://github.com/freesewing/) with the aim of becoming the WikiPedia of sewing patterns. + +We provide a [core library](https://www.npmjs.com/package/@freesewing/core) for parametric pattern design, an ever-growing [library of designs](/designs/) implemented in code, as well as a bunch of adjacent tools for building modern interfaces on top of our platform. + +We are not interested in fashion, trends, or publishing the hot new pattern of the season. Instead, we want to empower makers by distilling the knowledge of the sewing community into parametric designs + documentation, and make that information freely available. + +FreeSewing is built by [contributors](/community/who/contributors/) who are all volunteers, and financially supported by [our Patrons](/community/who/patrons/). From 2c9e47458dbed417d99405fda91ef4575dea3e7f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:33 +0200 Subject: [PATCH 0094/1675] New translations titan.yml (Ukrainian) --- .../i18n/src/locales/uk/options/titan.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/titan.yml diff --git a/packages/i18n/src/locales/uk/options/titan.yml b/packages/i18n/src/locales/uk/options/titan.yml new file mode 100644 index 00000000000..10cb926f285 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/titan.yml @@ -0,0 +1,46 @@ +--- +kneeEase: + title: Knee ease + description: Controls the amout of ease at the knee +waistHeight: + title: Waist height + description: Controls the height of the waist, 100% = waist height, 0% = hip height +lengthBonus: + title: Length bonus + description: Controls the length of the trousers +crotchDrop: + title: Crotch drop + description: Lowers the crotch for a more relaxed fit +fitKnee: + title: Fit the knee + description: Fits the legs from based on the knee circumference, rather than seat circumference +legBalance: + title: Leg balance + description: Controls the ratio between front and back panel of the leg +crossSeamCurveStart: + title: Start of the cross seam curve + description: Controls how far into the cross seam we start to curve +crossSeamCurveBend: + title: Cross seam bend + description: Controls the curvature of the cross seam +crossSeamCurveAngle: + title: Cross seam angle + description: Controls the angle of the cross seam +crotchSeamCurveStart: + title: Start of the crotch seam curve + description: Controls how far into the crotch seam we start to curve +crotchSeamCurveBend: + title: Crotch seam bend + description: Controls the curvature of the crotch seam +crotchSeamCurveAngle: + title: Crotch seam angle + description: Controls the angle of the crotch seam +waistBalance: + title: Waist balance + description: Controls the horizontal position of the waist relative to the seat +waistbandWidth: + title: Waistband width + description: The width of the waistband +grainlinePosition: + title: Grainline position + description: Controls the horizontal position of the leg relative to the seat From 4c2c7b0f798f6b05beb60fe6bb40a33e8fcf874a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:34 +0200 Subject: [PATCH 0095/1675] New translations cornelius.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml b/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml new file mode 100644 index 00000000000..cb47251adbd --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml @@ -0,0 +1,3 @@ +--- +Vent: Vent +PocketFacing: Pocket facing From 56299a1d059e6a39c5b37c5cb2a4440c86827abe Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:35 +0200 Subject: [PATCH 0096/1675] New translations paco.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/paco.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/paco.yml diff --git a/packages/i18n/src/locales/uk/options/paco.yml b/packages/i18n/src/locales/uk/options/paco.yml new file mode 100644 index 00000000000..6a404a94603 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/paco.yml @@ -0,0 +1,16 @@ +--- +heelEase: + title: Heel ease + description: The amount of ease at your heel (when stepping into the leg) +frontPockets: + title: Front pockets + description: Whether or not to add front pockets on the side seam +backPockets: + title: Back pockets + description: Whether or not to add welt pockets to the back +elasticatedHem: + title: Elasticated hem + description: Whether or not you want an elasticated hem +ankleElastic: + title: Ankle/Hem elastic width + description: Width of the (optional) elastic at the ankle/hem From 345e1e43276179e028dd6e88dfb0a20bbc7b26e9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:36 +0200 Subject: [PATCH 0097/1675] New translations teagan.yml (Ukrainian) --- .../i18n/src/locales/uk/options/teagan.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/teagan.yml diff --git a/packages/i18n/src/locales/uk/options/teagan.yml b/packages/i18n/src/locales/uk/options/teagan.yml new file mode 100644 index 00000000000..8c7313302cf --- /dev/null +++ b/packages/i18n/src/locales/uk/options/teagan.yml @@ -0,0 +1,19 @@ +--- +draftForHighBust: + title: Draft for high bust + description: Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. +sleeveEase: + title: Sleeve ease + description: Amount of ease of your sleeves +sleeveLength: + title: Sleeve length + description: Controls the length of your sleeves +necklineBend: + title: Neckline curvature + description: Controls the curvature of the neckline. +necklineDepth: + title: Neckline depth + description: Controls how deep the neck opening plunges down. +necklineWidth: + title: Neckline width + description: Controls the width of the neck opening. From 772b143c40c2828fe2ec3c8374cbc3fdf1842983 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:37 +0200 Subject: [PATCH 0098/1675] New translations title.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/plugins/title.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/plugins/title.yaml diff --git a/packages/i18n/src/locales/uk/plugin/plugins/title.yaml b/packages/i18n/src/locales/uk/plugin/plugins/title.yaml new file mode 100644 index 00000000000..967172b6886 --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/plugins/title.yaml @@ -0,0 +1,3 @@ +--- +cut: Cut +onFold: On the fold From 185a7b3e201347297011d0227c78ffdfbd197bb4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:37 +0200 Subject: [PATCH 0099/1675] New translations teagan.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml b/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml new file mode 100644 index 00000000000..10c191ba048 --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml @@ -0,0 +1,2 @@ +--- +fullLengthFromHps: Full length (from HPS) From 3ce2b0c120b158aad9026b56e55cf8674b2022bb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:38 +0200 Subject: [PATCH 0100/1675] New translations cty.yaml (Ukrainian) --- packages/i18n/src/locales/uk/cty.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/i18n/src/locales/uk/cty.yaml diff --git a/packages/i18n/src/locales/uk/cty.yaml b/packages/i18n/src/locales/uk/cty.yaml new file mode 100644 index 00000000000..d73fa9146e1 --- /dev/null +++ b/packages/i18n/src/locales/uk/cty.yaml @@ -0,0 +1,20 @@ +--- +wafsHashtag: WeAreFreeSewing +weAreACommunityOfMakers: We are a community of makers +weProvideMtmSewingPatterns: We provide made-to-measure sewing patterns +isAPatron: is a patron +contributesWith: contributes with +communityBuilding: Community building +development: Development +patternTesting: Pattern testing +patternDesign: Pattern design +support: Support +translation: Translation +writing: Writing +whereToFindUs: Where to find us +whoWeAre: Who we are +community: Community +team: Team +teams: Teams +contributors: Contributors +calls: Contributor calls From 9db078687a368a22bb47b7d38b8801835f8f602c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:39 +0200 Subject: [PATCH 0101/1675] New translations breanna.yml (Ukrainian) --- .../i18n/src/locales/uk/options/breanna.yml | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/breanna.yml diff --git a/packages/i18n/src/locales/uk/options/breanna.yml b/packages/i18n/src/locales/uk/options/breanna.yml new file mode 100644 index 00000000000..5a7b5666ce0 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/breanna.yml @@ -0,0 +1,41 @@ +--- +shoulderDart: + title: Shoulder dart + description: Whether or not to inlude a dart at the shoulder to round the back +shoulderDartSize: + title: Shoulder dart size + description: The size of the shoulder dart +shoulderDartLength: + title: Shoulder dart length + description: The length of the shoulder dart +waistDart: + title: Waist dart + description: Whether or not to inlude a dart at the waist to round the back +waistDartSize: + title: Waist dart size + description: The size of the waist dart +waistDartLength: + title: Waist dart length + description: The length of the waist dart +verticalEase: + title: Vertical ease + description: The amount of ease to distribute along the length of the garment +waistEase: + title: Waist ease + description: The amount of ease at the waist +primaryBustDart: + title: Bust dart + description: Where to place the bust dart to shape the chest +primaryBustDartLength: + title: Bust dart length + description: The length of the bust dart +secondaryBustDart: + title: Secondary bust dart + description: Optionally include a secondary bust dart to distribute the shaping of the chest +secondaryBustDartLength: + title: Secondary bust dart length + description: The length of the secondary bust dart +primaryBustDartShaping: + title: Bust darts shaping + description: Controls the balance between the main and secondary bust darts + From c0569cd7341b613828cff6f98f8e614a47aebf4b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:40 +0200 Subject: [PATCH 0102/1675] New translations albert.yml (Ukrainian) --- .../i18n/src/locales/uk/options/albert.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/albert.yml diff --git a/packages/i18n/src/locales/uk/options/albert.yml b/packages/i18n/src/locales/uk/options/albert.yml new file mode 100644 index 00000000000..a4874e0a859 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/albert.yml @@ -0,0 +1,20 @@ +--- +backOpening: + title: Back opening + description: Controls the opening at the back of the apron +chestDepth: + title: Strap length + description: Controls the length of the straps +lengthBonus: + title: Length bonus + description: Controls the length of the apron +bibLength: + title: Bib length + description: Controls the length of the bib +bibWidth: + title: Bib width + description: Controls the width of the bib +strapWidth: + title: Strap width + description: Controls the width of the strap + From a50614697126edfafa49dd0a91444392a506c3ed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:41 +0200 Subject: [PATCH 0103/1675] New translations bella.yml (Ukrainian) --- .../i18n/src/locales/uk/options/bella.yml | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/bella.yml diff --git a/packages/i18n/src/locales/uk/options/bella.yml b/packages/i18n/src/locales/uk/options/bella.yml new file mode 100644 index 00000000000..b905e285328 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/bella.yml @@ -0,0 +1,58 @@ +--- +chestEase: + title: Chest ease + description: Controls the amount of ease at the fullest part of your chest +waistEase: + title: Waist ease + description: Controls the amount of ease at your waist +bustSpanEase: + title: Bust span ease + description: Controls the amount of (horizontal) ease added to your bust span when locating the bust point. +shoulderToShoulderEase: + title: Shoulder to Shoulder ease + description: Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry. +fullChestEaseReduction: + title: Full chest ease reduction + description: Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area +backDartHeight: + title: Back dart height + description: Controls the height of the back dart +bustDartLength: + title: Bust dart length + description: Controls the length of the bust dart +waistDartLength: + title: Waist dart length + description: Controls the length of the waist dart +bustDartCurve: + title: Bust dart curve + description: Controls the curvature of the bust dart +armholeDepth: + title: Armhole depth + description: Controls the depth of the armhole +backArmholeSlant: + title: Back armhole slant + description: Slightly rotates the armhole around its pitch point +frontArmholeCurvature: + title: Front armhole curvature + description: Controls how deep the armhole is scooped out at the front bottom +backArmholeCurvature: + title: Back armhole curvature + description: Controls how deep the armhole is scooped out at the back bottom +frontArmholePitchDepth: + title: Front armhole pitch depth + description: Tweaks the horizontal placement of the front armhole pitch point +backArmholePitchDepth: + title: Back armhole pitch depth + description: Tweaks the horizontal placement of the back armhole pitch point +backNeckCutout: + title: Back neck cutout + description: Controls how deep the neck opening is scooped out at at the back +backHemSlope: + title: Back hem slope + description: Controls the slope of the hem at the back +frontShoulderWidth: + title: Front shoulder width + description: Controls the narrowness of the front shoulders relative to the back +highBustWidth: + title: High bust width + description: Allows you to tweak the hight bust width at the front From 306c88417c1eaa29c501417f35f4a9d119e051fb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:42 +0200 Subject: [PATCH 0104/1675] New translations hortensia.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/hortensia.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/hortensia.yml diff --git a/packages/i18n/src/locales/uk/options/hortensia.yml b/packages/i18n/src/locales/uk/options/hortensia.yml new file mode 100644 index 00000000000..555b48b842e --- /dev/null +++ b/packages/i18n/src/locales/uk/options/hortensia.yml @@ -0,0 +1,13 @@ +--- +size: + title: Size + description: Controls the overall size of the handbag +zipperSize: + title: Zipper size + description: Which size of zipper to use +strapLength: + title: Strap length + description: Controls the length of the strap +handleWidth: + title: Handle width + description: Controls the width of the handle From 7c217feb4cb74d899aaf07eb0d0e03ebd3791742 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:43 +0200 Subject: [PATCH 0105/1675] New translations hortensia.yaml (Ukrainian) --- .../i18n/src/locales/uk/plugin/patterns/hortensia.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml b/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml new file mode 100644 index 00000000000..d4dc18ff506 --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml @@ -0,0 +1,10 @@ +--- +SidePanel: Side Panel +FrontBackPanel: Front and Back Panel +BottomPanel: Bottom Panel +ZipperPanel: Zipper Panel +Strap: Handle +strapLength: Length of the Handles +handleWidth: Width of the handles +zipperSize: Standard zipper size +SidePanelReinforcement: Side Reinforcement Panel From e8605b1ce42bf0f58721fa8e013158114e6af260 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:44 +0200 Subject: [PATCH 0106/1675] New translations cornelius.yml (Ukrainian) --- .../i18n/src/locales/uk/options/cornelius.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/cornelius.yml diff --git a/packages/i18n/src/locales/uk/options/cornelius.yml b/packages/i18n/src/locales/uk/options/cornelius.yml new file mode 100644 index 00000000000..b4d3ce2f2ea --- /dev/null +++ b/packages/i18n/src/locales/uk/options/cornelius.yml @@ -0,0 +1,26 @@ +--- +fullness: + title: Fullness + description: Controls the fullness of the breeches +waistbandBelowWaist: + title: Lower waistband + description: Percentage to move the waistband below the actual waist +waistReduction: + title: Waist reduction + description: Percentage to reduce the waistband +cuffWidth: + title: Cuff width + description: Width of the leg cuff +cuffStyle: + title: Cuff style + description: Style of the leg cuff +bandBelowKnee: + title: Cuff below knee + description: Controls the cuff distance from the knee +kneeToBelow: + title: Cuff length + description: Controls the tightness of the cuff as compared to the knee +ventLength: + title: Vent length + description: Controls the length of the vent between knee and cuff + From 908c87e8412a09e0547932aede756b236471674e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:45 +0200 Subject: [PATCH 0107/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/sizes/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/faq/sizes/uk.md diff --git a/markdown/org/docs/faq/sizes/uk.md b/markdown/org/docs/faq/sizes/uk.md new file mode 100644 index 00000000000..37ca8fd0686 --- /dev/null +++ b/markdown/org/docs/faq/sizes/uk.md @@ -0,0 +1,10 @@ +--- +title: I know my size, but your pattern doesn't fit me +--- + +The standard sizes we offer are there to allow you to discover our platform without the need to create an account. We advise against using them as-is. + +Drafting made-to-measure sewing patterns really is _our thing_.\ +If you insist on getting a pattern in a standard size, FreeSewing is not for you. + +Thankfully, Fiona curates [a list of indie pattern designers](https://chainstitcher.blogspot.com/p/indie-pattern-designers.html), so you have plenty of alternatives. From 4c4fbfc4e10347a24609deaeb4407b52d1810b20 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:45 +0200 Subject: [PATCH 0108/1675] New translations charlie.yml (Ukrainian) --- .../i18n/src/locales/uk/options/charlie.yml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/charlie.yml diff --git a/packages/i18n/src/locales/uk/options/charlie.yml b/packages/i18n/src/locales/uk/options/charlie.yml new file mode 100644 index 00000000000..cd395335db1 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/charlie.yml @@ -0,0 +1,52 @@ +--- +backPocketHorizontalPlacement: + title: Back pocket horizontal placement + description: Controls the horizontal placement of the back pocket +backPocketVerticalPlacement: + title: Back pocket vertical placement + description: Controls the vertical placement of the back pocket +backPocketWidth: + title: Back pocket width + description: Controls the width of the back pocket +backPocketDepth: + title: Back pocket depth + description: Controls the depth of the back pocket +backPocketFacing: + title: Back pocket facing + description: Controls whether or not to include facing on the back pockets +frontPocketSlantDepth: + title: Front pocket slant depth + description: Controls the depth of the (front) pocket slant +frontPocketSlantWidth: + title: Front pocket slant width + description: Controls the width of the (front) pocket slant +frontPocketSlantRound: + title: Front pocket slant round + description: Controls how far from the end of the slant we start rounding into the outseam +frontPocketSlantBend: + title: Front pocket slant bend + description: Controls the radius by which we round the pocket slant into the outseam +frontPocketWidth: + title: Front pocket width + description: Controls the width of the front pocket bag +frontPocketDepth: + title: Front pocket depth + description: Controls the depth of the front pocket bag +frontPocketFacing: + title: Front pocket facing + description: Controls how far the pocket facing extends into the pocket bag +beltLoops: + title: Belt loops + description: Controls the amount of belt loops +flyCurve: + title: Fly curve + description: Controls the curvature of the fly J-seam +flyLength: + title: Fly length + description: Controls the length of the fly +flyWidth: + title: Fly width + description: Controls how far the J-seam of offset from the fly edge +waistbandCurve: + title: Waistband Curve + description: Controls how curved the waistband is. From 2b88b412247375688a9776bace4fc99621e6f180 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:46 +0200 Subject: [PATCH 0109/1675] New translations ursula.yml (Ukrainian) --- .../i18n/src/locales/uk/options/ursula.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/ursula.yml diff --git a/packages/i18n/src/locales/uk/options/ursula.yml b/packages/i18n/src/locales/uk/options/ursula.yml new file mode 100644 index 00000000000..679ff5690ff --- /dev/null +++ b/packages/i18n/src/locales/uk/options/ursula.yml @@ -0,0 +1,34 @@ +--- +fabricStretch: + title: Fabric stretch + description: Adjust this for more or less stretchy fabrics +gussetWidth: + title: Gusset width + description: Controls the width of the gusset +gussetLength: + title: Gusset length + description: Controls the length of the gusset +elasticStretch: + title: Elastic stretch + description: Adjust this for more or less stretchy elastic +rise: + title: Rise + description: Controls the height of the waist +legOpening: + title: Leg opening + description: Controls how high the leg is cut out +frontDip: + title: Front waist dip + description: Controls how much the front waist curves (revealing more or less skin) +backDip: + title: Back waist dip + description: Controls how much the back waist curves (revealing more or less skin) +taperToGusset: + title: Front exposure + description: Controls the amount of exposed skin on the front +backExposure: + title: Back exposure + description: Controls the amount of exposed skin on the back + + + From 8e10c2016818363a26121fa7208ba0dcc8b430be Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:47 +0200 Subject: [PATCH 0110/1675] New translations en.md (Ukrainian) --- markdown/org/docs/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/uk.md diff --git a/markdown/org/docs/uk.md b/markdown/org/docs/uk.md new file mode 100644 index 00000000000..8e06316eb3c --- /dev/null +++ b/markdown/org/docs/uk.md @@ -0,0 +1,5 @@ +--- +title: Documentation +--- + + From 520b199c7363e38534cac553f9b3b3e7b9d9bb8a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:48 +0200 Subject: [PATCH 0111/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/breasts/uk.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/faq/breasts/uk.md diff --git a/markdown/org/docs/faq/breasts/uk.md b/markdown/org/docs/faq/breasts/uk.md new file mode 100644 index 00000000000..4ad81cf227f --- /dev/null +++ b/markdown/org/docs/faq/breasts/uk.md @@ -0,0 +1,23 @@ +--- +title: "What's all this talk about with or without breasts?" +--- + +Some people get confused by the terms _with breasts_ and _without breasts_. + +We use these terms as a gender-inclusive way to ask whether or not a person has breasts. + +##### As it applies to bodies + +Nearly every clothing company has two main categories for their clothing: menswear and womenswear. These garment designs are usually based off of the ideal or average body. Meaning, for womenswear, the designer will likely make a garment for a body with breasts, narrow shoulders, a smaller waist and wide hips. + +These characteristics are generally thought of as _the typical characteristics of a woman's body_. However, we believe it is best to stay away from this; no body is average and we want to build a gender-inclusive environment. + +We do not want to exclude anyone and we think that _body shape ≠ gender_. That's why we use the terminology **with breasts** and **without breasts**, simply asking whether a person has breast tissue or not. + +##### How it applies to patterns + +Any user can draft any pattern on our site, as long as they provide the required measurements. Which for some patterns includes measurements that are only relevant if you have breasts. + +##### How it applies to binding + +If you are binding, use the **without breasts** patterns, and use the cirumference of your binded chest as [chest measurement](/docs/measurements/chest/) From a71e2e8b41ce8cb7cac471ef7abaff56283cffa4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:49 +0200 Subject: [PATCH 0112/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/commercial-use/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/faq/commercial-use/uk.md diff --git a/markdown/org/docs/faq/commercial-use/uk.md b/markdown/org/docs/faq/commercial-use/uk.md new file mode 100644 index 00000000000..d60116d5b4c --- /dev/null +++ b/markdown/org/docs/faq/commercial-use/uk.md @@ -0,0 +1,7 @@ +--- +title: Can I use FreeSewing patterns for commercial purposes? +--- + +Yes you can. Open Source is a development model, not a business model. + +If our work can help you put food on the table, by all means go ahead. From 501c2f4e4ba749c8ae7a8ba2cf6e4336defda697 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:50 +0200 Subject: [PATCH 0113/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/email-trouble/uk.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/faq/email-trouble/uk.md diff --git a/markdown/org/docs/faq/email-trouble/uk.md b/markdown/org/docs/faq/email-trouble/uk.md new file mode 100644 index 00000000000..f442e28bfe2 --- /dev/null +++ b/markdown/org/docs/faq/email-trouble/uk.md @@ -0,0 +1,22 @@ +--- +title: How can I sign up? I never received the E-mail to activate my account! +--- + +If you did not receive the email, check your spam/junk folder. If you can't find it there either, it is most likely that your E-mail provider blocked it outright. + +Either try using a different E-mail address, or [reach out to us](https://discord.freesewing.org/) so we can help you activate your account. + + + +##### Users in France are more likely to run into this problem + +In France, several E-mail providers share the same filtering: + +- free.fr +- laposte.net +- organge.fr +- sfr.fr + +They are all known to cause issues with deliveries. + + From 38a43e08c27029f56a8f2c1fb86dc0891b919e1d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:51 +0200 Subject: [PATCH 0114/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/faq/uk.md diff --git a/markdown/org/docs/faq/uk.md b/markdown/org/docs/faq/uk.md new file mode 100644 index 00000000000..aa896744f84 --- /dev/null +++ b/markdown/org/docs/faq/uk.md @@ -0,0 +1,6 @@ +--- +title: Frequently asked questions +order: 150 +--- + + From 03b8ec83eadf4c86d8bb8b44526293378d1d1f48 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:52 +0200 Subject: [PATCH 0115/1675] New translations en.md (Ukrainian) --- .../org/docs/faq/measurement-estimates/uk.md | 117 ++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 markdown/org/docs/faq/measurement-estimates/uk.md diff --git a/markdown/org/docs/faq/measurement-estimates/uk.md b/markdown/org/docs/faq/measurement-estimates/uk.md new file mode 100644 index 00000000000..7af94d2b28d --- /dev/null +++ b/markdown/org/docs/faq/measurement-estimates/uk.md @@ -0,0 +1,117 @@ +--- +title: What are those symbols next to my measurements? +--- + +You might have noticed these kind of icons next to your measurements: + +The value they represent shows how far the measurement deviates from the proportions we test our designs with: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Icon + + Description +
    + + + The value is significantly lower +
    + + + The value is a good bit lower +
    + + + The value is a bit lower +
    + + + The value is very close +
    + + + The value is very close +
    + + + The value is a bit higher +
    + + + The value is a good bit higher +
    + + + The value is significantly higher +
    + +These indicators serve a dual purpose: + +- Help you spot mistakes in your measurements (you know best where your outliers are) +- Help you anticipate where our software might struggle to come up with good results + + + +##### There are no good or bad measurements + +Designing patterns for a variety of shapes is hard work. + +Unlike other pattern companies, we don't limit ourselves to a particular size range. +All people and all bodies are welcome here. + +If it turns out it doesn't work for you, please [let us know](https://discord.freesewing.org/) and we'll try to do better. + + From ee4b004d30aa1c3946386e9661d5e09d178219db Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:53 +0200 Subject: [PATCH 0116/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/notches/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/faq/notches/uk.md diff --git a/markdown/org/docs/faq/notches/uk.md b/markdown/org/docs/faq/notches/uk.md new file mode 100644 index 00000000000..20477a2b239 --- /dev/null +++ b/markdown/org/docs/faq/notches/uk.md @@ -0,0 +1,9 @@ +--- +title: Why don't you use double notches to mark the back of the pattern? +--- + +A double-notch is a common way to mark the back of the pattern. Common, but not universal. + +Different parts of the world have different conventions or traditions on how to notch patterns. To avoid confusion, we use a differently styled notch to indicate the back, as detailed in [our pattern notation guide][1]. + +[1]: /docs/various/notation/ From 745c5585bd5c64fab422812f465f050707550564 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:54 +0200 Subject: [PATCH 0117/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/privacy/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/faq/privacy/uk.md diff --git a/markdown/org/docs/faq/privacy/uk.md b/markdown/org/docs/faq/privacy/uk.md new file mode 100644 index 00000000000..b1d3ab2e9e3 --- /dev/null +++ b/markdown/org/docs/faq/privacy/uk.md @@ -0,0 +1,7 @@ +--- +title: What are you doing with my personal data? +--- + +How we handle your personal data is documented in [our privacy notice][1]. + +[1]: /docs/various/privacy/ From 26a8c0246c4658c1ebc0cc78dc8642240f54632e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:55 +0200 Subject: [PATCH 0118/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/bustfront/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/bustfront/uk.md diff --git a/markdown/org/docs/measurements/bustfront/uk.md b/markdown/org/docs/measurements/bustfront/uk.md new file mode 100644 index 00000000000..138d2cab5d3 --- /dev/null +++ b/markdown/org/docs/measurements/bustfront/uk.md @@ -0,0 +1,7 @@ +--- +title: Bust front +--- + +The **bust front** is the front part of your chest circumference. + +To measure your bust front, run the tape measure horizontally accross the fullest part of your chest, starting at the side (seam) on one side, across your breasts to the side (seam) on the other side. From b3129fbce9b6e1b99cb4960ff3efa81e0ff76380 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:56 +0200 Subject: [PATCH 0119/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/bustspan/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/bustspan/uk.md diff --git a/markdown/org/docs/measurements/bustspan/uk.md b/markdown/org/docs/measurements/bustspan/uk.md new file mode 100644 index 00000000000..9bdfed4bafa --- /dev/null +++ b/markdown/org/docs/measurements/bustspan/uk.md @@ -0,0 +1,7 @@ +--- +title: Bust span +--- + +The **bust span** is the horizontal distance between the two apex points of your bust. + +To measure your bust span, run the tape measure horizontally in a straight line from the tip of your one breast to the tip of the other. From 9b087cd868e8b80f26065977df5d714527f021e0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:57 +0200 Subject: [PATCH 0120/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/aaron/fabric/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/fabric/uk.md diff --git a/markdown/org/docs/patterns/aaron/fabric/uk.md b/markdown/org/docs/patterns/aaron/fabric/uk.md new file mode 100644 index 00000000000..948e0c33062 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/fabric/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Aaron A-Shirt: Fabric Options" +- - - + +An A-shirt is essentially underwear. And in that capacity, you want something that is comfortable, feels nice on your skin and breaths. + +Cotton with a hint of something stretchy, maybe rayon, or a fine knit. I suggest you go to the fabric store and feel around a bit. + + + +While stretch is not required, it does make sense for underwear. That being said, you can make this in a non-stretch, just make sure pick loose or casual fit. + + From efdeb71e4af1d682409674438dd02f125dd1059b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:58 +0200 Subject: [PATCH 0121/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/waisttofloor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/measurements/waisttofloor/uk.md diff --git a/markdown/org/docs/measurements/waisttofloor/uk.md b/markdown/org/docs/measurements/waisttofloor/uk.md new file mode 100644 index 00000000000..61185c43b35 --- /dev/null +++ b/markdown/org/docs/measurements/waisttofloor/uk.md @@ -0,0 +1,9 @@ +--- +title: Waist to floor +--- + +The **waist to floor** is the measurement from your waist down to the floor. + +To measure your waist to floor measurement, locate the height of your waist, and measure how high it is from the floor. + +It is often easiest to measure at the side of your body. From f712ceab52fb73dbeefe11a7df3be3abb65a8260 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:07:59 +0200 Subject: [PATCH 0122/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/waisttohips/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/measurements/waisttohips/uk.md diff --git a/markdown/org/docs/measurements/waisttohips/uk.md b/markdown/org/docs/measurements/waisttohips/uk.md new file mode 100644 index 00000000000..24ee4fe0f8f --- /dev/null +++ b/markdown/org/docs/measurements/waisttohips/uk.md @@ -0,0 +1,5 @@ +--- +title: Waist to hips +--- + +The **waist to hips** measurement is measured from your waist down to the top of your hip bone (where your trousers sit). Measure it at the side of your body. From e76384fe4c71a2b30c40842d0c307167c0b2d90a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:00 +0200 Subject: [PATCH 0123/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/waisttoknee/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/waisttoknee/uk.md diff --git a/markdown/org/docs/measurements/waisttoknee/uk.md b/markdown/org/docs/measurements/waisttoknee/uk.md new file mode 100644 index 00000000000..a231e8b9fdc --- /dev/null +++ b/markdown/org/docs/measurements/waisttoknee/uk.md @@ -0,0 +1,7 @@ +--- +title: Waist to knee +--- + +The **waist to knee** is the measurement from your waist down towards your knee, measured on the side of your body. + +To measure your **waist to knee**, locate the height of both your waist and your knee, and measure the vertical distance between them. Make sure to measure at the side of your body. From e0a1de9012c1947784ee8865039b36fa6dbe4177 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:01 +0200 Subject: [PATCH 0124/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/waisttoseat/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/waisttoseat/uk.md diff --git a/markdown/org/docs/measurements/waisttoseat/uk.md b/markdown/org/docs/measurements/waisttoseat/uk.md new file mode 100644 index 00000000000..f8adbf48931 --- /dev/null +++ b/markdown/org/docs/measurements/waisttoseat/uk.md @@ -0,0 +1,7 @@ +--- +title: Waist to seat +--- + +The **waist to seat** is the measurement from your waist down towards the fullest part of your bum, measured on the side of your body. + +To measure your **waist to seat**, locate the height of both your waist and seat circumference, and measure the vertical distance between them. Make sure to measure at the side of your body. From c9e9d5ca5e24882e789a2b94ab3419121218f52d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:02 +0200 Subject: [PATCH 0125/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/waisttounderbust/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/waisttounderbust/uk.md diff --git a/markdown/org/docs/measurements/waisttounderbust/uk.md b/markdown/org/docs/measurements/waisttounderbust/uk.md new file mode 100644 index 00000000000..75bb34d148c --- /dev/null +++ b/markdown/org/docs/measurements/waisttounderbust/uk.md @@ -0,0 +1,7 @@ +--- +title: Waist to underbust +--- + +The **waist to underbust** is the measurement from your waist up towards your underbust link (where your bra band sits). + +To measure your **waist to underbust**, locate the height of both your waist and underbust, and measure the vertical distance between them. Make sure to measure at the side of your body. From 2e16eb0919b8a537bd83e565384c2eb938c9a312 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:03 +0200 Subject: [PATCH 0126/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/waisttoupperleg/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/measurements/waisttoupperleg/uk.md diff --git a/markdown/org/docs/measurements/waisttoupperleg/uk.md b/markdown/org/docs/measurements/waisttoupperleg/uk.md new file mode 100644 index 00000000000..82b778775c0 --- /dev/null +++ b/markdown/org/docs/measurements/waisttoupperleg/uk.md @@ -0,0 +1,5 @@ +--- +title: Waist to upper leg +--- + +The **waist to upper leg** is measured from your waist down to the top of your leg. Measure it at the side of your body. From 9c9cce5419c34678e40575ff6c582a000f38c44c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:04 +0200 Subject: [PATCH 0127/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/wrist/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/wrist/uk.md diff --git a/markdown/org/docs/measurements/wrist/uk.md b/markdown/org/docs/measurements/wrist/uk.md new file mode 100644 index 00000000000..ffdb4f62932 --- /dev/null +++ b/markdown/org/docs/measurements/wrist/uk.md @@ -0,0 +1,7 @@ +--- +title: Wrist circumference +--- + +The **wrist circumference** measurement is the circumference of your wrist. + +To measure your **wrist circumference**, run the tape measure around your wrist, where your arm joins your hand. From 1755fc6859485f82d80bab47a9bd3d8a57b57d89 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:05 +0200 Subject: [PATCH 0128/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/aaron/cutting/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/cutting/uk.md diff --git a/markdown/org/docs/patterns/aaron/cutting/uk.md b/markdown/org/docs/patterns/aaron/cutting/uk.md new file mode 100644 index 00000000000..bba19a19b66 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/cutting/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Aaron A-Shirt: Cutting Instructions" +- - - + +- Cut **1 back** on the fold +- Cut **1 front** on the fold +- Cut **3 strips** for neck opening and armhole binding + + + +#### Caveats + +- There is no seam allowance on the armholes +- There is no seam allowance on the neck opening +- There is extra hem allowance at the hem + + From 672b5e64dec1262614604465083ef6312d09ab6a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:06 +0200 Subject: [PATCH 0129/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/aaron/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/uk.md diff --git a/markdown/org/docs/patterns/aaron/uk.md b/markdown/org/docs/patterns/aaron/uk.md new file mode 100644 index 00000000000..fd0bc438e16 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Aaron A-Shirt" +- - - + + From 8daae53e0d23a2a9f3f9a1ec7aee372193980f03 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:07 +0200 Subject: [PATCH 0130/1675] New translations en.md (Ukrainian) --- .../docs/patterns/aaron/instructions/uk.md | 174 ++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/instructions/uk.md diff --git a/markdown/org/docs/patterns/aaron/instructions/uk.md b/markdown/org/docs/patterns/aaron/instructions/uk.md new file mode 100644 index 00000000000..cb0475199bb --- /dev/null +++ b/markdown/org/docs/patterns/aaron/instructions/uk.md @@ -0,0 +1,174 @@ +- - - +title: "Aaron A-Shirt: Sewing Instructions" +- - - + +## Step 1: Close seams + +![Close the side and shoulder seams](step01.png) + +Put front and back on top of each other with _good sides together_. Sew the side seams and the short seams at the shoulder straps. If you have a serger, this is a good moment to use it. If not, finish your seams otherwise. + +## Step 2: Finish hem + +![Finish the hem](step02.png) + +Fold the hem upwards, and sew it down. If you have a coverlock, use it. If not, use a _twin needle_ or _zig-zag stitch_ to keep the seam stretchable. + + + +##### Fold only once, to avoid bulk + +Knitwear doesn't ravel, so you can simply fold this over once and sew it down, then neatly trim back the fabric. + + + +## Step 3: Sew knit binding to the front + + + +##### About knit binding + +If you are new to [knit binding](/docs/sewing/knit-binding), you might read [this page on the subject](/docs/sewing/knit-binding). + +###### Repeat steps 3 and 4 for both armholes and the neck opening + +The procedure outlined below applies to both of the armholes as well as the neck opening. In other words, you'll have to do this three times. + +###### Start with the simplest opening + +I would advise you to start with whatever opening has the most uniform curvature. By default, those are the arm holes, but if you changed the pattern options (think racerback) that might not be the case. + +Either way, the less sharp bends you have, the easier it will be. So start with that to warm up before you do the trickier bends. + + + +We are going to finish the arm and neck hole with [knit binding](/docs/sewing/knit-binding) (note: not a knit band. There's a difference, and it's explained [here](/docs/sewing/knit-binding)). + + + +This is the only part of making this A-shirt that requires a bit of practice. Don't worry, all you need to do is make a couple of these and you'll be a pro in no time. + + + +### Pick your spot + +![Applying knit binding](step03a.png) + +The first thing we need to do is decide where we are going to start/stop our binding. Here's what I suggest: + +- For the armholes: at the side seam. This will hide our seam under the arm +- For the neck opening: the center back of the neck. You might want to mark this with a pin + +### Place (the start of) your binding + +![Place (the start of) your binding](step03b.png) + +Put your A-shirt down with the good side up, and place your binding strip on top of it with the good side down (as in, good sides together). + +Align the long edge of your strip with the edge of your fabric so the strip lies on top of the fabric (not in the opening). Place the corner on your starting point. + +Now shift your binding strip 1cm beyond your starting point. This little extra will guarantee we can join the two ends later. + +### Make sure you know where to sew + +![Make sure you know where to sew](step03c.png) + +We are going to sew 1.5cm from the edge. So be careful because this is not the standard seam allowance. + + + +The easy way to keep this 1.5cm distance is by using a seam gauge. +Or do what I do, place a piece of marking tape on your sewing machine and mark a line on it 1.5cm from your needle. +Then all you need to do is keep the edge of your fabric aligned with that line. + + + +Also, we are not starting at our start point, but we skip the first 3cm. We'll need this wiggle room later to join the ends of our binding. + +### Sew binding in place + +![Sew binding in place](step03d.png) + +Sew your binding in place while gently stretching the binding, but not the fabric. Make sure not to sew the last 3cm but leave them, just as you did at the start. + +You might need to practice a bit to get the hang of it. + +> Make sure to stretch your binding more when you're taking a sharper bend. Read my notes on [knit binding](/docs/sewing/knit-binding) for more info. + +### Mark binding ends + +![Joining the binding ends](step03e.png) + +With about 6cm left to go before we complete our circle, it's time to sew the ends of the binding together. + +![Mark binding ends](step03f.png) + +Take one of the edges, and stretch it along the 3cm seperating it from the start point as you would while sewing. + +Mark the binding where it reaches the start point. Do the same for the other end. + +### Sew binding ends together + +![Join the ends of the binding](step03g.png) + +Fold your A-shirt in whatever way makes it easier for you to place both binding ends with good sides together, aligning the marks. Sew them together on the mark. + +> 6 cm is not much, but should be enough to get both edges comfortably under your sewing machine to sew them togther. + +### Finish last 6cm of binding + +![Sew binding ends together](step03h.png) + +Now that your binding ends are joined together, it's time to finish the last 6cm of binding. Sew it down, staying 1.5cm from the edge as you did before. + +## Step 4: Fold knit binding to the back and sew down + +### Fold your binding over the fabric edge to the back + +![Fold knit binding to the back](step04a.png) + +Fold your binding fabric around the fabric of your A-shirt to the back. This is how we'll sew it down. + +> While the fabric is folded double at the front (hiding the fabric edge in the process) there's no need for that at the back. We will merely trim back the edge later, given that knit doesn't ravel. If we were to fold back the fabric at the back too, it would only add bulk. + +### Sew your binding down + +![Sew the knit binding down](step04b.png) + +From the right side of your fabric, sew along the inner edge of your binding (furthest from the edge), making sure to catch the binding at the back in the process. + + + +If you have a coverlock machine, that would be perfect for this seam + + + +You'll have to, once again, stretch your binding a bit while doing this. But this time, there's an extra caveat to look out for. + + + +##### Beware of the uneven feed + +As you feed your binding through your sewing machine, the feed dogs will pull the bottom layer (back of your binding) forward. + +In a perfect world, all layers will follow smoothly. +But more often than not, the top layer (front of your binding) tends to lag behind a bit. +This causes your binding to not neatly fold around the edge of the fabric, but make ugly wrinkles. + +So watch out for this, and if you see it happening, stretch the under-layer a bit extra to compensate. + + + +## Step 5: Trim back knit binding on the inside + +![Trim back knit binding on the inside](step05.png) + +On the inside of your A-shirt, trim back the knit binding against your seam to finish up. + + + +Be careful not to cut a hole in your A-shirt. Seriously, this happened to me on more than one occasion. + + + +![That's it, you're done 👍](finished.gif) From c7a32d31433131211e21b637f5a44e4df0f1852c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:08 +0200 Subject: [PATCH 0131/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/waist/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/waist/uk.md diff --git a/markdown/org/docs/measurements/waist/uk.md b/markdown/org/docs/measurements/waist/uk.md new file mode 100644 index 00000000000..611b8078f91 --- /dev/null +++ b/markdown/org/docs/measurements/waist/uk.md @@ -0,0 +1,7 @@ +--- +title: Waist circumference +--- + +The **waist circumference** measurement is the circumference of your waist below your ribcage. + +To measure your **waist circumference**, wrap the tape measure around the narrowest part of your waist, making sure to keep it horizontal. From b37ed7b037e9c8b60a294ab9a079d4eec1faacdd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:09 +0200 Subject: [PATCH 0132/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/aaron/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/measurements/uk.md diff --git a/markdown/org/docs/patterns/aaron/measurements/uk.md b/markdown/org/docs/patterns/aaron/measurements/uk.md new file mode 100644 index 00000000000..8c83ee2b127 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Aaron A-Shirt: Required Measurements" +- - - + + From 677c06ac389d60d63006277d82dd97b332e0ae3a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:10 +0200 Subject: [PATCH 0133/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/aaron/needs/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/needs/uk.md diff --git a/markdown/org/docs/patterns/aaron/needs/uk.md b/markdown/org/docs/patterns/aaron/needs/uk.md new file mode 100644 index 00000000000..1b8ae536ec9 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/needs/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Aaron A-Shirt: What You Need" +- - - + +To make Aaron, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 0.75 meters (0.8 yards) of a suitable fabric ([see Fabric options](/docs/patterns/aaron/fabric)) + + + +#### A serger/overlock is nice, but optional + +As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. + +If you do not have one of those, don't despair. You don't really need it. +Because these side seams and shoulder seams won't get stretched out, you can just sew them with a regular straight stitch. + + From e5809f4615b0a114d8427717c98c7e7eb617d3b3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:11 +0200 Subject: [PATCH 0134/1675] New translations en.md (Ukrainian) --- .../docs/patterns/aaron/options/armholedrop/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/armholedrop/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md b/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md new file mode 100644 index 00000000000..cbeff8dafa2 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Armhole drop" +- - - + +![The armhole drop option on Aaron](./armholedrop.svg) + +How much to lower the armhole below the default amount. + +> This option also allows negative values. They will, obviously, raise the armhole by said amount. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_armholedrop_sample.svg "Effect of this option on the pattern") From 06d924aaf0223cf08b2512c9bab318ef315df612 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:13 +0200 Subject: [PATCH 0135/1675] New translations en.md (Ukrainian) --- .../docs/patterns/aaron/options/backlinebend/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/backlinebend/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md b/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md new file mode 100644 index 00000000000..dc03cfba7c4 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Back armhole shape" +- - - + +![The back armhole shape option on Aaron](./backlinebend.svg) + +Determines the bend of the armhole at the back. In other words, the amount the arm opening is cut-out on your back. + +> Higher values bend the armhole more, resulting in a more raceback-style top. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_backlinebend_sample.svg "Effect of this option on the pattern") From 42574c69cabb3fbf506c4d6a6bb7e24a80f3a5b1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:14 +0200 Subject: [PATCH 0136/1675] New translations en.md (Ukrainian) --- .../patterns/aaron/options/chestease/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/chestease/uk.md b/markdown/org/docs/patterns/aaron/options/chestease/uk.md new file mode 100644 index 00000000000..c53eff0f9f9 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/chestease/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Chest ease" +- - - + +![The chest ease option on Aaron](./chestease.svg) + +How much room do you want at the chest? + +Whatever value you provide here will simply be added to your chest circumference measurement when drafting the garment. + +> Given that an undershirt has no arms, a little chest ease goes a long way. Add too much, and you'll end up with gaping armholes. + +> ##### This option also allows negative values +> +> You should only use negative ease if you are using a stretch material that you want to fit tightly. Overall stretch should be configured with the **stretch** option. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_chestease_sample.svg "Effect of this option on the pattern") From b818b329aa45feb2d74d8522274e1220955f32eb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:14 +0200 Subject: [PATCH 0137/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/aaron/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/uk.md b/markdown/org/docs/patterns/aaron/options/uk.md new file mode 100644 index 00000000000..77f26960978 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Aaron A-Shirt: Design Options" +- - - + + From 94b4122ea74604eeda3c78cfe8c50cd25b97bb61 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:15 +0200 Subject: [PATCH 0138/1675] New translations en.md (Ukrainian) --- .../docs/patterns/aaron/options/hipsease/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/hipsease/uk.md b/markdown/org/docs/patterns/aaron/options/hipsease/uk.md new file mode 100644 index 00000000000..80bea835d7f --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/hipsease/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Hips ease" +- - - + +![The hips ease option on Aaron](./hipsease.svg) + +How much room do you want at the hips? + +Whatever value you provide here will simply be added to your hips circumference measurement when drafting the garment. + +> ##### This option also allows negative values. +> +> You should only use negative ease if you are using a stretch material that you want to fit tightly. Overall stretch should be configured with the stretch option. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_hipsease_sample.svg "Effect of this option on the pattern") From b3a1f7a92c1164383e7300740b75c08bd2f98307 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:17 +0200 Subject: [PATCH 0139/1675] New translations en.md (Ukrainian) --- .../docs/patterns/aaron/options/lengthbonus/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md b/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md new file mode 100644 index 00000000000..a8b062d44ba --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Length bonus" +- - - + +![The length bonus option on Aaron](./lengthbonus.svg) + +How much longer than the default length to make your top. + +> This option allows negative values, which will shorten/crop the top. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_lengthbonus_sample.svg "Effect of this option on the pattern") From a1348110c1931511cdd915b141c91b484e799b70 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:17 +0200 Subject: [PATCH 0140/1675] New translations en.md (Ukrainian) --- .../docs/patterns/aaron/options/necklinebend/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/necklinebend/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md b/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md new file mode 100644 index 00000000000..5defe749fc2 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Neckline shape" +- - - + +![The neckline shape option on Aaron](./necklinebend.svg) + +Determines the bend of the front of the neck opening. + +> Higher values bend the neck opening more, resulting in a more squarish neck opening. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_necklinebend_sample.svg "Effect of this option on the pattern") From 0748fd3bb1be21d1038be084cf5d297dcf494bbe Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:18 +0200 Subject: [PATCH 0141/1675] New translations en.md (Ukrainian) --- .../docs/patterns/aaron/options/necklinedrop/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md b/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md new file mode 100644 index 00000000000..d0c50d0ad93 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Neckline drop" +- - - + +![The neckline drop option on Aaron](./necklinedrop.svg) + +Determines how much to lower the neckline of the top beyond the default. + +> Higher values lower the neckline further, resulting in more exposed skin. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_necklinedrop_sample.svg "Effect of this option on the pattern") From 2b442585b7cb3abbbc77ca967423ee4a23e3b3d5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:20 +0200 Subject: [PATCH 0142/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/waistback/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/waistback/uk.md diff --git a/markdown/org/docs/measurements/waistback/uk.md b/markdown/org/docs/measurements/waistback/uk.md new file mode 100644 index 00000000000..fbb8b149ab8 --- /dev/null +++ b/markdown/org/docs/measurements/waistback/uk.md @@ -0,0 +1,7 @@ +--- +title: Waist back +--- + +The **waist back** measurement is the back part of your waist circumference. + +To measure your **waist back**, wrap the tape measure around the narrowest part of your waist, making sure to keep it horizontal. Then, measure the length from one side over your back to the other. From a3afde2349a461625e007e0d8b23e715565333fa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:21 +0200 Subject: [PATCH 0143/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/upperleg/uk.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 markdown/org/docs/measurements/upperleg/uk.md diff --git a/markdown/org/docs/measurements/upperleg/uk.md b/markdown/org/docs/measurements/upperleg/uk.md new file mode 100644 index 00000000000..6b6135ecff6 --- /dev/null +++ b/markdown/org/docs/measurements/upperleg/uk.md @@ -0,0 +1,16 @@ +--- +title: Upper leg circumference +--- + +The **upper leg circumference** is the measurement around your leg, near the top of your leg. + +You should measure this a bit below your crotch, refer to the illustration for guidance.\ +Make sure to keep the tape measure horizontal to the floor as you measure the circumference of your leg. + + + +##### Be mindful of the vertical location of this measurement + +This measurements is also used as **a vertical reference** to determine the vertical space in which to draft the seat/crotch of trousers. As such, the vertical location of this measurement is important. + + From 8c930a27b91eec69aa1c1e118231efbae3ac22ae Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:22 +0200 Subject: [PATCH 0144/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/chest/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/chest/uk.md diff --git a/markdown/org/docs/measurements/chest/uk.md b/markdown/org/docs/measurements/chest/uk.md new file mode 100644 index 00000000000..6344d58eab8 --- /dev/null +++ b/markdown/org/docs/measurements/chest/uk.md @@ -0,0 +1,7 @@ +--- +title: Chest circumference +--- + +The **chest circumference** measurement wraps around the fullest part of your chest. + +To measure your chest circumference, wrap the tape measure around your chest at the fullest part. Make sure to keep the tape measure horizontal (parallel to the floor). From d38f884af4664e11a2bc14bb78c95e2ad553dab0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:23 +0200 Subject: [PATCH 0145/1675] New translations en.md (Ukrainian) --- .../org/docs/measurements/hpstobust/uk.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 markdown/org/docs/measurements/hpstobust/uk.md diff --git a/markdown/org/docs/measurements/hpstobust/uk.md b/markdown/org/docs/measurements/hpstobust/uk.md new file mode 100644 index 00000000000..36dd57e9347 --- /dev/null +++ b/markdown/org/docs/measurements/hpstobust/uk.md @@ -0,0 +1,34 @@ +--- +title: HPS to bust +--- + + + +###### HPS: high point shoulder + +The _high point shoulder_ or _HPS_ point is used as the base for several vertical measurements. +Refer to [the hps documentation](/docs/measurements/hps/) for information on how to locate this point. + + + +The **high point shoulder (HPS) to bust** measurement runs from your HPS down to the line that forms your bust span. + +To measure your HPS to bust, first [localize your HPS point](/docs/measurements/hps/). Then measure straight down to the line that forms your chest circumference/bust span. + +The point of this measurement is to locate the fullest part of your bust vertically on your torso. + + + +##### Think about which hand you're using + +If you measure yourself, you might try to hold your measuring tape up to your shoulder with the hand on +the same side of your body as the shoulder you're measuring. So, for example, you could be holding the top of +the tape up to your right shoulder with your right hand, while your left hand is holding the end. +But that means you distort the length you are trying to measure by raising your arm on the same side. +You might not think there is a difference, but all is connected in the world of physiology, and +doing this could lead to an error of ~2.5cm (~1 inch) in your measurement.\ +Simply switch your hands around, and you get a more accurate measurement. + +For best results, get a second person to take your measurements (if possible). + + From 475fb1c7d42427a8e0a44251f7cdc2d20a77b404 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:24 +0200 Subject: [PATCH 0146/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/crossseam/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/crossseam/uk.md diff --git a/markdown/org/docs/measurements/crossseam/uk.md b/markdown/org/docs/measurements/crossseam/uk.md new file mode 100644 index 00000000000..500f34620b1 --- /dev/null +++ b/markdown/org/docs/measurements/crossseam/uk.md @@ -0,0 +1,7 @@ +--- +title: Cross seam +--- + +The **cross seam** is measured from the waist line at the front through your legs to the back. + +To measure your **cross seam** tie a string around your waist. Then, measure down from the center front of your waist going through your legs back up to the back until you meet the string at your waist. From a9fc91644bedbb9c4f4cafe351bf17130e2ed690 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:25 +0200 Subject: [PATCH 0147/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/crossseamfront/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/measurements/crossseamfront/uk.md diff --git a/markdown/org/docs/measurements/crossseamfront/uk.md b/markdown/org/docs/measurements/crossseamfront/uk.md new file mode 100644 index 00000000000..9581768a66b --- /dev/null +++ b/markdown/org/docs/measurements/crossseamfront/uk.md @@ -0,0 +1,11 @@ +--- +title: Cross seam front +--- + +The **cross seam front** is the front part of the [cross seam](/docs/measurements/crossseam/) measurement. + +To measure your **cross seam front** tie a string around your waist. Then, measure down from the center front of your waist until the spot that is: + +- Where the fork of a tight-fitting pair of trousers would sit +- At the base of your scrotum +- Somewhere towards the front of your perineum From 0a9545cf375333723705cac7bddc625ff7cd0747 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:26 +0200 Subject: [PATCH 0148/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/crotchdepth/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/crotchdepth/uk.md diff --git a/markdown/org/docs/measurements/crotchdepth/uk.md b/markdown/org/docs/measurements/crotchdepth/uk.md new file mode 100644 index 00000000000..74ccf4ebae3 --- /dev/null +++ b/markdown/org/docs/measurements/crotchdepth/uk.md @@ -0,0 +1,7 @@ +--- +title: Crotch depth +--- + +The **crotch depth** measurement is the height your waist rises from the surface you are sitting on. + +To measure your crotch depth, sit straight on a flat chair or table, and measure from waist line down to the chair/table. From cd80cfd99e272ece2c75c9dbf83f68b635f1aebe Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:26 +0200 Subject: [PATCH 0149/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/measurements/uk.md diff --git a/markdown/org/docs/measurements/uk.md b/markdown/org/docs/measurements/uk.md new file mode 100644 index 00000000000..56b8ffad3ab --- /dev/null +++ b/markdown/org/docs/measurements/uk.md @@ -0,0 +1,6 @@ +--- +title: Measurements +order: 300 +--- + + From 2ac6677709f76a8a65ddaa52db7ab763bbfb5ddf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:27 +0200 Subject: [PATCH 0150/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/head/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/head/uk.md diff --git a/markdown/org/docs/measurements/head/uk.md b/markdown/org/docs/measurements/head/uk.md new file mode 100644 index 00000000000..ea14c882d90 --- /dev/null +++ b/markdown/org/docs/measurements/head/uk.md @@ -0,0 +1,7 @@ +--- +title: Head circumference +--- + +The **head circumference** measurement wraps around the fullest part of your head. + +To measure your head circumference, wrap the tape measure around your head at the height of your forehead. From 415e3f4290d00c13d4238571186d4375637fbcd0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:28 +0200 Subject: [PATCH 0151/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/heel/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/heel/uk.md diff --git a/markdown/org/docs/measurements/heel/uk.md b/markdown/org/docs/measurements/heel/uk.md new file mode 100644 index 00000000000..584015e52d1 --- /dev/null +++ b/markdown/org/docs/measurements/heel/uk.md @@ -0,0 +1,7 @@ +--- +title: Heel circumference +--- + +The **heel circumference** measurement is the narrowest measurement a trouser leg can be so you can still get in to it. + +To measure your heel circumference, stretch your foot forward, and run the tape measure around your foot at the widest part of your heel. From 7ce3399752362a38fdc4eb49b1463f7513aa3cd3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:29 +0200 Subject: [PATCH 0152/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/highbust/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/measurements/highbust/uk.md diff --git a/markdown/org/docs/measurements/highbust/uk.md b/markdown/org/docs/measurements/highbust/uk.md new file mode 100644 index 00000000000..b8e99e9bc47 --- /dev/null +++ b/markdown/org/docs/measurements/highbust/uk.md @@ -0,0 +1,9 @@ +--- +title: High bust +--- + +The **high bust** measurement is your chest circumference measured just under your arms, above the fullest part of your bust. + +The point of the high bust measurement is to get an idea of the chest circumference without taking breasts into account. As such, this measurement is only relevant for models with breasts. + +To measure your high bust, wrap the tape measure around your chest just under your arms. You might not be able to keep it horizontal (parallel to the floor), but that's ok. From 73dd7a66f6288e59f770162370bb48890679a615 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:30 +0200 Subject: [PATCH 0153/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/highbustfront/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/measurements/highbustfront/uk.md diff --git a/markdown/org/docs/measurements/highbustfront/uk.md b/markdown/org/docs/measurements/highbustfront/uk.md new file mode 100644 index 00000000000..274721d1400 --- /dev/null +++ b/markdown/org/docs/measurements/highbustfront/uk.md @@ -0,0 +1,8 @@ +--- +title: High bust front +--- + +The **high bust front** measurement is the front part of your **high bust** measurement: your chest circumference measured just under your arms, above the fullest part of your bust. + +To measure your high bust front, wrap the tape measure around your chest just under your arms and measure from the side (seam) across your breasts to the other side (seam).\ +You might not be able to keep it horizontal (parallel to the floor), but that's ok. From bd03e8d964d6cd235edd92019c09644fb9238846 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:31 +0200 Subject: [PATCH 0154/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/hips/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/hips/uk.md diff --git a/markdown/org/docs/measurements/hips/uk.md b/markdown/org/docs/measurements/hips/uk.md new file mode 100644 index 00000000000..dca41d9a6ab --- /dev/null +++ b/markdown/org/docs/measurements/hips/uk.md @@ -0,0 +1,7 @@ +--- +title: Hips circumference +--- + +The **hips circumference** is measured at the top of your hip bones. + +To measure your **hips circumference** put a tape measure around your body at the height of your hip bone. From 32271ee2bde43f93bdfac2e2fd01dd17c44ab048 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:32 +0200 Subject: [PATCH 0155/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/hps/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/hps/uk.md diff --git a/markdown/org/docs/measurements/hps/uk.md b/markdown/org/docs/measurements/hps/uk.md new file mode 100644 index 00000000000..2f028b25507 --- /dev/null +++ b/markdown/org/docs/measurements/hps/uk.md @@ -0,0 +1,7 @@ +--- +title: High Point Shoulder (HPS) +--- + +The _high point shoulder_ or _HPS_ point is used as the base for several vertical measurements. + +The HPS is where your shoulder seam would meet your neck. The point is situated where your neck meets your shoulder. If you put a marble there, it should not roll forward or backward, but roll towards your shoulder (as in, it should sit in the middle) From d4b66f0cb63dc75c6d0f5133e577eae6b3a0a2a0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:33 +0200 Subject: [PATCH 0156/1675] New translations en.md (Ukrainian) --- .../org/docs/measurements/hpstowaistback/uk.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 markdown/org/docs/measurements/hpstowaistback/uk.md diff --git a/markdown/org/docs/measurements/hpstowaistback/uk.md b/markdown/org/docs/measurements/hpstowaistback/uk.md new file mode 100644 index 00000000000..0923fd522c5 --- /dev/null +++ b/markdown/org/docs/measurements/hpstowaistback/uk.md @@ -0,0 +1,16 @@ +--- +title: HPS to waist back +--- + + + +###### HPS: high point shoulder + +The _high point shoulder_ or _HPS_ point is used as the base for several vertical measurements. +Refer to [the hps documentation](/docs/measurements/hps/) for information on how to locate this point. + + + +The **high point shoulder (HPS) to waist back** measurement runs from your HPS down to your waist line. + +To measure your HPS to waist back, first [localize your HPS point](/docs/measurements/hps/). Then measure straight down to your waist line. From 81d1ba7e7d4c54793352b3eca22cc55e73b2c105 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:34 +0200 Subject: [PATCH 0157/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/underbust/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/measurements/underbust/uk.md diff --git a/markdown/org/docs/measurements/underbust/uk.md b/markdown/org/docs/measurements/underbust/uk.md new file mode 100644 index 00000000000..dd9c054f7bc --- /dev/null +++ b/markdown/org/docs/measurements/underbust/uk.md @@ -0,0 +1,9 @@ +--- +title: Underbust +--- + +The **underbust** measurement is the circumference of your chest without taking your breasts into account. + +To measure your **underbust**, wrap the tape measure around your chest just below your breasts, where your bra band sits. + +If you don’t have breasts, this measurement does not apply to you. Just use your chest circumference. From a6726c8a51af8ca9bd06f2341056aa60c67f6345 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:35 +0200 Subject: [PATCH 0158/1675] New translations en.md (Ukrainian) --- .../org/docs/measurements/hpstowaistfront/uk.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 markdown/org/docs/measurements/hpstowaistfront/uk.md diff --git a/markdown/org/docs/measurements/hpstowaistfront/uk.md b/markdown/org/docs/measurements/hpstowaistfront/uk.md new file mode 100644 index 00000000000..bb84a091eaa --- /dev/null +++ b/markdown/org/docs/measurements/hpstowaistfront/uk.md @@ -0,0 +1,16 @@ +--- +title: HPS to waist front +--- + + + +###### HPS: high point shoulder + +The _high point shoulder_ or _HPS_ point is used as the base for several vertical measurements. +Refer to [the hps documentation](/docs/measurements/hps/) for information on how to locate this point. + + + +The **high point shoulder (HPS) to waist front** measurement runs from your HPS down to your waist line across the front of your body. + +To measure your HPS to waist front, first [localize your HPS point](/docs/measurements/hps/). Then measure straight down to your waist line. From fd9615f8ec93c42fb57ac0d920095d9a0bdb4bc5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:36 +0200 Subject: [PATCH 0159/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/inseam/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/inseam/uk.md diff --git a/markdown/org/docs/measurements/inseam/uk.md b/markdown/org/docs/measurements/inseam/uk.md new file mode 100644 index 00000000000..66b84904c39 --- /dev/null +++ b/markdown/org/docs/measurements/inseam/uk.md @@ -0,0 +1,7 @@ +--- +title: Inseam +--- + +The **inseam** is the measurement from your crotch down to the floor. + +To measure your **inseam**, measure down vertically from the point your legs join (at the crotch) down to the floor. From 6b208575291e0f39ac8fd869a155095436bde700 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:37 +0200 Subject: [PATCH 0160/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/knee/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/knee/uk.md diff --git a/markdown/org/docs/measurements/knee/uk.md b/markdown/org/docs/measurements/knee/uk.md new file mode 100644 index 00000000000..e47be90643e --- /dev/null +++ b/markdown/org/docs/measurements/knee/uk.md @@ -0,0 +1,7 @@ +--- +title: Knee circumference +--- + +The **knee circumference** is the measurement around your knee. + +To measure your **knee circumference**, wrap the tape measure around your knee. Make sure to keep the tape measure horizontal to the floor as you measure the circumference of your knee. From dbb8248070a40cdb39c80280ae75b7838b88a251 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:38 +0200 Subject: [PATCH 0161/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/neck/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/neck/uk.md diff --git a/markdown/org/docs/measurements/neck/uk.md b/markdown/org/docs/measurements/neck/uk.md new file mode 100644 index 00000000000..bcb9892b5d5 --- /dev/null +++ b/markdown/org/docs/measurements/neck/uk.md @@ -0,0 +1,7 @@ +--- +title: Neck circumference +--- + +The **neck circumference** is the measurement around your neck, at the level you would wear your shirt collar, or tie. + +To measure your **neck circumference**, wrap the tape measure around your neck where your shirt collar would sit. From 136958feade202208677e7b5b1f084b65c8bcc92 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:39 +0200 Subject: [PATCH 0162/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/seat/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/seat/uk.md diff --git a/markdown/org/docs/measurements/seat/uk.md b/markdown/org/docs/measurements/seat/uk.md new file mode 100644 index 00000000000..83fad8ac8e3 --- /dev/null +++ b/markdown/org/docs/measurements/seat/uk.md @@ -0,0 +1,7 @@ +--- +title: Seat circumference +--- + +The **seat circumference** is the measurement around the fullest part of your bum. + +To measure your **seat circumference**, run the tape measure around your bum at the fullest part. Make sure to keep the tape measure horizontal while doing so. In other words, parallel to the floor. From 81192ba8bf9bb6cbbca0d251a83d86f61ac14469 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:40 +0200 Subject: [PATCH 0163/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/seatback/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/measurements/seatback/uk.md diff --git a/markdown/org/docs/measurements/seatback/uk.md b/markdown/org/docs/measurements/seatback/uk.md new file mode 100644 index 00000000000..e8acd415c34 --- /dev/null +++ b/markdown/org/docs/measurements/seatback/uk.md @@ -0,0 +1,9 @@ +--- +title: Seat back +--- + +The **seat back** is the back portion of your seat circumference. + +To measure your **seat back**, run the tape measure around your bum at the fullest part, and check the length of the back part. + +Make sure to keep the tape measure horizontal while doing so. In other words, parallel to the floor. From 53db5d83a0dc52100134c0587f213cd03bb11381 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:41 +0200 Subject: [PATCH 0164/1675] New translations en.md (Ukrainian) --- .../org/docs/measurements/shoulderslope/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/measurements/shoulderslope/uk.md diff --git a/markdown/org/docs/measurements/shoulderslope/uk.md b/markdown/org/docs/measurements/shoulderslope/uk.md new file mode 100644 index 00000000000..8c045e8c7a9 --- /dev/null +++ b/markdown/org/docs/measurements/shoulderslope/uk.md @@ -0,0 +1,22 @@ +--- +title: Shoulder slope +--- + +The **shoulder slope** measurement is an indicator for the amount with which your shoulder slopes downward. + +To measure your shoulder slope, you need to determine the angle at which your shoulder line slopes downward. + +A good way to measure your shoulder slope is to take a a selfie and rotate it until your shoulder line is horizontal. + +The angle you had to rotate is your shoulder slope. + + + +Almost all people have a slightly different shoulder slope on both sides. +That's because your dominant arm is more pronounced. + +Unless the different is huge, best not to worry about it. +It won't show up for casual garments, and for formal wear, it's better to add +asymmetric shoulder padding, rather than create an asymmetric pattern. + + From 55eb26eb094a02dc61c465590c6aa459e38d873b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:42 +0200 Subject: [PATCH 0165/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/shouldertoelbow/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/shouldertoelbow/uk.md diff --git a/markdown/org/docs/measurements/shouldertoelbow/uk.md b/markdown/org/docs/measurements/shouldertoelbow/uk.md new file mode 100644 index 00000000000..36f254285f8 --- /dev/null +++ b/markdown/org/docs/measurements/shouldertoelbow/uk.md @@ -0,0 +1,7 @@ +--- +title: Shoulder to elbow +--- + +The **shoulder to elbow** measurement runs from the edge of your shoulder down to your elbow. + +To measure your **shoulder to elbow**, start at the edge of your shoulder, where your sleeve starts at a well-fitting shirt. Follow your arm down to your elbow. From 789d4af94de666a046e3724c8b8b3ff637056fba Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:43 +0200 Subject: [PATCH 0166/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/shouldertoshoulder/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/shouldertoshoulder/uk.md diff --git a/markdown/org/docs/measurements/shouldertoshoulder/uk.md b/markdown/org/docs/measurements/shouldertoshoulder/uk.md new file mode 100644 index 00000000000..9817050f64a --- /dev/null +++ b/markdown/org/docs/measurements/shouldertoshoulder/uk.md @@ -0,0 +1,7 @@ +--- +title: Shoulder to shoulder +--- + +The **shoulder to shoulder** measurement runs from the tip of your shoulder on one side across your back to the tip of your other shoulder. + +To measure your **shoulder to shoulder** find the edge of your shoulder where on a good fitting shirt the shoulder seam would sit. Then, measure from there across your back to the same point at the other side. From c2f6ffe5f05f079e2852e37b234fa41eaf711e30 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:44 +0200 Subject: [PATCH 0167/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/shouldertowrist/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/shouldertowrist/uk.md diff --git a/markdown/org/docs/measurements/shouldertowrist/uk.md b/markdown/org/docs/measurements/shouldertowrist/uk.md new file mode 100644 index 00000000000..3854b76ef7b --- /dev/null +++ b/markdown/org/docs/measurements/shouldertowrist/uk.md @@ -0,0 +1,7 @@ +--- +title: Shoulder to wrist +--- + +The **shoulder to wrist** measurement determines your sleeve length, and runs from the shoulder point along the arm to your wrist. + +To measure your **shoulder to wrist** measurement, place your tape measure at your shoulder point. Let your arm hang naturally in a slight bend, and measure along your slightly bent arm up to your wrist. From a768766f3c397b7764f154bb6324837f2bbca4b3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:45 +0200 Subject: [PATCH 0168/1675] New translations en.md (Ukrainian) --- .../aaron/options/shoulderstrapplacement/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md b/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md new file mode 100644 index 00000000000..1db39fe6cf8 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulderstrap placement" +- - - + +![The shoulder strap placement option on Aaron](./shoulderstrapplacement.svg) + +Determines the position of the shoulder strap on the shoulder. + +> Lower values place the strap closer to the neck, whereas higher values place it closer to the shoulder. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_shoulderstrapplacement_sample.svg "Effect of this option on the pattern") From 33514be274325e171845bdaa7a4f48b2fe6dd084 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:46 +0200 Subject: [PATCH 0169/1675] New translations en.md (Ukrainian) --- .../patterns/aaron/options/shoulderstrapwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md b/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md new file mode 100644 index 00000000000..9bbf7734b25 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulderstrap width" +- - - + +![The shoulder strap width option on Aaron](./shoulderstrapwidth.svg) + +Determines the width of the shoulder straps. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_shoulderstrapwidth_sample.svg "Effect of this option on the pattern") From 40186262f19e3c3a274eab88fa1cd09e75136c66 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:47 +0200 Subject: [PATCH 0170/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bella/options/waistease/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/bella/options/waistease/uk.md b/markdown/org/docs/patterns/bella/options/waistease/uk.md new file mode 100644 index 00000000000..af0765829f6 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/waistease/uk.md @@ -0,0 +1,13 @@ +--- +title: "Waist ease" +--- + +--- + +![The effect of the waist ease option on the pattern](sample.png) + +The **waist ease** option controls the amount of ease at your waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_waistease_sample.svg "Effect of this option on the pattern") From bc657c1c05935ee38e288678caed7a6da36c6681 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:48 +0200 Subject: [PATCH 0171/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bella/options/bustdartcurve/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/bustdartcurve/uk.md diff --git a/markdown/org/docs/patterns/bella/options/bustdartcurve/uk.md b/markdown/org/docs/patterns/bella/options/bustdartcurve/uk.md new file mode 100644 index 00000000000..92d68e7d8be --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/bustdartcurve/uk.md @@ -0,0 +1,13 @@ +--- +title: "Bust dart curve" +--- + +--- + +![The effect of the bust dart curve option on the pattern](sample.png) + +The **bust dart curve** option controls the curvature of the bust dart. From straight to slightly curved. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_bustdartcurve_sample.svg "Effect of this option on the pattern") From e571fdd73e51c76f682659a481cfef1cf786cd41 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:49 +0200 Subject: [PATCH 0172/1675] New translations en.md (Ukrainian) --- .../patterns/bella/options/bustdartlength/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/bustdartlength/uk.md diff --git a/markdown/org/docs/patterns/bella/options/bustdartlength/uk.md b/markdown/org/docs/patterns/bella/options/bustdartlength/uk.md new file mode 100644 index 00000000000..27c4f1bf7ea --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/bustdartlength/uk.md @@ -0,0 +1,13 @@ +--- +title: "Bust dart length" +--- + +--- + +![The effect of the bust dart length option on the pattern](sample.png) + +The **bust dart length** option controls the length of the bust dart. The maximum length brings the dart all the way to the bust apex. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_bustdartlength_sample.svg "Effect of this option on the pattern") From 1a557021ed26827fccc9cb3e02e2a081bd3d43cf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:50 +0200 Subject: [PATCH 0173/1675] New translations en.md (Ukrainian) --- .../patterns/bella/options/bustspanease/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/bustspanease/uk.md diff --git a/markdown/org/docs/patterns/bella/options/bustspanease/uk.md b/markdown/org/docs/patterns/bella/options/bustspanease/uk.md new file mode 100644 index 00000000000..fdf2573b7c7 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/bustspanease/uk.md @@ -0,0 +1,15 @@ +--- +title: "Bust span ease" +--- + +--- + +![The effect of the bust span ease option on the pattern](sample.png) + +The **bust span ease** option controls how much ease is applied to the bust span. + +This will not add ease to the garment, but merely influence the bust point + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_bustspanease_sample.svg "Effect of this option on the pattern") From 98935263889584167e42cc7f03ed0f049edd118a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:51 +0200 Subject: [PATCH 0174/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bella/options/chestease/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/bella/options/chestease/uk.md b/markdown/org/docs/patterns/bella/options/chestease/uk.md new file mode 100644 index 00000000000..e1a81e71bc2 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/chestease/uk.md @@ -0,0 +1,13 @@ +--- +title: "Chest ease" +--- + +--- + +![The effect of the chest ease option on the pattern](sample.png) + +The **chest ease** option controls the amount of ease at the fullest part of your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_chestease_sample.svg "Effect of this option on the pattern") From f261c26e4c4fa1a1b9d587c09c8cd1524ae783b3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:52 +0200 Subject: [PATCH 0175/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bella/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/uk.md diff --git a/markdown/org/docs/patterns/bella/options/uk.md b/markdown/org/docs/patterns/bella/options/uk.md new file mode 100644 index 00000000000..367ca0d04a9 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bella body block: Design Options" +- - - + + From 04e324b2f20308b3556e080c286ac2bff5a94d7d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:53 +0200 Subject: [PATCH 0176/1675] New translations en.md (Ukrainian) --- .../bella/options/frontarmholepitchdepth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/frontarmholepitchdepth/uk.md diff --git a/markdown/org/docs/patterns/bella/options/frontarmholepitchdepth/uk.md b/markdown/org/docs/patterns/bella/options/frontarmholepitchdepth/uk.md new file mode 100644 index 00000000000..5d609781593 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/frontarmholepitchdepth/uk.md @@ -0,0 +1,13 @@ +--- +title: "Front armhole pitch depth" +--- + +--- + +![The effect of the front armhole pitch depth option on the pattern](sample.png) + +The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_frontarmholepitchdepth_sample.svg "Effect of this option on the pattern") From 46365aa4db4421c38f90e0da00b0fe842610d56a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:54 +0200 Subject: [PATCH 0177/1675] New translations en.md (Ukrainian) --- .../patterns/bella/options/frontshoulderwidth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/frontshoulderwidth/uk.md diff --git a/markdown/org/docs/patterns/bella/options/frontshoulderwidth/uk.md b/markdown/org/docs/patterns/bella/options/frontshoulderwidth/uk.md new file mode 100644 index 00000000000..d8aca3dfe90 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/frontshoulderwidth/uk.md @@ -0,0 +1,13 @@ +--- +title: "Front shoulder width" +--- + +--- + +![The effect of the front shoulder width option on the pattern](sample.png) + +The **front shoulder width** option controls the width of the shoulders at the front, relative to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_frontshoulderwidth_sample.svg "Effect of this option on the pattern") From 8dcbe77e3b3285a6d85c851d055cfca32a497dc6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:55 +0200 Subject: [PATCH 0178/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bella/options/highbustwidth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/highbustwidth/uk.md diff --git a/markdown/org/docs/patterns/bella/options/highbustwidth/uk.md b/markdown/org/docs/patterns/bella/options/highbustwidth/uk.md new file mode 100644 index 00000000000..57e148416b2 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/highbustwidth/uk.md @@ -0,0 +1,13 @@ +--- +title: "High bust width" +--- + +--- + +![The effect of the high bust width option on the pattern](sample.png) + +The **high bust width** option allows you to tweak the high bust width at the front. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_highbustwidth_sample.svg "Effect of this option on the pattern") From 6c74cb8cff2e9a06b5d14ea4e19288374c241518 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:56 +0200 Subject: [PATCH 0179/1675] New translations en.md (Ukrainian) --- .../patterns/bella/options/waistdartlength/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/waistdartlength/uk.md diff --git a/markdown/org/docs/patterns/bella/options/waistdartlength/uk.md b/markdown/org/docs/patterns/bella/options/waistdartlength/uk.md new file mode 100644 index 00000000000..1108727ff08 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/waistdartlength/uk.md @@ -0,0 +1,13 @@ +--- +title: "Waist dart length" +--- + +--- + +![The effect of the waist dart length option on the pattern](sample.png) + +The **waist dart length** option controls the length of the waist dart towards the bust. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_waistdartlength_sample.svg "Effect of this option on the pattern") From 6a27e53aafd9521cc94f23536576fbffd5f5199a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:57 +0200 Subject: [PATCH 0180/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/benjamin/cutting/uk.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/cutting/uk.md diff --git a/markdown/org/docs/patterns/benjamin/cutting/uk.md b/markdown/org/docs/patterns/benjamin/cutting/uk.md new file mode 100644 index 00000000000..bf7b58d367d --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/cutting/uk.md @@ -0,0 +1,25 @@ +- - - +title: "Benjamin bow tie: Cutting Instructions" +- - - + +Benjamin is a rather simple pattern, but your options will determine what needs to be cut out. Below are two typical layouts. + +## Without adjustment ribbon + +- **Main fabric** + - Cut **4 Knot** + - Cut **2 Collar band** +- **Interfacing** + - Cut **4 interfacing knot** + - Cut **2 interfacing collar band** + +## With adjustment ribbon + +- **Main fabric** + - Cut **1 Knot 1** + - Cut **1 Knot 2** + - Cut **2 Knot 3** +- **Interfacing** + - Cut **1 interfacing knot 1** + - Cut **1 interfacing knot 2** + - Cut **2 interfacing knot 3** From a754e361290e42abecf63e6d5f1e66dfaf96fb57 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:58 +0200 Subject: [PATCH 0181/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bella/options/backhemslope/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/backhemslope/uk.md diff --git a/markdown/org/docs/patterns/bella/options/backhemslope/uk.md b/markdown/org/docs/patterns/bella/options/backhemslope/uk.md new file mode 100644 index 00000000000..c98d0c900eb --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/backhemslope/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back hem slope" +--- + +--- + +![The effect of the back hem slope option on the pattern](sample.png) + +The **back hem slope** option controls the slope of the hem at the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_backhemslope_sample.svg "Effect of this option on the pattern") From f5853f087684d7a897ee906546d893b1bf95f1ac Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:08:59 +0200 Subject: [PATCH 0182/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/benjamin/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/uk.md diff --git a/markdown/org/docs/patterns/benjamin/uk.md b/markdown/org/docs/patterns/benjamin/uk.md new file mode 100644 index 00000000000..94a0f45ace5 --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Benjamin bow tie" +- - - + + From 58a4da4b1a0fc45a39752e13bb8f94dcd94cd6a9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:00 +0200 Subject: [PATCH 0183/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/benjamin/fabric/uk.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/fabric/uk.md diff --git a/markdown/org/docs/patterns/benjamin/fabric/uk.md b/markdown/org/docs/patterns/benjamin/fabric/uk.md new file mode 100644 index 00000000000..c23207a4bf3 --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/fabric/uk.md @@ -0,0 +1,23 @@ +- - - +title: "Benjamin bow tie: Fabric Options" +- - - + +The bow ties you find in the store are typically make out of silk or some imitation silk poly. So it will come as no surprise that those are good options. Any type of fabric that you like the pattern or looks of can become a candidate for a bow tie. The only real limitation is that the bow tie will have to be turned inside out through a tube that is only 2cm across. With some thicker fabrics, this will be a difficult proposition. + +Bow ties are more whimsical than normal ties, so having a fun pattern or loud colour is not as much of a problem as it would be with a regular tie. + +Silk and silk imitation is slippery and tricky to work with. This can be compensated for with a fusible interfacing. + +## Interfacing + +Depending on the fabric you chose for your bow tie, you will probably need interfacing. Interfacing comes in two main types: fusible and sew-in. + +The fusible variety has some adhesive attached to one side that is activated with the heat of your iron. This attaches the interfacing to the fabric and the two can then be used as one. Fusible interfacing can be a great option if your fabric allows the heat required, and you use a quality interfacing. Some lesser quality interfacings can have the adhesive detach, and this shows as bubbles on the fabric surface later on in the life of your bow tie. Good quality interfacings and correctly following the guidelines for adhering the interfacing will not present these problems. + +Sew-in interfacing is sew into place before the fabric pieces are used. You attach the interfacing to the fabric by sewing the two together inside the seam allowance. If you use a seam allowance of 6mm, you will sew the interfacing at 3mm. Anything may work as a sew-in interfacing, including an extra layer of the same fabric. + +The key part of the interfacing is to give your bow tie the structure you like. You can have a bow tie that stands proud and crisp. Or one that droops a bit at the tips. This is all about your preference. + +It is good to experiment with the interfacing on a scrap piece of your fabric, specially with the fusible kind. You want to make sure you get the structure you like before committing it to your pattern pieces. + +Although the pattern calls for applying interfacing to all parts, if you have thick or stiff fabric, you may be able to only do one side, or no sides at all. From 211267f82c512f2f0c9a4de11dbc9019dadf622b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:01 +0200 Subject: [PATCH 0184/1675] New translations en.md (Ukrainian) --- .../docs/patterns/benjamin/instructions/uk.md | 130 ++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/instructions/uk.md diff --git a/markdown/org/docs/patterns/benjamin/instructions/uk.md b/markdown/org/docs/patterns/benjamin/instructions/uk.md new file mode 100644 index 00000000000..d85a2a87460 --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/instructions/uk.md @@ -0,0 +1,130 @@ +- - - +title: "Benjamin bow tie: Sewing Instructions" +- - - + +## Notes and tips + +### Precision + +Since a bow tie is a rather small item, precission with sewing is key to a good result. Any slight difference between the upper and lower part of the bow will stand out. To get a great result I found it very helpful to trace the actual seam lines onto the interfacing and follow that while sewing. + +### Press wisely + +Later in the construction steps, you will be asked to press your fabric. Please be careful that you are not using too much heat on a delicate fabric that can't handle it. + +It's a good idea to try pressing some fabric scraps before you start. This will allow you to figure out what is a good heat setting for the fabric you are using. + +### Choosing your grain + +This pattern includes a grain line. This grain line is mostly there to be used with the interfacing. Since each pattern piece is interfaced, the grain line of the fabric itself is not so important. You can even change this from the standard for more informal impressions. + + + +If this all sounds very confusing, might I suggest reading the help +page on [Fabric grain](/docs/sewing/fabric-grain). + + + +### Bow tie adjustment ribbon + +This pattern allows you to make a bow tie that is the right length for a certain neck size. It can also make one that has a ribbon and hardware that makes the bow tie adjustable to different neck sizes. This is useful if not all of your shirts have the same neck measurements, or if you sometimes like shirts with more ease in the neck. + +These ribbons can be found in the better haberdasheries or can be ordered online. + +### Seam allowance + +Since the bow tie is constructed with the right sides of the fabric against each other, the whole thing will have to be turned inside out. You probably want to consider using a small seam allowance of 6mm (¼ inch) to reduce the bulk. + +## Construction + +### Step 1: Apply interfacing + +Apply interfacing to all parts where you feel it's needed. + +### Without adjustment ribbon + +#### Step 2: Sew the knot to the collar band + +Put the collar band part on the bow tie knot part, right sides together. Align the ends of both parts. Now sew across the end to join the parts. + +![Sew the collar band to the knot](step12.png) + +Do this for each end on both collar bands. + +Press open all the seams. + +You now have two identical single sided bow ties. + +#### Step 3: Join both sides + +![Sew both sides together](step13.png) + +Lay both the sides you made on top of each other, right sides together. Sew all along, but leaving an area of 5cm open in the middle of the collar band. Through this opening we will turn the bow tie right side out. + +#### Step 4: Turning + +![Clip seam allowance](step14.png) + +Clip the seam allowance back in the usual spots and make little cuts to allow for a smooth curves. + +Then use the back of a large crochet hook, or some other appropriately long skinny object, to turn the two sides right-side-out through the little opening. Start by gently pulling the two fabric pieces at the end of the bow apart. Then push the end of the bow up between the two pieces of fabric. Keep gently pushing while pulling the rest of the tie down over it. This can be a tedious procedure. Take your time and be gentle. It's easy to push too hard and rip stitches or fabric. + +Once you have the tie right side out, make sure you push all the corners and sides out before giving it a good press. + +#### Step 5: Closing + +![Closing the bow tie](step15.png) + +Now all that is left is closing the litle hole we used to turn the bow tie right side out. You can do this by hand with a slip stitch, or a ladder stitch. Or you can use the machine and stitch right at the edge of the band. Since this will normally be hidden by the collar of your shirt, it will not be all that obvious. + +Now give it one last press and admire your work. + +### With adjustment ribbon + +#### Step 2: Attaching the ribbon + +![Sew the ribbon to part 1](step22.png) + +The first thing to do is to sew the adjustment ribbon to the shortest of the bow parts. The ribbon should be 290mm long. If it is different, you have to make sure that you align it such that the ribbon and short bow piece together are as long as the long bow piece. + +Put right sides of the short bow piece and the ribbon together. + +Now sew across the end to join the parts. + +#### Step 3: Join both sides + +![Sew both sides together](step23.png) + +Lay both the parts of the medium bow on top of each other, right sides together. And lay the long bow on top of the ribbon and short bow part, also rights sides together. + +Sew all along, but leave the short ends open. Through these openings we will turn the bow tie parts right side out. + +#### Step 4: Turning + +![Clip seam allowance](step14.png) + +Clip the seam allowance back in the usual spots and make little cuts to allow for a smooth curves. + +Then use the back of a large crochet hook, or some other appropriately long skinny object, to turn the two parts right-side-out through the ends. Start by gently pulling the two fabric pieces at the end of the bow apart. Then push the end of the bow up between the two pieces of fabric. Keep gently pushing while pulling the rest of the tie down over it. This can be a tedious procedure. Take your time and be gentle. It's easy to push too hard and rip stitches or fabric. + +Once you have the part right side out, make sure you push all the corners and sides out before giving it a good press. + +Do this with both parts. + +#### Step 5: Add hardware + +Now we need to add the two pieces of hardware that make the bow tie adjustable. The oval looking piece will be attached to the part without the adjustment ribbon. And the piece with the T shaped attachment will go on the part with the ribbon. + +First do the part without the ribbon. This is because the fabric tail of the ribbon piece will have to go through the oval part before sewing on its hardware. If you would do it in the other sequence, you may not be able to feed it through. + +To finish the ends, we're going to fold the fabric in three steps: + +![Three steps to fold, one step to sew](step25.png) + +First we fold the side in under an angle. Then we fold the end over by just a small seam allowance, something like 5mm. Then we fold it over again, for about 1cm. Finally we stick the oval ring under this last fold and stitch across. + +Now feed the ribbon piece through the oval part and finish it the same way. + +Hook the T in one of the adjustment holes and your bow tie is done! + +![Good job!](finished.gif) From af52550f29c28dc29eb149096fb4b3d241ae437f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:02 +0200 Subject: [PATCH 0185/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/benjamin/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/measurements/uk.md diff --git a/markdown/org/docs/patterns/benjamin/measurements/uk.md b/markdown/org/docs/patterns/benjamin/measurements/uk.md new file mode 100644 index 00000000000..1863dcc3510 --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Benjamin bow tie: Required Measurements" +- - - + + From 4ec2fd4415d37888bbb77be59a8aba4d5ab471d9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:03 +0200 Subject: [PATCH 0186/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/benjamin/needs/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/needs/uk.md diff --git a/markdown/org/docs/patterns/benjamin/needs/uk.md b/markdown/org/docs/patterns/benjamin/needs/uk.md new file mode 100644 index 00000000000..26bd0a809ca --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/needs/uk.md @@ -0,0 +1,10 @@ +- - - +title: "Benjamin bow tie: What You Need" +- - - + +To make Benjamin, you will need the following: + +- Basic sewing supplies +- About 0.5 meters (0.6 yards) of a suitable fabric ([see Fabric options](/docs/patterns/benjamin/fabric/)). Left over pieces of a recent project could work too. +- About the same amount of interfacing +- Optionally: Bow tie adjustment ribbon and hardware From 24e1eca9049f401c76e6854d52a0120416d836e7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:04 +0200 Subject: [PATCH 0187/1675] New translations en.md (Ukrainian) --- .../benjamin/options/adjustmentribbon/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md diff --git a/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md b/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md new file mode 100644 index 00000000000..3a07a9ce2b5 --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Adjustment ribbon" +- - - + +![Traditional or adjustable](adjustmentribbon.svg) + +With Benjamin, you can make a traditional fixed size bow tie. And you can make one that incorporates an adjustment ribbon. These are ribbons and pieces of hardware that allow you to change the neck size of the bow tie. Very handy when you have shirts with different neck sizes, or if you have different ease in the collar for some. + + + +This is a great option if you decide to make a bow tie for someone else as a gift. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](benjamin_adjustmentribbon_sample.svg "Effect of this option on the pattern") From 8f6028dbfc5c872f615907fede0e42f47a384ab5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:05 +0200 Subject: [PATCH 0188/1675] New translations en.md (Ukrainian) --- .../docs/patterns/benjamin/options/bowlength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/options/bowlength/uk.md diff --git a/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md b/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md new file mode 100644 index 00000000000..31626282332 --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Bow length" +- - - + +![Bow length](bowlength.svg) + +You can make wide bow ties, or narrow ones. This option allows you to change the horizontal size of the bows. Make them larger to be more flamboyant, or small for a more subdued style. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](benjamin_bowlength_sample.svg "Effect of this option on the pattern") From 4460100eafc30c718563a3334fd636da6fd9c1da Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:06 +0200 Subject: [PATCH 0189/1675] New translations en.md (Ukrainian) --- .../patterns/benjamin/options/bowstyle/uk.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md diff --git a/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md b/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md new file mode 100644 index 00000000000..26d32b4baaf --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md @@ -0,0 +1,16 @@ +- - - +title: "Bow style" +- - - + +Four different bow tie styles! + +Benjamin allows you to make four different bow ties. + +- Contemporary Diamond +- Traditional Butterfly +- Classic Square +- Whimsical Wide Square + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](benjamin_bowstyle_sample.svg "Effect of this option on the pattern") From 2474ea825378922e3a3f49b1f297ff08dd6d5691 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:07 +0200 Subject: [PATCH 0190/1675] New translations en.md (Ukrainian) --- .../patterns/benjamin/options/collarease/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/benjamin/options/collarease/uk.md b/markdown/org/docs/patterns/benjamin/options/collarease/uk.md new file mode 100644 index 00000000000..5489ca42249 --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/options/collarease/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Collar ease" +- - - + +![How much ease do you use for your collar?](collarease.svg) + +Using the neck circumference is one part of getting a well-fitting bow tie. The other is how much collar ease you normally use for your shirts. Together they dictate how long the bow tie becomes. + +> #### Not used with the adjustment ribbon option +> +> This option is used to make a precise fitting bow tie. When you use the adjustment ribbon, this option is not used. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](benjamin_collarease_sample.svg "Effect of this option on the pattern") From ca682aad30fc9cbf7f3162340c3c78a560c0e8b7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:08 +0200 Subject: [PATCH 0191/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/benjamin/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/options/uk.md diff --git a/markdown/org/docs/patterns/benjamin/options/uk.md b/markdown/org/docs/patterns/benjamin/options/uk.md new file mode 100644 index 00000000000..ee34ee7782c --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Benjamin bow tie: Design Options" +- - - + + From c961bb3a82cf8f5f7f05736d050240fc7eb69f53 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:10 +0200 Subject: [PATCH 0192/1675] New translations en.md (Ukrainian) --- .../patterns/bella/options/backneckcutout/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/bella/options/backneckcutout/uk.md b/markdown/org/docs/patterns/bella/options/backneckcutout/uk.md new file mode 100644 index 00000000000..f14d382f267 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/backneckcutout/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back neck cutout" +--- + +--- + +![The effect of the back neck cutout option on the pattern](sample.png) + +The **back neck cutout** option controls how far the neck opening is scooped out at the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_backneckcutout_sample.svg "Effect of this option on the pattern") From bdf07f6f7ea2f38cc1827c51938d928c9b56ac5c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:11 +0200 Subject: [PATCH 0193/1675] New translations en.md (Ukrainian) --- .../patterns/bella/options/backdartheight/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/backdartheight/uk.md diff --git a/markdown/org/docs/patterns/bella/options/backdartheight/uk.md b/markdown/org/docs/patterns/bella/options/backdartheight/uk.md new file mode 100644 index 00000000000..24356063a0c --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/backdartheight/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back dart height" +--- + +--- + +![The effect of the back dart height option on the pattern](sample.png) + +The **back dart height** option controls the height (length if you will) of the back dart. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_backdartheight_sample.svg "Effect of this option on the pattern") From a51b49fc780bf707602254114cb8f0ae8d628d12 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:12 +0200 Subject: [PATCH 0194/1675] New translations en.md (Ukrainian) --- .../patterns/aaron/options/stretchfactor/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md diff --git a/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md b/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md new file mode 100644 index 00000000000..2b370cf77a6 --- /dev/null +++ b/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Stretch" +- - - + +![The stretch factor option on Aaron](./stretchfactor.svg) + +How much does your fabric stretch? Choose 0% if your fabric does not stretch. + +> ##### This option does only impact stretch one-way (horizontal). +> +> Four-way stretch is not really a concern for this top, but if you want you can play with the [length bonus](../lengthbonus) option. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_stretchfactor_sample.svg "Effect of this option on the pattern") From 100348bca5bba03098b9ef565cfd8844b37ae89f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:13 +0200 Subject: [PATCH 0195/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/albert/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/options/uk.md diff --git a/markdown/org/docs/patterns/albert/options/uk.md b/markdown/org/docs/patterns/albert/options/uk.md new file mode 100644 index 00000000000..33f099b9590 --- /dev/null +++ b/markdown/org/docs/patterns/albert/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Albert apron: Design Options" +- - - + + From 1197491dbb6f47f62304a53273cd09d478736338 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:14 +0200 Subject: [PATCH 0196/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/albert/cutting/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/cutting/uk.md diff --git a/markdown/org/docs/patterns/albert/cutting/uk.md b/markdown/org/docs/patterns/albert/cutting/uk.md new file mode 100644 index 00000000000..939af2c0fad --- /dev/null +++ b/markdown/org/docs/patterns/albert/cutting/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Albert apron: Cutting Instructions" +- - - + +- Cut **1 front** on the fold +- Cut **1 pocket** on the fold +- Cut **2 straps** From 4cb880f8d7818a602203487de222dbe2cefe59fc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:15 +0200 Subject: [PATCH 0197/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/albert/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/uk.md diff --git a/markdown/org/docs/patterns/albert/uk.md b/markdown/org/docs/patterns/albert/uk.md new file mode 100644 index 00000000000..ac5611f2ee6 --- /dev/null +++ b/markdown/org/docs/patterns/albert/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Albert apron" +- - - + + From e0b5f14fdafa493ec767bf6e64ace50bdaec5b5c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:16 +0200 Subject: [PATCH 0198/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/albert/fabric/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/fabric/uk.md diff --git a/markdown/org/docs/patterns/albert/fabric/uk.md b/markdown/org/docs/patterns/albert/fabric/uk.md new file mode 100644 index 00000000000..6d15ee896c2 --- /dev/null +++ b/markdown/org/docs/patterns/albert/fabric/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Albert apron: Fabric Options" +- - - + +An apron works best with a fabric that is sturdy, tightly woven, and easy to clean. In addition, make sure to go for a natural fibre and in any case something that is heat-resistant. + +Heavy cotton, chino, canvas or denim are all excellent choices. + +When in doubt, go for raw denim (pure cotton, if it stretches it's no good). From 56b073a34fe96cd75fd8ece067b9a4f6d2fb1980 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:17 +0200 Subject: [PATCH 0199/1675] New translations en.md (Ukrainian) --- .../docs/patterns/albert/instructions/uk.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/instructions/uk.md diff --git a/markdown/org/docs/patterns/albert/instructions/uk.md b/markdown/org/docs/patterns/albert/instructions/uk.md new file mode 100644 index 00000000000..60a4af1e2f4 --- /dev/null +++ b/markdown/org/docs/patterns/albert/instructions/uk.md @@ -0,0 +1,57 @@ +- - - +title: "Albert apron: Sewing Instructions" +- - - + +### Step 1: The Pocket + +- Along the top of the pocket fold the seam allowance to wrong side, press. +- Then fold the top hem allowance to wrong side and press, making sure the seam allowance is tucked underneath. Pin in place if you need to. +- Press the seam allowance of the sides and bottom to the wrong side. +- On the right side topstich close to where the hem edge lies underneath, making sure to catch the hem and seam allowances as you sew. +- Pin the pocket to the front using the guides. +- _Edgestitch_ the sides and bottom of the pocket leaving the top open. Make sure to backstitch at the start and end to secure the pocket properly. + + + +If you have trouble catching the top hem we suggest to either _Baste_ close to the hem edge first, and use that as a guide when stitching on the right side or pin the hem edge down from the right side making sure the pins are parallel to the top edge and use them as a guide. + + + + + +There are multiple ways to sew a patch pocket so use the way you prefer if you do not like this one.\ +A fun thing you can do is embroider/stitch the pocket with the name of the person the apron is for or even a cute design. Just remember that aprons typically get dirty so don't go to overtop with it. + + + +### Step 2: The Front + +- Press under the side seam allowances to the wrong side. +- Press under the side seams to the wrong side along the hem lines making sure the seam allowances are tucked underneath. +- On the right side topstich close to where the folded edges lie underneath, making sure to catch the hems as you sew. +- Repeat Step 2 for the top and bottom hems. + + + +It is recommended to hem the side seams before the top and bottom seams as they are narrower.\ +The side seams are narrow hems simply being the seam allowance folded over twice. + + + +### Step 3: The Straps + +- Fold one strap in half, right sides together and sew the top and side together. +- Turn inside out through the bottom. Press. +- Using the cross and rectangle as a guide, stitch the top of the strap to the wrong side of the front on the top left. +- Using the cross and rectangle as a guide, stitch the bottom of the strap to the wrong side of the front at the side right. +- Repeat Step 3 for the remaining strap attaching it at the top right and then the side left. + + + +You can make another set of straps to tie at the back if you wish to keep the apron close to body when moving. + + + +### Step 4: Enjoy! + +You're done! Now go enjoy your apron and make every stain a memory! From 50a17589f47a6414223994fd4400cf1fdde05368 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:18 +0200 Subject: [PATCH 0200/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/albert/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/measurements/uk.md diff --git a/markdown/org/docs/patterns/albert/measurements/uk.md b/markdown/org/docs/patterns/albert/measurements/uk.md new file mode 100644 index 00000000000..6a2678a410b --- /dev/null +++ b/markdown/org/docs/patterns/albert/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Albert apron: Required Measurements" +- - - + + From 84743c94a824cd187484a8dba4ba4bb4c96f7377 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:19 +0200 Subject: [PATCH 0201/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/albert/needs/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/needs/uk.md diff --git a/markdown/org/docs/patterns/albert/needs/uk.md b/markdown/org/docs/patterns/albert/needs/uk.md new file mode 100644 index 00000000000..a4cba15cd37 --- /dev/null +++ b/markdown/org/docs/patterns/albert/needs/uk.md @@ -0,0 +1,8 @@ +- - - +title: "Albert apron: What You Need" +- - - + +To make Albert, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 1.25 meters (1.4 yards) (depending on the length of your apron) of a suitable fabric ([see Fabric options](/docs/patterns/albert/fabric)) From 6097e6ccc13bb5a58e170e576fe44ec6e2f9a3a1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:20 +0200 Subject: [PATCH 0202/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/albert/options/backopening/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/options/backopening/uk.md diff --git a/markdown/org/docs/patterns/albert/options/backopening/uk.md b/markdown/org/docs/patterns/albert/options/backopening/uk.md new file mode 100644 index 00000000000..6aa7811f2e5 --- /dev/null +++ b/markdown/org/docs/patterns/albert/options/backopening/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back opening" +- - - + +Controls the amount of opening at the back of your apron. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](albert_backopening_sample.svg "Effect of this option on the pattern") From 907928da814be8962d16df3d486c2ad3c07822ae Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:21 +0200 Subject: [PATCH 0203/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/albert/options/biblength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/options/biblength/uk.md diff --git a/markdown/org/docs/patterns/albert/options/biblength/uk.md b/markdown/org/docs/patterns/albert/options/biblength/uk.md new file mode 100644 index 00000000000..27c30beb911 --- /dev/null +++ b/markdown/org/docs/patterns/albert/options/biblength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Bib length" +- - - + +Controls the length of the _bib_ part of your apron. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](albert_biblength_sample.svg "Effect of this option on the pattern") From 27065b7933a927da89c5fb49ddde4ec9102bd292 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:22 +0200 Subject: [PATCH 0204/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/albert/options/bibwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/options/bibwidth/uk.md diff --git a/markdown/org/docs/patterns/albert/options/bibwidth/uk.md b/markdown/org/docs/patterns/albert/options/bibwidth/uk.md new file mode 100644 index 00000000000..ce1a5cb74a5 --- /dev/null +++ b/markdown/org/docs/patterns/albert/options/bibwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Bib width" +- - - + +Controls the width of the _bib_ part of your apron. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](albert_bibwidth_sample.svg "Effect of this option on the pattern") From 0687cee381557b7296ce1f6d8ed7f492fb1ef4f2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:23 +0200 Subject: [PATCH 0205/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/albert/options/chestdepth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/options/chestdepth/uk.md diff --git a/markdown/org/docs/patterns/albert/options/chestdepth/uk.md b/markdown/org/docs/patterns/albert/options/chestdepth/uk.md new file mode 100644 index 00000000000..78f82905432 --- /dev/null +++ b/markdown/org/docs/patterns/albert/options/chestdepth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Strap length" +- - - + +Controls the length of the straps on your apron. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](albert_chestdepth_sample.svg "Effect of this option on the pattern") From b2921fd218d28d67f4e26a5bea61036effa9a9e1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:24 +0200 Subject: [PATCH 0206/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/albert/options/lengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md b/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md new file mode 100644 index 00000000000..71d7bd1865b --- /dev/null +++ b/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length bonus" +- - - + +How much longer than the default length to make your apron. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](albert_lengthbonus_sample.svg "Effect of this option on the pattern") From 4d6c4db17cd2d8df0e376ad1adbd69ea670c6a42 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:25 +0200 Subject: [PATCH 0207/1675] New translations en.md (Ukrainian) --- .../patterns/bella/options/backarmholeslant/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/backarmholeslant/uk.md diff --git a/markdown/org/docs/patterns/bella/options/backarmholeslant/uk.md b/markdown/org/docs/patterns/bella/options/backarmholeslant/uk.md new file mode 100644 index 00000000000..6ac1cb06e24 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/backarmholeslant/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back armhole slant" +--- + +--- + +![The effect of the back armhole slant option on the pattern](sample.png) + +The **back armhole slant** slightly rotates the armhole around the back pitch point. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_backarmholeslant_sample.svg "Effect of this option on the pattern") From 68279791a9406ee3c2e14650734aec35777b8be2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:26 +0200 Subject: [PATCH 0208/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/albert/options/strapwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/albert/options/strapwidth/uk.md diff --git a/markdown/org/docs/patterns/albert/options/strapwidth/uk.md b/markdown/org/docs/patterns/albert/options/strapwidth/uk.md new file mode 100644 index 00000000000..3151fd1a8a9 --- /dev/null +++ b/markdown/org/docs/patterns/albert/options/strapwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Strap width" +- - - + +Controls the width of the straps on your apron. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](albert_strapwidth_sample.svg "Effect of this option on the pattern") From 6b6d8bab924c75e35648b604e91d82b65ea4ba77 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:27 +0200 Subject: [PATCH 0209/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bella/cutting/uk.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/cutting/uk.md diff --git a/markdown/org/docs/patterns/bella/cutting/uk.md b/markdown/org/docs/patterns/bella/cutting/uk.md new file mode 100644 index 00000000000..f6bfb8a0c3d --- /dev/null +++ b/markdown/org/docs/patterns/bella/cutting/uk.md @@ -0,0 +1,27 @@ +- - - +title: "Bella body block: Cutting Instructions" +- - - + +**Main fabric** + +- Cut **1 Front** part on the fold. +- Cut **2 Back** parts. + +These cutting instructions are just for the default Bella block. Adjust your cutting accordingly if you have/are making changes to the block. + + + +If you do not have someone to help pin you into Bella then you may find it easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front. + + + + + +###### Bella is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From 203ee4cbaac16f3e583c8f7c23728aa37d4cc4e6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:28 +0200 Subject: [PATCH 0210/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bella/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/uk.md diff --git a/markdown/org/docs/patterns/bella/uk.md b/markdown/org/docs/patterns/bella/uk.md new file mode 100644 index 00000000000..208b53e63f0 --- /dev/null +++ b/markdown/org/docs/patterns/bella/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bella body block" +- - - + + From 902ac87cdb60729ac626d9dd476583154ed8e999 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:29 +0200 Subject: [PATCH 0211/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bella/fabric/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/fabric/uk.md diff --git a/markdown/org/docs/patterns/bella/fabric/uk.md b/markdown/org/docs/patterns/bella/fabric/uk.md new file mode 100644 index 00000000000..f0a38a9e773 --- /dev/null +++ b/markdown/org/docs/patterns/bella/fabric/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Bella body block: Fabric Options" +- - - + +If you are making a default Bella to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Bella with. + +You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Bella. + + + +###### Bella is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From 066da26651d49a977acbaceb77c09466fd313e42 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:30 +0200 Subject: [PATCH 0212/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bella/instructions/uk.md | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/instructions/uk.md diff --git a/markdown/org/docs/patterns/bella/instructions/uk.md b/markdown/org/docs/patterns/bella/instructions/uk.md new file mode 100644 index 00000000000..c6368d0ba94 --- /dev/null +++ b/markdown/org/docs/patterns/bella/instructions/uk.md @@ -0,0 +1,68 @@ +- - - +title: "Bella body block: Sewing Instructions" +- - - + + + +###### Bella is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Bella block. + + + +### Step 1: Mock-up Construction + +- Close the front bust and waist darts. +- Close the back darts. +- Sew the front to the backs at the shoulders _good sides together_. +- Sew the front to the backs at the side seams _good sides together_. + + + +If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. + + + +### Step 2: Try it on + +- Try it on and check the fit by pinning the back closed whilst wearing it. +- Make any alterations and try it on again. +- Repeat until you are happy. + + + +If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on. + +Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. + +Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. + + + + + +Remember to treat Bella as a basis rather than a final product, so adjust what you need to get the desired look.\ +For instance: + +- Change the neck line +- Add/change the closure allowances +- Alter the dart placements +- Add a collar + +It is all up to you! Experiment and go forth! + + + +### Step 3: Make a paper pattern + +- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. +- Now you have a pattern you can use to produce a garment. + + + +It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. + + From d04cda1d252f35947b4f6ce0b7381a2f0fbb207d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:31 +0200 Subject: [PATCH 0213/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bella/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/measurements/uk.md diff --git a/markdown/org/docs/patterns/bella/measurements/uk.md b/markdown/org/docs/patterns/bella/measurements/uk.md new file mode 100644 index 00000000000..40e5ec6cfde --- /dev/null +++ b/markdown/org/docs/patterns/bella/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bella body block: Required Measurements" +- - - + + From 54f3fb324b026380cdced51775d0c0c097f907cf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:32 +0200 Subject: [PATCH 0214/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bella/needs/uk.md | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/needs/uk.md diff --git a/markdown/org/docs/patterns/bella/needs/uk.md b/markdown/org/docs/patterns/bella/needs/uk.md new file mode 100644 index 00000000000..cf4f34e4d3e --- /dev/null +++ b/markdown/org/docs/patterns/bella/needs/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Bella body block: What You Need" +- - - + +To make Bella, you will need the following: + +- Basic sewing supplies +- About 0.5 metres (0.6 yards) of a suitable fabric ([see Bella Fabric options](/docs/patterns/bella/fabric/)) + +This list is for a default Bella Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. + + + +###### Bella is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From de79239b7e0be734146d4abec0f111a12c70658a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:33 +0200 Subject: [PATCH 0215/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bella/options/armholedepth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/armholedepth/uk.md diff --git a/markdown/org/docs/patterns/bella/options/armholedepth/uk.md b/markdown/org/docs/patterns/bella/options/armholedepth/uk.md new file mode 100644 index 00000000000..f8d80dca084 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/armholedepth/uk.md @@ -0,0 +1,13 @@ +--- +title: "Armhole depth" +--- + +--- + +![The effect of the armhole depth option on the pattern](sample.png) + +The **armhole depth** option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_armholedepth_sample.svg "Effect of this option on the pattern") From 21a80cb65f3316fc1abcea88a860efe49fd9be4f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:34 +0200 Subject: [PATCH 0216/1675] New translations en.md (Ukrainian) --- .../bella/options/backarmholecurvature/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/backarmholecurvature/uk.md diff --git a/markdown/org/docs/patterns/bella/options/backarmholecurvature/uk.md b/markdown/org/docs/patterns/bella/options/backarmholecurvature/uk.md new file mode 100644 index 00000000000..b4b3707c163 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/backarmholecurvature/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back armhole curvature" +--- + +--- + +![The effect of the back armhole curvature option on the pattern](sample.png) + +The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_backarmholecurvature_sample.svg "Effect of this option on the pattern") From ed32f710905fe104c99395ea394221d0e85907dd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:35 +0200 Subject: [PATCH 0217/1675] New translations en.md (Ukrainian) --- .../bella/options/backarmholepitchdepth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/backarmholepitchdepth/uk.md diff --git a/markdown/org/docs/patterns/bella/options/backarmholepitchdepth/uk.md b/markdown/org/docs/patterns/bella/options/backarmholepitchdepth/uk.md new file mode 100644 index 00000000000..65fa6ff0e24 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/backarmholepitchdepth/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back armhole pitch depth" +--- + +--- + +![The effect of the back armhole pitch depth option on the pattern](sample.png) + +The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_backarmholepitchdepth_sample.svg "Effect of this option on the pattern") From e417d3a7b65fb0afa75c88d46bda7d1e70716083 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:36 +0200 Subject: [PATCH 0218/1675] New translations en.md (Ukrainian) --- .../docs/patterns/benjamin/options/endstyle/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/options/endstyle/uk.md diff --git a/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md b/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md new file mode 100644 index 00000000000..fe7bcf3841b --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md @@ -0,0 +1,15 @@ +- - - +title: "End style" +- - - + +![Three different tip shapes](endstyle.svg) + +In addition to having four different bow tie styles, each style can be individualized with three different tip options: + +- Straight +- Pointed +- Round + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](benjamin_endstyle_sample.svg "Effect of this option on the pattern") From 5a272dd60d45727ee5480ddd17da8805b5fc2f34 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:37 +0200 Subject: [PATCH 0219/1675] New translations en.md (Ukrainian) --- .../patterns/benjamin/options/knotwidth/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md diff --git a/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md b/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md new file mode 100644 index 00000000000..0b0bc7f1340 --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Knot width" +- - - + +![Knot width](knotwidth.svg) + +The knot width is the width in the middle of the bow tie, where you make the knot. + +How wide your bow tie is in the middle will influence the tie knot. Bigger works better with larger bow ties. + + + +With the Square type bow tie, this value also dictates the width of the tips + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](benjamin_knotwidth_sample.svg "Effect of this option on the pattern") From 5c710970ccb5880dd7a9bf44469f648ae5ca7d91 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:38 +0200 Subject: [PATCH 0220/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bent/options/sleevecapheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md diff --git a/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md new file mode 100644 index 00000000000..3e3e06d853e --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleevecap height" +- - - + +This factor controls the height of the sleevecap. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_sleevecapheight_sample.svg "Effect of this option on the pattern") From d6cdfd31ad8804e760689b6a8258d12eb74e12c9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:39 +0200 Subject: [PATCH 0221/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/brian/needs/uk.md | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/needs/uk.md diff --git a/markdown/org/docs/patterns/brian/needs/uk.md b/markdown/org/docs/patterns/brian/needs/uk.md new file mode 100644 index 00000000000..67a3475253e --- /dev/null +++ b/markdown/org/docs/patterns/brian/needs/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Brian body block: What You Need" +- - - + +To make Brian, you will need the following: + +- Basic sewing supplies +- About 1.25 - 1.5 metres (1.4 - 1.7 yards) of a suitable fabric ([see Brian Fabric options](/docs/patterns/brian/fabric/)) + +This list is for a default Brian Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. + + + +###### Brian is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From e718663182370ccd76c9e683ea49d0ae78c6d721 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:40 +0200 Subject: [PATCH 0222/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/brian/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/measurements/uk.md diff --git a/markdown/org/docs/patterns/brian/measurements/uk.md b/markdown/org/docs/patterns/brian/measurements/uk.md new file mode 100644 index 00000000000..78e3c9897c5 --- /dev/null +++ b/markdown/org/docs/patterns/brian/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Brian body block: Required Measurements" +- - - + + From 4a79715c219820d61a105e7014413e5627844040 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:41 +0200 Subject: [PATCH 0223/1675] New translations en.md (Ukrainian) --- .../docs/patterns/brian/instructions/uk.md | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/instructions/uk.md diff --git a/markdown/org/docs/patterns/brian/instructions/uk.md b/markdown/org/docs/patterns/brian/instructions/uk.md new file mode 100644 index 00000000000..6e1eeb67512 --- /dev/null +++ b/markdown/org/docs/patterns/brian/instructions/uk.md @@ -0,0 +1,72 @@ +- - - +title: "Brian body block: Sewing Instructions" +- - - + + + +###### Brian is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Brian block. + + + +### Step 1: Mock-up Construction + +- Sew the front to the backs at the shoulders _good sides together_. +- Matching notches, sew the sleeves to the shoulder _good sides together_. +- Sew the side seams _good sides together_. + + + +You may need to leave the bottom of sleeve side seams open to put the garment on. + + + + + +If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. + + + +### Step 2: Try it on + +- Try it on and check the fit by pinning the back closed whilst wearing it. +- Make any alterations and try it on again. +- Repeat until you are happy. + + + +If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on. + +Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. + +Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. + + + + + +Remember to treat Brian as a basis rather than a final product, so adjust what you need to get the desired look.\ +For instance: + +- Change the neck line +- Add/change the closure allowances +- Add a collar + +It is all up to you! Experiment and go forth! + + + +### Step 3: Make a paper pattern + +- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. +- Now you have a pattern you can use to produce a garment. + + + +It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. + + From 8155c282c2b38fbb0762f03021f852d872d53aaf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:42 +0200 Subject: [PATCH 0224/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/brian/fabric/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/fabric/uk.md diff --git a/markdown/org/docs/patterns/brian/fabric/uk.md b/markdown/org/docs/patterns/brian/fabric/uk.md new file mode 100644 index 00000000000..15ad7c12fea --- /dev/null +++ b/markdown/org/docs/patterns/brian/fabric/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Brian body block: Fabric Options" +- - - + +If you are making a default Brian to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Brian with. + +You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Brian. + + + +###### Brian is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From 5a9e126101d94e6ac12c1df22cb53e25313839b1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:43 +0200 Subject: [PATCH 0225/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/brian/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/uk.md diff --git a/markdown/org/docs/patterns/brian/uk.md b/markdown/org/docs/patterns/brian/uk.md new file mode 100644 index 00000000000..6e6a1c731ef --- /dev/null +++ b/markdown/org/docs/patterns/brian/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Brian body block" +- - - + + From fe2652b75f77404f69b00e994df28c521938dc66 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:44 +0200 Subject: [PATCH 0226/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/brian/cutting/uk.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/cutting/uk.md diff --git a/markdown/org/docs/patterns/brian/cutting/uk.md b/markdown/org/docs/patterns/brian/cutting/uk.md new file mode 100644 index 00000000000..6db9138412a --- /dev/null +++ b/markdown/org/docs/patterns/brian/cutting/uk.md @@ -0,0 +1,28 @@ +- - - +title: "Brian body block: Cutting Instructions" +- - - + +**Main fabric** + +- Cut **1 Front** part on the fold. +- Cut **1 Back** part on the fold. +- Cut **2 Sleeve** parts. + +These cutting instructions are just for the default Brian block. Adjust your cutting accordingly if you have/are making changes to the block. + + + +If you do not have someone to help pin you into Brian then you may find it easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front. + + + + + +###### Brian is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From b03884622c0698938e07a43f99c7a64fc20bc0e6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:45 +0200 Subject: [PATCH 0227/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/options/uk.md | 121 ++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/uk.md b/markdown/org/docs/patterns/breanna/options/uk.md new file mode 100644 index 00000000000..01ff0182bfc --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/uk.md @@ -0,0 +1,121 @@ +- - - +title: "Breanna body block: Design Options" +- - - + + + +## Understanding the sleevecap + +The Breanna sleevecap was designed to be adaptable into different types of sleeves and garments. As a result, the sleevecap alone has 20 options to control its shape. Whereas that may seem a bit overwhelming at first, understanding how the sleevecap is drafted makes it easy to understand what all the individual options do. + +### The bounding box + +The _bounding box_ of the sleevecap is a rectangle that is as wide as the sleeve, and as high as the sleevecap. Inside this box, we will construct our sleevecap later. + +![The Breanna sleevecap](sleevecap.svg) + +The image above shows a sleevecap, starting at point 1, then going up until point 4, and then down again to point 2. + + + +###### Finding out which is the front of the sleeve(cap) + +In our example, the front of the sleevecap is on the right hand side. But how would you know? + +While patterns typically have an indication that shows which side is which (a single notch +means the front, whereas a double notch means the back), you can also +recognize the front side of a sleevecap because it is more curved. The backside of the +sleevecap will also be curved, but it's a flatter curve. That's because the human shoulder +is more pronounced and curved on the front of the body, thus the sleevecap is more curved +there to fit the shoulder. + + + +The width of the sleevecap (and thus the width of the sleeve at the bottom of the armhole) is equal to the distance between points 1 and 2. That distance depends on the measurements of the model, the amount of ease, the cut of the garment and so on. For our sleevecap, all we need to know is that we start with a given width. And while that width can be influenced by other factors, we can not influence it by any of the sleevecap options. + +![Controlling the top of the sleevecap](sleevecaptop.svg) + +The height of the sleevecap is equal to the distance between points 3 and 4. The exact height is a trade-off between the measurments of the model, options, ease, sleevecap ease, and the fact that the sleeve ultimately has to fit the armhole. So the height may vary, and we don't control the exact value. But there are two options that control the shape of our sleevecap: + +- [Sleevecap top X](/docs/patterns/breanna/options/sleevecaptopfactorx/) : Controls the horizontal placement of point 3 and 4 +- [Sleevecap top Y](/docs/patterns/breanna/options/sleevecaptopfactory/) : Controls the vertical placement of point 4 + +In other words, point 4 can be made higher and lower and, perhaps less intutitively, it can also be changed to lie more to the right or the left, rather than smack in the middle as in our example. + +### The inflection points + +![Controlling the inflection points](sleevecapinflection.svg) + +With points 1, 2, 3, and 4 in place, we have a box to draw our sleevecap in. Now it's time to map out our _inflection points_. These are points 5 and 6 on our drawing, and their placement is determined by the following 4 options: + +- [Sleevecap back X](/docs/patterns/breanna/options/sleevecapbackfactorx) : Controls the horizontal placement of point 5 +- [Sleevecap back Y](/docs/patterns/breanna/options/sleevecapbackfactory) : Controls the vertical placement of point 5 +- [Sleevecap front X](/docs/patterns/breanna/options/sleevecapbackfactorx) : Controls the horizontal placement of point 6 +- [Sleevecap front Y](/docs/patterns/breanna/options/sleevecapbackfactory) : Controls the vertical placement of point 6 + + + +As you see in our example, these points do not always lie on our sleevecap line. Instead, they +are instrumental in creating the points that always lie on the sleevecap: the anchor points. + + + +### The anchor points + +![Controlling the anchor points](sleevecapanchor.svg) + +Ultimately, our sleevecap will be the combination of 5 curves. In addition to points 1 and 2, the four _anchor points_ that are marked in orange in our example will be the start/finish of those curves. + +The points are _offset_ perpendicular from the middle of a line between the two anchor points surrounding them. The offset for each point is controlled by these 4 options: + +- [Sleevecap Q1 offset](/docs/patterns/breanna/options/sleevecapq1offset) : Controls the offset perpendicular to the line from points 2 to 6 +- [Sleevecap Q2 offset](/docs/patterns/breanna/options/sleevecapq2offset) : Controls the offset perpendicular to the line from points 6 to 4 +- [Sleevecap Q3 offset](/docs/patterns/breanna/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 4 to 5 +- [Sleevecap Q4 offset](/docs/patterns/breanna/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 5 to 1 + + + +We've divided our sleevecap into 4 quarters. We start at the front (the right in our example) +with quarter 1, and make our way to the back to end with quarter 4. + +Like the offset option, the last options to determine the shape of our sleevecap will just repeat so you can +control each quarter individually. + + + +### The spread + +![Controlling the anchor points](sleevecapspread.svg) + +We now have all the start and end points to draw the 5 curves that will make up our sleevecaps. What we're missing are the control points (see [our info on Bézier curves](https://freesewing.dev/concepts/beziercurves) to learn more about how curves are constructed). These are determined by the so-called _spread_. + +For each of the anchor points (the ones marked in orange, not points 1 and 2) there is an option to control the spread upwards, and downwards: + +- [Sleevecap Q1 downward spread](/docs/patterns/breanna/options/sleevecapq1spread1) : Controls the downward spread in the first quarter +- [Sleevecap Q1 upward spread](/docs/patterns/breanna/options/sleevecapq1spread2) : Controls the upward spread in the first quarter +- [Sleevecap Q2 downward spread](/docs/patterns/breanna/options/sleevecapq2spread1) : Controls the downward spread in the second quarter +- [Sleevecap Q2 upward spread](/docs/patterns/breanna/options/sleevecapq2spread2) : Controls the upward spread in the second quarter +- [Sleevecap Q3 upward spread](/docs/patterns/breanna/options/sleevecapq3spread1) : Controls the upward spread in the third quarter +- [Sleevecap Q3 downward spread](/docs/patterns/breanna/options/sleevecapq3spread2) : Controls the downward spread in the third quarter +- [Sleevecap Q4 upward spread](/docs/patterns/breanna/options/sleevecapq4spread1) : Controls the upward spread in the fourth quarter +- [Sleevecap Q4 downward spread](/docs/patterns/breanna/options/sleevecapq4spread2) : Controls the downward spread in the fourth quarter + + + +Attentive readers will have noticed that point 4 is not an anchor point. In other words, there is no guarantee +that it will lie on the sleevecap line. Which also means that the upwards spread in quarters 2 and 3 will influence +the height of the sleevecap. Reduce the upwards spread, and the curve will dip below point 4. Increase it and +the curve will rise above it. + + + +### Takeaways + +While the sleevecap in Breanna (and all patterns that extend Breanna) have a lot of options, understanding how the sleevecap is constructed can help you design the exact sleevecap shape you want. To do so: + +- Start with placing the top of your sleevecap +- Then determine the inflection points +- Next, use the offset to control the steepness of the curve +- Finally, use the spread to smooth things out + +What's important to remember is that you're only ever controlling the shape of the sleevecap. Whatever shape you design, it will be fitted to the armhole, meaning that its size can and will be adapted to make sure the sleeve fits the armscye. However, the shape you design will always be respected. From 0dd2e087d86d87355bb9a1623b2affc3e9acf807 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:46 +0200 Subject: [PATCH 0228/1675] New translations en.md (Ukrainian) --- .../patterns/benjamin/options/tipwidth/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md diff --git a/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md b/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md new file mode 100644 index 00000000000..522b4c7cac2 --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Tip width" +- - - + +![Bow ties Wide and Narrow](tipwidth.svg) + +You can make BIG bow ties, or small ones. This option allows you to change the vertical size of the bows. Make them larger to be more flamboyant, or small for a more subdued style. + + + +###### Not used with the Square bow tie type + +This option is ignored with the Square bow tie option. Square bow ties are as wide as the knot width. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](benjamin_tipwidth_sample.svg "Effect of this option on the pattern") From c0d43eeb9549e75e959323d05adac8a7e5da9ecb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:47 +0200 Subject: [PATCH 0229/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/breanna/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/measurements/uk.md diff --git a/markdown/org/docs/patterns/breanna/measurements/uk.md b/markdown/org/docs/patterns/breanna/measurements/uk.md new file mode 100644 index 00000000000..8e5c0fa92b9 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Breanna body block: Required Measurements" +- - - + + From 3f92ace57daf6bd1fdef81543db7bb4c8d271e5c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:48 +0200 Subject: [PATCH 0230/1675] New translations en.md (Ukrainian) --- .../docs/patterns/breanna/instructions/uk.md | 76 +++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/instructions/uk.md diff --git a/markdown/org/docs/patterns/breanna/instructions/uk.md b/markdown/org/docs/patterns/breanna/instructions/uk.md new file mode 100644 index 00000000000..c21b7e957c3 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/instructions/uk.md @@ -0,0 +1,76 @@ +- - - +title: "Breanna body block: Sewing Instructions" +- - - + + + +###### Breanna is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Breanna block. + + + +### Step 1: Mock-up Construction + +- Close the front darts. +- Close the back darts. +- Sew the front to the backs at the shoulders _good sides together_. +- Matching notches, sew the sleeves to the shoulder _good sides together_. +- Sew the side seams _good sides together_. + + + +You may need to leave the bottom of sleeve side seams open to put the garment on. + + + + + +If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. + + + +### Step 2: Try it on + +- Try it on and check the fit by pinning the back closed whilst wearing it. +- Make any alterations and try it on again. +- Repeat until you are happy. + + + +If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on. + +Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. + +Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. + + + + + +Remember to treat Breanna as a basis rather than a final product, so adjust what you need to get the desired look.\ +For instance: + +- Change the neck line +- Add/change the closure allowances +- Alter the dart placements +- Add a collar + +It is all up to you! Experiment and go forth! + + + +### Step 3: Make a paper pattern + +- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. +- Now you have a pattern you can use to produce a garment. + + + +It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. + + + From 990b3d1750a67dc6f2f042206694d258677f109c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:49 +0200 Subject: [PATCH 0231/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/fabric/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/fabric/uk.md diff --git a/markdown/org/docs/patterns/breanna/fabric/uk.md b/markdown/org/docs/patterns/breanna/fabric/uk.md new file mode 100644 index 00000000000..e546aa3136f --- /dev/null +++ b/markdown/org/docs/patterns/breanna/fabric/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Breanna body block: Fabric Options" +- - - + +If you are making a default Breanna to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Breanna with. + +You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Breanna. + + + +###### Breanna is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From 1be3b8cdc9d9fbf1159624200669d3fd0d3f66f8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:50 +0200 Subject: [PATCH 0232/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/breanna/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/uk.md diff --git a/markdown/org/docs/patterns/breanna/uk.md b/markdown/org/docs/patterns/breanna/uk.md new file mode 100644 index 00000000000..0f6bc049219 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Breanna body block" +- - - + + From 025733cb4d594bcf095a4eabb29e53be859d28a6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:51 +0200 Subject: [PATCH 0233/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/cutting/uk.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/cutting/uk.md diff --git a/markdown/org/docs/patterns/breanna/cutting/uk.md b/markdown/org/docs/patterns/breanna/cutting/uk.md new file mode 100644 index 00000000000..d98baa3688f --- /dev/null +++ b/markdown/org/docs/patterns/breanna/cutting/uk.md @@ -0,0 +1,28 @@ +- - - +title: "Breanna body block: Cutting Instructions" +- - - + +**Main fabric** + +- Cut **1 Front** part on the fold. +- Cut **2 Back** parts. +- Cut **2 Sleeve** parts, _good sides together_. + +These cutting instructions are just for the default Breanna block. Adjust your cutting accordingly if you have/are making changes to the block. + + + +If you do not have someone to help pin you into Breanna then you may find it easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front. + + + + + +###### Breanna is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From cd2eef333339ba039578c4ec843064df7866b431 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:52 +0200 Subject: [PATCH 0234/1675] New translations en.md (Ukrainian) --- .../bent/options/sleevelengthbonus/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..d7ecd4d3117 --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Sleeve length bonus" +- - - + +The amount to extend the sleeve beyond the length of the sleeve in the base block. + + + +#### This is not supposed to be zero + +Setting this to zero will make the sleeve length the same as the base length of the Bent block, +which is certainly too short for a coat. +Please take note of the default value and use that as a basis to lengthen or shorten the sleeve. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From 3868b6827c9bf7c78c8ad4910ca73ead25fa3449 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:53 +0200 Subject: [PATCH 0235/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/needs/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/needs/uk.md diff --git a/markdown/org/docs/patterns/breanna/needs/uk.md b/markdown/org/docs/patterns/breanna/needs/uk.md new file mode 100644 index 00000000000..e869fe3be0b --- /dev/null +++ b/markdown/org/docs/patterns/breanna/needs/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Breanna body block: What You Need" +- - - + +To make Breanna, you will need the following: + +- Basic sewing supplies +- About 1.25 - 1.5 metres (1.4 - 1.7 yards) of a suitable fabric ([see Breanna Fabric options](/docs/patterns/Breanna/fabric/)) + +This list is for a default Breanna Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. + + + +###### Breanna is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From c726d06e57164b7523585c05174f87ab546c5070 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:54 +0200 Subject: [PATCH 0236/1675] New translations en.md (Ukrainian) --- .../patterns/bent/options/sleevecapease/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md b/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md new file mode 100644 index 00000000000..392255a1f74 --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Sleevecap ease" +- - - + +How much sleevecap ease do you want? + +> #### What's the point? +> +> The amount of sleevecap ease determines how the sleeves rolls from the shoulder. +> +> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter. + +> The lighter your fabric, the less sleevecap ease you want. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_sleevecapease_sample.svg "Effect of this option on the pattern") From 5dabf73d297ea5a96d7f7517ff83270665d16476 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:55 +0200 Subject: [PATCH 0237/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/options/chestease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/bent/options/chestease/uk.md b/markdown/org/docs/patterns/bent/options/chestease/uk.md new file mode 100644 index 00000000000..260cd7f4aca --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/chestease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest ease" +- - - + +The amount of ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_chestease_sample.svg "Effect of this option on the pattern") From aafc680ca6459f7a65cb3518f57837c5977da8df Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:56 +0200 Subject: [PATCH 0238/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/options/sleevebend/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/sleevebend/uk.md diff --git a/markdown/org/docs/patterns/bent/options/sleevebend/uk.md b/markdown/org/docs/patterns/bent/options/sleevebend/uk.md new file mode 100644 index 00000000000..a546c3b3c95 --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/sleevebend/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleeve bend" +- - - + +The angle by which the sleeve bends at the elbow. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_sleevebend_sample.svg "Effect of this option on the pattern") From 2c778beee9097ce38a87da0ce9fe3e12160b087d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:57 +0200 Subject: [PATCH 0239/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/uk.md diff --git a/markdown/org/docs/patterns/bent/uk.md b/markdown/org/docs/patterns/bent/uk.md new file mode 100644 index 00000000000..f6bbff15d2d --- /dev/null +++ b/markdown/org/docs/patterns/bent/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bent body Block" +- - - + + From ce2372378c641084fe403a9eeaf5891bfb5ba816 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:58 +0200 Subject: [PATCH 0240/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bent/instructions/uk.md | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/instructions/uk.md diff --git a/markdown/org/docs/patterns/bent/instructions/uk.md b/markdown/org/docs/patterns/bent/instructions/uk.md new file mode 100644 index 00000000000..ec65c9c0196 --- /dev/null +++ b/markdown/org/docs/patterns/bent/instructions/uk.md @@ -0,0 +1,84 @@ +- - - +title: "Bent body Block: Sewing Instructions" +- - - + + + +###### Bent is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Bent block. + + + + + +As Bent is a block it does not have any closures. So the instructions below will explain how to make a Bent with a seam down the centre front so you can pin yourself into it. + + + +### Step 1: Mock-up Construction + +- Sew the fronts to the back at the shoulder seams _good sides together_. +- Sew the fronts to the back at the side seams _good sides together_. +- Sew the under sleeves to the top sleeves _good sides together_ along the side seams. +- Attach the sleeves to the body, _good sides together_ and sew them in the round. + + + +You may need to ease/gather the sleeves to fit. + +You may need to leave the bottom of one of the sleeve seams open to put the garment on. + + + + +If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. + + + +### Step 2: Try it on + +- Try it on and check the fit by pinning the front closed whilst wearing it. +- Make any alterations and try it on again. +- Repeat until you are happy. + + + +If you do not have someone to help with pinning alterations, you can use a dressform to pin any alterations that are hard to do on person. Just remember to try it on after to make sure it fits you. + +Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. + +Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. + + + + +Remember to treat Bent as a basis rather than a final product, so adjust what you need to get the desired look.\ +For instance: + +- Change the neck line +- Add/change the closure allowances +- Alter the hem style +- Add a collar + +It is all up to you! Experiment and go forth! + + + +### Step 3: Make a paper pattern + +- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. +- Now you have a pattern you can use to produce a garment. + + + +It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. + + + +### Bent is a block, looking for a finalised pattern? + +> Here are some of the patterns based on Bent: [Carlton](/patterns/carlton), [Carlita](/patterns/carlita), and [Jaeger](/patterns/jaeger). From d99b547d5d9213458124985e5ea427603741e8a4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:59 +0200 Subject: [PATCH 0241/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/measurements/uk.md diff --git a/markdown/org/docs/patterns/bent/measurements/uk.md b/markdown/org/docs/patterns/bent/measurements/uk.md new file mode 100644 index 00000000000..b19c4fc06bc --- /dev/null +++ b/markdown/org/docs/patterns/bent/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bent body Block: Required Measurements" +- - - + + From 1920d7abdf2044ca7ac4db6c3a803b2178703bc7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:09:59 +0200 Subject: [PATCH 0242/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bent/options/acrossbackfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..a8c898672fd --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Across back factor" +- - - + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_acrossbackfactor_sample.svg "Effect of this option on the pattern") From 6197925f3f5227bec91252a9552c1c0fdc582c04 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:00 +0200 Subject: [PATCH 0243/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/options/bicepsease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/bent/options/bicepsease/uk.md b/markdown/org/docs/patterns/bent/options/bicepsease/uk.md new file mode 100644 index 00000000000..12c67cd6a5e --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/bicepsease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Biceps ease" +- - - + +This option controls the ease at your upper arm/biceps. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_bicepsease_sample.svg "Effect of this option on the pattern") From ad1ee3026f76691be34967ec71ac3b896d817f93 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:01 +0200 Subject: [PATCH 0244/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bent/options/armholedepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..52da905d3e5 --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole depth factor" +- - - + +This controls the depth of the armhole, which in turn influences the sleevecap width. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_armholedepthfactor_sample.svg "Effect of this option on the pattern") From f5d8c967be1b995a5f67d70b8d2df7eb75b40a38 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:03 +0200 Subject: [PATCH 0245/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/options/collarease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/bent/options/collarease/uk.md b/markdown/org/docs/patterns/bent/options/collarease/uk.md new file mode 100644 index 00000000000..76d1d841655 --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/collarease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Collar ease" +- - - + +The amount of ease at your neck/collar. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_collarease_sample.svg "Effect of this option on the pattern") From 8a20991cd2914f507ef27d07afab4141f5d7f648 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:04 +0200 Subject: [PATCH 0246/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/options/cuffease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/bent/options/cuffease/uk.md b/markdown/org/docs/patterns/bent/options/cuffease/uk.md new file mode 100644 index 00000000000..e1617e56d8c --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/cuffease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Cuff ease" +- - - + +The amount of ease at your cuff/wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_cuffease_sample.svg "Effect of this option on the pattern") From 5b8618ab36b78babcea1ba687ffc6494dc24beb9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:05 +0200 Subject: [PATCH 0247/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/uk.md diff --git a/markdown/org/docs/patterns/bent/options/uk.md b/markdown/org/docs/patterns/bent/options/uk.md new file mode 100644 index 00000000000..0168fdf7409 --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bent body Block: Design Options" +- - - + + From 01142727c39b67cb38fb69c6515c594397ebe01b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:06 +0200 Subject: [PATCH 0248/1675] New translations en.md (Ukrainian) --- .../patterns/bent/options/frontarmholedeeper/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..81489b1d2d5 --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Front armhole extra cutout" +- - - + +How much the armhole is cut out deeper at the front, than the back. + +Because a shoulder is more rounded at the front of the body than the back, the front of the armhole cuts deeper into the chest than the back cuts into the back part. + +This options controls by how much. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From a6b53aad869351fdcc9b687d2c532192473ee2c6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:07 +0200 Subject: [PATCH 0249/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bent/options/lengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md b/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md new file mode 100644 index 00000000000..dbebec23d5f --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length bonus" +- - - + +This option controls how far the block extend below your hips. + +> Note that by default this block is as long as your hip line, which is almost certainly too short for the final garment. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_lengthbonus_sample.svg "Effect of this option on the pattern") From 1986d68dcfe1f28f7e704b2b92672fdfceaf7c0a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:08 +0200 Subject: [PATCH 0250/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bent/options/shoulderease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/bent/options/shoulderease/uk.md b/markdown/org/docs/patterns/bent/options/shoulderease/uk.md new file mode 100644 index 00000000000..82d1079e328 --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/shoulderease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder ease" +- - - + +The amount of ease across the shoulders. When making a coat or jacket, you want to foresee more ease so one can wear layers under the coat/jacket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_shoulderease_sample.svg "Effect of this option on the pattern") From 533c98ecfc0caf7460bd6684129c9d5811afd109 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:09 +0200 Subject: [PATCH 0251/1675] New translations en.md (Ukrainian) --- .../bent/options/shoulderslopereduction/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..3b20f8a8dec --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder slope reduction" +- - - + +This pattern adapts to sloped shoulder by taking the shoulder slope measurment into account. + +However, for jackets or coats, you may want to create more room at the shoulders to allow for shoulder pads. This option lets you create extra room at the shoulders by reducing the amount the shoulders are sloped. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_shoulderslopereduction_sample.svg "Effect of this option on the pattern") From c73795ed57d345ee7878b958c98f555322167c3b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:10 +0200 Subject: [PATCH 0252/1675] New translations en.md (Ukrainian) --- .../docs/patterns/brian/options/lengthbonus/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md b/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md new file mode 100644 index 00000000000..10533905fb0 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Length bonus" +- - - + +![The length bonus option on Brian](./lengthbonus.svg) + +This option controls how far the block extend below your hips. + +> Note that by default this block is as long as your hip line, which is almost certainly too short for the final garment. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_lengthbonus_sample.svg "Effect of this option on the pattern") From 3c3b2efd4edfaaf5c2c693fc073094d04e6d7767 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:11 +0200 Subject: [PATCH 0253/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapfrontfactorx/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md new file mode 100644 index 00000000000..3d386228926 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap front X" +- - - + +--- + +![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapfrontfactorx_sample.svg "Effect of this option on the pattern") From 6b701acdb3b00d14c21ccf081d281a369bfd1ae0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:12 +0200 Subject: [PATCH 0254/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapease/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md new file mode 100644 index 00000000000..79750fa784a --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap ease" +- - - + +--- + +This option determines the amount of ease at the sleevecap. + + + +The amount of sleevecap ease determines how the sleeves rolls from the shouder. +More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. + +For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapease_sample.svg "Effect of this option on the pattern") From c47caa22f7cda4001530496885ffbec57e9cf21c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:13 +0200 Subject: [PATCH 0255/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapbackfactory/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md new file mode 100644 index 00000000000..ab2f58c717f --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap back Y" +- - - + +--- + +![The vertical location of the back inflection point](./sleevecapbackfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapbackfactory_sample.svg "Effect of this option on the pattern") From a55d309b33fd1d9e5fe44b0ec60c910de695f05c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:14 +0200 Subject: [PATCH 0256/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapbackfactorx/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md new file mode 100644 index 00000000000..a140524105f --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Sleevecap back X" +- - - + +--- +![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapbackfactorx_sample.svg "Effect of this option on the pattern") From d0a27f17bd44c03c1fa459f5f5b24fd8133b175c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:15 +0200 Subject: [PATCH 0257/1675] New translations en.md (Ukrainian) --- .../brian/options/shoulderslopereduction/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..aeff0df37e1 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder slope reduction" +- - - + +![Shoulder slope reduction](./shoulderslopereduction.svg) + +Reduces the shoulder slope to create extra room for shoulder padding. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_shoulderslopereduction_sample.svg "Effect of this option on the pattern") From d6b308cb34ff21e7734086e167b20da77a394d2d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:17 +0200 Subject: [PATCH 0258/1675] New translations en.md (Ukrainian) --- .../docs/patterns/brian/options/shoulderease/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/brian/options/shoulderease/uk.md b/markdown/org/docs/patterns/brian/options/shoulderease/uk.md new file mode 100644 index 00000000000..53cae92bab5 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/shoulderease/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder ease" +- - - + +![Shoulder ease](./shoulderease.svg) + +Controls the amount of ease on the shoulder to shoulder measurement. + +This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_shoulderease_sample.svg "Effect of this option on the pattern") From 360d585c894a104d34d1029480722bdce3625f0d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:18 +0200 Subject: [PATCH 0259/1675] New translations en.md (Ukrainian) --- .../patterns/brian/options/acrossbackfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..31b06766a4f --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Across back factor" +- - - + +![The across back option on Brian](./acrossbackfactor.svg) + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_acrossbackfactor_sample.svg "Effect of this option on the pattern") From faa05a25e7a724a3b839b8c3c769dfe0b51df01a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:19 +0200 Subject: [PATCH 0260/1675] New translations en.md (Ukrainian) --- .../patterns/brian/options/frontarmholedeeper/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..69e0b79d87b --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Front armhole extra cutout" +- - - + +![Front armhole extra cutout](./frontarmholedeeper.svg) + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From 756d71ffe10043321f7641ce22b2f5da37aff7fb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:20 +0200 Subject: [PATCH 0261/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/brian/options/uk.md | 121 ++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/uk.md diff --git a/markdown/org/docs/patterns/brian/options/uk.md b/markdown/org/docs/patterns/brian/options/uk.md new file mode 100644 index 00000000000..c33201faf60 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/uk.md @@ -0,0 +1,121 @@ +- - - +title: "Brian body block: Design Options" +- - - + + + +## Understanding the sleevecap + +In version 2 of FreeSewing, the sleevecap of Brian was redesigned to be more adaptable to different types of sleeves and garments. As a result, the sleevecap alone now has 20 options to control its shape. Whereas that may seem a bit overwhelming at first, understanding how the sleevecap is drafted makes it easy to understand what all the individual options do. + +### The bounding box + +The _bounding box_ of the sleevecap is a rectangle that is as wide as the sleeve, and as high as the sleevecap. Inside this box, we will construct our sleevecap later. + +![The Brian sleevecap](sleevecap.svg) + +The image above shows a sleevecap, starting at point 1, then going up until point 4, and then down again to point 2. + + + +###### Finding out which is the front of the sleeve(cap) + +In our example, the front of the sleevecap is on the right hand side. But how would you know? + +While patterns typically have an indication that shows which side is which (a single notch +means the front, whereas a double notch means the back), you can also +recognize the front side of a sleevecap because it is more curved. The backside of the +sleevecap will also be curved, but it's a flatter curve. That's because the human shoulder +is more pronounced and curved on the front of the body, thus the sleevecap is more curved +there to fit the shoulder. + + + +The width of the sleevecap (and thus the width of the sleeve at the bottom of the armhole) is equal to the distance between points 1 and 2. That distance depends on the measurements of the model, the amount of ease, the cut of the garment and so on. For our sleevecap, all we need to know is that we start with a given width. And while that width can be influenced by other factors, we can not influence it by any of the sleevecap options. + +![Controlling the top of the sleevecap](sleevecaptop.svg) + +The height of the sleevecap is equal to the distance between points 3 and 4. The exact height is a trade-off between the measurments of the model, options, ease, sleevecap ease, and the fact that the sleeve ultimately has to fit the armhole. So the height may vary, and we don't control the exact value. But there are two options that control the shape of our sleevecap: + +- [Sleevecap top X](/docs/patterns/brian/options/sleevecaptopfactorx/) : Controls the horizontal placement of point 3 and 4 +- [Sleevecap top Y](/docs/patterns/brian/options/sleevecaptopfactory/) : Controls the vertical placement of point 4 + +In other words, point 4 can be made higher and lower and, perhaps less intutitively, it can also be changed to lie more to the right or the left, rather than smack in the middle as in our example. + +### The inflection points + +![Controlling the inflection points](sleevecapinflection.svg) + +With points 1, 2, 3, and 4 in place, we have a box to draw our sleevecap in. Now it's time to map out our _inflection points_. These are points 5 and 6 on our drawing, and their placement is determined by the following 4 options: + +- [Sleevecap back X](/docs/patterns/brian/options/sleevecapbackfactorx) : Controls the horizontal placement of point 5 +- [Sleevecap back Y](/docs/patterns/brian/options/sleevecapbackfactory) : Controls the vertical placement of point 5 +- [Sleevecap front X](/docs/patterns/brian/options/sleevecapbackfactorx) : Controls the horizontal placement of point 6 +- [Sleevecap front Y](/docs/patterns/brian/options/sleevecapbackfactory) : Controls the vertical placement of point 6 + + + +As you see in our example, these points do not always lie on our sleevecap line. Instead, they +are instrumental in creating the points that always lie on the sleevecap: the anchor points. + + + +### The anchor points + +![Controlling the anchor points](sleevecapanchor.svg) + +Ultimately, our sleevecap will be the combination of 5 curves. In addition to points 1 and 2, the four _anchor points_ that are marked in orange in our example will be the start/finish of those curves. + +The points are _offset_ perpendicular from the middle of a line between the two anchor points surrounding them. The offset for each point is controlled by these 4 options: + +- [Sleevecap Q1 offset](/docs/patterns/brian/options/sleevecapq1offset) : Controls the offset perpendicular to the line from points 2 to 6 +- [Sleevecap Q2 offset](/docs/patterns/brian/options/sleevecapq2offset) : Controls the offset perpendicular to the line from points 6 to 4 +- [Sleevecap Q3 offset](/docs/patterns/brian/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 4 to 5 +- [Sleevecap Q4 offset](/docs/patterns/brian/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 5 to 1 + + + +We've divided our sleevecap into 4 quarters. We start at the front (the right in our example) +with quarter 1, and make our way to the back to end with quarter 4. + +Like the offset option, the last options to determine the shape of our sleevecap will just repeat so you can +control each quarter individually. + + + +### The spread + +![Controlling the anchor points](sleevecapspread.svg) + +We now have all the start and end points to draw the 5 curves that will make up our sleevecaps. What we're missing are the control points (see [our info on Bézier curves](https://freesewing.dev/concepts/beziercurves) to learn more about how curves are constructed). These are determined by the so-called _spread_. + +For each of the anchor points (the ones marked in orange, not points 1 and 2) there is an option to control the spread upwards, and downwards: + +- [Sleevecap Q1 downward spread](/docs/patterns/brian/options/sleevecapq1spread1) : Controls the downward spread in the first quarter +- [Sleevecap Q1 upward spread](/docs/patterns/brian/options/sleevecapq1spread2) : Controls the upward spread in the first quarter +- [Sleevecap Q2 downward spread](/docs/patterns/brian/options/sleevecapq2spread1) : Controls the downward spread in the second quarter +- [Sleevecap Q2 upward spread](/docs/patterns/brian/options/sleevecapq2spread2) : Controls the upward spread in the second quarter +- [Sleevecap Q3 upward spread](/docs/patterns/brian/options/sleevecapq3spread1) : Controls the upward spread in the third quarter +- [Sleevecap Q3 downward spread](/docs/patterns/brian/options/sleevecapq3spread2) : Controls the downward spread in the third quarter +- [Sleevecap Q4 upward spread](/docs/patterns/brian/options/sleevecapq4spread1) : Controls the upward spread in the fourth quarter +- [Sleevecap Q4 downward spread](/docs/patterns/brian/options/sleevecapq4spread2) : Controls the downward spread in the fourth quarter + + + +Attentive readers will have noticed that point 4 is not an anchor point. In other words, there is no guarantee +that it will lie on the sleevecap line. Which also means that the upwards spread in quarters 2 and 3 will influence +the height of the sleevecap. Reduce the upwards spread, and the curve will dip below point 4. Increase it and +the curve will rise above it. + + + +### Takeaways + +While the sleevecap in Brian (and all patterns that extend Brian) have a lot of options, understanding how the sleevecap is constructed can help you design the exact sleevecap shape you want. To do so: + +- Start with placing the top of your sleevecap +- Then determine the inflection points +- Next, use the offset to control the steepness of the curve +- Finally, use the spread to smooth things out + +What's important to remember is that you're only ever controlling the shape of the sleevecap. Whatever shape you design, it will be fitted to the armhole, meaning that its size can and will be adapted to make sure the sleeve fits the armscye. However, the shape you design will always be respected. From a2f07bdb07e0bfc6b52f41e16298446b16dc9137 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:21 +0200 Subject: [PATCH 0262/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/brian/options/cuffease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/brian/options/cuffease/uk.md b/markdown/org/docs/patterns/brian/options/cuffease/uk.md new file mode 100644 index 00000000000..7781c19b60a --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/cuffease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Cuff ease" +- - - + +![The cuff ease factor on Brian](./cuffease.svg) + +This option controls the ease at your wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_cuffease_sample.svg "Effect of this option on the pattern") From b479fdecec9a8f425f900aaee690f22b856a68ef Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:22 +0200 Subject: [PATCH 0263/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/brian/options/collarease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/brian/options/collarease/uk.md b/markdown/org/docs/patterns/brian/options/collarease/uk.md new file mode 100644 index 00000000000..99af6dbf456 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/collarease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Collar ease" +- - - + +![Collar ease](./collarease.svg) + +Controls the amount of ease at your collar/neck. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_collarease_sample.svg "Effect of this option on the pattern") From dd425b481abe4bfad294fd34686c5e5cc5ec90e3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:23 +0200 Subject: [PATCH 0264/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/brian/options/chestease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/brian/options/chestease/uk.md b/markdown/org/docs/patterns/brian/options/chestease/uk.md new file mode 100644 index 00000000000..8d599cda6ad --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/chestease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest ease" +- - - + +![The chest ease factor on Brian](./chestease.svg) + +This option controls the ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_chestease_sample.svg "Effect of this option on the pattern") From c8325931658749903aa68a985c9a7015b66e049c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:24 +0200 Subject: [PATCH 0265/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/brian/options/bicepsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/brian/options/bicepsease/uk.md b/markdown/org/docs/patterns/brian/options/bicepsease/uk.md new file mode 100644 index 00000000000..58414fefa75 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/bicepsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Biceps ease" +- - - + +![The biceps ease factor on Brian](./bicepsease.svg) + +The amount of ease at your upper arm. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_bicepsease_sample.svg "Effect of this option on the pattern") From 4de13f2afddc92a00972cd6cbc0de1a85b6e94fd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:25 +0200 Subject: [PATCH 0266/1675] New translations en.md (Ukrainian) --- .../docs/patterns/brian/options/backneckcutout/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md b/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md new file mode 100644 index 00000000000..6ef9c41b232 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Back neck cutout" +- - - + +![Back neck cutout](./backneckcutout.svg) + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_backneckcutout_sample.svg "Effect of this option on the pattern") From a75c29197c25132772471d9122a06f5270e0b34a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:26 +0200 Subject: [PATCH 0267/1675] New translations en.md (Ukrainian) --- .../patterns/brian/options/armholedepthfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..7b1447f4fab --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Armhole depth factor" +- - - + +![The armhole depth factor on Brian](./armholedepthfactor.svg) + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_armholedepthfactor_sample.svg "Effect of this option on the pattern") From e192b68807469c445201f4d8934171f9115b5751 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:27 +0200 Subject: [PATCH 0268/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapfrontfactory/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md new file mode 100644 index 00000000000..301e80e6357 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap front Y" +- - - + +--- + +![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapfrontfactory_sample.svg "Effect of this option on the pattern") From c715b0f516dc7acafc13dbce3e880b5053dd9fff Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:28 +0200 Subject: [PATCH 0269/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq1offset/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md new file mode 100644 index 00000000000..0021b95c614 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q1 offset" +- - - + +--- + +![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) + +This option controls the offset in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq1offset_sample.svg "Effect of this option on the pattern") From b3b41eb55ac7ad0e1a34127e1f77e4ed74541f14 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:29 +0200 Subject: [PATCH 0270/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/beltwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/beltwidth/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md b/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md new file mode 100644 index 00000000000..6941abec0b1 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Belt width" +- - - + +Controls the width of the belt at the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_beltwidth_sample.svg "Effect of this option on the pattern") From e12d0437516ad523d379eafc2e06c090b89b49fb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:30 +0200 Subject: [PATCH 0271/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bruce/options/stretch/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/options/stretch/uk.md diff --git a/markdown/org/docs/patterns/bruce/options/stretch/uk.md b/markdown/org/docs/patterns/bruce/options/stretch/uk.md new file mode 100644 index 00000000000..94789964420 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/options/stretch/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Stretch" +- - - + +![The stretch option on Bruce](./stretch.svg) + +The amount of overall (horizontal) stretch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bruce_stretch_sample.svg "Effect of this option on the pattern") From 3da7c23f90241146ebad08e05d43d6e2ec3e6841 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:31 +0200 Subject: [PATCH 0272/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/cutting/uk.md | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/cutting/uk.md diff --git a/markdown/org/docs/patterns/carlita/cutting/uk.md b/markdown/org/docs/patterns/carlita/cutting/uk.md new file mode 100644 index 00000000000..098964832de --- /dev/null +++ b/markdown/org/docs/patterns/carlita/cutting/uk.md @@ -0,0 +1,65 @@ +- - - +title: "Carlita coat: Cutting Instructions" +- - - + + + +Certain parts have to be drafted off of the existing parts. How to draft these are provided in the [instructions](/docs/patterns/carlita/instructions). + + + +### Materials + +- **Main fabric** + - Cut **2 Front** parts + - Cut **2 Side** parts + - Cut **2 Front facing** parts + - Cut **2 Back** parts + - Cut **2 topsleeve** parts + - Cut **2 undersleeve** parts + - Cut **2 tail** parts + - Cut **4 belt** parts + - Cut **2 Collar stand** parts + - Cut **2 collar** parts on the fold or Cut the upper collar on the fold and the under collar on the bias + - Cut **2 cuffFacing** parts + - Cut **2 Pocket** parts + - Cut **4 pocketFlap** parts + - Cut **2 chestPocketWelt** parts + - Cut **2 innerPocketWelt** parts + + + +If your main fabric is quite lightweight and flimsy you may need to interface all the parts with a lightweight interfacing. + + + +- **Lining fabric** + - Cut **2 Front lining** parts + - Cut **2 Side** parts + - Cut **2 Back** parts + - Cut **2 topsleeve** parts + - Cut **2 undersleeve** parts + - Cut **2 tail** parts + - Cut **2 innerPocketBag** parts + - Cut **1 innerPocketTab** parts + - Cut **2 pocketLining** parts + - Cut **2 chestPocketBag** parts +- **Light to Mediumweight Hair Canvas** + - Cut **2 Front** parts + - Cut **2 Side** parts + - Cut **1 Collar stand** parts + - Cut **2 collar** parts on the bias and seam together + - Cut **2 cuffFacing** parts + - Cut **2 pocketFlap** parts + - Cut **2 chestPocketWelt** parts + - Cut **2 innerPocketWelt** parts +- **Heavyweight Hair Canvas** + - Cut **2 Front shoulder** parts + - Cut **2 Side shoulder** parts + - Cut **2 Back shoulder** parts + + + +The canvas parts need to be cut nett (without seam allowances). + + From 1b53170e2150ddaf2b96ea8f77bc539fa67238e4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:32 +0200 Subject: [PATCH 0273/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/carlita/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/uk.md diff --git a/markdown/org/docs/patterns/carlita/uk.md b/markdown/org/docs/patterns/carlita/uk.md new file mode 100644 index 00000000000..bbb1585c41d --- /dev/null +++ b/markdown/org/docs/patterns/carlita/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Carlita coat" +- - - + + From 925df0b057f2f894aa8981f261af55b959d12bef Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:33 +0200 Subject: [PATCH 0274/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/fabric/uk.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/fabric/uk.md diff --git a/markdown/org/docs/patterns/carlita/fabric/uk.md b/markdown/org/docs/patterns/carlita/fabric/uk.md new file mode 100644 index 00000000000..1b49bf0f6a0 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/fabric/uk.md @@ -0,0 +1,39 @@ +- - - +title: "Carlita coat: Fabric Options" +- - - + +### Main Fabric + +You want a fabric that has a bit of body that holds its shape. Generally **Wools** of **coating weight** will be the best choice as they will provide warmth and give shape to the coat. Other fabrics of **coating weight** should also work. However if you are looking for something more lightweight you could try **Linens** and lighter **Wools**, but you may need to face these fabrics to give them more body before construction. **Fleece** is a cheaper alternate to **Wools** but may note keep as long, if you are putting the effort into properly tailoring Carlita then you are gonna want to consider buying a fabric that will last for a long period of time. + + + +Remember that this pattern is intended to be a winter coat so you need to consider warmth when choosing your fabric. + + + +### Linings and Pocket Bags + +Lightweight **Cottons** such as **Cotton Silesia**, **Cotton Lawn** or **Glazed Cottons** should do for the body lining but you may find that you require **Silks** or similar for the sleeve linings to reduce friction and make it easier to take on and off over the arms. **Silks** can also be used for the body as well but the **Cotton** will be more durable in the long run. Pocket bags should be out of **Cotton** or something that is strong enough to hold the weight of the intended items you wish to carry in them. **Printed Cottons** are a fun thing to try but if your main fabric is quite bulky you may find they add to much weight. + + + +As per usual with Linings it is really down to your prefered lining materials but if you are new to lining a coat we suggest to use the **Cotton** options for the body and pockets and use the **Silk** option for the sleeves. + + + +### Facings + +We recommend **Hair canvases**. You may be tempted to use modern interfacing but hair canvases will provide the best results. You will want a combination of different weight hair canvases such as lightweight to medium weight **Tailors Canvas** and heavyweight **Horsehair Canvas**. A common misconception is that you have to use horsehair canvas for all of it, but this is not the case and really is only needed for areas that need the most structure such as the front shoulder but are often too stiff for other parts. Tailors canvas is generally used for the majority of facing a coat. + + + +You can use fusible or non-fusible facings but you may find that you still need to flatline the facing and fabric pieces together with basting stitches, even after fusing for the best results. + + + + + +Certain hair canvases, such as **Horsehair canvas** can have stiff hairs that can poke out of the fabric so will require tape like tailors tape to prevent this from happening. + + From bda9def7ac9fab14113ee3355004525e752781d5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:35 +0200 Subject: [PATCH 0275/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/instructions/uk.md | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/instructions/uk.md diff --git a/markdown/org/docs/patterns/carlita/instructions/uk.md b/markdown/org/docs/patterns/carlita/instructions/uk.md new file mode 100644 index 00000000000..4e681ccf366 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/instructions/uk.md @@ -0,0 +1,95 @@ +- - - +title: "Carlita coat: Sewing Instructions" +- - - + +### Step 1: Draft and Cut the missing Lining and Facing Parts + +Some parts for Carlton require you to draft parts from the existing parts. The following are a list of what parts you need to draft, [see Carlton Cutting](/docs/patterns/carlton/cutting/) for details on how to cut them. + +#### Drafting + +##### Front facing and Front lining + +- Trace off of **Front** part. +- Cut along the green line. +- Add seam allowance (if including) along green line to both pieces +- The piece with the lapel is now the **Front facing** part. +- Trim the hem allowance (if included) of the remaining piece to seam allowance length +- The remaining piece is now the **Front lining** part. + + + +The button and pocket markings are not needed for these parts so feel free not to trace them. + + + + + +Don't forget the seam allowance for these pieces when cutting if you are making these parts nett! + + + +##### Front and Side Shoulder + +- Trace off of **Front and Side** parts. +- Tape together so the notches match and armhole is complete. Do not worry about connecting everything else, you just need the armhole. +- Draw a curve from shoulder to bottom of armhole. +- Cut along this curve and discard the lower parts. +- Separate out the pieces back into their front and side pieces. +- These are now you \*_Front and Side shoulder_ parts. + +##### Back shoulder + +- Trace off of **Back** part. +- Cut along the orange line. +- Discard lower piece. +- Remove the seam allowamces (if included) of the upper piece. +- The upper piece is now the **Back shoulder** part. + +#### Cutting + +- Cut all the parts above from their respective fabrics/facings. ([see Carlita Cutting](/docs/patterns/carlita/cutting/)) + +### Step 2 : Preliminary Instructions + +#### Maker's notes + + + +We don't have fully worked out instructions for Carlita yet. +Below are some notes from [@AnnekeCaramin](/users/AnnekeCaramin) who +[made Carlita](http://www.annekecaramin.com/2018/02/this-is-one-of-those-origin-superhero.html). + + + +- Find and mark roll line on lapel, +- Draft back stay & cut from heavy muslin or hair canvas if you want to be absolutely bulletproof +- Iron interfacing onto back armholes, entire side front (except for seam & hem allowances), bias strips onto back hem +- Stitch front shoulder hair canvas pieces to larger hair canvas piece (quilt together with parallel rows of stitching) +- Attach front hair canvas thing to center front with permanent basting stitch +- Get that thimble out and pad stitch the lapels +- Tape the roll line +- Tape the front and lapel edge +- Take a picture and post it on social media because this looks so cool +- Close back darts +- Sew back seam in two parts. Baste the part that will form the pleat closed, fold down and press. +- Baste the back stay to the shoulders, armholes and neckline +- Stabilize waist seam with selvedge strip of muslin (optional) +- Stabilize top of coat tail with strip of hair canvas (optional) +- Fold, pin and baste pleats on coat tail piece +- Sew waist seam and press up. Catch stitch waist seam to strip of muslin (optional) +- Sew belt and pocket flap pieces with right sides together, turn and press. +- Sew patch pocket top edge to lining, leaving a hole for turning later. Sew side and bottom edge of patch pocket to lining (make lining 1 mm smaller all around to make sure it doesn’t show on the outside). Turn and press. +- Fold front welt pieces with right sides together, turn and press. +- Place front welt on center front piece between notches. Put pocket bag on top. Match location of front welt and pocket bag on side front piece, pin second part of pocket bag in place. Stitch and press. Pin and sew princess seam up until pocket stitching, stop and continue after the pocket. Stitch the edges of the front welt down. +- Place patch pocket and pocket flap on marked locations and attach. +- Sew front sleeve seam. Attach cuff facing up until the cuff fold line. Stitch back sleeve seam, careful not to catch the facing. Sew the rest of the facing seam. Turn, press, fold cuff back and baste to keep in place. +- Stitch upper lining piece to front facing. Stitch side front lining to front facing. (When using an extra back facing piece, leave top five cm of lining/facing seam unsewn) +- Make inner pocket flap, fold and press welts. Mark welt location, pin welts, flap and pocket bag in place. Stitch. Slash between welts. Turn and press. Stitch those little triangle thingies to the welts and close pocket bag. Omg. +- Optional: cut under collar on the bias to make it sit nicer. Interface collar stand. Sew collar stands to upper and under collar. Cut piece of hair canvas for under collar. Pad stitch under collar. Sew collar pieces around edge with right sides together, leaving bottom edge open. Turn and press. Fold collar into right shape around tailor’s ham or rolled up towel and steam the shit out of it. +- Lining: optional: cut back neck facing from shell fabric to have something nice to sew a label on. Draft separate upper back lining piece. Stitch back seams, stitch darts as tucks. Stitch tail lining to upper back. Stitch shoulder and side seams on lining. Stitch shoulder seams on front and back facing. Stitch lining to facing, connecting the earlier stitching lines. Insert lining sleeves to mentally prepare for the real deal. +- Get some shoulder pads or craft them yourself from hair canvas and cotton batting. Set in sleeves, cry, unpick, set in sleeves again. Add a strip of cotton batting to the sleeve head for maximum oomph. Attach shoulder pads. +- Pin collar to neckline, matching center back to center collar. Mind the varying seam allowances! Baste in place. Pin facing/lining combo to neckline and front edge, sandwiching collar in between. Stitch carefully around the entire coat, including the bottom edge of the facing (leave the rest of the hem alone). Check for puckers or pleats, trim seams, turn the whole thing right side out and press. +- Turn hem up, press and baste into place. Sew hem with an invisible stitch, then hand sew lining hem to coat. +- Mark buttonholes on coat front and belt pieces. Make buttonholes and attach buttons. +- Remove all basting still present, put on your coat, give yourself a pat on the back and then sleep for three weeks. From 19e4a79b348bec5f7e66f4d15af52849ed5c04f5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:36 +0200 Subject: [PATCH 0276/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/carlita/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/measurements/uk.md diff --git a/markdown/org/docs/patterns/carlita/measurements/uk.md b/markdown/org/docs/patterns/carlita/measurements/uk.md new file mode 100644 index 00000000000..dd83b164950 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Carlita coat: Required Measurements" +- - - + + From a1014872f5c6e7c1648cfa90203de04d13b6b14a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:36 +0200 Subject: [PATCH 0277/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/needs/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/needs/uk.md diff --git a/markdown/org/docs/patterns/carlita/needs/uk.md b/markdown/org/docs/patterns/carlita/needs/uk.md new file mode 100644 index 00000000000..66d600e22cd --- /dev/null +++ b/markdown/org/docs/patterns/carlita/needs/uk.md @@ -0,0 +1,22 @@ +- - - +title: "Carlita coat: What You Need" +- - - + +To make Carlita, you will need the following: + +- Basic sewing supplies +- About 5 - 6 metres (5.5 - 6.6 yards) of a suitable main fabric ([see Carlita Fabric options](/docs/patterns/carlita/fabric/)) +- About 3.5 - 4 metres (3.8 - 4.4 yards) of lining fabric ([see Carlita Fabric options](/docs/patterns/carlita/fabric/)) +- About 0.75 - 1 metre (0.8 - 1.1 yards) of sleeve lining fabric ([see Carlita Fabric options](/docs/patterns/carlita/fabric/)) +- Light to Mediumweight hair canvas ([see Carlita Fabric options](/docs/patterns/carlita/fabric/)) +- Heavyweight hair canvas ([see Carlita Fabric options](/docs/patterns/carlita/fabric/)) +- Tailors tape +- 6 Buttons for front closure +- Strong thread for attaching facings +- (Optional) Silk buttonhole twist if hand-sewing the buttonholes and buttons. + + + +Carlita has a lot of pieces! These lengths are estimates, you may need more or less depending on your size but if in doubt add an extra 0.5 to 1 metre of fabric. + + From 43b52c068afb8f623a5e26a7adacf94d9c536537 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:37 +0200 Subject: [PATCH 0278/1675] New translations en.md (Ukrainian) --- .../patterns/carlita/options/acrossbackfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..968dbf62d78 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Across back factor" +- - - + +![Across back factor](./acrossbackfactor.svg) + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_acrossbackfactor_sample.svg "Effect of this option on the pattern") From ef85641666258d9b970c619abd9d0ce01e429332 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:38 +0200 Subject: [PATCH 0279/1675] New translations en.md (Ukrainian) --- .../patterns/carlita/options/armholedepthfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..00c91624881 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Armhole depth factor" +- - - + +![Armhole depth factor](./armholedepthfactor.svg) + +This controls the depth of the armhole, which in turn influences the sleevecap width. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_armholedepthfactor_sample.svg "Effect of this option on the pattern") From 2cebd00dfdf6379ee5495360c33f8b3bd538f93f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:39 +0200 Subject: [PATCH 0280/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/bicepsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md b/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md new file mode 100644 index 00000000000..72953c18d19 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Biceps ease" +- - - + +![Biceps ease](./bicepsease.svg) + +The amount of ease at your upper arm. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_bicepsease_sample.svg "Effect of this option on the pattern") From 2f05a4a86cd936d0351a972f12fecb3432498177 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:40 +0200 Subject: [PATCH 0281/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bruce/options/legstretch/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/options/legstretch/uk.md diff --git a/markdown/org/docs/patterns/bruce/options/legstretch/uk.md b/markdown/org/docs/patterns/bruce/options/legstretch/uk.md new file mode 100644 index 00000000000..08a8b7449e4 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/options/legstretch/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Leg stretch" +- - - + +![The leg stretch option on Bruce](./legstretch.svg) + +The amount of stretch at the (upper) legs. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bruce_legstretch_sample.svg "Effect of this option on the pattern") From eca97cfb12bdc51aa65b86394c0de8d6e699cf68 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:42 +0200 Subject: [PATCH 0282/1675] New translations en.md (Ukrainian) --- .../carlita/options/buttonspacinghorizontal/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md b/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md new file mode 100644 index 00000000000..dddae30ad1d --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Horizontal button spacing" +- - - + +Controls how far the double rows of front buttons are set apart. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_buttonspacinghorizontal_sample.svg "Effect of this option on the pattern") From 285d72376823954ba7314d14619293dadd50da98 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:43 +0200 Subject: [PATCH 0283/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/chestease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/chestease/uk.md b/markdown/org/docs/patterns/carlita/options/chestease/uk.md new file mode 100644 index 00000000000..79ba07a3bb7 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/chestease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest ease" +- - - + +![Chest ease](./chestease.svg) + +The amount of ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_chestease_sample.svg "Effect of this option on the pattern") From aa7e9614586a19ae1f82837ce535666b4e2e200e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:44 +0200 Subject: [PATCH 0284/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/chestpocketangle/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md new file mode 100644 index 00000000000..508bca30a02 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest pocket angle" +- - - + +Controls the slant of the chest pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_chestpocketangle_sample.svg "Effect of this option on the pattern") From 8acffb2efd2d04fcd0084e2af52d3b89c287db81 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:45 +0200 Subject: [PATCH 0285/1675] New translations en.md (Ukrainian) --- .../patterns/carlita/options/chestpocketheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md new file mode 100644 index 00000000000..bb63609e7a0 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest pocket height" +- - - + +Controls the height/size of the chest pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_chestpocketheight_sample.svg "Effect of this option on the pattern") From fcb70e069638b5f55c3040a50c79efb9ea80c1f1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:46 +0200 Subject: [PATCH 0286/1675] New translations en.md (Ukrainian) --- .../patterns/carlita/options/chestpocketplacement/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md new file mode 100644 index 00000000000..53a2b4f5728 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest pocket placement" +- - - + +Controls the location of the chest pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_chestpocketplacement_sample.svg "Effect of this option on the pattern") From 7ce92ec01614a109cae87ae311ae424a1374f624 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:47 +0200 Subject: [PATCH 0287/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/chestpocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md new file mode 100644 index 00000000000..a80cfb47a13 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest pocket width" +- - - + +Controls the width of the chest pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_chestpocketwidth_sample.svg "Effect of this option on the pattern") From 6339681acb14eda98eb58a6d2a25a1580fa77114 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:48 +0200 Subject: [PATCH 0288/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/collarflare/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/collarflare/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/collarflare/uk.md b/markdown/org/docs/patterns/carlita/options/collarflare/uk.md new file mode 100644 index 00000000000..570fcd867ce --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/collarflare/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Collar flare" +- - - + +Controls the flare of the collar by altering the fall length (between the neck and the points) of the collar. + +- Increase this option to increase the fall length. +- Decrease this option to decrease the fall length. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_collarflare_sample.svg "Effect of this option on the pattern") From df2ec75b80b15de5a262d20ca62bdc98f4e65cde Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:49 +0200 Subject: [PATCH 0289/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/collarheight/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/collarheight/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/collarheight/uk.md b/markdown/org/docs/patterns/carlita/options/collarheight/uk.md new file mode 100644 index 00000000000..40ecd16270e --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/collarheight/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Collar height" +- - - + +![Collar height](collarheight.svg) + +Controls the height of the collar. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_collarheight_sample.svg "Effect of this option on the pattern") From f737280489e92f1238dd51a4245037d4fe733382 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:50 +0200 Subject: [PATCH 0290/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/collarspread/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/collarspread/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/collarspread/uk.md b/markdown/org/docs/patterns/carlita/options/collarspread/uk.md new file mode 100644 index 00000000000..6886ff660ca --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/collarspread/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Collar spread" +- - - + +Controls the distance between the points of the collar. + +- Increase this option to spread the collar out and towards the shoulder. +- Decrease this option to bring the collar in towards the body. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_collarspread_sample.svg "Effect of this option on the pattern") From ffc12d03b7cb1a9eb5e504ba693bfefef30cc2f1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:51 +0200 Subject: [PATCH 0291/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/contour/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/contour/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/contour/uk.md b/markdown/org/docs/patterns/carlita/options/contour/uk.md new file mode 100644 index 00000000000..596ff045fb9 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/contour/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Contour" +- - - + +Controls how sharply the princess seam will correct once it's passed the fullness of your breasts. + +A high factor will smooth the curve, resulting in a less fitted coat that's easier to sew. A low factor will sharpen the curve, resulting in a more fitted coat, with a princess seam that's harder to sew. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_contour_sample.svg "Effect of this option on the pattern") From fdba0dd125ec0d0fdb7a5bfd20b6aefed22d7ff5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:52 +0200 Subject: [PATCH 0292/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bruce/options/rise/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/options/rise/uk.md diff --git a/markdown/org/docs/patterns/bruce/options/rise/uk.md b/markdown/org/docs/patterns/bruce/options/rise/uk.md new file mode 100644 index 00000000000..2fa56f6cc55 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/options/rise/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Rise" +- - - + +![The rise option on Bruce](./rise.svg) + +This option controls the overal height of the waist. + +> The higher the rise, the higher your waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bruce_rise_sample.svg "Effect of this option on the pattern") From 00c5e9322db0f99d54ffd905fc0a8a80c1406cbb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:53 +0200 Subject: [PATCH 0293/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bruce/options/legbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/options/legbonus/uk.md diff --git a/markdown/org/docs/patterns/bruce/options/legbonus/uk.md b/markdown/org/docs/patterns/bruce/options/legbonus/uk.md new file mode 100644 index 00000000000..9911758fd4b --- /dev/null +++ b/markdown/org/docs/patterns/bruce/options/legbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Leg length bonus" +- - - + +![The leg bonus option on Bruce](./legbonus.svg) + +How much do you want to lengthen the legs? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bruce_legbonus_sample.svg "Effect of this option on the pattern") From c8ff0867f3f574b675995776bc30a74f8a3481d0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:54 +0200 Subject: [PATCH 0294/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq1spread1/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md new file mode 100644 index 00000000000..09f103960af --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q1 downward spread" +- - - + +--- + +![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) + +This option controls the downward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq1spread1_sample.svg "Effect of this option on the pattern") From 7814873d7fe477eb2138cede89ca1fbfe2c53d8a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:54 +0200 Subject: [PATCH 0295/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecaptopfactorx/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md new file mode 100644 index 00000000000..6acb0c8c318 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap top X" +- - - + +--- + +![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) + +This option controls the horizontal placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecaptopfactorx_sample.svg "Effect of this option on the pattern") From ebd9420a247aa9c6c973b4852f280fbcc22c9472 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:55 +0200 Subject: [PATCH 0296/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq1spread2/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md new file mode 100644 index 00000000000..1e982d3adf1 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q1 upward spread" +- - - + +--- + +![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) + +This option controls the upward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq1spread2_sample.svg "Effect of this option on the pattern") From 73a79f6e43081636a673895ba97da32518a3fe89 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:56 +0200 Subject: [PATCH 0297/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq2offset/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md new file mode 100644 index 00000000000..2e6dd5e5c63 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q2 offset" +- - - + +--- + +![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) + +This option controls the offset in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq2offset_sample.svg "Effect of this option on the pattern") From c671f1251617946937fe96a573ae1af3e64c3003 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:57 +0200 Subject: [PATCH 0298/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq2spread1/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md new file mode 100644 index 00000000000..bddaa0aaaec --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q2 downward spread" +- - - + +--- + +![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) + +This option controls the downward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq2spread1_sample.svg "Effect of this option on the pattern") From 3a59f2685d9f78ace5f6e15968b93ad563972673 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:58 +0200 Subject: [PATCH 0299/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq2spread2/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md new file mode 100644 index 00000000000..57b6f241cc5 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q2 upward spread" +- - - + +--- + +![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) + +This option controls the upward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq2spread2_sample.svg "Effect of this option on the pattern") From 8c03cff42f0833cfcb5617194deb03d432ebe248 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:10:59 +0200 Subject: [PATCH 0300/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq3offset/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md new file mode 100644 index 00000000000..0213bd9a533 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q3 offset" +- - - + +--- + +![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) + +This option controls the offset in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq3offset_sample.svg "Effect of this option on the pattern") From 4c652855f3283e20db64c2558569f910f7f28a69 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:00 +0200 Subject: [PATCH 0301/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq3spread1/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md new file mode 100644 index 00000000000..30e7aba621a --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q3 upward spread" +- - - + +--- + +![The upward spread in the thrid quadrant of the sleevecap](./sleevecapq3spread1.svg) + +This option controls the upward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq3spread1_sample.svg "Effect of this option on the pattern") From 9c6cd3080dfabe1dc03abe01824daad530a52a98 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:01 +0200 Subject: [PATCH 0302/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq3spread2/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md new file mode 100644 index 00000000000..1d551ad7fad --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q3 downward spread" +- - - + +--- + +![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) + +This option controls the downward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq3spread2_sample.svg "Effect of this option on the pattern") From cb22047cd905bddff4d73d6f996a031f005594a3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:03 +0200 Subject: [PATCH 0303/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq4offset/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md new file mode 100644 index 00000000000..5bde5488eea --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q4 offset" +- - - + +--- + +![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) + +This option controls the offset in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq4offset_sample.svg "Effect of this option on the pattern") From f82fccfa454666004afb436a6f8836769a7052b1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:04 +0200 Subject: [PATCH 0304/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq4spread1/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md new file mode 100644 index 00000000000..6bf70dc2f7d --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q4 upward spread" +- - - + +--- + +![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) + +This option controls the upward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq4spread1_sample.svg "Effect of this option on the pattern") From 103c1a8996b6bd2001f6fb58364196aa61e37f26 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:05 +0200 Subject: [PATCH 0305/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecapq4spread2/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md new file mode 100644 index 00000000000..83476708f93 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap Q4 downward spread" +- - - + +--- + +![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) + +This option controls the downward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecapq4spread2_sample.svg "Effect of this option on the pattern") From 50c1e41334a34add3166d89fd25da2f631254b44 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:06 +0200 Subject: [PATCH 0306/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevecaptopfactory/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md new file mode 100644 index 00000000000..b77970fc590 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sleevecap top Y" +- - - + +--- + +![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) + +This option controls the vertical placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevecaptopfactory_sample.svg "Effect of this option on the pattern") From c96c296ce31f4104c89a8602a19c6803400e81ac Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:07 +0200 Subject: [PATCH 0307/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bruce/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/options/uk.md diff --git a/markdown/org/docs/patterns/bruce/options/uk.md b/markdown/org/docs/patterns/bruce/options/uk.md new file mode 100644 index 00000000000..715dd5ad9b9 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bruce boxer briefs: Design Options" +- - - + + From e2030b52e6dec3698799b84833ffd608177b84ab Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:08 +0200 Subject: [PATCH 0308/1675] New translations en.md (Ukrainian) --- .../patterns/brian/options/sleevelengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..6a712699336 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve length bonus" +- - - + +![The sleeve length bonus option on Brian](./sleevelengthbonus.svg) + +This option controls how to lengthen the sleeves. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From 1838de11a1a5e8eda3f765c5ff447ed088da1a11 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:09 +0200 Subject: [PATCH 0309/1675] New translations en.md (Ukrainian) --- .../brian/options/sleevewidthguarantee/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md diff --git a/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md new file mode 100644 index 00000000000..24dfac20f71 --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Sleeve width guarantee" +- - - + +We first draft the arm opening, then we draft a sleeve to fit it. + +When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. + +Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap. + +To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") From 1d16e2e5ca193fd2573243932201cc146311c3b8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:10 +0200 Subject: [PATCH 0310/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bruce/cutting/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/cutting/uk.md diff --git a/markdown/org/docs/patterns/bruce/cutting/uk.md b/markdown/org/docs/patterns/bruce/cutting/uk.md new file mode 100644 index 00000000000..31ca46e731b --- /dev/null +++ b/markdown/org/docs/patterns/bruce/cutting/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Bruce boxer briefs: Cutting Instructions" +- - - + +Bruce consists of a back, and two sides, insets and fronts. + +- **Main fabric** + - Cut **1 back** on the fold + - Cut **2 fronts** + - Cut **2 insets** + - Cut **2 sides** + + + +###### Caveats + +- **back**: Extra hem allowance at the leg +- **front**: Cut this **twice** + + From 35ae0bc524175e32db86145439dec8a9be3d0b91 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:11 +0200 Subject: [PATCH 0311/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bruce/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/uk.md diff --git a/markdown/org/docs/patterns/bruce/uk.md b/markdown/org/docs/patterns/bruce/uk.md new file mode 100644 index 00000000000..5c5d4c1c9f2 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/uk.md @@ -0,0 +1,6 @@ +- - - +title: "Bruce boxer briefs" +- - - + + + From 37c37c3464cf2fb266b092a069fa7db2ecc7115e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:12 +0200 Subject: [PATCH 0312/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bruce/fabric/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/fabric/uk.md diff --git a/markdown/org/docs/patterns/bruce/fabric/uk.md b/markdown/org/docs/patterns/bruce/fabric/uk.md new file mode 100644 index 00000000000..b947db92644 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/fabric/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Bruce boxer briefs: Fabric Options" +- - - + +You need a stretchy fabric for this pattern. Preferable something that is comfortable and soft to the touch, while allowing the skin to breathe. + +I personally think that nothing can beat rayon for this pattern, although you can do with some other knit too, like jersey. + +When in doubt, go for rayon. From 9fb4071e4eed254a33e2ee9f2556f27777563d87 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:13 +0200 Subject: [PATCH 0313/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bruce/instructions/uk.md | 217 ++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/instructions/uk.md diff --git a/markdown/org/docs/patterns/bruce/instructions/uk.md b/markdown/org/docs/patterns/bruce/instructions/uk.md new file mode 100644 index 00000000000..25781c8d610 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/instructions/uk.md @@ -0,0 +1,217 @@ +- - - +title: "Bruce boxer briefs: Sewing Instructions" +- - - + + + +### Step 1: Join back to first side + +![Join back to first side](step01.png) + +Align the side of the back (piece 1) with the side (piece 3) making sure to put the good sides together. The side (piece 3) is not symmetric, so make be careful to correctly match them. + + +If you look at the part 3 (the side) with the text so you can read it, then then left side should be attached to the back, +and the right side attached to the front & inset. The notches will also help you figure it out. + + +Serge them together, taking into account that the seam allowance is 1cm. So aim the outside needle of your serger 1cm from the edge of your fabric. + +> If metric is not your bag, 1 cm is 3/8 inch. + +> Some sergers have a lever to choose between flat seams, or bundled up seams. If you plan to topstitch later (see Step 6), make sure to choose flat seams. + +### Step 2: Join back to second side + +![Join back to second side](step02.png) + +Align the other side of the back (piece 1) with the second side (piece 3) making sure to put the good sides together. Since the side (piece 3) is symmetric, you can't go wrong. + +Serge them together, as you did on the other side. + +> The back and sides are now joined together. Put them aside for a moment as we turn our attention to the other pieces. + +### Step 3: Join first inset and fronts + +![Start at one end](step03-a.png) ![Continue to align the pieces as you move on](step03-b.png) ![Until you reach the other end](step03-c.png) + +Joining the inset (piece 4) with the fronts (piece 2) requires you to serge them together across their curvy edges. + +> Remember that you have two fronts. You have to put them on top of each other and treat it as one double-layered front. + +Faced with a tricky seam like this, you might reach for your pins or basting thread, but don't. Pinning or basting this will make it harder to sew. + +Instead, start at the top of the curved seam, aligning the pieces as shown, and slowly serge them together a few cm. + +As you move along, manipulate the fabric to make sure both edges stay on top of each other as you feed them through your serger. + +As you manipulate the fabric to get it aligned properly, it's easy to stretch one part more than the other. The notch in the curved edge can help you make sure you're keeping things even. + +Once you've passed the notch, things will get easier. This would also be a good time to compare the remaining length of the curved seams. If one is a bit longer than the other, simply stretch the shorter one until they match up. + +If the difference is too big however, just leave it. It will get cut off when we do the crotchseam. + + + +This is probably the hardest seam in the pattern. Take it slow, and you'll be fine. + + + + + +###### Or enclose these seams by sandwiching them between the fronts + +While it's a bit more work, you can enclose this seam if you baste the insets to a single one of the front pieces first, +and then sew your front pieces together with the insets sandwiched inside. + +Sew the front darts separately and turn the whole thing inside out, and you have a nice seamless package area in front. + + + +### Step 4: Join second inset and fronts + +![Join second inset and fronts](step03-d.png) + +After you have joined the first inset and the fronts, continue with the second one. + +With the fronts and insets joined together, you are left with 3 parts: + +- The joined insets and fronts +- The joined sides and back +- The elastic + +### Step 5: Close the fronts dart + +![Close the fronts dart](step05.png) + +Fold the fronts double along the center fronts line, so that the tusks at the bottom line up. + +Serge the sides of the tusks to close the fronts dart. For best results, start at the top of the seam (where the fabric is folded) and work your way to the bottom. + + + +###### Keep that seam away from my ... + +Alternatively, sew the darts on each piece individually so that both seams are folded inside. +Arguably, not having an exposed seam in this area is more comfortable for the wearer. + + + +### Step 6: Optional: Topstitch + +![Boxers with (left) and without topstitching](step06.jpg) + + + +This step is optional. Topstitching adds a visual effect that emphasizes the individual pattern pieces. +It's nice to visually break up a solid fabric, but if you're using a print, or when you're colour-blocking, you might want to not topstitch. + + + +If you want to topstitch your serged seams for visual effect, you should do so now. + +If you topstitch, simply do it for every seam, making sure to do so with a flexible stitch. You can use a zig-zag stitch or twin needle if you don't have a coverlock or specific flexible stitch setting. + + + +When topstitching the seam that closed the fronts dart, start from the bottom, +and let the topstitching run all the way to the top, where the waistband will come. +The seam stops halfway through (where the dart ends) but your topstitching should continue. + + + +### Step 7: Join the first side to the fronts + +![Join the first side to the fronts](step07.png) + +Align the side edge of the first side with the edge made up of the fronts+inset (good sides together as usual) and serge them together. + +### Step 8: Join the second side to the fronts + +![Join the second side to the fronts](step08.png) + +Do the same for the second side. + +### Step 9: Optional: Topstitch + +![Boxers with (left) and without topstitching](step06.jpg) + +If you've topstitched before, make sure to do the same now for the seams you made in step 7 and 8. + +### Step 10: Finish the crotchseam + +![Finish the crotchseam](step10.png) + +We will now serge the arched opening in the back part to the front parts of the boxers, made up of the fronts and insets. + +The notches on the back piece will help you. There's the center notch, and the other two notches should match up with where the fronts and inset pieces are joined. + + + +It's easier to start in the middle point and work your way to one side. Then start from the middle again to do the other side. + +Take it slow, and be **very aware** of where your serger blade is cutting into. + + + +### Step 11: Hem the first leg + +![Hem the first leg](step11.png) + +Time to hem the legs. Hem them as you would do any other stretchy knit. Go for a flexible stitch. You can use a zig-zag stitch or twin needle if you don't have a coverlock or specific flexible stich setting. + + + +I feel that hemming is much easier when you pin things in place first. +So fold back your hem, and pin it in place. +Even better: pin both legs in place and only sew when you're happy with how it looks. + + + +### Step 12: Hem the second leg + +![Hem the second leg](step12.png) + +You know it makes sense. + +### Step 13: Make your elastic into a loop + +![Make your elastic into a loop](step13.png) + +Sew both ends of your elastic together with good sides together. + + + +###### Not sure how much elastic you need? + +Simply wrap your elastic around your waist where it would end up sitting, and tighten it until it feels right. +Make a mark of where the edge joins, add 2cm seam allowance, and that's your length. + + + +### Step 14: Attach elastic to waist + +![Attach elastic to waist](step14.png) + +Attach the elastic to the waist. + +Do so good sides together if you're using a flexible stitch or twin needle on a conventional sewing machine. + +If you're using a coverlock, put the elastic on top of the good side of the fabric. + + + +The length of your elastic will probably difffer from the fabric length, as they stretch differently. +Pinning will help you achieve an even stretch. + +Divide both your elastic and boxer waistline into 4 (or 8) parts. Pin elastic and fabric together at these points. + +While sewing, stretch elastic and fabric together between each set of pins, removing the pins as you move on. + + + +### Step 15: Trim and clean up + +![Yay! You've made it](step15.png) + +Trim any excess fabric you might have at elastic or hem, and any loose threads. From 3bbf4e383b491b76b6142db5917ed451501d8741 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:14 +0200 Subject: [PATCH 0314/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bruce/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/measurements/uk.md diff --git a/markdown/org/docs/patterns/bruce/measurements/uk.md b/markdown/org/docs/patterns/bruce/measurements/uk.md new file mode 100644 index 00000000000..43560d5b07d --- /dev/null +++ b/markdown/org/docs/patterns/bruce/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bruce boxer briefs: Required Measurements" +- - - + + From d66f65caf20b198b648ddc9a5be51e00cb53eefb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:15 +0200 Subject: [PATCH 0315/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bruce/needs/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/needs/uk.md diff --git a/markdown/org/docs/patterns/bruce/needs/uk.md b/markdown/org/docs/patterns/bruce/needs/uk.md new file mode 100644 index 00000000000..3b1084b9ad1 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/needs/uk.md @@ -0,0 +1,10 @@ +- - - +title: "Bruce boxer briefs: What You Need" +- - - + +To make Bruce, you will need the following: + +- Basic sewing supplies +- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/patterns/bruce/fabric/)) +- Enough wide (3cm (1.2 inch) or wider) elastic to fit around your waist +- A serger, although you can survive without one From cffce43a13b02ee32aa9fde1d4f7cd65ed17d3ed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:16 +0200 Subject: [PATCH 0316/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bruce/options/backrise/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/options/backrise/uk.md diff --git a/markdown/org/docs/patterns/bruce/options/backrise/uk.md b/markdown/org/docs/patterns/bruce/options/backrise/uk.md new file mode 100644 index 00000000000..eb921e4ae82 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/options/backrise/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Back rise" +- - - + +![The back rise option on Bruce](./backrise.svg) + +How much extra rise do you want at the back? + +This factor will raise the waist at the back of your boxers only. + +> If you want to raise the waist overall, that's what the **rise** option does + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bruce_backrise_sample.svg "Effect of this option on the pattern") From 89b8f5f4396bb48d3c15112e55c2b51644d1afb6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:17 +0200 Subject: [PATCH 0317/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bruce/options/bulge/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/bruce/options/bulge/uk.md diff --git a/markdown/org/docs/patterns/bruce/options/bulge/uk.md b/markdown/org/docs/patterns/bruce/options/bulge/uk.md new file mode 100644 index 00000000000..a5d39e4fc07 --- /dev/null +++ b/markdown/org/docs/patterns/bruce/options/bulge/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Bulge" +- - - + +![The bulge option on Bruce](./bulge.svg) + +How much room do you want in the front pouch? + +This option will increase the front dart, thereby creating more room in the front. + +> If it's vertical room you're looking for, that's what the **rise** option does + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bruce_bulge_sample.svg "Effect of this option on the pattern") From aad61325d68cfa85bec788d241b80cb599ec26ea Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:18 +0200 Subject: [PATCH 0318/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/cuffease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/cuffease/uk.md b/markdown/org/docs/patterns/carlita/options/cuffease/uk.md new file mode 100644 index 00000000000..6fe5878436e --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/cuffease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Cuff ease" +- - - + +![Cuff ease](./cuffease.svg) + +The amount of ease at your cuff/wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_cuffease_sample.svg "Effect of this option on the pattern") From 1e2dbfbc228024492d101a84ebeb44747c0dd90b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:19 +0200 Subject: [PATCH 0319/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/cufflength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/cufflength/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/cufflength/uk.md b/markdown/org/docs/patterns/carlita/options/cufflength/uk.md new file mode 100644 index 00000000000..53da63691fe --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/cufflength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Cuff length" +- - - + +Controls the length (height if you wish) of the cuffs. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_cufflength_sample.svg "Effect of this option on the pattern") From b5465db52d33ec13799a3ed6f2d54f7ee6b1a30d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:20 +0200 Subject: [PATCH 0320/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/cathrin/options/hiprise/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/options/hiprise/uk.md diff --git a/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md b/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md new file mode 100644 index 00000000000..289c2b436a1 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hip rise" +- - - + +![The hip rise option on Cathrin](./hiprise.svg) + +How high do you want to corset to rise on your hips, in comparison to the center front and center back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cathrin_hiprise_sample.svg "Effect of this option on the pattern") From b30d524a95a6e11f1f2093144573da9f8419f08a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:21 +0200 Subject: [PATCH 0321/1675] New translations en.md (Ukrainian) --- .../docs/patterns/cathrin/instructions/uk.md | 121 ++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/instructions/uk.md diff --git a/markdown/org/docs/patterns/cathrin/instructions/uk.md b/markdown/org/docs/patterns/cathrin/instructions/uk.md new file mode 100644 index 00000000000..28275c27557 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/instructions/uk.md @@ -0,0 +1,121 @@ +- - - +title: "Cathrin corset: Sewing Instructions" +- - - + + + +#### There are many ways to construct a corset + +These instructions are just one way. With this method, I recommend using a wider seam allowance of at least 1.5cm so that your boning channels fit comfortably inside the seam allowance. + +Beginner corset makers should read the tutorials written by [Sidney Eileen](http://www.sidneyeileen.com), who demonstrates several different construction methods. [Foundations Revealed](https://www.foundationsrevealed.com) is a paywall site for corset makers, with several exceptional articles free for non members. + +#### Check the original tutorial + +This pattern is based on [this tutorial by Cathrin Alen](https://katafalk.wordpress.com/2010/06/24/underbust-pattern-tutorial/). Cathrin also has [this informative post on making corsets](https://katafalk.wordpress.com/2009/05/03/how-i-sew-corsets/) on her blog which you might find helpful. + + + +## Step 1: Sew boning channels in center front + +![Place outer Panel 1 on core Panel 1, bad sides together](step01.png) + +Start with the center front pieces. For an 11-panel Cathrin, this will be Panel 1. Place the outer Panel 1 on the core Panel 1, bad sides together. + +With a small stitch width (I set mine to “2”), sew a line straight down the center front. Then sew two boning channels to either side, allowing a bit of extra space, about 2mm, in addition to the width of your boning. + +## Step 2: Attach the first side panel + +![Attach Panel 2](step02.png) + +Take the next piece. For an 11-panel Cathrin, this will be Panel 2. + +Place the outer Panel 2 on the outer Panel 1, _good sides together_. + +Place the core Panel 2 on the core Panel 1, _good sides together_. + +Ensure that the four layers of fabric line up perfectly. Double check that you haven’t mixed up pattern pieces or flipped any over by mistake. + +Match up the four layers of fabric at the narrowest part, _good sides together_, and pin. Then match the top and bottom of each panel and pin. Finally, pin the rest of the edge in place. Use as many pins as needed to make sure the panels stay perfectly aligned. + +Sew the seam. + +## Step 3: Sew the boning channel + +![Press flat and sew boning channel](step03.png) + +Press both layers of Panel 2 away from the center, using the iron to ease the material where the seams curve. + +Edgestitch right along the folded edge, just 1-2mm from the seam line. Sew slowly and keep an eye on the stitching to ensure that the distance is kept even at all times. The purpose of adding this topstitch line is to relieve some stress from the connecting seam. + +Topstitch another seam parallel to the first seam, allowing a bit of extra space, about 3mm, in addition to the width of your boning. + +## Step 4: Attach the next panel + +![Attach Panel 3](step04.png) + +Take the next piece. For an 11-panel Cathrin, this will be Panel 3. + +Place the outer Panel 3 on the outer Panel 2, _good sides together_. + +Place the core Panel 3 on the core Panel 2, _good sides together_. + +Match up the four layers of fabric at the narrowest part, _good sides together_, and pin. Then match the top and bottom of each panel and pin. Finally, pin the rest of the edge in place. Use as many pins as needed to make sure the panels stay perfectly aligned. + +Sew the seam. + +## Step 5: Sew another boning channel + +![Press flat and sew boning channel](step05.png) + +Press both layers of Panel 3 away from the center, using the iron to ease the material where the seams curve. + +Edgestitch right along the folded edge, just 1-2mm from the seam line. + +Topstitch another seam parallel to the first seam, allowing a bit of extra space, about 2mm, in addition to the width of your boning. + +This new boning channel should look just like the one you made attaching Panel 2 to Panel 1. + +## Step 6: Continue attaching the side panels + +Continue attaching panels, creating a boning channel in each seam. Attach Panel 4 to Panel, Panel 5 to Panel 4, and finally Panel 6 to Panel 5. + +![All panels on one side](step06.png) + +Repeat these steps on the other side. + +![All panels on both sides](step06b.png) + +## Step 7: Finish the corset back + +With all of your panels connected, you’re working with the flat sides of each Panel 6. + +Fold the seam allowance of both pieces inward so that the seam allowance is hidden. Press flat, then top stitch close to the edge. + +Topstitch another seam next to the edgestitched seam, allowing a bit of extra space, about 2mm, in addition to the width of your boning. + +![First channel on the back](step07.png) + +Mark the locations of your grommets. (Don’t insert them yet. Just mark the fabric where you’ll place them, and make sure you’re creating a strip suited to the width of your grommets.) + +Top stitch on the opposite side of the grommet markings, then shift and topstitch another seam parallel to the topstitched seam, again leaving enough space for the boning. + +![Grommet strip and second channel](step07b.png) + +Repeat on the other side. + +## Step 8: Insert boning + +Insert boning in all of the channels. + +## Step 9: Bind the top and bottom + +Use bias tape or ribbon to bind the top and bottom edges of the corset. + +## Step 10: Set the grommets + +Set the grommets in the locations you marked earlier. + +## Step 11: Lace the corset + +You’re done! From a0836fde37313eda622c2fcb1a152af78446faf4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:22 +0200 Subject: [PATCH 0322/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/cathrin/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/measurements/uk.md diff --git a/markdown/org/docs/patterns/cathrin/measurements/uk.md b/markdown/org/docs/patterns/cathrin/measurements/uk.md new file mode 100644 index 00000000000..5db91118eed --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Cathrin corset: Required Measurements" +- - - + + From 821c3b7adbce8bfe8e1c1807bf8363692e30658e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:23 +0200 Subject: [PATCH 0323/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/cathrin/needs/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/needs/uk.md diff --git a/markdown/org/docs/patterns/cathrin/needs/uk.md b/markdown/org/docs/patterns/cathrin/needs/uk.md new file mode 100644 index 00000000000..915dfaad3a2 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/needs/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Cathrin corset: What You Need" +- - - + +Corsets are easier to construct than they seem, however they need several specialist items and tools. + +You will need BONING. Historic corsets used whale bone to stiffen corsets. Modern corset makers use steel. You can get steel bones either as flat steel and spiral steel - do research, as different types of corset and different corset makers have their own preferences. Plastic bones are also a cheaper option. + +You can find a good guide to other tools at [Foundations Revealed](https://foundationsrevealed.com/). + +Sample supplies list: + +- About 0.5 meters (0.6 yards) of core fabric ([see Fabric options](/docs/patterns/cathrin/fabric)) +- About 0.5 meters (0.6 yards) of outer fabric ([see Fabric options](/docs/patterns/cathrin/fabric)) +- Boning +- Grommets (size 2) +- About 2 meters of bias tape +- About 3 meters of lacing +- Tools: Grommet setter, awl From 7861219b75483130278e213b893ab77a09956a76 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:24 +0200 Subject: [PATCH 0324/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/cathrin/options/backdrop/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/options/backdrop/uk.md diff --git a/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md b/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md new file mode 100644 index 00000000000..1837b02519c --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Back drop" +- - - + +![The back drop option on Cathrin](./backdrop.svg) + +This option determines how far the center back will be lowered at the bottom of your corset. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cathrin_backdrop_sample.svg "Effect of this option on the pattern") From dcf35bac25f9d4c1093ff7c88ff12c3979e10fbd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:25 +0200 Subject: [PATCH 0325/1675] New translations en.md (Ukrainian) --- .../docs/patterns/cathrin/options/backopening/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/options/backopening/uk.md diff --git a/markdown/org/docs/patterns/cathrin/options/backopening/uk.md b/markdown/org/docs/patterns/cathrin/options/backopening/uk.md new file mode 100644 index 00000000000..66c45701214 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/options/backopening/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Back opening" +- - - + +![The back opening option on Cathrin](./backopening.svg) + +This option determines how wide the back opening of your corset will be. The back opening is where you string the corset together. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cathrin_backopening_sample.svg "Effect of this option on the pattern") From 16a77520427d64a4411ff4fe919f0e2aeecfad74 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:26 +0200 Subject: [PATCH 0326/1675] New translations en.md (Ukrainian) --- .../patterns/cathrin/options/backrise/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/options/backrise/uk.md diff --git a/markdown/org/docs/patterns/cathrin/options/backrise/uk.md b/markdown/org/docs/patterns/cathrin/options/backrise/uk.md new file mode 100644 index 00000000000..d0f4005e6c5 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/options/backrise/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Back rise" +- - - + +![The back rise option on Cathrin](./backrise.svg) + +How high do you want the corset to rise at the back, relative to the underbust height? + +Zero means that the backline will stay horizontal at the level of your underbust. In other words, the back will be somewhat the same height as your bra strap. + +If you increase the back rise, your corset will rise upwards at the back. + +> As this is an underbust corset, the back rise is a style choice and won't affect the fit + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cathrin_backrise_sample.svg "Effect of this option on the pattern") From b24d0d6cb6b97f98ba85d80a62cc3bb192b6b9bb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:27 +0200 Subject: [PATCH 0327/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/cathrin/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/options/uk.md diff --git a/markdown/org/docs/patterns/cathrin/options/uk.md b/markdown/org/docs/patterns/cathrin/options/uk.md new file mode 100644 index 00000000000..1f307ab8713 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Cathrin corset: Design Options" +- - - + + From 0a779f5ccb7e523553ca98cdda8715bb546a5075 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:28 +0200 Subject: [PATCH 0328/1675] New translations en.md (Ukrainian) --- .../docs/patterns/cathrin/options/frontdrop/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md diff --git a/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md b/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md new file mode 100644 index 00000000000..12658af3dc7 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Front drop" +- - - + +![The front drop option on Cathrin](./frontdrop.svg) + +This option determines how far the center front will be lowered at the bottom of your corset. + +> If you lower this too much, sitting might become an issue. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cathrin_frontdrop_sample.svg "Effect of this option on the pattern") From d14a52e8567a5fd5a9f43152982d165f945a32f5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:29 +0200 Subject: [PATCH 0329/1675] New translations en.md (Ukrainian) --- .../docs/patterns/cathrin/options/frontrise/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/options/frontrise/uk.md diff --git a/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md b/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md new file mode 100644 index 00000000000..4b6c84f16d1 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Front rise" +- - - + +![The front rise option on Cathrin](./frontrise.svg) + +How high do you want the corset to rise up at the center front. + +> This rise occurs center front between your breasts. Don't overdo it or the edge of your corset will push into your breasts. + +> This option also allows negative values. They will cause the center front to be lowered. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cathrin_frontrise_sample.svg "Effect of this option on the pattern") From aedf441c888d09ba30d19945d779eb3345b3a789 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:30 +0200 Subject: [PATCH 0330/1675] New translations en.md (Ukrainian) --- .../docs/patterns/cathrin/options/panels/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/options/panels/uk.md diff --git a/markdown/org/docs/patterns/cathrin/options/panels/uk.md b/markdown/org/docs/patterns/cathrin/options/panels/uk.md new file mode 100644 index 00000000000..b2a9aa63a50 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/options/panels/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Number of panels" +- - - + +![The panels option on Cathrin](./panels.svg) + +This options determines how many panels will be used to make up the corset. You have the choice between: + +- 11 panels +- 13 panels + +More panels is a bit more work, but also allows the difference between bust/waist/hips to be evened out over more darts, which may yield to better results. + +> More curves = more panels + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cathrin_panels_sample.svg "Effect of this option on the pattern") From b856427606735a4f82b3794afa2896fb4f7bd432 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:31 +0200 Subject: [PATCH 0331/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/cathrin/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/uk.md diff --git a/markdown/org/docs/patterns/cathrin/uk.md b/markdown/org/docs/patterns/cathrin/uk.md new file mode 100644 index 00000000000..44184073887 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Cathrin corset" +- - - + + From 60f5c243c7feeafd836cf37532dcb88649dfbea2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:32 +0200 Subject: [PATCH 0332/1675] New translations en.md (Ukrainian) --- .../patterns/cathrin/options/waistreduction/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md diff --git a/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md b/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md new file mode 100644 index 00000000000..ee99dfab99f --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist reduction" +- - - + +![The waist reduction option on Cathrin](./waistreduction.svg) + +The amount you want the corset to be smaller than your natural waist. In other words, how much do you want it to squeeze you. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cathrin_waistreduction_sample.svg "Effect of this option on the pattern") From ed5e7be3fb0e10f274adebc712e9f1da992c33df Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:33 +0200 Subject: [PATCH 0333/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/charlie/cutting/uk.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/cutting/uk.md diff --git a/markdown/org/docs/patterns/charlie/cutting/uk.md b/markdown/org/docs/patterns/charlie/cutting/uk.md new file mode 100644 index 00000000000..a43a52becdf --- /dev/null +++ b/markdown/org/docs/patterns/charlie/cutting/uk.md @@ -0,0 +1,33 @@ +- - - +title: "Charlie chinos: Cutting Instructions" +- - - + +##### From main fabric + +- Part **1**: **2 x** _with good sides together_. +- Part **2**: **2 x** _with good sides together_. +- Part **4**: **4 x** +- Part **6**: **2 x** +- Part **8**: **4 x** (2 pairs _with good sides together_) +- Part **9**: **2 x** _with good sides together_ +- Part **10**: **1 x** on the fold +- Part **11**: **1 x** if making a straight waistband +- Part **11**: **2 x** _with good sides together_ if making a curved waistband +- Part **12**: **1 x** + +##### From lining (or any material suitable for pocket bags) + +- Part **5**: **2 x** +- Part **7**: **2 x** + +##### From fusible interfacing + +- Part **3**: **2 x** + + + +##### A dash of color perhaps? + +You can cut part 4 from a different color for a little contrasting detail at the back pockets + + From 28e25d135bbf282ace3127b445b1f27821fa053d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:34 +0200 Subject: [PATCH 0334/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/charlie/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/uk.md diff --git a/markdown/org/docs/patterns/charlie/uk.md b/markdown/org/docs/patterns/charlie/uk.md new file mode 100644 index 00000000000..97301930c3c --- /dev/null +++ b/markdown/org/docs/patterns/charlie/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Charlie chinos" +- - - + + From 6e35be7acf69bda9cc7cbcd7696e2e7aa26c969c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:35 +0200 Subject: [PATCH 0335/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/charlie/fabric/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/fabric/uk.md diff --git a/markdown/org/docs/patterns/charlie/fabric/uk.md b/markdown/org/docs/patterns/charlie/fabric/uk.md new file mode 100644 index 00000000000..aeae674f53f --- /dev/null +++ b/markdown/org/docs/patterns/charlie/fabric/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Charlie chinos: Fabric Options" +- - - + +The obvious choice for Charlie chinos, is [chino fabric](https://en.wikipedia.org/wiki/Chino_cloth), which is a cotton twill fabric. These days it's often sold as a blend to a little bit of stretch, which is optional. + +But you have a lot of options here, and your choice of fabric will influence what sort of style these project. + +Go for **wool** for the most classic look. Check the suiting section of your fabric store for options. If this is your first pair, some wool-poly blend is most likely going to be more budget-friendly. But don't let price alone guide you, buying some cheap whimsical fabric is the best way to come up with a shitty looking pair of trousers, and get frustrated in the process. + +For **cotton**, go for a heavier weight. Cotton might also be a bit easier on the beginner than wool. If unsure what to use, ask for chino in the fabric store and simply pick a colour you like. + +Nothing beats **linen** on a hot summer day. It's fun to work with too, but it does wrinkle like a mofo, and even the most neatly made trousers look somewhat messy when made in linen. What I'm saying is, maybe not for your first pair. From 205b3e7c1c1e32eb28cb61afe1a6f37f0bdb9e23 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:36 +0200 Subject: [PATCH 0336/1675] New translations en.md (Ukrainian) --- .../docs/patterns/charlie/instructions/uk.md | 405 ++++++++++++++++++ 1 file changed, 405 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/instructions/uk.md diff --git a/markdown/org/docs/patterns/charlie/instructions/uk.md b/markdown/org/docs/patterns/charlie/instructions/uk.md new file mode 100644 index 00000000000..daeb8ebcb6d --- /dev/null +++ b/markdown/org/docs/patterns/charlie/instructions/uk.md @@ -0,0 +1,405 @@ +- - - +title: "Charlie chinos: Sewing Instructions" +- - - + +## Step 1: Close the back dart + +First thing we're going to do is close the waist dart on the back panel. + +To do so, fold the back panel double with _good sides together_ making sure to match both sides of the dart on top of each other. + +Now sew the dart close, making sure to use a small stitch length, and to sew all the way to the end of the dart, even a couple of stitches off the fabric. + +![Closed darts](step01.svg) + + + +Your back darts should be of equal length. Make sure to sew them precisely. + + + +## Step 2: Construct the back pockets + +Follow [our double welt pocket instructions](/docs/sewing/double-welt-pockets/) to create the back welt pockets. + + + +Since these are chinos, you can/should edgestitch around the welt opening. +It's not strictly required for welt pockets, and typically not done on classic trousers (and thus not shown in +the instructions) but it's a very typical finish for chinos, and makes it easier to keep everything in place. + + + +### Attach the back pocket facing to the pocket bag + +Join the back pocket facing to the pocket bag by placing them with _good sides together_ and sewing along the longest of the non-curved seams of the facing. + +When you're done, press the seam allowance to the side of the pocket bag. + +### Attach the back pocket bag + +Sew the bottom of the pocket bag to the bottom welt. Press it down when done. + +Now align the top of the pocket bag with the waist and sew it down in the waist's seam allowance. + +### Close the pocket back + +Fold the leg panel out of the way so you can close both sides of the pocket bag. + + + +Make sure to also sew the pocket welts down on the pocket bag + + + +You should overlock/serge the sides of the pocketbag so they don't ravel. + + + +If you don't have a _serger_ you can always use a zig-zag stitch instead. + + + +## Step 3: Overlock the front and back edges + +Before we go any further, we'll overlock/serge the edges of the front and back panels of the legs. Make sure to also catch the top of the pocket bag when doing the back panels. + +What we want to to prevent these edges from ravelling after we've completed our trousers, and now is the best time to do so. + +![Overlocked leg panels](step03.svg) + +## Step 4: Construct the front pocket opening + +The front pockets are a little unusual because they have the appearance of classic slanted pockets, but are constructed on the side seam. + +### Attach the front pocket facings to the pocket bags + +We have two front pocket bags, that each have two pieces of facing to attach to them. + +Align them with _good sides together_ (\*) and sew the facing in place. + + + +(\*) With a pocket bag, it's not so obvious what the good side should be. + +Do you want the good side to be what you feel when you put your hand in your pocket? +Or do you want it to be what you see when your trousers lie on the floor with their insides showing. + +There's no right or wrong answer here. You do you. + + + +![Pocket bags sewn to facings](step04a.svg) + +### Mark the pocket notch on pocket facing, and front and back leg panels + +There's a notch on both front and back leg panels that indicates up to what point the pocket facing should be attached to the side seam. + +Make sure to transfer this notch to both the (edge of the) pocket facing and the front trouser leg, since it's important we match them. + +![Pocket facings with notches](step04b.svg) + +### Pin or base the pocket to the front and back leg panel + +Both on the front and the back leg panel, we're going to sew the pocket facing to the side seam. + +However, this needs to be precise, so you really want to make sure you either pin or baste it in place. + + + +Start with the front, since that's the easier seam. Once you've got some practice, you can do the back + + + +![Pocket bags sewn to pant leg panels](step04c.svg) + +### Sew the front pocket in place + +Sew from the waist down right until the notch that indicates where to stop. + +### Press the front pocket slant + +Now press the slant of the front pocket, both on the back and front panel, so that it's a sharp crease. + +![Pressed front pocket slant](step04d.svg) + +## Step 5: Close the outseam + +### Baste the front pockets shut + +I strongly advise you to baste the pocket shut/in place before sewing this seam so that you know it's precise. + +Closing the outseam means to place front and back panel with good sides together, and sew the outer seam. That's easy enough at the legs, but at the top we have our pocket, which complicates things. + +### Sew the top of the outer seam until the top notch of the pocket slant + +Make sure everything is neatly aligned. Then sew from the top of the waist down to the top notch (this is just over a cm or half an inch). + +![Outer seam sewn until top notch](step05a.svg) + +### Sew the bottom of the outer seam from the bottom notch of the pocket slant + +Now move to the bottom notch of the pocket slant, and sew from there all the way to the bottom of the legs. + +![Outer seam sewn from lower pocket notch down](step05b.svg) + +### Press the outer seam open + +When you're done, make sure to press the seam allowance open along the leg. Don't press the pocket, we already did that. + +## Step 6: Finish the front pocket bag + +### Sew pocket bag close inside-out + +With our pocket opening constructed and outer seam closed, we should now finish the pocket bag. + +Pull the pocket bag out so that it dangles on the outside of the trouser leg. Then place both halves together and either use a serger to finish the edge, or sew closely to the edge. + +Make sure you end up at the point where the bottom part of the outer seam starts. + +![Pocket bag, sewn closed](step06a.svg) + +### Finish pocket bag edge + +When you're done, you can flip the pocket bag back to the inside of the trouser leg. + +Our pocket bag is now closed, but when we put our hand in it, you can feel the raw edge of the seam allowance. To avoid that, topstitch along the edge of the pocket bag, locking in the seam allowance. + + +If your seam allowance is wide, you might want to trim it back first. + + +![Pocket bag, finished](step06b.svg) + +## Step 7: Bar-tack the pocket opening + +At the place the leg down with the good side up, making sure the pocket bag lies flat and towards the front panel. + +Now at the top and bottom of the pocket opening, place a bar-tack perpendicular to the outer seam. + +![Bar tacks at pocket openings](step07.svg) + +## Step 8: Close the inseam + +With our front pockets finished, close the inseam of both legs. + +When you're done, press open the inseam. + +![Closed inseams](step08.svg) + +## Step 9: Close the crossseam + +Make sure one leg is turned with the good side out, and the other has the good side in. + +Now tuck the leg with the good side out inside the leg that has the good side in. This way, they have their good sides against each other. + +Align the cross seam, starting at the back waist, pinning both halves together as you make your way towards the fly. Stop at the lowest fly notch. + +When you're done. Do it again. Always sew the cross seam twice. It's one of those best practices you ignore at your own peril. + + + +Take extra care to carefully align the seams where both legs have their back and front panels joined together. +Doing so will ensure your cross seam results with a perfectly aligned _cross_ where 4 pattern parts meet each other in a single point. + +Getting it just right is one of those things you'll end up cherishing each time you wear these. + + + +## Step 10: Construct the fly + +### Close fly extension + +Fold the fly extension on its fold line with good sides together. + +Now sew along the bottom, to close the fly extension. + +Trim back one half of the seam allowance to remove bulk before turning it good side out and pressing. + +### Serge the fly extension and fly facing + +Serge (or zig-zag) along the open side of the fly extension. No need to serge the top as that will get caught in our waistband. + +while you're at it, also serge along the entirety of the fly facings J-shaped edge. + +### Cut away the extra seam allowance on the left leg front + +There's extra seam allowance that runs along the fly. We only need this on the right leg panel. Cut it away on the left panel so you're left with the regular seam allowance only. + +### Attach the fly facing + +Sew the fly facing to the left front. Place them with good sides together, aligning the top. + +### Tuck in the tip of the fly facing + +Fold the bottom of the fly facing seam allowance inwards and secure with a few stitches. + +### Edge stitch the fly facing to the seam alowance + +Sew the fly facing to the seam allowance. Make sure to leave the front panel out of it. + +### Press cross seam, fly facing and the fly edge + +Press open the cross seam. Press the fly facing to the side. + +Then, fold over the extra seam allowance on the right front leg and press it down. + +### Baste the zipper to the fly extension + +Place the zipper along the (slightly curved) edge of the fly extension. + +Now sew along the edge. No need to get close to the zipper, just sew along the edge to hold them in place. + +### Attach zipper to the fly + +Now place the right front leg's fly with the extra seam allowance that you folded back on top of the zip. + +Use a zipper foot edge-stitch the folded-over edge along the zipper edge. + + + +You might want to baste this first to make sure it is nicely parallel to the zipper. Close, but not too close. + + + +### Sew the zipper to the fly facing + +Now sew the other side of the zipper to the fly facing. Make sure to align it properly so that when the trousers are closed, the zip is hidden. + +### Finish the cross seam + +Sew the last bit of the cross seam up to the highest fly notch. + +### Sew the J-seam of the fly + +Now topstitch the so-called J-seam of the fly. Make sure to keep the fly extension out of the way. + +### Bar tack the bottom of the fly + +Now bartack the very botton of the J-seam (the horizontal part) but this time make sure to also catch the fly extension. + +## Step 11: Attach the belt loops + +### Construct the belt loops + + + +For efficiency, we will contruct one long strip of belt loop that we'll divide into 8 parts. + + + +Cut a strip 80cm long (32 inch) and 2.8cm wide (1 1/8 inch). + +Serge (or zigzag) the long edge of the strip on both sides. + +Fold one side inwards, and the other side over it. Then press down with your iron. The end result should be a long strip about 1cm wide. + +Now sew along the entire length of the strip, smack in the middle of it. Make sure to use a generous stitch length for this. + +Finally, cut your length belt loops strip into 8 equal parts to make 8 belt loops. + +### Attach the belt loops + +We're going to divide our belt loops along the waist: + +- 2 at the center back, each set aside a bit from the center so there's a small gap between them. +- 1 above the back dart on each side +- 1 on each side more or less where the side seam would hit the waist if it went straight up +- 1 on each side from center front. Not too close to each other so there's no room for belt buckles, but not too far either so it doesn't look weird + +Place the belt loop at these places with their good side down (against the good side of the fabric of your trousers, and the top aligned with the waist) Sew this down in the seam allowance of the waist, making sure that they are perpendicular to the waistband. + +## Step 12: Attach the waist band + +### Assemble curved waistband + +If you're making a straight waistband, skip directly to attaching the waistband to the outside. + +Place both waistbands with good sides together, and sew along the top of the waistband (the shorter edge). + +Trim the seam allowance of the inner waistband, and press all seam allowances towards the inner waistband. + +You can now treat your assembled waistband as one piece, and continue as for the straight waistband. + + +To make sure your inner waistband doesn't peek out, you can _understitch_. +Sew a line of stitching on the inside waistband, close to the edge, through the inner waistband and seam-allowances (but not the outer waistband!). + + +### Attach the waist band to the outside + +Place the waistband with good sides together along the waist. For the straight waistband, make sure the side with the standard seam allowance is aligned with the waist, and not the side with double seam allowance. + +Also make sure to leave suffucient seam allowance beyond the start and end of the waistband. + +Sew along the entirety of the waist, attaching the waist band and sewing down the belt loops in one go. + +### Press the waistband seam and fold the waistband + +Press the seam you just sewed, pressing the seam allowance up into the waistband. + +Now fold over the waistband at the correct width and press in the crease. + +### Close the start and end of the waistband. + +At the start and end, fold the waistband over so it has its good sides together. + +Now sew the end shut by sewing top to bottom to just the point where the waistband seam ends. + +Trim back the seam allowance a bit so you can tuck it all into the waistband later. + +### Baste the waistband in place + +The waistband has extra seam allowance here, and we're going to use that to our advantage. + +Fold the waistband in the fold you pressed. Then on the inside, fold the seam allowance inwards, making sure to let it run a few mm beyond the waistband seam. + +You want to baste this in place so it stays put as you make your way around the waistband. + +At the start and end of the waistband, you'll need to tuck in some more seam allowance. Take a moment to get it right. + +### Sew the waistband close + +Now with the good side up, sew exactly in the seam that was sewn before (so called _stitch in the ditch_). + +This will catch the back of the waistband which we've made to extend slightly further, and lock all the seam allowance inside. + +## Step 13: Finalize the belt loops + +### Sew the belt loops down to make them wider + +It's best to make the belt loops a bit wider than the waistband, to accomodate wider belts. + +For this, let the waistband lie flat, and sew it down with a bartack 1.5cm or so (half an inch) below the waistband. + +### Fold upwards, down again, and sew down + +Now fold the belt loops upwards (hiding the bartack you just did). + +They'll extend beyond the top of the waistband. So fold the excess down again. Don't fold it over/around the waistband, but fold it double on itself. + +Now do a bartack along the top of the waistband to lock the belt loop in place. + +When you're done, carefully twist the back of the beltloop to the front and cut off the excess right next to the bartack. + + + +Be careful not to bartack the front of your trousers to the back. + +Double-check you don't have any extra layers under your needle because unpicking a bartack is no joy. + + + +## Step 14: Hem the pants + +Fold the hem allowance halfway up, and press. Then fold them again, and press again. + +Finalize by hand and blind hem your trousers. + +## Step 15: Button on buttonhole + +Create a buttonhole. Either by hand (it's worth practicing) or with a machine. + +Finally, attach the button. + +Now take a moment to appreciate all the hard work you did. We hope you'll get a lot of use out of these. From 9091b31101609c19e1ff08ddf38a4c7a70e00dec Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:37 +0200 Subject: [PATCH 0337/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/charlie/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/measurements/uk.md diff --git a/markdown/org/docs/patterns/charlie/measurements/uk.md b/markdown/org/docs/patterns/charlie/measurements/uk.md new file mode 100644 index 00000000000..fca2ecc59de --- /dev/null +++ b/markdown/org/docs/patterns/charlie/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Charlie chinos: Required Measurements" +- - - + + From 57830fbb3f55123a88fb655aecb56d3a12ca1525 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:38 +0200 Subject: [PATCH 0338/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/charlie/needs/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/needs/uk.md diff --git a/markdown/org/docs/patterns/charlie/needs/uk.md b/markdown/org/docs/patterns/charlie/needs/uk.md new file mode 100644 index 00000000000..a7a35f58250 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/needs/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Charlie chinos: What You Need" +- - - + +To make Charlie, you will need the following: + +- Basic sewing supplies +- About 1.5 meters (1.7 yards) of a suitable fabric ([see Fabric options](/docs/patterns/charlie/fabric)) +- About 30 centimeters (12 inches) of lining fabric (used for pocket bags) +- Fusible interfacing for the back pockets +- A zipper and button for the fly From f4b5bf4e15bae8921c4ff2fa8ebcc11219a89b17 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:39 +0200 Subject: [PATCH 0339/1675] New translations en.md (Ukrainian) --- .../docs/patterns/charlie/options/backpocketdepth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md new file mode 100644 index 00000000000..5dfa927fccb --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back pocket depth" +- - - + +Controls the depth of the back pocket bag. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_backpocketdepth_sample.svg "Effect of this option on the pattern") From f27f18797bae5c33c892572660fae445d3a649d2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:40 +0200 Subject: [PATCH 0340/1675] New translations en.md (Ukrainian) --- .../options/backpockethorizontalplacement/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md b/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md new file mode 100644 index 00000000000..2257499d3ee --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Back pocket horizontal placement" +- - - + +Controls the horizontal placement of the back pockets. + +In other words, more towards the outseam, and this wider apart. Or more towards the center back and thus closer together. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_backpockethorizontalplacement_sample.svg "Effect of this option on the pattern") From 4ff51d40e26ff56df248cfac11ae74b657fc42cb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:41 +0200 Subject: [PATCH 0341/1675] New translations en.md (Ukrainian) --- .../charlie/options/backpocketverticalplacement/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md new file mode 100644 index 00000000000..71f63e39c71 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Back pocket vertical placement" +- - - + +Controls the vertical placement of the back pockets. + +Either closer to the waistband, or higher. Or further from the waistband, or lower. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_backpocketverticalplacement_sample.svg "Effect of this option on the pattern") From 57f6f920cce6062242413ed08bda6eae7e27aa4c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:42 +0200 Subject: [PATCH 0342/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/cathrin/fabric/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/fabric/uk.md diff --git a/markdown/org/docs/patterns/cathrin/fabric/uk.md b/markdown/org/docs/patterns/cathrin/fabric/uk.md new file mode 100644 index 00000000000..1cf5cbb0165 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/fabric/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Cathrin corset: Fabric Options" +- - - + +Corsets must be made from fabric with no stretch at all. The fabric designed for corset making is called coutil. Although coutil is expensive, not much is needed for a corset. Some cheaper alternatives include canvas, denim and cotton ticking. However, these will stretch over time and are not suitable for any garment with a large waist reduction: they are not strong enough. They are good options for testing the pattern to see how it fits on you. For corsets made from silk and cotton and other fancy fabrics, you need to use several layers - the fabric you want to be seen, on top of a layer of coutil or other strength layer, and perhaps also a third layer made out of lining which will sit next to the body. + +For the core fabric, you need a strong fabric, such as coutil, canvas, or denim. + +For the outer fabric, you can use most non-stretch fabrics, such as linen, cotton, or silk. From f23f01249ff35a701cb2ff9eb83feb56fe75092e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:43 +0200 Subject: [PATCH 0343/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/cathrin/cutting/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/cathrin/cutting/uk.md diff --git a/markdown/org/docs/patterns/cathrin/cutting/uk.md b/markdown/org/docs/patterns/cathrin/cutting/uk.md new file mode 100644 index 00000000000..21d73fcd630 --- /dev/null +++ b/markdown/org/docs/patterns/cathrin/cutting/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Cathrin corset: Cutting Instructions" +- - - + +Cut 1 core fabric and 1 outer fabric of the center panel, making sure to cut on the fold. + +Cut 2 core and 2 outer of each side panel with _good sides together_. + +For example, for the 11-panel version of Cathrin: + +- Panel 1 - Cut 1 core and 1 outer +- Panel 2 - Cut 2 core and 2 outer +- Panel 3 - Cut 2 core and 2 outer +- Panel 4 - Cut 2 core and 2 outer +- Panel 5 - Cut 2 core and 2 outer +- Panel 6 - Cut 2 core and 2 outer + +![Pattern pieces](cathrin_cutting.png) From 98433e78f4f7dbaa314729fc3b1d0b91e4d7f634 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:44 +0200 Subject: [PATCH 0344/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/carlita/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/uk.md b/markdown/org/docs/patterns/carlita/options/uk.md new file mode 100644 index 00000000000..fa66172e5b5 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Carlita coat: Design Options" +- - - + + From 68dfa4a397b845eb2bd5bafa5177974edca49452 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:45 +0200 Subject: [PATCH 0345/1675] New translations en.md (Ukrainian) --- .../carlita/options/pocketplacementvertical/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md b/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md new file mode 100644 index 00000000000..eec28fe478b --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Vertical pocket placement" +- - - + +Controls the location of the pockets vertically (higher or lower). + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_pocketplacementvertical_sample.svg "Effect of this option on the pattern") From 16a702ce0eb3283e9535323b48fcb89dc83cd109 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:46 +0200 Subject: [PATCH 0346/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/frontoverlap/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md b/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md new file mode 100644 index 00000000000..08b8912a23c --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front overlap" +- - - + +Controls how much the right and left front of the garment overlap at the center front. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_frontoverlap_sample.svg "Effect of this option on the pattern") From 6813cefe29109a520ea1fb5b50bb4abdaf07a18a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:47 +0200 Subject: [PATCH 0347/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/innerpocketdepth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md new file mode 100644 index 00000000000..b741ec00540 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Inner pocket depth" +- - - + +Controls the depth of the inner pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_innerpocketdepth_sample.svg "Effect of this option on the pattern") From 28a8e1aedad7ff1e417600a86d9f50f95e4b121c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:48 +0200 Subject: [PATCH 0348/1675] New translations en.md (Ukrainian) --- .../patterns/carlita/options/innerpocketplacement/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md new file mode 100644 index 00000000000..3ceb1ae733f --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Inner pocket placement" +- - - + +Controls the location of the inner pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_innerpocketplacement_sample.svg "Effect of this option on the pattern") From a25e3a06fec6add231ceeff341c8c46feeb2c6c2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:49 +0200 Subject: [PATCH 0349/1675] New translations en.md (Ukrainian) --- .../patterns/carlita/options/innerpocketweltheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md new file mode 100644 index 00000000000..1b9e1330110 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Inner pocket welt height" +- - - + +Controls the size of the welts on the inner pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_innerpocketweltheight_sample.svg "Effect of this option on the pattern") From 65cce4261e08f0b2a3e51a6d6fc988f986c31731 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:50 +0200 Subject: [PATCH 0350/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/innerpocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md new file mode 100644 index 00000000000..c1163894fb6 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Inner pocket width" +- - - + +Controls the width of the inner pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_innerpocketwidth_sample.svg "Effect of this option on the pattern") From 15a89de5955083354460bd37b910271405532670 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:51 +0200 Subject: [PATCH 0351/1675] New translations en.md (Ukrainian) --- .../patterns/carlita/options/lapelreduction/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md b/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md new file mode 100644 index 00000000000..fa8fa7d47b4 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Lapel reduction" +- - - + +Controls how much the lapel tip goes inwards. + +It is common to have the edge of the lapels not be entirely straight, but rather turn inwards a bit towards the top of the lapels. This option controls by how much it does that. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_lapelreduction_sample.svg "Effect of this option on the pattern") From 2a949f0575389c0d090e0d7266b07e59d55bc335 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:52 +0200 Subject: [PATCH 0352/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/length/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/length/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/length/uk.md b/markdown/org/docs/patterns/carlita/options/length/uk.md new file mode 100644 index 00000000000..d0eeb5e9a5a --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/length/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length" +- - - + +![Length](length.svg) + +Controls the overall length of the coat. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_length_sample.svg "Effect of this option on the pattern") From d4f0b98273e235a3f7c959518d90202b7fe329d0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:53 +0200 Subject: [PATCH 0353/1675] New translations en.md (Ukrainian) --- .../patterns/carlita/options/pocketflapradius/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md b/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md new file mode 100644 index 00000000000..4fb58d43846 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Pocket flap radius" +- - - + +![Pocket flap radius](pocketflapradius.svg) + +Controls the radius with which the pocket flaps are rounded at the bottom. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_pocketflapradius_sample.svg "Effect of this option on the pattern") From 256ce407bd16d971fe11537bdb6949fe1c347703 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:54 +0200 Subject: [PATCH 0354/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/pocketheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/pocketheight/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md b/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md new file mode 100644 index 00000000000..8e0eefca3ea --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Pocket height" +- - - + +Controls the height/depth of the pockets. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_pocketheight_sample.svg "Effect of this option on the pattern") From fd812c5e6daf7d58a4239fa002bcdb350631b8ac Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:55 +0200 Subject: [PATCH 0355/1675] New translations en.md (Ukrainian) --- .../carlita/options/pocketplacementhorizontal/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md b/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md new file mode 100644 index 00000000000..be7b9ee8683 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Horizontal pocket placement" +- - - + +Controls the location of the pockets horizontally (more left or right). + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_pocketplacementhorizontal_sample.svg "Effect of this option on the pattern") From 3d4b221fc0023739ac8847f396c453754476f349 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:56 +0200 Subject: [PATCH 0356/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/pocketradius/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/pocketradius/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md b/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md new file mode 100644 index 00000000000..59543151c2f --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Pocket radius" +- - - + +![Pocket radius](pocketradius.svg) + +Controls the radius with which the pockets are rounded at the bottom. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_pocketradius_sample.svg "Effect of this option on the pattern") From e35b9e79b289a33eca9814837c8bc35c96fae081 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:57 +0200 Subject: [PATCH 0357/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/carlton/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/uk.md b/markdown/org/docs/patterns/carlton/options/uk.md new file mode 100644 index 00000000000..61e509fb6fe --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Carlton coat: Design Options" +- - - + + From 1f659f670765aac41e8660ad2e4df0c575b227ca Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:58 +0200 Subject: [PATCH 0358/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/pocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md b/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md new file mode 100644 index 00000000000..07bf73d5b13 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Pocket width" +- - - + +Controls the width of the pockets. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_pocketwidth_sample.svg "Effect of this option on the pattern") From ef8cdc9141762f8171412fc46e4e4b5b63081562 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:11:59 +0200 Subject: [PATCH 0359/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/seatease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/seatease/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/seatease/uk.md b/markdown/org/docs/patterns/carlita/options/seatease/uk.md new file mode 100644 index 00000000000..f60d21cd06d --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/seatease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Seat ease" +- - - + +![Seat ease](./seatease.svg) + +The amount of ease at your seat. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_seatease_sample.svg "Effect of this option on the pattern") From 258e25df476ad7633d138c9dcd8f71bce769cdf8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:00 +0200 Subject: [PATCH 0360/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md b/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md new file mode 100644 index 00000000000..2e044744e9e --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +![Shoulder ease](./shoulderease.svg) + +The amount of ease at your shoulders. This is an option specific to coats/overwear to allow room for garments worn under the coat. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_shoulderease_sample.svg "Effect of this option on the pattern") From d29d22db3962a878b58044e0796bee76fa64deb6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:01 +0200 Subject: [PATCH 0361/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/sleevebend/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/sleevebend/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md b/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md new file mode 100644 index 00000000000..c295ce51de4 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve bend" +- - - + +![Sleeve bend](./sleevebend.svg) + +The angle of the sleeve at the elbow. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_sleevebend_sample.svg "Effect of this option on the pattern") From 430e66984c98ea90659ea08263350fda00235efd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:02 +0200 Subject: [PATCH 0362/1675] New translations en.md (Ukrainian) --- .../carlita/options/sleevecapease/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md b/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md new file mode 100644 index 00000000000..62d5a8f6042 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Sleevecap ease" +- - - + +![Sleevecap ease](./sleevecapease.svg) + +How much sleevecap ease do you want? + +> #### What's the point? +> +> The amount of sleevecap ease determines how the sleeves rolls from the shouder. +> +> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter. + +> The lighter your fabric, the less sleevecap ease you want. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_sleevecapease_sample.svg "Effect of this option on the pattern") From 1253602315885ea74303d2ee648e767ef6d035dd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:03 +0200 Subject: [PATCH 0363/1675] New translations en.md (Ukrainian) --- .../carlita/options/sleevelengthbonus/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..701e835cfc2 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Sleeve length bonus" +- - - + +![Sleevelength bonus](./sleevelengthbonus.svg) + +The amount to extend the sleeve beyond the length of the sleeve in the base block. + + + +###### This is not supposed to be zero + +Setting this to zero will make the sleeve length the same as the base length of the Bent block, +which is certainly too short for a coat. +Please take note of the default value and use that as a basis to lengthen or shorten the sleeve. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From 8591db799065eb2ce4c94aaa94af32b4a10e75bf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:04 +0200 Subject: [PATCH 0364/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlita/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/waistease/uk.md b/markdown/org/docs/patterns/carlita/options/waistease/uk.md new file mode 100644 index 00000000000..b9bcf488691 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +![Waist ease](./waistease.svg) + +The amount of ease at your waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_waistease_sample.svg "Effect of this option on the pattern") From 69510072cb107302935af5c7861d9bb52fe1361e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:05 +0200 Subject: [PATCH 0365/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/carlton/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/uk.md diff --git a/markdown/org/docs/patterns/carlton/uk.md b/markdown/org/docs/patterns/carlton/uk.md new file mode 100644 index 00000000000..57ba862d7a9 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Carlton coat" +- - - + + From 8410c872b80d26019b3b6a4bb20fdfda0ced6377 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:06 +0200 Subject: [PATCH 0366/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/instructions/uk.md | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/instructions/uk.md diff --git a/markdown/org/docs/patterns/carlton/instructions/uk.md b/markdown/org/docs/patterns/carlton/instructions/uk.md new file mode 100644 index 00000000000..5e4ce7103a0 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/instructions/uk.md @@ -0,0 +1,67 @@ +- - - +title: "Carlton coat: Sewing Instructions" +- - - + +### Step 1: Draft and Cut the missing Lining and Facing Parts + +Some parts for Carlton require you to draft parts from the existing parts. The following are a list of what parts you need to draft, [see Carlton Cutting](/docs/patterns/carlton/cutting/) for details on how to cut them. + +#### Drafting + +##### Front facing and Front lining + +- Trace off of **Front** part. +- Cut along the green line. +- Add seam allowance (if including) along green line to both pieces +- The piece with the lapel is now the **Front facing** part. +- Trim the hem allowance (if included) of the remaining piece to seam allowance length +- The remaining piece is now the **Front lining** part. + + + +The button and pocket markings are not needed for these parts so feel free not to trace them. + + + + + +Don't forget the seam allowance for these pieces when cutting if you are making these parts nett! + + + +##### Chest canvas + +- Trace off of **Front** part. +- Cut along the orange line. +- Discard lower piece. +- Cut along lapel line. +- Discard lapel piece. +- Remove the seam allowances (if included) of the upper piece. +- The upper piece is now the **Chest canvas** part. + +##### Front Shoulder + +- Trace off of **Front** part. +- Draw a curve from shoulder to bottom of armhole. +- Cut along this curve and discard the lower part. +- The upper piece is now the **Front Shoulder** part. + +##### Back shoulder + +- Trace off of **Back** part. +- Cut along the orange line. +- Discard lower piece. +- Remove the seam allowamces (if included) of the upper piece. +- The upper piece is now the **Back shoulder** part. + +#### Cutting + +- Cut all the parts above from their respective fabrics/facings. ([see Carlton Cutting](/docs/patterns/carlton/cutting/)) + +### Step 2: Fix Me + + + +Documentation for this pattern still needs to be written. In the meantime their are some preliminary instructions for ([Carlita, Carlton's Counterpart](/docs/patterns/carlita/instructions/)) that should help. + + From 6a9bf493304797dc03f9664674aab95442005799 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:07 +0200 Subject: [PATCH 0367/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/carlton/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/measurements/uk.md diff --git a/markdown/org/docs/patterns/carlton/measurements/uk.md b/markdown/org/docs/patterns/carlton/measurements/uk.md new file mode 100644 index 00000000000..89d480b811d --- /dev/null +++ b/markdown/org/docs/patterns/carlton/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Carlton coat: Required Measurements" +- - - + + From 4d4ba15887776928438013ad46d1547fa0cc598c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:08 +0200 Subject: [PATCH 0368/1675] New translations en.md (Ukrainian) --- .../docs/patterns/charlie/options/backpocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md new file mode 100644 index 00000000000..40af4b74b69 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back pocket width" +- - - + +Constrols the width of the back pockets. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_backpocketwidth_sample.svg "Effect of this option on the pattern") From 831041554418d6daf95cca664bba829fe58de1d6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:09 +0200 Subject: [PATCH 0369/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/charlie/options/beltloops/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/beltloops/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/beltloops/uk.md b/markdown/org/docs/patterns/charlie/options/beltloops/uk.md new file mode 100644 index 00000000000..4d6e89c388f --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/beltloops/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Belt loops" +- - - + +Constrol how many beltloops we'll generate. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_beltloops_sample.svg "Effect of this option on the pattern") From 94080e0c9b9614f3f25f18dd5f649061c8b92471 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:10 +0200 Subject: [PATCH 0370/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/diana/options/hipsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/diana/options/hipsease/uk.md b/markdown/org/docs/patterns/diana/options/hipsease/uk.md new file mode 100644 index 00000000000..592a3966103 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/hipsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hips ease" +- - - + +![The hips ease option on Diana](./hipsease.svg) + +This option controls the amount of ease at the hips. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_hipsease_sample.svg "Effect of this option on the pattern") From 5bb02fc7b6cead66e1f24449f71d3fb1cd065350 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:11 +0200 Subject: [PATCH 0371/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/diana/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/uk.md diff --git a/markdown/org/docs/patterns/diana/uk.md b/markdown/org/docs/patterns/diana/uk.md new file mode 100644 index 00000000000..33b404373f9 --- /dev/null +++ b/markdown/org/docs/patterns/diana/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Diana draped top" +- - - + + From a7bfa4382a3bb1430d9d7e8f6be8dd89c2b0b351 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:12 +0200 Subject: [PATCH 0372/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/diana/fabric/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/fabric/uk.md diff --git a/markdown/org/docs/patterns/diana/fabric/uk.md b/markdown/org/docs/patterns/diana/fabric/uk.md new file mode 100644 index 00000000000..35314ff50cf --- /dev/null +++ b/markdown/org/docs/patterns/diana/fabric/uk.md @@ -0,0 +1,8 @@ +- - - +title: "Diana draped top: Fabric Options" +- - - + +This top works best in one of these two scenarios: + +- Use a stretch fabric, and chose minimal ease +- Or use a non-stretch fabric with good _drape_, in which case you'll want to add more ease. Flowy fabrics can be cut on the bias for a body-hugging effect From 7c6e87b3013baa6ff728bc9fff7983227824b023 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:13 +0200 Subject: [PATCH 0373/1675] New translations en.md (Ukrainian) --- .../docs/patterns/diana/instructions/uk.md | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/instructions/uk.md diff --git a/markdown/org/docs/patterns/diana/instructions/uk.md b/markdown/org/docs/patterns/diana/instructions/uk.md new file mode 100644 index 00000000000..c5c6e2cab5f --- /dev/null +++ b/markdown/org/docs/patterns/diana/instructions/uk.md @@ -0,0 +1,70 @@ +- - - +title: "Diana draped top: Sewing Instructions" +- - - + +### Step 1: Finish the back neckline + +- Cut a strip of main fabric the length of your back neckline, and around 3 cm wide. +- Press a fold into this strip, 1 cm from the edge. + + + +For woven fabric make this a bias cut strip.\ +For knit fabric make a strip with the stretch of the fabric running along the long edge. + + + +- With _good sides together_ align the non-folded edge of the strip with the back neckline. +- Sew the strip to the back neckline and trim the seam. +- Turn the strip to the wrong side of the fabric and _topstitch_ along the folded edge to keep it in place. + +### Step 2: Close shoulder seams + +![This drawing was too nice not to use](neckline.jpg) + +- Finish the raw edge on the front neckline in a way that suits your fabric (if it doesn’t fray, you can leave it unfinished). +- With _good sides together_, place the front on the back aligning the shoulder seams. +- Fold the front neckline seam allowance over to the wrong side of the back. + + + +If you have a lightweight woven fabric you can fold this edge up again, so it will form a narrow double hem afterwards (it can help to press these folds first). + + + +- Stitch the shoulder seam, enclosing the raw edge of the back neckline in the fold. +- Turn to the right side and press. + +### Step 3: Finish front neckline + +- Press the hem formed in your fabric by the folds you made at the shoulder seam when you closed the shoulder and topstitch close to the edge. + +### Step 4: Attach sleeves + +The sleeve will be inserted flat, meaning the armhole seam will be sewn first and the sleeve and side seam will be closed in one go. + +- With _good sides together_, matching notches, pin the sleeve head along the armhole. +- If necessary, ease in the sleeve head at the top, between the notches. +- Sew, finish and press the seam. +- Repeat for other sleeve. + +### Step 5: Close side and sleeve seam + +- With _good sides together_ pin the front to the back along the sleeve and side seams, making sure to line up the armhole seams. +- Sew, finish and press the seam. + +### Step 6: Hem + +- Finish the sleeves and bottom hems in a way that works with your fabric choice. + + + +Again, this can mean folding the hem under twice and _topstitching_, finishing the raw edge with a serger +or zig zag stitch and folding it under once or leaving the edge raw, folding it under once and +trimming close to the stitching. + + + +### Step 7: Enjoy! + +You're all done! Now go enjoy your new top! From 10dd19819a376a7f56e86e21856d95cfe731b1ae Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:14 +0200 Subject: [PATCH 0374/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/diana/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/measurements/uk.md diff --git a/markdown/org/docs/patterns/diana/measurements/uk.md b/markdown/org/docs/patterns/diana/measurements/uk.md new file mode 100644 index 00000000000..d2716bece19 --- /dev/null +++ b/markdown/org/docs/patterns/diana/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Diana draped top: Required Measurements" +- - - + + From 9a2fc546e3ca1e159a90ea010b922e3898baaae0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:15 +0200 Subject: [PATCH 0375/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/diana/needs/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/needs/uk.md diff --git a/markdown/org/docs/patterns/diana/needs/uk.md b/markdown/org/docs/patterns/diana/needs/uk.md new file mode 100644 index 00000000000..673da05a61c --- /dev/null +++ b/markdown/org/docs/patterns/diana/needs/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Diana draped top: What You Need" +- - - + +To make Diana, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 1.5 meters (1.7 yards) (or half of that if it's wide enough to fit the sleeves next tot he body) of a suitable fabric ([see Fabric options](/docs/patterns/diana/fabric)) + + + +#### A serger/overlock is nice, but optional + +As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. + +If you do not have one of those, don't despair. You don't really need it. +Because these side seams and shoulder seams won't get stretched out, you can just sew them with a regular straight stitch. + + From 63d33ba0d82228c02901851ad0d45e3393ff69ed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:16 +0200 Subject: [PATCH 0376/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/diana/options/bicepsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/diana/options/bicepsease/uk.md b/markdown/org/docs/patterns/diana/options/bicepsease/uk.md new file mode 100644 index 00000000000..5a6893057b1 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/bicepsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Biceps ease" +- - - + +![The biceps ease option on Diana](./bicepsease.svg) + +This option controls the fit at your upper arm, and influences the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_bicepsease_sample.svg "Effect of this option on the pattern") From cbcc7d63cd9030d81a641fbac88c96718899cd15 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:17 +0200 Subject: [PATCH 0377/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/diana/options/chestease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/diana/options/chestease/uk.md b/markdown/org/docs/patterns/diana/options/chestease/uk.md new file mode 100644 index 00000000000..c62fec28fe1 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/chestease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest ease" +- - - + +![The chest ease option on Diana](./chestease.svg) + +This option controls the ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_chestease_sample.svg "Effect of this option on the pattern") From 8d1f56dde95f9e7967040575515bb97990bad04d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:18 +0200 Subject: [PATCH 0378/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/diana/options/drapeangle/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/drapeangle/uk.md diff --git a/markdown/org/docs/patterns/diana/options/drapeangle/uk.md b/markdown/org/docs/patterns/diana/options/drapeangle/uk.md new file mode 100644 index 00000000000..2722122d270 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/drapeangle/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Drape angle" +- - - + +![The drape angle option on Diana](./drapeangle.svg) + +This option controls the amount of drape of your top. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_drapeangle_sample.svg "Effect of this option on the pattern") From 0b7d2f33ae1ce3ad723508b2fc7550b52f8be743 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:19 +0200 Subject: [PATCH 0379/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/diana/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/uk.md diff --git a/markdown/org/docs/patterns/diana/options/uk.md b/markdown/org/docs/patterns/diana/options/uk.md new file mode 100644 index 00000000000..6368513d6f4 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Diana draped top: Design Options" +- - - + + From ef6e6bcdc56d3edda7a55556500e64e95819a994 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:20 +0200 Subject: [PATCH 0380/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/diana/options/lengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md b/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md new file mode 100644 index 00000000000..f010c2033de --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length bonus" +- - - + +![The length bonus option on Diana](./lengthbonus.svg) + +This option controls the length of your top. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_lengthbonus_sample.svg "Effect of this option on the pattern") From 60f4a242ca84730d3c17ad39e13c505683591638 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:21 +0200 Subject: [PATCH 0381/1675] New translations en.md (Ukrainian) --- .../patterns/cornelius/options/waistreduction/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/options/waistreduction/uk.md diff --git a/markdown/org/docs/patterns/cornelius/options/waistreduction/uk.md b/markdown/org/docs/patterns/cornelius/options/waistreduction/uk.md new file mode 100644 index 00000000000..86367797e4c --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/options/waistreduction/uk.md @@ -0,0 +1,11 @@ +--- +title: "Waist reduction" +--- + +--- + +Reduces the waist for a more snug fit. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cornelius_waistreduction_sample.svg "Effect of this option on the pattern") From 4fa867c98b80baaa6fc8f1feac8e597a99c61b6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:22 +0200 Subject: [PATCH 0382/1675] New translations en.md (Ukrainian) --- .../docs/patterns/diana/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/diana/options/shoulderease/uk.md b/markdown/org/docs/patterns/diana/options/shoulderease/uk.md new file mode 100644 index 00000000000..563bd8f7a2e --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +![The shoulder ease option on Diana](./shoulderease.svg) + +This option controls the position of your shoulder seam. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_shoulderease_sample.svg "Effect of this option on the pattern") From c70d5f93007c5cc8d585a5d58ec0003425283298 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:23 +0200 Subject: [PATCH 0383/1675] New translations en.md (Ukrainian) --- .../patterns/diana/options/shoulderseamlength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md diff --git a/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md b/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md new file mode 100644 index 00000000000..98173a06718 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder seam length" +- - - + +![The shoulder seam length option on Diana](./shoulderseamlength.svg) + +This option determines how wide the neck opening is, by controllign the length of the shoulder seam. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_shoulderseamlength_sample.svg "Effect of this option on the pattern") From 662f19a94053850967eba76e12446f5dc75c5a06 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:24 +0200 Subject: [PATCH 0384/1675] New translations en.md (Ukrainian) --- .../patterns/diana/options/sleevelengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..7e53c414e69 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve length bonus" +- - - + +![The sleeve length bonus option on Diana](./sleevelengthbonus.svg) + +This option determines the length of the sleeves. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From c26d6411f9f44a2773a1cc7a74701795d8b7e7d1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:25 +0200 Subject: [PATCH 0385/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/diana/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/diana/options/waistease/uk.md b/markdown/org/docs/patterns/diana/options/waistease/uk.md new file mode 100644 index 00000000000..4ea6e86911d --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +![The waist ease option on Diana](./waistease.svg) + +This option controls the amount of ease at the waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_waistease_sample.svg "Effect of this option on the pattern") From 3e3a1abfad61bee784ed3395baf7e6083e1a90a5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:26 +0200 Subject: [PATCH 0386/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/patterns/uk.md diff --git a/markdown/org/docs/patterns/uk.md b/markdown/org/docs/patterns/uk.md new file mode 100644 index 00000000000..d20299e84bd --- /dev/null +++ b/markdown/org/docs/patterns/uk.md @@ -0,0 +1,6 @@ +--- +title: Patterns +order: 300 +--- + + From 946c21391f2e63ceeee8134b3bf08905359e7f5c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:27 +0200 Subject: [PATCH 0387/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florence/cutting/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/cutting/uk.md diff --git a/markdown/org/docs/patterns/florence/cutting/uk.md b/markdown/org/docs/patterns/florence/cutting/uk.md new file mode 100644 index 00000000000..99a8df5397f --- /dev/null +++ b/markdown/org/docs/patterns/florence/cutting/uk.md @@ -0,0 +1,12 @@ +--- +title: "Florence face mask: Cutting Instructions" +--- + +Florence only has one part, the _mask_. This is half of the mask, so we will need two of them. In addition, we want an outer and inner layer of fabric, so we'll need four in total: + +- **Main fabric** + - Cut **2 masks** parts +- **Lining fabric** + - Cut **2 masks** parts + +If you're using the same fabric in and out (which is fine) then simply cut **4 mask** parts. From 6b9000337be019927c20bffdabff4cc5acda901c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:28 +0200 Subject: [PATCH 0388/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florence/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/uk.md diff --git a/markdown/org/docs/patterns/florence/uk.md b/markdown/org/docs/patterns/florence/uk.md new file mode 100644 index 00000000000..0a630576351 --- /dev/null +++ b/markdown/org/docs/patterns/florence/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Florence face mask" +- - - + + + + From d25e07a230181bec4e92fa6a73865b664d4a05d2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:29 +0200 Subject: [PATCH 0389/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/florence/fabric/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/fabric/uk.md diff --git a/markdown/org/docs/patterns/florence/fabric/uk.md b/markdown/org/docs/patterns/florence/fabric/uk.md new file mode 100644 index 00000000000..eb383992b16 --- /dev/null +++ b/markdown/org/docs/patterns/florence/fabric/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Florence face mask: Fabric Options" +- - - + +The goal of our mask is to stop droplets. So you want to go for something that filters those out. Then again, you need to be able to breath through your mask, so we want fabric that breathes, without letting droplets through. + +In addition, we want the inside to be comfortable on our skin. So here I'd suggest a tightly woven cotton or viscose/rayon. For the outter fabric, cotton again, or a tightly woven wool. + + + +Note that fabric that is _breathable_ is not the same as fabric your can breath through. +There's many so-called waterproof breathable fabrics — or MBFs — that are used for outdoor gear because they +repel water and are _breathable_ but would make a poor choice for a face mask. +Look no further than your umbrella for an example. Chances are it's more from a fabric you can breath through, +but only with substantial effort, which would not work for our face mask. + + From db15803f07488301cd4d5df5b9384cb40cb74972 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:30 +0200 Subject: [PATCH 0390/1675] New translations en.md (Ukrainian) --- .../docs/patterns/florence/instructions/uk.md | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/instructions/uk.md diff --git a/markdown/org/docs/patterns/florence/instructions/uk.md b/markdown/org/docs/patterns/florence/instructions/uk.md new file mode 100644 index 00000000000..4bf3c680c47 --- /dev/null +++ b/markdown/org/docs/patterns/florence/instructions/uk.md @@ -0,0 +1,88 @@ +- - - +title: "Florence face mask: Sewing Instructions" +- - - + +### Step 1: Join center seam + +Join the curved seam that is center of our mask by placing the _good sides together_ and sewing them in place. + +![Join the center seam](step1.svg) + +Repeat this step for both the outer (main) fabric, and the inner (lining) fabric. + +### Step 2 (optional): Press the center seam + + + +This step has no functional value, it will only make your mask look better. +So if you're not too bothered about that, feel free to skip it. + + + +Press the seam allowance on the center seam open so the seam lies nice and flat. + +As this is a curved seam, it won't lay flat. But you can approach it with your iron from one side, then do the second half from the other side. Alternatively, you can use a tailor's ham or cushion to press. + +Repeat this step for both the outer (main) fabric, and the inner (lining) fabric. + +### Step 3: Sew the outer to the inner fabric and attach ribbons + +![Join the inner to the outer fabric](step3.svg) + +Now we will sew the inner (lining) fabric to the outer (main) fabric, and attach the ribbons all in one step. + +- Place your lining fabric down with the good side up. +- Then, place two ribbons on the corners of one side (right in our example) so that they peak out just a bit from the mask, but the ribbon extends inwards. +- Now place the main fabric on top of this with the good side town. You should now have both layers of your mask on top of each other with _good sides together_ and two ribbons sandwiched between them +- Pin through ribbons and layers to keep them in place +- Now do the same on the other side + + + +As you get some practice, you will find you don't need to pin this and can just insert the +ribbons as you approach a corner. + + + +Now sew around the mask, making sure to leave one side open so we can turn the mask inside-out later. + + + +Be careful not to catch any of the ribbons in the seam apart from where you want them to. +Either guide them through the opening you leave on one side, or bunch them up in between +the masks of your layer to keep them out of the way. + + + +### Step 4: Turn the mask inside-out + +Actually, your mask is inside-out now, so turning it inside out will mean we get it outside-out, or regular. + +Just reach in through the side your left open and carefully pull the mask through to turn it. + +### Step 5 (optional): Press the mask + + + +This step has little functional value, it will only make your mask look better. +So if you're not too bothered about that, feel free to skip it. + + + +Now that the mask is as it should be, it's time to press it. Before doing so, make sure to fold the seam allowance of the side we left open inwards, so that we press it flat as if it was sewn. + +### Step 6: Close open side of the mask and edge-stitch around the edge + +![Edge-stitch around the mask](step6.svg) + +Now it's time to close the side of our mask the we left open to turn it inside out. + +We are not merely going to close the opening, but also edge-stitch around the entire mask to give our mask some extra stability, and keep the lining at the back. + +Make sure the open side is folded neatly inside, then edge-stitch around the entire mask. + +### Step 7: Wear your mask or make a bunch + +That's it, you're done! You can now wear your mask. + +Even better, make a bunch so you can give others masks too. From b10759395ca4e32f7ee7552d57bddf701b5ffa87 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:31 +0200 Subject: [PATCH 0391/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florence/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/measurements/uk.md diff --git a/markdown/org/docs/patterns/florence/measurements/uk.md b/markdown/org/docs/patterns/florence/measurements/uk.md new file mode 100644 index 00000000000..9fd80961283 --- /dev/null +++ b/markdown/org/docs/patterns/florence/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Florence face mask: Required Measurements" +- - - + + From e42b2e2e88b7132d61b2bf6beb7c35723ce20444 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:32 +0200 Subject: [PATCH 0392/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/diana/cutting/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/cutting/uk.md diff --git a/markdown/org/docs/patterns/diana/cutting/uk.md b/markdown/org/docs/patterns/diana/cutting/uk.md new file mode 100644 index 00000000000..22d145a053f --- /dev/null +++ b/markdown/org/docs/patterns/diana/cutting/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Diana draped top: Cutting Instructions" +- - - + +- Cut **1 back** on the fold +- Cut **1 front** on the fold +- Cut **2 sleeves** with _good sides together_ From 3c5e29894c9c518ad899b315739dc585c866810a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:33 +0200 Subject: [PATCH 0393/1675] New translations en.md (Ukrainian) --- .../cornelius/options/waistbandbelowwaist/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/uk.md diff --git a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/uk.md b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/uk.md new file mode 100644 index 00000000000..d9c428aeba3 --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/uk.md @@ -0,0 +1,11 @@ +--- +title: "Lower waistband" +--- + +--- + +This option allows you to lower the waistband below your (natural) waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cornelius_waistbandbelowwaist_sample.svg "Effect of this option on the pattern") From 003a55834c41eff3841842c40880dcd585c8b65a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:34 +0200 Subject: [PATCH 0394/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/charlie/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/uk.md b/markdown/org/docs/patterns/charlie/options/uk.md new file mode 100644 index 00000000000..e927196b01b --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Charlie chinos: Design Options" +- - - + + From ff735c188191817f8f69d096fb5b376df527dfd6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:35 +0200 Subject: [PATCH 0395/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/cornelius/cutting/uk.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/cutting/uk.md diff --git a/markdown/org/docs/patterns/cornelius/cutting/uk.md b/markdown/org/docs/patterns/cornelius/cutting/uk.md new file mode 100644 index 00000000000..e944ab75d0c --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/cutting/uk.md @@ -0,0 +1,23 @@ +- - - +title: "Cornelius cycling breeches: Cutting Instructions" +- - - + +### Materials + +- **Main fabric** + - Cut **2 back** parts + - Cut **2 front** parts + - Cut **2 pocket facing** parts + - Cut **2 waistband** parts on the fold + - Cut **4 leg band** parts + - Cut **1 zipper guard** part on the fold +- **Lining (Pocket) fabric** + - Cut **2 pocket** parts +- **Interfacing** + - Cut **1 waistband** part on the fold + + + +If your main fabric is quite lightweight and flimsy you may need to interface the leg bands with a light interfacing. + + From c150d4d13b2c90f9f16dfdad448ecafc376945c7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:36 +0200 Subject: [PATCH 0396/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/charlie/options/flycurve/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/flycurve/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/flycurve/uk.md b/markdown/org/docs/patterns/charlie/options/flycurve/uk.md new file mode 100644 index 00000000000..1aaa8b460b2 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/flycurve/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Fly curve" +- - - + +This controls the curvature of the fly's J-seam. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_flycurve_sample.svg "Effect of this option on the pattern") From 60761e4e24ad68cf8a877d793e1901c023e9b6cc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:37 +0200 Subject: [PATCH 0397/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/charlie/options/flylength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/flylength/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/flylength/uk.md b/markdown/org/docs/patterns/charlie/options/flylength/uk.md new file mode 100644 index 00000000000..620ea252502 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/flylength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Fly length" +- - - + +Constrols the length of the fly. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_flylength_sample.svg "Effect of this option on the pattern") From 2b6593d8cce868526969b8f0776a6db6f4a0bb6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:38 +0200 Subject: [PATCH 0398/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/charlie/options/flywidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/flywidth/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/flywidth/uk.md b/markdown/org/docs/patterns/charlie/options/flywidth/uk.md new file mode 100644 index 00000000000..e1bb9fb1cd9 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/flywidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Fly width" +- - - + +Controls how far the fly's J-seam is offset from the fly edge. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_flywidth_sample.svg "Effect of this option on the pattern") From 1564bc6efb68a6e7bd9e8c7533c7e8d472dc1aa6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:39 +0200 Subject: [PATCH 0399/1675] New translations en.md (Ukrainian) --- .../docs/patterns/charlie/options/frontpocketdepth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md new file mode 100644 index 00000000000..60122fc1fb6 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front pocket depth" +- - - + +Controls the depth of the front pocket bag. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_frontpocketdepth_sample.svg "Effect of this option on the pattern") From 2ca5ea5b2b3aead060fcaf8c693344a77be3e989 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:40 +0200 Subject: [PATCH 0400/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/frontpocketfacing/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md new file mode 100644 index 00000000000..c83a8cb7aa0 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front pocket facing" +- - - + +Controls the boundary between the front pocket facing and pocket bag. + +Increase this to use more facing, which means you'll have to look deeper into the pocket to start seeing the pocket bag material. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_frontpocketfacing_sample.svg "Effect of this option on the pattern") From b9bf70b3a13fe42c645afd53f48fde817a17f42b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:41 +0200 Subject: [PATCH 0401/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/frontpocketslantbend/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md new file mode 100644 index 00000000000..121abc1b61f --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front pocket slant bend" +- - - + +Controls the radius by which we round the pocket slant into the outseam. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_frontpocketslantbend_sample.svg "Effect of this option on the pattern") From 4dd5177ee234008a01344ae2394d68dd9ec6d5d9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:42 +0200 Subject: [PATCH 0402/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/frontpocketslantdepth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md new file mode 100644 index 00000000000..be01b630a83 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front pocket slant depth" +- - - + +Controls the depth of the front pocket slant. In other words, it determines how wide the pocket opening is. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_frontpocketslantdepth_sample.svg "Effect of this option on the pattern") From 531444996e53534f5424697a414d3dc43bb83f7e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:43 +0200 Subject: [PATCH 0403/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/frontpocketslantround/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md new file mode 100644 index 00000000000..8f179d84c68 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front pocket slant round" +- - - + +Controls how far from the end of the slant we start rounding into the outseam. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_frontpocketslantround_sample.svg "Effect of this option on the pattern") From 2b1152d40ccbc0bf92ffbd1b2fad3f9eefeb800b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:44 +0200 Subject: [PATCH 0404/1675] New translations en.md (Ukrainian) --- .../charlie/options/frontpocketslantwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md new file mode 100644 index 00000000000..1dc841255b2 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front pocket slant width" +- - - + +Controls the width by which the front pocket slant cuts into the front panel. + +Increasing this will give a more slanted pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_frontpocketslantwidth_sample.svg "Effect of this option on the pattern") From cff8dfd0cd43234e678a90889fc0f75eadeb0af2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:45 +0200 Subject: [PATCH 0405/1675] New translations en.md (Ukrainian) --- .../docs/patterns/charlie/options/frontpocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md new file mode 100644 index 00000000000..03e8a929419 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front pocket width" +- - - + +Controls the width of the front pocket bag. In other words, how far the pocket bag extends towards the center front of the trousers. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_frontpocketwidth_sample.svg "Effect of this option on the pattern") From 6956320624681981855692410260169e44e134ea Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:45 +0200 Subject: [PATCH 0406/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/cornelius/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/uk.md diff --git a/markdown/org/docs/patterns/cornelius/uk.md b/markdown/org/docs/patterns/cornelius/uk.md new file mode 100644 index 00000000000..df58ea212da --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Cornelius cycling breeches" +- - - + + From 0127d6b1a129ccac81787071562430a62de5500e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:46 +0200 Subject: [PATCH 0407/1675] New translations en.md (Ukrainian) --- .../docs/patterns/cornelius/options/ventlength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/options/ventlength/uk.md diff --git a/markdown/org/docs/patterns/cornelius/options/ventlength/uk.md b/markdown/org/docs/patterns/cornelius/options/ventlength/uk.md new file mode 100644 index 00000000000..1772e99dcde --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/options/ventlength/uk.md @@ -0,0 +1,11 @@ +--- +title: "Vent length" +--- + +--- + +Controls the length of vent between cuff and knee. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cornelius_ventlength_sample.svg "Effect of this option on the pattern") From 736efde8b212041aefe4c8fd47adf9891e1defda Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:47 +0200 Subject: [PATCH 0408/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/cornelius/fabric/uk.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/fabric/uk.md diff --git a/markdown/org/docs/patterns/cornelius/fabric/uk.md b/markdown/org/docs/patterns/cornelius/fabric/uk.md new file mode 100644 index 00000000000..f47038d2678 --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/fabric/uk.md @@ -0,0 +1,33 @@ +- - - +title: "Cornelius cycling breeches: Fabric Options" +- - - + +### Main Fabric + +Any **bottom (trouser) weight material** will work fine for this pattern. Generally you want to avoid anything that is over 7oz (230gsm) as this will more likely be too stiff and uncomfortable. You want something that provides a bit of warmth whilst still being able to drape such as **Corduroy** or **Medium Weight Suiting** fabrics. If you are looking for someting more historically correct, then **Medium weight wool suiting** is the way to go. **Linen** is also an option, especially if you would like something that isn't too warm. + + + +Remember that this garment is intended for cycling so needs to be able to move with your legs when pedalling! + + + +### Lining (Pocket) Fabric + +Basic **Cotton** will do the trick for the pocket bags. If you got left over cotton from another project you can easily use it up for these pockets. Remember that these are intended for cycling so you don't want anything too fancy. + + + +If you have anything you typically use for pockets in trousers that will work too. + + + +### Interfacing + +This pattern requires the waistband to be interfaced. We recommend using a **Hair Cloth** for the interfacing, you can either use fusible or non-fusible which ever you prefer. If you do not have access to hair cloth you can use any medium to firm interfacing you deem appropriate for waistbands. + + + +If your main fabric is quite light, you may need to interface your leg bands and zipper guard with a light weight interfacing. + + From 8dfbd9a08e7cc86c7ed0655325d78fc7b0efe267 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:49 +0200 Subject: [PATCH 0409/1675] New translations en.md (Ukrainian) --- .../patterns/cornelius/instructions/uk.md | 132 ++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/instructions/uk.md diff --git a/markdown/org/docs/patterns/cornelius/instructions/uk.md b/markdown/org/docs/patterns/cornelius/instructions/uk.md new file mode 100644 index 00000000000..c3869fe1674 --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/instructions/uk.md @@ -0,0 +1,132 @@ +- - - +title: "Cornelius cycling breeches: Sewing Instructions" +- - - + +### Step 1: The Front Pockets + +- Press under the seam allowances of the non-notched edges of the pokcet facings. +- Matching notches, pin the wrong sides of pocket facings to right side of pocket bags, _Edgestitch_ the folded edges to the pocket bags. +- _Baste_ the seam allowances of the notched edges of the pocket facings to the pocket bags. +- With right sides together matching double notches sew the pocket bags to the front and then press to the wrong side. +- Fold the pockets in half along the fold line, right sides together. Stitch the bottom of the pocket bag together. +- Alternatively you can _French Seam_ the bottom seams of the pocket bags together if you prefer. +- _Baste_ the top and side of the pocket bags to the front seam allowances mathcing notches. + + + +Going forward the pockets and fronts will just be referred to as the fronts. + + + +### Step 2: The Fly + +- With right sides together, from the top _Baste_ along the fly line stopping at the notch on the crotch seam. +- From where you left off with basting, stitch the crotch seam together making sure to secure your stitches where the basting ends. +- Press open the fly and seam. +- Lay the fronts down wrong side up so the right sides of the fly flaps are facing you. +- Lay zipper face up on the front flaps, with the left side of the zipper touching the seam, with the bottom of the right zipper tape on the curved flap. +- Sew the right zipper tape to the right flap close to the zipper teeth using a zipper foot. Don't sew it to the front itself! +- Pull the zipper to the left so the right flap is pulled over. +- Pin the left zipper tape to the left flap. +- Sew the left zipper tape to left flap close to the zipper teeth using a zipper foot. Don't sew it to the front itself! +- Fold the zipper guard in half wrong sides together. +- Lay the zipper guard on the right flap, right sides touching. +- Sew the zipper guard to the right flap, _Finish_ the right side to your liking. +- _Finish_ the left side of the left flap to your liking. +- Unpick the basted part of the front seam. +- _Topstitch_ the right flap down, away from the now unpicked seam, as far down as you can. +- Pin/_Baste_ the zipper protector over to the right side to keep it out of the way for the next step +- On the outside side, sew the left flap down to the left, following the curved line. +- On the outside side, _Bar-Tack_ where you like them for reinforcement. + + + +When sewing the left flap down on the outside, you may find it best to make a template to help you. + + + + + +If you wish to orientate the fly the other way change the left to right and right to left in the steps above.\ +If wanting something more historical than omit the zipper and make a buttonhole fly instead. + + + +### Step 3: Attaching the front to the back + +- With right sides together sew the back pieces together along the back seam. +- With right sides together sew the front and back together at the side seams and inner leg seam. Making sure to leave a gap below the notches at the bottom of the side seams. The gap will be referred to as the list when going forward. + +### Step 4: Leg bands + +Use the method of the cuff style you chose as they are different depending on which style you are using. + +#### Traditional and Elegant + +- _Finish_ the raw edges of the slits. +- Press the seam allowances of the slits to the wrongs sides. Stitch in place. +- Sew one of the leg band pieces to each leg right sides together, matching notches. +- Press the bands and seam allowance down and away from leg. Trim the seam allowance to reduce bulk. +- Press the top seam allowance to the wrong side of the remaining leg band pieces. Trim the top seam allowance. +- With right sides together sew the remaining leg and pieces to the attached leg bands along the bottoms and sides. +- Turn the leg bands out. Press. +- _Slipstitch_ or _Whipstitch_ the folded edge of the waistband to front, making sure the folded edge is covering the stitcing. +- Sew the buttonhole. The buttons will be sewn later. + + + +If you are worried about a draft you can create a triangle piece of fabric that sits behind the slits out of your pocket fabric. Attaching it before Step 3 to one of the sides of the slits. + + + +#### Keystone + +- If using construct plackets for the leg slits. +- Sew the plackets to the leg slits similar to how you would sew a sleeve cuff on a shirt. +- Close the darts on the leg band pieces. +- Sew one of the leg band pieces to each leg right sides together, matching notches. +- Press the bands and seam allowance down and away from leg. Trim the seam allowance to reduce bulk. +- Press the top seam allowance to the wrong side of the remaining leg band pieces. Trim the top seam allowance. +- With right sides together sew the remaining leg and pieces to the attached leg bands along the bottoms and sides. +- Turn the leg bands out. Press. +- _Slipstitch_ or _Whipstitch_ the folded edge of the waistband to front, making sure the folded edge is covering the stitcing. +- Sew the buttonhole. The buttons will be sewn later. + + + +If you are worried about a draft you will need to construct plackets for the leg slits. + + + + + +**For both Keystone, Traditional and Elegant Styles** + +You can _Edgestitch_ the leg bands together like a modern waistband if you prefer. + + + +### Step 5: Waistband + +- Face one of the waistband pieces using your preffered method. +- Sew the faced waistband piece to the top of the legs right sides together. +- Press the waistband and seam allowance up and away from leg. Trim the seam allowance to reduce bulk. +- Press the bottom seam allowance to the wrong side of the remaining waistband piece. Trim the bottom seam allowance. +- With right sides together sew the remaining waistband to the faced waistband along the top and sides. +- Turn the waistband out. Press. +- _Slipstitch_ or _Whipstitch_ the folded edge of the waistband to front, making sure the folded edge is covering the stitcing. +- Sew the buttonhole. The buttons will be sewn later. + + + +You can _Edgestitch_ the waistband together like a modern waistband if you prefer. + + + +### Step 6: Buttons + +- Sew the waistband and leg band buttons on. + +### Step 7: Enjoy! + +You're all done! Now go have a ride in your brilliant new cycling breeches! From fc2193611e38e3c10856279a1caf83c60775b2ff Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:49 +0200 Subject: [PATCH 0410/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/cornelius/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/measurements/uk.md diff --git a/markdown/org/docs/patterns/cornelius/measurements/uk.md b/markdown/org/docs/patterns/cornelius/measurements/uk.md new file mode 100644 index 00000000000..aa174dbb739 --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Cornelius cycling breeches: Required Measurements" +- - - + + From 2fc9c6803515571a15bd22f7d1af29c9bf44fb21 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:50 +0200 Subject: [PATCH 0411/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/cornelius/needs/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/needs/uk.md diff --git a/markdown/org/docs/patterns/cornelius/needs/uk.md b/markdown/org/docs/patterns/cornelius/needs/uk.md new file mode 100644 index 00000000000..71430cdd035 --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/needs/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Cornelius cycling breeches: What You Need" +- - - + +To make Cornelius, you will need the following: + +- Basic sewing supplies +- About 2 metres (2.2 yards) of a suitable fabric ([see Cornelius Fabric options](/docs/patterns/cornelius/fabric/)) +- About 0.5 metres (0.6 yards) of lining fabric ([see Cornelius Fabric options](/docs/patterns/cornelius/fabric/)) +- Interfacing for the waistband ([see Cornelius Fabric options](/docs/patterns/cornelius/fabric/)) +- A zip or 3 buttons for the fly +- 3 or 7 Buttons for waistband and leg bands + + + +The number of buttons you need are dependent on the cuff style you are using. **Keystone** requires 7 in total whereas **Traditional** and **Elegant** require 3 in total. You may also want to use smaller buttons for the leg bands compared to the waistband but this is up to you. + + From c660a5b6879920bf8378b508ad5765ae7bc8681a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:51 +0200 Subject: [PATCH 0412/1675] New translations en.md (Ukrainian) --- .../patterns/cornelius/options/bandbelowknee/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/options/bandbelowknee/uk.md diff --git a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/uk.md b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/uk.md new file mode 100644 index 00000000000..9a5eca04505 --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/uk.md @@ -0,0 +1,11 @@ +--- +title: "Cuff below knee" +--- + +--- + +Controls how far the cuff will sit below your knee. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cornelius_bandbelowknee_sample.svg "Effect of this option on the pattern") From 30ee56253a9c4ed07f8fc7c17388f30f19435ae5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:52 +0200 Subject: [PATCH 0413/1675] New translations en.md (Ukrainian) --- .../patterns/cornelius/options/cuffstyle/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/options/cuffstyle/uk.md diff --git a/markdown/org/docs/patterns/cornelius/options/cuffstyle/uk.md b/markdown/org/docs/patterns/cornelius/options/cuffstyle/uk.md new file mode 100644 index 00000000000..15eb24a97a9 --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/options/cuffstyle/uk.md @@ -0,0 +1,15 @@ +--- +title: "Cuff style" +--- + +--- + +This pattern supports three different cuff styles: + +- **Traditional**: A single buttoned _curved_ band with a pointed edge. +- **Elegant**: A single buttoned _straight_ band with a pointed edge. +- **Keystone**: A slightly curved band that is wider than the others using 3 buttons rather than 1. This one is based of off the one in the Keystone Draft this pattern is based on. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cornelius_cuffstyle_sample.svg "Effect of this option on the pattern") From f6c8f4253675647753af4fb3a3a43bd8180855a7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:53 +0200 Subject: [PATCH 0414/1675] New translations en.md (Ukrainian) --- .../docs/patterns/cornelius/options/cuffwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/options/cuffwidth/uk.md diff --git a/markdown/org/docs/patterns/cornelius/options/cuffwidth/uk.md b/markdown/org/docs/patterns/cornelius/options/cuffwidth/uk.md new file mode 100644 index 00000000000..263e60e5f35 --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/options/cuffwidth/uk.md @@ -0,0 +1,11 @@ +--- +title: "Cuff width" +--- + +--- + +Controls the width of the cuff. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cornelius_cuffwidth_sample.svg "Effect of this option on the pattern") From 6dcd19bd0897865d37338c9fb41775ac3d1a8ab5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:54 +0200 Subject: [PATCH 0415/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/cornelius/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/options/uk.md diff --git a/markdown/org/docs/patterns/cornelius/options/uk.md b/markdown/org/docs/patterns/cornelius/options/uk.md new file mode 100644 index 00000000000..b794aab7eba --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Cornelius cycling breeches: Design Options" +- - - + + From 5cad5387ab58d0f7a07479cc82349f4536ef314b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:55 +0200 Subject: [PATCH 0416/1675] New translations en.md (Ukrainian) --- .../docs/patterns/cornelius/options/fullness/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/options/fullness/uk.md diff --git a/markdown/org/docs/patterns/cornelius/options/fullness/uk.md b/markdown/org/docs/patterns/cornelius/options/fullness/uk.md new file mode 100644 index 00000000000..ae108da6b5b --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/options/fullness/uk.md @@ -0,0 +1,11 @@ +--- +title: "Fullness" +--- + +--- + +Influences the ease on the legs for a looser style. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cornelius_fullness_sample.svg "Effect of this option on the pattern") From 3b37d9752c6daf5ca5af46f38b0fbb7d2239f768 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:56 +0200 Subject: [PATCH 0417/1675] New translations en.md (Ukrainian) --- .../docs/patterns/cornelius/options/kneetobelow/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/cornelius/options/kneetobelow/uk.md diff --git a/markdown/org/docs/patterns/cornelius/options/kneetobelow/uk.md b/markdown/org/docs/patterns/cornelius/options/kneetobelow/uk.md new file mode 100644 index 00000000000..6129d19c75b --- /dev/null +++ b/markdown/org/docs/patterns/cornelius/options/kneetobelow/uk.md @@ -0,0 +1,11 @@ +--- +title: "Cuff length" +--- + +--- + +Controls the length of the cuff. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](cornelius_kneetobelow_sample.svg "Effect of this option on the pattern") From 4b2f84df9e60cbada3f466ee999b3d99a9ea4d80 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:57 +0200 Subject: [PATCH 0418/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florence/needs/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/needs/uk.md diff --git a/markdown/org/docs/patterns/florence/needs/uk.md b/markdown/org/docs/patterns/florence/needs/uk.md new file mode 100644 index 00000000000..3166e9b21a0 --- /dev/null +++ b/markdown/org/docs/patterns/florence/needs/uk.md @@ -0,0 +1,10 @@ +--- +title: "Florence face mask: What You Need" +--- + +To make a Florence face mask, you will need the following: + +- Basic sewing supplies +- About 15 cm (6") of a suitable fabric ([see Fabric options](/docs/patterns/florence/fabric/)) +- About 15 cm (6") of lining fabric +- About 1.6 meters (1.8 yards) of ribbon cut in 4 equal parts From f66aff0b00bcbd982e921cd2d0ae2a1018615097 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:58 +0200 Subject: [PATCH 0419/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/florence/options/curve/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/options/curve/uk.md diff --git a/markdown/org/docs/patterns/florence/options/curve/uk.md b/markdown/org/docs/patterns/florence/options/curve/uk.md new file mode 100644 index 00000000000..d40a8624561 --- /dev/null +++ b/markdown/org/docs/patterns/florence/options/curve/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Curve" +- - - + +![Curve option](./curve.svg) + +Controls the curve of the upper edge of your face mask. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](florence_curve_sample.svg "Effect of this option on the pattern") From 8d4fe89378b3c9da86d441cf551a5bfadcc1059f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:12:59 +0200 Subject: [PATCH 0420/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/measurements/uk.md diff --git a/markdown/org/docs/patterns/huey/measurements/uk.md b/markdown/org/docs/patterns/huey/measurements/uk.md new file mode 100644 index 00000000000..5709b71c335 --- /dev/null +++ b/markdown/org/docs/patterns/huey/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Huey hoodie: Required Measurements" +- - - + + From ae3a37e6ebea881f5e7772b0d726e1f24e9d180b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:00 +0200 Subject: [PATCH 0421/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hortensia/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/measurements/uk.md diff --git a/markdown/org/docs/patterns/hortensia/measurements/uk.md b/markdown/org/docs/patterns/hortensia/measurements/uk.md new file mode 100644 index 00000000000..c3126e611be --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Hortensia handbag: Required Measurements" +- - - + + From d5b17e9ce5a3c58ea7ccf8561156ebd6d25a87ff Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:01 +0200 Subject: [PATCH 0422/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/hortensia/needs/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/needs/uk.md diff --git a/markdown/org/docs/patterns/hortensia/needs/uk.md b/markdown/org/docs/patterns/hortensia/needs/uk.md new file mode 100644 index 00000000000..54b9170c55d --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/needs/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Hortensia handbag: What You Need" +- - - + +To make Hortensia, you will need the following: + +- Basic sewing supplies +- About 0.5 - 2 metres (0.6 - 2.2 yards) of a suitable fabric ([see Hortensia Fabric options](/docs/patterns/hortensia/fabric/)) +- About 0.5 - 2 metres (0.6 - 2.2 yards) of lining fabric ([see Hortensia Fabric options](/docs/patterns/hortensia/fabric/)) +- A zipper shorter in length than the zipper panel and matching the [coil width](/docs/patterns/hortensia/options/zippersize/) selected +- (Optional) About 1 - 2 metres (1.1 - 2.2 yards) of bias biniding if you want to bind the side panel edges on the outside. +- (Optional) Bag strap webbing double the length of the strap part with seam allowance and similar width if you don't wish to make your own straps +- (Optional) Interfacing if needed to strengthen fabric and/or for the strap + + + +The amount of fabric you need is dependant on [Hortensia's size option](/docs/patterns/hortensia/options/size/). If you are uncertain of how much you need turn on paperless mode whilst viewing the pattern and add the bottom measures of Part 1 SidePanel, Part 2 FrontBackPanel and Part 3 BottomPanel to give yourself a rough estimate. + + From 6189249f397a86ccdfe55248e7fdd6edeb46ca8c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:02 +0200 Subject: [PATCH 0423/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hortensia/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/options/uk.md diff --git a/markdown/org/docs/patterns/hortensia/options/uk.md b/markdown/org/docs/patterns/hortensia/options/uk.md new file mode 100644 index 00000000000..dcdf5f2c3a9 --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Hortensia handbag: Design Options" +- - - + + From 8da55a579227025a9fe8a13ba7727f94d59b80a7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:03 +0200 Subject: [PATCH 0424/1675] New translations en.md (Ukrainian) --- .../patterns/hortensia/options/handlewidth/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md diff --git a/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md b/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md new file mode 100644 index 00000000000..8084c45ba38 --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Handle width" +- - - + +Controls the width of the handle. + + + +Turn on paperless to see the width of the handle. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hortensia_handlewidth_sample.svg "Effect of this option on the pattern") From 346b61a3b12492a68bf9234f204743ea28585751 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:04 +0200 Subject: [PATCH 0425/1675] New translations en.md (Ukrainian) --- .../patterns/hortensia/options/size/uk.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/options/size/uk.md diff --git a/markdown/org/docs/patterns/hortensia/options/size/uk.md b/markdown/org/docs/patterns/hortensia/options/size/uk.md new file mode 100644 index 00000000000..95f326dec4b --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/options/size/uk.md @@ -0,0 +1,28 @@ +- - - +title: "Size" +- - - + +Controls the overall size of the handbag. + +Rather than using measurements, Hortensia's size is determined by scaling fixed values. + +- 20% : Will scale these values by 0.2 +- 200% : Will scale these values by 2 + +The two fixed values that are used the most are Width: 23cm and Height: 33cm. + + + +So an example of this would be the default, which is 50%. This would scale the values by 0.5 resulting in a handbag that is 11.5cm (23cm x 0.5) in width and 16.5cm (33cm x 0.5) in height. + + + + + +Turn on paperless to see the measurements of the handbag. This will help you to determine the size you want and see the effects of this option. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hortensia_size_sample.svg "Effect of this option on the pattern") From 36311d4541cab38e2ea3f83426bf8594593317d1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:05 +0200 Subject: [PATCH 0426/1675] New translations en.md (Ukrainian) --- .../patterns/hortensia/options/straplength/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/options/straplength/uk.md diff --git a/markdown/org/docs/patterns/hortensia/options/straplength/uk.md b/markdown/org/docs/patterns/hortensia/options/straplength/uk.md new file mode 100644 index 00000000000..bf4e6484ae2 --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/options/straplength/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Strap length" +- - - + +Controls the length of the strap. + + + +Turn on paperless to see the length of the strap. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hortensia_straplength_sample.svg "Effect of this option on the pattern") From 5919bc43d1a1b98da7b9a10e6beba22d983084ed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:06 +0200 Subject: [PATCH 0427/1675] New translations en.md (Ukrainian) --- .../hortensia/options/zippersize/uk.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/options/zippersize/uk.md diff --git a/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md b/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md new file mode 100644 index 00000000000..20b4c627bf6 --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md @@ -0,0 +1,32 @@ +- - - +title: "Zipper size" +- - - + +What size zipper the pattern uses to draft. + +This determines how wide the zipper panel will be by inserting the zipper size into the panel. + +The sizes are based off of the brand YKK's zippers and refers to the width of the zipper coils. + +Size guide for Hortensia: + +| Option | Size in Millimetres (mm) | +| --------- | ------------------------ | +| #Invisble | 0 | +| #3 | 4.8 | +| #4 | 5.4 | +| #4.5 | 5.9 | +| #5 | 6.2 | +| #6 | 7 | +| #8 | 8 | +| #10 | 10.6 | + + + +If in doubt, or if the size of your zipper is unavailable use the size that is slightly wider. This means you will have a wider zipper panel than needed but it is better than one that is not wide enough. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hortensia_zippersize_sample.svg "Effect of this option on the pattern") From 11666816e345e6b129e1f5c155a85450f6b1fdc5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:07 +0200 Subject: [PATCH 0428/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/uk.md diff --git a/markdown/org/docs/patterns/huey/uk.md b/markdown/org/docs/patterns/huey/uk.md new file mode 100644 index 00000000000..d9f6f0f0c5a --- /dev/null +++ b/markdown/org/docs/patterns/huey/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Huey hoodie" +- - - + + From 82981454e678dbb7515a46b22e8d3ed113b9766c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:08 +0200 Subject: [PATCH 0429/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/instructions/uk.md | 145 ++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/instructions/uk.md diff --git a/markdown/org/docs/patterns/huey/instructions/uk.md b/markdown/org/docs/patterns/huey/instructions/uk.md new file mode 100644 index 00000000000..091c9e11d52 --- /dev/null +++ b/markdown/org/docs/patterns/huey/instructions/uk.md @@ -0,0 +1,145 @@ +- - - +title: "Huey hoodie: Sewing Instructions" +- - - + + + +This pattern can be sewn with or with out a overlocker/serger. If not using a overlocker or serger you will have to _Finish_ the seams. + + + +### Step 1: Attaching the pockets + +- Press under seam allowance of top, curved and slanted edges. +- _Topstitch_ or _Edgestitch_ the curved seam allowance in place. This will form the openings of the pockets. +- Pin the pockets to the fronts using the guidelines and match raw edges. +- Baste the raw edges of the pockets and fronts together. +- _Topstitch_ or _Edgestitch_ the top and slanted edges of the pockets to the fronts leaving the curved edges open. + +### Step 2: Making the Body + +- With _good sides together_, sew the Fronts to the backs at the shoulder seams. +- With _good sides together_, sew the sleeves to the front and back matching notches. +- With _good sides together_, sew up the sleeves and side seams. + +### Step 3: Making drawstring holes (Optional) + +If you don't wish to add a drawstring you can skip to Step 4. + +- Take one matching set of the Hood pieces, that you intend to feature on the outside of the finished hoodie. +- Mark the place for a hole on each hood piece, along the inner curve. + - The hole should be about 1.5-2cm from the edge of the fabric. This is to keep your seam allowance out of the way. + - The hole should be located slightly up from the bottom of the inner curve. This is to keep it away from the front seams. +- On the wrong side of the fabric, face where you are making the hole to stabilise the fabric. +- Make a buttonhole at your mark either by hand or by your machine's method. +- Alternatively construct or use eyelets at the mark. + + + +If you don't have or don't wish to use any interfacing you can use a scrap piece of sturdy fabric such as denim. + + + + + +The drawstrings will be threaded after the hoodie is constructed. + + + +### Step 4: Prepping the hood + +- With _good sides together_, matching sets, sew the hood pieces together along the outer curve edge. +- With _good sides together_, matching seams, sew the inner hood to the outer hood along the inner curve edge. +- Turn good sides out. +- Baste the front and bottom raw edges together. +- Create a casing for the drawstring by stitching about 2.5cm (1 inch) away from the inner edge on the side with the drawstring holes. +- (Optionaly) If not using a drawstring, _Topstitch_ or _Edgestitch_ the inner curve. + + + +When creating the casing or topstitching, make sure the inner curve seam is slightly inside of the hood to stop it from peaking out in the future. +Alternatively if not using a drawstring you can _Understitch_ the inner curve seam. + + + +### Step 5: Making a neckband (Optional) + +A neckband can be useful to stablise and cover the neck seams but it is optional if you wish to skip it. + +- Cut a cross-wise strip of fabric out of your main fabric: + - Your neck opening + double your front seam allowance long + - Triple your neck seam allowance wide. + +### Step 6: Attaching the hood + +- Pin the hood to the neck with outer hood matching _good side_ of neck. +- If using, pin the neckband _good side_ to inner hood matching raw edges. +- Sew the neckband seam. +- _Finish_ seam if not using neckband then proceed to Step 7. +- Press neckband down. +- On outside _Topstitch_ neckband in place. +- On inside, trim neckband down to topstitching. + +### Step 7: Attaching the waistband + +- Fold the waistband in half lengthwise matching wrong sides. Press. +- With _good sides_ together sew the waistband to the bottom of the back and front. +- Press the seam allowance up. +- _Topstitch_ or _Edgestitch_ waistband seam allowance to the body. + +### Step 8: Attching the cuffs + +- With _good sides together_ sew the short egdes of the cuffs together to create two bands. +- Press open the seam allowances. +- (Optional) _Edgestitch_ the seam allowances down. +- Fold the cuffs in half lengthwise matching wrong sides. Press. +- Matching seams and raw edges, pin the cuffs to the sleeves _good sides together_. +- Sew the cuffs to the sleeves. +- Press the seam allowances up. +- _Topstitch_ or _Edgestitch_ cuffs seam allowances to the sleeves. + +### Step 9: The zipper + +- If need be, face the front edges of the hoodie. +- Unzip the zipper part way. +- Fold the top of the zipper tape down to the _good side_ of the zipper tape. Trim if need be. +- Pin the zipper along one of the front edges of the hood, front and waistband. Making sure the zipper pull is faced the _good sides_ of the hoodie and the bottoms are lined up. The zipper teeth should just be slightly over the seam line with the edge of the tape either matching or being slightly over from the hoodie edge. +- Using a zipper foot stitch the zipper to the hoodie using you seam allownace width. When you reach the zipper pull, stop, put your needle down, lift the presser foot, pull the zipper pull past the presser foot, lower the presser foot. Then you can continue sewing the seam. +- Unzip the zipper. +- Pin and sew the unattached zipper tape to the other side of the hoodie the same way. +- Press the seams to the inside being careful not to melt the zipper teeth with your iron. +- _Topstitch_ the zipper tapes in place. You may need to use a zipper foot. + + + +To help match the pockets and seams, when it is attached to one side and temporarily mark the corresponding teeth at the pockets and seam. You can now use these marks to align the zipper to the pocket and seams on the other side. + + + + + +You only need to face your fabric if it is very stretchy or needs a bit more stability. + + + +### Step 10: Thread the drawstring + +- Thread the drawing string through the drawstring holes. +- If needed secure the ends of the drawstring e.g. with something like aglets. + + + +Use a safety pin to help thread the drawstring. + + + +### Step 11: Enjoy! + +- That's it! Your all done! Now go feel warm and comfy in your new hoodie! + + + +This patterns was featured in [issue 27 of HackSpace magazine](https://hackspace.raspberrypi.org/issues/27), +the article includes instructions too, so you may want to have a look at it. + + From d3b9b1b60829b8ec45f44fa401f51bea9691edca Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:09 +0200 Subject: [PATCH 0430/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/uk.md diff --git a/markdown/org/docs/patterns/huey/options/uk.md b/markdown/org/docs/patterns/huey/options/uk.md new file mode 100644 index 00000000000..c2067e347c5 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Huey hoodie: Design Options" +- - - + + From 0e68e969756660f3ca7885d9f014c2e33d64fd23 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:10 +0200 Subject: [PATCH 0431/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/hortensia/fabric/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/fabric/uk.md diff --git a/markdown/org/docs/patterns/hortensia/fabric/uk.md b/markdown/org/docs/patterns/hortensia/fabric/uk.md new file mode 100644 index 00000000000..23923a65bbc --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/fabric/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Hortensia handbag: Fabric Options" +- - - + +### Main Fabric + +The key fabric choices for Hortensia are non-stretch, durable and strong enough to hold items. + +Your main fabric choice ultimately comes down to your personal style and what you wish to use your handbag for. Due to Hortensia having a size option it can also be enlarged and used for things such as a gym bag which does not need to be as fancy as an upmarket handbag. So you may just simply want to go with **Cottons**, **Linens** or have a little fun with **Printed Cottons**. If you want something more fancy you can try going for **Brocades** and other luxe fabrics. If you want something that will be very durable you can try **Upholstery fabrics**. You can also try **Leather** but this will be harder to sew especially if it is thick so only use it if you know what you are doing. Remember if you wish to use it all the time, favour practicality over design, as the goal should be to make it last rather than make it fancy. If you do not care about the look at all then this may be an oppurtunity to use up fabric from your stash that you otherwise would not such as that ugly fabric you can never find a use for. + + + +If you find that the fabric you want to use is a bit too thin or flimsy you can interface the pieces to give then strength. + + + +### Lining Fabric + +On the flipside the lining does not need to be as strong and simply needs to cover the raw seams and protect the outer fabric. If you want something fancy you can go for **Silks** and **Satins** but **Cotton** linings will do just as well. Bear in mind what you intend to store in the bag. If you intend to carry a lot you should go for something less prone to tearing, if you are only using it for knick-knacks and small personal items you can get away with fancier fabrics such as silks. The lining is also an opportunity to use up any fabrics in your stash that you don't like or don't have a use for as it will be hidden in the final product and only you will know/see. From 071692ea9d240b1e915961edb0007bfe2ce55421 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:11 +0200 Subject: [PATCH 0432/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/hipsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/huey/options/hipsease/uk.md b/markdown/org/docs/patterns/huey/options/hipsease/uk.md new file mode 100644 index 00000000000..3248b534922 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/hipsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hips ease" +- - - + +![Hips ease](./hipsease.svg) + +The amount of ease at your hips. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_hipsease_sample.svg "Effect of this option on the pattern") From 1a5e4cdde03743c6a2357121608973f099b7c774 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:12 +0200 Subject: [PATCH 0433/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/hoodangle/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/hoodangle/uk.md diff --git a/markdown/org/docs/patterns/huey/options/hoodangle/uk.md b/markdown/org/docs/patterns/huey/options/hoodangle/uk.md new file mode 100644 index 00000000000..90d545f4054 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/hoodangle/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hood angle" +- - - + +![Hood angle](./hoodangle.svg) + +Controls the angle at which the hood is attached + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_hoodangle_sample.svg "Effect of this option on the pattern") From 5afa80cb49f942439efba5f7d29216c019e63642 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:13 +0200 Subject: [PATCH 0434/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/hoodclosure/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/hoodclosure/uk.md diff --git a/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md b/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md new file mode 100644 index 00000000000..d5fd6e3e075 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hood closure" +- - - + +![Hood closure](./hoodclosure.svg) + +Controls how much of the hood is part of the front closure. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_hoodclosure_sample.svg "Effect of this option on the pattern") From 5972675c247c4dcba5cd7d7f62a5446af611496c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:14 +0200 Subject: [PATCH 0435/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/hoodcutback/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/hoodcutback/uk.md diff --git a/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md b/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md new file mode 100644 index 00000000000..6210e2a6c7e --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hood cutback" +- - - + +![Hood cutback](./hoodcutback.svg) + +Controls how much the hood opening is cut back, making the hood less deep. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_hoodcutback_sample.svg "Effect of this option on the pattern") From e2986431311fe4d5bf3c4280cd3eda961e88e591 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:15 +0200 Subject: [PATCH 0436/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/hooddepth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/hooddepth/uk.md diff --git a/markdown/org/docs/patterns/huey/options/hooddepth/uk.md b/markdown/org/docs/patterns/huey/options/hooddepth/uk.md new file mode 100644 index 00000000000..bc86260bd89 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/hooddepth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hood depth" +- - - + +![Hood depth](./hooddepth.svg) + +Controls the depth of the hood. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_hooddepth_sample.svg "Effect of this option on the pattern") From aa284dd0745c8c8b65927c7e21e21c573d39a6e2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:16 +0200 Subject: [PATCH 0437/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/hoodheight/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/hoodheight/uk.md diff --git a/markdown/org/docs/patterns/huey/options/hoodheight/uk.md b/markdown/org/docs/patterns/huey/options/hoodheight/uk.md new file mode 100644 index 00000000000..fc773341b6b --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/hoodheight/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hood height" +- - - + +![Hood height](./hoodheight.svg) + +Controls the height of the hood. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_hoodheight_sample.svg "Effect of this option on the pattern") From 6013e7db23f3763e8d7458f3629b2d32a2a4ffe4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:18 +0200 Subject: [PATCH 0438/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/options/pocket/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/pocket/uk.md diff --git a/markdown/org/docs/patterns/huey/options/pocket/uk.md b/markdown/org/docs/patterns/huey/options/pocket/uk.md new file mode 100644 index 00000000000..fdd5243978b --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/pocket/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Pocket" +- - - + +![This option controls whether or not to include the front pouch pocket](./pocket.svg) + +Do you want front (pouch) pocket or not? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_pocket_sample.svg "Effect of this option on the pattern") From 18415987a48fd6cc696ac957a4d8fd4de0180e4d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:19 +0200 Subject: [PATCH 0439/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/pocketheight/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/pocketheight/uk.md diff --git a/markdown/org/docs/patterns/huey/options/pocketheight/uk.md b/markdown/org/docs/patterns/huey/options/pocketheight/uk.md new file mode 100644 index 00000000000..ed2f846aae8 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/pocketheight/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Pocket height" +- - - + +![Pocket height](./pocketheight.svg) + +Controls the height of the front pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_pocketheight_sample.svg "Effect of this option on the pattern") From 5a07a9d08ca6048d9e3bc554aa41f7d931d07ab2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:20 +0200 Subject: [PATCH 0440/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/pocketwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/pocketwidth/uk.md diff --git a/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md b/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md new file mode 100644 index 00000000000..5cb84a2ef66 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Pocket width" +- - - + +![Pocket width](./pocketwidth.svg) + +Controls the width of the front pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_pocketwidth_sample.svg "Effect of this option on the pattern") From 9aaccd4d414d40ba70e1608b515c799ef93d83ae Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:21 +0200 Subject: [PATCH 0441/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/options/ribbing/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/ribbing/uk.md diff --git a/markdown/org/docs/patterns/huey/options/ribbing/uk.md b/markdown/org/docs/patterns/huey/options/ribbing/uk.md new file mode 100644 index 00000000000..24aca51b703 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/ribbing/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ribbing" +- - - + +![Ribbing](./ribbing.svg) + +Whether to include ribbing or not. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_ribbing_sample.svg "Effect of this option on the pattern") From 04a93d3e6fc73714b8fd25b5ecc5a962f0b67a7d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:22 +0200 Subject: [PATCH 0442/1675] New translations en.md (Ukrainian) --- .../patterns/hortensia/instructions/uk.md | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/instructions/uk.md diff --git a/markdown/org/docs/patterns/hortensia/instructions/uk.md b/markdown/org/docs/patterns/hortensia/instructions/uk.md new file mode 100644 index 00000000000..6fac2752808 --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/instructions/uk.md @@ -0,0 +1,92 @@ +- - - +title: "Hortensia handbag: Sewing Instructions" +- - - + +### (Optional) Step 1: Face the main fabric + +- If needed, Interface your main fabric pieces. + +### Step 2: Sew the front and back panels to the bottom + +- With _good sides together_ sew the front and back panels to the bottom panel. +- Press the seam allowances towards the bottom panel. +- On the outside _Edgestitch_ the seam allowance to the bottom panel. + +### Step 3: Create and attach straps + +- If needed, face your straps. +- Fold the straps in half lengthwise with _good sides matching_. +- Sew the raw edges together making sure to leave a gap for turning. +- Turn inside out. +- _Slipstich_ the opening closed. +- Alternatively _Edgestitch_ all the edges. +- Attach one strap to the front panel and one strap to the back panel by sewing a rectangle and a cross. + + + +The placement of the straps are not on the pattern and need to be determined. You may need to baste the zipper panel to the front and back panels to help figure out the placement. + + + + + +If using bag strap webbing instead of fabric made straps do the following, + +- Cut the webbing to the the length of the straps with seam allowance. +- Press under the short edge seam allowance. +- Attach the webbing the same way as the fabric straps. + + + +### Step 4: The zipper + +- Insert the zipper into the zipper panel making sure that the zipper pull is on the _good side_. + +### (Optional) Step 5: Construct tabs. + +- Construct tabs the same as the straps just shorter. +- _Baste_ the tabs _good sides together_ to the short edges of the zipper panel so the tabs face inward. + + + +We recommend the tabs to be about a quarter length of the straps. + + + +### Step 6: Attach the zipper panel + +- With _good sides together_ sew the zipper panel to the front and pack panels. We will now refer to this as **the tube**. + +### Step 7: Prep the side panels + +- Press under the top seam allowance of the side panel reinforcement parts. +- Place the side panel reinforcement parts on top of the side panels matching the raw edges. +- _Edgestitch_ the folded edge of the reinforcement parts to the side panels. +- _Baste_ the raw edges together. + +### Step 8: Attach the side panels to the tube + +- With _good sides together_ sew the side panels to the tube matching notches to the bottom and zipper panel seams. +- If binding the edges rather than turning, sew with _wrong sides together_ instead. +- If not binding the edges leave a gap in one of the sides for turning. +- Turn inside out and _Slipstich_ the opening closed. +- If sewn _wrong sides together_ bind the raw edges of the side panels. + + + +It is recommended to leave the gap for turning on the side rather than the top or bottom as it needs less reinforcement. + + + +### Step 9: Lining + +- With _good sides together_ sew the front and back lining panels to the bottom lining panel. +- With _good sides together_ attach the lining side panels. +- Press under the top seam allowances. +- Alernatively you can bind the top edges. +- Place the lining inside the bag _wrong sides facing_ eachother. +- _Slipstitch_ or _Whipstitch_ the lining to the zipper panel. + +### Step 10: Enjoy! + +That's it! You are all done! Now go enjoy you new bag! From 82b6b1e8691c71ffebb6bca493fce6c53a5686ad Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:23 +0200 Subject: [PATCH 0443/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hortensia/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/uk.md diff --git a/markdown/org/docs/patterns/hortensia/uk.md b/markdown/org/docs/patterns/hortensia/uk.md new file mode 100644 index 00000000000..f5c104254df --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Hortensia handbag" +- - - + + From 22159083d95c12238dd0d95ebafd9da2f5677bf2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:23 +0200 Subject: [PATCH 0444/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florence/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/options/uk.md diff --git a/markdown/org/docs/patterns/florence/options/uk.md b/markdown/org/docs/patterns/florence/options/uk.md new file mode 100644 index 00000000000..9591907a958 --- /dev/null +++ b/markdown/org/docs/patterns/florence/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Florence face mask: Design Options" +- - - + + From cb63a7d562e987338d889cf10e41bc5a1ba44ceb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:25 +0200 Subject: [PATCH 0445/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/holmes/cutting/uk.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/cutting/uk.md diff --git a/markdown/org/docs/patterns/holmes/cutting/uk.md b/markdown/org/docs/patterns/holmes/cutting/uk.md new file mode 100644 index 00000000000..458ebc10e5d --- /dev/null +++ b/markdown/org/docs/patterns/holmes/cutting/uk.md @@ -0,0 +1,31 @@ +--- +title: "Holmes deerstalker hat: Cutting Instructions" +--- + +The **crown** pattern piece needs to be cut on the fold to create a whole piece. + +### Materials + +- **Main fabric** + - Cut the amount of **crowns** you selected in the pattern options + - Cut **4 ear** parts or Cut **2 ear** from main and lining. + - Cut **4 visor** parts +- **Lining fabric** + - Cut the amount of **crowns** you selected in the pattern options +- **Visor Insert Material** + - Cut **2 visor inserts**. Use your visor pattern piece with no seam allowance. + +### Optional Fabric Ties + +If you don't wish to use ribbon for your ties you can make them out of fabric. Simply cut 4 crossgrain strips of an 1" (2.5cm) or width of your choosen + seam allowances wide and sew two tubes leaving one of the short sides open for turning. Clip the corners and trim seams. Turn out an press. If desired you can _**Edgestitch**_ or _**Topstitch**_ the tubes to stop the fabric from shifting. The raw edge of the tubes can then be concealed in the ear flap seam when constructing the ear flaps. + + + +It is recommended to draft the pattern nett and use the pattern to trace the seam lines onto fabric and add the seam allowance on the fabric rather than the pattern. This to allow for a more precise sew which is needed for a hat. Recommended seam allowance 1/4" (6mm) on the sides of the crowns, ear flaps and outer curve of the visors. 1/2" (1.3cm) for the bottom of the crowns, ear flaps and inner curve of the visors. With these seam allowances you will not have to trim the allowances if you do not want to. + + + + +It is recommended to make a mock-up with your crown pattern first before cutting your fabrics. This is to test the length and ease of the crown piece. Make sure to cut off the bottom seam allowance before trying it on. If it is too tight who will need to re-draft the pattern with more head ease just remember the ease is split across each crown. If the peak is too high you may want to re-draft the pattern with the crown length reduced. Once re-drafted make another mock-up to check whether you are satified with the changes or not. Repeat again if you are not satisfied. + + From ecae1a98395a03279627a9d3d3c224c702fc9384 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:26 +0200 Subject: [PATCH 0446/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/florence/options/height/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/options/height/uk.md diff --git a/markdown/org/docs/patterns/florence/options/height/uk.md b/markdown/org/docs/patterns/florence/options/height/uk.md new file mode 100644 index 00000000000..485be367c3f --- /dev/null +++ b/markdown/org/docs/patterns/florence/options/height/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Height" +- - - + +![Height option](./height.svg) + +Controls the height of your face mask. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](florence_height_sample.svg "Effect of this option on the pattern") From 274ff728db945c1cae32bb61925a6b806d0bf7b7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:27 +0200 Subject: [PATCH 0447/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/florence/options/length/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/florence/options/length/uk.md diff --git a/markdown/org/docs/patterns/florence/options/length/uk.md b/markdown/org/docs/patterns/florence/options/length/uk.md new file mode 100644 index 00000000000..ae6f5aed4e3 --- /dev/null +++ b/markdown/org/docs/patterns/florence/options/length/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length" +- - - + +![Length option](./length.svg) + +Controls the length of your face mask. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](florence_length_sample.svg "Effect of this option on the pattern") From 4643c030bb7598cf501628361b525c88820b763f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:27 +0200 Subject: [PATCH 0448/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/florent/cutting/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/florent/cutting/uk.md diff --git a/markdown/org/docs/patterns/florent/cutting/uk.md b/markdown/org/docs/patterns/florent/cutting/uk.md new file mode 100644 index 00000000000..04df73ace32 --- /dev/null +++ b/markdown/org/docs/patterns/florent/cutting/uk.md @@ -0,0 +1,22 @@ +--- +title: "Florent flat cap: Cutting Instructions" +--- + +Depending on how much fabric is available, you might want to cut two top and or side parts, hence the instructions on the pattern itself. Warning: The pattern includes the seam allowances on the top part so if you cut it on fold, don't include them! + +The brim bottom part is inset, while the brim top part is offset so that the seam falls "underneath the brim edge". Keep that in mind when cutting the parts, and mark them accordingly, so that you don't end up with the seam on top of the brim (I don't want to force you into this design choice, I simply want to point out the difference between the parts so that you are aware of it and act accordingly). + +- **Main fabric** + - Cut **1 top** on the fold but don't include the center seam allowance, or **2 top** with the center seam allowance. + - Cut **1 side** on the fold, or **2 side**. + - Cut **1 brim top**. + - Cut **1 brim bottom**. +- **Lining fabric** + - Cut **1 top** on the fold but don't include the seam allowance, or **2 top** with the center seam allowance. + - Cut **1 side** on the fold, or **2 side**. +- **Plastic** + - Cut **1 brim interfacing**. Tape the pattern part to the plastic, don't cut the notches in the plastic, but you can mark it (engrave it, or with permanent marker maybe). You don't really want any sharp edge, so make sure everything is smooth and rounded a bit (especially on the pointy sides). + +A typical Florent layout looks like this: + +![A typical Florent layout](layout.svg) From d850e9abb80b7c57cd3243e4708fb6bd031190f9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:28 +0200 Subject: [PATCH 0449/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florent/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/florent/uk.md diff --git a/markdown/org/docs/patterns/florent/uk.md b/markdown/org/docs/patterns/florent/uk.md new file mode 100644 index 00000000000..2777a64ea39 --- /dev/null +++ b/markdown/org/docs/patterns/florent/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Florent flat cap" +- - - + + From 4c863e1c88ff129d78922f34f2ad9cd1575e40c4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:29 +0200 Subject: [PATCH 0450/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florent/fabric/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/florent/fabric/uk.md diff --git a/markdown/org/docs/patterns/florent/fabric/uk.md b/markdown/org/docs/patterns/florent/fabric/uk.md new file mode 100644 index 00000000000..01da875ea0a --- /dev/null +++ b/markdown/org/docs/patterns/florent/fabric/uk.md @@ -0,0 +1,7 @@ +--- +title: "Florent flat cap: Fabric Options" +--- + +For the main fabric of your cap, a thick fabric will shape better, but if you go for a lighter fabric, you can interface it to give it more body. + +The lining can be anything, but it is usually something light and nice. From 2d4242dc9986fce9ec5604e3b7c49f61acd3cc7f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:30 +0200 Subject: [PATCH 0451/1675] New translations en.md (Ukrainian) --- .../docs/patterns/florent/instructions/uk.md | 103 ++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 markdown/org/docs/patterns/florent/instructions/uk.md diff --git a/markdown/org/docs/patterns/florent/instructions/uk.md b/markdown/org/docs/patterns/florent/instructions/uk.md new file mode 100644 index 00000000000..fb6d0ef8843 --- /dev/null +++ b/markdown/org/docs/patterns/florent/instructions/uk.md @@ -0,0 +1,103 @@ +--- +title: "Florent flat cap: Sewing Instructions" +--- + +### Step 1: Fuse interfacing + +Depending on your fabric weight you might want to fuse all your main fabric parts No matter the thickness of your fabric, you should consider reinforcing the sides of your brim parts (where the notch mark is). This will help prevent the pointy ends of the plastic part to poke outside of the cap on this area + +![Protect this area from being pocked through by the plastic brim](step16.svg) + +### Step 2: Closing the back dart + +#### Version with top part cut on fold + +You should mark the top of the back dart on the wrong side of the fabric so that you know where to end your seam + +![Marking the end of the dart](step01.jpg) + +There is several tricks to sewing darts, here is how I do it (I think it is called "balancing the dart"): prepare a bias cut rectangle of the same fabric you are going to stitch and place it underneath the point of your future dart. Stitch the dart starting from the bottom and keep stitching a few stitching after the top dart. Leave a good length of thread to make a knot by hand. + +![Balanced dart](step02.jpg) + +Where the rectangle of fabric starts, cut the seam allowance that is against this rectangle, up to the seam so that the seam can be ironed flat open before the rectangle. On the area where the dart is stitched with the rectangle, iron both seam allowances on one side, and the folded rectangle on the other side. Layer the edges of the rectangle. The edge against the main fabric is wider, the one above is smaller + +#### Version with the top part cut twice + +This dart is more straight forward since the seam is continuous. Simply stitch the seam all the way + +#### Ironing the seam + +You might have to notch the seam allowance to press it flat. Use a tailoring Ham or something rounded underneath to help you press the seam open whilst keeping the nice shape you just created. + +#### Top Stitching + +Depending on the style you want to achieve, you can top stitch all your seams (by machine of by hand). However, the front brim seam will be a bit tricky to do with the machine (but not impossible). Anyway, I put this here and won't remind you about it after each step, but basically, the process would be: Stitch, Iron, Top stitch, Repeat on the next step. + +### Step 3: Optional: Join both side parts. + +This applies only if you cut two parts for the side part. It is a straight seam. nothing much to say about that. Iron the seam flat, with the seam allowances open. + +### Step 4: Join the top to the side + +Warning: There will be quite a few pins involved Align the notches and pin the parts together so that this rounded part is held well in place. + +![Pins](step03.jpg) ![More pins](step04.jpg) + +For the stitching, I tend to start from the center front, do one half, and then start again, back from the center front to do the other half (the **side part** is on top for both stitches). So that, if my machine shifts the lower fabric, it would be a "symmetrical shift" on both sides. Clip the seam allowances where needed, on the curve, you might want to trim the seam allowance of the side part, and notch it, to help the ironing process. + +![The seam allowances are trimmed, clipped and pressed flat open](step05.jpg) + +### Step 5: The brim outer seam. + +Align the notches and pin the top and bottom parts. Technically, the lower part has a shorter seam length, so you might have to stretch it so that the seam allowances meet. In practice, fabric is usually stretchy enough so that the length difference can be eased. Iron both seam allowance against the **Bottom part** + +### Step 6: Inserting the plastic part + +The plastic part is then inserted inside the brim, being careful to keep the seam allowance flat on the **Bottom part**. You then hand stitch the brim closed, keeping the parts in place and well tensioned. + +![The brim is prepared](step06.jpg) + +### Step 7: Stitching the brim to the cap + +Align the notches and stitch the brim to the cap. Be careful not to stitch onto the plastic. It might be easier if you "free" the arm of your machine + +### Step 8: Prepare the lining + +Basically, repeat the steps 2, 3 and 4 with the lining **top** and **side parts**. This would also be a good time to stitch a label on the **top part** of the lining if you are into this kind of things. + +### Step 9: Join lining to main fabric. + +Turn the lining outside out and place the main fabric in it (good side against good side). Pin and stitch from one end of the brim to the other end of the brim (leaving the brim seam open). + +![Preparation for stitching the lining to the cap](step07.jpg) + +Don't forget to back tack this stitch quite well since it will get some stretch when we will turn the cap "outside out". Turn the cap outside out, so that the good side is outside. On the Brim area, baste the lining in place and hand stitch it to the brim in a way to hide the other stitches that are already on the seam allowance. ![Joining the lining, finishing by hand](step08.jpg) + +### Step 10: Top stitching the bottom of the cap + +It is a good idea to top stitch the bottom seam of the cap so that the lining stays inside. To have a better control I usually baste it first, so that the edge is sharp. ![A nice crisp basted edge](step09.jpg) + +### Step 11: The tape + +Form a loop with the tape so that the circumference of the loop matches the measured head circumference of the wearer of the cap. The best result is achieved when you pin the tape while you are wrapping it around the head of the future owner of the cap. Once the loop is closed, you can even double check it and ask if this fit is OK for the wearer. + +![This tape will keep the cap from stretching](step10.jpg) + +Trim the ends of the tape in an arrow shape to keep it from poking out. ![It's all in the smallest details](step11.jpg) + +Divide the tape in two with two pins + +![Obviously, the cap is symmetrical, so we might as well distribute the tape evenly on both sides](step12.jpg) + +Pin the tape in place: The two pins are used to distribute the tape equally on both sides. Place one pin at the back, and the other at the front. Since the brim is held in place it can't be much stretched, so pin the tape in this area "normally" For the remaining part you might need to ease the fabric along the tape. I recommend to hand stitch the tape in place, on both edges of the tape + +![Both edges of the tape are slip stitched, and the edge of the cap is top stitched](step13.jpg) + +### Step 12: Stitch the side to the brim + +We are almost done, and the last step will be to attach the brim top to the front of the body of the cap. Pin the two part in position from the outside, turn the cap on the lining side and stitch both parts together several times. + +![Pin it in place](step14.jpg) ![Stitch it in place, from the lining side](step15.jpg) + +![All done!](finished.gif) From a9d6cabc4e69740d31e7408915d00f517cfb07c3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:31 +0200 Subject: [PATCH 0452/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florent/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/florent/measurements/uk.md diff --git a/markdown/org/docs/patterns/florent/measurements/uk.md b/markdown/org/docs/patterns/florent/measurements/uk.md new file mode 100644 index 00000000000..9664ba340b8 --- /dev/null +++ b/markdown/org/docs/patterns/florent/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Florent flat cap: Required Measurements" +- - - + + From 61aa5a5e08636ea6acbf24fb254214314070f121 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:32 +0200 Subject: [PATCH 0453/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florent/needs/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/florent/needs/uk.md diff --git a/markdown/org/docs/patterns/florent/needs/uk.md b/markdown/org/docs/patterns/florent/needs/uk.md new file mode 100644 index 00000000000..b3335b41d5e --- /dev/null +++ b/markdown/org/docs/patterns/florent/needs/uk.md @@ -0,0 +1,11 @@ +--- +title: "Florent flat cap: What You Need" +--- + +To make Florent, you will need the following: + +- Basic sewing supplies +- About 0.5 meters (0.6 yards) of a suitable fabric ([see Fabric options](/docs/patterns/florent/fabric/)) +- About 0.5 meters (0.6 yards) of lining fabric +- Tape, a bit more than **head circumference** + **ease** that you used for the pattern +- A sheet of plastic or something rigid for the brim (1 mm thick or less) From 539cfd66cb1d94cd5e9e3b041df757636df05bfc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:33 +0200 Subject: [PATCH 0454/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/florent/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/florent/options/uk.md diff --git a/markdown/org/docs/patterns/florent/options/uk.md b/markdown/org/docs/patterns/florent/options/uk.md new file mode 100644 index 00000000000..d16a0fce4a3 --- /dev/null +++ b/markdown/org/docs/patterns/florent/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Florent flat cap: Design Options" +- - - + + From bf1b14efd98dfcec470e71dca30b7ea14571e7ab Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:35 +0200 Subject: [PATCH 0455/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/florent/options/headease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/florent/options/headease/uk.md diff --git a/markdown/org/docs/patterns/florent/options/headease/uk.md b/markdown/org/docs/patterns/florent/options/headease/uk.md new file mode 100644 index 00000000000..4efbd0582ab --- /dev/null +++ b/markdown/org/docs/patterns/florent/options/headease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Head ease" +- - - + +The amount of ease around your head. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](florent_headease_sample.svg "Effect of this option on the pattern") From a676321ea7b0581921e213b4f820092de2c20690 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:35 +0200 Subject: [PATCH 0456/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/holmes/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/uk.md diff --git a/markdown/org/docs/patterns/holmes/uk.md b/markdown/org/docs/patterns/holmes/uk.md new file mode 100644 index 00000000000..336ec966b11 --- /dev/null +++ b/markdown/org/docs/patterns/holmes/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Holmes deerstalker hat" +- - - + + + + From 389e43401b388da7f6b2aa459c01cb76c5a82c7e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:36 +0200 Subject: [PATCH 0457/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/hortensia/cutting/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/hortensia/cutting/uk.md diff --git a/markdown/org/docs/patterns/hortensia/cutting/uk.md b/markdown/org/docs/patterns/hortensia/cutting/uk.md new file mode 100644 index 00000000000..a5608f51f0e --- /dev/null +++ b/markdown/org/docs/patterns/hortensia/cutting/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Hortensia handbag: Cutting Instructions" +- - - + +### Materials + +- **Main fabric** + - Cut **2 SidePanel** parts + - Cut **2 FrontBackPanel** parts + - Cut **1 BottomPanel** + - Cut **2 SidePanelReinforcement** parts + - Cut **2 Strap** parts + - Cut **1 ZipperPanel** part +- **Lining fabric** + - Cut **2 SidePanel** parts + - Cut **2 FrontBackPanel** parts + - Cut **1 BottomPanel** From ac1b80c127ef2f60718457b77aadc7accf4dd4a1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:37 +0200 Subject: [PATCH 0458/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/holmes/fabric/uk.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/fabric/uk.md diff --git a/markdown/org/docs/patterns/holmes/fabric/uk.md b/markdown/org/docs/patterns/holmes/fabric/uk.md new file mode 100644 index 00000000000..b9ee4db5d6f --- /dev/null +++ b/markdown/org/docs/patterns/holmes/fabric/uk.md @@ -0,0 +1,37 @@ +--- +title: "Holmes deerstalker hat: Fabric Options" +--- + +### Main Fabric + +For the main fabric of your hat, a thick fabric will work best to hold the shape but if you wanna go for a lighter fabric you can interface it to give it more body. Generally you want to use **Wools** of coating weight but you can experiment with different weights and fabrics with the relevant interfacing. + + + +A fun thing to try is printed cotton. Just double up the main fabric so each piece is double thickness. Then interface it with a **Medium Firm Interfacing**. + + + +### Lining Fabric + +Generally you want a lightweight fabric such as **Silks** or **Cotton Lawn** but really you can make it from any fabric you deem appropriate for lining. Just remember it needs to protect the facing and the main fabric from your head. + +### Interfacing + +Depending on your main fabric's thickness and how well it keeps its shape you may need to interface your fabric. If you are uncertain of whether your fabric requires interfacing, quickly _**Baste**_ your crown pieces together and see if the crown stays up right when placed on a surface. If it doesn't it needs interfacing. As a rule of thumb you will generally need a **Medium Firm Interfacing** but if your fabric is quite thin you may need a firmer interfacing. If you are still uncertain you can face your crown pieces and once again _**Baste**_ the crown pieces together and check how it looks on your head. You can either use fusible or non-fusible interfacing. If using non-fusible interfacing you will want to flat line the interfacing to your pieces wih temporary _**Pad Stitches**_. + + + +If you are trying to make a more Historical Holmes you can use **Tarlatan** which is a lightweight stiffened muslin. Just make sure you use natural fibres. + + + +### Visor Insert + +For the visor insert you want a firm but thin material. You may want to try either, **Millinery Buckram**, **Plastic Canvas**, **Plastic Sheets** or **EVA Foam**. You can use **Leather** just know that depending on depth this may create a thicker visor and may make the visor harder to close. + + + +Just remember. All of these are recommendations. If you want to use something different go for it! + + From 0c7a89a7b891e7eae26f9eeae2e7b1b5458f5af0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:38 +0200 Subject: [PATCH 0459/1675] New translations en.md (Ukrainian) --- .../docs/patterns/holmes/instructions/uk.md | 244 ++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/instructions/uk.md diff --git a/markdown/org/docs/patterns/holmes/instructions/uk.md b/markdown/org/docs/patterns/holmes/instructions/uk.md new file mode 100644 index 00000000000..74e9f64c020 --- /dev/null +++ b/markdown/org/docs/patterns/holmes/instructions/uk.md @@ -0,0 +1,244 @@ +--- +title: "Holmes deerstalker hat: Sewing Instructions" +--- + +### Step 1: Prepping the Pieces + +- If needed, Interface the crown and half the ear flap pieces. +- If not already done so, it is recommended to mark the seam lines on your fabric pieces by either a temporary marker or by thread marking. This is for a more precise sew which is key for hat construction. + + + +Thread marking allows for the seam line to be seen on both the right and wrong sides. + + + + + +Even if you face the crown you may not want to face the ear flaps if you want them to be less rigid when tieing down. + + + + + +These instructions assume you have marked your seam lines. They may be harder to follower if you skip this step. + + + +### Step 2: The Crown + +- With right sides together, matching seam lines and peaks, sew two crown pieces together. +- Press seams open. You made need to use a tailors ham for this, if you do not have one you can use flannels or towels instead. +- (Optional) _Edgestitch_ both sides of the seam, making sure to catch the seam allowances. +- Repeat until you have two halves. If half the number of crown pieces is an odd number you will have to sew a single piece to each half. e.g. If you have 6 crown pieces, you make two halves of 3 sewing one piece to two sewn together pieces. +- With right sides together, matchinig seam lines and peaks, sew the two halves together. You may find it easier to handstitch the peak together due to bulk or for precision. This seam will be refered to as the "centre crown seam" going forward. +- (Optional) _Edgestitch_ both sides of the centre crown seam, making sure to catch the seam allowances. + + + +Depending on your seam allowance you may want to trim seams as you go to reduce bulk. + + + +### Step 3: The Ear Flaps + +#### Ear Flaps with Ties + +- Cut two 12" (30cm) - 16" (40cm) length of ribbon. These will be refered to as ties going forward. +- _Baste_ a tie to the right side of an ear flap (the interfaced one if using). Repeat for other tie. +- With right sides together, matching seam lines, sew a tie ear flap to a non-tie ear flap. +- Clip and trim seam allowance. +- Turn inside out and press. +- (Optional) _Topstitch_ or _edgestitch_ the folded edge. +- _Baste_ the raw edges together. +- Repeat for the remaining ear flap. + + + +If you are uncertain about the length you want for your ties take 1 metre (39") of ribbon and cut it in half. Use these halves as the ties in the instructions above. The ties are finished at the end so you can adjust the lengths then. + + + + + +The lengths above are recommendations so feel free to go as long or as short as you like with the ties.\ +If you prefer you can make your custom ties with fabric, [see Holmes cutting](/docs/patterns/holmes/cutting/) for more info. + + + +#### Ear Flaps with Buttonholes + +- Face the backs of two of the buttonholes. (This is not needed if two flaps have already been interfaced) +- With right sides together, matching seam lines, sew two ear flap pieces together (one interfaced, one not). +- Clip and trim seam allowance. +- Turn inside out and press. +- (Optional) _Topstitch_ or _Edgestitch_ the folded edge. +- _Baste_ the raw edges together. +- Sew the buttonhole in your prefered method. +- Repeat for the remaining ear flap. + + + +The ear flaps will need to be long enough to go over the top of the peak so they can be done up by a button on the peak. Do not use this method if you are not using a button on the top. + + + + + +**For both Ear Flaps with Ties and Button Holes** + +It is recommended to at least _topstitch_ the ear flaps but this may not be desirable with certain patterns so has been marked as optional. + + + +### Step 4: The Visors + +There are two methods for constructing the visors. This is due to the different types of materials the visor inserts can be made of. Method 1 is for materials that will not be damaged by a needle or iron. Method 2 is for materials that will be damaged by a needle or iron. Read both methods to determine which is best for you to use. + +#### The Visors Method 1 + +- Place visor insert on one visor piece inside seam lines. +- Temporarily secure visor insert to visor with temporary _pad Stitches_. This will be refered to as "faced visor" going forward. +- _Baste_ along the seam line of the inner curve of the faced visor, making sure not to catch the visor insert. +- With right sides together, matching seam lines and centre fronts, sew the faced visor to another visor piece along the outer curve close to the visor insert, making sure not to catch the visor Insert. +- Notch and trim the outer curve making sure not to clip the stitching. (You may wish to turn and check the shape before this step) +- Turn inside out and press. Making sure that the seam allowances are on top of not under the visor insert. +- Using the previous basting line as a guide, _baste_ the opening closed. +- Repeat this for remaining visor pieces. + + + +Be careful with the heat of an iron when using certain insert materials. You do not want to melt the Visor Insert and damage both it and the fabric. + + + + + +If preferred you can temporarily attach the visor insert another way that does not require hand sewing and putting a needle through the material. Just make sure it does not damage your hat fabric when removing or applying. + + + +#### The Visors Method 2 + +- With rights sides together, matching seam lines and centre fronts, sew the outer curver of two visor pieces together. +- Notch and trim (if needed) the outer curve making sure not to clip the stitching. (You may wish to turn and check the shape before this step) +- Turn inside out and press. +- Insert visor insert in to sewn visor tightly so there is no gap on the outer curver and the seam allowances are all one on side of the visor insert. This will be the upper side of the visor. +- Pin the inner curve together making sure that the outer edge is pulled tightly over the visor insert. +- _Baste_ as close as you can to the inner curve of the visor insert, making sure you pull the fabric tightly over the outer edge as you sew. +- Repeat for the remaining visor pieces. + +### Step 5: Assembly and Lining + +Once again there are two methods for final assembly and lining. Read both methods carefully to determine which is best for you. + +#### Assembly and Lining Method 1 + +- Matchings centres and seam lines align the ear flap with the right side of one of the panels that is not part of the centre crown seam. Making sure the faced side is placed against the crown (if faced). +- Sew ear flap to the crown along seam lines. +- Repeat for the remaining ear flap on the opposite side of the crown. +- Align centre front of visor with the right side of the centre crown seam making sure the visor insert is on the bottom. +- Hand-baste the visor to the crown matching the visor basting lines to the crown seam lines. It easier to _baste_ the centre down first and then work from the centre out. +- Sew the visor to the crown along seam lines. You may find it easier to permanently hand-sew the visor on rather than using a machine. +- Repeat for the remaining visor on the opposite side of the centre crown seam. +- Remove all pad and basting stitches. +- Press the seam allowances inwards, making sure the stitching is not visible on the outside. +- (Optional) Loosely _whipstitch_ the seams to the inside of the crown making sure the stitching does not show on the outside. +- Construct lining the same way as the crown ommitting _edgestitching_. +- Fold and Press under the bottom seam allowance of the lining. You may find you need to press under more to prevent the lining from showing. You may also find you need to _baste_ the seam allowance down. +- Matching centre crown seams and panel seams, pin the lining into the hat wrong sides together. Placing the folded edge along the stitching lines. +- _Slipstitch_ or _whipstitch_ the lining to the seam allowance of the hat. +- Remove lining basting if used. +- (Optional) _Tack_ the peak of the lining to the peak of the crown. This is to help prevent the lining from falling out. + +#### Assembly and Lining Method 2 + +- Matchings centres and seam lines align the ear flap with the right side of one of the panels that is not part of the centre crown seam. Making sure the faced side is placed against the crown (if faced). +- _Baste_ the ear flap to the crown along seam lines +- Repeat for the remaining ear flap on the opposite side of the crown. +- Align centre front of visor with the right side of the centre crown seam making sure the visor insert is on the bottom. +- Hand-baste the visor to the crown matching the visor basting lines to the crown seam lines. It easier to _baste_ the centre down first and then work from the centre out. +- (Optional) Machine-baste the visor to the crown along seam lines. +- Repeat for the remaining visor on the opposite side of the centre crown seam. +- Construct lining the same way as the crown ommitting _edgestitching_ and leaving a gap in the centre lining seam large enough to turn the hat. +- With right sides together, matching centre crown seams, panel seams and seam lines. Sew the lining to the the crown along seam lines. If bulky you may want to trim either the lining seams or both seams. +- Turn hat inside out, pressing lining to inside. +- (Optional/Alternate) _Understitch_ lining. +- Slipstitch lining opening closed. +- (Optional/Alternate) _Topstitch_ or _Edgestitch_ along the outside of the hat, catching the lining on the inside making sure it is not peaking whilst you sew. +- (Optional) _Tack_ the peak of the lining to the peak of the crown. This is to help prevent the lining from falling out. + + + +**For both Assembly and Lining Methods** + +You can attach the visors on first, just make sure the visors are under the ear flaps if there is any overlap. It is simply whether you prefer the visors to be underneath or prefer the ear flaps to be underneath like in the instructions. + + + + + +**For both Assembly and Lining Methods** + +If you are having trouble dealing with the curves of the visors, sew a stitching line an 1/8" (3mm) from the basting line in the seam allowance of the visor and clip to it. This should make it easier to bend the visor to shape. Just make sure to hide this stitching and the clips when attaching the lining. + + + + + +**For both Assembly and Lining Methods** + +Assembly and Lining instructions are written with a 6 panelled Holmes in mind. You may find the placement of visors and ear flap pieces are different for other numbered panelled Holmes. As a rule of thumb generally the centre front of the visor is always on the centre crown seam so go from there if struggling. + + + +### Step 6: Finishing Ties + +If you did not cut your ties down when constructing the ear flaps, now is the time to do so. If you made custom ties with fabric then you do not need to do these steps. Again read through both methods carefully and pick which is the best for you. + +#### Finishing Ties Method 1 + +- Fold the ends of a tie in half and cut a triangle out from the corner to the fold. +- Unfold. +- If you are worried about the ties fraying you can use fray check or equivalent. +- Repeat for the remaining tie. + +#### Finishing Ties Method 2 + +- Fold under 1/8" (3mm) and another 1/8" (3mm) on one of the ties. Pin if needed. +- _Whipstitch_ the folded edge down to the tie +- Repeat for the remaining tie. + + + +To determine which way you want to fold the ties, you may find it easier to tie the ear flaps up first. Generally you want the fold to be on the underside of the ties but as always it is personal preference. + + + +### Step 7: Button + +Unless you are doing the Buttonhole Ear Flaps you do not have to sew a button on but it may be useful if you want to hide any misaligned seams at the crown peak. + +- Construct a covered button. +- Attach the button via the shank to the peak of the crown doing your best to keep it in the middle of the seams. +- Alternatively if you are not using the button with the ear flaps you can bend the shank down and _whipstitch_ the edge of the button to the crown instead so it does not move. + + + +Whilst certainly optional, you may find that a button is what is missing from the hat to finish the look. So if you are uncertain of the look at this point, make up a quick button and place it on temporarily to see if this is what is missing. If it is, attach it permanently. +Whilst a covered button is recommeneded you can use whatever button you desire, feel free to experiment! + + + +### Step 8: Enjoy your new hat! + +That's it! You're all done. Now enjoy the world in your wonderful new hat whilst maybe solving a crime or two! + + + +Remember these instructions are just guidelines so don't worry if you want to construct the hat differently.\ +The Diagrams are yet to be made for this pattern so in the mean time if you need a visual aid, watch the YouTube video that inspired this pattern: + + + + From 2bd58884909882a75f3b1372e812002e28c3da76 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:39 +0200 Subject: [PATCH 0460/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/holmes/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/measurements/uk.md diff --git a/markdown/org/docs/patterns/holmes/measurements/uk.md b/markdown/org/docs/patterns/holmes/measurements/uk.md new file mode 100644 index 00000000000..533ee06da8f --- /dev/null +++ b/markdown/org/docs/patterns/holmes/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Holmes deerstalker hat: Required Measurements" +- - - + + From 225c944c8a0629b8cfc08adc6ab41d0cb2796a8c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:41 +0200 Subject: [PATCH 0461/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/holmes/needs/uk.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/needs/uk.md diff --git a/markdown/org/docs/patterns/holmes/needs/uk.md b/markdown/org/docs/patterns/holmes/needs/uk.md new file mode 100644 index 00000000000..433b74a2579 --- /dev/null +++ b/markdown/org/docs/patterns/holmes/needs/uk.md @@ -0,0 +1,23 @@ +--- +title: "Holmes deerstalker hat: What You Need" +--- + +To make Holmes, you will need the following: + +- Basic sewing supplies +- About 0.5 metres (0.6 yards) of a suitable fabric ([see Holmes Fabric options](/docs/patterns/holmes/fabric/)) +- About 0.5 metres (0.6 yards) of lining fabric ([see Holmes Fabric options](/docs/patterns/holmes/fabric/)) +- A rigid material for the visor insert ([see Holmes Fabric options](/docs/patterns/holmes/fabric/)) +- (Optional) About 1 metre of 1" (2.5cm) crossgrain ribbon or petersham. +- (Optional) 1 covered button about 3/4" (2cm) - 7/8" (2.2cm) + + + +Depending on style the ties and buttons are optional. + +- If you are making Buttonhole Ear Flaps you can omit the ties. +- If you are making Tie Ear Flaps you can omit the button. +- Ties can also be made from fabric if you prefer ([see Holmes Cutting](/docs/patterns/holmes/cutting/)) +- You can also use different width and type ribbons for the ties if you prefer. + + From 5a70d9d031b7f3a41718145446cfe65fa62cd3bd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:42 +0200 Subject: [PATCH 0462/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/holmes/options/visorangle/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/visorangle/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/visorangle/uk.md b/markdown/org/docs/patterns/holmes/options/visorangle/uk.md new file mode 100644 index 00000000000..bafc100b314 --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/visorangle/uk.md @@ -0,0 +1,11 @@ +--- +title: "Visor angle" +--- + +--- + +The arc angle used to draft the inner curve of the visor + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](holmes_visorangle_sample.svg "Effect of this option on the pattern") From eeb821f86b34044e615301451d77231194a64701 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:43 +0200 Subject: [PATCH 0463/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/holmes/options/visorwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/visorwidth/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/visorwidth/uk.md b/markdown/org/docs/patterns/holmes/options/visorwidth/uk.md new file mode 100644 index 00000000000..2b905bd0544 --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/visorwidth/uk.md @@ -0,0 +1,11 @@ +--- +title: "Visor width" +--- + +--- + +Controls the width of the visor + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](holmes_visorwidth_sample.svg "Effect of this option on the pattern") From 1b16a5d6212fb4290708603bcf72a49189c5bf5a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:43 +0200 Subject: [PATCH 0464/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/holmes/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/uk.md b/markdown/org/docs/patterns/holmes/options/uk.md new file mode 100644 index 00000000000..f8058989172 --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Holmes deerstalker hat: Design Options" +- - - + + From a56aab427a6ceaf1b7a81dd9ce0d64fe4cfcd300 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:44 +0200 Subject: [PATCH 0465/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/holmes/options/gores/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/gores/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/gores/uk.md b/markdown/org/docs/patterns/holmes/options/gores/uk.md new file mode 100644 index 00000000000..e80987c9341 --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/gores/uk.md @@ -0,0 +1,13 @@ +--- +title: "Number of gores" +--- + +--- + +Controls the number of panels there are in the crown + +![Illustration showing the effect of this option](gores.svg) + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](holmes_gores_sample.svg "Effect of this option on the pattern") From 53810d5fc13eeb801592a5340e7271e752dc8a81 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:45 +0200 Subject: [PATCH 0466/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/holmes/options/headease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/headease/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/headease/uk.md b/markdown/org/docs/patterns/holmes/options/headease/uk.md new file mode 100644 index 00000000000..bed40e0044b --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/headease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Head ease" +- - - + +--- + +The amount of ease around your head. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](holmes_headease_sample.svg "Effect of this option on the pattern") From b04fb9f78e807370a0ef9b110677a0f21f275ab4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:46 +0200 Subject: [PATCH 0467/1675] New translations en.md (Ukrainian) --- .../docs/patterns/holmes/options/lengthratio/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/lengthratio/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/lengthratio/uk.md b/markdown/org/docs/patterns/holmes/options/lengthratio/uk.md new file mode 100644 index 00000000000..f44c9ceb746 --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/lengthratio/uk.md @@ -0,0 +1,11 @@ +--- +title: "Length ratio" +--- + +--- + +Controls the length of the crown and ear flaps + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](holmes_lengthratio_sample.svg "Effect of this option on the pattern") From a7df72b797add5da8e522421034f08a76efb2db6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:48 +0200 Subject: [PATCH 0468/1675] New translations en.md (Ukrainian) --- .../docs/patterns/huey/options/ribbingheight/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/ribbingheight/uk.md diff --git a/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md b/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md new file mode 100644 index 00000000000..2415bf89d5d --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ribbing height" +- - - + +![Ribbing height](ribbingheight.svg) + +The height of the ribbing at the hem and cuffs. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_ribbingheight_sample.svg "Effect of this option on the pattern") From 176696a90276371701736b6155f1664610836ec7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:49 +0200 Subject: [PATCH 0469/1675] New translations en.md (Ukrainian) --- .../docs/patterns/huey/options/ribbingstretch/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md diff --git a/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md b/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md new file mode 100644 index 00000000000..29698a6ad8c --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ribbing stretch" +- - - + +![Ribbing stretch](./ribbingstretch.svg) + +Controls the amount of stretch to foresee in the ribbing. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_ribbingstretch_sample.svg "Effect of this option on the pattern") From 5c201cea6ee9b421aef1ba198e45ff84fffc1c69 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:49 +0200 Subject: [PATCH 0470/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/jaeger/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/uk.md b/markdown/org/docs/patterns/jaeger/options/uk.md new file mode 100644 index 00000000000..8ccc6ff96aa --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Jaeger jacket: Design Options" +- - - + + From 57ac60eb960b05f4f53ac7bb53fdb662d2cbb0fc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:50 +0200 Subject: [PATCH 0471/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/chestpocketwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md new file mode 100644 index 00000000000..ea94a803018 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest pocket width" +- - - + +![Chest pocket width](chestpocketwidth.svg) + +The width of the chest pocket, as a factor of your chest circumference. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_chestpocketwidth_sample.svg "Effect of this option on the pattern") From c13c8839621873d713cfe9f5b3caaf014c0669c0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:51 +0200 Subject: [PATCH 0472/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/chestshaping/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md b/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md new file mode 100644 index 00000000000..cab5ae32bcd --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest shaping" +- - - + +![Chest shaping](chestshaping.svg) + +The vertical amount to slash & spread the upper front panel to shape the chest, as a factor of your chest circumference. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_chestshaping_sample.svg "Effect of this option on the pattern") From 8f4d5d5c99e847eb4c073bf8f530bade2e9aaa98 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:52 +0200 Subject: [PATCH 0473/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/collarheight/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/collarheight/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md b/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md new file mode 100644 index 00000000000..fa56bf422c7 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Collar height" +- - - + +![Collar height](collarheight.svg) + +This is the collar height at the back of the neck and can never be less than twice the roll line collar height. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_collarheight_sample.svg "Effect of this option on the pattern") From cb9210f5c9663c28abc8200310182de69d2a99f0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:53 +0200 Subject: [PATCH 0474/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/collarnotchangle/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md b/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md new file mode 100644 index 00000000000..01295ee6663 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Collar notch angle" +- - - + +![Collar notch angle](collarnotchangle.svg) + +Angle of the collar notch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_collarnotchangle_sample.svg "Effect of this option on the pattern") From 9e1d5b4481ab1193e3eae3b6f1a183108a703d50 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:54 +0200 Subject: [PATCH 0475/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/collarnotchdepth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md new file mode 100644 index 00000000000..a309224d7e9 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Collar notch depth" +- - - + +![Collar notch depth](collarnotchdepth.svg) + +Depth of the collar notch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_collarnotchdepth_sample.svg "Effect of this option on the pattern") From e1693034b637a988c4faefa8b6e9cc5e69a764f4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:55 +0200 Subject: [PATCH 0476/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/collarnotchreturn/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md b/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md new file mode 100644 index 00000000000..7bae8bae2a1 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Collar notch return" +- - - + +![Collar notch return](collarnotchreturn.svg) + +Controls the length of the upper notch side. 100% = same as notch depth. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_collarnotchreturn_sample.svg "Effect of this option on the pattern") From 3c2adb01308df3208f6b4b26e9957c9ec69a645d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:56 +0200 Subject: [PATCH 0477/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/collarroll/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/collarroll/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md b/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md new file mode 100644 index 00000000000..1aa63e8f21e --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Collar roll" +- - - + +Controls the amount of roll in the collar; how much the topcollar is higher than the undercollar. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_collarroll_sample.svg "Effect of this option on the pattern") From ec3bada874d7105ef20fb62b0bcd0d5f93b7e299 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:57 +0200 Subject: [PATCH 0478/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/collarspread/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/collarspread/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md b/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md new file mode 100644 index 00000000000..539918ba31f --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Collar spread" +- - - + +The collar spread controls how the collar drapes over the shoulders + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_collarspread_sample.svg "Effect of this option on the pattern") From 31bcfcf268c660a5cbafaf002fdedde6a603906a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:58 +0200 Subject: [PATCH 0479/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/cuffease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md b/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md new file mode 100644 index 00000000000..2d4e952d812 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Cuff ease" +- - - + +![Cuff ease](cuffease.svg) + +The amount of ease at your cuff/wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_cuffease_sample.svg "Effect of this option on the pattern") From 8ba119ff008f653d691f935adf5f93eaf0508033 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:13:59 +0200 Subject: [PATCH 0480/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/frontcutawayangle/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md b/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md new file mode 100644 index 00000000000..fd814cfa708 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front cutaway angle" +- - - + +![Front cutaway angle](frontcutawayangle.svg) + +The angle by which the front opens up below the lower button. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontcutawayangle_sample.svg "Effect of this option on the pattern") From 45cd3ed94d3f58ea529e7e4093e111833cdcafac Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:00 +0200 Subject: [PATCH 0481/1675] New translations en.md (Ukrainian) --- .../jaeger/options/chestpocketplacement/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md new file mode 100644 index 00000000000..cca59f04ecb --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest pocket placement" +- - - + +![Chest pocket placement](chestpocketplacement.svg) + +Location of the chest pocket as a proportion a quarter of your chest circumference. Higher numbers move it more to the side. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_chestpocketplacement_sample.svg "Effect of this option on the pattern") From 156d379c727cdca0cb656b9ba81a02b6965b53e2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:01 +0200 Subject: [PATCH 0482/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/frontcutawayend/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md b/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md new file mode 100644 index 00000000000..fbed92813eb --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front cutaway end" +- - - + +Increasing this will make the front cutaway stay closer to the center front + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontcutawayend_sample.svg "Effect of this option on the pattern") From 9f85dd8793549d6a71068dd1f57db120f0d0877d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:02 +0200 Subject: [PATCH 0483/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/frontcutawaystart/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md b/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md new file mode 100644 index 00000000000..fca9bfc935d --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front cutaway start" +- - - + +![Front cutaway start](frontcutawaystart.svg) + +How far below the lower button does the front start to open. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontcutawaystart_sample.svg "Effect of this option on the pattern") From aea8dcfea1de2cf1b7f2d6ccc0c4b28131ae0298 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:03 +0200 Subject: [PATCH 0484/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/frontdartplacement/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md new file mode 100644 index 00000000000..8f971b56132 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front dart placement" +- - - + +![Front dart placement](frontdartplacement.svg) + +Location of the front dart as a proportion of your chest circumference. Higher numbers move it more to the side. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontdartplacement_sample.svg "Effect of this option on the pattern") From 15fa89f80df39c2b496d8f1400c5f31993c23582 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:04 +0200 Subject: [PATCH 0485/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/frontpocketdepth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md new file mode 100644 index 00000000000..d39d193c926 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front pocket depth" +- - - + +![Front pocket depth](frontpocketdepth.svg) + +The depth of the front pockets, as a factor of the space between your waist and hem. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontpocketdepth_sample.svg "Effect of this option on the pattern") From 8a637128ab9019ff7121f61bf07ad6edde219eec Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:05 +0200 Subject: [PATCH 0486/1675] New translations en.md (Ukrainian) --- .../jaeger/options/frontpocketplacement/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md new file mode 100644 index 00000000000..8a2d02440eb --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front pocket placement" +- - - + +![Front pocket placement](frontpocketplacement.svg) + +Location of the front pocket as a proportion a quarter of your chest circumference. Higher numbers move it more to the side. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontpocketplacement_sample.svg "Effect of this option on the pattern") From ecdbd697d0f4cec9a8cc364e46bf7da9378178b2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:06 +0200 Subject: [PATCH 0487/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/frontpocketwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md new file mode 100644 index 00000000000..b3dc60f129d --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front pocket width" +- - - + +![Front pocket width](frontpocketwidth.svg) + +The front of the chest pocket, as a factor of your chest circumference. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontpocketwidth_sample.svg "Effect of this option on the pattern") From cc2bcfe67eb33314a4cc91fa61d90ee0817fe903 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:07 +0200 Subject: [PATCH 0488/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/hemradius/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/hemradius/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md b/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md new file mode 100644 index 00000000000..0ed356fcadc --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Hem radius" +- - - + +Controls the amount by which the hem is rounded at the front bottom. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_hemradius_sample.svg "Effect of this option on the pattern") From d5e10325c51151b0c5121b73fafd037ac7dfe8fe Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:08 +0200 Subject: [PATCH 0489/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/hipsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md b/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md new file mode 100644 index 00000000000..8071f4e2dd2 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hips ease" +- - - + +![Hips ease](hipsease.svg) + +The amount of ease at your hips. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_hipsease_sample.svg "Effect of this option on the pattern") From 73da521c50bc65ab2d9c4ddebdde881ff5e8c14c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:09 +0200 Subject: [PATCH 0490/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/lapelstart/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md b/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md new file mode 100644 index 00000000000..52cc81ac5f8 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Lapel start" +- - - + +![Lapel start](lapelstart.svg) + +Location of the lapel break point (where the front opening starts). Lower values are closer to the waistline, higher values closer to the chestline. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_lapelstart_sample.svg "Effect of this option on the pattern") From 9eb9c294e1045cc132770d8f4d4238ceb60d52d5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:11 +0200 Subject: [PATCH 0491/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/lengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md b/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md new file mode 100644 index 00000000000..13886727752 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length bonus" +- - - + +![Length bonus](lengthbonus.svg) + +The amount to lengthen the body of your jacket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_lengthbonus_sample.svg "Effect of this option on the pattern") From 8001bf66e7721f535c38850011e8f65dd7c9219f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:11 +0200 Subject: [PATCH 0492/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/chestpocketweltsize/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md new file mode 100644 index 00000000000..eb51d7e458f --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest pocket welt size" +- - - + +![Chest pocket welt size](chestpocketweltsize.svg) + +The height of the chest pocket welt. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_chestpocketweltsize_sample.svg "Effect of this option on the pattern") From 69afee8927164b33813f12c532b05af90f69830f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:12 +0200 Subject: [PATCH 0493/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/chestpocketdepth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md new file mode 100644 index 00000000000..a87ca734356 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest pocket depth" +- - - + +Controls the depth of the chest pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_chestpocketdepth_sample.svg "Effect of this option on the pattern") From 6ad85841f7c48cac7d6e4a93b6811a0d49aecd04 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:13 +0200 Subject: [PATCH 0494/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/cutting/uk.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/cutting/uk.md diff --git a/markdown/org/docs/patterns/hugo/cutting/uk.md b/markdown/org/docs/patterns/hugo/cutting/uk.md new file mode 100644 index 00000000000..93f78eb398f --- /dev/null +++ b/markdown/org/docs/patterns/hugo/cutting/uk.md @@ -0,0 +1,28 @@ +- - - +title: "Hugo hoodie: Cutting Instructions" +- - - + +- **Main fabric** + - Cut **1 front** on the fold + - Cut **1 back** on the fold + - Cut **2 sleeves**, good sides together + - Cut **1 pocket** on the fold + - Cut **2 pocket facing(s)**, good sides together + - Cut **4 Hood side(s)**, 2x2 good sides together + - Cut **2 hood center(s)**, good sides together + - Cut **1 neck binding** +- **Ribbing** + - Cut **2 cuff(s)** + - Cut **1 waistband** + + + +###### Caveats + +- **sleeve**: There's a single notch at the front, and a double notch at the back. These notches match on the front and back parts respectively. +- **pocket facing** and **hood**: Watch out for the grainlines on these parts + +Because Hugo's raglan sleeve also covers a portion of the back and front, +the sleeve is the dominant feature of your draft. + + From 52a0cb67fead2bed5b99a87da74190ed4641688a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:14 +0200 Subject: [PATCH 0495/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/instructions/uk.md | 216 ++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/instructions/uk.md diff --git a/markdown/org/docs/patterns/jaeger/instructions/uk.md b/markdown/org/docs/patterns/jaeger/instructions/uk.md new file mode 100644 index 00000000000..131d118cfdd --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/instructions/uk.md @@ -0,0 +1,216 @@ +- - - +title: "Jaeger jacket: Sewing Instructions" +- - - + + + +###### Jaeger documentation is under construction + +This documentation is not yet finished. + + + +## Construction + +### Close the front darts + +![Close the front darts](closeFrontDarts.svg) + +#### Fold double + +Fold the front double with the good sides together and pin it down so the fold is neatly in the middle of the front dart. + +#### Sew darts + +Sew the front dart close, taking care to have the dart stop at the correct top end. The bottom is not that important as it will be covered by the pockets. But the top end of the dart will be clearly visible, so please make sure to have it end at the same height at both sides. + +#### Cut open and press + +Once the front darts are closed, cut open the dart at the back. You won't be able to cut it open all the way to the tip, but that's fine. Press open the darts where they are cut open, and press the rest to the side. Take care to only press from the back. Pressing from the front will likely mark your fabric. + +### Construct the chest pocket + +![Apply fusible interfacing to the back of the chest pocket](basteChestPocket.svg) + +#### Apply fusible interfacing + +Apply a rectangular piece of light fusible interfacing around the chest pocket area so that it extends a few cm in all directions. + +> ##### We're not using fusible on the entire front +> +> Sportcoats are typically made from somewhat heavier fabrics. That, and the fact that I prefer to use canvas rather than fusible interfacing, means that I don't interface the front with fusible. + +#### Baste the chest welt outline, mark top line endpoints + +With the fusible in place, thread a needle and baste around the chest pocket to transfer the markings to the good side of the fabric. + +This pocket differs from a traditional welt pocket. The welt extends above the pocket opening. This hides the pocket bag without the need for facings. The top part of the opening is also smaller than the welt, allowing you to slip-stitch it closed. + +On the top line of your basted welt pocket, mark 0.5cm inwards from the corners of the top line. + +> These points are notches on the front part of your pattern. + +![Close the chest pocket welt](foldChestPocketWelt.svg) + +#### Fold, press and sew the side seams of the welt + +Fold the welt double with the good sides together, and close the sides (sew the side seams). + +#### Trim seam allowance, turn and press + +Trim the seam allowances on the sides and especially limit the seam allowance towards the corner to avoid bulk. + +Turn inside out so the good side is out and press. + +> Be careful not to overpress as you'll be pressing from the good side of the fabric. + +#### Baste the bottom line of the welt so you know where to sew + +Baste a stitching guide at the bottom of the welt to mark the welt/seam allowance boundary. This will be the line to sew on later. + +#### Sew the welt to the front + +![Attach the chest pocket welt to the front](attachChestPocketWelt.svg) + +Place welt down on good side of front with the folded side downwards, and sew to bottom line. Make sure to stop and start exactly at the edge of the line you basted. + +#### Sew the chest pocket bag to the front + +![Attach the chest pocket bag to the front](attachChestPocketBag.svg) + +Place the pocket bag down on the front. The front with good side up, but the pocket bag with bad side up. Make sure to have the longest side of the chest pocket bag on the highest side of the chest pocket. + +> Only slanted chest pockets have a higher and lower side. + +Sew this in place along the top line. Remember this should be shorter than the bottom row of stitches to attach the welt, since you marked 0.5cm inwards from the corners. + +> As the pocket back is typically some slippery fabric, you probably want to pin or baste this in place prior to sewing. + +#### Cut open chest pocket opening, turn, and press + +![Press the chest pocket](pressChestPocket.svg) Now cut open your welt in the middle of both seamlines. Don't cut to the edge, but create a trianngular shape there. + +Flip the pocket bag and welt to the backside by passing both of them through the opening you just created. + +Get everything to lay nice and flat, and press. + +Now, bring the welt only to the front and get it to lie nice and flat. Press again from the back. + +> Resist the urge to press this from the front. + +#### Finish the chest pocket + +![Finish the chest pocket](finishChestPocket.svg) + +On the backside, fold the pocket bag double and sew it to the pocket welt below the existing seamline of the welt. + +Thread a needle and hand-finish the chest pocket by sewing down the sides of the welt to the front panel (don't let your stitches show on the front). + +Finally, close the pocket bag by sewing the sides. Do this by placing the front down with the good side up. Then fold over each side and sew the pocket bag. While sewing these sides, make sure to catch those triangular little pieces of the opening. This will reinforce the pocket opening. + +Baste the chest pocket closed while we contruct the jacket. + +### Prepare the fronts + +![Prepare the canvas for the fronts](prepareCanvas.svg) + +Cut out the front canvas piece in a light and supple canvas placed on the bias. Cut out the entire front. + +Cut out the front dart and close it with a zig-zag stitch, making sure not to let the canvas overlap. + +Cut out the chest canvas piece. Align it along the roll line, and baste it in place on front canvas piece. + +> The chest piece is marked on the front part of your pattern. + +#### Baste canvas to the fronts + +![Pad-stitching, you love that stuff, right?](padAndTape.svg) + +Now baste the front canvas and chest piece to your front. Keep in mind that the canvas has no seam allowance. + +> Base it a bit inwards from the seam line so you can fold it away when sewing these seams later.\ + You don't want your canvas to get caught in the seams. + +#### Pad-stitch your lapels + +Time to feel like a real tailor, and pad-stitch those lapels. + +Make sure to make the stitches a bit smaller towards the lapel tip, to make sure it lies flat against the chest, curling a bit inward instead of outward. + +> If you're not sure how to pad-stitch the lapels, [let us know](https://discord.freesewing.org/) and we'll make an attempt to document it. + +#### Tape the lapel edge and roll line + +Now we are going to hand-sew tailor tape along the lapel edges of the front, and along the roll line. This will also secure the canvas to the front here and there. + +Keep in mind that: + +- The tape along the roll line should be placed inside the roll line. +- The tape along the roll line should be about half a centimeter shorter than the distance it spans. The slight tension this creates helps the lapel roll nicely and contour to your body. +- The tape along the lapel edge should be placed inside the seam line + +> ##### Don't sew through your fabric +> +> While sewing the tape to your front, avoid pushing your needle all the way through your fabric so that your stitches will show on the front. +> +> At the same time, you should not secure the tape only to your canvas either. Instead, you should try to catch a few threads of your fabric on every stitch, so that the tape is secured in place, yet the stitches don't show at the front. +> +> This is less of an issue above the break point of your lapel where the fabric will be on the backside of the lapel. + +### Close the body + +#### Close the side seams + +![Close the sides](closeSides.svg) + +Place your front with the good side up, and your side on it with the good side down.\ +Align the front/side seams, pin them in place if you feel like it, and sew them togther. + +Place this down with the good side up, and place your back on top with the good side down.\ +Align the back/side seams, pin them in place if you feel like it, and sew them togther. + +> Make sure the canvas does not get caught in the seam. + +> ##### Note for sewing vents +> +> If you have a double vent, this seam will contain the vent. +> +> Sew the downward part of the side/back seam and the sideways part that forms the vent. Do not sew downwards after that. + +#### Close the back seam + +![Close the back seam](closeBack.svg) + +Aling your two half-jackets with the good sides together, and close the back seam. + + + +##### Note for sewing vents + +If you have a single vent, this seam will contain the vent. + +Sew the downward part of the back seam and the sideways part that forms the vent. +Do not sew downwards after that. + + + +#### Close the shoulder seams + +![Close the shoulder seams](closeShoulders.svg) + +Align the shoulder seams with good sides together, and sew them together. + +Make sure the canvas does not get caught in the seam. + + + +##### Align the shoulder notches + +Make sure to carefully align the shoulders based on the notches. +Because of the different shape of the back and front panels on the neck side, +the fabric edge looks different. So aligning those edges will not give you +what you need. + +So make sure to align the notches. It's what they're there for. + + From d0bf5aabaac2b0703312afba9c6e5f175d9e4aed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:15 +0200 Subject: [PATCH 0496/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/uk.md diff --git a/markdown/org/docs/patterns/hugo/uk.md b/markdown/org/docs/patterns/hugo/uk.md new file mode 100644 index 00000000000..623bd70688e --- /dev/null +++ b/markdown/org/docs/patterns/hugo/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Hugo hoodie" +- - - + + + + From b917f11ae6a2c062a931c20b868f15f8814ae17a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:16 +0200 Subject: [PATCH 0497/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/fabric/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/fabric/uk.md diff --git a/markdown/org/docs/patterns/hugo/fabric/uk.md b/markdown/org/docs/patterns/hugo/fabric/uk.md new file mode 100644 index 00000000000..4d4795f4e4b --- /dev/null +++ b/markdown/org/docs/patterns/hugo/fabric/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Hugo hoodie: Fabric Options" +- - - + +You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric. + +As far as fibers go, you can go all cotton, or opt for a poly or acryl cotton blend. + +Make sure to pay attention to the inside of the fabric. Sweatshirt fabrics come in loopback and brushed back. If you want that OMG-it-feels-so-soft-on-my-skin feeling, go for brushed. + + + +You don't have to use sweatshirt fabric. Other options are available, from fashion-forward neoprene (aka scuba) to a more eyebrow-rising choice like crushed velour (aka velvet). + +Or if you have given up on class, you could go for fleece. + + From c052e967778187e7492f8511d32aae55c88013f5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:17 +0200 Subject: [PATCH 0498/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/hugo/instructions/uk.md | 117 ++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/instructions/uk.md diff --git a/markdown/org/docs/patterns/hugo/instructions/uk.md b/markdown/org/docs/patterns/hugo/instructions/uk.md new file mode 100644 index 00000000000..00ca251d2ee --- /dev/null +++ b/markdown/org/docs/patterns/hugo/instructions/uk.md @@ -0,0 +1,117 @@ +- - - +title: "Hugo hoodie: Sewing Instructions" +- - - + + + +###### Documentation under construction + +First the good news: There's a video series that shows how to make Hugo from start to finish. +Scroll down, it's embedded in this page. + +Now the bad news: The written instructions for Hugo are not complete yet. + + + +## Video + +Text a bit dry for you? I try to make videos available as part of the pattern documentation. + +This 6-episode series shows you how to make your hoodie start to finish: + + + +## Construction + +### Step 1: Prepare the Pocket + +- Place the Pocket Facing pieces together with the edges of the Pocket piece, good sides together. +- Stitch the facing pieces to the pocket with a 1cm seam allowance. Stitch both the long edge, and the shorter edge at the bottom of the pocket. +- Carefully trim the seam allowance on the facing pieces. +- Flip and turn the facing pieces good sides out. Then hand-roll and press the seams. +- Topstitch or edge-stitch 0.5 cm along both upper and lower edges on each side of the pocket, to anchor the facing and the seam allowance. +- Topstitch another line 0.5 cm from the inside upper edge of the facing on each side of the pocket. This topstitch line will end at the lower edge stitch line. +- Trim away the excess facing on the inside of the pocket. +- Press the edges. + +### Step 2: Attach the Pocket + +- Match the Pocket to the front, good sides together. +- The upper pocket seam line is marked by notches on the pattern. The pocket bottom edge should point towards the neckline. Align the pocket edges horizontally with the notches on the pattern. Overlap the top of the pocket over the seam line by a little less than 1 cm seam allowance. +- Stitch the top seam of the Pocket to the Shirt Front. +- Flip the pocket over the seam line so the bottom now lines up with the edge at the waist. +- Using a long basting stitch (4mm or longer), baste the pocket into place at the waist, with a ½ cm seam allowance. This is optional, but keeps the pocket in place while you work on the rest of the shirt. + +### Step 3: Attach the Sleeves + +- The side of the sleeve with the pointy edge at top is the back of the sleeve piece. It is also marked by a double notch on the pattern. + +- Match good sides of the sleeve seam to good sides of the front, matching the single notch on front to single notch on the sleeve piece. Stitch the seam. Do this for both sleeve pieces. + +- To finish the seam, you can use one of these methods: + + - Use a serger to sew and finish the seam in one step. This is fast and convenient, but produces a less-refined look. + - If you do not have a serger, or would like a more refined look, sew a seam with a straight stitch on your conventional machine. Press the seam allowances apart on the wrong side. Then, edgestitch along both sides of the seam from the right side. Finally, trim the excess seam allowance. This produces a refined look, but takes longer. + - Another serger-free option is to sew the seam with a straight stitch. Then stitch together the seam allowances with an additional line of zig-zag alongside the straight stitch. Finally, trim the excess seam allowance. This simulates what a serger would do, and is quicker than option (2). + +- Match the good sides of the sleeve to the good sides of the back, matching the double notch on back to the double notch on the sleeve seam. Stitch the seam, then finish the seams as you did for the front. + +### Step 4: Close the Sides + +- Match the good sides together along sides and sleeves. +- Stitch the side seam and the sleeves together in one long seam, starting at the waist and going all the way through to the end of the sleeve. You can stop at the underarm point to change colors for the sleeve, if your design calls for it. +- Finish the seam allowances as you did in step 2. If you finish the sleeves with the edgestitch method, you will need to go slow for finishing the sleeve seam, as you will be .sewing in the tunnel.. + +### Step 5: Add a Drawstring to the Hood (Optional) + +- Take one matching set of the Hood Side pieces, that you intend to feature on the outside of the finished hoodie. +- Mark the place for a hole on each side hood piece, along the rim. +- The hole should be located about 1.5-2cm from the edge of the fabric. This is to allow for the seam allowance, as well as for the hood +- The hole should be located above the notch on the hood rim. The notch shows where the sides of the hood overlap at center front , so the cord should exit above that point. +- You can consider using the buttonhole feature of your sewing machine, if it has one, to sew a buttonhole at this point. +- Cut open a hole at the points you marked. +- After the hood is prepared, you can run a cord around the front edge of the hood. Sneaker shoelaces work well for this. + +### Step 6: Prepare Inside and Outside Hood + +> Follow this set of steps twice, once for the outer hood and again for the inside hood. + +- Run a Center Panel piece around one outer edge of the Hood Side, good sides together, and pin in place. Stitch. +- Pin the Center Panel piece around the remaining outer edge of the hood, good sides together. Stitch. +- Press the seam allowances, and finish them as in Step 2. Trim the seam allowances. + +### Step 7: Join Inside and Outside Hood + +- With both hoods inside out, put them on top of each other, good sides together. +- Align the center panel seams and pin. +- Stitch along the outer edge of the hood with a 1cm seam allowance. Do not trim the seam allowance. +- Flip the hood pieces right side out, then press the outer edge flat. +- Topstitch along the edge of the hood, about 1.5-2 cm from the edge. Ensure that you go beyond the seam allowance, and that it is not caught in this line of stitching. This creates a decorative rim. The enclosed seam allowance helps make the rim a bit poofy. +- To close the hood, serge together the bottom layers along the neckline. If you do not have a serger, use a zig-zag stitch. +- (Optional) If you added holes for a drawstring, you can thread the drawstring now. + +### Step 8: Preparing a Neckband and Attaching the Hood + +- Cut a cross-wise strip of fabric out of your main fabric, your neck opening + 2cm (3/4 inch) long and triple your neck seam allowance wide. +- Place good sides together on the neck binding piece, then sew a 1cm seam allowance along the short side to make the binding into a circular band. +- Starting from the back, match the outside of the hood to the right side of the neckline. Align the hood panel to the back of the neckline. +- Working around to the front, pin the hood to the neckline. +- Match the good side of the neck binding to the outer neckline (this will be the inside of the hood). Pin the binding to the hood. +- Serge or zig-zag all layers together with 1cm seam allowance. Check around the neckline to make sure all layers were caught by the stitching. +- Reinforce the points where the neckline intersects with the sleeve seams. Use a straight stitch on the sewing machine to stabilize these seams. +- Fold the binding over the raw edge of the neckline, and pin. +- From the outside, topstitch along and approx 1cm away from the neck edge to catch and secure the binding. You should be able to use a straight stitch here as long as the neck fits somewhat loosely when you try it on. If the neck fits snug, then use a zigzag stitch. +- Trim excess binding from the inside. + +### Step 9: Attach the Cuffs and Waistband + +- If the ribbing is light or thin, you can cut the cuff and waistband pieces twice as high, then double-fold them. +- Place good sides together on the cuffs and waistband pieces, then sew a 1cm seam allowance along the short side to make them into circular bands. +- Fold along the long side to make cuffs and waistband into double-thick tubes. Sew or serge along the open edges to close. +- Align the seam on the cuff to the seam on the sleeve. Pin, good sides together. +- Pin the opposite side. +- Serge (or zig-zag stitch) the ribbing to the cuff, stretching gently until the ribbing and cuff are the same length. Remove pins before they enter the serger. +- Trim the bottom edge of the pocket if it extends past the waistband edge. +- Ensure the ribbing is gathered as uniformly as possible around the waistband. +- Serge or zig-zag the waistband, again gently stretching untill the ribbing and waistband are the same length. Stitch with the hoodie on top so you can see it gets caught in the seam. +- Topstitch the lower pocket edges to the body of the shirt to anchor the bottom of the pocket. From fd29bcfeea64259cd4e56b0f505518f7ac6369f0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:19 +0200 Subject: [PATCH 0499/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/measurements/uk.md diff --git a/markdown/org/docs/patterns/hugo/measurements/uk.md b/markdown/org/docs/patterns/hugo/measurements/uk.md new file mode 100644 index 00000000000..eee52634557 --- /dev/null +++ b/markdown/org/docs/patterns/hugo/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Hugo hoodie: Required Measurements" +- - - + + From 19232faaf0ac967b55595aa4e7080e343509f673 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:20 +0200 Subject: [PATCH 0500/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/needs/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/needs/uk.md diff --git a/markdown/org/docs/patterns/hugo/needs/uk.md b/markdown/org/docs/patterns/hugo/needs/uk.md new file mode 100644 index 00000000000..6c8d831f6e6 --- /dev/null +++ b/markdown/org/docs/patterns/hugo/needs/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Hugo hoodie: What You Need" +- - - + +To make Hugo, you will need the following: + +- Basic sewing supplies +- About 2 meters (2.2 yards) of a suitable fabric ([see Fabric options](/docs/patterns/hugo/fabric)) +- Ribbing fabric for the hem and cuffs From 2b6611ddddfe5e1423037a1e659f31f0d7fb60b1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:21 +0200 Subject: [PATCH 0501/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/uk.md b/markdown/org/docs/patterns/hugo/options/uk.md new file mode 100644 index 00000000000..b56dfa8dafe --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Hugo hoodie: Design Options" +- - - + + From f5d4b6e02e3b52fd2baf9eec507d60077473283f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:22 +0200 Subject: [PATCH 0502/1675] New translations en.md (Ukrainian) --- .../hugo/options/ribbingstretch/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md b/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md new file mode 100644 index 00000000000..5ef59301786 --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Ribbing stretch" +- - - + +![Ribbing stretch on Hugo](./ribbingstretch.svg) + +This option allows you to tweak the stretch of your ribbing. + +If you choose 90% (for example) for every 10cm of ribbing, we'll only draft 9cm. This way, 9cm of ribbing will be stretched to 10cm. + + + +If you're not sure what to pick, best is to take the ribbing you are going to use see how much of it +you need to stretch out to get to 10 cm with a _good_ stretch. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_ribbingstretch_sample.svg "Effect of this option on the pattern") From 3edc6c5618a275c0e26d19e01e77e99ae882807b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:23 +0200 Subject: [PATCH 0503/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/cutting/uk.md | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/cutting/uk.md diff --git a/markdown/org/docs/patterns/jaeger/cutting/uk.md b/markdown/org/docs/patterns/jaeger/cutting/uk.md new file mode 100644 index 00000000000..398f68fe588 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/cutting/uk.md @@ -0,0 +1,53 @@ +- - - +title: "Jaeger jacket: Cutting Instructions" +- - - + +- **Main fabric** + - Cut **2 fronts** (part 1) + - Cut **2 front facings** (look for the facing/lining boundary on the front part) + - Cut **2 backs** (part 2) + - Cut **2 sides** (part 3) + - Cut **2 topsleeves** (part 4) + - Cut **2 undersleeves** (part 5) + - Cut **1 collar** (part 6) + - Cut **1 collarstand** (part 8) + - Cut **2 pockets** (part 9) + - Cut **1 chest pocket welt** (part 10) +- **lining fabric** + - Cut **2 fronts** (part 1) + - Cut **2 front linings** (look for the facing/lining boundary on the front part, and don't forget to attach the inner pocket facing extension) + - Cut **2 backs** (part 2) + - Cut **2 sides** (part 3) + - Cut **2 topsleeves** (part 4) Note: Some people like to use different lining for the sleeves + - Cut **2 undersleeves** (part 5) Note: Some people like to use different lining for the sleeves + - Cut **2 chest pocket bags** )(part 11) + - Cut **2 inner pocket welts** + - Cut **2 inner pocket bags** (part 13) +- **Canvas** + - Cut **2 fronts** on bias (part 1) Note: Don't include seam allowance + - Cut **2 chest pieces** on bias. Look for the indication on the front part. Note: Don't include seam allowance +- **Undercollar fabric** + - Cut **1 undercollar** (part 7) + + + +###### Good sides together, or precise pattern matching? + +When cutting out two, you can cut them [good sides together](/docs/sewing/good-sides-together). +However, when working with fabric with a pattern, I prefer to cut them individually to finely control the pattern matching. + +When you cut them individually, remember that they need to be mirror images of each other. So flip either your pattern or your fabric over when cutting the second one. + + + + + +###### Cutting caveats + +- The chest piece is marked on the front. +- Don't include seam allowance when cutting out canvas, and cut it on bias. +- The front facing and lining is marked on the front piece. They split the front part in two along the boundary line. You can cut the front part along that line after cutting out the front from the main fabric. The inner pocket extension for the facing is printed separately, and you can tape it back in its place after cutting the patern piece. **Do not forget to add seam allowance to both the facing and the lining for this boundary seam**. + +![Trace the front facing and lining from the front part](cuttingCaveat.svg) + + From 0d8aaaf1caf6f1d827671198692cfa1b0905e41c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:24 +0200 Subject: [PATCH 0504/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/jaeger/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/uk.md diff --git a/markdown/org/docs/patterns/jaeger/uk.md b/markdown/org/docs/patterns/jaeger/uk.md new file mode 100644 index 00000000000..dbc23c627be --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Jaeger jacket" +- - - + + From 51cc7538a635d294243ddc339e4e6fdcca02cc24 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:25 +0200 Subject: [PATCH 0505/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/jaeger/fabric/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/fabric/uk.md diff --git a/markdown/org/docs/patterns/jaeger/fabric/uk.md b/markdown/org/docs/patterns/jaeger/fabric/uk.md new file mode 100644 index 00000000000..c217848cada --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/fabric/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Jaeger jacket: Fabric Options" +- - - + +Sportscoats are typically made from a heavier wool, often with some texture or pattern in the weave. In general, they are made in _busier_ fabrics. + +Style purists will argue that sportscoats should never be made out of suiting fabric, as a sportscoat is not a suit jacket. You can tell them go feck off and do whatever you want, it's your jacket. + +However, making Jaeger is going to take some time. Do yourself a favour and get something nice for the final project. (because you will be making a muslin, right?) From 7862c244e019beb5841e5e148acd4a11365f8921 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:25 +0200 Subject: [PATCH 0506/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/jaeger/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/measurements/uk.md diff --git a/markdown/org/docs/patterns/jaeger/measurements/uk.md b/markdown/org/docs/patterns/jaeger/measurements/uk.md new file mode 100644 index 00000000000..71568f4b18b --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Jaeger jacket: Required Measurements" +- - - + + From a8ae0007960d7d055fdc91479b6fdbc7a3f0e22a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:27 +0200 Subject: [PATCH 0507/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/chestpocketangle/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md new file mode 100644 index 00000000000..e9b95cbb8ab --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest pocket angle" +- - - + +![Chest pocket angle](chestpocketangle.svg) + +The angle under which the chest pocket is placed. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_chestpocketangle_sample.svg "Effect of this option on the pattern") From b34b6c1aaa0ec607082e46e0e2a428844433d2cf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:28 +0200 Subject: [PATCH 0508/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/jaeger/needs/uk.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/needs/uk.md diff --git a/markdown/org/docs/patterns/jaeger/needs/uk.md b/markdown/org/docs/patterns/jaeger/needs/uk.md new file mode 100644 index 00000000000..84dec27c65d --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/needs/uk.md @@ -0,0 +1,38 @@ +- - - +title: "Jaeger jacket: What You Need" +- - - + +To make Jaeger, you will need the following: + +- About 2.5 meters (2.8 yards) of a suitable fabric (see [Fabric options](#fabric-options)) +- Lining fabric, optionally different sleeve lining fabric +- Two larger buttons for the front, and 8 buttons for the sleeves +- A bit of lightweight fusible interfacing for local enforcement +- Canvas for the fronts and collar +- Tailor's tape for the front edges +- Some domette for interlining +- Shoulder pads +- Sleevehead wadding, with canvas if possible +- Undercollar fabric + + + +\####### Where to get all this stuff + +Making Jaeger is a fun and rewarning project, but getting all the required bits and pieces can be challenging. + +That is because this kind of project is somewhat more ambitious than the typical home sewing project, +and as a result, your local haberdashery is unlikely to stock all of these things. + +If you know where to get them, great. If not, you can get a **Jacket trim pack** from +[Kenton Trimmings](http://kentontrimmings.co.uk/shop/) in London, they ship to international customers. + +It's a shop for professionals (they're not even open on Saturdays) but they don't require you to be a business +to place an order. + +I have no afiliation with these guys, but it's the only place I know of that will sell you a kit of +professional trimmings to make a jacket. + +If you know of any other place that carries this stuff, please let us know. + + From 97bd3535e8f153213a33e0276608280dd5bdbff5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:28 +0200 Subject: [PATCH 0509/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/acrossbackfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..97d71061f82 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Across back factor" +- - - + +![Across back factor](acrossbackfactor.svg) + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_acrossbackfactor_sample.svg "Effect of this option on the pattern") From 5cdec7e28a7fab13a5ff4c5b780be99bb68f983c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:29 +0200 Subject: [PATCH 0510/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/armholedepthfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..4b1255e14d2 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Armhole depth factor" +- - - + +![Armhole depth factor](armholedepthfactor.svg) + +This controls the depth of the armhole, which in turn influences the sleevecap width. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_armholedepthfactor_sample.svg "Effect of this option on the pattern") From a38d8232df2d44d5eaca9fcfd0a43403fe5377f3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:31 +0200 Subject: [PATCH 0511/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/backvent/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/backvent/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/backvent/uk.md b/markdown/org/docs/patterns/jaeger/options/backvent/uk.md new file mode 100644 index 00000000000..9f3b807f8fe --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/backvent/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Back vent" +- - - + +![Back vent](backvent.svg) + +How do you like your back vents? + +- Two back vents (shown on the left) +- One central back vent (shown in the middle) +- No back vents (shown on the right) + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_backvent_sample.svg "Effect of this option on the pattern") From 6449091d2a59e03036c917911dcc71eafe9d2bef Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:32 +0200 Subject: [PATCH 0512/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/backventlength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/backventlength/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md b/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md new file mode 100644 index 00000000000..39fbba3fd64 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Back vent length" +- - - + +![Back vent length](backventlength.svg) + +Controls the length of the back vent. Lower numbers result in a shorter vent. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_backventlength_sample.svg "Effect of this option on the pattern") From e54f33e4c10189f0f28eb0da502b5bb2d1bf5de9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:33 +0200 Subject: [PATCH 0513/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/buttonlength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md b/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md new file mode 100644 index 00000000000..04a9367b3dc --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Button length" +- - - + +Controls the length over which the buttons are spaced. In other words, the length from the top to bottom buttons. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_buttonlength_sample.svg "Effect of this option on the pattern") From 27146792570015e95c61440e44d25b0dc1b87a16 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:34 +0200 Subject: [PATCH 0514/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/jaeger/options/buttons/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/buttons/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/buttons/uk.md b/markdown/org/docs/patterns/jaeger/options/buttons/uk.md new file mode 100644 index 00000000000..b628ae46ac7 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/buttons/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Number of buttons" +- - - + +Controls the amount of buttons. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_buttons_sample.svg "Effect of this option on the pattern") From 50b21c28495bc3f8bc1cebfca8181aa41448f234 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:35 +0200 Subject: [PATCH 0515/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/centerbackdart/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md b/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md new file mode 100644 index 00000000000..d54f49ac9a0 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Center back dart" +- - - + +![Center back dart](centerbackdart.svg) + +The reduction at the center back from shoulders to neck, which accomodates for a curved upper back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_centerbackdart_sample.svg "Effect of this option on the pattern") From 8d33cdd2b6f8e80c844767765be2b350c79dd08b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:36 +0200 Subject: [PATCH 0516/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/centerfronthemdrop/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md b/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md new file mode 100644 index 00000000000..ee686478843 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Center front hem drop" +- - - + +![Center front hem drop](centerfronthemdrop.svg) + +How much do you want the front of your jacket to be longer/lower than the back? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_centerfronthemdrop_sample.svg "Effect of this option on the pattern") From 81011f0354b3a4e0277088c0762ee7edcdafdfca Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:37 +0200 Subject: [PATCH 0517/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/chestease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/chestease/uk.md b/markdown/org/docs/patterns/jaeger/options/chestease/uk.md new file mode 100644 index 00000000000..3a8cfc642b0 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/chestease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest ease" +- - - + +![Chest ease](chestease.svg) + +The amount of ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_chestease_sample.svg "Effect of this option on the pattern") From 0ad28881401460e1d506f79fb8a5ddc6c094cf6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:38 +0200 Subject: [PATCH 0518/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/pocketfoldover/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md b/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md new file mode 100644 index 00000000000..c4264e08301 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Pocket fold-over" +- - - + +Controls the amount of main fabric that's folded over at the top of the path pockets. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_pocketfoldover_sample.svg "Effect of this option on the pattern") From f82ef3361c4ff4a9798640d570c7219744d36952 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:39 +0200 Subject: [PATCH 0519/1675] New translations en.md (Ukrainian) --- .../jaeger/options/rolllinecollarheight/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md b/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md new file mode 100644 index 00000000000..1e1ac21fc93 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Roll-line collar height" +- - - + +![Roll line collar height](rolllinecollarheight.svg) + +The amount by which the roll line hugs the neck. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_rolllinecollarheight_sample.svg "Effect of this option on the pattern") From 5592ed3f4eced6563b12f30019ff3b51558c69d9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:40 +0200 Subject: [PATCH 0520/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/penelope/options/seatease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/seatease/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/seatease/uk.md b/markdown/org/docs/patterns/penelope/options/seatease/uk.md new file mode 100644 index 00000000000..44e0c7f1514 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/seatease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Seat ease" +- - - + +Amount of ease around the fullest part of your bum. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_seatease_sample.svg "Effect of this option on the pattern") From abd92fdd2a99af23820695d357d4bf4f19848f61 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:41 +0200 Subject: [PATCH 0521/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/penelope/options/backvent/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/backvent/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/backvent/uk.md b/markdown/org/docs/patterns/penelope/options/backvent/uk.md new file mode 100644 index 00000000000..105e4965cc8 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/backvent/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back vent" +- - - + +This adds a vent to the back of the skirt. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_backvent_sample.svg "Effect of this option on the pattern") From 8cf47b4e187311bead228a0808f2430b335774f9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:42 +0200 Subject: [PATCH 0522/1675] New translations en.md (Ukrainian) --- .../docs/patterns/penelope/options/backventlength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/backventlength/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/backventlength/uk.md b/markdown/org/docs/patterns/penelope/options/backventlength/uk.md new file mode 100644 index 00000000000..a6c302a1009 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/backventlength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back vent length" +- - - + +This controls the length of the back vent as a percentage of the skirt length. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_backventlength_sample.svg "Effect of this option on the pattern") From cbd7480f1ea664c33d5e95e3ed97470a9918b15a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:43 +0200 Subject: [PATCH 0523/1675] New translations en.md (Ukrainian) --- .../patterns/penelope/options/darttosideseamfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md b/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md new file mode 100644 index 00000000000..c2f53614e9f --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Dart to side seam factor" +- - - + +Percentage of how much of the hip to waist reduction has to be taken in by the darts versus the side seam. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_darttosideseamfactor_sample.svg "Effect of this option on the pattern") From 7d16e901f58b1eec046b879bcf8f3675f615d33c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:44 +0200 Subject: [PATCH 0524/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/penelope/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/uk.md b/markdown/org/docs/patterns/penelope/options/uk.md new file mode 100644 index 00000000000..64b2ea29b07 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Penelope pencil skirt: Design Options" +- - - + + From 5784ee1479fec07ee4d01d4e4e51bf4b727446ac Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:45 +0200 Subject: [PATCH 0525/1675] New translations en.md (Ukrainian) --- .../patterns/penelope/options/frontdartdepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md b/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md new file mode 100644 index 00000000000..7afa3b86578 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front dart depth factor" +- - - + +How far down does the front dart go from the waistband. This is a factor of the natural waist To seat measurement. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_frontdartdepthfactor_sample.svg "Effect of this option on the pattern") From fecc9c039fd15b41d1af8c7fd34facb6b2ddcf4a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:46 +0200 Subject: [PATCH 0526/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/penelope/options/hem/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/hem/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/hem/uk.md b/markdown/org/docs/patterns/penelope/options/hem/uk.md new file mode 100644 index 00000000000..f7460dffe94 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/hem/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Size of the hem" +- - - + +The size of the hem. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_hem_sample.svg "Effect of this option on the pattern") From fd147d8fcba3bcb13dcd51bb31c969ad2dba0f3f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:47 +0200 Subject: [PATCH 0527/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/penelope/options/hembonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/hembonus/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/hembonus/uk.md b/markdown/org/docs/patterns/penelope/options/hembonus/uk.md new file mode 100644 index 00000000000..42e313c5675 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/hembonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Hem bonus" +- - - + +This option will reduce the circumference of the skirt at the hem. Percentage of the seat measurement. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_hembonus_sample.svg "Effect of this option on the pattern") From 8626a3fb5c98d3fdcf8662f2586d2c12fb88e4ff Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:48 +0200 Subject: [PATCH 0528/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/penelope/options/lengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md b/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md new file mode 100644 index 00000000000..062de707a0a --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length bonus" +- - - + +This controls the length of the skirt. Percentage of the natural waist to knee measurement. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_lengthbonus_sample.svg "Effect of this option on the pattern") From e4f5bdacd89e624890207f74e9efab6439a6db75 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:49 +0200 Subject: [PATCH 0529/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/penelope/options/nrofdarts/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md b/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md new file mode 100644 index 00000000000..62ebcc4e3d7 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Number of darts" +- - - + +The number of darts used in the pattern. The maximum is 2, but this option can be reduced by the pattern if the calculations create darts that are too small. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_nrofdarts_sample.svg "Effect of this option on the pattern") From 0555f92bfbeccc0016c5d9304b2ff974d19106e2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:50 +0200 Subject: [PATCH 0530/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/penelope/options/waistband/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/waistband/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/waistband/uk.md b/markdown/org/docs/patterns/penelope/options/waistband/uk.md new file mode 100644 index 00000000000..bf1ba378c34 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/waistband/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist band" +- - - + +Adds a waistband to the pattern. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_waistband_sample.svg "Effect of this option on the pattern") From 71c3256f670a4f24a3dcdfbee6c0283bcef0ffc7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:51 +0200 Subject: [PATCH 0531/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/penelope/needs/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/needs/uk.md diff --git a/markdown/org/docs/patterns/penelope/needs/uk.md b/markdown/org/docs/patterns/penelope/needs/uk.md new file mode 100644 index 00000000000..857ccadbd28 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/needs/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Penelope pencil skirt: What You Need" +- - - + +To make Penelope, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 1 meter (1.1 yards) of a suitable main fabric ([see Penelope Fabric options](/docs/patterns/penelope/fabric)) +- An invisible or regular closed end zipper +- Some interfacing for the waistband (if using) and maybe for the vent and hem +- Some sort of closure for the waistband (if using) +- (Optional) About 1 meter (1.1 yards) of suitable lining fabric ([see Penelope Fabric options](/docs/patterns/penelope/fabric)) From 7e1c6e1db7a8675c1df2875258c9183a247822f8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:53 +0200 Subject: [PATCH 0532/1675] New translations en.md (Ukrainian) --- .../docs/patterns/penelope/options/waistbandwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md new file mode 100644 index 00000000000..1230455f95a --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist band width" +- - - + +The width of the waist band. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_waistbandwidth_sample.svg "Effect of this option on the pattern") From 08bde7015adb173b0472a0556a5b54760394fbd3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:53 +0200 Subject: [PATCH 0533/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/penelope/options/waistease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/waistease/uk.md b/markdown/org/docs/patterns/penelope/options/waistease/uk.md new file mode 100644 index 00000000000..0b287d62dba --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/waistease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist ease" +- - - + +The amount of ease at the waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_waistease_sample.svg "Effect of this option on the pattern") From 2173a1bcdeac7f96f40f3bde48188c6a1715718a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:54 +0200 Subject: [PATCH 0534/1675] New translations en.md (Ukrainian) --- .../docs/patterns/penelope/options/zipperlocation/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md b/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md new file mode 100644 index 00000000000..3604758d9ca --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Zipper location" +- - - + +Controls the location of the zipper. Either at the back seam, or at the side seam + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_zipperlocation_sample.svg "Effect of this option on the pattern") From 4d74f330ef163d1f075da156508d9dd9099ce997 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:55 +0200 Subject: [PATCH 0535/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sandy/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/uk.md diff --git a/markdown/org/docs/patterns/sandy/uk.md b/markdown/org/docs/patterns/sandy/uk.md new file mode 100644 index 00000000000..8f2aadf2683 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Sandy circle skirt" +- - - + + From ccecef6872b9c2fdf96b6c9d0942c675d08586e3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:56 +0200 Subject: [PATCH 0536/1675] New translations en.md (Ukrainian) --- .../docs/patterns/sandy/instructions/uk.md | 156 ++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/instructions/uk.md diff --git a/markdown/org/docs/patterns/sandy/instructions/uk.md b/markdown/org/docs/patterns/sandy/instructions/uk.md new file mode 100644 index 00000000000..af685a182cf --- /dev/null +++ b/markdown/org/docs/patterns/sandy/instructions/uk.md @@ -0,0 +1,156 @@ +- - - +title: "Sandy circle skirt: Sewing Instructions" +- - - + + + +Due to the different styles and configurations of Sandy you may find you need to skip or re-order certain steps. +We're not going to go into a full explanation on how to create all the individual details that make up a circle skirt. These instructions assume that you know how to sew a zipper, construct pockets, etc. If not, there are numerous excellent articles available on the web, both in writen form, and on video. If you do get stuck, you can always reach out to [other FreeSewers](https://discord.freesewing.org/) in our discord. + + + + + +Due to seamless and closure Sandy's needing different constructions we have separated their instructions. + + + +## Sandy with Closure (default) + +### Step 1: Prepping the Skirt + +- With _good sides together_ sew the skirt seam up to where you intend the opening to start. +- Add Pockets if using. +- If using lining, prep the same as the skirt. +- _Finish_ if not lining. + + + +Pockets are not included in Sandy as it has one seam by default, if you cut multiple skirt pieces instead of a single one you and easily add pockets. + + + +### Step 2: Prep the opening + +- Insert zipper or placket into opening if using. +- If not using, press the openings seam allowance to the inside and _Edgestitch_/_Topstitch_ in place. You may also wish to continue the topstiching down the seam. + + + +Skip this step if you are including the zipper in the waistband. + + + +### Step 3: Lining + +- Face the skirt if desired. +- Attach Lining to skirt at hem and opening by your preferred method. +- _Baste_ Lining to skirt at waist. +- Gather skirt and lining skit if needed. + + + +These instructions will treat the lining and skirt the same at the waist.\ +If not lining you should face the skirt when hemming later. + + + +### Step 4: The waistband + +- Face half the waistbands parts lengthwise. +- With _good sides together_ sew the waistbands together along one of the short edges. +- Press under the seam allowance on the long edge of the waistband that is not faced. +- Attach the faced side of the waistband, _good sides together_ to the skirt. There will be some overhang, the side you wish not to overlap should be overhang by your seam allowance. The side intended to overlap will have a greater overhang. Trim seam. +- Press the waistband and seam allowance up and away from the skirt. +- If inserting a zipper now is the time to do so, attach the zipper from the fold line down. Then follow the rest of the instructions ommiting overhangs and other closures. You will need to attach the lining to the zipper at this point if you have not treated the lining and skirt as one at the opening. +- Press the waistband _good sides together_ along fold-line. +- Sew the overhangs with your seam allowance. +- Turn the waistband out and to the inside, Press. +- _Egdestitch_ the waistband in place, this should also close the gap of the over-lap. +- Alternatively, _Slipstich_ or _Whipstitch_ the waistband in place on the inside and close the gap of the over-lap with _Slipstiching_. +- Add button and buttonhole, snaps or dress hooks, whatever is your preferred closure to the waistband overhang. + + + +If you are having trouble keeping the pressed under seam allowance of the waistband folded/not staying pressed you may find it helpful to _Baste_ the fold in place. + + + +### Step 5: Hemming/Facing + +If you have hemmed the skirt with the lining you can skip this step. + +- Faced the skirt if desired. +- Line the facing if desired. +- Hem the skirt if you have not already done so with the lining. + + + +There are many ways to hem/face the bottom of a skirt, If you have a prefered method use it here. + + + +### Step 6: Enjoy! + +You are all done! Now go enjoy your wonderful new skirt! + +## Sandy with no closure (seamless/elasticated waistband) + +### Step 1: Lining and Skirt + +- Face skirt if desired. +- Attach Lining to skirt at hem by your preferred method if using. +- _Baste_ Lining to skirt at waist. +- _Finish_ seams if not lining. +- Gather skirt and lining skit if needed. + + + +These instructions will treat the lining and skirt the same at the waist.\ +If not lining you should face the skirt when hemming later. + + + +### Step 2: The waistband + +- With _good sides together_ sew the waistband in half along the short seams, leaving a gap for the elastic that will be on the inside. +- Press under the seam allowance on the long edge of the waistband that is intended to be on the inside. +- With _good sides together_ attach the waistband to the skirt along the unpressed seam. Trim seam. +- Press waistband and seam allowance up away from skirt. +- Press the waistband to the inside along the fold-line. +- _Edgestitch_ the waistband in place. +- Alternatively you can _Slipstitch_ or _Whipstitch_ the waistband in place on the inside. +- Cut the elastic to your waist. +- Thread the elastic through the opening of the waistband making sure not to lose the end. +- Overlap the ends by 1cm (3/8 inch) and zig-zag stitch in place. +- Tuck elastic into waistband and close the opening with hand-sewing. + + + +If you are having trouble keeping the pressed under seam allowance of the waistband folded/not staying pressed you may find it helpful to _Baste_ the fold in place. + + + +### Step 3: Hemming/Facing + +If you have hemmed the skirt with the lining you can skip this step. + +- Faced the skirt if desired. +- Line the facing if desired. +- Hem the skirt if you have not already done so with the lining. + + + +There are many ways to hem/face the bottom of a skirt, If you have a prefered method use it here. + + + +### Step 4: Enjoy! + +You all done! Now go enjoy your wonderfully seamless skirt! + + + +These instructions are just a suggestion, there are many ways to construct a circle skirt so feel free to deviate or completely disregard. If you need help, you can always reach out to [other FreeSewers](https://discord.freesewing.org/) in our discord. + + From 0a46d82b772f99287a02dadd7fc392aa156c4500 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:57 +0200 Subject: [PATCH 0537/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sandy/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/measurements/uk.md diff --git a/markdown/org/docs/patterns/sandy/measurements/uk.md b/markdown/org/docs/patterns/sandy/measurements/uk.md new file mode 100644 index 00000000000..25850ff868c --- /dev/null +++ b/markdown/org/docs/patterns/sandy/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Sandy circle skirt: Required Measurements" +- - - + + From da65dd888736f36104181ff19554ebdd0195061d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:58 +0200 Subject: [PATCH 0538/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sandy/options/circleratio/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/circleratio/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/circleratio/uk.md b/markdown/org/docs/patterns/sandy/options/circleratio/uk.md new file mode 100644 index 00000000000..96510017577 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/circleratio/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Circle ratio" +- - - + +![Circle ratio](circleratio.svg) + +The percent of a circle skirt. 100% makes a full circle skirt, 50% makes a half circle skirt. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sandy_circleratio_sample.svg "Effect of this option on the pattern") From 8bd640553f06c9096f0695c6e91677c4ca4ab721 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:14:59 +0200 Subject: [PATCH 0539/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sandy/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/uk.md b/markdown/org/docs/patterns/sandy/options/uk.md new file mode 100644 index 00000000000..3c26ea5ac71 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Sandy circle skirt: Design Options" +- - - + + From 51926f801ddd8432893f29583d013fb6a8c895a6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:00 +0200 Subject: [PATCH 0540/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sandy/options/gathering/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/gathering/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/gathering/uk.md b/markdown/org/docs/patterns/sandy/options/gathering/uk.md new file mode 100644 index 00000000000..ef95f1412ca --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/gathering/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Gathering" +- - - + +![Gathering](gathering.svg) + +The percent by which the top of the skirt is longer than the bottom of the waistband. Give a value higher than 0 to pleat the skirt. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sandy_gathering_sample.svg "Effect of this option on the pattern") From 4c51761025c5c4592abea291609f13699fb5fbd8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:01 +0200 Subject: [PATCH 0541/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sandy/options/hemwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/hemwidth/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md b/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md new file mode 100644 index 00000000000..5d392f9b254 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hem width" +- - - + +![Hem width](hemwidth.svg) + +The width of the hem. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sandy_hemwidth_sample.svg "Effect of this option on the pattern") From 745ba898c14c00d4ac2e0134fc8cfcead94f646d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:03 +0200 Subject: [PATCH 0542/1675] New translations en.md (Ukrainian) --- .../patterns/penelope/options/backdartdepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md diff --git a/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md b/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md new file mode 100644 index 00000000000..8a02444e50c --- /dev/null +++ b/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back dart depth factor" +- - - + +How far down does the back dart go from the waistband. This is a factor of the Natural Waist To Seat measurement. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](penelope_backdartdepthfactor_sample.svg "Effect of this option on the pattern") From 7a2d9ea217ff111759f2be32beba9e685fd26b86 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:04 +0200 Subject: [PATCH 0543/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/penelope/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/measurements/uk.md diff --git a/markdown/org/docs/patterns/penelope/measurements/uk.md b/markdown/org/docs/patterns/penelope/measurements/uk.md new file mode 100644 index 00000000000..bf3f1729598 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Penelope pencil skirt: Required Measurements" +- - - + + From f182601953d2af46a2abc7463d91ff154f2ce310 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:05 +0200 Subject: [PATCH 0544/1675] New translations en.md (Ukrainian) --- .../jaeger/options/shoulderslopereduction/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..11402aff910 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder slope reduction" +- - - + +![Shoulder slope reduction](shoulderslopereduction.svg) + +The amount by which the shoulder slope is reduced to allow for shoulder padding. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_shoulderslopereduction_sample.svg "Effect of this option on the pattern") From 8f8c56f1216c2c8af475d693fefcd5c6b1187053 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:06 +0200 Subject: [PATCH 0545/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/paco/instructions/uk.md | 354 ++++++++++++++++++ 1 file changed, 354 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/instructions/uk.md diff --git a/markdown/org/docs/patterns/paco/instructions/uk.md b/markdown/org/docs/patterns/paco/instructions/uk.md new file mode 100644 index 00000000000..ca195c34151 --- /dev/null +++ b/markdown/org/docs/patterns/paco/instructions/uk.md @@ -0,0 +1,354 @@ +- - - +title: "Paco pants: Sewing Instructions" +- - - + + + +##### A note on seam finishes + +Before you get started, you'll want to decide on your method of seam finishing, or how you tidy +up the raw seams along the legs of your pants to keep them from fraying. There are a lot of +options for this. Common choices are serging the raw edges, or using French seams to encase +the raw edges. + +For these instructions, we'll assume that you are using a serger for seam finishes, but we'll +also provide alternatives. Other options for finishing seams include trimming them with pinking +shears, stitching a zig-zag along the edge of the seam to keep it from fraying, or binding with +bias tape. + + + +## Step 1: Construct the back pockets + +Are you planning to insert welt pockets in the back of your Paco pants? Is so, awesome! This is arguably the trickiest part, and we'll accomplish it first. If not, you can skip ahead to the next step, preparing the front pockets. + +Construct the welt pockets at the back of your trousers, including the pocket bag. + + + +##### Welt pockets + +Constructing a welt pocket is a technique that is used is different garments. That is why it's +branched it off into its own documentation page. + +There’s both written documentation and a video series that shows you how to do it, so even if +you’ve never made welt pockets before, you’ll be fine. + +[To the welt pockets documentation](https://freesewing.org/docs/sewing/double-welt-pockets/) + + + + + +## Step 2: Prepare the front pockets + +Your pockets are cut from a lining material, which can save on weight and bulk, but also means that you'll want to hide them a little bit inside the side seam, so the lining doesn't show. The flap along the outside seam of each leg is for just this purpose. + +If you are using a serger, serge the curved edges of your pocket pieces. Then, serge along the long edges of the pocket flaps. + +![Front pockets with serged edges](step02.svg) + +## Step 3: Attach pockets to pants + +With [good sides together](https://freesewing.org/docs/sewing/good-sides-together/), line up the markings on the edge of the pocket bag with the ends of the flap along the outside seam of the front leg. Sew together. Repeat for second leg. + +![Pockets sewn to front pants](step03.svg) + +Now do the same with the back legs. With good sides together, line up the markings on the edge of the pocket bag with the ends of the flap along the outside seam of the back leg. Before sewing, make sure that your left leg front and back are attached to one pocket, and your right leg front and back are attached to the other. Sew together. + +Press all seams toward the pants (away from the pocket bag). + +![Pressed pockets](step03b.svg) + + + +Optional: You can understitch here, a millimeter or two in from the seam on each side of the pocket +bag, to secure the flaps and pocket bag all together the way you pressed them. + + + +![Understitched pockets](step03c.svg) + +## Step 4: Prepare the side seams and pocket bag + +You should now have two big pieces, each with a front and back leg attached by a pocket. + +Take one of the pieces, and place the front and back leg good sides together. Align the outer side seam, so that the side seam of the leg pieces match up, and the pocket bag edges are aligned, with good sides together. + +## Step 5: Sew the side seams + +You'll sew two separate seams to stitch up your side seams while leaving your pockets open. + +Start at the top of the leg pieces. Sew along the side seam, pivoting as you reach the pocket bag. You can also shorten your stitch length here to reinforce the corner of the pocket opening. Follow the side seam, pivoting again and ending at the top of the pocket. + +Next, you'll close the bottom of the pocket bag and stitch the rest of the side seam. Start at the bottom edge of the pocket bag, sewing along the bottom of the pocket, then pivoting when you get to the side seam of the pants. You can use a shorter stitch length for the first few stitches on the side seam, to reinforce the bottom of the pocket opening. Sew all the way down the leg side seam. + +Repeat for second leg. + +![Sewn up side leg](step05.svg) + +## Step 6: Finish the side seams + +Finishing these seams requires a touch of delicacy, especially around the tops of the pockets. + +It would be difficult to finish the top part of the side seam with a serger, so we'll use a zig-zag stitch. Starting at the top of the side seam, zig-zag stitch along the raw edge of the seam allowance, pivoting around the pocket opening. Continue the zig-zag stitch up the side of the pocket, unless you've serged your pockets already (in which case you can stop when you reach the pocket). + +The bottom opening of the pocket is a tight corner. To finish the seam around this corner, zig-zag stitch the raw edge of the seam allowance, starting where it joins the pocket, pivoting at the corner and continuing about 5 cm (2 in.) down the side seam. You can continue finishing the side seam with a zig-zag stitch all the way down. Alternatively, you can serge the side seam, making sure to stop the line of serger stitches a little ways from the pocket. + + + +Make sure to secure these serger stitches. They won't be caught in any other seams, so they risk +unravelling if left unsecured. + + + +Repeat for second leg. + +![Zig-zag stitched side seams](step06.svg) + +Press the side seams toward the front. + + + +This may feel counterintuitive, as a lot of pants suggest pressing the side seams to the back. +However, with inseam pockets, you'll want the pockets pressed toward the front of the pants. Your +pockets will be fighting your side seam if you press the seam to the back, so we'll press it all +to the front. This will will result in a smoother finish. + + + + + +The corners of a pocket opening are one of the most likely places to wear out or tear, especially +if you use your pockets a lot. If you're worried about tearing at the corners of your pockets, or +if your fabric is more delicate, you can reinforce the pocket openings with bar tacks along the seam +line, just outside the pocket openings. + + + +## Step 7: Anchor pocket bag to waist + +The pockets in Paco are anchored at the waist. This means that you can put things in your pockets without them becoming unsightly bump that’s just dangling around in your trouser leg. + +To anchor each pocket, align the top of the pocket with the mark along the waistline of your pattern. Sew a line of basting stitches inside your seam allowance to hold the pocket in place. + +![Anchored pocket bags showing basted seam](step07.svg) + +## Step 8: Sew and finish the inseams + +Align the inseams with good sides together, then sew up the inseams. Finish the seams the same way you finished the side seams. Press inseams to the back. + +![Sewn up inseam](step08.svg) + +## Step 9: Sew and finish crotch seam + +To attach the individual legs, flip one leg good side out (it doesn't matter which leg), then place it inside the other leg, good sides together. You should now have what looks like just one pant leg, with wrong sides visible. Align the center front, center back, and inseams of each leg, then pin along the length of the crotch seam. Sew and finish the crotch seam. + + + +If you sew from center front to center back, it's easier to keep your inseam seam allowances +pressed to the back as they feed through the machine. + + + +![Crotch seam](step09.svg) + +## Step 10: Place eyelets for the draw string (optional) + +Mark the middle of your waistband length. Fold one of your waistband pieces double, and mark the middle of the width (do not take the seam allowance into account). + +A bit to the left and right of this, you can add two eyelets to pass a drawstring through. Because your Paco pants have elastic in the waistband, as well, this is a nice detail, but is not required. + + + +##### It’s best to add some reinforcement + +If you've chosen a fabric that is slippery, drapey, or thin, you might want to add some reinforcement +behind these eyelets. A bit of interfacing or a leftover piece of denim will do just fine. + + + +![Waistband with eyelets](step10.svg) + +## Step 11: Prepare the waist elastic + +There’s no magic formula for the length of your elastic. So you wrap it around your waist and pull it tight until you get a good fit. Paco is cut to sit at the high hip, so make sure your elastic is long enough to sit comfortably at the high hip. + +Mark this length, cut the elastic, and join the two ends together. + +![Elastic joined with a series of zig-zag stitches](step11.svg) + +## Step 12: Join the waistband + +Place the two waistband pieces good sides together, and align the short edges. Sew the short edges together, then press open. These will be inside the waistband, so you don't need to finish the edges of these seams unless your fabric is particularly likely to fray. + +![Joined waistband pieces](step12.svg) + +Fold the waistband double along the length, with good sides out, and press. This fold will be the top of your waistband. + +## Step 13: Attach the waistband + +You have two options for attaching your waistband. One is a bit simpler, but leaves an exposed seam on the inside. The other is a bit more fiddly, but it encloses the raw edges of your fabric. + +### The simpler method + +Keep your waistband folded double, and place the elastic inside. Make sure to align the place where the elastic is joined with the back of the waistband (opposite the eyelets). + +Find the center front of your waistband (easy if there are eyelets, if not just fold it double), and align that with the center front seam of your pants. Make sure that your waistband is outside of your pants, with good sides together. Pin in place. + + + +##### Mind your eyelets + +If you’ve made eyelets in your waistband, double check that they are placed towards the outside, +not the inside of your waistband. + + + +Next, align the center backs and pin in place, adding additional pins around the waistband as needed. + +Sew the waistband to the pants, as close to the the elastic as you can, but don’t sew into the elastic. + +![Waistband sewn with simple method](step13.svg) + +It’s fine to not sew too close the first time around, and once your elastic is attached and encased, make a second round to sew it a bit more snugly. + +Remove any basting stitches from the tops of the pocket bags. + +Finish the seam with a serger or other method. + +### The enclosed seam method + +Open the waistband. You will still be able to see the fold along its length, but you will be working with each side of the waistband individually. + +Find the center front of your waistband (easy if there are eyelets, if not just fold it double), and align that with the center front seam of your pants. Make sure that your waistband is outside of your pants, with good sides together. Pin in place. + + + +##### Mind your eyelets + +To make sure your eyelets will end up on the outside, make sure they are closer to the top of your +waistband, above the fold, for now. + + + +![Open waistband sewn to pants](step13b.svg) + +Next, align the center back of your waistband with the center back seam. Pin in place. Then, add additional pins around the waistband as needed. + +Sew the waistband to the pants. + +Press the waistband up. Press the seam allowance in on the opposite side of the waistband, maintaining the fold along the center of the waistband. + +Refold the waistband, turning half the waistband to the inside. Pin so that the seam allowance on the inside is just below the seam joining the waistband to the pants, and pin in place around the waistband. From the outside, stitch in the ditch, catching the inner waistband as you go. + + + +![Waistband sewn with enclosed seams](step13c.svg) + +## Step 14: Prepare the cuff elastic + +As you did with the waistband elastic, wrap the elastic for your cuff around your ankle and pull it tight until you get a good fit. + +Mark this length, cut the elastic, and join the two ends together. Repeat for the other cuff elastic. + +![Elastic joined with zig-zag stitching](step14.svg) + +## Step 15: Join the cuffs + +Fold each cuff with good sides together, aligning the short edges. For each cuff, sew the short edges together, then press open. These will be inside the cuff, so you don't need to finish the edges of these seams unless your fabric is particularly likely to fray. + +![Joined cuffs](step15.svg) + +Fold each cuff double along the length, with good sides out, and press. This fold will be the bottom of your cuffs. + +## Step 16: Attach the cuffs + +You will attach your cuffs the same way that you attached the waistband. As with the waistband, there are two options - a simpler choice, and a choice without exposed seams on the inside. + + + +If your sewing machine has a detachable bed (usually removed to expose the "free arm" for sewing +sleeve cuffs), this will make sewing the cuffs easier. + + + +### The simpler method + +Keep your cuffs folded double, and place the elastic inside. + +Align the seam in the cuff with the inseam of the pants. Make sure that your cuff is outside of your pants, with good sides together. Pin in place, then pin the rest of the way around the cuff. + + + +##### Pinning the cuffs + +The elastic will make the cuffs more difficult to pin. To make sure that your cuffs are pinned evenly +to the pants, place your second pin on the opposite side of the leg opening from the first. You can +stretch the elastic to make sure that everything is lined up smoothly, then place your next pins halfway +between the first two. Continue this way, pinning halfway between other pins, until you feel confident +there are enough. + + + +Sew the cuff to the pants opening, as close to the the elastic as you can, but don’t sew into the elastic. + +![Cuffs sewn with simple method](step16.svg) + +Finish the seam with a serger or other method. + +### The enclosed seam method + +Open the cuff. You will still be able to see the fold along its length, but you will be working with each side of the cuff individually. + +Align the seam in the cuff with the inseam of the pants. Make sure that your cuff is outside of your pants, with good sides together. Pin in place, then pin the rest of the way around the cuff. + +Sew the cuff to the pants. + +![Sewing the open cuffs to the pants](step16b.svg) + +Press the cuff away from the pants. Press the seam allowance in on the opposite side of the cuff, maintaining the fold along the center of the cuff. + +Refold the cuff, turning half the cuff to the inside. Pin so that the seam allowance on the inside is just past the seam joining the cuff to the pants, and pin in place around the cuff. From the outside, stitch in the ditch, catching the inner cuff as you go. + +![Cuffs sewn with enclosed seams](step16c.svg) + +## Step 17: Stitching the cuffs and waistband (optional) + +If you have wider cuff elastic, you may want to stitch a horizontal line halfway up the cuff. This will hold your elastic in place and help keep it from folding or twisting. Make sure to stretch the elastic evenly as you sew, so that it gathers the fabric evenly. (If you sew without stretching the elastic, you risk lumpy gathers and a leg opening too narrow to get your foot through.) + + + +If you like the look, you can also sew more than one line of stitches, evenly spaced between the top and bottom of the cuff. + +You can do the same for the waistband. + +![Waistband and cuffs with decorative stitching](step17.svg) + + + +If you put in eyelets for a drawstring, sew a line of stitches above the eyelets and a separate line +below the eyelets, leaving a channel wide enough for your drawstring. + + + +## Step 18: Thread a draw string around the waist (optional) + +If you put eyelets in your waistband, thread a drawstring through one eyelet, around the waist, and out of the other eyelet. + + + +There are tools to make this task easier, but one that almost everyone has is a simple safety pin. +Pin the safety pin to one end of your drawstring, then push it through the channel. The safety pin +will be easier to maneuver through the fabric, and it will pull the drawstring along with it. + + + +![Paco threaded with drawstring](step18.svg) + +## Step 19: Enjoy your Paco pants! + +You did it! Way to go! + + From 1b3eda909e46395193bd1ec57782937f7cce3e58 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:07 +0200 Subject: [PATCH 0546/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/sidefrontplacement/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md new file mode 100644 index 00000000000..bf63f2fdd8f --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Side/Front placement" +- - - + +![Side-front placement](sidefrontplacement.svg) + +Location of the front/side boundary as a proportion of your chest circumference. Higher numbers make a wider side panel. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_sidefrontplacement_sample.svg "Effect of this option on the pattern") From 273af8ea77d452f0727b7fd1c65f57a9d9c25ce0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:08 +0200 Subject: [PATCH 0547/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/sleevebend/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md new file mode 100644 index 00000000000..d3d1aa0d108 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve bend" +- - - + +![Sleeve bend](sleevebend.svg) + +The bend at the elbow of your sleeve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_sleevebend_sample.svg "Effect of this option on the pattern") From 84c175a61a1df86cad5164c925dcd274c8ad2353 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:09 +0200 Subject: [PATCH 0548/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/sleevecapease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md new file mode 100644 index 00000000000..774db74408c --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleevecap ease" +- - - + +![Sleevecap ease](sleevecapease.svg) + +The ease on the sleevecap. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_sleevecapease_sample.svg "Effect of this option on the pattern") From 5959b79e9589ac4852a61c3ec00b72383f8d758e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:10 +0200 Subject: [PATCH 0549/1675] New translations en.md (Ukrainian) --- .../jaeger/options/sleevelengthbonus/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..e1c07988bd4 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Sleeve length bonus" +- - - + +![Sleeve length bonus](sleevelengthbonus.svg) + +The amount to extend the sleeve beyond the length of the sleeve in the base block. + + + +###### This is not supposed to be zero + +Setting this to zero will make the sleeve length the same as the base length of the Bent block, +which is certainly too short for a coat. +Please take note of the default value and use that as a basis to lengthen or shorten the sleeve. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From 7ac315204fc6b296f187dcc1ecd299fa808d1eab Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:11 +0200 Subject: [PATCH 0550/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/sleeveventlength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md b/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md new file mode 100644 index 00000000000..4f58d6fa97a --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleeve vent length" +- - - + +Controls the length of the sleeve vent. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_sleeveventlength_sample.svg "Effect of this option on the pattern") From b4c811cd26677058bd599101a173fd9a9e945136 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:11 +0200 Subject: [PATCH 0551/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/sleeveventwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md new file mode 100644 index 00000000000..cd4c228ed61 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleeve vent width" +- - - + +Controls the width of the sleeve vent. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_sleeveventwidth_sample.svg "Effect of this option on the pattern") From 51dbaa0bd2e8353adaba13c1b3e9ad41d9442f31 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:12 +0200 Subject: [PATCH 0552/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/waistease/uk.md b/markdown/org/docs/patterns/jaeger/options/waistease/uk.md new file mode 100644 index 00000000000..cf81b723d2a --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +![Waist ease](waistease.svg) + +The amount of ease at your waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_waistease_sample.svg "Effect of this option on the pattern") From 9748e045480ab975427dcd943d513e03b5c66974 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:13 +0200 Subject: [PATCH 0553/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/paco/cutting/uk.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/cutting/uk.md diff --git a/markdown/org/docs/patterns/paco/cutting/uk.md b/markdown/org/docs/patterns/paco/cutting/uk.md new file mode 100644 index 00000000000..4b30e385450 --- /dev/null +++ b/markdown/org/docs/patterns/paco/cutting/uk.md @@ -0,0 +1,34 @@ +- - - +title: "Paco pants: Cutting Instructions" +- - - + + + +###### Cut out only what you need + +Depending on the choices you made in your pattern, you may not need all parts. +If a pattern part is not printed, it means you don't need it. + + + +- From your main fabric: + - 2x **part 1**: This is the back panel. Cut these from your **main fabric** with _good sides together_ + - 2x **part 2**: This is the front panel. Cut these from your **main fabric** with _good sides together_ + - 2x **part 3**: This is the waistband. Cut it from your **main fabric** + - 2x **part 4**: This is the ankle cuff. Cut these, from your **main fabric** with _good sides together_ (not needed if your chose not to have an elasticated hem) + - 2x **part 7**: This is the back pocket welt. Cut 2 of these from your **main fabric** with _good sides together_ +- From your lining fabric: + - 2x **part 5**: This is the front pocket bag. Cut these, from your **lining fabric** _on the fold_ (not needed if you chose to not have front pockets) + - 2x **part 6**: This is the back pocket bag. Cut 2 of these from your **lining fabric** _on the fold_ +- From interfacing: + - 2x **part 8**: This is the back pocket welt interfacing. Cut 2 of these from **interfacing** + + + +#### Caveats + +- There is no seam allowance on the interfacing +- There is extra seam allowance on the waist band and hem +- The waistband is a mere rectangle, so it's not fully printed to save paper + + From cec77b06eae19f6a6576306f6574a7471a0c138b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:14 +0200 Subject: [PATCH 0554/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/paco/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/uk.md diff --git a/markdown/org/docs/patterns/paco/uk.md b/markdown/org/docs/patterns/paco/uk.md new file mode 100644 index 00000000000..13fbb58b4d2 --- /dev/null +++ b/markdown/org/docs/patterns/paco/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Paco pants" +- - - + + From f482b56625e12a680c119e462a1d6563f51c623d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:15 +0200 Subject: [PATCH 0555/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/paco/fabric/uk.md | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/fabric/uk.md diff --git a/markdown/org/docs/patterns/paco/fabric/uk.md b/markdown/org/docs/patterns/paco/fabric/uk.md new file mode 100644 index 00000000000..bab5209802a --- /dev/null +++ b/markdown/org/docs/patterns/paco/fabric/uk.md @@ -0,0 +1,23 @@ +- - - +title: "Paco pants: Fabric Options" +- - - + +These work best in a lighter fabric with relatively good drape. + +A light cotton, or chambray are particularly well-suited.\ +Rayon or jersey will work too, but will give it a more casual-look. + +For the opposite effect, less casual and more style, you can consider a silk blend or light wool. + + + +###### Some things to avoid + +Resist the temptation to make these in linen. +While linen is the go-to for hot summer days, I would not recommend it for these pants +as they come with an elasticated waist/cuffs, which means wrinkle hell. +Use one of out other designs with a fitted waist if you want linen pants. + +Also avoid picking a fabric with a lot of stretch, for it will complicate matters when you're installing the elastic. + + From 532e14632b22ac37293957d2b8b8cab5d0f16c13 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:16 +0200 Subject: [PATCH 0556/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/paco/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/measurements/uk.md diff --git a/markdown/org/docs/patterns/paco/measurements/uk.md b/markdown/org/docs/patterns/paco/measurements/uk.md new file mode 100644 index 00000000000..a7ed7331775 --- /dev/null +++ b/markdown/org/docs/patterns/paco/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Paco pants: Required Measurements" +- - - + + From 372ff7ef0452d42491f2981177146bb7ee6beeae Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:18 +0200 Subject: [PATCH 0557/1675] New translations en.md (Ukrainian) --- .../docs/patterns/penelope/instructions/uk.md | 130 ++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/instructions/uk.md diff --git a/markdown/org/docs/patterns/penelope/instructions/uk.md b/markdown/org/docs/patterns/penelope/instructions/uk.md new file mode 100644 index 00000000000..8d0413b018e --- /dev/null +++ b/markdown/org/docs/patterns/penelope/instructions/uk.md @@ -0,0 +1,130 @@ +- - - +title: "Penelope pencil skirt: Sewing Instructions" +- - - + + + +Due to the different styles and configurations of Penelope, we will first go over some tips of the different elements that make up a pencil skirt. + + + +## Notes and tips + +### Lining + +Pencil skirts are tight. This limits your movement quite a bit. More so, when you try to sit down, the skirt may try to pull itself off your waist, or, when you get back up, stay quite high on your bum. Lining the skirt will make it move a lot easier around your curves, and thereby make it easier for you to move. + +Adding lining can be done by creating a slightly shorter front and back piece, that has some extra fabric in the middle. The extra fabric makes it easier for the lining to move. One inch for each of the front and back pieces is enough. You can either make a box pleat in the front and back, or add the extra fabric where the darts are. You do not need to sew darts in the lining fabric. Just a pleat at the dart position will be fine. + +### Waistband + +A waistband is optional on Penelope. If you omit it, there will be quite some stress on the top of the zipper. Make sure your zipper is up to the task. An invisible zipper might not be the best option then, since they can't always take that much strain. + +### Zipper + +Without the zipper it will be impossible to get in and out of the skirt. So it should be at least the length from your waist to the largest part of your bum. Longer will make it easier to put the skirt on and off. Don't use one that's too long, because the part of the seam where the zipper is behaves differently than the part without it, and you want to try to make it invisible also in movement. + +Traditionally, an invisible zipper is used in a pencil skirt but a regular zipper will work just as well. You can even use a zipper that constrast your fabric if the fancy takes you. Choose what works for you and the style you're going for. Be creative (or not) it is entirely up to you! All though if your fabric is on the heavier side you might want to opt for a different closure entirely. + +### Vent + +A vent in the back is optional with Penelope. It will allow you to walk a lot easier than if you make the skirt without it. The vent also influences where the zipper will be located. If you choose to have no vent, the default zipper location is on the side seam, and the back will be cut-on-fold. With the vent, there has to be a seam in the back piece, and the zipper will be located on that seam. + +### Darts + +Darts are used to compensate for the difference between your waist and seat measurements. Depending on this difference, there can be two darts, one dart, or no darts at all. More darts make for a potentially better fit. But if the amount of fabric that the dart will take in becomes too small, the number of darts will be reduced. Otherwise it would be very difficult to sew the darts, and they would probably become rather unsightly. Some of the difference will be taken in by the side seam, and if the difference is small, no darts will be included in the front and back pieces. + +## Construction + + + +We're not going to go into a full explanation on how to create all the individual details +that make up a pencil skirt. These instructions assume that you know how to sew a dart, insert an invisible +zipper, make a vent, etc. If not, there are numerous excellent articles available on the +web, both in writen form, and on video. If you do get stuck, you can always reach out to +[other FreeSewers](https://discord.freesewing.org/) in our discord. + + + +### Step 1: Darts + +- Sew all the darts. +- Press the darts towards the back. + - For the back piece(s), that means you press the darts towards eachother. + - For the front piece, that means you press the darts towards the side seams. + +### Step 2: The zipper + +- With _good sides together_, sew the seam that has the zipper leaving the top open for the zipper. +- Insert the zipper into the seam following the procedure that is appropriate for the type of zipper you're using. + + + +If using a different closure, construct it during this step. + + + +### Step 3: Sew the side seams + +- With _good sides together_, sew up both the side seams. +- With _good sides together_, if not the zipper seam, sew the centre back seam either completely or down to the vent if included. + +### Step 4: The lining (Optional) + +You can skip this step if not making a lining. + +- Follow Step 1 - 4 to construct the lining with the following changes: + - Adjust the darts to compensate for the extra 'ease' in the lining pieces. + - Do not include the zipper but leave the opening in the zipper seam. +- Attach the lining to the body in your prefered way. You will need to construct the vent during this and connect the lining to the zipper. + + + +How to distribute the extra 'ease' is up to you. You can either add it to the darts by increasing them. or you can add another dart or box pleat in the middle. + + + + + +If you prefer to insert the zipper with the main and lining fabric as one, you will need to omit inserting the zipper until this step. + + + +### Step 5: The waistband + +- Face lengthwise half of the waistband. +- Press a fold the waistband in half lengthwise. +- With _good sides together_ sew the face half of the waistband to the top of the skirt. Part of this waistband should overhang the zipper seam. +- Press the waistband up and away from the skirt. +- Press the remaining waistband seam allowances to the inside of the waistband. +- Fold and press the waistband to the inside along fold line. +- _Stitch in the ditch_ to secure the waistband. +- _Slipstitch_ or _Whipstitch_ the gap in the waistband that goes over the zipper seam +- Construct your preferred choice of closure where the waistband overlaps. + + + +Alternatively you can _Edgestitch_ the waistband in place which will admit the need to hand-stitch the gap closed but this will leave visible stitching.\ +The closure can be a button and buttonhole, snaps or simple dress hooks. It's really up to you. + + + +### Step 6: The hem and vents + +This step is only needed if you have not lined your skirt as the hem and vents would have been taken care of in that step. + +- If desired, face the hem and vents. +- Construct the vents with your preferred method +- Press under the hem allowances of the skirt. +- If hem is large enough and/or the fabric press under a small amount along the top, this will help to prevent farying. +- Secure the hem in place with your preferred method. For instance you can sew from the outside or _Slipstitch_ from the inside. This comes down to how you want the finished product to look. + + + +If the seam allowances are big enough you can sew the hems as narrow hems. This is especially useful if your fabric is prone to fraying. + + + +### Step 7: Enjoy! + +- Now all that's left to do is to enjoy you new skirt! From 27eb6f1e46845f87b1618d7bcdc7173f21b94bd7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:18 +0200 Subject: [PATCH 0558/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/paco/needs/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/needs/uk.md diff --git a/markdown/org/docs/patterns/paco/needs/uk.md b/markdown/org/docs/patterns/paco/needs/uk.md new file mode 100644 index 00000000000..60b8edddccd --- /dev/null +++ b/markdown/org/docs/patterns/paco/needs/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Paco pants: What You Need" +- - - + +To make Paco, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 1.25 meters (1.4 yards) (depending on your height) of a suitable fabric ([see Fabric options](/docs/patterns/paco/fabric)) +- 30cm (12") of lining for the pocket bags +- A little bit of interfacing for the pocket welts (only needed if you opted for back pockets) +- A drawstring and two eyelets (optional) +- Enough wide flat elastic for your waist and cuffs From 1d5199effdf043c691950de7c9b63060f77560c8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:19 +0200 Subject: [PATCH 0559/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/paco/options/ankleelastic/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/ankleelastic/uk.md diff --git a/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md b/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md new file mode 100644 index 00000000000..4a5a97c07ad --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ankle/Hem elastic width" +- - - + +If you're using an elasticated hem at the ankle, use this to set the width of the elastic you'll use. + +In other words, this will control the height of the cuff. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_ankleelastic_sample.svg "Effect of this option on the pattern") From 69c627c9cff31a687efe17824917a42dee227fcd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:21 +0200 Subject: [PATCH 0560/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/paco/options/backpockets/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/backpockets/uk.md diff --git a/markdown/org/docs/patterns/paco/options/backpockets/uk.md b/markdown/org/docs/patterns/paco/options/backpockets/uk.md new file mode 100644 index 00000000000..d4c24878bb2 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/backpockets/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back pockets" +- - - + +Whether to include back pockets, yes or no. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_backpockets_sample.svg "Effect of this option on the pattern") From bc597acaab77165f7666f58e3f04027dfc98455e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:22 +0200 Subject: [PATCH 0561/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/paco/options/elasticatedhem/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md diff --git a/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md b/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md new file mode 100644 index 00000000000..0db6ad1bf58 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Elasticated hem" +- - - + +Whether you want to include an elasticated cuff at the ankle, or rather prefer a classic hemmed leg. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_elasticatedhem_sample.svg "Effect of this option on the pattern") From 62d4d89a7eb5c76df77be6e198bded3606b4f573 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:23 +0200 Subject: [PATCH 0562/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/paco/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/uk.md diff --git a/markdown/org/docs/patterns/paco/options/uk.md b/markdown/org/docs/patterns/paco/options/uk.md new file mode 100644 index 00000000000..fbdee95fb00 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Paco pants: Design Options" +- - - + + From 49567e1f4696636cbca057ac819967105e231a0d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:24 +0200 Subject: [PATCH 0563/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/paco/options/frontpockets/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/frontpockets/uk.md diff --git a/markdown/org/docs/patterns/paco/options/frontpockets/uk.md b/markdown/org/docs/patterns/paco/options/frontpockets/uk.md new file mode 100644 index 00000000000..f9482851239 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/frontpockets/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front pockets" +- - - + +Whether to include front pockets (on the side seam) or not. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_frontpockets_sample.svg "Effect of this option on the pattern") From ad23d0be47eb64f989ec98113361a3dadb986a04 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:25 +0200 Subject: [PATCH 0564/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/paco/options/heelease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/heelease/uk.md diff --git a/markdown/org/docs/patterns/paco/options/heelease/uk.md b/markdown/org/docs/patterns/paco/options/heelease/uk.md new file mode 100644 index 00000000000..04bfcf82342 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/heelease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Heel ease" +- - - + +This controls the amount of ease at the instep, or heel. + +Increase this to make it easier to get in and out of your pants. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_heelease_sample.svg "Effect of this option on the pattern") From da6440d560c48c234847ce060015088d1da3b0a0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:26 +0200 Subject: [PATCH 0565/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/penelope/cutting/uk.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/cutting/uk.md diff --git a/markdown/org/docs/patterns/penelope/cutting/uk.md b/markdown/org/docs/patterns/penelope/cutting/uk.md new file mode 100644 index 00000000000..22f7b10c428 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/cutting/uk.md @@ -0,0 +1,39 @@ +- - - +title: "Penelope pencil skirt: Cutting Instructions" +- - - + + + +The number of back parts depends on whether you want a vent, or have moved the zipper to the back seam.\ +Either one of these options will require you to cut out two individual back parts. Otherwise the back is cut on the fold.\ +Due to this, the cutting list does not specify how many back parts to cut as the pattern options determine this. + + + +**Main Fabric** + +- Cut **1 front** part on fold. +- Cut **back** part(s). +- (Optional) Cut **1 waistband** parts on the fold. + +**Lining Fabric (Optional)** + +- Cut **1 front** part on fold. +- Cut **back** part(s). + + + +[See Penelope Instructions](docs/patterns/penelope/instructions/#lining) to understand alterations to the front and back parts required for the lining. + + + +**Interfacing** + +- Cut **1 waistband** part on the fold. + + + +When you cut out a piece on the fold, remember that the fold does not need to be in the middle of the fabric. +Choosing the placement of your pieces wisely can greatly reduce the amount of fabric you need for your skirt. + + From 30cd43d293630be6e32b49be12ec9c576ec280f3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:27 +0200 Subject: [PATCH 0566/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/penelope/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/uk.md diff --git a/markdown/org/docs/patterns/penelope/uk.md b/markdown/org/docs/patterns/penelope/uk.md new file mode 100644 index 00000000000..daf45d16f31 --- /dev/null +++ b/markdown/org/docs/patterns/penelope/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Penelope pencil skirt" +- - - + + From c1323e02d58784e6581c06c409ec2bb0bc6ee276 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:28 +0200 Subject: [PATCH 0567/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/penelope/fabric/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/penelope/fabric/uk.md diff --git a/markdown/org/docs/patterns/penelope/fabric/uk.md b/markdown/org/docs/patterns/penelope/fabric/uk.md new file mode 100644 index 00000000000..3ab580e108e --- /dev/null +++ b/markdown/org/docs/patterns/penelope/fabric/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Penelope pencil skirt: Fabric Options" +- - - + +### Main Fabric + +A pencil skirt is a rather formal cut, and most commonly is made in a suiting material. In other words, a **fine wool**. More casual options among **medium weight** fabrics include **cotton** or **denim**. + +Using a fabric with some stretch will make it easier to get a comfortable fit and give you some more room to move about as pencil skirts fit rather tight. **Scuba** is often seen in pencil skirts as it is firm, has body but also stretchs. + +### Lining Fabric + +The lining fabric needs to be light, and allow the body to slide over it easily. You also don't want something to thick as this will be constricting. **Silky** fabrics are the go to choice as they are lightweight and slippery. From cb0996ca84ea2e1313816df8182d09c4251183ee Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:29 +0200 Subject: [PATCH 0568/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sandy/options/lengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md b/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md new file mode 100644 index 00000000000..b40335a1f68 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length bonus" +- - - + +![Length bonus](lengthbonus.svg) + +The length of the skirt. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sandy_lengthbonus_sample.svg "Effect of this option on the pattern") From 67449cb343a98cb69f770e8d90acf0ffb914c817 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:30 +0200 Subject: [PATCH 0569/1675] New translations en.md (Ukrainian) --- .../sandy/options/seamlessfullcircle/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md b/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md new file mode 100644 index 00000000000..10fe655ab63 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Seamless full circle" +- - - + +![Seamless full circle](seamlessfullcircle.svg) + +Select 'yes' for a seamless circle, which is cut on a double fold. Since it has no openings, you'll need an elastic waistband. + + + +This produces a full circle ignoring the _Circle percent_ option. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sandy_seamlessfullcircle_sample.svg "Effect of this option on the pattern") From 6fd2a25c67f0d8a0f51aeca86fffecc449a97c69 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:30 +0200 Subject: [PATCH 0570/1675] New translations en.md (Ukrainian) --- .../simon/options/buttonplacketstyle/uk.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md diff --git a/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md b/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md new file mode 100644 index 00000000000..8c1eac74410 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md @@ -0,0 +1,23 @@ +- - - +title: "Button placket style" +- - - + +![Button placket style](buttonplacketstyle.svg) + +Do you want the button placket to be sewn in place (classic style), or folded back and held in place by the buttons (seamless style)? + + + +Seamless is less work, and it looks great. + + + + + +As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a seperate button placket. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_buttonplacketstyle_sample.svg "Effect of this option on the pattern") From 7e47957bb2c70a17df0f6093eca1fcccb01bdd24 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:31 +0200 Subject: [PATCH 0571/1675] New translations en.md (Ukrainian) --- .../options/barrelcuffnarrowbutton/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md diff --git a/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md b/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md new file mode 100644 index 00000000000..6f273d7c145 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Cuff narrow button" +- - - + +![Barrel cuff narrow button](./barrelcuffnarrowbutton.svg) + +Do you want an extra button to button up your cuff more tightly? + +If you are wearing your shirt under a tight-fitting (at the wrist) sweater or cardigan, this button allows you to make your cuff more narrow, so it doesn't bunch up all ugly. + + + +This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_barrelcuffnarrowbutton_sample.svg "Effect of this option on the pattern") From 5228f527f246f1ccd5df9dd123e0fc45ad4a1e70 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:32 +0200 Subject: [PATCH 0572/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/bicepsease/uk.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/simon/options/bicepsease/uk.md b/markdown/org/docs/patterns/simon/options/bicepsease/uk.md new file mode 100644 index 00000000000..994b308e154 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/bicepsease/uk.md @@ -0,0 +1,27 @@ +- - - +title: "Biceps ease" +- - - + +![Biceps ease](./bicepsease.svg) + +How much do you want the sleeve to be wider than your upperarm circumference? + + + +###### What's the point? + +It's actually men with big arms who prefer a tighter fit, and thus less ease here. That's because it draws attention to their strong upper arms. + +If your upper arms are more skinny, you'll want some more ease here to smooth things out a bit. + + + + + +We will try to respect your choice here, but out priority is to fit the sleeve in the armhole. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_bicepsease_sample.svg "Effect of this option on the pattern") From e875919ce2f5db0fdce85d818de06e8afbed2acb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:33 +0200 Subject: [PATCH 0573/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/boxpleat/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/boxpleat/uk.md diff --git a/markdown/org/docs/patterns/simon/options/boxpleat/uk.md b/markdown/org/docs/patterns/simon/options/boxpleat/uk.md new file mode 100644 index 00000000000..7e6d1318c7c --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/boxpleat/uk.md @@ -0,0 +1,11 @@ +--- +title: "Box pleat" +--- + +--- + +Adds a box pleat to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_boxpleat_sample.svg "Effect of this option on the pattern") From 9f4dafd4188928ec1683a236fcc6b0c72d52d44a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:34 +0200 Subject: [PATCH 0574/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simon/options/boxpleatfold/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/boxpleatfold/uk.md diff --git a/markdown/org/docs/patterns/simon/options/boxpleatfold/uk.md b/markdown/org/docs/patterns/simon/options/boxpleatfold/uk.md new file mode 100644 index 00000000000..17648ccd956 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/boxpleatfold/uk.md @@ -0,0 +1,11 @@ +--- +title: "Box pleat fold" +--- + +--- + +Controls how much the box pleat at the back is folded/pleated. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_boxpleatfold_sample.svg "Effect of this option on the pattern") From cae86f4b6214c77cebdc9c6526fd6e7cd1a273ac Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:35 +0200 Subject: [PATCH 0575/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simon/options/boxpleatwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/boxpleatwidth/uk.md diff --git a/markdown/org/docs/patterns/simon/options/boxpleatwidth/uk.md b/markdown/org/docs/patterns/simon/options/boxpleatwidth/uk.md new file mode 100644 index 00000000000..d629f03bbd3 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/boxpleatwidth/uk.md @@ -0,0 +1,11 @@ +--- +title: "Box pleat width" +--- + +--- + +Controls the width of the (optional) box pleat at the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_boxpleatwidth_sample.svg "Effect of this option on the pattern") From ddb52f8d4e9d95fabdb75fcbfd07d43727e86338 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:37 +0200 Subject: [PATCH 0576/1675] New translations en.md (Ukrainian) --- .../simon/options/buttonfreelength/uk.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md diff --git a/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md b/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md new file mode 100644 index 00000000000..0aea675343c --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md @@ -0,0 +1,26 @@ +- - - +title: "Button free length" +- - - + +![Button free length](./buttonfreelength.svg) + +How much before your waistband do you want your last button to sit? + + + +###### What's the point? + +Having buttons below your waistband is considered by many to be an annoyance. +They get caught up in your belt, and complicate bathroom breaks. + +By default, the last button sits 1cm above your waistband, +but this option allows you to move it further upwards for that shirt you are going to wear with those high-waisted trousers. + +If you want to have buttons below your waistband, you can. You should enter a negative value here, +making sure it's within the length bonus you have available. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_buttonfreelength_sample.svg "Effect of this option on the pattern") From 644dc92b4ca3e8cdc157009d974ed9c64959a3f6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:37 +0200 Subject: [PATCH 0577/1675] New translations en.md (Ukrainian) --- .../options/buttonholeplacketfoldwidth/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md diff --git a/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md b/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md new file mode 100644 index 00000000000..a125348b92b --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Buttonhole placket fold width" +- - - + +![Buttonhole placket fold width](buttonholeplacketfoldwidth.svg) + +The width of the fold on a classic style buttonhole placket. + + + +If you have a fabric with a pattern (striped or checkers for example) you can set the fold to half the width of your repeating pattern. +This way, your pattern will match perfectly. + +This only applies to a classic placket. So it will be ignored if you opted for a seamless buttonhole placket style. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_buttonholeplacketfoldwidth_sample.svg "Effect of this option on the pattern") From fd15f29f1a63bd95588311cd40ac252d1e2d71a6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:38 +0200 Subject: [PATCH 0578/1675] New translations en.md (Ukrainian) --- .../options/buttonholeplacketstyle/uk.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md diff --git a/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md b/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md new file mode 100644 index 00000000000..e3f675391c9 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md @@ -0,0 +1,23 @@ +- - - +title: "Buttonhole placket style" +- - - + +![Buttonhole placket style](buttonholeplacketstyle.svg) + +Do you want classic buttonhole placket, or a seamless one (sometimes called French style)? + + + +Seamless is less work, and it looks great. + + + + + +As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a seperate buttonhole placket. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_buttonholeplacketstyle_sample.svg "Effect of this option on the pattern") From 1608b3fcf00ede06eef83b6895230730d09ed327 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:40 +0200 Subject: [PATCH 0579/1675] New translations en.md (Ukrainian) --- .../simon/options/buttonholeplacketwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md diff --git a/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md b/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md new file mode 100644 index 00000000000..4cd253654a2 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Buttonhole placket width" +- - - + +![Buttonhole placket width](buttonholeplacketwidth.svg) + +The width of your buttonhole placket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_buttonholeplacketwidth_sample.svg "Effect of this option on the pattern") From 935a5d75fa6aaf0cb3ce3dfbfa213021525f5610 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:41 +0200 Subject: [PATCH 0580/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/buttonplacketwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md diff --git a/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md b/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md new file mode 100644 index 00000000000..44396d9a1fd --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Button placket width" +- - - + +![Button placket width](buttonplacketwidth.svg) + +The width of your button placket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_buttonplacketwidth_sample.svg "Effect of this option on the pattern") From f49bc1c4161da35bd8b547a6160bf69b01f4425e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:42 +0200 Subject: [PATCH 0581/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/backdarts/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/backdarts/uk.md diff --git a/markdown/org/docs/patterns/simon/options/backdarts/uk.md b/markdown/org/docs/patterns/simon/options/backdarts/uk.md new file mode 100644 index 00000000000..27a3d2cf8bf --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/backdarts/uk.md @@ -0,0 +1,11 @@ +--- +title: "Back darts" +--- + +--- + +By default, the pattern will add back darts when they are needed. But you can also choose to always, or never, have back darts. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_backdarts_sample.svg "Effect of this option on the pattern") From fc4db53306ae978e70a8e02e705047cb467359f0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:43 +0200 Subject: [PATCH 0582/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/buttons/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/buttons/uk.md diff --git a/markdown/org/docs/patterns/simon/options/buttons/uk.md b/markdown/org/docs/patterns/simon/options/buttons/uk.md new file mode 100644 index 00000000000..a3f9efaa52d --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/buttons/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Number of buttons" +- - - + +![Buttons](buttons.svg) + +The number of buttons on your shirt. Excluding cuff buttons, and the optional extra top button. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_buttons_sample.svg "Effect of this option on the pattern") From 55dea7b56a4b0cde39f0aeb10830902e440b997a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:44 +0200 Subject: [PATCH 0583/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/chestease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/simon/options/chestease/uk.md b/markdown/org/docs/patterns/simon/options/chestease/uk.md new file mode 100644 index 00000000000..57a6dd442e3 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/chestease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest ease" +- - - + +![Chest ease](chestease.svg) + +How much room do you want at the chest? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_chestease_sample.svg "Effect of this option on the pattern") From ab1b525b8b009a95f3289c3bd1101e697d503a68 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:45 +0200 Subject: [PATCH 0584/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/collarangle/uk.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/collarangle/uk.md diff --git a/markdown/org/docs/patterns/simon/options/collarangle/uk.md b/markdown/org/docs/patterns/simon/options/collarangle/uk.md new file mode 100644 index 00000000000..1c40fee84a7 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/collarangle/uk.md @@ -0,0 +1,23 @@ +- - - +title: "Collar angle" +- - - + +![Collar angle](collarangle.svg) + +The number of degrees between the collar edge and the grainline. + + + +###### What's the point? + +Together with the collar height, this is the most important factor for the style of your collar. + +Higher values mean a more cut-away style. + +In the example image, the top is 80 degrees (the default) and the bottom is 110 degrees. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_collarangle_sample.svg "Effect of this option on the pattern") From 1ded6cd8a7c9db7cbc170022d27225c5a08442df Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:46 +0200 Subject: [PATCH 0585/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/collarbend/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/collarbend/uk.md diff --git a/markdown/org/docs/patterns/simon/options/collarbend/uk.md b/markdown/org/docs/patterns/simon/options/collarbend/uk.md new file mode 100644 index 00000000000..b2d3a7bd80f --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/collarbend/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar bend" +- - - + +![Collar bend](collarbend.svg) + +How much the collar bends (on the collar stand side), rather than being straight. + + + +This influences how the collar lies against the collar stand. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_collarbend_sample.svg "Effect of this option on the pattern") From 374b0d97ebb4643d1e7de250d849dbfb04dd0072 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:47 +0200 Subject: [PATCH 0586/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simon/options/collarease/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/simon/options/collarease/uk.md b/markdown/org/docs/patterns/simon/options/collarease/uk.md new file mode 100644 index 00000000000..f846b20bd43 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/collarease/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Collar ease" +- - - + +![Collar ease](collarease.svg) + +How much ease do you want for your collar? + +If you feel that a collar is suffocating, you can give yourself a bit more ease and it will sit more loose around your neck. You could also lower the ease for a tighter fit. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_collarease_sample.svg "Effect of this option on the pattern") From e1ed2e440e7ba841b2fbb9d18631c9822c9fb322 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:48 +0200 Subject: [PATCH 0587/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/collarflare/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/collarflare/uk.md diff --git a/markdown/org/docs/patterns/simon/options/collarflare/uk.md b/markdown/org/docs/patterns/simon/options/collarflare/uk.md new file mode 100644 index 00000000000..04ac05cd43c --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/collarflare/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar flare" +- - - + +![Collar flare](collarflare.svg) + +How much the collar flares out (at the collar edge side), rather than being straight. + + + +This influences the length of your collar tips. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_collarflare_sample.svg "Effect of this option on the pattern") From 9d45deda944064309c705aed489377b87d51d63b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:49 +0200 Subject: [PATCH 0588/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simon/options/collargap/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/collargap/uk.md diff --git a/markdown/org/docs/patterns/simon/options/collargap/uk.md b/markdown/org/docs/patterns/simon/options/collargap/uk.md new file mode 100644 index 00000000000..a9848b8413e --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/collargap/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar gap" +- - - + +![Collar gap](collargap.svg) + +Distance the collar sits apart when closed. + + + +This is really mostly a style choice, but a wider collar gap (together with the collar angle) can accomodate a wider tie (knot). + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_collargap_sample.svg "Effect of this option on the pattern") From f5a79716ffbb332932228ea22a04aff14d1fd045 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:50 +0200 Subject: [PATCH 0589/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/collarroll/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/collarroll/uk.md diff --git a/markdown/org/docs/patterns/simon/options/collarroll/uk.md b/markdown/org/docs/patterns/simon/options/collarroll/uk.md new file mode 100644 index 00000000000..09934fe9bbd --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/collarroll/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Collar roll" +- - - + +![Collar roll](collarroll.svg) + +How much the collar is taller than the collar stand at center back. + + + +###### What's the point? + +The collar starts upwards from the collar stand and then rolls over downwards. But it still needs to cover the collar stand. For that, it needs to be a bit longer. + +Increasing this does not make the collar higher (use the collar stand height for that) but rather makes it descend further down. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_collarroll_sample.svg "Effect of this option on the pattern") From 9d496d3c7bb962882861072dde0d83a1fa14db88 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:51 +0200 Subject: [PATCH 0590/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simon/options/collarstandbend/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/collarstandbend/uk.md diff --git a/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md b/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md new file mode 100644 index 00000000000..c436a7211e5 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Collar stand bend" +- - - + +![Collarstand bend](collarstandbend.svg) + +How much the collar stand bends in the middle, rather than being straight. This influences how your collar will sit around your neck. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_collarstandbend_sample.svg "Effect of this option on the pattern") From c4d7a8fe53399e5c4fc2a29ac81a4bebd5aa2eed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:51 +0200 Subject: [PATCH 0591/1675] New translations en.md (Ukrainian) --- .../simon/options/collarstandcurve/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md diff --git a/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md b/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md new file mode 100644 index 00000000000..5ccf716a8ff --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar stand curve" +- - - + +![Collarstand curve](collarstandcurve.svg) + +How much the collar stand curves up at the edges. + + + +You can tweak this to make sure the edges of your collar stand at the front or nicely horizontal. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_collarstandcurve_sample.svg "Effect of this option on the pattern") From b2ae299cb55487894572b97eb722e0089f72f688 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:52 +0200 Subject: [PATCH 0592/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/backdartshaping/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/backdartshaping/uk.md diff --git a/markdown/org/docs/patterns/simon/options/backdartshaping/uk.md b/markdown/org/docs/patterns/simon/options/backdartshaping/uk.md new file mode 100644 index 00000000000..cebb54314ba --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/backdartshaping/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back dart shaping" +--- + +--- + +Controls how much of the waist shaping will happing in the backdarts. + +You can tweak this setting to balance the waist reduction across side seams, back darts and (optional) front darts. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_backdartshaping_sample.svg "Effect of this option on the pattern") From fc64636fd58f1ca41d7e6bb6f22ba56a4b7ec64e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:53 +0200 Subject: [PATCH 0593/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/armholedepthfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..930e95f63be --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Armhole depth factor" +- - - + +![Armhole depth factor](./armholedepthfactor.svg) + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_armholedepthfactor_sample.svg "Effect of this option on the pattern") From 8926099f9a4369284a180dba703bcb48e332305b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:54 +0200 Subject: [PATCH 0594/1675] New translations en.md (Ukrainian) --- .../patterns/sandy/options/waistbandoverlap/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md new file mode 100644 index 00000000000..da46e90c31d --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waistband overlap" +- - - + +![Waistband overlap](waistbandoverlap.svg) + +The length of the overlap between the ends of the waistband, to allow a button. 0 means no overlap, for example to place a zipper that goes all the way to the top of the waistband. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sandy_waistbandoverlap_sample.svg "Effect of this option on the pattern") From 00c599676ce53cb88f637953875ff80c78aa50b9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:55 +0200 Subject: [PATCH 0595/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/shin/options/bulge/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/options/bulge/uk.md diff --git a/markdown/org/docs/patterns/shin/options/bulge/uk.md b/markdown/org/docs/patterns/shin/options/bulge/uk.md new file mode 100644 index 00000000000..16ba8943b86 --- /dev/null +++ b/markdown/org/docs/patterns/shin/options/bulge/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Bulge" +- - - + +How much room do you want in the front? + +Increasing this will creating more room in the front. + +> If it's vertical room you're looking for, that's what the **rise** option does + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](shin_bulge_sample.svg "Effect of this option on the pattern") From 64f73252470fba9ccbf71ab14d949102f0640089 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:57 +0200 Subject: [PATCH 0596/1675] New translations en.md (Ukrainian) --- .../patterns/sandy/options/waistbandposition/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md new file mode 100644 index 00000000000..bf4d45e2432 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waistband position" +- - - + +![Waistband position](waistbandposition.svg) + +Where the waistband sits. 0% makes it sit on the natural waist, 100% makes it sit on the hips. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sandy_waistbandposition_sample.svg "Effect of this option on the pattern") From 828130e145b085aa272ded0c5085561af31bc32c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:57 +0200 Subject: [PATCH 0597/1675] New translations en.md (Ukrainian) --- .../docs/patterns/sandy/options/waistbandshape/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md new file mode 100644 index 00000000000..38b3975e54b --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waistband shape" +- - - + +![Waistband shape](waistbandshape.svg) + +The shape of the waistband. Straight makes things easier, but a rounded waistband adapts to your body if you have a fair difference between waist and hips circumferences. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sandy_waistbandshape_sample.svg "Effect of this option on the pattern") From cc69eb5a5cc7980e704bdf1cafb837b973f1fb9d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:58 +0200 Subject: [PATCH 0598/1675] New translations en.md (Ukrainian) --- .../docs/patterns/sandy/options/waistbandwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md diff --git a/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md new file mode 100644 index 00000000000..54ec52c3823 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waistband width" +- - - + +![Waistband width](waistbandwidth.svg) + +The width of the waistband + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sandy_waistbandwidth_sample.svg "Effect of this option on the pattern") From 1e2b80fa2fe5203d8df03b46924bfe1fb19a3b62 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:15:59 +0200 Subject: [PATCH 0599/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/shin/cutting/uk.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/cutting/uk.md diff --git a/markdown/org/docs/patterns/shin/cutting/uk.md b/markdown/org/docs/patterns/shin/cutting/uk.md new file mode 100644 index 00000000000..cb83c54e3a7 --- /dev/null +++ b/markdown/org/docs/patterns/shin/cutting/uk.md @@ -0,0 +1,24 @@ +- - - +title: "Shin swim trunks: Cutting Instructions" +- - - + +- Cut **2 backs** with good sides together +- Cut **4 fronts** 2 x 2 with good sides together +- Cut **1 waistband** + +## Caveats + +- To save paper, the waistband is not completely printed on the pattern since it's just a long rectangle. So look for the length indicator, and cut out a rectangle of that size. +- The hem allowance is double the standard seam allowance. + +Shin is a very simply pattern, and consists of two main parts plus the waistband. + +Below is a typical draft layout: + +![A typical Shin draft](layout.svg) + + + +The [pattern notation guide][1] explains all the different markings and lines on your draft. + + From beb63c76ffd4cf2270c881bb0d03455eaeea7aa7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:00 +0200 Subject: [PATCH 0600/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/shin/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/uk.md diff --git a/markdown/org/docs/patterns/shin/uk.md b/markdown/org/docs/patterns/shin/uk.md new file mode 100644 index 00000000000..3f1c6b84ada --- /dev/null +++ b/markdown/org/docs/patterns/shin/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Shin swim trunks" +- - - + + From 7196613f9695ea0ee8095cc0e696c56577da1c9d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:01 +0200 Subject: [PATCH 0601/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/shin/fabric/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/fabric/uk.md diff --git a/markdown/org/docs/patterns/shin/fabric/uk.md b/markdown/org/docs/patterns/shin/fabric/uk.md new file mode 100644 index 00000000000..8edd665fc47 --- /dev/null +++ b/markdown/org/docs/patterns/shin/fabric/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shin swim trunks: Fabric Options" +- - - + +Swim trunks should be made out of a material with stretch that is suitable for being in the water. + +Typically, this falls apart in a few categories: + +- Nylon mixed with elastene, spandex, or lycra is soft and stretchy. This is what most casual swimwear is made from. +- Polyester mixed with PBT (polybutylene terephthalate) is less soft to the touch, but resistant to chlorine and salt water. This is what a lot of competitive swimwear is made from. +- Neoprene, also known as scuba, is heavier and less stretchy. It's the stuff scuba suits are made from. From 018b5beace667014224c1228c0d31892d73f19c3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:02 +0200 Subject: [PATCH 0602/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/shin/instructions/uk.md | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/instructions/uk.md diff --git a/markdown/org/docs/patterns/shin/instructions/uk.md b/markdown/org/docs/patterns/shin/instructions/uk.md new file mode 100644 index 00000000000..af3f1aaba60 --- /dev/null +++ b/markdown/org/docs/patterns/shin/instructions/uk.md @@ -0,0 +1,87 @@ +- - - +title: "Shin swim trunks: Sewing Instructions" +- - - + +> ### Images coming soon +> +> These instructions are a work in progress, and we haven't created the illustrations yet. They will be added soon. + +## Step 1: Join the backs + +Put your two backs on top of each other with the good sides together, and sew them together allong the center back seam. + +## Step 2: Join the fronts + +### Sew the front seam + +Put two of your fronts on top of each other with the good sides together, and sew them together allong the center front seam. + +Repeat with the two other fronts so you have two identical sets. + +### Baste fronts together + +We have 4 fronts because we'll have a double layer at the front of our swim trunks. + +Since swimwear fabric tends to be slippery, it's a good idea to baste your fronts together to make it easier to work with them in the next steps. + +So place your fronts on top of each other, with good sides out, and sew them together with some large basting stitches in the seam allowance. + +## Step 3: Join the sides + +Place your back down with the good side up, and place your double front layer on top. Sew fronts and back together at the side seams. + +## Step 4: Sew the cross seams + +Keep your swim trunks with the good side inwards (the back at least, the front has good side on both sides) and sew the crossseam to create the leg openings. + +## Step 5: Place eyelets for the draw string + +Mark the middle of your waistband length. Fold the waistband double, and mark the middle of the width (do not take the seam allowance into account). + +A bit to the left and right of this, you can add two eyelets to pass a drawstring through. This will avoid an embarassing situation when you go for that big dive and now suddenly find your swim trunks on your ankles. + +> ### It's best to add some reinforcement +> +> As swimwear fabric is slippery and thin, you might want to add some reinforcement behind these eyelets. A leftover piece of denim will do just fine. + +## Step 6: Prepare the elastic + +There's no magic formula for the length of your elastic. So you wrap it around your waist and pull it tight until you get a good fit. + +Mark this length, cut the elastic, and join the two ends together. + +## Step 7: Join the waistband + +Fold the waistband in half with good sides together and line of the (short) edges. Sew them together. + +## Step 8: Attach the waistband + +Fold your waistband double along the length with good sides out, and place the elastic inside. Make sure to align the place where the elastic is joined with the place the waistband is joined. + +Align the back of your swim trunks with the place where you joined the waistband, align the edge of the waistband with the edge of the back, and pin them together. Make certain that you pin it to the bad side of the back. + +> ### Mind your eyelets +> +> If you've made eyelets in your waistband, double check that they are placed towards the outside, not the inside of your waistband. + +Find the front of the waistband (easy if there's eyelets, if not just fold it double) and align that with the front seam. Pin this in place too. + +Now make your way around the swim trunks waist, pinning the waistband in place. + +Then, sew the waistband to the swim trunks, as close to the the elastic as you can, but don't sew into the elastic. + +It's fine to not sew too close the first time around, and once your elastic is attached and encased, make a second round to sew it a bit more snugly. + +## Step 9: Hem the legs + +Fold the hem upwards, and sew it down. If you have a coverlock, use it. If not, use a twin needle or zig-zag stitch to keep the seam stretchable. + +> ### Fold only once, to avoid bulk +> +> Swimwear fabric doesn't ravel, so you can simply fold this over once and sew it down, then neatly trim back the fabric. + +## Step 10: Thread a draw string around the waist + +Thread a drawstring through one eyelet, around the waist, and out of the other eyelet. + +That's it, you're done 👍 From 6aa39fed5dbad0082d7ff4bb5e3b130b3e83d616 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:04 +0200 Subject: [PATCH 0603/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/shin/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/measurements/uk.md diff --git a/markdown/org/docs/patterns/shin/measurements/uk.md b/markdown/org/docs/patterns/shin/measurements/uk.md new file mode 100644 index 00000000000..5fae6c80840 --- /dev/null +++ b/markdown/org/docs/patterns/shin/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Shin swim trunks: Required Measurements" +- - - + + From a03bc0343ec0470d789f73ef26d39ed7b562f75a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:05 +0200 Subject: [PATCH 0604/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/shin/needs/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/needs/uk.md diff --git a/markdown/org/docs/patterns/shin/needs/uk.md b/markdown/org/docs/patterns/shin/needs/uk.md new file mode 100644 index 00000000000..7b886c9cb46 --- /dev/null +++ b/markdown/org/docs/patterns/shin/needs/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Shin swim trunks: What You Need" +- - - + +To make Shin, you will need the following: + +- Basic sewing supplies +- About 0.75 meters (0.8 yards) of a suitable fabric ([see Fabric options](/docs/patterns/shin/fabric)) +- two eyelets and a drawstring + +> ## A serger/overlock is nice, but optional +> +> As with all stretch fabrics, a serger/overlock will make your life easier. +> +> If you do not have one of those, don't despair. You don't really need it. You can use another technique for stretch seams, such as a zig-zag stich, twin needle, or elastic thread. From 72095fec8ae04af65f849e9428f9bbc70eecd012 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:06 +0200 Subject: [PATCH 0605/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/shin/options/backrise/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/options/backrise/uk.md diff --git a/markdown/org/docs/patterns/shin/options/backrise/uk.md b/markdown/org/docs/patterns/shin/options/backrise/uk.md new file mode 100644 index 00000000000..e7393a86b0c --- /dev/null +++ b/markdown/org/docs/patterns/shin/options/backrise/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Back rise" +- - - + +How much extra rise do you want at the back? + +This factor will raise the waist at the back of your swim trunks only. + +> If you want to raise the waist overall, that's what the **rise** option does + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](shin_backrise_sample.svg "Effect of this option on the pattern") From 6f0249f71b1a713ca591e16f58a5b558cbb31414 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:07 +0200 Subject: [PATCH 0606/1675] New translations en.md (Ukrainian) --- .../docs/patterns/shin/options/elasticwidth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/options/elasticwidth/uk.md diff --git a/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md b/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md new file mode 100644 index 00000000000..2ef3817d360 --- /dev/null +++ b/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Elastic width" +- - - + +> #### What's the point? +> +> This option is closely linked to the **rise** option that determines how high your swim trunks will rise on your waist. +> +> However, the width of your elastic is also a factor to take into account, so that's where this option comes in. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](shin_elasticwidth_sample.svg "Effect of this option on the pattern") From 47b57838ad8aa33e6f85013fc950f114078b2545 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:08 +0200 Subject: [PATCH 0607/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/acrossbackfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..81ffd6325af --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Across back factor" +- - - + +![Across back factor](./acrossbackfactor.svg) + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_acrossbackfactor_sample.svg "Effect of this option on the pattern") From 85e97c01c7db5804bf4b5648d8381f47eb63349a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:09 +0200 Subject: [PATCH 0608/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/shin/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/options/uk.md diff --git a/markdown/org/docs/patterns/shin/options/uk.md b/markdown/org/docs/patterns/shin/options/uk.md new file mode 100644 index 00000000000..2312e18d0ad --- /dev/null +++ b/markdown/org/docs/patterns/shin/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Shin swim trunks: Design Options" +- - - + + From 33fadd90338fc0e5214de406a1be73c39af2de5a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:10 +0200 Subject: [PATCH 0609/1675] New translations en.md (Ukrainian) --- .../docs/patterns/shin/options/legreduction/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/options/legreduction/uk.md diff --git a/markdown/org/docs/patterns/shin/options/legreduction/uk.md b/markdown/org/docs/patterns/shin/options/legreduction/uk.md new file mode 100644 index 00000000000..d5b98291bd7 --- /dev/null +++ b/markdown/org/docs/patterns/shin/options/legreduction/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Leg reduction" +- - - + +The amount to further reduce the stretch at the (upper) legs. + +> #### What's the point? +> +> This option makes the legs fit more snugly than the rest of your swimming trunks to avoid gaping. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](shin_legreduction_sample.svg "Effect of this option on the pattern") From 251212e89b6b94f719282590d8d186cd01632abc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:11 +0200 Subject: [PATCH 0610/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/shin/options/rise/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/options/rise/uk.md diff --git a/markdown/org/docs/patterns/shin/options/rise/uk.md b/markdown/org/docs/patterns/shin/options/rise/uk.md new file mode 100644 index 00000000000..7fda1e38469 --- /dev/null +++ b/markdown/org/docs/patterns/shin/options/rise/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Rise" +- - - + +This option controls the overal height of the waist. + +> The higher the rise, the higher your waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](shin_rise_sample.svg "Effect of this option on the pattern") From 6c692162558967b881b7ff36a1b4e0494989de78 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:12 +0200 Subject: [PATCH 0611/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/shin/options/stretch/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/shin/options/stretch/uk.md diff --git a/markdown/org/docs/patterns/shin/options/stretch/uk.md b/markdown/org/docs/patterns/shin/options/stretch/uk.md new file mode 100644 index 00000000000..9f655ca07c8 --- /dev/null +++ b/markdown/org/docs/patterns/shin/options/stretch/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Stretch" +- - - + +The amount of overal (horizontal) stretch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](shin_stretch_sample.svg "Effect of this option on the pattern") From e66fec468f8469e47f20f42434965044daf5ed6c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:13 +0200 Subject: [PATCH 0612/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/cutting/uk.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/cutting/uk.md diff --git a/markdown/org/docs/patterns/simon/cutting/uk.md b/markdown/org/docs/patterns/simon/cutting/uk.md new file mode 100644 index 00000000000..386e70dc2ec --- /dev/null +++ b/markdown/org/docs/patterns/simon/cutting/uk.md @@ -0,0 +1,42 @@ +- - - +title: "Simon shirt: Cutting Instructions" +- - - + +- **Main fabric** + - Cut **1 front left** + - Cut **1 button placket** (only if you opted for a separate button placket) + - Cut **1 front right** + - Cut **1 buttonhole placket** (only if you opted for a separate buttonhole placket) + - Cut **1 back** + - Cut **1 collar** + - Cut **1 undercollar** + - Cut **2 yoke(s)** or **4 yokes** if you've chosen a split yoke + - Cut **2 sleeve(s)** + - Cut **2 collar stand(s)** + - Cut **2 sleeve placket underlap(s)** + - Cut **2 sleeve placket overlap(s)** + - Cut **4 cuff(s)** +- **Fusible interfacing** + - Cut **1 collar** + - Cut **1 undercollar** + - Cut **2 collar stand(s)** + - Cut **2 cuff(s)** + + + +When cutting out two, you can cut them [good sides together](/docs/sewing/good-sides-together). +However, when working with fabric with a pattern, I prefer to cut them individually to finely control the pattern matching. + +When you cut them individually, remember that they need to be mirror images of each other. So flip either your pattern or your fabric over when cutting the second one. + + + + + +###### Caveats + +- The **front right**, **front left**, and **sleeve** have seams that should be made into flat-felled seams. As such, they have extra seam allowance on those seams. When cutting out these pieces, you **must** include this extra seam allowance. +- The cuff guard and cuff placket have no seam allowance. That is normal, just cut them out as they are drawn on the pattern. +- Do not cut out the darts in the **back** piece. You should mark them, but not cut them out. + + From 5beab4ac400f11af984524f8ab8fdd1474a3ed63 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:14 +0200 Subject: [PATCH 0613/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simon/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/uk.md diff --git a/markdown/org/docs/patterns/simon/uk.md b/markdown/org/docs/patterns/simon/uk.md new file mode 100644 index 00000000000..83c6f4681b1 --- /dev/null +++ b/markdown/org/docs/patterns/simon/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Simon shirt" +- - - + + + +##### Follow the sew-along with Kelly and Julian + +Kelly Hogaboom and Julian Collins did a Simon(e) sew-along, and they've got videos of +all the steps. +If you're looking to make this pattern, Kelly and Julian can guide you start to finish. + +You can find all the material's on Kelly's +site: [#simonsayssew with kelly hogaboom & julian collins](https://kelly.hogaboom.org/2020/07/simon-says-sew-with-kelly-hogaboom-and-julian-collins/) + + + + From d03bbae229e5104938ca4147bfefd3e6e7254911 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:15 +0200 Subject: [PATCH 0614/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simon/fabric/uk.md | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/fabric/uk.md diff --git a/markdown/org/docs/patterns/simon/fabric/uk.md b/markdown/org/docs/patterns/simon/fabric/uk.md new file mode 100644 index 00000000000..181c460b571 --- /dev/null +++ b/markdown/org/docs/patterns/simon/fabric/uk.md @@ -0,0 +1,73 @@ +- - - +title: "Simon shirt: Fabric Options" +- - - + +Any fabric shop that is worth your business should have a shirting section. You can just walk in, ask where you can find the shirting, and pick out something you like. + +Most of what you'll find there will be cotton, or a blend of cotton. But you're free to go for another fiber too. + +When shopping online, it can be harder to get a good idea of what you're looking at. In the absence of touch, it's good to know a thing or two about the different weaves of fabrics. The weave is how the fabric was woven, and this determines not only how the fabric looks, but also how it will feel and drape. + +Without wanting to start an encyclopedia of fabrics here, here are some terms you may come across when shopping for shirt fabric online. + +## Broadcloth or poplin + +Broadcloth is the way to go for that white shirt for your job interview or wedding. + +Broadcloth (frequently referred to as poplin) is a simple weave and results in a flat plain fabric that will give you that crisp formal look. + +It's typically a lighter fabric and in light colours can tend to be a bit transparent. + +## Twill + +You can recognize twill fabrics by their characteristic diagonal texture from the weave. + +It drapes more easily than broadcloth, wrinkles less and when it does, is easier to iron. + +The flip side of the coin is that it won't give you that starchy crisp vibe that broadcloth can. + +## Pinpoint + +Pinpoint is the work horse of shirt fabrics. Typically they produce a heavier and thicker . and thus more durable . fabric. + +Pinpoint is a less formal look than broadcloth or twill, but more formal than oxford. This, combined with its durability, make it a great choice for your everyday work shirt. + +## Chambray + +Chambray is simple weave, similar to broadcloth. It is different because it uses a much heavier yarn, and typically different colours for the weft and width. + +The result is a much more textured fabric, both in touch as appearance where the different colours create a densely speckled two-coloured fabric. + +## Denim + +Denim needs no introduction. It's the stuff your jeans are made from. + +Technically a twill fabric (look for the signature diagonal texture) denim is produced in much lighter weights than the ones your jeans are made from. Those are the ones you can use for a shirt. + +## Flannel + +From Curt Cobain to the hipsters at your local coffee shop, they all swear by flannel shirts. + +Warmer than any other option here, flannel comes typically in brushed cotton though you might find it with added wool for extra warmth. + +## Linen + +Linen wrinkles like a mofo, but you can't beat it for safari looks. + +The reason you associate it with adventures in tropical climates is that linen breaths like nothing else and will keep you coolest of all. + +## Thread count + +A higher thread count means a smoother (and more expensive) fabric. + +Thread count is expressed in numbers, like 60s, 80s, 100s and so on to 300s and more. + +There's a catch though. Numbers above 100s are typically made by twisting two yarns together. Like a 160s thread count means that two 80s yarns were twisted together for the thread. + +## Single ply or Two ply + +If a thread is made up of two yarns (see thread count above) we call that Two ply. + +If the yarn is made up of a single thread, it's call Single ply. + +You can expect two ply to last longer, and be more expensive. From 903dc77a2b64e783027f75efc6ed5f8ec82a5d3b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:16 +0200 Subject: [PATCH 0615/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simon/instructions/uk.md | 658 ++++++++++++++++++ 1 file changed, 658 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/instructions/uk.md diff --git a/markdown/org/docs/patterns/simon/instructions/uk.md b/markdown/org/docs/patterns/simon/instructions/uk.md new file mode 100644 index 00000000000..0e0c25bd2a3 --- /dev/null +++ b/markdown/org/docs/patterns/simon/instructions/uk.md @@ -0,0 +1,658 @@ +- - - +title: "Simon shirt: Sewing Instructions" +- - - + + + +##### Follow the sew-along with Kelly and Julian + +Kelly Hogaboom and Julian Collins did a Simon(e) sew-along, and they've got videos of +all the steps. +If you're looking to make this pattern, Kelly and Julian can guide you start to finish. + +You can find all the material's on Kelly's +site: [#simonsayssew with kelly hogaboom & julian collins](https://kelly.hogaboom.org/2020/07/simon-says-sew-with-kelly-hogaboom-and-julian-collins/) + + + +### Step 1: Fuse interfacing + +![Fuse cuff interfacing](1a.png) ![Fuse collar interfacing](1b.png) + +#### Press interfacing to cuffs + +To make two cuffs, you have cut out your cuff piece four times in fabric, and twice in interfacing. + +For each cuff, press the interfacing piece to the bad side of the cuff piece. + +> If the inside and outside of your cuff are the same fabric, it does not matter what cuff piece you press it to. +> +> However, a popular style detail is to have a different fabric for the inside of the cuff. In this case, make sure to press the interfacing to the piece that you want to be the outside of your cuff. + +> Depending on what cuff you have chosen, the shape of the cuff will be different. +> +> In the first illustration, you can see both a round barrel cuff and a French cuff as examples. +> +> Going forward, the round barrel cuff will be used in the illustrations, but the process is the same for the other cuffs. + +#### Press interfacing to collar, undercollar and collar stand + +To make your collar, you need to cut one undercollar, one collar, and two collar stands. All of this both in fabric and interfacing. + +For each piece, press the interfacing piece to the bad side. + +### Step 2: Prepare the cuffs + +#### Sew cuff together + +![Sew the cuffs together](2a.png) + +Place both parts of your cuff (one with interfacing, one without) together with the good sides, and sew them together at the standard seam allowance. + +> **Ensure you** +> +> - Do not sew together the side that we will attach to the sleeve later +> - Stop at the seam allowance distance from the edge on the sleeve side + +#### Trim seam allowance + +![Trim the seam allowance](2b.png) + +Before we flip your cuff over, we need to trim back the seam allowance to remove bulk. + +#### Press back seam allowance + +![Press back seam allowance](2c.png) + +Fold back the seam allowances on each side of the cuff where the cuff attaches to the sleeve, and press them down. + +> If you sewed too far along the edge earlier, you will have to unpick a few stitches. + +#### Turn cuff around and press + +![Turn the cuff around and press](2d.png) + +Flip your cuff with the good sides out, and give it a good press. + +> When pressing your cuffs, make sure to roll the seam a bit to the backside of the cuff to guarantee that the inner fabric of the cuff is not visible. + +You can now put your cuffs aside, we'll attach them later. + +### Step 3: Prepare the collar + +#### Sew collar and undercollar together + +![Sew collar and undercollar together](3a.png) + +Place both collar parts together with the good sides, and sew them together at the standard seam allowance. + +#### Trim seam allowance + +![Trim the seam allowance](3b.png) + +Before we flip your collar over, we need to trim back the seam allowance to remove bulk. + +#### Turn collar and press + +![Turn the collar and press](3c.png) + +Flip your collar with the good sides out, get those tips as pointy as possible, and give it a good press. + +> When pressing your collar, remember that the undercollar is a bit more narrow. +> +> When you align the non-sewn sides, this will cause the seam to roll towards the backside of the collar to guarantee that the inner fabric of the collar is not visible. + +#### Top-stitch collar + +![Top-stitch the collar](3d.png) + +Top-stitch along the edge of the collar. This locks down the seam allowance and makes for a crisp look. + +> How far you top-stitch from the edge is a style choice. It's often a bit less than the standard seam allowance. Have a look at some existing shirts to get an idea. + +### Step 4: Join collar and collar stand + +#### Place collar between collar stands and baste in place + +![Place collar between collar stands and baste in place](4a.png) + +Mark the middle point of your collar and your collar stands with a pin. The middle point of each collar stand is actually slightly off-center since one end is longer than the other. Instead, find the middle point between the two notches. + +First place a collar stand with the good side up, then your collar with the undercollar facing up (and the non-sewn side at the top), and finally the second collar stand with the good side down. + +Your collar should sit between your two collar stands, and the middles (where you placed your pin) should be aligned. + +> The way things look will depend a little bit on your collar choices, but in general your collar is going to bend downward, and your collar stand will bend upward. +> +> To align this all, we are going to baste this together, rather than pin it. Your collar is an important part of your shirt, so it's worth basting this. + +First, replace the pins marking the middle with a pin that pins all parts together. + +Now, start basting from this pin and work your way to the corner of the collar, making sure to align both edges of the fabric. + +When you reach the corner of your collar, keep going and baste the end of both collar stands together. + +When you've done one side, start from your pin in the middle again and do the other side. When you're done basting, you can take out the pin. + +#### Sew your collar to the collar stands + +![Sew your collar to the collar stands](4b.png) + +Sew along the edge of your collar stand, respecting the standard seam allowance. + +> Make sure to stop 2cm before the edge (twice the standard seam allowance) as we'll be folding the seam allowance over in the next step, and we need to leave the collar stands separated enough to slide the shirt in between them later. + +#### Fold back and press the collar stand seam allowance + +Fold back the seam allowance of your collar stand on the non-sewn side and press it down. + +> In the center part, pressing down the seam allowance will be easy. But towards the tips of your collar, doing so will be tricky without pressing folds in your collar. +> +> Press it as best as you can without making folds in your collar. We'll press this again after flipping the collar out. + +#### Turn collar stand and press + +![Turn collar and press](4c.png) + +Flip your collar stand with the good sides out, and give it a good press. Make sure to keep the seam allowance on the collar stand folded inwards. + +You can now put your collar aside, we'll attach it later. + +### Step 5: Optional: Sew in your label + +![Sew in your label](5.png) + +Our next step is to attach the yoke. But the yoke is a great place to put your label. So if you'd like to do that, we might as well start with that. + +Pick one yoke, and you can sew your label on it in the center (on the good side). + +### Step 6: Join the yokes to the back + +![Join the yokes to the back](6a.png) ![Press the yoke](6a.png) + +Place one yoke with the good side up. On top of that, place your back with the good side up, aligning the seam where it needs to be attached to the yoke. + +Finally, place your second yoke on top of the back, but with the good side down. + +Your back should now be sandwiched between the good sides of your two yokes. + +If that's the case, sew them in place along the back/yoke seam, making sure to respect the seam allowance. + +> If you added a label in step 1, make sure to put the yoke with your label at the bad side of your back. + +When you're done, don't forget to give it a good press to make the seam lie flat. + +### Step 7: Edge-stitch the yoke + +![Edge-stitch the yoke](7.png) + +With your yokes attached to the back, we are going to edge-stitch along the seam we just made, on the yoke side. + +> Fold the inner yoke out of the way. Our edge stitching will catch the outer yoke, back and all the seam allowances, but not the inner yoke. + +Just sew right next to the seam joining the outer yoke to the back. + +> Edge-stitching is like top-stitching, but right next to the seam + +### Step 8: Close the back darts + +![Fold the back with good sides together to close the darts](8a.png) ![Sew the darts](8b.png) ![Press darts towards the side seams](8c.png) + +> Depending on your measurements, your pattern might not have back darts at all. In that case, proceed to the next step. + +Your pattern may or may not have back darts. If it has them, you should close them now. + +Place your back down with the good side up, and fold it back from the side seam so the fold runs from the top to the bottom of your dart. + +Do the same for the other dart, so that both sides are folded back. + +Feel free to gently press in this crease, it will help you to neatly sew the darts. + +Sew across the line marking the dart to close the darts. Be careful to make sure the top and bottom of your darts are precisely where they need to be. If one dart sits higher than the other, it will look bad. + +When you're done, don't forget to give it a good press. Press the extra fabric of the dart towards the side seams. + +### Step 9: Prepare the button placket + +> If you have chosen a grown-on placket, you can skip the first two sub-steps and skip ahead to [Fold the button placket](#fold-the-button-placket). + +#### Sew on the button placket + +![Sew on the button placket](9a.png) + +If you have chosen a separate button placket, sew it to the Front Right piece. + +Place the Front Right (piece 1) down with the good side up, and place the Button Placket (piece 1b) on top of it with the good side down, making sure to align the seam. + +Sew it in place with the default seam allowance. + +#### Press seam allowance to placket side + +Place your front with the good side down, and press the seam allowance to the button placket side. + +#### Fold the button placket + +![Fold the button placket](9b.png) + +Now, fold over the button placket on the first fold line, and press this fold in place. + +Then, fold the placket over again, making sure to have the fabric extend just beyond the seam that joins your placket to the front. + +When you're happy, press the folded placket. + +#### Sew down the folded placket + +![Sew down the folded placket](9c.png) + +> This is the classic approach. If you have chosen the seamless Button placket style, you don't have to do this. +> +> Rather than sew the placket down, simply leave it folded. The folds will be secured in place when we attach the buttons later. + +From the good side of your shirt, sew down the folded placket by stitching in the ditch. + +To do so, sew exactly on top of your earlier seam. Since you folded the fabric of your placket a bit past this seam, it will get caught at the back, fixing your folded placket in place, and locking the seam allowance inside. + +### Step 10: Prepare the buttonhole placket + +> If you have chosen a grown-on placket, you can skip the first two sub-steps and skip ahead to Understanding a classic buttonhole placket. + +#### Sew on the buttonhole placket + +![Sew on the buttonhole placket](10a.png) + +If you have chosen a separate buttonhole placket, sew it to the Front Left piece. + +Place the Front Left (piece 2) down with the good side up, and place the Buttonhole Placket (piece 2b) on top of it with the good side down, making sure to align the seam. + +Sew it in place with the default seam allowance. + +When you're done, don't forget to give it a good press. Press the seam allowance towards the placket side. + +#### Press seam allowance to the placket side + +Place your front with the good side down, and press the seam allowance to the buttonhole placket side. + +#### Understanding a classic buttonhole placket + +> If you have chosen a seamless placket, you should follow the steps of the button placket, as the construction is identical. +> +> The steps below are for a classic buttonhole placket. + +![Understanding a classic buttonhole placket](10b.png) + +Your placket has a bunch of lines on it, so let's first clarify what they are: + +- The buttonhole line has long dashes with buttonholes on it. It marks where the buttonholes should go +- The two fold lines have long dashes and sit at an equal distance right and left of the buttonhole line +- The two+two sew lines are dotted lines that sit at an equal distance of each fold line + +#### Trim back seam allowance + +> If you have chosen a grown-on placket, this does not apply. + +![Trim back seam allowance](10c.png) + +The seam allowance of where you sewed your buttonhole placket to your front should fit inside your folded placket. + +For that, trim back the seam allowance so that it doesn't extend beyond the first fold line on the placket. + +#### Fold the buttonhole placket + +![Fold the buttonhole placket](10d.png) ![Fold the buttonhole placket again](10e.png) + +Fold the placket on the first fold line. Press the fold in place. + +Then, fold the part you just folded again, this time on the second fold line. Press this fold in place too. + +> When your placket is folded and pressed, place a few pins along the length of your placket to keep things from shifting around + +#### Sew the buttonhole placket + +![Sew on the first line](10f.png) ![Sew on the second line](10g.png) + +Sew on the first sew line, closest to the edge. + +Then, flip your shirt over so that the good side is up, and your placket is up too. Then sew on the second sew line. + +> These two lines of top-stitching will always be visible, so make sure to keep it neat + +#### Press the buttonhole placket + +![Press the buttonhole placket](10h.png) + +Congratulations, you made a classic buttonhole placket. + +Now press that baby. You know you want to. + +### Step 11: Close the shoulder seams + +> **Let's stuff a burrito** +> +> We are going to close the shoulder seams with a technique that is commonly known as the **burrito method**. +> +> If you are familiar with the burrito method, you already know what to do. If not, read on for a clever way to neatly close your shirt's shoulder seams while locking all the unfinished edges out of sight. + +#### Pin the fronts to the outside yoke + +![Pin the fronts to the outside yoke](11a.png) ![Pin the fronts to the outside yoke](11b.png) + +Place your back down with the good side up, but be careful to fold the inner yoke downward (as illustrated by the dotted line. + +Place your fronts on your back, with the good sides down. Pin fronts to the yoke at the shoulder seam, good sides together. + +#### Roll, roll, roll your shirt, pin down and sew your seam + +![Roll your shift up between the yokes](11c.png) + +Roll up your back and fronts starting at the hem. Roll them into a neat sausage upwards until you can see the entire turned down yoke. + +Now, you can flip the inner yoke over your rolled sausage to align the shoulder seams with the other yoke and fronts. + +Pin them in place, and then sew the shoulder seams, making sure to keep your sausage (or burrito stuffing) out of the way so it doesn't get caught in the seam. + +![Match the notches](11e.png) + +> Made sure to align the actual seam line. Due to the uneven angles at the neck opening, the fabric edge is often longer on one side than on the other. +> +> However, the seamlines are the same length, so make sure to match them carefully using the notches. + +#### Flip it inside out through the neck opening + +When you've sewn both shoulder seams, reach in through the neck opening, and pull out the back and front parts to inside-out your burrito. + +#### Press the shoulder seams + +![Press the shoulder seams](11d.png) + +You did all this work, so now make sure you make it look super sharp by giving it a good press. Make sure that the seam allowance between your yokes lies nice and flat for that. + +### Step 12: Edge-stitch the shoulder seams of the yoke + +![Edge-stitch the shoulder seams of the yoke](12.png) + +Just as we've edge-stitched the bottom seam of the yoke in Step 3, we're going to edge-stitch the yoke at the shoulder seams too. + +Since you've just pressed these shoulder seams, everything should lie nice and flat, and you just need to run a stitch right next to the seam. + +> Make sure to edge-stitch on the yoke part, where you will catch all the seam allowance, and not on the front part. + +### Step 13: Construct the sleeve placket + +#### Sew in the cuff guard + +![Sew in the cuff guard](13a.png) ![Press the cuff guard](13b.png) ![Edge-stitch the cuff guard in place](13c.png) + +- Place your sleeve with the good side down, and your cuff guard on top, also with the good side down. +- Align the edge of your cuff guard (aka sleeve placket underlap) with the cut in your sleeve, on the side shortest to the side seam. +- Now sew along the fold line marked on the cuff guard, closest to the edge. + +> If during cutting out your pattern pieces you had not cut into your sleeve on the line where the sleeve placket needs to be put in, you need to do that first. + +- Fold over the cuff guard, and press down this seam. +- Turn your sleeve over with the good side up, and bring your cuff guard through the slit in your sleeve. +- Fold it twice on the lines so that the unfinished seam is tucked inwards. +- Make your folds so that the upper fold sits ever so slightly further than the seam you already made. +- Press everything down, and then edge-stitch the cuff guard in place. + +#### Fold and press the placket + +![Fold and press the placket](13d.png) + +Origami time! We're going to fold the sleeve placket overlap using the marked fold lines as our guide. This will be a lot easier if you press between each fold. + +- First, fold the outer edges of the placket inwards. +- Next, fold the entire thing in half. +- Then, fold down both tips into a nice pointy shape. +- Now give it a final good press. + +#### Pin placket in place + +![Slide placket in position](13e.png) ![Pin placket in place](13f.png) + +Place your sleeve down with the good side up. The guard we have sewn in earlier sits against the other unfinished fabric edge of where you cut into your sleeve. + +Place your placket around that edge, one side above it, one underneath. + +You need to slide the placket onto your sleeve until the middle of it (the tip) aligns with the cut in your sleeve. + +The idea is that the placket closes up the unfinished edge, but also covers the guard of the other edge. + +When you've got it where you want it, pin the placket down. + +#### Sew the sleeve placket + +![Sew the sleeve placket](13g.png) + +Start at the edge of the sleeve (the bottom of the sleeve placket) and edge-stitch along the edge upwards. + +Go around the tip, and come down again on the other side (the fold side) until you have passed the point where your guard ends. + +Then, sew horizontally to the other side of the placket to finish. + +> I have included an extra illustration here that only shows the outline of the placket. You can see that the end of the guard is caught in our stitching of the placket, and is thus neatly tucked away. + +### Step 14: Set in sleeves + +#### Remember, this is a flat-felled seam + +![Aligning the fabric for a flat-felled seam](14c.png) + +> **Careful with the extra seam allowance for the flat-felled seam** There is extra seam allowance on the sleeve to allow for the creation of the flat-felled seam. +> +> As such, be careful to not align the fabric edge, but align the seam so that the sleeve sits out 1cm. + +#### Pin sleeve in place + +![Pin sleeve in place](14a.png) + +Spread your shirt open so that both fronts and back lie flat with their good sides up. + +Now place your sleeve on top with the good side down, matching the top of the sleeve with the shoulder seam. + +> Be careful, your sleeve is not symmetric, so be sure to have the double notch (and cuff guard) on the back side, and the single notch on the front side. +> +> Also note that the double notch on the back of your sleeve does not have a corresponding notch on the back. That's because it should match up with the seam where your yoke joins the back. + +You now need to pin the sleeve to the armhole. To do so, make sure to: + +- Match the start and end of the sleevehead to the start and end of the armhole +- Match the notches on the sleevehead to the notches on the back and fronts +- Distribute the sleevecap ease between the notches as shown + +#### Distribute sleevecap ease + +![Distribute the sleevecap ease](14b.png) + +The default sleevecap ease for this pattern is 0.5cm. If you have sleevecap ease, you need to distribute that extra length evenly between the notches as shown. + +> If you are unsure what sleevecap ease is, have a look at the [documentation for the sleevecap ease pattern option](/docs/patterns/simon/options/sleevecapease). + +#### Sew sleeve in armhole + +When you've got your sleeve neatly pinned in your armhole, sew it in place. Be careful to avoid any pleats in the part between the notches where you need to ease in the sleevecap ease. + +> Needless to say, but I'll say it anyway: Repeat this step for the other sleeve. + +### Step 15: Flat-fell armhole seam + +#### Press seam allowance to one side + +![Press seam allowance to once side](15a.png) + +Lay down your freshly sewn sleeve seam with the good side down + +We are going to press the seam allowance to one side. To do so, identify the seam allowance that is wider (for the flat-felled seam). + +The longer seam allowance needs to lie on top of the shorter (standard seam allowance). + +Once you have verified that, press down the seam allowance. + +#### Fold under extra seam allowance + +![Fold under extra seam allowance](15b.png) + +Now, fold the extra seam allowance for the flat-felled seam under the standard seam allowance. + +You can use pins to hold this in place, but it's simpler to just press it. + +> This will be relatively easy on the straight parts of the seam, but a bit more tricky at the curved sections. Take your time, and if needed you can cut into the extra seam allowance to allow it to flare open, or bend. + +#### Sew the flat-felled seam + +Now, from the bad side of the fabric, sew the seam allowance down just at the edge where it folds under the other seam allowance. + +Important here is to keep an even distance from the seam of your sleeve. If you have a felling foot for your sewing machine, it will help you with that. But if not, just be careful. + +> It is more important to keep and even distance from the sleeve seam than to sew exactly at the edge of the fold. Ideally, the fold sits at an even distance anyhow, but if it doesn't, just make sure to sew parallel to the sleeve seam. Even if that means you deviate a bit from the folded edge. + +#### Press the flat-felled seam + +When it's all done, press the flat-felled seam from the good side so it lies nice and flat. + +### Step 16: Close the side/sleeve seams + +![Close the side/sleeve seams](16a.png) ![Remember, this is a flat-felled seam](16b.png) + +Place your shirt with the good sides together, and sew the side and sleeve seams to close the shirt. + +> There is extra seam allowance on the sleeve and front sides to allow for the creation of the flat-felled seam. As such, be careful to not align the fabric edge, but align the seam so that the extra seam allowance sits out 1cm. + +### Step 17: Flat-fell the side/sleeve seams + +#### Press seam allowance to one side + +![Press the seam allowance to one side](15a.png) + +We are going to press the seam allowance to one side. To do so, identify the seam allowance that is wider (for the flat-felled seam). + +The longer seam allowance needs to lie on top of the shorter (standard seam allowance). + +Once you have verified that, press down the seam allowance. + +#### Fold under extra seam allowance + +![Fold under extra seam allowance](15b.png) + +Now, fold the extra seam allowance for the flat-felled seam under the standard seam allowance. + +You can use pins to hold this in place, but it's simpler to just press it. + +> This will be relatively easy on the straight parts of the seam, but a bit more tricky at the curved sections. Take your time, and if needed you can cut into the extra seam allowance to allow it to flare open, or bend. + +#### Sew the flat-felled seam + +Now, from the bad side of the fabric, sew the seam allowance down just at the edge where it folds under the other seam allowance. + +Important here is to keep an even distance from the seam of your sleeve. If you have a felling foot for your sewing machine, it will help you with that. But if not, just be careful. + +> It is more important to keep an even distance from the sleeve seam than to sew exactly at the edge of the fold. Ideally, the fold sits at an even distance anyhow, but if it doesn't, just make sure to sew parallel to the sleeve seam. Even if that means you deviate a bit from the folded edge. + +#### Press the flat-felled seam + +When it's all done, press the flat-felled seam from the good side so it lies nice and flat. + +### Step 18: Attach cuffs to sleeves + +#### Pin cuff in place + +![Pin cuff in place](18a.png) + +You need to insert the sleeve between the two layers of your cuff, making sure that the good side of the fabric sits against the side of your cuff that has the interfacing applied to it. + +You will need to pin this in place, because depending on how long your sleeve placket is, it might be hard or even impossible to get this to lie flat. + +Also note that your sleeve edge will be longer than your cuff (how much longer depends on the sleeve drape). You need to make one or a few folds in your sleeve to accommodate for this. + +> Your pattern contains helplines on the sleeve to help you place the folds. + +> Take your time to pin everything carefully in place. We are going to edge-stitch this later, so it's important that the front and back of your cuff align nicely. + +#### Edge-stitch cuffs to sleeves + +![Edge-stitch cuffs to sleeves](18b.png) + +Once everything is pinned in place, edge stitch along the edge of your cuff to attach it to your sleeve. + +It's important to catch both the outer and inner layer of your cuff on the edge. + +> Make sure to edge-stitch from the outer layer side (the good side of your sleeve) and keep it parallel with your cuff edge. + +When you're done, give your cuffs a good press. + +#### Top-stitch the cuffs + +![Top-stitch the cuffs](18c.png) + +> Make sure to press your cuffs before you do this. + +Top-stitch around your cuff at a distance from the edge that is a bit less than your seam allowance. Go all the way around your cuff. + +### Step 19: Attach the collar + +#### Baste collar in place + +![Baste collar in place](19a.png) + +This is an important seam, so we are going to baste this in place to make sure it sits exactly right before we sew it. + +Start at the center back, and place the seam allowance of your back part between your two collar stands. Work your way around one side, and then do the other. + +Make sure to respect the standard seam allowance and - important - avoid any wrinkles. + +> While your collar stand is relatively straight, we are going to sew it to what is essentially a hole in your shirt. +> +> That's a bit tricky, so take extra care at those parts that are most curved: where the back joins the fronts. + +#### Edge-stitch collar in place + +![Edge-stitch collar in place](19b.png) ![Edge-stitch collar in place](19c.png) + +When you're happy with how you've basted your collar in place, it's time to sew that thing down. + +We're going to start at the center-back and sew all the way around the collar stand. + +#### Sew along the collar edge + +![Sew along the collar edge](19d.png) + +To give more body to your collar, and firmly secure it in place we're going to sew along the top edge of the collar stand. + +Sew about half the seam allowance from your earlier edge-stitching. Make sure to stop a few cm before the end of the collar. + +> You need to stop a few cm before the end of the collar (note: the end of the collar, not the end of the collar stand) so that this seam is entirely covered when the collar is folded down. + +#### Press the collar + +![Press the collar](19e.png) + +Now that your collar is attached, give it a good press. + +### Step 20: Hem your shirt + +![Fold over and press](20a.png) ![FOld over again, and press again](20b.png) ![Sew the hem](20c.png) + +Time to finish the hem (that's the part you tuck in your trousers). + +Fold up half of the hem allowance and press down. Then, fold up again and press again. + +Now, sew along the upper edge to finish the hem. + +### Step 21: Create buttonholes + +If you haven't done so initially, mark all the places you should have buttonholes. + +They sit along the front closure and at your cuffs. + +When you've marked them, make buttonholes there. + +### Step 22: Attach buttons + +Pin your shirt closed to transfer the place of the buttonholes to the button sides. + +When you've marked where buttons should go, sew them on. + +> Rather than mark the location of the buttons from the pattern, I prefer to transfer the location of the created buttonholes. +> +> This way, if a buttonhole sits a little bit out of place, the button will simply follow it. + +![That's it, you're done](finished.gif) From 7859c26ac59e8869a88d2f7141056bdb3a9594ef Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:17 +0200 Subject: [PATCH 0616/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simon/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/measurements/uk.md diff --git a/markdown/org/docs/patterns/simon/measurements/uk.md b/markdown/org/docs/patterns/simon/measurements/uk.md new file mode 100644 index 00000000000..e4ed57bd11a --- /dev/null +++ b/markdown/org/docs/patterns/simon/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Simon shirt: Required Measurements" +- - - + + From 842984ff8e95b112e717b83d635bf7919f23c230 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:18 +0200 Subject: [PATCH 0617/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simon/needs/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/needs/uk.md diff --git a/markdown/org/docs/patterns/simon/needs/uk.md b/markdown/org/docs/patterns/simon/needs/uk.md new file mode 100644 index 00000000000..c9dad85691e --- /dev/null +++ b/markdown/org/docs/patterns/simon/needs/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Simon shirt: What You Need" +- - - + +To make Simon, you will need the following: + +- About 2 meters (2.2 yards) of a suitable fabric (see [Fabric options](/docs/patterns/simon/fabric/)) +- Buttons +- Fusible interfacing for collar and cuffs (and possibly for the front placket) From 5bd941e5f2834811a7e4299602966202433f09be Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:19 +0200 Subject: [PATCH 0618/1675] New translations en.md (Ukrainian) --- .../simon/options/collarstandwidth/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md diff --git a/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md b/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md new file mode 100644 index 00000000000..f6ed04e554d --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar stand width" +- - - + +![Collarstand width](collarstandwidth.svg) + +The height of your collar stand. + + + +This is the main parameter to change the overall height of your collar. This defaults to a modern relatively slim collar, but you can crank it up all the way to Karl Lagerfeld style. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_collarstandwidth_sample.svg "Effect of this option on the pattern") From b202addc8b9fbfec916a79d6f9fca88e2a9ea682 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:20 +0200 Subject: [PATCH 0619/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/cuffbuttonrows/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md diff --git a/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md b/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md new file mode 100644 index 00000000000..fcbbe2ae49b --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Cuff button rows" +- - - + +![Cuff button rows](cuffbuttonrows.svg) + +Do you want a single button on your barrelcuff, or two? + + + +This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_cuffbuttonrows_sample.svg "Effect of this option on the pattern") From 31475a4b38d54f20db0347c7b4f2197317014dfa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:21 +0200 Subject: [PATCH 0620/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sven/options/ribbing/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/ribbing/uk.md diff --git a/markdown/org/docs/patterns/sven/options/ribbing/uk.md b/markdown/org/docs/patterns/sven/options/ribbing/uk.md new file mode 100644 index 00000000000..c05b77eb78e --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/ribbing/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ribbing" +- - - + +![Ribbing](ribbing.svg) + +Do you want ribbing at the hem/cuffs or not? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_ribbing_sample.svg "Effect of this option on the pattern") From 53c93c012587d245290130b74e259c1f512ce9d3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:22 +0200 Subject: [PATCH 0621/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/instructions/uk.md | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/instructions/uk.md diff --git a/markdown/org/docs/patterns/sven/instructions/uk.md b/markdown/org/docs/patterns/sven/instructions/uk.md new file mode 100644 index 00000000000..4ee34178b39 --- /dev/null +++ b/markdown/org/docs/patterns/sven/instructions/uk.md @@ -0,0 +1,58 @@ +- - - +title: "Sven sweatshirt: Sewing Instructions" +- - - + +### Step 1: Close shoulder seams + +- Place the back and front on top of each other with the good sides toghether. +- Align the shoulder seam, and sew/serge it at the standard seam allowance. +- Repeat for the other shoulder seam. + +### Step 2: Set in the sleeves + +- Place your now attached front and back with the good side up. +- Place a sleeve on top if it with the good side down +- Align the top of the sleevecap with the shoulder seam, your sleeve should lie over your front/back extending to the other shoulder seam +- Pin sleeve in place along the entire armhole. There's a bit of sleevecap ease, which means that the sleevehead is slightly longer than the armhole. Ease this in the top part of the sleeve head while pinning. +- Sew/serge your pinned sleeve in place +- Repeat for the other sleeve + +### Step 3: Finish the neck binding + +- Measure the length of the neck opening +- Cut a piece of ribbing that is this length and 6cm/2.5inch wide +- Fold the ribbing double with the good side outward, and pin it to your neckopening starting from the back +- The cut off side of your ribbing should align with the edge of your neck opening, while the ribbing extends over your sweatshirt +- Pin the ribbing in place around the neck opening, starting at the back and stretching it gently as you do so +- First, join the ribbing at center back, with good sides together. As you've been stretching the ribbing as you were pinning it, it will be too long. Simply cut that away +- Then, sew the ribbing to the neck opening + +### Step 4: Close the side seams and sleeves + +- Fold Sven double at the shoulder seams with good sides together +- Align the side seams and sleeves and pin them together +- Now, sew the side seam and continue sewing to close the arms all the way to the cuff +- Repeat on the other side + +### Step 5: Attach the cuffs + +- Measure the width of the sleeve at the cuff +- Cut a piece of ribbing that is (twice this length - 2cm/1inch) and 7cm/3inch wide +- Fold the ribbing double along the longest side, and sew together the edge so you have a continous ring +- Turn your Sven inside-out +- Fold the ribbing ring with the good side outwards, and slip the folded side into your inside/out Sven sleeve +- Align the cut off side of the ribbing with the edge of the sleeve and pin it in place. The ribbing is a bit shorter, so stretch it a bit while pinning to work this into the sleeve. +- Now, sew/serge the ribbing to the sleeve +- Repeat for the other cuff + +### Step 6: Attach the hem + +- Do for the hem as your did for the cuffs +- Measure the width of Sven at the hem +- Cut a piece of ribbing that 1.9 times this length and 7cm/3inch wide +- You may need to attach different pieces if your ribbing fabric isn't wide enough +- Fold the ribbing double along the longest side, and sew together the edge so you have a continous ring +- Turn your Sven inside-out +- Fold the ribbing ring with the good side outwards, and slip the folded side into your inside/out Sven body +- Align the cut off side of the ribbing with the edge of the body and pin it in place. The ribbing is a bit shorter, so stretch it a bit while pinning to work this into the body. +- Now, sew/serge the ribbing to the body From 855845343190d4cefa1afa5a565b2e39e98d0ccd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:24 +0200 Subject: [PATCH 0622/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sven/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/measurements/uk.md diff --git a/markdown/org/docs/patterns/sven/measurements/uk.md b/markdown/org/docs/patterns/sven/measurements/uk.md new file mode 100644 index 00000000000..e562316f746 --- /dev/null +++ b/markdown/org/docs/patterns/sven/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Sven sweatshirt: Required Measurements" +- - - + + From 2a6e15bace322d3399eac8234605df3f0c115b5e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:24 +0200 Subject: [PATCH 0623/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sven/needs/uk.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/needs/uk.md diff --git a/markdown/org/docs/patterns/sven/needs/uk.md b/markdown/org/docs/patterns/sven/needs/uk.md new file mode 100644 index 00000000000..3c0e6a0740f --- /dev/null +++ b/markdown/org/docs/patterns/sven/needs/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Sven sweatshirt: What You Need" +- - - + +To make Sven, you will need the following: + +- Basic sewing supplies +- About 1.75 meters (1.9 yards) of a suitable fabric ([see Fabric options](#fabric-options)) +- Ribbing fabric for the cuffs and neck opening + + + +###### A serger/overlock is nice, but optional + +As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. + +If you do not have one of those, don't despair. You don't really need it. +Because these side seams and shoulder seams won't get stretched out, you can just sew them with a regular straight stitch. + + From 9b5394b50ad1251d61233d4bbb6b79861837011f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:25 +0200 Subject: [PATCH 0624/1675] New translations en.md (Ukrainian) --- .../docs/patterns/sven/options/acrossbackfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..fbfd9c03399 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Across back factor" +- - - + +![Across back factor](acrossbackfactor.svg) + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_acrossbackfactor_sample.svg "Effect of this option on the pattern") From 43caab37ae6ef055ca7ff5cc3381c71715fe959d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:27 +0200 Subject: [PATCH 0625/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/options/bicepsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/sven/options/bicepsease/uk.md b/markdown/org/docs/patterns/sven/options/bicepsease/uk.md new file mode 100644 index 00000000000..70228269b7f --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/bicepsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Biceps ease" +- - - + +![Biceps ease](bicepsease.svg) + +How much room do you want at your upper arm? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_bicepsease_sample.svg "Effect of this option on the pattern") From f86eb4f678d84351d5b36f0740653903a3ef0c25 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:28 +0200 Subject: [PATCH 0626/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/options/chestease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/sven/options/chestease/uk.md b/markdown/org/docs/patterns/sven/options/chestease/uk.md new file mode 100644 index 00000000000..05bb7a2bfd4 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/chestease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest ease" +- - - + +![Chest ease](chestease.svg) + +How much room do you want at the chest? Whatever value you provide here will simply be added to your chest circumference measurement when drafting the garment. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_chestease_sample.svg "Effect of this option on the pattern") From 7e43b669f8b386d547529944abdb254613e2bdfb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:29 +0200 Subject: [PATCH 0627/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/options/cuffease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/sven/options/cuffease/uk.md b/markdown/org/docs/patterns/sven/options/cuffease/uk.md new file mode 100644 index 00000000000..78f37f9a7b5 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/cuffease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Cuff ease" +- - - + +![Cuff ease](cuffease.svg) + +How much room do you want at your wrist? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_cuffease_sample.svg "Effect of this option on the pattern") From 1dec7363f78e9a89c14010aea28cb4d6982be7f6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:30 +0200 Subject: [PATCH 0628/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sven/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/uk.md diff --git a/markdown/org/docs/patterns/sven/options/uk.md b/markdown/org/docs/patterns/sven/options/uk.md new file mode 100644 index 00000000000..fff68ea142b --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Sven sweatshirt: Design Options" +- - - + + From 7a3112e2b1b37f497e048eebdf984c727f32fa07 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:31 +0200 Subject: [PATCH 0629/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/options/lengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md b/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md new file mode 100644 index 00000000000..cd09b95cc30 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length bonus" +- - - + +![Length bonus](lengthbonus.svg) + +This option will lengthen the body of your sweatshirt. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_lengthbonus_sample.svg "Effect of this option on the pattern") From ba217595325e64ebfb1d0283d110e939d01ca0fe Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:32 +0200 Subject: [PATCH 0630/1675] New translations en.md (Ukrainian) --- .../docs/patterns/sven/options/ribbingheight/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/ribbingheight/uk.md diff --git a/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md b/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md new file mode 100644 index 00000000000..ab5e20dcb7b --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ribbing height" +- - - + +![Ribbing height](ribbingheight.svg) + +The height of the ribbing at the hem/cuffs. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_ribbingheight_sample.svg "Effect of this option on the pattern") From 7c4b623a817ea7fae59a60f26a7c04ebf6ff39c4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:33 +0200 Subject: [PATCH 0631/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sven/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/uk.md diff --git a/markdown/org/docs/patterns/sven/uk.md b/markdown/org/docs/patterns/sven/uk.md new file mode 100644 index 00000000000..0bc58741b7e --- /dev/null +++ b/markdown/org/docs/patterns/sven/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Sven sweatshirt" +- - - + + From 37819fb4c1b8ce344caa35c4b6b6ce0f5f151c7f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:34 +0200 Subject: [PATCH 0632/1675] New translations en.md (Ukrainian) --- .../docs/patterns/sven/options/ribbingstretch/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md diff --git a/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md b/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md new file mode 100644 index 00000000000..5cce917be31 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ribbing stretch" +- - - + +![Ribbing stretch](ribbingstretch.svg) + +The amount of stretch we should foresee for the ribbing at the hem/cuffs. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_ribbingstretch_sample.svg "Effect of this option on the pattern") From 98330e9fcaca05a17a05508d10f4fb9c9108ac6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:35 +0200 Subject: [PATCH 0633/1675] New translations en.md (Ukrainian) --- .../patterns/sven/options/sleevelengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..2505f2d88e5 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve length bonus" +- - - + +![Sleeve length bonus](sleevelengthbonus.svg) + +This option will lengthen the sleeves of your sweatshirt. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From c4cf5b2e3149b69d556b26aae285ef15e596d7d3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:36 +0200 Subject: [PATCH 0634/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tamiko/cutting/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/cutting/uk.md diff --git a/markdown/org/docs/patterns/tamiko/cutting/uk.md b/markdown/org/docs/patterns/tamiko/cutting/uk.md new file mode 100644 index 00000000000..ae133e276af --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/cutting/uk.md @@ -0,0 +1,14 @@ +- - - +title: "Tamiko top: Cutting Instructions" +- - - + +- **Main fabric** + - Cut **1 Tamiko top** on the fold + +Tamiko is a zero-waste pattern. It's a rectangle that's cut out on the fold. Not more than that. There's only one part to this top, we will simply refer to it at the **Tamiko top**. It needs to be cut on the fold along the bottom. + + + +Cut out the armhole, but leave seam allowance + + From 3ce7a057ce4367da54795abc1d17081a65760501 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:37 +0200 Subject: [PATCH 0635/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tamiko/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/uk.md diff --git a/markdown/org/docs/patterns/tamiko/uk.md b/markdown/org/docs/patterns/tamiko/uk.md new file mode 100644 index 00000000000..8bcf042271e --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Tamiko top" +- - - + + From a103d3173b2359ada8809961a6578f0ec59ede0b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:38 +0200 Subject: [PATCH 0636/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tamiko/fabric/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/fabric/uk.md diff --git a/markdown/org/docs/patterns/tamiko/fabric/uk.md b/markdown/org/docs/patterns/tamiko/fabric/uk.md new file mode 100644 index 00000000000..dfc7a95f3d1 --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/fabric/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Tamiko top: Fabric Options" +- - - + +This pattern has a lot of unfinished edges, so you need something that does not ravel. And you want to go for something with a nice drape. + +Long story short, go for a knitted fabric, or some light scuba or something. No wovens. From f7137a6a1b8c328f8c2b3aa68850344a059745e8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:39 +0200 Subject: [PATCH 0637/1675] New translations en.md (Ukrainian) --- .../docs/patterns/tamiko/instructions/uk.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/instructions/uk.md diff --git a/markdown/org/docs/patterns/tamiko/instructions/uk.md b/markdown/org/docs/patterns/tamiko/instructions/uk.md new file mode 100644 index 00000000000..53a710b7214 --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/instructions/uk.md @@ -0,0 +1,26 @@ +- - - +title: "Tamiko top: Sewing Instructions" +- - - + +### Step 1: Finish the armhole seam + +![Finsh the armhole seam](step03.png) + +- Finish the armhole seam with a narrow hem. + +### Step 2: Finish the top + +![Sew the three seamlines that are marked on your draft](step04.png) + + + +As your top is folded, it's a good idea to pin both halves together. +This way, your top can't shift around while we finish it. + + + +- Sew the three seamlines that are marked on your draft. F-H, C and I-J in the diagram, represented by lines and notches on the pattern. + +### Step 3: Enjoy! + +Now enjoy your new top and it's zero waste properties! From e45ee42b9a8b673f4db2561765d1880da03b1898 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:40 +0200 Subject: [PATCH 0638/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tamiko/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/measurements/uk.md diff --git a/markdown/org/docs/patterns/tamiko/measurements/uk.md b/markdown/org/docs/patterns/tamiko/measurements/uk.md new file mode 100644 index 00000000000..74b7554838f --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Tamiko top: Required Measurements" +- - - + + From ca5017a51e0dbda1de40cffcf29d773d63620ddd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:41 +0200 Subject: [PATCH 0639/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tamiko/needs/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/needs/uk.md diff --git a/markdown/org/docs/patterns/tamiko/needs/uk.md b/markdown/org/docs/patterns/tamiko/needs/uk.md new file mode 100644 index 00000000000..df6f7820885 --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/needs/uk.md @@ -0,0 +1,8 @@ +- - - +title: "Tamiko top: What You Need" +- - - + +To make Tamiko, you will need the following: + +- Basic sewing supplies +- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/patterns/tamiko/fabric)) From 1d0aa5503509ea26134247f0e5c6f8edd36408e2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:42 +0200 Subject: [PATCH 0640/1675] New translations en.md (Ukrainian) --- .../patterns/tamiko/options/armholedepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..ed0b08d45fc --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole depth factor" +- - - + +Controls the depth of your armhole, as a factor of your shoulder to shoulder measurement. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tamiko_armholedepthfactor_sample.svg "Effect of this option on the pattern") From 838a697fd9de9709906988707ec5dfd2a1777cd6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:43 +0200 Subject: [PATCH 0641/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/tamiko/options/chestease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/tamiko/options/chestease/uk.md b/markdown/org/docs/patterns/tamiko/options/chestease/uk.md new file mode 100644 index 00000000000..fd156f0c432 --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/options/chestease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest ease" +- - - + +The amount of ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tamiko_chestease_sample.svg "Effect of this option on the pattern") From 6698ab20ba8e2f196bdf0675a125eb0eab2e1e76 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:44 +0200 Subject: [PATCH 0642/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sven/fabric/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/fabric/uk.md diff --git a/markdown/org/docs/patterns/sven/fabric/uk.md b/markdown/org/docs/patterns/sven/fabric/uk.md new file mode 100644 index 00000000000..92c4346db7d --- /dev/null +++ b/markdown/org/docs/patterns/sven/fabric/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Sven sweatshirt: Fabric Options" +- - - + +Sven can be any sweatshirt you want it to be. From wovens to knit or even scuba, you can't really go wrong as long as you stick with something that has a bit of weight to it. + +Have a look at [the Sven showcases](/showcase/pattern/sven) for inspiration. From ef7de62fa1d6e7475e7a1780ed0436849e5789ee Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:45 +0200 Subject: [PATCH 0643/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sven/cutting/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/cutting/uk.md diff --git a/markdown/org/docs/patterns/sven/cutting/uk.md b/markdown/org/docs/patterns/sven/cutting/uk.md new file mode 100644 index 00000000000..da3f42e55c3 --- /dev/null +++ b/markdown/org/docs/patterns/sven/cutting/uk.md @@ -0,0 +1,22 @@ +- - - +title: "Sven sweatshirt: Cutting Instructions" +- - - + +Sven is a very simply pattern, and consists of two main parts plus some strips for the neck and armhole binding. + +- **Main fabric** + - Cut **1 back** on the fold + - Cut **1 front** on the fold + - Cut **2 sleeves** with good sides together +- **Ribbing fabric** + - Cut **1 strip** for the neck opening binding + - Cut **2 strips** for the cuffs + - Cut **1 strip** for the hem + + + +###### Caveats + +The ribbing parts are not included on the pattern because they're just rectangular. + + From 8968d61274fc6c91d3a678a6a291bc99db933a58 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:46 +0200 Subject: [PATCH 0644/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/cuffdrape/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/cuffdrape/uk.md diff --git a/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md b/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md new file mode 100644 index 00000000000..c133a1aaef7 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Cuff drape" +- - - + +![Cuff drape](cuffdrape.svg) + +How much the end of the sleeve is wider than the wrist. + + + +This changes the look of the sleeve a bit. +More drape makes the sleeve wider and gives you a more _blousy_ effect, whereas less drape makes the sleeve more narrow. + +The drape will be worked into the cuff with pleats. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_cuffdrape_sample.svg "Effect of this option on the pattern") From 834629ef960150a5639506cca8b6dfd055d7e42b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:47 +0200 Subject: [PATCH 0645/1675] New translations en.md (Ukrainian) --- .../simon/options/seperatebuttonplacket/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md diff --git a/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md b/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md new file mode 100644 index 00000000000..85c5aca0cbc --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Seperate button placket" +- - - + +![Seperate button placket](seperatebuttonplacket.svg) + +Whether or not you want the button placket to be a seperate pattern part. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_seperatebuttonplacket_sample.svg "Effect of this option on the pattern") From fc5b625a64b1ba3350e305c530be5f55d459d27b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:48 +0200 Subject: [PATCH 0646/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/cuffease/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/simon/options/cuffease/uk.md b/markdown/org/docs/patterns/simon/options/cuffease/uk.md new file mode 100644 index 00000000000..fcfefe3b2c2 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/cuffease/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Cuff ease" +- - - + +![Cuff ease](cuffease.svg) + +Determines how much the cuff is larger than your wrist. + +Change this option to give yourself more or less room at the wrist. + + + +You might want more if you want the shirt cuff to fit over a bulky watch. Less room might be better if you want to wear the shirt under an overgarment like a sweater. + +Those wanting to wear their shirt under a sweater should also have a look at the barrelcuff narrow button option. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_cuffease_sample.svg "Effect of this option on the pattern") From 4ca7664fdb97675e3b3a484afbacfebcc0f7d86f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:49 +0200 Subject: [PATCH 0647/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/cufflength/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/cufflength/uk.md diff --git a/markdown/org/docs/patterns/simon/options/cufflength/uk.md b/markdown/org/docs/patterns/simon/options/cufflength/uk.md new file mode 100644 index 00000000000..219a923d966 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/cufflength/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Cuff length" +- - - + +![Cuff length](cufflength.svg) + +The length of your cuffs. + + + +This will not influence the total length of your sleeve. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_cufflength_sample.svg "Effect of this option on the pattern") From a2f4b37a7ed749337be56f4d9455f978627a0e0b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:50 +0200 Subject: [PATCH 0648/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/cuffstyle/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/cuffstyle/uk.md diff --git a/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md b/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md new file mode 100644 index 00000000000..570e0f19a95 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Cuff style" +- - - + +![Cuff style](cuffstyle.svg) + +What style of cuff do you want? + +- Rounded barrel cuff +- Chamfer barrel cuff +- Straight barrel cuff +- Rounded French cuff +- Chamfer French cuff +- Straight French cuff + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_cuffstyle_sample.svg "Effect of this option on the pattern") From 841f39c6b85d080f32c80b22cbe2c7e17ebfcd3b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:51 +0200 Subject: [PATCH 0649/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simon/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/uk.md diff --git a/markdown/org/docs/patterns/simon/options/uk.md b/markdown/org/docs/patterns/simon/options/uk.md new file mode 100644 index 00000000000..f9b2042e223 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Simon shirt: Design Options" +- - - + + From 4d406fcfa054cd3d5eee51b229d4032c0832f5ce Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:52 +0200 Subject: [PATCH 0650/1675] New translations en.md (Ukrainian) --- .../simon/options/extratopbutton/uk.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/extratopbutton/uk.md diff --git a/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md b/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md new file mode 100644 index 00000000000..40de03a9ce9 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md @@ -0,0 +1,26 @@ +- - - +title: "Extra top button" +- - - + +![Extra top button](extratopbutton.svg) + +Do you want an extra button between the top front button and collar stand button? + + + +###### Why an extra button? + +This extra button allows you to undo your collar button with your shirt staying relatively closed. + +It's an extra button you'll want if you plan to still look good in the bar after your work day with your top button undone and your tie somewhat loose. +The extra button is also great if you are wearing your shirt under an overgarment with the top button undone. For example, under a sweater. + +Do not include the top button if you want a more casual look. + +This extra button is added to the number of buttons on the front. It does not replace another button. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_extratopbutton_sample.svg "Effect of this option on the pattern") From 6fb0e786f2a347ce0dcc98fdf7fcd0a37f7a1191 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:53 +0200 Subject: [PATCH 0651/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/hemcurve/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/hemcurve/uk.md diff --git a/markdown/org/docs/patterns/simon/options/hemcurve/uk.md b/markdown/org/docs/patterns/simon/options/hemcurve/uk.md new file mode 100644 index 00000000000..9db685dda37 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/hemcurve/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Hem curve" +- - - + +![Hem curve](hemcurve.svg) + +How much do you want the hem to curve upwards? + + + +- This applies only to the baseball and slashed hem styles. If you chose a straight hem, this will be ignored. +- This value can never be more than the length bonus. If it is, it will silently be set to the length bonus value. +- If you set this to zero, you'll get a straight hem regardless of what hem style you pick. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_hemcurve_sample.svg "Effect of this option on the pattern") From 946ac9318f37811deb9fc6390a73a1128dc741ac Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:54 +0200 Subject: [PATCH 0652/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simon/options/hemstyle/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/hemstyle/uk.md diff --git a/markdown/org/docs/patterns/simon/options/hemstyle/uk.md b/markdown/org/docs/patterns/simon/options/hemstyle/uk.md new file mode 100644 index 00000000000..0f84ff2f4f7 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/hemstyle/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Hem style" +- - - + +![Hem style](hemstyle.svg) + +What style of hem line do you want? + +- Straight +- Baseball +- Slashed + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_hemstyle_sample.svg "Effect of this option on the pattern") From 7488ba65d89e9c2a57529531ea570efcc693b0cf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:55 +0200 Subject: [PATCH 0653/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/hipsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/simon/options/hipsease/uk.md b/markdown/org/docs/patterns/simon/options/hipsease/uk.md new file mode 100644 index 00000000000..444b5f8e2bc --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/hipsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hips ease" +- - - + +![Hips ease](hipsease.svg) + +How much room do you want at the hips? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_hipsease_sample.svg "Effect of this option on the pattern") From a865af5fd925e333401fd1b34ab8f0cdaeaa25db Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:56 +0200 Subject: [PATCH 0654/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/lengthbonus/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md b/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md new file mode 100644 index 00000000000..b990670f04e --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md @@ -0,0 +1,22 @@ +- - - +title: "Length bonus" +- - - + +![Length bonus](lengthbonus.svg) + +How much shirt do you want to be able to tuck in your trousers? + + + +###### What's the point? + +Keeping your shirt tucked neatly in your trousers is why you need this extra length. +Nobody needs to know about that Justin Bieber tattoo on your lower back. + +If you want a more casual shirt to wear over your trousers, you will want to lower this. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_lengthbonus_sample.svg "Effect of this option on the pattern") From be9604df8034836f15785e8185e0de0d5919d34b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:57 +0200 Subject: [PATCH 0655/1675] New translations en.md (Ukrainian) --- .../simon/options/seperatebuttonholeplacket/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md diff --git a/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md b/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md new file mode 100644 index 00000000000..db1b5d02319 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Seperate buttonhole placket" +- - - + +![Seperate buttonhole placket](seperatebuttonholeplacket.svg) + +Whether or not you want the buttonhole placket to be a seperate pattern part. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_seperatebuttonholeplacket_sample.svg "Effect of this option on the pattern") From 4ac6d03560ec0a894d13480fcce9d45126c9a498 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:58 +0200 Subject: [PATCH 0656/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/sleevelengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..0395ac13f79 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve length bonus" +- - - + +![Sleeve length bonus](sleevelengthbonus.svg) + +How much extra length do you want for your sleeves? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From 8aecc34eebb193615dbb9ac73262c4dd7ac8ea76 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:16:59 +0200 Subject: [PATCH 0657/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simone/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/uk.md diff --git a/markdown/org/docs/patterns/simone/options/uk.md b/markdown/org/docs/patterns/simone/options/uk.md new file mode 100644 index 00000000000..4728a1f9987 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Simone shirt: Design Options" +- - - + + From 5d72bc8e596d93fa77fd6b7b8c586ac05a629a9d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:00 +0200 Subject: [PATCH 0658/1675] New translations en.md (Ukrainian) --- .../simon/options/sleeveplacketlength/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md b/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md new file mode 100644 index 00000000000..8c71b153575 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleeve placket length" +- - - + +![Sleeve placket length](sleeveplacketlength.svg) + +How long do you want the sleeve placket to be? + + + +The longer your sleeve placket is, the easier it is to get out of your shirt sleeve. +It also influences what things will look like when you roll up your sleeves + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleeveplacketlength_sample.svg "Effect of this option on the pattern") From 3a2767ec397b2388799d26eaf95d8ac37ddb5209 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:01 +0200 Subject: [PATCH 0659/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/sleeveplacketwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md b/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md new file mode 100644 index 00000000000..ea10bee2c62 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve placket width" +- - - + +![Sleeve placket width](sleeveplacketwidth.svg) + +How wide do you want the sleeve placket to be? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleeveplacketwidth_sample.svg "Effect of this option on the pattern") From bf9921761370865320e1e8f7892a6c727d575760 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:02 +0200 Subject: [PATCH 0660/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/splityoke/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/splityoke/uk.md diff --git a/markdown/org/docs/patterns/simon/options/splityoke/uk.md b/markdown/org/docs/patterns/simon/options/splityoke/uk.md new file mode 100644 index 00000000000..5c78573935c --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/splityoke/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Split yoke" +- - - + +![Split yoke](splityoke.svg) + +Do you want a split yoke? + + + +###### What's the point? + +With a split yoke, only half the yoke is included on the pattern, and you'll have to cut 4 parts instead of 2, and sew them together. + +It's a bit more work, but it allows you to align the grain line differently on both halves of the yoke, an effect that some people like. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_splityoke_sample.svg "Effect of this option on the pattern") From 89136dea48e633f7d5f6823e50a36210c91a491c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:03 +0200 Subject: [PATCH 0661/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/simon/options/waistease/uk.md b/markdown/org/docs/patterns/simon/options/waistease/uk.md new file mode 100644 index 00000000000..d27b3e6a1fa --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +![Waist ease](waistease.svg) + +How much room do you want at the waist? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_waistease_sample.svg "Effect of this option on the pattern") From f6808b15379263e1c938639c346a1506f2994ea2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:04 +0200 Subject: [PATCH 0662/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simone/cutting/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/cutting/uk.md diff --git a/markdown/org/docs/patterns/simone/cutting/uk.md b/markdown/org/docs/patterns/simone/cutting/uk.md new file mode 100644 index 00000000000..2ab09f3b857 --- /dev/null +++ b/markdown/org/docs/patterns/simone/cutting/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Simone shirt: Cutting Instructions" +- - - + + + +Simone is our [Simon pattern](/designs/simon/) adapted for breasts. + +Please refer to [the Simon documentation](/docs/patterns/simon/). + + From 013b82e81ae5219b30557b3a6111c47d8bd97350 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:05 +0200 Subject: [PATCH 0663/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simone/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/uk.md diff --git a/markdown/org/docs/patterns/simone/uk.md b/markdown/org/docs/patterns/simone/uk.md new file mode 100644 index 00000000000..5d8fcf61aef --- /dev/null +++ b/markdown/org/docs/patterns/simone/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Simone shirt" +- - - + + From 357ab5fb83e755469d77e7dbddd43ddc41f5fe62 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:06 +0200 Subject: [PATCH 0664/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simone/fabric/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/fabric/uk.md diff --git a/markdown/org/docs/patterns/simone/fabric/uk.md b/markdown/org/docs/patterns/simone/fabric/uk.md new file mode 100644 index 00000000000..a985a7fd386 --- /dev/null +++ b/markdown/org/docs/patterns/simone/fabric/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Simone shirt: Fabric Options" +- - - + + + +Simone is our [Simon pattern](/designs/simon/) adapted for breasts. + +Please refer to [the Simon documentation](/docs/patterns/simon/). + + From e5904c2433e3da6f008c5db1caca58f83eaa1ddf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:07 +0200 Subject: [PATCH 0665/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/instructions/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/instructions/uk.md diff --git a/markdown/org/docs/patterns/simone/instructions/uk.md b/markdown/org/docs/patterns/simone/instructions/uk.md new file mode 100644 index 00000000000..c587edb22d2 --- /dev/null +++ b/markdown/org/docs/patterns/simone/instructions/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Simone shirt: Sewing Instructions" +- - - + +### Step 1: Bust Darts + +- Close the Front bust darts. + +### Step 2: Follow Simon's Instructions + + + +Simone is just our [Simon pattern](/designs/simon/) adapted for breasts so you can now just follow [Simon's instructions](docs/patterns/simon/instructions) to finish your Simone :) + + From 4f03f7788c15b96889249ba2cec85e2071103d26 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:08 +0200 Subject: [PATCH 0666/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simone/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/measurements/uk.md diff --git a/markdown/org/docs/patterns/simone/measurements/uk.md b/markdown/org/docs/patterns/simone/measurements/uk.md new file mode 100644 index 00000000000..b34fb89deb3 --- /dev/null +++ b/markdown/org/docs/patterns/simone/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Simone shirt: Required Measurements" +- - - + + From 74a09a98197c2581961d01fdb01f4f789e3fdaa0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:09 +0200 Subject: [PATCH 0667/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simone/needs/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/needs/uk.md diff --git a/markdown/org/docs/patterns/simone/needs/uk.md b/markdown/org/docs/patterns/simone/needs/uk.md new file mode 100644 index 00000000000..416f55f5683 --- /dev/null +++ b/markdown/org/docs/patterns/simone/needs/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Simone shirt: What You Need" +- - - + + + +Simone is our [Simon pattern](/designs/simon/) adapted for breasts. + +Please refer to [the Simon documentation](/docs/patterns/simon/). + + From d8805fd431070f34257b5d293d09936249338697 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:10 +0200 Subject: [PATCH 0668/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tamiko/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/options/uk.md diff --git a/markdown/org/docs/patterns/tamiko/options/uk.md b/markdown/org/docs/patterns/tamiko/options/uk.md new file mode 100644 index 00000000000..c45a4322ae8 --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Tamiko top: Design Options" +- - - + + From 135a38a957df506827de5e77f34897ac0c6d493b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:11 +0200 Subject: [PATCH 0669/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tamiko/options/flare/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/options/flare/uk.md diff --git a/markdown/org/docs/patterns/tamiko/options/flare/uk.md b/markdown/org/docs/patterns/tamiko/options/flare/uk.md new file mode 100644 index 00000000000..7d3171dc129 --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/options/flare/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Flare" +- - - + +The angle by which the garment flares out from your chest downwards. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tamiko_flare_sample.svg "Effect of this option on the pattern") From feec68f402c28a77b417085c262d1593c594d448 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:12 +0200 Subject: [PATCH 0670/1675] New translations en.md (Ukrainian) --- .../titan/options/crossseamcurvestart/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md b/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md new file mode 100644 index 00000000000..fbc4479cc97 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Start of the cross seam curve" +- - - + +Controls the start of the cross seam curve. + + + +This curve has an influence on the amount of fabric at your bum. + +People with a flatter bum will get a better fit by increasing this, as the curve will start later, +and this there will be less fabric pooling at the bum. + +People with a round bum might want to lower this to create a little more (horizontal) room for their behind. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_crossseamcurvestart_sample.svg "Effect of this option on the pattern") From 19425d8eb9d4892d6dd8513d9efafc6222199afb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:13 +0200 Subject: [PATCH 0671/1675] New translations en.md (Ukrainian) --- .../docs/patterns/theo/options/waistbandwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md diff --git a/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md new file mode 100644 index 00000000000..0717bb5cae3 --- /dev/null +++ b/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waistband width" +- - - + +![Waistband width](waistbandwidth.svg) + +The width of the waistband you want on the trousers. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](theo_waistbandwidth_sample.svg "Effect of this option on the pattern") From 79014f0741aef6c6eb6c6ed8989aad869281f1a1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:14 +0200 Subject: [PATCH 0672/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/theo/options/wedge/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/options/wedge/uk.md diff --git a/markdown/org/docs/patterns/theo/options/wedge/uk.md b/markdown/org/docs/patterns/theo/options/wedge/uk.md new file mode 100644 index 00000000000..8deee3c8f64 --- /dev/null +++ b/markdown/org/docs/patterns/theo/options/wedge/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Wedge" +- - - + +Controls the length of the crossseam. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](theo_wedge_sample.svg "Effect of this option on the pattern") From 813f2f341784f706500047477e4795bd41280f59 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:15 +0200 Subject: [PATCH 0673/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/titan/cutting/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/cutting/uk.md diff --git a/markdown/org/docs/patterns/titan/cutting/uk.md b/markdown/org/docs/patterns/titan/cutting/uk.md new file mode 100644 index 00000000000..5c6359b4662 --- /dev/null +++ b/markdown/org/docs/patterns/titan/cutting/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Titan trouser block: Cutting Instructions" +- - - + +**Main fabric** + +- Cut **2 front** parts with _good sides together_ +- Cut **2 back** parts with _good sides together_ + +These cutting instructions are just for the default Titan block. Adjust your cutting accordingly if you have/are making changes to the block. + + + +###### Titan is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From 9688d6e2514ff6e8fa794226a275458231082428 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:16 +0200 Subject: [PATCH 0674/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/titan/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/uk.md diff --git a/markdown/org/docs/patterns/titan/uk.md b/markdown/org/docs/patterns/titan/uk.md new file mode 100644 index 00000000000..342f1ae9cee --- /dev/null +++ b/markdown/org/docs/patterns/titan/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Titan trouser block" +- - - + + From 11b71295785882a461f72f0c2a6b1021c6a56a33 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:17 +0200 Subject: [PATCH 0675/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/titan/fabric/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/fabric/uk.md diff --git a/markdown/org/docs/patterns/titan/fabric/uk.md b/markdown/org/docs/patterns/titan/fabric/uk.md new file mode 100644 index 00000000000..e4e8ddff02e --- /dev/null +++ b/markdown/org/docs/patterns/titan/fabric/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Titan trouser block: Fabric Options" +- - - + +If you are making a default Titan to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Titan with. + +You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Titan. + + + +###### Titan is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From ecc041a4031be7cd4c7dff572a37cf23bf2b9757 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:19 +0200 Subject: [PATCH 0676/1675] New translations en.md (Ukrainian) --- .../docs/patterns/titan/instructions/uk.md | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/instructions/uk.md diff --git a/markdown/org/docs/patterns/titan/instructions/uk.md b/markdown/org/docs/patterns/titan/instructions/uk.md new file mode 100644 index 00000000000..d49ce188d7f --- /dev/null +++ b/markdown/org/docs/patterns/titan/instructions/uk.md @@ -0,0 +1,75 @@ +- - - +title: "Titan trouser block: Sewing Instructions" +- - - + + + +###### Titan is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Titan block. + + + +### Step 1: Mock-up Construction + +- Join the outseam (the seam that runs along the side of your leg) of the front and back. +- Join the inseam (the seam the runs along the inside of your legs) of the front and back. +- You now have a leg. Repeat for the other leg, **making certain they are mirror images of each other**. +- Turn one leg with the good side in, and the other with the good side out. +- Now tuck the _good side out_ into the _good side in_ leg, so that they have their _good sides together_. +- Align and sew the cross seam. + + + +You may need to leave an opening in the front cross seam so you can pin yourself in. + + + + + +If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. + + + +### Step 2: Try it on + +- Try it on and check the fit by pinning the front closed whilst wearing it. +- Make any alterations and try it on again. +- Repeat until you are happy. + + + +Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. + +Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. + + + + + +Remember to treat Titan as a basis rather than a final product, so adjust what you need to get the desired look. +For instance: + +- Add a front closure +- Add pockets +- Change the pant length +- Change the pant width +- Add a waistband + +It is all up to you! Experiment and go forth! + + + +### Step 3: Make a paper pattern + +- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. +- Now you have a pattern you can use to produce a garment. + + + +It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. + + From 4acfacb70f1ab815942f517b5f189eb41c7dd6e8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:20 +0200 Subject: [PATCH 0677/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/titan/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/measurements/uk.md diff --git a/markdown/org/docs/patterns/titan/measurements/uk.md b/markdown/org/docs/patterns/titan/measurements/uk.md new file mode 100644 index 00000000000..e8797dd7418 --- /dev/null +++ b/markdown/org/docs/patterns/titan/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Titan trouser block: Required Measurements" +- - - + + From 807d2cd173f2cdf0f19c92609962fc66838e528b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:21 +0200 Subject: [PATCH 0678/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/titan/needs/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/needs/uk.md diff --git a/markdown/org/docs/patterns/titan/needs/uk.md b/markdown/org/docs/patterns/titan/needs/uk.md new file mode 100644 index 00000000000..e3fa307abbe --- /dev/null +++ b/markdown/org/docs/patterns/titan/needs/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Titan trouser block: What You Need" +- - - + +To make Titan, you will need the following: + +- Basic sewing supplies +- About 1.5 meters (1.7 yards) of suitable fabric ([see Titan Fabric options](/docs/patterns/titan/fabric)) + + + +###### Titan is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From b937307c01ecf33a868160526f2f64e4c8d556c9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:22 +0200 Subject: [PATCH 0679/1675] New translations en.md (Ukrainian) --- .../titan/options/crossseamcurvebend/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md b/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md new file mode 100644 index 00000000000..fd3ed28cd67 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Cross seam bend" +- - - + +Controls the curvature of the cross seam curve. + + + +This curve has an influence on the amount of fabric at your bum. + +People with a flatter bum will get a better fit by increasing this, as the curve will start later, +and this there will be less fabric pooling at the bum. + +People with a round bum might want to lower this to create a little more (horizontal) room for their behind. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_crossseamcurvebend_sample.svg "Effect of this option on the pattern") From a253359a3fe8f1d0e2037f5e9987b89b23e4e0f9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:23 +0200 Subject: [PATCH 0680/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/titan/options/crotchdrop/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/crotchdrop/uk.md diff --git a/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md b/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md new file mode 100644 index 00000000000..7f4fd7cc9ee --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Crotch drop" +- - - + +Controls by how much the crotch is lowered. + +Lowering the crotch makes for a more casual fit.\ +A signigicantly lowered crotched can also be a style choice. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_crotchdrop_sample.svg "Effect of this option on the pattern") From eb09bd4c2f9a383e96349ac80986b8f98d054c09 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:24 +0200 Subject: [PATCH 0681/1675] New translations en.md (Ukrainian) --- .../docs/patterns/theo/options/legwidth/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/options/legwidth/uk.md diff --git a/markdown/org/docs/patterns/theo/options/legwidth/uk.md b/markdown/org/docs/patterns/theo/options/legwidth/uk.md new file mode 100644 index 00000000000..2c0b709b12b --- /dev/null +++ b/markdown/org/docs/patterns/theo/options/legwidth/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Leg width" +- - - + +Controls the width of the legs. + + + +This pattern used to come in two variations. Theodore, and Theo, the latter having +a slimmer cut. + +Since FreeSewing v2.0 we've merged these into a single pattern and this option +allows you to alter the leg width. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](theo_legwidth_sample.svg "Effect of this option on the pattern") From da1a58917f7ae10e22647a6d669fc5d582556934 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:25 +0200 Subject: [PATCH 0682/1675] New translations en.md (Ukrainian) --- .../patterns/titan/options/crotchseamcurvebend/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md b/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md new file mode 100644 index 00000000000..6e80d2b82b2 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Crotch seam bend" +- - - + +Controls the curvature of the croth seam, which influences the fit at your crotch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_crotchseamcurvebend_sample.svg "Effect of this option on the pattern") From 7a579a14c5fe76c8b5e8ad74a99347989d0470af Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:26 +0200 Subject: [PATCH 0683/1675] New translations en.md (Ukrainian) --- .../patterns/titan/options/crotchseamcurvestart/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md b/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md new file mode 100644 index 00000000000..51b94320f04 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Start of the crotch seam curve" +- - - + +Controls where the crotch seam starts to curve, which influences the fit at your crotch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_crotchseamcurvestart_sample.svg "Effect of this option on the pattern") From 3b996f05d07d7b3d2e2f471bda4dc496d675b691 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:26 +0200 Subject: [PATCH 0684/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/titan/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/uk.md diff --git a/markdown/org/docs/patterns/titan/options/uk.md b/markdown/org/docs/patterns/titan/options/uk.md new file mode 100644 index 00000000000..95e844fa390 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Titan trouser block: Design Options" +- - - + + From 5f36084f5129f1fcc2d55e61728b12c6a740b625 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:27 +0200 Subject: [PATCH 0685/1675] New translations en.md (Ukrainian) --- .../docs/patterns/titan/options/fitknee/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/fitknee/uk.md diff --git a/markdown/org/docs/patterns/titan/options/fitknee/uk.md b/markdown/org/docs/patterns/titan/options/fitknee/uk.md new file mode 100644 index 00000000000..51be784552a --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/fitknee/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Fit the knee" +- - - + +Controls the width of the legs. + + + +This pattern used to come in two variations. Theodore, and Theo, the latter having +a slimmer cut. + +Since FreeSewing v2.0 we've merged these into a single pattern and this option +allows you to alter the leg width. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_fitknee_sample.svg "Effect of this option on the pattern") From 5f9cb8619f0b0a8cb1689127f445702fcbb595b1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:28 +0200 Subject: [PATCH 0686/1675] New translations en.md (Ukrainian) --- .../patterns/titan/options/grainlineposition/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/grainlineposition/uk.md diff --git a/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md b/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md new file mode 100644 index 00000000000..68adb67db4f --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Grainline position" +- - - + +Controls the position of the grainline. + +You can use this to shift the grainline inward or outward if that works better for your body. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_grainlineposition_sample.svg "Effect of this option on the pattern") From 99298ebb3044083043720c8fcc91d2ec5b0f8481 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:29 +0200 Subject: [PATCH 0687/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/titan/options/kneeease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/kneeease/uk.md diff --git a/markdown/org/docs/patterns/titan/options/kneeease/uk.md b/markdown/org/docs/patterns/titan/options/kneeease/uk.md new file mode 100644 index 00000000000..d8c8ab82b93 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/kneeease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Knee ease" +- - - + +Controls the amount of ease at your knees, which also determines the width of the trouser legs. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_kneeease_sample.svg "Effect of this option on the pattern") From 316c9726495f66f0f3c6b603a2849c603686645c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:30 +0200 Subject: [PATCH 0688/1675] New translations en.md (Ukrainian) --- .../patterns/titan/options/legbalance/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/legbalance/uk.md diff --git a/markdown/org/docs/patterns/titan/options/legbalance/uk.md b/markdown/org/docs/patterns/titan/options/legbalance/uk.md new file mode 100644 index 00000000000..52a34b09f8f --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/legbalance/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Leg balance" +- - - + +Controls the proportion between the front and back part of the legs. + +The back of the trouser legs are always wider than the front. This controls by how much. + + + +Increasing this will make the front leg panel narrower.\ +This makes the wearer look more skinny. + +This trick is often used in womenswear jeans +(now you know why you can't find womenswear jeans with functional front pockets). + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_legbalance_sample.svg "Effect of this option on the pattern") From 3f0a2aa3f6a03b6a3b955dc272e6cba77e40b455 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:31 +0200 Subject: [PATCH 0689/1675] New translations en.md (Ukrainian) --- .../patterns/titan/options/lengthbonus/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md b/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md new file mode 100644 index 00000000000..a6a39f6ed41 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Length bonus" +- - - + +Controls the length of the entire trousers, which essentially means the length of the legs. + + + +Setting this to zero will make the trousers the same length as the [waist to floor](/docs/measurements/waisttofloor) measurement. + +This does not mean that the trousers will hit the floor, since due to the curves of the body and the way the fabric drapes, +the trousers will need to be longer than this to actually hit the floor. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_lengthbonus_sample.svg "Effect of this option on the pattern") From f795c80e40d89af49c1151c81941492834e9e383 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:32 +0200 Subject: [PATCH 0690/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/titan/options/seatease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/seatease/uk.md diff --git a/markdown/org/docs/patterns/titan/options/seatease/uk.md b/markdown/org/docs/patterns/titan/options/seatease/uk.md new file mode 100644 index 00000000000..aeb49afed02 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/seatease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Seat ease" +- - - + +Controls the amount of ease at your seat/bum. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_seatease_sample.svg "Effect of this option on the pattern") From 018786242f116eb27cd9e4f091b77d9338b283a6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:33 +0200 Subject: [PATCH 0691/1675] New translations en.md (Ukrainian) --- .../patterns/titan/options/waistbalance/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/waistbalance/uk.md diff --git a/markdown/org/docs/patterns/titan/options/waistbalance/uk.md b/markdown/org/docs/patterns/titan/options/waistbalance/uk.md new file mode 100644 index 00000000000..4c1ce81a0c5 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/waistbalance/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Waist balance" +- - - + +Controls the distribution of fabric between front and back parts at the waist. + +It is somewhat in vogue to draft a larger back panel these days. Doing so shifts the side seam forward which gives the illusion of being slimmer. + +The side effect of shifting the side seam forward is that it's easy to get into the pockets that are located on the side seam. + +This option allows you to control this balance. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_waistbalance_sample.svg "Effect of this option on the pattern") From e13fb5581b93b983cbe7b93d67cbea89916bd456 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:34 +0200 Subject: [PATCH 0692/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/theo/options/lengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md b/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md new file mode 100644 index 00000000000..ea62683a29c --- /dev/null +++ b/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length bonus" +- - - + +![Length bonus](lengthbonus.svg) + +This option will lengthen the legs of your trousers. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](theo_lengthbonus_sample.svg "Effect of this option on the pattern") From 046dcd9b4dc3ac09d54b06681604929a7b6bbf53 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:35 +0200 Subject: [PATCH 0693/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/theo/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/options/uk.md diff --git a/markdown/org/docs/patterns/theo/options/uk.md b/markdown/org/docs/patterns/theo/options/uk.md new file mode 100644 index 00000000000..fd19886ceb6 --- /dev/null +++ b/markdown/org/docs/patterns/theo/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Theo trousers: Design Options" +- - - + + From 1c22f5f247cc45ab74742f305d5bf9f099ab9408 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:36 +0200 Subject: [PATCH 0694/1675] New translations en.md (Ukrainian) --- .../docs/patterns/tamiko/options/lengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md b/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md new file mode 100644 index 00000000000..54bc2e71717 --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length bonus" +- - - + +![Length bonus](lengthbonus.svg) + +How much longer than the default length to make your top. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tamiko_lengthbonus_sample.svg "Effect of this option on the pattern") From ed765d78d8e9e03d046060c965fcd7913b72f523 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:37 +0200 Subject: [PATCH 0695/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/teagan/options/lengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md b/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md new file mode 100644 index 00000000000..b577461b882 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length bonus" +- - - + +Controls how much longer than the default you want your T-shirt to be. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_lengthbonus_sample.svg "Effect of this option on the pattern") From 3043fabdb069af9df33402611bc4a546ec79cd08 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:38 +0200 Subject: [PATCH 0696/1675] New translations en.md (Ukrainian) --- .../patterns/tamiko/options/shoulderseamlength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md diff --git a/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md b/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md new file mode 100644 index 00000000000..012731d8f9a --- /dev/null +++ b/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder seam length" +- - - + +The length of the shoulder seam, as a factor of your shoulder to shoulder measurement. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tamiko_shoulderseamlength_sample.svg "Effect of this option on the pattern") From 3f22ecb953be7db0484240e4631a104025bbf852 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:39 +0200 Subject: [PATCH 0697/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/teagan/cutting/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/cutting/uk.md diff --git a/markdown/org/docs/patterns/teagan/cutting/uk.md b/markdown/org/docs/patterns/teagan/cutting/uk.md new file mode 100644 index 00000000000..d07802dd7c9 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/cutting/uk.md @@ -0,0 +1,14 @@ +- - - +title: "Teagan T-shirt: Cutting Instructions" +- - - + +- Cut 1 back on the fold. +- Cut 1 front on the fold. +- Cut 2 sleeves _with good sides together_ + - If you cut sleeves separately, remember that one has to be a mirror image of the other. +- Cut 1 strip for neck opening. It should be 6 cm wide and the length of your neck opening. + +## Caveats + +- There is no seam allowance on the neck opening. +- There is extra hem allowance at the hem and armholes. From e77e587e85dae3ef0e5de5614ed0e5ab58c91221 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:40 +0200 Subject: [PATCH 0698/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/teagan/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/uk.md diff --git a/markdown/org/docs/patterns/teagan/uk.md b/markdown/org/docs/patterns/teagan/uk.md new file mode 100644 index 00000000000..9e1308d11d4 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Teagan T-shirt" +- - - + + From 34281e32a25425338e3ca2200a88720a7fe1312e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:42 +0200 Subject: [PATCH 0699/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/teagan/fabric/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/fabric/uk.md diff --git a/markdown/org/docs/patterns/teagan/fabric/uk.md b/markdown/org/docs/patterns/teagan/fabric/uk.md new file mode 100644 index 00000000000..0fe175c2370 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/fabric/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Teagan T-shirt: Fabric Options" +- - - + +The Teagan T-shirt is designed as a close-fitting tee and is best suited to knit fabrics with some stretch, such as jersey. Cotton knits are often an easy-to-sew option for those new to knits. Rayon knits generally will have a bit more drape and are more slippery to sew. + + +If you're new to sewing, look for a knit with a few percent spandex for stretch and recovery (snapping back after stretching). Fabric weights can also help you make your choice. T-shirts are typically made in lightweight fabric. A weight of 130-200 grams per square meter (or 4-6 ounces per square yard) is likely to be about right. + From dd3311564857cc22e37690d3fa56eb30e4c11f8e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:43 +0200 Subject: [PATCH 0700/1675] New translations en.md (Ukrainian) --- .../docs/patterns/teagan/instructions/uk.md | 130 ++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/instructions/uk.md diff --git a/markdown/org/docs/patterns/teagan/instructions/uk.md b/markdown/org/docs/patterns/teagan/instructions/uk.md new file mode 100644 index 00000000000..05d49ab790f --- /dev/null +++ b/markdown/org/docs/patterns/teagan/instructions/uk.md @@ -0,0 +1,130 @@ +- - - +title: "Teagan T-shirt: Sewing Instructions" +- - - + +## Step 1: Close the shoulder seams + +![Close the shoulder seams](step01.svg) + +- Place the front and back on top of each other with [good sides together](/docs/sewing/good-sides-together). Align the shoulder seams. +- Serge the shoulder seams, or stitch them with a narrow (~2 mm) zigzag stitch at the standard seam allowance. + + +Optional: In a drapier knit, you may choose to reinforce the shoulder seams by stitching clear elastic along the seam on the inside. On a T-shirt, the shoulder seams support most of the weight of the garment. Reinforcing is not required, but it can keep the shoulder seams from stretching over time. + + +## Step 2: Set in the sleeves + +![Set in sleeves](step02.svg) + +- Place your now attached front and back with the good side up. +- Identify the front and back sides of each of your sleeves. (This is how you separate the left sleeve from the right.) On your paper pattern piece, the front side of the sleeve is to the right. +- Place a sleeve on top of the front and back, with the good side down. +- Align the top of the sleevecap with the shoulder seam. Make sure that the front and back of the sleeve are aligned with the front and back pieces of your shirt. +- Pin sleeve in place along the entire armhole. There’s a bit of sleevecap ease, which means that the sleevehead is slightly longer than the armhole. Ease in the top part of the sleeve head while pinning. +- Sew/serge your pinned sleeve in place. +- Repeat for the other sleeve. + +## Step 3: Sew knit binding to the neck opening. + + + +Tawni is also writing up additional instructions for installing a V-neck + + + + + +A more extensive how-to on knit binding can be found in the [Aaron Instuctions](/docs/patterns/aaron/instructions). + + + +- We are going to finish the arm and neck hole with [knit binding](/docs/sewing/knit-binding) (note: not a knit band. There’s a difference, and it’s explained [here](/docs/sewing/knit-binding)). + + +This is the most complex step in making the Teagan T-shirt, but it just requires a bit of practice. Don’t worry, all you need to do is make a couple of these and you’ll be a pro in no time. + + +### Place (the start of) your binding + +![Place your binding](step03a.svg) + +- Put your T-shirt down with the back good side up, and place your binding strip on top of it with the good side down (as in, good sides together). Your binding should start at the center back of the neck opening. +- Align the long edge of your strip with the edge of your fabric so the strip lies on top of the fabric (not in the opening). Place the corner on your starting point. +- Now shift your binding strip 1cm beyond your starting point. This little extra will guarantee we can join the two ends later. + +### Sew binding in place + +![Sew binding in place](step03b.svg) + +- Place your presser foot 3 cm along the knit binding, so a 3 cm tail will be left unstitched. This will help us join the ends of the binding later. Then, sew 1.5 cm from the edge around the neck opening, stretching the binding gently as you sew. (Note: this is not the standard seam allowance.) +- Stop sewing 3 cm before the end, leaving a tail like we did at the beginning. + +### Mark and sew binding ends + +![Sew binding ends](step03c.svg) + +- With about 6cm left to go before we complete our circle, it’s time to sew the ends of the binding together. +- Take one of the edges, and stretch it along the 3cm separating it from the start point as you would while sewing. On the binding, mark where the binding reached the start point. Do the same for the other end. +- Fold your T-shirt in whatever way makes it more easy for you to place both binding ends with good sides together, aligning the marks. Sew them together at the marks. + + + +6 cm is not much, but should be enough to get both edges comfortably under your sewing machine to sew them together. + + + +![Finish binding](step03d.svg) + +- Now that your binding ends are joined together, it’s time to finish the last 6cm of binding. Sew it down, staying 1.5cm from the edge as you did before. + +### Fold knit binding to the back and sew down + +![Sew down binding](step03e.svg) + +- Fold your binding fabric around the fabric of your T-shirt to the back. This is how we’ll sew it down. +- While the fabric is folded double at the front (hiding the fabric edge in the process), there’s no need for that at the back. We will merely trim back the edge later, given that knit doesn’t ravel. If we were to fold back the fabric at the back too, it would only add bulk. +- Now you’ll sew the binding down. From the right side of your fabric, sew along the inner edge of your binding (furthest from the edge), making sure to catch the binding at the back in the process. + + +If you have a coverlock machine, that would be perfect for this seam. + + +- You’ll have to, once again, stretch your binding a bit while doing this. But this time, there’s an extra caveat to look out for. + + + +##### Beware of the uneven feed + +As your feed your binding through your sewing machine, the feed dogs will pull the bottom layer (back of your binding) forward. + +In a perfect world, all layers will follow smoothly. But more often than not, the top layer (front of your binding) tends to lag behind a bit. This causes your binding to not neatly fold around the edge of the fabric, but make ugly wrinkles. + +So watch out for this, and if you see it happening, stretch the under layer a bit extra to compensate. +On the inside of your T-shirt, trim back the knit binding just outside of your seam to finish up. + + + +## Step 4: Close the side seams and sleeves + +![Close the side seams and sleeves](step04.svg) + +- Fold your Teagan T-shirt double at the shoulder seams with good sides together. +- Align the side seams and sleeves and pin them together. +- Serge/sew the side seam and continue sewing to close the arms all the way to the sleeve hem. +- Repeat on the other side. + +## Step 5: Finish hem and sleeves + +![Finish hem and sleeves](step05.svg) + +- Fold the hem upwards, to the inside, and sew it down. If you have a coverlock, use it. If not, use a twin needle or zig-zag stitch to keep the seam stretchable. +- Repeat for the hem on each sleeve. + + + +##### Fold only once, to avoid bulk + +Knitwear doesn’t ravel, so you can simply fold this over once and sew it down, then neatly trim back the fabric. + + From 921e8ac09bc59b7162547dcd363fd5edb928fcb4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:44 +0200 Subject: [PATCH 0701/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/teagan/needs/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/needs/uk.md diff --git a/markdown/org/docs/patterns/teagan/needs/uk.md b/markdown/org/docs/patterns/teagan/needs/uk.md new file mode 100644 index 00000000000..ff44f207632 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/needs/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Teagan T-shirt: What You Need" +- - - + +To make Teagan, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/patterns/teagan/fabric)) + + + +##### A serger/overlock is nice, but optional + +

    As with all knitwear and stretch fabrics, a serger/overlock will make your life easier.

    +

    If you do not have one of those, don’t despair. You don’t really need it. All serged seams on the Teagan T-shirt can also be sewn with a narrow zigzag stitch (~2 mm wide) on a standard sewing machine.

    + +
    From 25e1711b0b7bf4bf2e86dcee5ecc5ed2976da976 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:45 +0200 Subject: [PATCH 0702/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/teagan/options/chestease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/chestease/uk.md b/markdown/org/docs/patterns/teagan/options/chestease/uk.md new file mode 100644 index 00000000000..6ad014b0290 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/chestease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest ease" +- - - + +Controls the amount of ease at your chest + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_chestease_sample.svg "Effect of this option on the pattern") From e1cc08c374df095576cada93b64687c949868509 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:46 +0200 Subject: [PATCH 0703/1675] New translations en.md (Ukrainian) --- .../teagan/options/draftforhighbust/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md new file mode 100644 index 00000000000..1167088f83c --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Draft for high bust" +- - - + +Choose this option to draft Teagan to your high bust measurement, rather than your full chest circumference. + +This option is specifically for people with breasts. Enabling it will draft Teagan to your high bust measurement and let ease and stretch fit your breasts. + +This gives you what is generally considered to be a more flattering fit. + +If you don't enable this option, Teagan will essentially be drafted for a body without breasts that has the same chest circumference as your body with breasts. This will cause a bunch of extra fabric at the chest and armholes that will make the T-shirt look like a poor fit. + +Enable this option and we'll draft to your high bust, fitting your body without breasts as it were, and then allowing your breasts to fill out the T-shirt's ease (and possibly stretch depending on your high bust / bust ratio). + + +This option has no effect when there's no high bust measurement provided + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_draftforhighbust_sample.svg "Effect of this option on the pattern") From beda4b1bd4fe88ab74ec38e724304cff7caf93ba Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:46 +0200 Subject: [PATCH 0704/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/teagan/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/uk.md b/markdown/org/docs/patterns/teagan/options/uk.md new file mode 100644 index 00000000000..8aa127d5740 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Teagan T-shirt: Design Options" +- - - + + From a56f870d5b774c9a1553fdaf6ea2def0ad9f2795 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:47 +0200 Subject: [PATCH 0705/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/teagan/options/hipsease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/hipsease/uk.md b/markdown/org/docs/patterns/teagan/options/hipsease/uk.md new file mode 100644 index 00000000000..9285f533498 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/hipsease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Hips ease" +- - - + +Controls the amount of ease at the hips. In other words, this controls the ease at the bottom of your T-shirt + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_hipsease_sample.svg "Effect of this option on the pattern") From de94808a3dbd03c441d36063dba2397239c683c6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:48 +0200 Subject: [PATCH 0706/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/teagan/options/necklinebend/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/necklinebend/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md b/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md new file mode 100644 index 00000000000..d3278d95f7b --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Neckline curvature" +- - - + +Controls the curvature of the neck opening. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_necklinebend_sample.svg "Effect of this option on the pattern") From 4fed41d0638c5d9ec47a60367d19407406c8330f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:49 +0200 Subject: [PATCH 0707/1675] New translations en.md (Ukrainian) --- .../docs/patterns/theo/options/backrise/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/options/backrise/uk.md diff --git a/markdown/org/docs/patterns/theo/options/backrise/uk.md b/markdown/org/docs/patterns/theo/options/backrise/uk.md new file mode 100644 index 00000000000..47e0b5ce6c9 --- /dev/null +++ b/markdown/org/docs/patterns/theo/options/backrise/uk.md @@ -0,0 +1,22 @@ +- - - +title: "Back rise" +- - - + +![Back rise](backrise.svg) + +This raises the waist of your trousers at the back. + + + +This trouser pattern is based on the drafting method of Winifred Aldrich. +One complain I often get is that the back of the trousers is too low. +It's a valid complaint too, it is low. + +This option allows you to mitigate that, without dramatic changes to the pattern. +It allows you to simply raise the back of the trousers. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](theo_backrise_sample.svg "Effect of this option on the pattern") From abbd2aeb5cbe6c460b4fa0d26af2982a5cf2de12 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:50 +0200 Subject: [PATCH 0708/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/teagan/options/necklinedepth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md b/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md new file mode 100644 index 00000000000..3a9e771fecd --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Neckline depth" +- - - + +Controls the depth of the neck opening. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_necklinedepth_sample.svg "Effect of this option on the pattern") From bce4fbe004a4ea227254902282786a9b1db0e619 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:51 +0200 Subject: [PATCH 0709/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/teagan/options/necklinewidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md b/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md new file mode 100644 index 00000000000..18f6f943bda --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Neckline width" +- - - + +Controls the width of the neck opening. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_necklinewidth_sample.svg "Effect of this option on the pattern") From d3ec94a5dca88f3dce3b0107a7ae7e75bd6277b6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:52 +0200 Subject: [PATCH 0710/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/teagan/options/sleeveease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleeveease/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md b/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md new file mode 100644 index 00000000000..3a4812c275a --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleeve ease" +- - - + +Controls the amount of ease at the sleeve/your arm. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleeveease_sample.svg "Effect of this option on the pattern") From 8527b04bf850c2fa7defb58b06f5282e2fe34ddc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:53 +0200 Subject: [PATCH 0711/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/teagan/options/sleevelength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevelength/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md b/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md new file mode 100644 index 00000000000..a117bd3484d --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleeve length" +- - - + +Controls the length of the sleeves. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevelength_sample.svg "Effect of this option on the pattern") From b3839ec3677ba09499975c40e2973dc2b8c4145c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:54 +0200 Subject: [PATCH 0712/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/theo/cutting/uk.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/cutting/uk.md diff --git a/markdown/org/docs/patterns/theo/cutting/uk.md b/markdown/org/docs/patterns/theo/cutting/uk.md new file mode 100644 index 00000000000..ede1e44ae3c --- /dev/null +++ b/markdown/org/docs/patterns/theo/cutting/uk.md @@ -0,0 +1,38 @@ +- - - +title: "Theo trousers: Cutting Instructions" +- - - + +- **Main fabric** + - Cut **2 back(s)** with good sides together + - Cut **2 front(s)** with good sides together + - Cut **1 waistband left** + - Cut **1 waistband right** + - Cut **2 fly piece(s)** with good sides together + - Cut **2 side piece(s)** with good sides together + - Cut **4 back pocket facing(s)** + - Cut **8 belt loop(s)** +- **Lining** + - Cut **2 front lining(s)** with good sides together + - Cut **1 waistband lining left** + - Cut **1 waistband lining right** + - Cut **1 fly shield** + - Cut **4 front pocket bag(s)** 2x2 with good sides together (**see caveats below**) + - Cut **2 back inner pocket bag(s)** + - Cut **2 back outer pocket bag(s)** +- **Interfacing** + - Cut **1 waistband interfacing left** + - Cut **1 waistband interfacing right** + - Cut **4 back pocket interfacing(s)** + + + +###### Caveats + +- The **front lining** is cut from the **front** part on your draft, down to the line just below the knee +- Pay attention to the grainline on the **fly piece**, **fly shield**, and **side piece** +- There are two variations of the front pocket bag. You need to cut out two of each: + - Cut two of the complete piece + - Cut two with only extending up to the dashed line at the left +- The **back inner pocket bag** and **back outer pocket bag** are very similar. Make sure to mark them correctly so you don't confuse them. + + From 4c0b3ffba9eb5b234397055077837b45c86cc77a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:55 +0200 Subject: [PATCH 0713/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/theo/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/uk.md diff --git a/markdown/org/docs/patterns/theo/uk.md b/markdown/org/docs/patterns/theo/uk.md new file mode 100644 index 00000000000..3d758fefcba --- /dev/null +++ b/markdown/org/docs/patterns/theo/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Theo trousers" +- - - + + + + From c889a665ca24daf547ce836903ae74d1aeab49c2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:56 +0200 Subject: [PATCH 0714/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/theo/fabric/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/fabric/uk.md diff --git a/markdown/org/docs/patterns/theo/fabric/uk.md b/markdown/org/docs/patterns/theo/fabric/uk.md new file mode 100644 index 00000000000..004a7ea8a12 --- /dev/null +++ b/markdown/org/docs/patterns/theo/fabric/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Theo trousers: Fabric Options" +- - - + +You have a lot of options here, but keep in mind that these are classic cut trousers. In other words, do not use stretch, denim, pleather of that sort of thing. Safe bets are wool, cotton, or linen, possibly blended with some synthetic. + +For **wool**, look in the suiting section of your fabric store. If this is your first pair, some wool-poly blend is most likely going to be more budget-friendly. But don't let price alone guide you, buying some cheap whimsical fabric is the best way to come up with a shitty looking pair of trousers, and get frustrated in the process. + +For **cotton**, go for a heavier weight. Cotton might also be a bit easier on the beginner than wool. If unsure what to use, ask for chino in the fabric store and simply pick a colour you like. + +Nothing beats **linen** on a hot summer day. It's fun to work with too, but it does wrinkle like a mofo, and even the most neatly made trousers look somewhat messy when made in linen. What I'm saying is, maybe not for your first pair. From 670dac5f9f4fb92ed3f1405f67535faf9ca67b36 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:58 +0200 Subject: [PATCH 0715/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/theo/instructions/uk.md | 781 ++++++++++++++++++ 1 file changed, 781 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/instructions/uk.md diff --git a/markdown/org/docs/patterns/theo/instructions/uk.md b/markdown/org/docs/patterns/theo/instructions/uk.md new file mode 100644 index 00000000000..7325f19bcf4 --- /dev/null +++ b/markdown/org/docs/patterns/theo/instructions/uk.md @@ -0,0 +1,781 @@ +- - - +title: "Theo trousers: Sewing Instructions" +- - - + + + +Text a bit dry for you? I try to make videos available as part of the pattern documentation. + +In this particular case, there's a lot of video material available, but it was originally recorded for a previous version of this pattern. Still, good stuff. + + + + + + + +Many of the steps below are to be repeated for both trouser legs. + +That is not always mentioned because life is short and continuously writing _Do not forget to do this for both trouser legs_ gets tired really soon. + + + +### Step 1: Baste the pleat lines + +![Baste the pleat lines](step00.png) + +First thing to do is to baste over the pleat line of your trouser legs. Do it on both front and back pieces for both legs. + +### Step 2: Close the back darts and press + +### Close the back darts + +![Close the back darts](step01.png) + +Fold piece 1 (back) double so that the notches of the dart on the waistband are aligned, and a sharp crease runs to the notch at the dart end. Feel free to briefly iron the crease, this will make it easier to sew the dart accurately. + +Close the dart by sewing from the waistband down to the end of the dart. + +Use a small stitch length, and let your stitch run completely to the end (and of) the dart, then backtrack making sure to veer into the seam allowance. + +#### Press back darts to the side + +![Press the back darts to the side](step02.png) + +Press your back darts flat, folding the seam allowance to the side of your trousers. + +### Step 3: Construct the back pockets + +Construct the double welt pockets at the back of your trousers, including the pocket bag. + + + +###### Double welt pockets + +Constructing a double welt pocket is a technique that is used is different garments. +That is why I have branched it off into its own documentation page. + +There's both written documentation and a video series that shows you how to do it, so even if you've never made welt pockets before, you'll be fine. + +[To the welt pockets documentation](/docs/sewing/double-welt-pockets) + + + +### Step 4: Optional: Trim your lining with pinking shears + +![Trim your lining with pinking shears](step04.png) + +If you are going to line your trousers (it's optional), you'll need to finish the edge of your lining. To do so, trim the edge of the lining with pinking shears. + +Note that you only need to do this for those edges of your lining that are not caught in a seam. In other words, only the bottom edge of your lining. + + + +If you don't have pinking shears, you can apply another finish like a zig-zag stitch, or use a serger. However, pinking shears are best for this scenario because they don't add any bulk, which is important because we want to avoid the edge of the lining making a bump in your trousers. + + + +### Step 5: Trim pieces for front pocket slant + +![Trim pieces for front pocket slant](step05.png) + +Align your front, lining and pocket bag on top of each other. Front and pocket back with their good side down, lining with the good side up. + +Pin them together to make sure they don't move. Do so away from the pocket slant to not hinder yourself later. + +Trim back the pocket bag (it should lie on top) exactly on the pocket slant line (marked on the pattern). + +Now trim back the front piece (it should lie on the bottom) 3cm outwards from the slant line, parallel to it. + +Finally, trim back your lining so that it stops 0.5 cm short of reaching the edge of your front. + + + +The lining is trimmed a bit shorter so that when it is folded back, it does not show. But it's really not all that important to get it exactly 0.5 cm shorter. + + + +### Step 6: Fold back and sew front pocket slant + +![Fold back and sew front pocket slant](step06.png) + +Fold back your lining and front piece along the pocket slant line (and thus along the trimmed edge of the pocket bag. Pin this down and press. + +You are going to sew along the pocket slant, but make sure to flip everything over first so you can sew from the good side. + +Topstitch a 0.5 cm from the fold, making sure to keep it parallel and not stretch your fabric. + + + +This topstitching will always be on show, so make sure to match the thread color and make it pretty. + + + + + +To prevent your pockets from bagging out, you can place a piece of non-stretching ribbon in between the fold. When stitching, you will also catch this ribbon, preventing the pocket to bag out. + + + +### Step 7: Finish edge inside front pocket + +![Finish the edge inside the front pocket](step07.png) + +Fold away the main part of the front piece, so you can place the lining, pocket bag and folded edge of the front piece flat. + +Zig-zag the edge of the folded-back front piece to finish it and secure it to the pocket back and lining. + +### Step 8: Press side pocket + +![Press side pocket](step08.png) + +When you're done, place front piece, lining and pocket bag flat, and give it a good press. + + + +This might be a good time to remind you that every step up to this point had to be done for both legs. + +It's just a friendly reminder, the next steps need to be done for both legs too. + + + +### Step 9: Attach side piece to pocket bag + +![Attach side piece to pocket bag](step09.png) + +Place the other half of the pocket bag with the good side down, and align the side piece on it with the good side up. + +Sew a zig-zag stitch along the edge of the side piece to finish it and attach it to the pocket bag. + +### Step 10: Close the pocket bag + +![Close the pocket bag](step10.png) + +Place the front piece, lining and pocket bag with the pocket bag up. + +Align the second pocket bag with the attached side piece facing down. + +Pin all pieces together making sure to stay about the bottom curve of the pocket bag. + +When everything is pinned together, fold away the front piece and lining, and close the bottom curve of the pocket bag. + + + +Sew to bottom curve of the pocket bag up until the point where it reached the side piece + +You can finish the pocket bag in a number of ways, including: + +- Serge the sides together +- Finish the edge with bias tape +- Sew the sides together and finish the edge with a zig-zag stitch + + + +### Step 11: Press the front pocket + +![Press the front pocket](step11.png) + +Put everything flat with the front piece at the bottom, and give it a good press. + +### Step 12: Pin front pocket in place + +![Pin the front pocket in place](step12.png) + +Pin the pocket down to the front piece along the slant and the edges of the pocket bag. This will prevent it from shifting around while we continue to work on our trousers. + +### Step 13: Finish the side edges + +![Finish the side edges](step13.png) + +Before we are going to sew the side seams, finish the side edges by serging or running a zig-zag stitch along the sides of your front and back pieces, making sure to stay within the foreseen seam allowance. + + + +Make sure to include the lining and pocket bag edges, as this will prevent things from shifting around when we sew the side seams. + + + +### Step 14: Sew the side seams + +![Sew the side seams](step14.png) + +Place the front and back of each leg on top of each other, with the good sides together. + +Align the side seam, more precisely the side seam on the outside, where there is no crotch curve. + + + +You can pin the pieces together to make sure things stay in place while sewing this lengthy seam. + + + +Sew the seam, starting from the waistband along the entire side of your trousers. + +### Step 15: Press open seam allowance + +![Press open seam allowance](step14.png) + +Press open the seam allowance along the side seams. Do so from the back, and repeat from the good side of the fabric. + +Take your time, making sure to use enough heat, but not too much. Use steam or spray on water for best effect. + + + +A nice flat side seam looks great, so take your time to get it right. + + + +### Step 16: Sew fly shield to fly piece + +![Sew fly shield to fly piece](step16.png) + +Place your fly piece on the fly shield with the good sides together, and align the edge with the biggest curve. + +Sew along the curved edge, taking account the standard 1cm seam allowance, to join the two pieces together. + + + +If your lining has any stretch in it at all, try to stretch it out a bit while you sew the curve. This will make it easier to get the lining to lie flat without wrinkles later on. + + + +### Step 17: Press the fly shield + +![Press the fly shield](step17.png) + + + +Before pressing down your fly piece, make sure to roll the seam a little bit so that your trouser lining fabric sits a bit further, and the lining starts only about 2mm from the edge. This will prevent the lining from peeking out at the edge. + + + +After you have sewed fly piece and fly shield together, turn them inside out and press the seam you just made. + +### Step 18: Pin zip to right front piece + +![Pin zip to right front piece](step18.png) + + + +Steps 18 to 21 all lead up to a single row of stitching that will sew your zip to the front, while attaching the fly piece and fly shield in one go. + +This is the hardest seam to do in the entire construction process, so I'm taking my time to explain and illustrate this before you start sewing. + + + +Place your front piece for the right leg with the good side up. So that lining and front pocket bag sit underneath and lie flat. + +Take your zip and open it (unzip it). Now turn it over so that it sits with the good side down. In other words, with the zipper puller down. + +Align your zip with the crotch seam as shown in the illustration. Take the following into account: + +- The end of your zip should sit at the top of your trousers where your waistband will start. However, make sure to remember that there is seam allowance there, so don't align it with the top of the front piece, but subtract 1cm seam allowance. +- Align the zip with the crotch seam. Do not mind the edge of the zip, as they come in different widths. Instead, make sure that you can sew next to the teeth of the zip within the seam allowance of the front piece. + +Pin the zip in place with a few pins perpendicular to your zip (as shown). In other words, don't pin along the zip, but across the zip. + + + +If you're unsure about the placement of your zip, put it as close to the edge as possible. Doing so will only mean your zip is tucked away a bit further under the fly, so that it certainly is not on show. + + + +### Step 19: Pin fly shield to zip + +![Pin zip to right front piece](step19.png) + +Take the fly shield/fly piece that you assembled in step 16 & 17, and place it with the fabric facing downward, and the lining upward. + +Flip aside the top lining layer, and align the slightly curved edge of the fabric (where it is not sewn to the lining) with the edge of the fabric of your front piece. + + + +For clarity, what side of the fly shield that should be facing up is shown in the top part of the illustration, at a smaller scale. + + + +Pin this layer in place with a few pins perpendicular to your zip (as shown in red). Make sure you catch all layers underneath, including the zip. This way, you can remove your pins from the step before (shown in green) when done. + + + +If you're comfortable holding all this in place, you can let the lining fall back and pin everything together as shown in the next step. That's somewhat faster, but more prone to errors as things can shift around easier. + + + +### Step 20: Pin fly shield in place along zip + +![Pin fly shield in place along zip](step20.png) + +Let the lining fall back in place, and now pin all layers together along the zip. + +When you are done, remove your earlier perpendicular pins. + +### Step 21: Fold over fly shield and pin down + +![Fold over fly shield and pin down](step21a.png) ![Fold over fly shield and pin down](step21b.png) + +Flip everything over so that your fly shield lies at the bottom. + +Fold the lining of the fly shield around the fly, front piece and fly piece, making sure to double-fold it so the raw edge is hidden inside. + +Pin this down, and remove your previous pins. + +### Step 22: Sew fly in place along zip + +![Sew fly in place along zip](step22.png) + +Now you can sew along the double folded fly piece. This will fix the front, zip, fly shield and fly piece all in place. + + + +You will be sewing along your zip, so make sure to install your zipper foot for this. + + + +### Step 23: Fold back fly and press + +![Fold back fly and press](step23.png) + +When you're done, fold back the fly so that it extends from the front piece, and give it a thorough press from the back. And a gentle press from the front. + +### Step 24: Apply bias tape to second fly piece and press + +![Apply bias tape to the edge with the large curve of your second fly piece](step24.png) + +Apply bias tape to the edge with the large curve of your second fly piece. + +Press the finished edge flat when you're done. + + + +Bias tape is a way to finish a seam. If you are not sure what it is or how to apply it, let me know. + + + +### Step 25: Pin and sew fly piece to crotch seam + +![Pin and sew fly piece to crotch seam](step25.png) + +Place the left leg with the good side up. Place the second fly piece on top with the good side down, aligning the unfinished seam with the crotch seam. + +Pin the fly piece in place, then sew it in place along the crotch seam. + + + +When you sew this in place, make sure to catch the front lining. + + + +Press the finished edge flat when you're done. + +### Step 26: Roll the fly piece to the back, and press the seam + +![Roll the fly piece to the back, and press the seam](step26.png) + +Fold the fly piece to the back. Before you press, make sure to roll the seam a bit backwards so that the front of the trousers sits a little further than the fly piece. + +This way, the seam or fly piece will not show from the front. + +Give it a good press from the back. + +### Step 27: Pin and sew zip to fly piece + +![Place both legs on top of eachother](step27a.png) ![Pin the zip along the edge](step27b.png) ![Sew in place](step27c.png) + +Place the right leg down with the good side up. Place the leg on top of it with the good side down. + +With the crotch seams aligned, pin the zip along the edge of the fly piece with the good side of the zip down. + +Make sure to pin the fly only to the fly piece. Not to any other layers underneath. + + + +I find it's easier to pin the zip through all layers, and then when it's secure in place add extra pins that pin it to the fly piece only. When that's done, you can remove the pins that go through all layers. + + + +Last but not least, sew along the zip with your zipper foot to attach it to the fly piece. + + + +When aligning the zip, make sure to take the following into account: + +- The zip should be placed with the good side down +- The zip should sit a bit back from the edge of your fly piece +- Make sure to align the top of the zip with the other zip half on the right leg + + + +### Step 28: Zig-zag the zip edge to the fly piece + +![Zig-zag the zip edge to the fly piece](step28.png) + +With the fly in place, run a zig-zag stitch along the edge of the zip to secure it to the fly piece. + +### Step 29: Bar-tack both fly pieces together + +![Bar-tack both fly pieces together](step29.png) + +Place both fly pieces together, and move the front pieces out of the way. + +Use a bar-tack to join them together at the bottom of the zip. Sew on both edges of the zip, and get as close to the zip as you can. + + + +If your zip is too long, you can trim it below the bar-tacks. + + + +### Step 30: Join crotch seam + +![Join crotch seam](step30a.png) ![Join crotch seam](step30b.png) + +Place both fronts with the good sides up. They are now joined by the fly. + +Make sure the fly is neatly tucked under, and pin together both fronts at the bottom of the fly, where you bar-tacked earlier. Make sure the pin is aligned to the fold of your front. + +Fold the fronts with the good sides together, and pin them together along the crotch. + +You'll need to get the fly shields out of the way, so if you've pinned through all layers before, remove that pin now, making sure to replace it with a horizontal pin. This will tell you how far to sew. + +Sew the crotch seam, starting at the cross-seam point, and going up to your horizontal pin. + + + +I find this step hard to explain, and hard to illustrate. I hope it will make sense when you're looking at your fly. If not, check the video instructions. + + + +### Step 31: Pin fly closed and baste fly curve + +![Pin fly closed and baste fly curve](step31.png) + +Close the fly, and pin the fronts together making sure the fly is neatly tucked away. + +We will be topstitching the fly curve next, and it's a good idea to baste it first. + +You should start a bit above your earlier bar tack, and make sure you catch only the fly shield of the left leg. + +Curve upwards toward the edge of the fly shield, and then proceed in parallel with the zip. + +### Step 32: Topstitch the fly curve + +![Topstitch your fly curve](step32.png) + +Now topstitch your fly curve, using your basting as a guide. + +When doing so, you will be locking your front, fly piece, pocket bag and lining all together. + +### Step 33: Pin together the inner leg seam + +![Pin together the inner leg seam](step33.png) + +Close the legs with the good sides together, and pin together the inner leg seam. Start at the cross seam point and work your way to the bottom of the legs. + +Make sure to do this for both legs. + +### Step 34: Sew the inner leg seams + +![Sew the inner leg seams](step34.png) + +On both legs, sew the inner leg seams that you just pinned. Make sure to respect the seam allowance. + +### Step 35: Press open seam allowance of the inner leg seam + +![Press open seam allowance of the inner leg seam](step35.png) + +Place your leg inside-out on your ironing board, and press open the seam allowance of the inner leg seam. + +### Step 36: Close the cross-seam + +![Close the cross-seam](step36.png) + +We are now going to close the cross-seam, from the bottom of your fly between your legs, up your bum to the center back of where you'll add the waistband later. + +To do so, turn on of the legs inside out, so that that good side of the fabric is turned inside, and the bad side and lining sits on the outside. + +The other leg should not be turned inside-out, but should just have its good side on the outside. + +Now, put the leg that has the good side out (the normal leg) into the leg that has the bad side out (the inside-out leg). + +This way, the good sides of both legs will sit against each other, and this is how you should sew the cross seam. + + + +Be careful that your leg is not twisted inside the other leg. When in doubt, turn the inside-out leg outside-out again after you've pinned the cross-seam to make sure it's all ok. + + + +Pin the cross-seam in place, and then sew it close, starting at the side of the fly, and making sure to respect the seam allowance. + +When done, press the seam allowance open. + +### Step 37: Press the leg crease in place + +![Press the leg crease in place](step37.png) + +Turn your trousers good side out, and carefully place one leg on your ironing board so that it lies flat and folds exactly on the crease line your basted earlier. + +When it's looking good, press the crease lines in your leg, front a back. Repeat for the other leg. + +Give it a firm press because you want the pleats to still be there after you wash your trousers (so you can see where to press them again). + + + +In the industry, chemicals are applied along the crease line before it is pressed together. Some tailors use some sort of wooden hammer and anvil to bang the fibers in a permanent crease. + + + +Depending on your fabric, your crease might last longer, but ultimately, you can't expect to have a crease that can withstand a few washes without being reapplied. + + + +Maybe this goes without saying, but there's also another option: Do not press the crease. This give your trousers a more informal look. + + + +### Step 38: Fuse interfacing to waistband + +![Fuse interfacing to waistband](step38.png) + +Fuse the waistband interfacing (Piece 3) to the waistband (Piece 4). + +Align the interfacing in the middle of the waistband, and make sure to keep it nicely aligned as you fuse it in place with your iron. + +### Step 39: Close waistband and waistband lining + +![Close waistband and waistband lining](step39.png) + +Join the waistband (Pieces 4a and 4b) by sewing both pieces good sides together. + +Join the waistband lining (Pieces 5a and 5b) by sewing both pieces good sides together. + +### Step 40: Sew waistband to waistband lining + +![Sew waistband to waistband lining](step40.png) + +Place your waistband on the waistband lining, good sides together, so that the waistband interfacing is facing upwards. + +Align the edge, and pin them together. + + + +We are going to sew along the edge of the interfacing, but we will sew about 3mm or 1/8 inch from the actual interfacing edge. This will prevent the lining from being visible from the front later. + + + +On one side of the waistband, end with a curve and then go down vertically along the edge of the waistband interfacing. Check the illustration to make sure you do it on the correct side. + +### Step 41: Roll fabric around interfacing edge and press waistband + +![Roll fabric around interfacing edge and press waistband](step41.png) + +Before pressing the waistband, make sure to roll over the fabric around the edge of the interfacing. + +Remember that in the previous step your sewed 3mm from the interfacing edge? You need to make the fold around the edge of the interfacing so that the actual seam sits 3mm more inwards. + +This will make sure that our lining fabric is never on display from the front of your trousers. + +### Step 42: Pin waistband to trousers + +![Pin waistband to trousers](step42.png) + +Pin the edge of your waistband (the side you did not sew the lining to) to the top of your trousers, good sides together. + +Tuck the edge of your fly into the end of the waistband with the curved corner. On the other end of the waistband, it will be longer. In other words, your waistband will overlap here. + + + +Be careful to match the vertical alignment of the waistband at the zip. With the zip closed, both sides of the waistband should sit at an equal height. This is easy to miss if you don't check it. + + + +### Step 43: Sew waistband to trousers + +![Sew waistband to trousers](step43.png) + +Now that the waistband is pinned to top of your trousers, sew it in place. + +On the side with the curved corner, get as close to the edge as possible. On the other side, stop when you reach the edge of your fly. + +### Step 44: Press waistband + +![Press waistband](step44.png) + +Give your newly sewn seam a good press. Do not press the seam open, instead press it towards the top (put both trousers and waistband seam allowance in the waistband). + +### Step 45: Prepare the belt loops + +![Prepare the belt loops](step45.png) + +The belt loops are a part of your trousers where you can let your creativity run free. There's load of different ways to make and shape belt loops, not to mention that where you place them is also up to you. + +That being said, here's what to do to make a standard belt loop: + +Find the belt loop pattern part, a small rectangular piece of fabric. There should be 8 of them, and these will become your belt loops. For each of them, take these steps: + +- Zig-zag (or serge) along the longest edges of the rectangle +- Fold one side back along the length, and press +- Fold the other side back, along the length, and press +- Hand sew along the back of the belt loop so that the folded sides stay in place, but the stitches do not show at the front +- Give it a final good press when you're done + + + +While the width of your belt loops is not all that important, it does matter to make sure they are all the same width. + +To make it easier to have a consistent width, you can fold your belt loops around a strip of cardboard, thick paper, or plastic of the desired belt loop width. + +This strip can also help you with the hand sewing. Keep it in your belt loop and it will prevent your needle from piercing through all layers and your thread won't show at the front. + + + +### Step 46: Attach the belt loops: Bottom + +![Attach the bottom of the belt loops](step46.png) + +Attach the bottom of the belt loops to your trousers. Place them about 1.5 cm below your waistband, depending on your waistband width. + +Place the good side of the belt loop down on the good side of the trousers (good sides together) and secure with a bar tack or narrow zig-zag. + +Then, zig zag the edge of the belt loop to the trousers. + + + +It is important to get the waistband lining out of the way while doing this. Make sure to attach the belt loops only to your trousers, and not to the waistband lining. + +You have 8 belt loops, so you need to distribute them around your waistband. Have a look at an existing pair if you are uncertain how to do this. + +Make sure to place belt hoops close to the center back, and not too close to each other at the front (for belt buckles). + + + +### Step 47: Waistband facing + +![Waistband facing](step47.png) + +The waistband facing needs to be cut out and attached to your waistband. + +This will be a lot simpler to understand if you have a look at the relevant video: + +@[youtube](https://www.youtube.com/embed/8dLOuOtb18U?list=PL1gv5yv3DoZOcmOJf6f0YWi522VXXv-mM) + +### Step 48: Trim waistband seam allowance + +![Trim waistband seam allowance](step48.png) + +Before we finalize the waistband, we're going to trim back some of its seam allowance. + + + +**About seam allowance grading** +When trimming back different layers of seam allowance, always try to cut them at different lengths so that the bulk is reduced in incremental steps. + +The layer that lies closest to the good side of the garment should be the longest, so trim back from there. + +Doing so will make it less likely that the outline of the seam allowance is visible from the good side. + + + +### Step 49: Press and baste the waistband lining + +![Press and baste the waistband lining](step49.png) + +The waistband lining will be sewn from the front of the trousers on top of the seam that joins the waistband to the trousers (so called _stitch in the ditch_). + +Doing so will catch the lining and secure it in place. However, since we'll be sewing this from the good side, the lining will lie beneath all other layers, and we won't see what we're doing. + +That is why, to make sure it all lies clean and flat, we will first press and baste the lining. + +The lining will extend downward from the top, and it needs to be folded back up under itself, so that it will get caught by the seam when we sew it in place later. + +To make sure things look pretty, the distance between the top of our waistband and the (folded back) bottom edge of our lining should be constant. You can mark an even distance from the top of your trousers, and then pin back the lining at this line. Last but not least, press that fold in your lining. + +When you're happy with how it looks, baste the lining in place just next to the seam joining the waistband and trousers. + + + +It's best to baste next to the seam, and not actually in the seam. This will make it a lot easier to remove your basting when after we've sewn in the last step. + + + +### Step 50: Sew the waistband lining in place + +![Sew the waistband lining in place](step50.png) + +After you basted the waistband lining, sew it in place from the good side, exactly in the seam between the waistband and trousers. + +### Step 51: Attach the belt loops: Top + +![Attach the top of the belt loops](step51.png) + +With your waistband and lining properly secured, it's time to attach the top of the belt loops. + +Sew them in place just as you did at the bottom. That is, use a bar tack or close zig-zag to attach them, then zig-zag over the end to secure it. + + + +Don't sew through the top of the belt loops. You'll have to work the foot of your sewing machine under the belt loop so you only sew the piece that is folded back. + +Feel free to trim back the length of your belt loops after you bar tack and before you zig-zag the end of them, as they might be too long. + + + +### Step 52: Finish the edge of the legs + +![Finish the edge of the legs](step52.png) + +Before we hem the trousers, finish the raw edge of the legs with a zig-zag stitch or serger. + + + +This would also be a good time to try on your trousers and mark exactly how long you want them to be after they are hemmed. + + + +### Step 53: (Optional) Sew in a hem ribbon + +![Optionally sew in a hem ribbon](step53.png) + + + +The hem ribbon is a ribbon that sits on the inside of your trouser hem. At the place your hem folds back, the fabric has to take a lot of abuse from bumping into shoes and other things. + +Placing a ribbon inside the hem protects your fabric to some extent, and it is a neat finish. + + + +Mark the hemline on your trousers (good side out). + +Place the ribbon as shown in the illustration making sure that it extends a few mm above the hemline. Sew it in place all the way around the leg, making sure to sew close but not on the hemline. + +### Step 54: Press the hem + +![Press the hem](step54.png) + +Fold back the trouser legs at the hemline, and press the hem. + + + +If you've sewn in a hem ribbon, the ribbon will extend a few mm below the hem line, thereby protecting the fabric at the hem. + + + +### Step 55: Hem the legs + +![Hem the legs](step55.png) + +With the hem neatly pressed, simply hand-sew the folded back part to the inside of your trousers. + + + +Hemming is done by hand because it's important that the stitches don't show on the front. So when hand-sewing the hem, don't push your needle through the fabric, but just catch a few threads so your stitches don't show on the front + +While there are machine alternatives, they aren't as neat (blind hem stitch) or probably not accessible to the home-sewer (industrial blind hem machine). + + + +### Step 56: Trim, clean up, and press + +Trim any loose threads or basting that remains, and give your trousers a good final press. + From b5625495f6be854d6b85f99d4b8e94cd2dcd9956 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:17:59 +0200 Subject: [PATCH 0716/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/theo/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/measurements/uk.md diff --git a/markdown/org/docs/patterns/theo/measurements/uk.md b/markdown/org/docs/patterns/theo/measurements/uk.md new file mode 100644 index 00000000000..3143aee4229 --- /dev/null +++ b/markdown/org/docs/patterns/theo/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Theo trousers: Required Measurements" +- - - + + From 1ca341bb1aa83d7db4ea1d399579d44a1cf65d18 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:00 +0200 Subject: [PATCH 0717/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/theo/needs/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/theo/needs/uk.md diff --git a/markdown/org/docs/patterns/theo/needs/uk.md b/markdown/org/docs/patterns/theo/needs/uk.md new file mode 100644 index 00000000000..dda5ba6005f --- /dev/null +++ b/markdown/org/docs/patterns/theo/needs/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Theo trousers: What You Need" +- - - + +To make Theodore, you will need the following: + +- Basic sewing supplies +- About 2 meters (2.2 yards) of a suitable fabric ([see Fabric options](/docs/patterns/theo/fabric)) +- About 1 meter (1.1 yards) of lining fabric +- Fusible interfacing for back pockets and waistband +- A zipper, button and hook for the fly From 80ee7fa9d4b44b114b42a526ec29cbee1d538dd1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:01 +0200 Subject: [PATCH 0718/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/titan/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/titan/options/waistease/uk.md b/markdown/org/docs/patterns/titan/options/waistease/uk.md new file mode 100644 index 00000000000..60397e970e3 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +Controls the amount of ease at your waist. + +Even if you draft lower pants, this will still influence the ease at the top of your pants (the closure). + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_waistease_sample.svg "Effect of this option on the pattern") From c4651c4ec2aa1090f8d66e0386d84954444bc215 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:02 +0200 Subject: [PATCH 0719/1675] New translations en.md (Ukrainian) --- .../docs/patterns/titan/options/waistheight/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/waistheight/uk.md diff --git a/markdown/org/docs/patterns/titan/options/waistheight/uk.md b/markdown/org/docs/patterns/titan/options/waistheight/uk.md new file mode 100644 index 00000000000..bf18149c4d3 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/waistheight/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Waist height" +- - - + +Controls the height of the waist, where: + +- 100% : The waist of the trousers sits at the waist line +- 0% : The waist of the trousers sits at the hip line + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_waistheight_sample.svg "Effect of this option on the pattern") From 85a32f38ff718e56c357844aa44ea99719768d0a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:03 +0200 Subject: [PATCH 0720/1675] New translations en.md (Ukrainian) --- .../docs/patterns/wahid/options/chestease/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/chestease/uk.md b/markdown/org/docs/patterns/wahid/options/chestease/uk.md new file mode 100644 index 00000000000..c0743d28813 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/chestease/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Chest ease" +- - - + +![Chest ease](chestease.svg) + +How much room do you want at the chest? + + + +Given that a waistcoat has no arms, a little chest ease goes a long way. Add too much, and you'll end up with gaping armholes. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_chestease_sample.svg "Effect of this option on the pattern") From 6bcc410715c2e847094f23e318dee86519caba89 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:04 +0200 Subject: [PATCH 0721/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/wahid/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/uk.md diff --git a/markdown/org/docs/patterns/wahid/uk.md b/markdown/org/docs/patterns/wahid/uk.md new file mode 100644 index 00000000000..332eb0c3842 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Wahid waistcoat" +- - - + + From b5d5e74119d7fe2c9ca99d1c63d65e16c7fb7354 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:05 +0200 Subject: [PATCH 0722/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/wahid/fabric/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/fabric/uk.md diff --git a/markdown/org/docs/patterns/wahid/fabric/uk.md b/markdown/org/docs/patterns/wahid/fabric/uk.md new file mode 100644 index 00000000000..217d77c85dc --- /dev/null +++ b/markdown/org/docs/patterns/wahid/fabric/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Wahid waistcoat: Fabric Options" +- - - + +All suiting fabrics are a great choice for your waistcoats. Any fabric shop that's worth your business should have a suiting section. You can just walk in, ask where you can find the fabric for suits, and pick out something you like. + +These fabrics are typically wool, but you can also be a bit more creative and go for something else. + + + +You do need a bit of weight though. Denim is fine, some light cotton is not. + + From d7d32428d371c6e3b379791019b249a9f121c3c5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:06 +0200 Subject: [PATCH 0723/1675] New translations en.md (Ukrainian) --- .../docs/patterns/wahid/instructions/uk.md | 295 ++++++++++++++++++ 1 file changed, 295 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/instructions/uk.md diff --git a/markdown/org/docs/patterns/wahid/instructions/uk.md b/markdown/org/docs/patterns/wahid/instructions/uk.md new file mode 100644 index 00000000000..2dd0ae0536d --- /dev/null +++ b/markdown/org/docs/patterns/wahid/instructions/uk.md @@ -0,0 +1,295 @@ +- - - +title: "Wahid waistcoat: Sewing Instructions" +- - - + +### Step 1: Fuse interfacing + +#### Press interfacing to pocket welts + +![Press interfacing to pocket welts](01a.png) + +Place your pocket welt with the good side down, and your pocket interfacing on top. + +The interfacing is a bit shorter than the welt, so make sure to align the side that has the help line marked on it. + +For each pocket, press the interfacing piece to the bad side of the pocket welt. + +#### Press interfacing to fronts + +![Press interfacing to pocket fronts](01b.png) + +Place your front with the good side down, and your interfacing on top. + +Press the interfacing in place. + +> **Take your time** +> +> Don't just iron this on to get it over with, you want to really press that interfacing onto your fabric so that it fuses well. +> +> Place your iron down and lean on it for 10 seconds or so before you move on to the next spot to repeat the process. + +### Step 2: Join front facing and lining + +#### Sew facing to lining + +![Sew facing to lining](02a.png) + +Place your front facing and lining with good sides together. Pin the edges of the facing/lining boundary in place. + +Sew them together. + +#### Press open seam allowance + +Press open the seam allowance between facing and lining. + +### Step 3: Close all darts + +![Close all darts](03a.png) + +#### Close back darts + +Fold your back with good sides together, and sew the back dart. + +> Don't forget to do the same for the lining + +#### Close front darts + +Fold your front (and the interfacing fused to it) with good sides together, and sew the front dart. + +### Step 4: Press all darts + +![Press all darts](04a.png) + +#### Press the front darts + +Once cut open, press the front darts open. + +#### Press the back darts + +If you cut open the back darts, press them open. If not, press them to the side. + +> Don't forget to do the same for the lining + +### Step 5: Construct the pockets + +#### Attach the pocket bag to the pocket welt + +![Attach the pocket bag to the pocket welt](05a.png) + +Place your pocket bag down with the good side up, and your pocket welt on top of it with the good side down. + +Align the straight side of the bag with the side of the welt that has no interfacing, and sew them together at the standard seam allowance. + +#### Press seam open + +When you are done, press open this seam. + +#### Mark where your pocket needs to go + +![Mark where your pocket needs to go](05a.png) + +Your front pattern piece has a helpline on it to show where the welt pocket should go. It's two half rectangles that got joined together when you closed the dart to form the shape of your welt pocket. + +If you haven't marked the four corners of that rectangle yet, you should do so now. + +> The pocket sits under a slight angle on your pattern. Going forward, in the illustrations, I will draw the pocket straight as that makes things easier. + +#### Attach pocket welt and pocket facing + +![Attach pocket welt and pocket facing](05c.png) ![Attach pocket welt and pocket facing](05d.png) + +Place your front piece down with the good side up. We're going to attach the welt to the bottom line of your pocket outline, and the facing to the top line. + +> If you've never made a welt pocket before, it can be a bit counterintuitive to attach the pocket on the outside of the garment. Pocket should be on the inside, right? +> +> Relax, the pocket will end up on the inside + +Both your pocket welt and your pocket facing have a help line on them. That line needs to line up with the long edges of your pocket. + +Place the pocket welt at the bottom, and the pocket facing on the top, both with their good side down. + +Carefully align their helpline on the pocket outline. They should now sit side by side, and just bump into each other at the middle of your pocket. + +Now sew along the helpline which marks the long edge of your pocket. + +> It is important that the lines you sew now form the long edges of a perfect rectangle. This will determine the shape of your pocket, so if you make one line longer than the other, or if they are not parallel or mis-aligned, you pocket will look bad. + +#### Cut open the pocket + +![Cut open the pocket](05c.png) + +Time to carefully cut open the pocket. Start in the middle of the pocket, and cut towards along the longest edges towards the side. + +At the edges of your pocket you need to stop cutting open the center and instead cut towards the end of your line of stitches under 45 degrees. + +> This small triangle you are cutting at the end is important. Make sure to aim carefully as you should cut right up to the end of your stitches, without cutting into the stitches. + +#### Press open the seam allowance + +![Press open the seam allowance](05c.png) + +Press open the seam allowance along the long edges of your pocket. + +#### Bring the pocket facing to the back and press + +![Bring the pocket facing to the back and press](05g.png) + +Flip the pocket facing to the back side and press it down. + +#### Press down the triangles at the short sides + +![Press down the triangles at the short sides](05h.png) + +Move your pocket facing out of the way to reveal those little traingles at the side of your pocket. + +Fold them back making sure you to keep your pocket opening a clean rectangle, and press them down. + +#### Bring the pocket welt to the back, fold and press + +![Bring the pocket welt to the back, fold and press](05i.png) ![Bring the pocket welt to the back, fold and press](05j.png) + +Flip the pocket welt with the attached pocket back tot he back side. + +Fold your welt down at the point where it reaches the top of the pocket. The welt should cover the entire pocket opening. + +> The illustration shows this from the back as it's easier to see what is going on this way. However, you should check from the front to make sure your welt pocket looks good. + +#### Sew down the pocket triangles + +![Sew down the pocket triangles](05k.png) + +Put your front down with the good side up and make sure the pocket facing and welt lie flat. + +Fold your front over vertically at the edge of your pocket to reveal that little triangle at the short side of your pocket opening. + +Sew this triangle down by sewing right next to the fold, and pocket edge. + +#### Close the pocket bag + +![Close the pocket bag](05l.png) + +Sew your pocket facing to the pocket bag to finish your pocket. + +> This should go without saying, but be careful not to sew your pocket bag to the front of your waistcoat. + +#### Press your completed pocket + +![Press your completed pocket](05m.png) + +When you're done, give your pocket a good final press. + +### Step 6: Center back seam + +![Sew and press the center back seam](06a.png) + +Put your two back pieces with their good side together and sew the center back seam. + +When you're done, press open this seam. + +> Don't forget to do the same for the lining + +### Step 7: Join back to fronts + +![Join back to fronts](07a.png) + +Put your back down with the good side up and put your fronts on it with the good side down. Align the side seams, pin and sew. + +When you're done, press open these seams. + +### Step 8: Join the shoulders + +![Join the shoulders](08a.png) + +Align the shoulder seams, sew them, and press open the seam allowance. + +> Don't forget to do the same for the lining + +### Step 9: Insert the lining + +#### Slide lining into the wasitcoat + +![Slide lining into the waistcoat](09a.png) + +Place your lining in your waistcoat, good sides together. In other words, the waistcoat should have the good side in and bad side out. The lining should have the bad side in and good side out. + +#### Pin lining to fabric + +![Pin linng to fabric](09b.png) + +Align the lining with the fabric edge, and pin it in place. + +Start at center back, and follow the neckline down the front closure. Work your way around the hem, but leave about a 15cm gap at the center back. + +#### Sew lining to fabric + +![Sew linng to fabric](09c.png) + +With your lining pinned neatly in place, sew lining and fabric together. + +Do not forget to leave that 15cm gap at the center back. + +#### Turn waistcoat and press edges + +![Turn waistcoat and press edgess](09d.png) + +Reach through the gap you left open at the hem, and turn your waistcoat. + +Press the edges you've just sewn, making sure to roll the fabric a bit so that the lining is always hidden. + +### Step 10: Finish the armholes + +#### Pin back the fabric seam allowance + +![Pin back the fabric seam allowance](10a.png) + +All along the armhole, pin back the seam allowance of your waistcoat fabric. While doing so, keep your lining out of the way. + +#### Pin down lining + +![Pin down lining](10b.png) + +Now fold back your lining a bit before the edge of the armhole and pin it down. + +#### Hand-sew the lining to the fabric + +![Hand-sew teh lining to the farbric](10c.png) + +Use a slipstitch to hand-sew the lining to the fabric all along the armhole. + +### Step 11: Finish the hem + +Remember that gap we didn't close in step 9? Time to close it. + +Use a slipstitch to hand-sew the lining to the fabric and close the hem. + +### Step 12: Make the buttonholes + +![Make the buttonholes](12a.png) + +If you haven't done so yet, transfer the buttonhole placement from your pattern onto your fabric. + +Make those buttonholes. + +### Step 13: Attach the buttons + +![Attach the buttons](13a.png) + +Pin your waistcoat closed and transfer the location of your buttonholes to the button side. + +Sew on those buttons. + +> You could also transfer the location of the buttons from the pattern. However, transferring the buttonholes you just made assures you that the buttons and buttonholes will line up, even if your buttonhole(s) is/are ever so slightly off. + +### Step 14: Optional: Pick-stitch the edges + +![You can optionally pick-stitch the edges of your waistcoat](14a.png) + +If you'd like, you can pick-stitch around the edges of your waistcoat. + +Pick-stitching needs to be done by hand. You run a simple stitch a few mm from the edges of your waistcoat, but only let your stitches surface for a few threads. You've certainly seen it as a finish on suit jackets. + +> You can pick-stitch with thread of the same colour, or use a contrasting colour if you're feeling bold. + +> While pick-stitching adds a distinctive look, it also locks your fabric to your lining/facing which prevents things from shifting around. + +After this, you probably want to iron your waistcoat. From f02d4dba66c9818e6b6a7edd44bebc9905666e58 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:07 +0200 Subject: [PATCH 0724/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/wahid/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/measurements/uk.md diff --git a/markdown/org/docs/patterns/wahid/measurements/uk.md b/markdown/org/docs/patterns/wahid/measurements/uk.md new file mode 100644 index 00000000000..3de1ac9bb5c --- /dev/null +++ b/markdown/org/docs/patterns/wahid/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Wahid waistcoat: Required Measurements" +- - - + + From 491bd6d6c0d5cc6bab3ed4dd4c3ff0d66d8914e9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:09 +0200 Subject: [PATCH 0725/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/wahid/needs/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/needs/uk.md diff --git a/markdown/org/docs/patterns/wahid/needs/uk.md b/markdown/org/docs/patterns/wahid/needs/uk.md new file mode 100644 index 00000000000..728c95bfe04 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/needs/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Wahid waistcoat: What You Need" +- - - + +To make Wahid, you will need the following: + +- Basic sewing supplies +- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/patterns/wahid/fabric)) +- About 1 meter (1.1 yards) of lining fabric +- Fusible interfacing +- Buttons From c646959ab69b5c114761b8776efe33b33447e4ee Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:10 +0200 Subject: [PATCH 0726/1675] New translations en.md (Ukrainian) --- .../patterns/wahid/options/backinset/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/backinset/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/backinset/uk.md b/markdown/org/docs/patterns/wahid/options/backinset/uk.md new file mode 100644 index 00000000000..b8f380899ea --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/backinset/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Back inset" +- - - + +![Back inset](backinset.svg) + +How far do you want your waistcoat armhole to curve inwards on the back side? + + + +###### What's the point? + +The armhole of your waistcoat can curve further inward, given that there is no sleeve attached to it. +This influences the style of the waistcoat. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_backinset_sample.svg "Effect of this option on the pattern") From 51ec6ab2e8aa2205d2c431a553f04ff28a1549d7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:11 +0200 Subject: [PATCH 0727/1675] New translations en.md (Ukrainian) --- .../patterns/wahid/options/backscyedart/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/backscyedart/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md b/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md new file mode 100644 index 00000000000..76e905afbb4 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md @@ -0,0 +1,22 @@ +- - - +title: "Back scye dart" +- - - + +![Back scye dart](backscyedart.svg) + +This pattern comes with a default 0.5 cm scye dart (think armhole dart) on the back. You can increase or decrease the dart to influence the armhole. + + + +###### What's the point? + +The point of this dart is to make sure the armhole lies flat against your body, rather than gape. +Given that there is no sleeve, a gaping armhole is particularly unsightly. + +While this dart is used to shape the pattern, you don't have to sew the dart because it's incorporated in the shoulder seam line. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_backscyedart_sample.svg "Effect of this option on the pattern") From 4c3f7f7149437ed93023b69418f527f09600ea5d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:12 +0200 Subject: [PATCH 0728/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/buttons/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/buttons/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/buttons/uk.md b/markdown/org/docs/patterns/wahid/options/buttons/uk.md new file mode 100644 index 00000000000..2182543359d --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/buttons/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Number of buttons" +- - - + +![Buttons](buttons.svg) + +How many buttons do you want? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_buttons_sample.svg "Effect of this option on the pattern") From c47890d8fa47cdeb80a0d7701622aeae0f6cdafd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:13 +0200 Subject: [PATCH 0729/1675] New translations en.md (Ukrainian) --- .../wahid/options/centerbackdart/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md b/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md new file mode 100644 index 00000000000..b0b8ef8640c --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md @@ -0,0 +1,22 @@ +- - - +title: "Center back dart" +- - - + +![Centerback dart](centerbackdart.svg) + +Since nobody has a perfectly straight back, this pattern tapers in with 0.5 cm at the center back of your neck. + + + +###### What's the point? + +If your back slumps forward a bit, fabric tends to pool at the back of your neck. With no sleeves or collar, this causes your neckline to gape. +This option tapers the fabric inwards at the back of your neck. It does so by 0.5 cm by default, but you can increase or decrease that value. + +Technically this is not a dart, but I wasn't sure how else to call it. Suggestions welcome. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_centerbackdart_sample.svg "Effect of this option on the pattern") From bd02cc65191dbed451389f9ee6cf90fd910332fb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:14 +0200 Subject: [PATCH 0730/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/wahid/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/uk.md b/markdown/org/docs/patterns/wahid/options/uk.md new file mode 100644 index 00000000000..911b7a877a9 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Wahid waistcoat: Design Options" +- - - + + From 4523d63f43f430e06b52d0c3898f710cdd29a64b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:15 +0200 Subject: [PATCH 0731/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/ursula/options/tapertogusset/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md b/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md new file mode 100644 index 00000000000..d95b85fdb84 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Taper to gusset" +- - - + +Controls how much the front will curve inwards to meet the gusset. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_tapertogusset_sample.svg "Effect of this option on the pattern") From 113a6a852ac41d744f4ea9b63375065c263b9869 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:16 +0200 Subject: [PATCH 0732/1675] New translations en.md (Ukrainian) --- .../patterns/wahid/options/frontinset/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/frontinset/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/frontinset/uk.md b/markdown/org/docs/patterns/wahid/options/frontinset/uk.md new file mode 100644 index 00000000000..4e4f6cdfc16 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/frontinset/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Front inset" +- - - + +![Front inset](frontinset.svg) + +How far do you want your waistcoat armhole to curve inwards on the front? + + + +###### What's the point? + +The armhole of your waistcoat can curve further inward, given that there is no sleeve attached to it. +This influences the style of the waistcoat. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_frontinset_sample.svg "Effect of this option on the pattern") From 88b8cfb2f94ac96e4279816c3d762d768a89339f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:17 +0200 Subject: [PATCH 0733/1675] New translations en.md (Ukrainian) --- .../patterns/wahid/options/frontscyedart/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md b/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md new file mode 100644 index 00000000000..e4b6589c61f --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Front scye dart" +- - - + +This pattern comes with a default 1 cm scye dart (think armhole dart) at the front. + +You can increase or decrease the dart to influence the armhole. + +> #### What's the point? +> +> The point of this dart is to make sure the armhole lies flat against your body, rather than gape. Given that there is no sleeve, a gaping armhole is particularly unsightly. + +> While this dart is used to shape the pattern, you don't have to sew the dart because it's incorporated in the front dart. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_frontscyedart_sample.svg "Effect of this option on the pattern") From e902020392aa8a67066cb9de76d853340dbcb00a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:18 +0200 Subject: [PATCH 0734/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/frontstyle/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/frontstyle/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md b/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md new file mode 100644 index 00000000000..bad4dc831ad --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Neck opening style" +- - - + +![Front style](frontstyle.svg) + +Do you want a classic straight neckline, or a curved neckline? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_frontstyle_sample.svg "Effect of this option on the pattern") From d95b48258ee3d317527cf60346121221f02a3558 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:19 +0200 Subject: [PATCH 0735/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/hemradius/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/hemradius/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/hemradius/uk.md b/markdown/org/docs/patterns/wahid/options/hemradius/uk.md new file mode 100644 index 00000000000..22e2a5b0b00 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/hemradius/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hem radius" +- - - + +![Hem radius](hemradius.svg) + +Determines the radius of the hem if you opted for a rounded hem. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_hemradius_sample.svg "Effect of this option on the pattern") From bd72ee7fae4837c4fb1a1b5e8d2bf5fd9d4d4953 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:20 +0200 Subject: [PATCH 0736/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/hemstyle/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/hemstyle/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md b/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md new file mode 100644 index 00000000000..9846806cf58 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hem style" +- - - + +![Hem style](hemstyle.svg) + +Do you want a classic hemline, or a rounded hemline? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_hemstyle_sample.svg "Effect of this option on the pattern") From d81ab0527ea39edf754a10c5c09085a79a671c9b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:21 +0200 Subject: [PATCH 0737/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/hipsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/hipsease/uk.md b/markdown/org/docs/patterns/wahid/options/hipsease/uk.md new file mode 100644 index 00000000000..e8f0873875f --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/hipsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hips ease" +- - - + +![Hips ease](hipsease.svg) + +How much room do you want at your hips? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_hipsease_sample.svg "Effect of this option on the pattern") From e6054a5a46eb97c96f55fc91718da54be3642bf2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:22 +0200 Subject: [PATCH 0738/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/lengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md b/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md new file mode 100644 index 00000000000..9a44ef928d4 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length bonus" +- - - + +![Length bonus](lengthbonus.svg) + +This option allows you to lengthen (or shorten) your waistcoat. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_lengthbonus_sample.svg "Effect of this option on the pattern") From 37f6afba9023cf667b330016ffbb247963658e98 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:23 +0200 Subject: [PATCH 0739/1675] New translations en.md (Ukrainian) --- .../patterns/wahid/options/neckinset/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/neckinset/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/neckinset/uk.md b/markdown/org/docs/patterns/wahid/options/neckinset/uk.md new file mode 100644 index 00000000000..3c59d84b32a --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/neckinset/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Neck inset" +- - - + +![Neck inset](neckinset.svg) + +How far do you want your waistcoat to sit away from your collar on your shoulder seam? The default is 2cm. + + + +###### What's the point? + +The shoulder seam of a waistcoat is typically more narrow than your shirt. This option controls how narrow it gets (on the collar side). + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_neckinset_sample.svg "Effect of this option on the pattern") From 0d452206ad3a731589dd4143d87c522a52370595 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:24 +0200 Subject: [PATCH 0740/1675] New translations en.md (Ukrainian) --- .../docs/patterns/wahid/options/necklinedrop/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md b/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md new file mode 100644 index 00000000000..266440a9dfe --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Neckline drop" +- - - + +![Neckline drop](necklinedrop.svg) + +This options allows you to lower your neckline below the default. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_necklinedrop_sample.svg "Effect of this option on the pattern") From a7be19a96e66b6780daf63ce2bb702a6bc01348c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:25 +0200 Subject: [PATCH 0741/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/pocketangle/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/pocketangle/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md b/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md new file mode 100644 index 00000000000..227740b7fbf --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Pocket angle" +- - - + +Controls the angle of the pocket slant. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_pocketangle_sample.svg "Effect of this option on the pattern") From 500791c0318db78b25e9b5711f0026025e4b9a4f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:26 +0200 Subject: [PATCH 0742/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/cutting/uk.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/cutting/uk.md diff --git a/markdown/org/docs/patterns/wahid/cutting/uk.md b/markdown/org/docs/patterns/wahid/cutting/uk.md new file mode 100644 index 00000000000..80996f43d7a --- /dev/null +++ b/markdown/org/docs/patterns/wahid/cutting/uk.md @@ -0,0 +1,27 @@ +- - - +title: "Wahid waistcoat: Cutting Instructions" +- - - + +- **Main fabric** + - Cut **2 front(s)** with _good sides together_ + - Cut **2 back(s)** with _good sides together_ + - Cut **2 front facing(s)** with _good sides together_ + - Cut **2 pocket welt(s)** with _good sides together_ + - Cut **2 pocket facing(s)** with _good sides together_ +- **Lining fabric** + - Cut **2 front lining(s)** with _good sides together_ + - Cut **2 back(s)** with _good sides together_ + - Cut **2 pocket bag(s)** with _good sides together_ +- **Interfacing** + - Cut **2 front(s)** with _good sides together_ + - Cut **2 pocket interfacing(s)** + + + +###### Caveats + +- Do not cut out the **front** dart +- Do not cut out the **back** dart +- Watch out for the grainline on the **pocket welt** and **pocket facing** + + From f198a1f15335e9f5ee3022674ebd4aa26aea5083 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:27 +0200 Subject: [PATCH 0743/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/ursula/options/rise/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/rise/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/rise/uk.md b/markdown/org/docs/patterns/ursula/options/rise/uk.md new file mode 100644 index 00000000000..f0c582c732c --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/rise/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Rise" +- - - + +This options controls the height of the waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_rise_sample.svg "Effect of this option on the pattern") From b5bc10c85c5c499b89135f9d67183d39be724ff2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:28 +0200 Subject: [PATCH 0744/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/trayvon/cutting/uk.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/cutting/uk.md diff --git a/markdown/org/docs/patterns/trayvon/cutting/uk.md b/markdown/org/docs/patterns/trayvon/cutting/uk.md new file mode 100644 index 00000000000..2643af41791 --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/cutting/uk.md @@ -0,0 +1,40 @@ +- - - +title: "Trayvon tie: Cutting Instructions" +- - - + +- **Main fabric** + - Cut **1 tip** + - Cut **1 tail** +- **Lining fabric** + - Cut **1 lining tip** + - Cut **1 lining tail** + - Cut **1 loop** +- **Interfacing** + - Cut **1 interfacing tip** + - Cut **1 interfacing tail** + + + +###### Caveat + +- There is no seam allowance on the **interfacing** parts and the **loop** +- The **lining** **tip** and **tail** have only seam allowance at the tip +- The **fabric** **tip** and **tail** have only seam allowance at the tip and center + + + + + +###### Choosing your tie grain + +![One fabric, different grains, different ties. Don't worry about rules, make what you like](tie-grain.png) + +This pattern does not include a grain line. The grain line is typically printed on the pattern to show you how to place your pattern on your fabric, relative to the fabric's grain. + +For a tie, how you do this is not so much a rule as it is a personal choice. As such, there is no grain line printed on the pattern. You can do what you want. + +That being said, a lot of ties are cut on bias, as this results in the best drape. If you are unsure what to do, consider cutting your tie on bias. + +If this all sounds very confusing, might I suggest reading the help page on [Fabric grain](/docs/sewing/fabric-grain). + + From 63882ebbeb7fa464c5144c44fa2cf52fda1a170e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:29 +0200 Subject: [PATCH 0745/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/ursula/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/uk.md diff --git a/markdown/org/docs/patterns/ursula/uk.md b/markdown/org/docs/patterns/ursula/uk.md new file mode 100644 index 00000000000..8f64376e54d --- /dev/null +++ b/markdown/org/docs/patterns/ursula/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Ursula undies" +- - - + + From 2a2fcc2aa710dd76e2f81df50627513794c4ee63 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:30 +0200 Subject: [PATCH 0746/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/trayvon/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/uk.md diff --git a/markdown/org/docs/patterns/trayvon/uk.md b/markdown/org/docs/patterns/trayvon/uk.md new file mode 100644 index 00000000000..1ad62095b83 --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Trayvon tie" +- - - + + From ec9c8bc8259af9510e1a16d59ce003097aff6fd5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:31 +0200 Subject: [PATCH 0747/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/trayvon/fabric/uk.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/fabric/uk.md diff --git a/markdown/org/docs/patterns/trayvon/fabric/uk.md b/markdown/org/docs/patterns/trayvon/fabric/uk.md new file mode 100644 index 00000000000..a49bdf1a4b2 --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/fabric/uk.md @@ -0,0 +1,41 @@ +- - - +title: "Trayvon tie: Fabric Options" +- - - + +## Tie fabric + +The ties you find in the store are typically made out of silk or some imitation silk poly. So it will come as no surprise that those are good options. + +In general, you want something with good drape so that your tie hangs nicely. Cutting your tie on bias can help here too. + +Personally, I like using different fabrics for ties. Things like denim or corduroy make great ties, while being a bit different from the run-of-the-mill store-bought tie. + +Additionally, silk and silk imitation is slippery and tricky to work with. If this your first tie, consider an alternative fabric that is more forgiving. + +Just make sure you pick a fabric that does not stretch or lose its shape easily. You want your tie to look sharp, not saggy. + +## Tie lining + +The lining of the tie is the bit that is used at the tip to cover up the back. If you are not sure what I mean, look at the back of the tip of an existing tie. See that rectangular patch of fabric you can see there? That is the tie lining. + +Your tie lining will add an extra fabric inside a part of your tie. So it is important to avoid bulk. Go for something thin, even when using a thicker tie fabric. + +Make sure your lining drapes at least as good as your tie fabric, so that it doesn't interfere with the drape of your tie. + +When in doubt, go for imitation silk. Do make sure to pick something that is a nice match, or contrast, with your tie fabric. + +## Tie interfacing + +Your tie interfacing is the skeleton of your tie. It is the part that sits in the middle and that you will only see while constructing your tie. + +Tie interfacing can be notoriously hard to get. The best tie interfacing is soft, fuzzy woven lambswool, but I have yet to walk into a fabric store that carries this. + +While you can get by with an alternative, like some wool fabric, or flannel, I typically re-use the interfacing from an old tie. + + + +As long as you keep your tie away from scissors and bondage fanatics, your tie interfacing will effortlessly outlast your tie. So look in your wardrobe (or the charity shop/thrift store) for that old tie with the stain on it, and take it apart to salvage the tie interfacing. + +As long as the tie you want to make is not wider or longer than the one you are recycling, you have your tie interfacing right there. + + From b4e062fa9977c7b5aeda0123dfda9e0a27e9300a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:33 +0200 Subject: [PATCH 0748/1675] New translations en.md (Ukrainian) --- .../docs/patterns/trayvon/instructions/uk.md | 220 ++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/instructions/uk.md diff --git a/markdown/org/docs/patterns/trayvon/instructions/uk.md b/markdown/org/docs/patterns/trayvon/instructions/uk.md new file mode 100644 index 00000000000..e6e75d681f1 --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/instructions/uk.md @@ -0,0 +1,220 @@ +- - - +title: "Trayvon tie: Sewing Instructions" +- - - + + + +###### Just the tip + +The tip is the most sensitive part of the tie. +If you have never made a tie before, I would advise you to make a few tie tips in scrap fabric before taking scissors and needles to your nice tie fabric. + +To practice tip-making, execute constructions steps 1 through 4 a couple of times until you get the hang of it. + + + + + +###### Press wisely + +Later in the construction steps, you will be asked to press your fabric. Please be careful that you are not using too much heat on a delicate fabric that can't handle it. + +It's a good idea to try pressing some fabric scraps before you start. This will allow you to figure out what is a good heat setting for the fabric you are using. + + + +### Step 1: Sew the first side of your tie tail + +![Sew the first side of the tie tail](step01.png) + +Align the lining tail (piece 6) on top of the fabric tail (piece 4), good sides together + +Shift the lining tail along a side running up the tail until the notch on the lining tail matches the notch on the fabric tail. + +Sew in place, starting precisely at the matched notch, along the edge. Make sure to backtack on both sides. + +Two notches are now fixed the same spot. + +### Step 2: Sew the second side of your tie tail + +![Sew the second side of your tie tail](step02.png) + +Shift the fabric tail so that the second notch lines up with the notch on the lining tail (the place where your first seam started). + +This will require you to fold a bit of the tie fabric out of the way, under the seam you make in step one. + +Sew in place, starting precisely at the matched notch, making sure to get a straight angle with your seam from step 1. + +Now, all three notches are fixed the same spot. + +### Step 3: Finish the tie tail + +![Finish the tie tail](step03.png) + +Fold your tie open so that the two seams you made in step 1 and 2 lie on top of each other. Take care to fold it precisely; the folded edges should make a straight angle. + +Sew the point where the three notches and your two seams converge to the folded edge of the Fabric tip (part 4, on the left in the image). + +### Step 4: Turn the tail inside-out and inspect your work + +![Turn the tail inside-out and inspect your work](step04.png) + +After you've trimmed all threads, carefully flip your tail inside-out (technically you are flipping it outside-out as it is inside out now). + +If needed, you can gently push out the tip with a ruler. + +Your tail should look like the picture, with a sharp point and straight edges. + +The seam where the tie fabric meets the tie lining does not sit at the edge of the tie but it sits a bit back, staying out of sight. + +If you managed to do all of this, you can do it again for the tip of your tie. + +### Step 5: Sew the first side of your tie tip + +![Sew the first side of your tie tip](step01.png) + +Align the lining tip (piece 5) on top of the fabric tip (piece 3), good sides together + +Shift the lining tip along a side running up the tip until the notch on the lining tip matches the notch on the fabric tip. + +Sew in place, starting precisely at the matched notch, along the edge. Make sure to backtack on both sides. + +Two notches are now fixed the same spot. + +### Step 6: Sew the second side of your tie tip + +![Sew the second side of your tie tip](step02.png) + +Shift the fabric tip so that the second notch lines up with the notch on the lining tip (the place where your first seam started). + +This will require you to fold a bit of the tie fabric out of the way, under the seam you make in step five. + +Sew in place, starting precisely at the matched notch, making sure to get a straight angle with your seam from step 5. + +Now, all three notches are fixed the same spot. + +### Step 7: Finish the tie tip + +![Finish the tie tip](step03.png) + +Fold your tie open so that the two seams you made in step 5 and 6 lie on top of each other. Take care to fold it precisely; the folded edges should make a straight angle. + +Sew the point where the three notches and your two seams converge to the folded edge of the Fabric tip (part 3, on the left in the image). + +### Step 8: Turn the tip inside-out and inspect your work + +![Turn the tip inside-out and inspect your work](step04.png) + +After you've trimmed all threads, carefully flip your tip inside-out (technically you are flipping it outside-out as it is inside out now). + +If needed, you can gently push out the tip with a ruler. + +Your tip should look like the picture, with a sharp point and straight edges. + +The seam where the tie fabric meets the tie lining does not sit at the edge of the tie but it sits a bit back, staying out of sight. + +### Step 9: Join the tie interfacing + +![Join the tie interfacing](step09.png) + +Join Interfacing tip (piece 1) and Interfacing tail (piece 2) together on the non-pointy side, matching the notch. + +> **Or don't** To be honest, I never join the interfacing. I just leave both halves unattached. +> +> This way, you can never get the length of your tie wrong, and you can just slide the interfacing parts over each other. In addition, it creates less bulk in the middle, and it's less work. +> +> So you can just skip this step, it's what I do. + +### Step 10: Join the tie fabric + +![Join the tie fabric](step10.png) + +> With the interfacing sewn together, the length of our tie is now determined. Measure the tie tip to tip, and make sure that you join the fabric pieces at the correct length. + +Join the tip and tail fabric together on the non-pointy side. + +### Step 11: Make your tie loop + +![Make your tie loop](step11.png) + +We are going to construct the Loop (piece 7) of our tie now. + +Fold the fabric as shown in the illustration. You need to end up with a narrow strip of fabric that has its ends tucked to the inside. + +Make sure to have one edge a little bit shorter. This will be the back side. + +While folding, reach for your iron and give it a good press so things stay in place. Also press the final loop before sewing it. + +> Careful when pressing, remember the pressing advice I gave earlier + +When you're happy with how you folded and pressed your loop, hand-sew along the edge with a slipstitch to keep things in place. + +### Step 12: Assemble your tie + +![Assemble your tie](step12.png) + +Time to start putting things together. Place your tie on a flat surface, good side down, lining up. + +Now take your tie interfacing, and place it in your tie with the seam allowance in the middle facing upwards. Make sure to slide it between your fabric and lining on each side, all the way to the tip. + +### Step 13: Fold and press your tie + +![Fold and press your tie](step13.png) + +With your tie interfacing inserted in your tie fabric, fold over one side of the fabric over the interfacing. + +You want to fold it snugly around the interfacing, but without moving the interfacing, which should stay in the middle. + +When you're done, press your fold. Because of the tie interfacing, you're not pressing a sharp crease here, the main point is to shape the fabric to be more eager to stay folder around the interfacing. + +> As we are not pressing a sharp crease here, but more shaping the fabric, a steam iron works best. + +When you have completed one side, fold back the other side, and steam again. + +Finally, fold back the top layer along the middle of your tie, and press in place. This time, you are making a sharp crease along the middle of the tie. + +> To clarify the difference between the two last folds, I have included a dark line in the image that marks the edge of the fabric, or fold. +> +> As you can see, the first time we merely fold the fabric back, and it extends passed the center of the tie. +> +> The second time, we fold it back again in the middle, the place where we'll sew it in place. + +### Step 14: Prepare the loop + +![Prepare the loop](step14.png) + +Fold your loop so the tail of your tie can pass through it with some room. + +Mark the point where the loop ends join, and sew them together. + +Finally, press your loop open so the seam sits in the middle, and the ends point to one side. + +### Step 15: Slip stitch tie, and insert loop + +![Slip-stitch tie, and insert loop](step15.png) + +Use a slip stitch to hand sew your tie all along the length of the back. + +> Your slip stitch should only catch the tie fabric on the back. Refrain from running it through the tie interfacing. +> +> Be careful for is you run the stitch too deep, it might show on the front, and ruin your tie. + +Make sure to slide in your loop, somewhere around 1/5th of the tie length, starting from the tip. + +Use your slip stitch to secure the loop in place on the center seam; we'll fix the edges of the loop in the next step. + +### Step 16: Secure the loop edges + +![Secure the loop edges](step16.png) + +Hand sew the edges of the loop to your tie, so it stays in place nicely. + +Make sure to sew only the bottom layer of the loop, so the stitches don't show on the loop. + +And, once again, be careful not to run your stitches through your tie. Be shallow. + +### Step 17: Trim and clean up + +![Trim and clean up](step17.png) + +Trim any loose threads you might have. From 64fe0a6d0cba3e6d701786b3b37c427295dcf697 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:34 +0200 Subject: [PATCH 0749/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/trayvon/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/measurements/uk.md diff --git a/markdown/org/docs/patterns/trayvon/measurements/uk.md b/markdown/org/docs/patterns/trayvon/measurements/uk.md new file mode 100644 index 00000000000..e4c18a26533 --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Trayvon tie: Required Measurements" +- - - + + From e1860911b4646008b8074bd3a126be2ae382367f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:35 +0200 Subject: [PATCH 0750/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/trayvon/needs/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/needs/uk.md diff --git a/markdown/org/docs/patterns/trayvon/needs/uk.md b/markdown/org/docs/patterns/trayvon/needs/uk.md new file mode 100644 index 00000000000..8c65dbd402c --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/needs/uk.md @@ -0,0 +1,8 @@ +- - - +title: "Trayvon tie: What You Need" +- - - + +To make Trayvon, you will need the following: + +- Basic sewing supplies +- Between 0.5 meters - 1.5 meters (0.6 - 1.7 yards) of a suitable fabric ([see Fabric options](/docs/patterns/trayvon/fabric)), depending on whether you're cutting on the bias, the grain, or the cross-grain. From d139bed44301483f2e31d6393677da9291e32b03 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:36 +0200 Subject: [PATCH 0751/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/trayvon/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/options/uk.md diff --git a/markdown/org/docs/patterns/trayvon/options/uk.md b/markdown/org/docs/patterns/trayvon/options/uk.md new file mode 100644 index 00000000000..330869b9295 --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Trayvon tie: Design Options" +- - - + + From d840ec93dc58a816b436003065802b02d19c1a4f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:37 +0200 Subject: [PATCH 0752/1675] New translations en.md (Ukrainian) --- .../patterns/trayvon/options/knotwidth/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md diff --git a/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md b/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md new file mode 100644 index 00000000000..457c011697a --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Knot width" +- - - + +![Knot width](knotwidth.svg) + +The knot width is the width in the middle of the tie, where you make the knot. + +How wide your tie is in the middle will influence the tie knot. Go wide for big and bulky knots, go narrow for small knots. + + + +Do not make the knot width larger than the tip width + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](trayvon_knotwidth_sample.svg "Effect of this option on the pattern") From 16920901c99d058df67a45bb3410f65d4de4bc10 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:38 +0200 Subject: [PATCH 0753/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/trayvon/options/lengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md b/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md new file mode 100644 index 00000000000..24deff99edf --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length bonus" +- - - + +Adds extra length to the tie. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](trayvon_lengthbonus_sample.svg "Effect of this option on the pattern") From 67ddb14e8042efa3a61c6efa8827bfd637372a85 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:39 +0200 Subject: [PATCH 0754/1675] New translations en.md (Ukrainian) --- .../patterns/trayvon/options/tipwidth/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md diff --git a/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md b/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md new file mode 100644 index 00000000000..6bca57f14f7 --- /dev/null +++ b/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Tip width" +- - - + +![Tip width](tipwidth.svg) + +The tip width is the width at the tip of the tie. + +How wide your tie is at the tip is a style choice. + + + +Do not make the tip width smaller than the knot width + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](trayvon_tipwidth_sample.svg "Effect of this option on the pattern") From 8a63982f043cd665e79b9db12025600c7db4f550 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:40 +0200 Subject: [PATCH 0755/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/ursula/cutting/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/cutting/uk.md diff --git a/markdown/org/docs/patterns/ursula/cutting/uk.md b/markdown/org/docs/patterns/ursula/cutting/uk.md new file mode 100644 index 00000000000..586260b8189 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/cutting/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Ursula undies: Cutting Instructions" +- - - + +Ursula consists of a front, a back, and a lined gusset. + +- **Main fabric** + - Cut **1 front** + - Cut **1 back** + - Cut **2 gusset** + + + +##### Notes + +- Ursula is a great scrap buster. If you have fabric scraps from making a [Teagan t-shirt](/designs/teagan/) or anything from a jersey fabric that has good stretch, this is a good way to use those up. +- You can use the same fabric for the whole garment, including the gusset lining. Some people prefer to use a cotton jersey instead to line the gusset. If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric. + + From 538d509fc8aec831f745caddbeeb4bdf6c1127df Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:41 +0200 Subject: [PATCH 0756/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/ursula/fabric/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/fabric/uk.md diff --git a/markdown/org/docs/patterns/ursula/fabric/uk.md b/markdown/org/docs/patterns/ursula/fabric/uk.md new file mode 100644 index 00000000000..b888a0222a1 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/fabric/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Ursula undies: Fabric Options" +- - - + +You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable. + +Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex. From 377cc1103313e45c43a7783d50f3e6897153db6e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:42 +0200 Subject: [PATCH 0757/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/ursula/options/legopening/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/legopening/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/legopening/uk.md b/markdown/org/docs/patterns/ursula/options/legopening/uk.md new file mode 100644 index 00000000000..63c08762dd8 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/legopening/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Leg opening" +- - - + +This option controls how high the leg is cut-out. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_legopening_sample.svg "Effect of this option on the pattern") From c4faa0c446988bc35fa81b8c35b81c13fa2f8a41 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:43 +0200 Subject: [PATCH 0758/1675] New translations en.md (Ukrainian) --- .../docs/patterns/ursula/instructions/uk.md | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/instructions/uk.md diff --git a/markdown/org/docs/patterns/ursula/instructions/uk.md b/markdown/org/docs/patterns/ursula/instructions/uk.md new file mode 100644 index 00000000000..dca15c65760 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/instructions/uk.md @@ -0,0 +1,85 @@ +- - - +title: "Ursula undies: Sewing Instructions" +- - - + +### Step 1: Sew the front to the first gusset piece + +Place one of the gusset pieces on the front piece, _good sides together_, so that the crotch seams are aligned. Pin or baste at the seam allowance. + +![Sew the front to the first gusset piece](step01.png) + +### Step 2: Open flat + +Open flat. You can press if you want to, but who presses underwear? + +![Open flat](step02.png) + +### Step 3: Sew the back to the first gusset piece + +Place the back piece on the gusset, good sides together. Pin or baste at the seam allowance. + +![Sew the back to the first gusset piece](step03.png) + +### Step 4: Open flat + +Open flat. + +![Open flat](step04.png) + +## Step 5: Attach the second gusset piece + +Get the front and back pieces out of the way by rolling them to the center. + +Place the second gusset piece good sides together on top so that it lines up with the first gusset piece. The rolled-up front and back pieces should be sandwiched between your gusset pieces. + +Sew the front and back gusset seams at your seam allowance using a serger or a zigzag stitch. + +![Attach the second gusset piece](step05.png) + +## Step 6: Turn right side out + +Turn the undies right side out. All gusset seams should be enclosed. + +![Turn right side out](step06.png) + +### Step 7: Sew the side seams + +Pin the side seams good sides together. Sew the side seams at your seam allowance using a serger or a zigzag stitch. + +![Sew the side seams](step07.png) + + + +Good work! Technically you could leave the edges raw since knit fabrics do not fray, but to help your undies stay up, you should probably add elastic to the legs and waist. Keep going. + + + +### Step 8: Prepare elastic + +Overlap the edges of each piece of elastic by your seam allowance and stitch together. You should have three elastic pieces: one for the waistband and two for the legs. + +To ensure that you stretch the elastic evenly, divide the elastic into four quarters and mark the points with pins or chalk. Do the same to the waist and leg openings, marking the quarter points. + +![Prepare elastic](step08.png) + +![Quarter the openings](step08b.png) + +### Step 9: Sew elastic to the outside of the garment + +Pin the elastic to the waist and leg openings on the good side of the fabric, ensuring that you line up the quarter markings. If your elastic has a decorative edge, make sure that you line up the plain edge (not the decorative edge) of the elastic to the edge of the fabric. The decorative edge should be pointing towards the garment, not away from it. + +Sew the elastic to the garment using a zigzag stitch. You will have to stretch the elastic slightly as you sew to make it lay flat against the fabric. Avoid stretching the fabric itself. + +![Sew elastic to the outside of the garment](step09.png) + +Trim away any excess fabric that causes bulk or sticks out from the elastic. + +### Step 10: Fold the elastic in and sew it down again + +Fold the elastic and fabric to the inside, enclosing the raw edge of the fabric under the elastic. You should be looking at the outside of the undies, a folded edge with a bit of the elastic peeking out. Sew using a zigzag stitch. + +![Fold the elastic in and sew it down again](step10.png) + +Repeat these steps for each of the waist and leg openings. + +You did it! From 9f7f73fa591c46312f4b521caa3370268665294d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:44 +0200 Subject: [PATCH 0759/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/ursula/needs/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/needs/uk.md diff --git a/markdown/org/docs/patterns/ursula/needs/uk.md b/markdown/org/docs/patterns/ursula/needs/uk.md new file mode 100644 index 00000000000..e9f6b5a0282 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/needs/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Ursula undies: What You Need" +- - - + +To make Ursula, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 0.7 meters (0.8 yards) of a suitable fabric (see [Fabric options](/docs/patterns/ursula/fabric)) +- About 3 meters (3.3 yards) of underwear elastic, such as picot elastic or fold over elastic + + + +##### Binding methods may affect the seam allowance + +If using fold over elastic (FOE) or doing knit binding, you may wish to trim away the seam allowance at the legs and waist before cutting. If you keep the seam allowance, the finished product will have a slightly higher waist and slightly smaller leg openings. + +##### A serger/overlock is nice, but optional + +As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Ursula with a zigzag stitch. + + From fa325deae5292357991fcb2f19a65f1d688b094f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:45 +0200 Subject: [PATCH 0760/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/ursula/options/backdip/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/backdip/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/backdip/uk.md b/markdown/org/docs/patterns/ursula/options/backdip/uk.md new file mode 100644 index 00000000000..9e955e0d558 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/backdip/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back waist dip" +- - - + +This option controls how much the back waist curves (revealing more or less skin). + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_backdip_sample.svg "Effect of this option on the pattern") From e86aeb90d29e6fc79dbc357de32147480481a7f0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:46 +0200 Subject: [PATCH 0761/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/ursula/options/backexposure/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/backexposure/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/backexposure/uk.md b/markdown/org/docs/patterns/ursula/options/backexposure/uk.md new file mode 100644 index 00000000000..b484b42bb31 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/backexposure/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back exposure" +- - - + +This option controls the amount of exposed skin on the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_backexposure_sample.svg "Effect of this option on the pattern") From 183c661fe99566f348bbe570b69c20d57bb6e57a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:47 +0200 Subject: [PATCH 0762/1675] New translations en.md (Ukrainian) --- .../docs/patterns/ursula/options/elasticstretch/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md b/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md new file mode 100644 index 00000000000..51ecf4664ae --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Elastic stretch" +- - - + +Adjust this option for more or less stretchy elastic. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_elasticstretch_sample.svg "Effect of this option on the pattern") From fb18ac88e47052c037894f49751689f037f29e98 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:48 +0200 Subject: [PATCH 0763/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/ursula/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/uk.md b/markdown/org/docs/patterns/ursula/options/uk.md new file mode 100644 index 00000000000..e2dcef23f04 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Ursula undies: Design Options" +- - - + + From 67a44d042010e34007caaebe1ed239867a7477c1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:49 +0200 Subject: [PATCH 0764/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/ursula/options/fabricstretch/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md b/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md new file mode 100644 index 00000000000..27cc9744cb9 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Fabric stretch" +- - - + +Adjust this option for more or less stretchy fabrics. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_fabricstretch_sample.svg "Effect of this option on the pattern") From 75dcc0d17e675de1a0e9de03df46105cf790927b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:50 +0200 Subject: [PATCH 0765/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/ursula/options/frontdip/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/frontdip/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/frontdip/uk.md b/markdown/org/docs/patterns/ursula/options/frontdip/uk.md new file mode 100644 index 00000000000..3675b8f24c7 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/frontdip/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front waist dip" +- - - + +This option controls how much the front waist curves (revealing more or less skin). + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_frontdip_sample.svg "Effect of this option on the pattern") From c9fe27be2da0a719f839f23b6e490fb684401294 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:51 +0200 Subject: [PATCH 0766/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/ursula/options/gussetlength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/gussetlength/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md b/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md new file mode 100644 index 00000000000..6364d27517d --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Gusset length" +- - - + +This option controls the length of the gusset. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_gussetlength_sample.svg "Effect of this option on the pattern") From a252b7044d91899784b665dbb443053e2b66a2bc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:52 +0200 Subject: [PATCH 0767/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/ursula/options/gussetwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md diff --git a/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md b/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md new file mode 100644 index 00000000000..c7f200d1295 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Gusset width" +- - - + +This options controls the width of the gusset. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_gussetwidth_sample.svg "Effect of this option on the pattern") From 721d3066b4e723697863944fad64f14a7d06e8d0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:53 +0200 Subject: [PATCH 0768/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/pocketlocation/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md b/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md new file mode 100644 index 00000000000..f13ed8eccbc --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Pocket location" +- - - + +Controls the location of the pockets. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_pocketlocation_sample.svg "Effect of this option on the pattern") From 2211acbd2b100f1c6b895ad386eda196c59da9d0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:54 +0200 Subject: [PATCH 0769/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/pocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md b/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md new file mode 100644 index 00000000000..58fab3d5919 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Pocket width" +- - - + +Controls the width of the pockets. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_pocketwidth_sample.svg "Effect of this option on the pattern") From 87b8f728879b5dcf62895161e2f30e8c5c9540d9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:55 +0200 Subject: [PATCH 0770/1675] New translations en.md (Ukrainian) --- .../org/docs/sewing/good-sides-together/uk.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 markdown/org/docs/sewing/good-sides-together/uk.md diff --git a/markdown/org/docs/sewing/good-sides-together/uk.md b/markdown/org/docs/sewing/good-sides-together/uk.md new file mode 100644 index 00000000000..e6a088a96ab --- /dev/null +++ b/markdown/org/docs/sewing/good-sides-together/uk.md @@ -0,0 +1,36 @@ +--- +title: Good sides together +--- + +When I refer to good sides together that can refer to either cutting or sewing: + +## Cutting with good sides together + +![A pocket is marked on the bad side of a piece of double-folded denim, ready to be cut good sides together. After cutting both layers, this will yield two pockets that are mirror images of each other.](cutting-good-sides-together.jpg) + +Cutting with good sides together is a technique that is used when two identical, or mirrored pieces need to be cut. + +When a pattern asks to cut a piece with good sides together, fold your fabric double with the good side/right side of the fabric to the inside, and the bad side/wrong side outside. + +Now mark the pattern piece on the bad side of the fabric, and cut both layers in one go. + +This gives you two pieces that are mirror images of each other. + + + +##### What if there is not obvious good side? + +When cutting out something without an obvious _good_ side (like interfacing), +what matters is that you cut two mirrored pieces, rather than two identical ones. + + + +## Sewing with good sides together + +![A piece of denim is sewn with good sides together.](sewing-good-sides-together.jpg) + +Sewing with good sides together is the standard approach to making a seam. + +By placing the good sides of the fabric together, both pieces will be joined with the seam allowance to the inside of the garment. This is what's done for the vast majority of seams. + +> When there's no specific instructions on how to construct a seam, it's good sides together. From cda65749500a17170da5a73581a058526f9867c4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:56 +0200 Subject: [PATCH 0771/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/basting/uk.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/sewing/basting/uk.md diff --git a/markdown/org/docs/sewing/basting/uk.md b/markdown/org/docs/sewing/basting/uk.md new file mode 100644 index 00000000000..586164da67c --- /dev/null +++ b/markdown/org/docs/sewing/basting/uk.md @@ -0,0 +1,20 @@ +--- +layout: onecol +title: Basting +--- + +![The shape of this denim back pocket is basted before the pocket is topstitched to the garment](basting.jpg) + +Basting is temporary sewing to hold things in place. + +It is typically done by hand, but you can also machine baste. + +Examples of where basting is commonly used are: + +- Basting a seam in place before sewing it +- Basting an ornament, pocket, or other part in place before attaching it +- Basting darts or other pattern changes while fitting the garment on a model + +Basting is never permanent, but merely a temporary measure to hold things in place. + +> Basting and pinning are different techniques for similar situations From dd20b10b29b1b0bb4cbbcd86b8de40dbeb57f11c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:57 +0200 Subject: [PATCH 0772/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/coverlock/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/sewing/coverlock/uk.md diff --git a/markdown/org/docs/sewing/coverlock/uk.md b/markdown/org/docs/sewing/coverlock/uk.md new file mode 100644 index 00000000000..9a2e8675c6f --- /dev/null +++ b/markdown/org/docs/sewing/coverlock/uk.md @@ -0,0 +1,15 @@ +--- +title: Coverlock +--- + +![A hem on a T-shirt, made with a coverlock machine](coverlock-hem.jpg) + +![The finished backside of a coverlocked seam](coverlock.jpg) + +![My coverlock machine, a Janome Coverpro 1000 CPX](janome-coverpro.jpg) + +A coverlock is a type of sewing machine that is dedicated to do a coverlock stitch, or coverlock seam. + +A coverlock seam is used for hemming knit garments. It finishes the folded back fabric so it can't ravel and the resulting stitch can stretch along with the fabric. + +Coverlocks can be dedicated machines, or they can be integrated in an overlock/serger. From 2cbdb07f744dbbec452286b38afee75047747a7b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:58 +0200 Subject: [PATCH 0773/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/cutting/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/sewing/cutting/uk.md diff --git a/markdown/org/docs/sewing/cutting/uk.md b/markdown/org/docs/sewing/cutting/uk.md new file mode 100644 index 00000000000..8dded41295c --- /dev/null +++ b/markdown/org/docs/sewing/cutting/uk.md @@ -0,0 +1,12 @@ +--- +layout: onecol +title: Cutting +--- + +![Me cutting out some T-shirts](cutting.jpg) + +Cutting is the act of cutting out the different pattern pieces out of your fabric. + +Cutting is typically done with scissors or a rotary cutter. + +> The **cut of a garment**, the way it looks, refers to how it was cut out. For example, high-cut jeans and a low-cut top. From b8c45550aa60fe0ba9ca571d71baaca07ea5d03d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:18:59 +0200 Subject: [PATCH 0774/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/darts/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/sewing/darts/uk.md diff --git a/markdown/org/docs/sewing/darts/uk.md b/markdown/org/docs/sewing/darts/uk.md new file mode 100644 index 00000000000..529bc4fa0d6 --- /dev/null +++ b/markdown/org/docs/sewing/darts/uk.md @@ -0,0 +1,17 @@ +--- +title: Darts +--- + +![Bust darts on a blouse](dart.jpg) + +Darts are crucial in pattern design as they turn a flat, two-dimensional piece of fabric, into a three-dimensional shape. + +A dart is created by two lines that form a wedge, and meet each other in the dart point. When the lines are sewn together they create a permanent fold, preventing the fabric from laying flat, thereby creating a three-dimensional shape. + +Darts are used where fabric needs to cover curves in more than one direction. You don't need a dart for your legs because your fabric can follow the curvature of your legs and wrap around it. Your bum does not only curve horizontally, but also vertically. So bums and boobs are typically places where you'll find darts. + +> Wikipedia has a bit more to say on this subject: [Dart (sewing) on Wikipedia](http://en.wikipedia.org/wiki/Dart_\(sewing\)) +> +> Entire chapters in books on sewing and pattern design are dedicated to darts. Knowing how and where to use them is not so simple. But for this website, knowing what they are is sufficient. + +> Picture by [Tasha](http://bygumbygolly.com/2013/01/finished-1940s-simplicity-diamonds/) From 13cbf6b7257389673b2bc27b390584cd2017f41b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:00 +0200 Subject: [PATCH 0775/1675] New translations en.md (Ukrainian) --- .../org/docs/sewing/double-welt-pockets/uk.md | 225 ++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 markdown/org/docs/sewing/double-welt-pockets/uk.md diff --git a/markdown/org/docs/sewing/double-welt-pockets/uk.md b/markdown/org/docs/sewing/double-welt-pockets/uk.md new file mode 100644 index 00000000000..8d52d04bc6f --- /dev/null +++ b/markdown/org/docs/sewing/double-welt-pockets/uk.md @@ -0,0 +1,225 @@ +--- +title: Double welt pockets +--- + +## Video + + + +## Learn welts with David Page Coffin + +The November 2015 edition of [Seamwork Magazine](https://www.seamwork.com/) has a section called [Conquering the Welt](https://www.seamwork.com/issues/2015/11/conquering-the-welt) where David Page Coffin walks you through the construction of welt pockets. + +David has written various books on trouser and shirt construction, teaches online sewing classes, and hosts workshops throughout the US, and abroad. + +David is a friend of the site, and by all measures much better at explaining this than I am. + +## Before you start + +### What you need + +To make double welt pockets, you will need: + +- Basic sewing supplies +- The fabric or pattern piece you want to make the pocket in +- Two fabric strips for the welts +- A strip of interfacing +- Lining or other suitable fabric for the pocket bag (See fabric and colour options) +- Facing for the pocket bag, depending on your fabric and colour options + +### Parameters + +Two values determine the size of your double welt pocket. They are: + +- The pocket width: This is the width of the opening of the finalized double welt pocket +- The welt height: This is the height of a single welt, and this half of the height of our double welt pocket + +> In the example below, I use a pocket width of 13cm and a welt height of 0.5cm + +## Cutting + +### Pocket welts + +The welts are two rectangular strips of fabric with the following measurements: + +- Length: Pocket width + 4cm +- Width: Welt height x2 + 5cm + +For our example: + +- Length: 13cm + 4cm = 17cm +- Width: (0.5cm x 2) + 5cm = 6cm + +They will form the two narrow strips of fabric that form your double welt pocket. + +> Make sure to respect the grainline when cutting the two welts + +### Pocket interfacing + +The pocket interfacing is a single rectangular strip of fusible interfacing with the following measurements: + +- Length: Pocket width + 4cm +- Width: Welt height x2 + 5cm + +For our example: + +- Length: 13cm + 4cm = 17cm +- Width: (0.5cm x 2) + 5cm = 6cm + +> You may have noticed that the interfacing is the same size as a welt + +The interfacing is used to stabilize the pocket, and will be fused to the fabric with your iron. + +### Optional: Pocket facing + +The (optional) pocket facing is a single rectangular strip of fabric with the following measurements: + +- Length: Pocket width + 4cm +- Width: Welt height x2 + 5cm + +For our example: + +- Length: 13cm + 4cm = 17cm +- Width: (0.5cm x 2) + 5cm = 6cm + +> You may have noticed that the facing is the same size as a welt + +The facing is what you'll see when you peer through the opening of your pocket. + +The facing is optional, if you do not use it, peering through the pocket will reveal whatever material the pocket bag is made from. + +### Pocket bag + +The shape of the pocket bag depends on the pattern. For simplicity, I will use a rectangular pocket bag with rounded corners at the bottom as you may find on the back pockets of trousers. + +> There is typically a longer and shorter version of the pocket bag. This is because one side is attached to the top welt, while the other is attached to the bottom welt. + +## Construction + +### Step 1: Fuse interfacing in place + +![Fuse interfacing in place](step01.png) + +Fuse the pocket interfacing to the bad side of your garment, so that it covers the place where you will make the welt pocket. + +> Patterns typically have notches that help you determine the placement of a welt pocket + +### Step 2: Mark the welt pocket on the good side of the fabric + +![Mark the welt pocket on the good side of the fabric](step02.png) + +Mark the welt pocket as follows: + +- Mark the pocket width with the vertical lines. Let these lines extend to help you align the welts later +- Align the center opening of the pocket with a horizontal line. Let it extend to help you align the welts later +- Mark two horizontal lines parallel to the center line, at an offset equal to the welt height (0.5cm in our example) + +The part of the horizontal lines parallel to the center line that fall in between the verticle lines is where we'll sew our welts in place. This is illustrated by the red lines. + +### Step 3: Fold and press the welts + +![Fold and press the welts](step03.png) + +Fold the welts parallel with the long side, with the good side out. + +Don't fold them in half. Instead make one side 1cm longer than the other. + +Press the fold so that it becomes a sharp crease. + +> By offsetting the edges, the welt edge tapers off, which reduces bulk and visibility on the outside of the garment. + +### Step 4: Sew welts in place + +![Sew welts in place](step04.png) + +> In the images above, the dashed black line is the center of the welt. The red line shows where to sew, and the green line is a seam that has already been sewn. + +Place the welt on the good side of your garment with the shorter folded side down, and center it horizontally. + +Align the folded side with the center of the welt pocket, and now shift it twice the Welt Height (WH) outwards. + +In our example with a Welt Height of 0.5cm, the fold of your welt lies 1cm from the welt pocket center. + +Sew your welt in place 0.5cm (WH) from the fold, or in other words, precisely on the line you marked on your garment. + +Make sure to start and stop precisely on the vertical lines that indicate the pocket width. + +When you're done, sew the second welt in place. Note that this will be a bit more tricky as you'll have to fold back the first welt, and lay part of your second welt over it. + +### Step 5: Cut open your pocket + +![Cut open your pocket](step05.png) + +> In the image, the red line marks how/where to cut open your pocket, and the green line shows the seams. + +Cut open your welt pocket by cutting along the center horizontal line. Stop short of the vertical lines that mark the sides of the pocket and cut under 45 degrees to the edge of your line of stitching that holds the welts down. + +> Make sure to not cut into your stitches or cut too far. Make it precise. + +### Step 6: Flip the welts to the other side and press + +![Flip the welts to the other side and press](step06.png) + +You have been sewing your welts to the good side of the fabric. Now, we are going to flip them to the back side, through the opening we just cut in the fabric. + +Flip the welts to the back, and press them flat. Take your time to work the fabric into a neat rectangle before you press it down. + +> Make sure to press the triangular pieces of fabric (at the short edge of your opening) to the side + +> You're pressing several layers of fabric. Consider pressing down (or open) the layers individually before pressing them together. This will give a sharper crease, and a neater welt pocket. + +### Step 7: Sew the pocket opening sides to the welts + +![Sew the pocket opening side to the welt on one side](step07a.png) ![And repeat on the other side](step07b.png) + +Put your garment down with the good side up, and fold it back on the side of your welt pocket, making sure to keep your welts lying flat. + +Sew the triangular piece of fabric from the pocket opening to the welts. + +> Make sure that you do not sew into the pocket opening, as this will show the stitches on the front + +### Step 8: Sew the bottom pocket bag to the bottom welt + +![Sew the bottom pocket bag to the botom welt](step08.png) + +Fold your garment out of the way so you can sew the pocket bag to the lower welt. + +Also finish the edge of the welt with a zig-zag stitch so the welt stays flat inside the pocket. + +> The pocket bag is show in lining fabric here (green) far clarity. You can also make your pocket bags from other fabric. + +### Step 9: Optional: Sew facing to top pocket bag + +![Sew the facing to the top pocket bag](step09.png) + +> This step is optional. Attach facing to the top pocket bag if that is want you want to show through the pocket opening. + +### Step 10: Sew the top pocket bag to the top welt + +![Sew the top pocket bag to the top welt](step10.png) + +Fold your garment out the way so you can sew the pocket bag to the top welt. + +> If you applied facing to your pocket bag, make sure to place it with the facing towards the welts. + +### Step 11: Attach the welts to the pocket bag + +![Sew one side](step11a.png) ![Sew the other side](step11b.png) ![And sew the top](step11c.png) + +Place your garment with the good side up, and fold it back at the side of the welt pocket. + +Sew the triangular piece of fabric from the pocket opening to the pocket bags, much like you've sewn it to the welts earlier. + +Fold back your garment at the top of the welt pocket. + +Now, sew the top of the pocket opening to the pocket bag. + +### Step 12: Finish the pocket bag + +![Now finish the pocket bag](step12.png) + +Now finish the pocket back by closing all the edges (the top edge is optional). + +To do so, you can apply bias tape, use a serger, or sew some other finishing stitch. + +After that, you're done! From 0908c407a9c7230b297781ae5d58b6cc22086107 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:01 +0200 Subject: [PATCH 0776/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/ease/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/sewing/ease/uk.md diff --git a/markdown/org/docs/sewing/ease/uk.md b/markdown/org/docs/sewing/ease/uk.md new file mode 100644 index 00000000000..ad899fa35cc --- /dev/null +++ b/markdown/org/docs/sewing/ease/uk.md @@ -0,0 +1,19 @@ +--- +title: Ease +--- + +![Without ease, you would not be able to raise your arm](ease-plus.jpg) + +![Negative ease is what makes your tights fit](ease-min.jpg) + +Ease is the amount of fabric that is added to a garment in addition to what is strictly required to make the garment fit. + +Without ease, a garment would fit you so precisely that you might not be able to get in to it, or would have problems moving in it. + +Ease that is added to allow you to move inside a garment is called wearing ease. Extra ease can be added beyond what is functionally needed. This is called design ease and is used to achieve a certain visual effect. + +Ease can work the other way too. When the fabric stretches, we can choose to use less fabric than what is needed to make the garment fit. This is called **negative ease**. + +Negative easy is used for stretchy materials where the garment must fit tightly. For example, in swimwear, tights, underwear, or sportswear. + +> Pictures by [Quinn Dombrowski](https://www.flickr.com/photos/quinnanya/8885126989/) and [sutiblr](https://www.flickr.com/photos/30788655@N08/4743320893) From e2def290fc9b84be619627ea2d224598f63f4592 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:02 +0200 Subject: [PATCH 0777/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/sewing/uk.md diff --git a/markdown/org/docs/sewing/uk.md b/markdown/org/docs/sewing/uk.md new file mode 100644 index 00000000000..03c79432ce4 --- /dev/null +++ b/markdown/org/docs/sewing/uk.md @@ -0,0 +1,6 @@ +--- +title: Sewing +order: 300 +--- + + From 6ac261168178dc0da0acc89805f33541612ee172 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:03 +0200 Subject: [PATCH 0778/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/fabric-grain/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/sewing/fabric-grain/uk.md diff --git a/markdown/org/docs/sewing/fabric-grain/uk.md b/markdown/org/docs/sewing/fabric-grain/uk.md new file mode 100644 index 00000000000..de9f7930528 --- /dev/null +++ b/markdown/org/docs/sewing/fabric-grain/uk.md @@ -0,0 +1,19 @@ +--- +title: Fabric grain +--- + +![The grainline runs parallel to the selvedge](fabric-grain.jpg) + +The grain of a fabric is determined by the alignment of the yarns in a woven fabric. More precisely, the grain line is determined by how the warp yarns run. + +Woven fabric are produced by weaving the so-called weft between the warp threads. The warp threads run along the length of a fabric roll, parallel to the selvedge, while the weft runs back and forth across its width. + +Grain is indicated on a pattern by the grain line. When cutting out your pattern, it's important to align the grain line of the pattern to the grain of your fabric. + +> For more warp and weft details: [Weaving on Wikipedia](http://en.wikipedia.org/wiki/Weaving) + +> ##### Confused? Think wood +> +> Wood is not woven, but grows in different layers based on the seasons (growth rings). The way these layers are aligned are important for woodworkers. They influence to what extent the wood will deform after cutting it and how it will bend, as well as other parameters. +> +> Just like a woodworker will take this into account before cutting the wood, you should take grain into account before cutting out your fabric. From 9734c7fd7801aa63ccc2dc649f549d0ba2d0c041 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:04 +0200 Subject: [PATCH 0779/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/hemming/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/sewing/hemming/uk.md diff --git a/markdown/org/docs/sewing/hemming/uk.md b/markdown/org/docs/sewing/hemming/uk.md new file mode 100644 index 00000000000..4e82bcee16f --- /dev/null +++ b/markdown/org/docs/sewing/hemming/uk.md @@ -0,0 +1,11 @@ +--- +title: Hemming +--- + +![The hem at the bottom of a T-shirt](coverlock-hem.jpg) + +Hemming, or a hem, is a type of finish that is done on the bottom of a garment. + +The hem of your trousers is where they meet your shoes. The hem of a dress is the bottom edge of the dress. + +The hem is not a seam in the sense that it does not join two parts together. Rather hemming is used to finish the fabric edge and prevent it from fraying. From 9c1b850420d50b307ee0f4e2bb0bb494f63c3319 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:05 +0200 Subject: [PATCH 0780/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/waralee/options/waistraise/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/waistraise/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/waistraise/uk.md b/markdown/org/docs/patterns/waralee/options/waistraise/uk.md new file mode 100644 index 00000000000..fc42f1f8e54 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/waistraise/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist Raise" +- - - + +How much to raise the waist from the seat depth measurement. This influences the depth of the crotch cut-out. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_waistraise_sample.svg "Effect of this option on the pattern") From ad59535f08d543818884dad53f20d617251f24b4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:06 +0200 Subject: [PATCH 0781/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/jersey/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/sewing/jersey/uk.md diff --git a/markdown/org/docs/sewing/jersey/uk.md b/markdown/org/docs/sewing/jersey/uk.md new file mode 100644 index 00000000000..8f7521282db --- /dev/null +++ b/markdown/org/docs/sewing/jersey/uk.md @@ -0,0 +1,11 @@ +--- +title: Jersey +--- + +![A piece of grey jersey](knit-fabric.jpg) + +Jersey is a type of knit fabric. Jersey has a flat and a piled side, and is often used for T-shirts. + +Jersey can also be double-knitted (sometimes called interlock jersey). This produces a thicker fabric with the flat sides on the outside and the piled sides locked in the middle. + +Jersey has good drape which makes it a popular choice for tops and dresses. From ab99e7429cc3ccdbd1baa8cb229c65f57eaf3658 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:07 +0200 Subject: [PATCH 0782/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/knit-binding/uk.md | 112 ++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 markdown/org/docs/sewing/knit-binding/uk.md diff --git a/markdown/org/docs/sewing/knit-binding/uk.md b/markdown/org/docs/sewing/knit-binding/uk.md new file mode 100644 index 00000000000..3b6553c5eb2 --- /dev/null +++ b/markdown/org/docs/sewing/knit-binding/uk.md @@ -0,0 +1,112 @@ +--- +title: Knit binding +--- + +## What is knit binding anyway? + +Knit binding is a general term for a type of finish (typically) found on the neck or arm opening of T-shirts and other knitwear. + +There's two varieties of this finish, a knit band, and actual knit binding. + +## Knit band + +![Like most T-shirts, the one this girl is wearing has a knit band at the neck opening.](knit_band.jpg) + +Knit band is what you typically find at the neck opening of your T-shirt. It's a strip of fabric that is folded double and attached to the edge of the garment. + +This leaves an unfinished edge on the inside that is often sewn down by edge-stitching around the knit band. + +### Knit binding + +![This girl's grey undershirt and white T-shirt both have a knit binding at the neckline.](knit_binding.jpg) + +Real knit binding acts more like classic bias binding, in that it is wrapped around the fabric, rather than extend from it. + +The raw edge of the garment is inserted between the folded knit binding, which is edge-stitched down. This is often done with a coverlock machine, thereby neatly finishing the inside. + +> Pictures by [Support Tattoos and Piercings at Work](https://www.flickr.com/photos/supporttattoosandpiercingsatwork/21870942614/) and [Derek A.](https://www.flickr.com/photos/sfj/696122404/) + +### Style vs function + +A knit band is more common, and is what you typically find on T-shirt necklines. It's the more decorative option. + +A knit binding is less common, but often used on undershirts (as in, underwear). It's the more functional option. + +> ##### Still confused? +> +> Another way to distinguish them is this: Think about what happens when you decide to widen the knit binding/band. +> +> On a T-shirt, widening the band at the neck will make the neck opening smaller. If you want a wider band, you will have to cut a larger hole in your T-shirt. +> +> On an undershirt, if you want the knitwear binding at the neck to be wider, it will not make the neck opening smaller. Instead, the binding will simply lay further over the undershirt main fabric. + +## Why knitwear binding requires stretch + +Whether you're using a knit band or a knit binding finish, you are going to have to stretch your binding fabric for good results. That is, assuming you're not sewing a straight seam. Here's why: + +### Straight: life on easy mode + +![No stretch required when going straight](knitbinding1.png) + +On a straight seam, you can simply attach your binding/band. Your fabric and binding have the same length, so everything will be fine. + +The most likely scenario where you will encounter this is on the (short) sleeves of a T-shirt. Although the knit band wraps around your arm, from a pattern perspective (as in, when the fabric is still flat) it's a straight seam. + +### Uniformly curved: uniform stretch + +![Curved seams require stretch](knitbinding2.png) + +On a curved seam, like an neck opening, things get a little more complicated. That is because the outer edge and the inner edge of your binding will have a different length. + +**No stretch, and things won't lie flat (aka gape)** + +If you simply sew the binding to the fabric, things will be fine at the outer edge of your binding. But the inner edge is shorter, and your binding fabric will be pushed together. The tension that this creates will make it rise, and your binding will not lie flat against your skin. + +**Stretch it just right, and it will look great** + +To fix this issue, you need to stretch your knit binding (and not the fabric) while attaching your binding. If you do it right, the outer edge will be stretched open a bit, while the inner edge will nicely fill out your curve and everything will lie flat. + +**If you stretch too much, things will wrinkle** + +Stretch your binding too much, and it will spring back too far, causing the main fabric to wrinkle. + +### Real life: variable stretch + +![As the curve changes, so should the stretch](knitbinding3.png) + +Straight seams exist, and although I've never come across one, maybe uniformly curved seams exist too. But more often than not, the curvature of your seam will vary. + +On a typical T-shirt neckline, the curve at the back of your neck is different from the front, and there's probably a somewhat tighter bend behind your shoulder seam. + +On a slight curve, the difference between the inner and outer edge is not so big, and a little bit of stretch is all you need. But on a tighter curve, the difference between the inner and outer edge of your binding will be more significant. And you'll need more stretch to accommodate for that. + +So as you follow your seam, and it curves around necklines, or shoulders, or design features, you will have to adapt the amount of stretch to the situation. + +## You cannot calculate the length of your knit binding + +I am not saying it is theoretically impossible. But I am saying that it is practically impossible. + +The length of your knit binding depends on the amount it needs to be stretched. This depends on the curves you have to follow, and the width of the binding, not to mention the strength of its stretchiness. There's just too many parameters to take into account to calculate your binding length accurately. + +### Do not do this + +There are a bunch of tutorials out on the internet that show you how to sew on knit binding. Many of those suggest something like _make the neck binding 90% of the length of the seam you are attaching it to_ (the percentage varies). + +This idea is that you cut your binding, join its edges, and then sew it in the opening. That is (in my opinion) no good. + +An alternative approach to sidestep the length issue is to attach the binding before you close the opening your binding goes in. For example, on a T-shirt you close one shoulder seam, attach the binding, then close the second shoulder seam. + +Obviously, that means your shoulder seam will cut through your binding which is a big no no in my book. + +### Instead, do this + +- Cut your binding as long as the seam it needs to be sewn into. Not 90%, but 100%. This way, you know it's going to be too long, and that's what we want. +- Mark the place you want your binding to be joined (say center back of the neckline) and place your binding 1cm beyond this point. +- Start sewing your binding about 3cm or so from this point, and go all the way around. While you do so, make sure to adjust the stretch to whatever the curve requires. There's no tricks for this, you'll have to practice until it comes naturally to you. +- When you make your way around and get close to the point you marked, stop about 3cm before that. +- Now your entire binding is attached, apart from a 6cm or so stretch at the back. Pin both edges of your binding good sides together, making is exactly as long as needed and sew them together. +- Sew the remaining 6cm of your binding. + +This way, there is no guessing how long your binding should be, and the binding seam sits where you want it to sit. + +> For detailed instructions, check [the Aaron documentation](/docs/patterns/aaron/) From 018b1bd8bdc197fd8e8317dd18f396a9a872dfcf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:08 +0200 Subject: [PATCH 0783/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/knit-fabric/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/sewing/knit-fabric/uk.md diff --git a/markdown/org/docs/sewing/knit-fabric/uk.md b/markdown/org/docs/sewing/knit-fabric/uk.md new file mode 100644 index 00000000000..db92eb0004f --- /dev/null +++ b/markdown/org/docs/sewing/knit-fabric/uk.md @@ -0,0 +1,13 @@ +--- +title: Knit fabric +--- + +![A piece of grey (French Terry) jersey, a knit fabric](fabric.jpg) + +Knit fabric is fabric that is knitted, rather than woven. Knit fabric typically stretches to some extent. + +While the fabric is knitted, it does not look like knitwear, but like fabric. + +Knit fabric is used in garments where stretch is required. Sewing them is often done with a serger to maintain the stretch in the seams. + +> Wikipedia has more to say about knits: [Knitted fabric in Wikipedia](http://en.wikipedia.org/wiki/Knitted_fabric) From cf0c984654e3965cd5600feb3d7034ac313d9e63 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:10 +0200 Subject: [PATCH 0784/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/on-the-fold/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/sewing/on-the-fold/uk.md diff --git a/markdown/org/docs/sewing/on-the-fold/uk.md b/markdown/org/docs/sewing/on-the-fold/uk.md new file mode 100644 index 00000000000..0c9905db235 --- /dev/null +++ b/markdown/org/docs/sewing/on-the-fold/uk.md @@ -0,0 +1,17 @@ +--- +title: On the fold +--- + +When you have a pattern piece that is symmetric, the instructions might tell you that it is to be cut _on the fold_. + +This means that only half the pattern piece is printed, and you should cut it out by folding your fabric, and aligning the line that is _on the fold_ with the fold line indicated on the pattern. + +The fold line is indicated with a double arrow like in this example: + +A cut-on-fold indicator + + + +For an overview of all indicators on your pattern, refer to the [pattern notation guide](/docs/various/notation/) + + From c913f2281b927666ef74cc2ac1f4c8f5b183a7e4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:10 +0200 Subject: [PATCH 0785/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/pinning/uk.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/sewing/pinning/uk.md diff --git a/markdown/org/docs/sewing/pinning/uk.md b/markdown/org/docs/sewing/pinning/uk.md new file mode 100644 index 00000000000..589c6fcbdc3 --- /dev/null +++ b/markdown/org/docs/sewing/pinning/uk.md @@ -0,0 +1,21 @@ +--- +title: Pinning +--- + +![Sewing pins are part of the basic sewing supplies](sewing-pins.jpg) + +![Fabric being pinned into place](fabric-pinning.jpg) + +Pinning is used whenever you use sewing pins to hold things in place. + +Examples of where pinning is commonly used are: + +- Pinning a seam in place before sewing it +- Pinning an ornament, pocket, or other part in place before attaching it +- Pinning darts or other pattern changes while fitting the garment on a model + +Pinning is never permanent, but merely a temporary measure to hold things in place. + +> Pinning and basting are different techniques for similar situations + +> Pictures by [Kristin Roach](https://www.flickr.com/photos/marlana/113434148) and [Ed Platt](https://www.flickr.com/photos/philentropist/313403963) From f7c318abb0aca5fd22afd297e1f5673b5c835acd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:11 +0200 Subject: [PATCH 0786/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/rayon/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/sewing/rayon/uk.md diff --git a/markdown/org/docs/sewing/rayon/uk.md b/markdown/org/docs/sewing/rayon/uk.md new file mode 100644 index 00000000000..b4a2859ff3f --- /dev/null +++ b/markdown/org/docs/sewing/rayon/uk.md @@ -0,0 +1,13 @@ +--- +title: Rayon +--- + +![I use rayon for my underwear](rayon.jpg) + +Rayon, sometimes referred to as viscose, is a synthetic fiber. It originates from wood pulp, but there's a lot of chemical hoops to jump through before it becomes fabric. + +As rayon is a fiber (like cotton is) the resulting fabric will depend on how it is woven. However, in general rayon is a versatile fabric that is smooth to the touch, drapes, and is somewhat slippery. + +Rayon is not a good insulator of body heat. That makes it a poor choice for a winter coat, but a good choice for your summer dresses or underwear. + +> Wikipedia has a lot to say about rayon: [Rayon on Wikipedia](http://en.wikipedia.org/wiki/Rayon) From ddd8f6971a231b751d647bdffda974b8824e5752 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:12 +0200 Subject: [PATCH 0787/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/seam-allowance/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/sewing/seam-allowance/uk.md diff --git a/markdown/org/docs/sewing/seam-allowance/uk.md b/markdown/org/docs/sewing/seam-allowance/uk.md new file mode 100644 index 00000000000..a1dafd63a92 --- /dev/null +++ b/markdown/org/docs/sewing/seam-allowance/uk.md @@ -0,0 +1,17 @@ +--- +title: Seam allowance +--- + +![The inside of the leg on a pair of jeans. The SA is the dark narrow stretch of fabric next to the seam. It has been zig-zagged to keep it from fraying](zig-zag.jpg) + +Seam allowance, often shortened to SA, is the extra fabric at the seam that allows you to sew a garment together. + +If, instead of sewing, you could magically join seams together, there would be no need for seam allowance. + +Since we can't do magic, we need a bit of seam allowance so that the minor fraying of the fabric will not undo the seam. + +Seam allowance can differ. 1cm is common for some patterns, but in the US 5/8" or 15mm is standard. Make sure to always check the pattern for the default SA. + +Extra SA can be required for specific finished (like french seams) or for hemming. + +> Picture by [Kristin Roach](https://www.flickr.com/photos/kristinroach/3161126359) From 390c43810045966eca41ae8f1f7ba1c500e51c3f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:14 +0200 Subject: [PATCH 0788/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/serger/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/sewing/serger/uk.md diff --git a/markdown/org/docs/sewing/serger/uk.md b/markdown/org/docs/sewing/serger/uk.md new file mode 100644 index 00000000000..5c43fcf9b1b --- /dev/null +++ b/markdown/org/docs/sewing/serger/uk.md @@ -0,0 +1,17 @@ +--- +title: Serger +--- + +![The finished backside of a serged seam](serged-seam.jpg) + +![My serger, a Bernina 700D](serger.jpg) + +A serger or overlock is a type of sewing machine that can both cut fabric and make a stretch lockstitch. + +Sergers use multiple threads and needles to not only make the seam, but also lock the fabric. They are very often used with knit or other stretchy fabrics. + +> The term overlock is more common in Europe for a serger. However, I prefer to use serger as it avoids confusion between the very similar named overlock and coverlock machines. +> +> Further confusion is added by the fact that some sewing machines have an overlock stitch that mimics the role of a serger. +> +> To steer clear of all this, I use serger to refer to the dedicated machine. From 76f9fe92271983151d5591d8321343e487aff2a9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:16 +0200 Subject: [PATCH 0789/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/topstitching/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/sewing/topstitching/uk.md diff --git a/markdown/org/docs/sewing/topstitching/uk.md b/markdown/org/docs/sewing/topstitching/uk.md new file mode 100644 index 00000000000..d8b169abea2 --- /dev/null +++ b/markdown/org/docs/sewing/topstitching/uk.md @@ -0,0 +1,13 @@ +--- +title: Topstitching +--- + +![I used plenty of topstitching in a contrasting red thread on these jeans for my godson Akki](topstitching.jpg) + +![Topstitching needles from Schmetz](topstitch-needles.jpg) + +Topstitching is when you sew with the good side of the fabric up and your stitches are visible on the finished garments. + +While a decorative feature, topstitching can also play a role in garment construction. + +> You can buy specific sewing needles that are optimised for topstitching From 23b47177f0f3cad6c54afbab5c2e27b3a5b3135f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:17 +0200 Subject: [PATCH 0790/1675] New translations en.md (Ukrainian) --- .../wahid/options/shoulderinset/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md b/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md new file mode 100644 index 00000000000..9f8004276c7 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Shoulder inset" +- - - + +![Shoulder inset](shoulderinset.svg) + +How far do you want your waistcoat to sit away from your shoulder on the shoulder seam? The default is 2cm. + + + +###### What's the point? + +The shoulder seam of a waistcoat is typically more narrow than your shirt. This option controls how narrow it gets (on the shoulder side). + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_shoulderinset_sample.svg "Effect of this option on the pattern") From cc0d5f444fde8ffd2a75d90bfb9b8eaca87c4456 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:18 +0200 Subject: [PATCH 0791/1675] New translations en.md (Ukrainian) --- .../docs/sewing/basic-sewing-supplies/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/sewing/basic-sewing-supplies/uk.md diff --git a/markdown/org/docs/sewing/basic-sewing-supplies/uk.md b/markdown/org/docs/sewing/basic-sewing-supplies/uk.md new file mode 100644 index 00000000000..bab29025cd3 --- /dev/null +++ b/markdown/org/docs/sewing/basic-sewing-supplies/uk.md @@ -0,0 +1,18 @@ +--- +title: Basic sewing supplies +--- + +> What exactly constitutes the bare necessities for sewing is subject to debate. Some people like more tools, others say that even a sewing machine is optional as you can sew by hand. + +For the sake of clarity, when I refer to basic sewing supplies on this website, I mean the following: + +- Tape measure +- Sewing machine + - Sewing machine needles + - Bobbins +- Sewing thread +- Fabric scissors +- Seam ripper +- Pins and hand sewing needles +- Fabric marker/Pencils +- An iron From d2aac6ac86eb083568cb3cbb0d2f9205ea91a6de Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:19 +0200 Subject: [PATCH 0792/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/waralee/options/waistoverlap/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md b/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md new file mode 100644 index 00000000000..ac8b7e4f68d --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist Overlap" +- - - + +This dicates how much you want the leg flaps to overlap at the waist. A setting of 0 would have them meet at the side seam, and a setting of 100 makes them meet at the front/back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_waistoverlap_sample.svg "Effect of this option on the pattern") From 72899649d2e6310f52d98cd8ec6423be3a9edf4d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:20 +0200 Subject: [PATCH 0793/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/waralee/options/backraise/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/backraise/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/backraise/uk.md b/markdown/org/docs/patterns/waralee/options/backraise/uk.md new file mode 100644 index 00000000000..8c2f1f2be96 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/backraise/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back Raise" +- - - + +This setting raises the waist in the back. Our waist does not sit horizontally, but is angled up at the back. This seting allows you to raise this in the back if you need it for a good fit. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_backraise_sample.svg "Effect of this option on the pattern") From 0edab80b94e7bcf4ec3f1b22fc837827a11a0b40 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:21 +0200 Subject: [PATCH 0794/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/waistease/uk.md b/markdown/org/docs/patterns/wahid/options/waistease/uk.md new file mode 100644 index 00000000000..9683dc0852f --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +![Waist ease](waistease.svg) + +How much room do you want at the waist? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_waistease_sample.svg "Effect of this option on the pattern") From a75516365a4a3ab0e15e25a53d71edaa61c9d67c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:22 +0200 Subject: [PATCH 0795/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/wahid/options/weltheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/weltheight/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/weltheight/uk.md b/markdown/org/docs/patterns/wahid/options/weltheight/uk.md new file mode 100644 index 00000000000..afb6e83034a --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/weltheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Welt height" +- - - + +Controls the height of the pocket welts. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_weltheight_sample.svg "Effect of this option on the pattern") From 0f7d99e4474dd89330722f6a4a0c82faf1710c11 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:23 +0200 Subject: [PATCH 0796/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/waralee/cutting/uk.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/cutting/uk.md diff --git a/markdown/org/docs/patterns/waralee/cutting/uk.md b/markdown/org/docs/patterns/waralee/cutting/uk.md new file mode 100644 index 00000000000..4f2d40bbb56 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/cutting/uk.md @@ -0,0 +1,45 @@ +- - - +title: "Waralee wrap pants: Cutting Instructions" +- - - + + + +Waralee consists of two mirrored pieces of fabric. +They are basically big rectangles with pieces missing. +As such, it is easier to print out the part you need to cut out and measure the rest, +than it is to print out everything and cut the pattern the traditional way. + +That said, the pattern is available both ways. So you can print out the whole thing, tape all the pages together, and use that to cut out the fabric, if you prefer. But we recommend only printing the part that you need to cut out. + +You will need to print out the pockets and pocket facings in the traditional way. + + + +### Materials + +- **Main fabric** + - Cut **2 pants** parts. + - (Optional) Cut **2 Pocket** parts on the fold. + - Cut **4 backPocket** parts + - Cut **4 frontFacing** parts + - Cut **4 backFacing** parts + + + +You can cut the Pocket and backPocket parts out of a lining fabric if you prefer but this will only be needed if you deviate from the recommended main fabrics. + + + + + +Pattern part 2 is just for when you want to make the pants without printing everything. +Since this is just a couple of rectangles (with a slanted side), you can just use a ruler to cut out the main part. Then you use Part 2 to cut out the crotch part. Save a tree. + +Part 2 has a negative seam allowance, since you'll be using it opposite of what you normally use the pattern parts for. + +If you opt for the cut-out method, use the paperless view to see all the dimensions of the pattern. +You will need to cut a narrow strip out from what will become the front, and a small triangle and strip from what will become the back. +And in the middle between these will be the little cut-out pattern piece. +Make sure you measure this correctly, and you have the fabric squared before you start cutting. + + From 3668b56cd2489cdc6bf0e94ffd0d58535a5ff7a8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:24 +0200 Subject: [PATCH 0797/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/waralee/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/uk.md diff --git a/markdown/org/docs/patterns/waralee/uk.md b/markdown/org/docs/patterns/waralee/uk.md new file mode 100644 index 00000000000..f409679f84d --- /dev/null +++ b/markdown/org/docs/patterns/waralee/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Waralee wrap pants" +- - - + + From ace6c5ef9b68840bdd649e2e1b33ebe1278969f4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:25 +0200 Subject: [PATCH 0798/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/waralee/fabric/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/fabric/uk.md diff --git a/markdown/org/docs/patterns/waralee/fabric/uk.md b/markdown/org/docs/patterns/waralee/fabric/uk.md new file mode 100644 index 00000000000..574f7bacf34 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/fabric/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Waralee wrap pants: Fabric Options" +- - - + +### Main Fabric + +Wrap pants are a bit casual and perfect for warm weather. You can't go wrong with **linen** and **cotton** is a good option too. This is a type of wrap pants, which leaves the sides of your legs exposed at times. And as such, it is mostly worn in warmer weather, or inside. To get a good effect of the flowing of the legs, don't use very heavy materials. Good types of fabric are **linen**, and **linen blends**. These mostly have a nice drape and are cool. Heavy materials like denim are less useful so should be avoided. From 1a3bb24bd617ab57947a7791dab11beacc4e328d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:26 +0200 Subject: [PATCH 0799/1675] New translations en.md (Ukrainian) --- .../docs/patterns/waralee/instructions/uk.md | 131 ++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/instructions/uk.md diff --git a/markdown/org/docs/patterns/waralee/instructions/uk.md b/markdown/org/docs/patterns/waralee/instructions/uk.md new file mode 100644 index 00000000000..2488f6eaba1 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/instructions/uk.md @@ -0,0 +1,131 @@ +- - - +title: "Waralee wrap pants: Sewing Instructions" +- - - + + + +##### The key to Waralee is the waist band + +In a way, Waralee is just a waist band with a long piece of fabric attached. The waist band needs to continue from the fabric into two strings of fabric that are used to tie the pants in the front and two in the back. These strings are not included in the pattern. Traditionally, they are of similar length. You can make longer ones for the front panel (the side that is a little shorter than the other, on the left in the illustrations below), to allow you to tie both sets in the front. I prefer this as it is easier to tie, and you don't have the bulk of the knot in the back. + + + +### Step 1: Sew the pockets + + + +##### Pockets are optional + +Traditionally, these types of pants do not have pockets. But I want to put my phone, keys and wallet somewhere. So I've included pockets in the pattern. You can decide for yourself if you would like them on your pants. + +The illustrations in the next steps show the Waralee pants without pockets. Only the pocket placements from the pattern are shown, to help you orient yourself. + +##### If you do want pockets, make them first + +If you're going to make the pockets, make them before putting one piece of fabric on the other. It's easier to work with the parts still separated. + + + +- If desired, sew the pockets. + + + +I included placements for the front pockets that will be hidden by the flaps in the front. But they will still be easily accessible to put your phone or keys in. These are single welt pockets. The ones in the front are at an angle and the ones in the back are horizontally oriented. The pocket templates should allow for enough fabric to attach the pocket to the waistband. If you want particularly deep pockets, please adjust accordingly. + + + + + +Explain how to sew the pockets more. + + + +### Step 2: Hem the sides and bottom + +![Hem the sides and bottom](waralee-hem-sides-and-bottom.png) + +- Hem the sides +- Hem the bottom. + + + +You can use whatever method works best for you. In the version I first made I just serged the sides, folded them back and top stitched them, then did the same for the bottom. I did this to keep the bulk of the fabric to a minimum and allow for a better drape. What you do should depend on the type of fabric you're using. + + + +### Step 3: Sew the two pants parts together at the crotch + +![Lay the two parts on top of one another with good sides together. Sew the crotch seam](waralee-crotch-seam-no-pockets.png) + +Now you get to sew the two pants parts together. + +- Lay the two pants parts on top of one another with _good sides together_ and sew the seam along the cutout. +- _Finish_ this seam and press it. + +### Step 4: Prepare the four strings + +The strings are just long tubes of fabric. + +- Take a quarter of your waist measurement. Add that number to 40cm (17”). Add your seam allowance. This is the length of each string. +- Cut out four strips of fabric that are that long and 5cm (2”) wide. + + + +For example, if my waist circumference is 84.6cm: 84.6cm divided by 4 is 21.2cm. 21.2cm plus 40cm is 61.2cm. 61.2cm plus my seam allowance of 1cm is 62.2cm. I will cut four strips of fabric that are 62.2cm by 5cm. + + + + + +##### You can lengthen the front ties + +Optionally, to make the front ties longer, extend them by your quarter waist measurement. + +When generating your pattern, one of the style options is called “Waist Band”. The strings, when folded, should have the same width as you specified for that option, 2.5cm (1") by default. + +The extra 40cm (17") of length is to make the knot. + +If your material is delicate or flimsy, you can add some interfacing to this to give it strength. + + + +- Fold them in half along the long side, _good sides together_. +- Stitch the long side and one of the short sides, +- Turn the tie right side out. + + + +##### Turning tubes of fabric right side out can be difficult + +This can be made easier by taking a piece of twine longer than the strips. Lay that between the right sides, along the fold. Make sure you catch this while sewing the short side. You can use this to pull the end through the tube you've created. When you're done, you can cut it off. Having a long, skinny stick or a loop turner can help too with this. + + + +### Step 5: Sew the waist band + +![Lay the two parts on top of one another with good sides together. Sew the crotch seam](waralee-waist-band-no-pockets.png) + +Now it is time to sew the waist band. + +- If your fabric is delicate, add interfacing to the wrong side of the pants above the waist band line. (red) +- Fold the seam allowance in, and then fold along the waist band line. (red) +- Insert one of the strings you made in the previous step on each side. +- Sew along the waist band line, and add some additional stitching to make sure those strings are attached well. (blue) + + + +##### Secure the strings well + +The strings keep your pants up, so having that stitching fail will result in awkward moments. + + + +### Step 6: Wear your pants + +Press your pants, and try them on! + +Hold the front side against your belly and wrap both strings around you and tie in the back (or, if you have long strings, wrap them all the way around you and tie in the front). Then hand the back side through your legs to yourself and tie the other strings in the front. + +Here is an article demonstrating how to tie wrap pants: [How to Tie Wrap Pants](https://www.wikihow.com/Tie-Wrap-Pants) + +If you get stuck, or have additional questions, you can always reach out to [other FreeSewers](https://discord.freesewing.org/). From 4ce74d9f1e9d2e6fb6cdb6fdf65fe47e8b088f4b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:27 +0200 Subject: [PATCH 0800/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/waralee/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/measurements/uk.md diff --git a/markdown/org/docs/patterns/waralee/measurements/uk.md b/markdown/org/docs/patterns/waralee/measurements/uk.md new file mode 100644 index 00000000000..086c7559020 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Waralee wrap pants: Required Measurements" +- - - + + From 5dc21a4a8f2fe3eb8c2eb0d3aeaa5b10a5b26345 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:28 +0200 Subject: [PATCH 0801/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/waralee/needs/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/needs/uk.md diff --git a/markdown/org/docs/patterns/waralee/needs/uk.md b/markdown/org/docs/patterns/waralee/needs/uk.md new file mode 100644 index 00000000000..9bd16a4e6ae --- /dev/null +++ b/markdown/org/docs/patterns/waralee/needs/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waralee wrap pants: What You Need" +- - - + +To make Waralee, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 2 meters (2.2 yards) of a suitable fabric ([see Waralee Fabric options](/docs/patterns/waralee/fabric/)) +- Some interfacing for the waistband and pockets (if making pockets). From 60b362a3be8236c1db03c5f313e0ad7e1ddcd884 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:29 +0200 Subject: [PATCH 0802/1675] New translations en.md (Ukrainian) --- .../docs/patterns/waralee/options/waistbandwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md new file mode 100644 index 00000000000..f566a7ce66a --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist Band" +- - - + +Size of the waist band + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_waistbandwidth_sample.svg "Effect of this option on the pattern") From 3fb88ac39f9ab6dd1f0224fba7909f9a1196a2f9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:30 +0200 Subject: [PATCH 0803/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/waralee/options/backpocket/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/backpocket/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/backpocket/uk.md b/markdown/org/docs/patterns/waralee/options/backpocket/uk.md new file mode 100644 index 00000000000..ecc59af8593 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/backpocket/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back pocket" +- - - + +Whether to include a back pocket or not + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_backpocket_sample.svg "Effect of this option on the pattern") From 6b9af7228da11b28015003cf4cfb80a2a414f954 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:31 +0200 Subject: [PATCH 0804/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/waralee/options/crotchback/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/crotchback/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/crotchback/uk.md b/markdown/org/docs/patterns/waralee/options/crotchback/uk.md new file mode 100644 index 00000000000..bad14150a02 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/crotchback/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Crotch Back" +- - - + +The percentage of the seat circumference that the back crotch needs to occupy. This creates more or less space between the side seam and the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_crotchback_sample.svg "Effect of this option on the pattern") From 30381cd33f48745e8b169d0124b799e9335aa902 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:32 +0200 Subject: [PATCH 0805/1675] New translations en.md (Ukrainian) --- .../patterns/waralee/options/crotchfactorbackhor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md new file mode 100644 index 00000000000..f5cf7a4f788 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back Crotch Factor Horizontal" +- - - + +Used to move the curve of the crotch in the back horizontally + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_crotchfactorbackhor_sample.svg "Effect of this option on the pattern") From 252459650a2656e4d5ade24d617185496a3501a3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:33 +0200 Subject: [PATCH 0806/1675] New translations en.md (Ukrainian) --- .../patterns/waralee/options/crotchfactorbackver/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md new file mode 100644 index 00000000000..4538213aa4e --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back Crotch Factor Vertical" +- - - + +Used to move the curve of the crotch in the back vertically + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_crotchfactorbackver_sample.svg "Effect of this option on the pattern") From 87ca485fcd822bdb3aff41728bd2591431a85c39 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:34 +0200 Subject: [PATCH 0807/1675] New translations en.md (Ukrainian) --- .../patterns/waralee/options/crotchfactorfronthor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md new file mode 100644 index 00000000000..79930166276 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front Crotch Factor Horizontal" +- - - + +Used to move the curve of the crotch in the front horizontally + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_crotchfactorfronthor_sample.svg "Effect of this option on the pattern") From d710328c7e9be0bd387ddcb9a1912c656d7a8418 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:36 +0200 Subject: [PATCH 0808/1675] New translations en.md (Ukrainian) --- .../patterns/waralee/options/crotchfactorfrontver/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md new file mode 100644 index 00000000000..464539a602f --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front Crotch Factor Vertical" +- - - + +Used to move the curve of the crotch in the front vertically + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_crotchfactorfrontver_sample.svg "Effect of this option on the pattern") From 0fd3200bc8d07ee42030594bc03334d3edf6a25e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:37 +0200 Subject: [PATCH 0809/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/waralee/options/crotchfront/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/crotchfront/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md new file mode 100644 index 00000000000..0de5c9d7a8b --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Crotch Front" +- - - + +The percentage of the seat circumference that the front crotch needs to occupy. This creates more or less space between the side seam and the front. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_crotchfront_sample.svg "Effect of this option on the pattern") From 8f6f31b0a698c89aec75efff08545ff2f0ac5f5e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:38 +0200 Subject: [PATCH 0810/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/waralee/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/uk.md b/markdown/org/docs/patterns/waralee/options/uk.md new file mode 100644 index 00000000000..3d654a5f289 --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Waralee wrap pants: Design Options" +- - - + + From 50c1911e13167dc6c49a6a2fc5db96613871924d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:40 +0200 Subject: [PATCH 0811/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/waralee/options/frontpocket/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/frontpocket/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md b/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md new file mode 100644 index 00000000000..e63e193954d --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front pocket" +- - - + +Whether to include a front pocket or not + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_frontpocket_sample.svg "Effect of this option on the pattern") From d44cb7f321afcb1da72635af8656d195622432aa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:41 +0200 Subject: [PATCH 0812/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/waralee/options/hemwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/hemwidth/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md b/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md new file mode 100644 index 00000000000..6c41399aaed --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Hem size" +- - - + +Size of the hem at the bottom of the pants + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_hemwidth_sample.svg "Effect of this option on the pattern") From e2a27e4cecc4d3fa75d7f147c37f09204d9513cd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:42 +0200 Subject: [PATCH 0813/1675] New translations en.md (Ukrainian) --- .../docs/patterns/waralee/options/legshortening/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/waralee/options/legshortening/uk.md diff --git a/markdown/org/docs/patterns/waralee/options/legshortening/uk.md b/markdown/org/docs/patterns/waralee/options/legshortening/uk.md new file mode 100644 index 00000000000..637a04d8c9b --- /dev/null +++ b/markdown/org/docs/patterns/waralee/options/legshortening/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Leg Shortening" +- - - + +This dictates how long the pants will be. It is a factor of the inseam measurement. The larger the value, the more that will be taken off the length. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](waralee_legshortening_sample.svg "Effect of this option on the pattern") From 848dd9d509daa25be50710327f14bb913a4dd328 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:43 +0200 Subject: [PATCH 0814/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/trimming/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/sewing/trimming/uk.md diff --git a/markdown/org/docs/sewing/trimming/uk.md b/markdown/org/docs/sewing/trimming/uk.md new file mode 100644 index 00000000000..60e1feb9bf5 --- /dev/null +++ b/markdown/org/docs/sewing/trimming/uk.md @@ -0,0 +1,11 @@ +--- +title: Trimming +--- + +![Seam allowance being trimmed](trimming.jpg) + +Trimming, or to trim, is cutting away excessive [seam allowance](/docs/sewing/seam-allowance). + +Often the goal of trimming is to reduce bulk in the seams of a garment. + +> Picture by [Heather](http://www.feathersflights.com/2011/02/trimming-and-grading-seams.html) From 13b53c1560b220f5a2478529bcd816290e3ce86f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:43 +0200 Subject: [PATCH 0815/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/twin-needle/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/sewing/twin-needle/uk.md diff --git a/markdown/org/docs/sewing/twin-needle/uk.md b/markdown/org/docs/sewing/twin-needle/uk.md new file mode 100644 index 00000000000..95dc4908990 --- /dev/null +++ b/markdown/org/docs/sewing/twin-needle/uk.md @@ -0,0 +1,13 @@ +--- +title: Twin needle +--- + +![A twin needle from Schmetz](twin-needle.jpg) + +![A twin needle stitch is flexible because of the zig-zag at the back.](twin-needle.gif) + +A twin needle is useful for when you need to sew stretchable topstitching (like when hemming a knit). You can also use it for a decorative effect. + +While a coverlock machine is purpose-built to produce a stretchable topstitch, not everybody has such a machine. A twin needle uses two upper threads and a single under thread. This causes a zig-zag effect on the back, making the stitch stretchable. Meanwhile, you get two parallel lines of stitching at the front. + +> Animated GIF by [Ashley](http://www.makeit-loveit.com/2011/05/sewing-tips-basic-stitches-plus-double.html) From c597f99d5403c31b02ef7cf3a3151a0d88b75b97 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:45 +0200 Subject: [PATCH 0816/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/zig-zag-stitch/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/sewing/zig-zag-stitch/uk.md diff --git a/markdown/org/docs/sewing/zig-zag-stitch/uk.md b/markdown/org/docs/sewing/zig-zag-stitch/uk.md new file mode 100644 index 00000000000..23a2221e353 --- /dev/null +++ b/markdown/org/docs/sewing/zig-zag-stitch/uk.md @@ -0,0 +1,13 @@ +--- +title: Zig-zag stitch +--- + +![A zig-zag stitch is used to prevent the SA of the denim from fraying](zig-zag.jpg) + +A zig-zag stitch is useful for when you need to sew a stretchable seam (like when using knits). You can also use it for a decorative effect, or to lock the edge of your fabric. + +As most, if not all, sewing machines can sew a zig-zag stitch, it's a popular alternative for when more specialised stitches are not available. + +> Everyone's favourite encyclopedia has more on the zig-zag stitch: [Zigzag stitch on Wikipedia](http://en.wikipedia.org/wiki/Zigzag_stitch) + +> Picture by [Kristin Roach](https://www.flickr.com/photos/kristinroach/3161126359) From 0582558aa5d89314e719422f8f4ce42e8daac929 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:45 +0200 Subject: [PATCH 0817/1675] New translations en.md (Ukrainian) --- .../docs/various/community-standards/uk.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 markdown/org/docs/various/community-standards/uk.md diff --git a/markdown/org/docs/various/community-standards/uk.md b/markdown/org/docs/various/community-standards/uk.md new file mode 100644 index 00000000000..ab526fd7d56 --- /dev/null +++ b/markdown/org/docs/various/community-standards/uk.md @@ -0,0 +1,25 @@ +--- +title: Community standards +--- + +Thank you for being part of the freesewing community. When you engage with us, or when you engage with others, please remember the following simple rules: + +##### Be nice + +We cannot accept comments that are either offensive in themselves or clearly offensive to others. + +We ask you to avoid obscenities and other insulting language, to show respect for fellow users, public figures and the fundamental principles we hopefully all share. + +Without wanting to be exhaustive, that means no racism, xenophobia, calls to violence, discrimination based on religion, ethnic origin, gender, age, body shape, language, …. + +##### Don't spam + +We encourage you to post comments that stick to the subject and would appreciate it if you refrain from posting advertisements (for your businesses, blogs or websites, etc). + +It is fine to post links to relevant information on other websites, but Spam and other off-topic items will be removed. + +##### Don't get us in trouble + +Comments that are defamatory, unlawful or include copyright infringements are also against the rules. Impersonating other people or using fake accounts is also not done. + +We will delete these types of comments and may ban users who keep on disregarding these rules. From aea88ea01a38fefd41eb6bddaf3d7e74ab80ffd4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:46 +0200 Subject: [PATCH 0818/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/developers/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/various/developers/uk.md diff --git a/markdown/org/docs/various/developers/uk.md b/markdown/org/docs/various/developers/uk.md new file mode 100644 index 00000000000..665eb75e5ef --- /dev/null +++ b/markdown/org/docs/various/developers/uk.md @@ -0,0 +1,9 @@ +--- +title: Developer documentation +--- + +Freesewing.org only hosts documentation for makers. + +Our documentation for developers, contributors, editors, and translators alike is available on [freesewing.dev][1] + +[1]: https://freesewing.dev/ From b72561ee27984a3cd6238a4da1928ac3f2b69348 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:47 +0200 Subject: [PATCH 0819/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/various/uk.md diff --git a/markdown/org/docs/various/uk.md b/markdown/org/docs/various/uk.md new file mode 100644 index 00000000000..0a17c84d662 --- /dev/null +++ b/markdown/org/docs/various/uk.md @@ -0,0 +1,6 @@ +--- +title: Various +order: 999 +--- + + From c55455118590204f3c433b51b420b10bf7de3399 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:48 +0200 Subject: [PATCH 0820/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/where/instagram/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/ui/community/where/instagram/uk.md diff --git a/markdown/org/ui/community/where/instagram/uk.md b/markdown/org/ui/community/where/instagram/uk.md new file mode 100644 index 00000000000..8ce600d7241 --- /dev/null +++ b/markdown/org/ui/community/where/instagram/uk.md @@ -0,0 +1,7 @@ +- - - +- - - + +Our Instagram account is [@freesewing\_org](https://instagram.com/freesewing_org).\ +Follow us for updates on new pattern releases, makes from the community, and other news. + +When posting your makes in Instagram, please mention us so we can re-post, and use [our hashtags](/community/hashtags/). From 954afb95c5ea55f634f973b566901093a7d8a031 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:50 +0200 Subject: [PATCH 0821/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/rights/rectification/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/various/rights/rectification/uk.md diff --git a/markdown/org/docs/various/rights/rectification/uk.md b/markdown/org/docs/various/rights/rectification/uk.md new file mode 100644 index 00000000000..b4ee3ada77b --- /dev/null +++ b/markdown/org/docs/various/rights/rectification/uk.md @@ -0,0 +1,8 @@ +--- +title: The right to rectification +order: 30 +--- + +You have the right to rectify your personal data, or complete it if it is incomplete. + +Go to [/account](/account/) to do so. From b5d1762c56632a534fae0688e8d47417b2f9437c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:51 +0200 Subject: [PATCH 0822/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/rights/restrict/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/various/rights/restrict/uk.md diff --git a/markdown/org/docs/various/rights/restrict/uk.md b/markdown/org/docs/various/rights/restrict/uk.md new file mode 100644 index 00000000000..9e0575c61f1 --- /dev/null +++ b/markdown/org/docs/various/rights/restrict/uk.md @@ -0,0 +1,15 @@ +--- +title: The right to restrict processing +order: 50 +--- + +You have the right to request a restriction on the processing of your personal data. + +Go to [/account/actions/restrict][1] to request we restrict processing of your personal data. + + + +Your request will be granted immediately, and can only be undone by [contacting us][2] to lift the restriction. + + +[1]: /account/actions/restrict/ From 8e6edd59d0e1843ae3ed623822cf316bbfea56de Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:52 +0200 Subject: [PATCH 0823/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/sizes/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/various/sizes/uk.md diff --git a/markdown/org/docs/various/sizes/uk.md b/markdown/org/docs/various/sizes/uk.md new file mode 100644 index 00000000000..268a6f143a6 --- /dev/null +++ b/markdown/org/docs/various/sizes/uk.md @@ -0,0 +1,18 @@ +--- +title: Sizing tables +--- + +FreeSewing does not use sizes. All our patterns are drafted to a set of measurements. + +Since version 2.2 however, we do provide _standard sizes_. Each size is a set of measurements that is an estimation of what a person with a given neck circumference could have as measurements. + +This is not an exact science. We provide these sizes as a fast and easy way to get started with our patterns. But we do hope that you will take the time to take your own measurements, or have them taken. This will always yield better results. + + + +##### Open in a wide view + +These tables take up a lot or screen real-estate, which is why we +[show sizes in a wide view](/sizes/). + + From cf6f9ccf2c844b4e717155e683b5eabe29df6f81 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:53 +0200 Subject: [PATCH 0824/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/hashtags/uk.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/ui/community/hashtags/uk.md diff --git a/markdown/org/ui/community/hashtags/uk.md b/markdown/org/ui/community/hashtags/uk.md new file mode 100644 index 00000000000..335e28a2c8f --- /dev/null +++ b/markdown/org/ui/community/hashtags/uk.md @@ -0,0 +1,23 @@ +--- +title: Use of hashtags +--- + +On social media, use the pattern-specific tags when posting about our pattern. + +For example, for Simon use `#FreeSewingSimon`: + + + +For questions or help, use `#AskFreeSewing`: + + + +To show your support, or interact with the FreeSewing community in general, use `#WeAreFreeSewing`: + + + + + +For extra impact, consider [including these images](/community/share/) + + From 280a332beb5a232b8458041b34bdc5ae453f6381 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:54 +0200 Subject: [PATCH 0825/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/teams/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/ui/community/teams/uk.md diff --git a/markdown/org/ui/community/teams/uk.md b/markdown/org/ui/community/teams/uk.md new file mode 100644 index 00000000000..7d482fa98f7 --- /dev/null +++ b/markdown/org/ui/community/teams/uk.md @@ -0,0 +1,7 @@ +--- +title: Teams +--- + +A team is no more than a group of people who are interested in the same topic, and who want to work together to move it forward. + +Teams emerge organically. When enough people get involved in a specific topic, it makes sense to branch it off into its own team. From 934f88ca9bddf0b609e1c4a5eb37a87a43b62f6b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:55 +0200 Subject: [PATCH 0826/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/where/discord/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/ui/community/where/discord/uk.md diff --git a/markdown/org/ui/community/where/discord/uk.md b/markdown/org/ui/community/where/discord/uk.md new file mode 100644 index 00000000000..df727fc8946 --- /dev/null +++ b/markdown/org/ui/community/where/discord/uk.md @@ -0,0 +1,8 @@ +- - - +- - - + +We use [Discord](https://discord.freesewing.org/) as our main platform for discussion and cooperation. + +You can join us at [discord.freesewing.org](https://discord.freesewing.org). + +They also have an excellent mobile apps as well as clients for Windows, Mac, and Linux. Head over to [the Discord download page](https://discord.com/download) for those. From 85fc592d842e58d1cd566acf1020d104b0d4eb8b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:55 +0200 Subject: [PATCH 0827/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/where/uk.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 markdown/org/ui/community/where/uk.md diff --git a/markdown/org/ui/community/where/uk.md b/markdown/org/ui/community/where/uk.md new file mode 100644 index 00000000000..7d351243a7f --- /dev/null +++ b/markdown/org/ui/community/where/uk.md @@ -0,0 +1,4 @@ +- - - +- - - + +Wherever makers meet, that's where you'll find us: From 1bd189171edb8c0a85539d5349f37b0bad6d0f8b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:57 +0200 Subject: [PATCH 0828/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/where/facebook/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/ui/community/where/facebook/uk.md diff --git a/markdown/org/ui/community/where/facebook/uk.md b/markdown/org/ui/community/where/facebook/uk.md new file mode 100644 index 00000000000..8f9a079310e --- /dev/null +++ b/markdown/org/ui/community/where/facebook/uk.md @@ -0,0 +1,6 @@ +- - - +- - - + +We have [a FreeSewing Facebook group](https://www.facebook.com/groups/627769821272714) that you should join. + +Note that the group is private, so you should request access, but that's merely to keep the bots and trolls at bay. From fb5202bbf26acef439b9474b065ead799603ca74 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:57 +0200 Subject: [PATCH 0829/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/where/github/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/ui/community/where/github/uk.md diff --git a/markdown/org/ui/community/where/github/uk.md b/markdown/org/ui/community/where/github/uk.md new file mode 100644 index 00000000000..9ab429c9cf7 --- /dev/null +++ b/markdown/org/ui/community/where/github/uk.md @@ -0,0 +1,8 @@ +- - - +- - - + +[The `freesewing` organisation on Github](https://github.com/freesewing/) holds all our repositories and source code. + +We don't only use Github for development, but also use Github issues for (lightweight) project management and discussion of feature request and bugs. + +It's also where you'll find the notes and agenda of our [contributor calls](/community/calls/). From 870a368e6cbb02c4ba4c6c300f500e5d956ac274 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:19:59 +0200 Subject: [PATCH 0830/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/where/reddit/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/ui/community/where/reddit/uk.md diff --git a/markdown/org/ui/community/where/reddit/uk.md b/markdown/org/ui/community/where/reddit/uk.md new file mode 100644 index 00000000000..56ea697f494 --- /dev/null +++ b/markdown/org/ui/community/where/reddit/uk.md @@ -0,0 +1,6 @@ +- - - +- - - + +You can turn to [r/freesewing](https://www.reddit.com/r/freesewing/) on Reddit were you'll find people from the community hanging out. + +It's not as active as our Discord community, but if Reddit is your thing, you might prefer it. From 7cb5e3194d1eea2bda05ce2cd2e571082de58f37 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:00 +0200 Subject: [PATCH 0831/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/rights/portability/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/various/rights/portability/uk.md diff --git a/markdown/org/docs/various/rights/portability/uk.md b/markdown/org/docs/various/rights/portability/uk.md new file mode 100644 index 00000000000..36b3405a611 --- /dev/null +++ b/markdown/org/docs/various/rights/portability/uk.md @@ -0,0 +1,10 @@ +--- +title: The right to data portability +order: 60 +--- + +You have the right to obtain and reuse your personal data for your own purposes or across different services. + +Go to [/account/actions/export][1] to export your data. + +[1]: /account/actions/export/ From f400b74a4d421287839ed58b301a5f5572d584e0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:01 +0200 Subject: [PATCH 0832/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/where/twitter/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/ui/community/where/twitter/uk.md diff --git a/markdown/org/ui/community/where/twitter/uk.md b/markdown/org/ui/community/where/twitter/uk.md new file mode 100644 index 00000000000..b3bae2b10a3 --- /dev/null +++ b/markdown/org/ui/community/where/twitter/uk.md @@ -0,0 +1,6 @@ +- - - +- - - + +Our Twitter account is [@freesewing\_org](https://twitter.com/freesewing_org). Follow us for updates on new pattern releases, makes from the community, and other news. + +When posting your makes in Twitter, please mention us so we can re-tweet, and use [our hashtags](/community/hashtags/). From 5c345142847dca4a09fb228a71f3141cbf87d088 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:02 +0200 Subject: [PATCH 0833/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/where/youtube/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/ui/community/where/youtube/uk.md diff --git a/markdown/org/ui/community/where/youtube/uk.md b/markdown/org/ui/community/where/youtube/uk.md new file mode 100644 index 00000000000..0c76582783b --- /dev/null +++ b/markdown/org/ui/community/where/youtube/uk.md @@ -0,0 +1,6 @@ +- - - +- - - + +Make sure to subscribe to [the FreeSewing YouTube channel](https://youtube.com/channel/UCLAyxEL72gHvuKBpa-GmCvQ) for our in-depth tutorials that walk you through our patterns. + +We also publish other tutorials there on how to work with the platform and develop patterns for it. From 18886fa33afce902e810e1ace997037e796cd06d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:03 +0200 Subject: [PATCH 0834/1675] New translations en.md (Ukrainian) --- markdown/org/ui/community/who/uk.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 markdown/org/ui/community/who/uk.md diff --git a/markdown/org/ui/community/who/uk.md b/markdown/org/ui/community/who/uk.md new file mode 100644 index 00000000000..822cc2c4279 --- /dev/null +++ b/markdown/org/ui/community/who/uk.md @@ -0,0 +1,16 @@ +- - - +- - - + + + +##### There's more to the picture than meets the eye + +This list of FreeSewing contributors is not exhaustive. +It only lists contributors who opted-in to having their name disclosed on our website. + +###### Are you missing? + +Please [let us know on Discord]("https://discord.freesewing.org/") or +[create an issue]("https://github.com/freesewing/freesewing/issues/new"). + + From 1c3f43bda1c087e6b37b730431b7632c2fae1274 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:04 +0200 Subject: [PATCH 0835/1675] New translations en.md (Ukrainian) --- markdown/org/ui/draft/how-to-share-a-pattern/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/ui/draft/how-to-share-a-pattern/uk.md diff --git a/markdown/org/ui/draft/how-to-share-a-pattern/uk.md b/markdown/org/ui/draft/how-to-share-a-pattern/uk.md new file mode 100644 index 00000000000..fc6e33724f8 --- /dev/null +++ b/markdown/org/ui/draft/how-to-share-a-pattern/uk.md @@ -0,0 +1,5 @@ +--- +title: Share this pattern with others +--- + +With the link above, anyone can re-create this exact same pattern adjusted to their own measurements. From 95e0cbf987867b6021a52cab9a3f89fd11cea06f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:05 +0200 Subject: [PATCH 0836/1675] New translations en.md (Ukrainian) --- markdown/org/ui/draft/recreate-gist/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/ui/draft/recreate-gist/uk.md diff --git a/markdown/org/ui/draft/recreate-gist/uk.md b/markdown/org/ui/draft/recreate-gist/uk.md new file mode 100644 index 00000000000..1f9319bb5a8 --- /dev/null +++ b/markdown/org/ui/draft/recreate-gist/uk.md @@ -0,0 +1,7 @@ +--- +title: How to recreate a pattern from a Github gist +--- + +This page allows you to recreate a pattern from a [Github gist](https://gist.github.com/). + +To do so, simply past either the full URL to the gist, or the gist's ID (the last part of the URL). From 93d8e4d232020f78139f4df9c272e280fc3c8887 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:06 +0200 Subject: [PATCH 0837/1675] New translations en.md (Ukrainian) --- .../ui/draft/sharing-patterns-requires-an-account/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/ui/draft/sharing-patterns-requires-an-account/uk.md diff --git a/markdown/org/ui/draft/sharing-patterns-requires-an-account/uk.md b/markdown/org/ui/draft/sharing-patterns-requires-an-account/uk.md new file mode 100644 index 00000000000..d681615c3b0 --- /dev/null +++ b/markdown/org/ui/draft/sharing-patterns-requires-an-account/uk.md @@ -0,0 +1,9 @@ +--- +title: Sharing your patterns requires a FreeSewing account +--- + +You can **export** your pattern to PDF, SVG, or other formats. + +To **share** your pattern with others and be able to retrieve it later, you need a FreeSewing account. + +A FreeSewing account is free of charge, and [you can sign up here](/signup/). From e21c1757310e6685857dc084f33e4b5acef8c6a6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:07 +0200 Subject: [PATCH 0838/1675] New translations en.md (Ukrainian) --- markdown/org/ui/empty/uk.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 markdown/org/ui/empty/uk.md diff --git a/markdown/org/ui/empty/uk.md b/markdown/org/ui/empty/uk.md new file mode 100644 index 00000000000..7835da14674 --- /dev/null +++ b/markdown/org/ui/empty/uk.md @@ -0,0 +1,2 @@ +- - - +- - - From b1c7a2e6f57c1f34fd9085c9664dd8dd59de293d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:08 +0200 Subject: [PATCH 0839/1675] New translations en.md (Ukrainian) --- markdown/org/ui/errors/auth/admin-required/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/ui/errors/auth/admin-required/uk.md diff --git a/markdown/org/ui/errors/auth/admin-required/uk.md b/markdown/org/ui/errors/auth/admin-required/uk.md new file mode 100644 index 00000000000..e3877a226b1 --- /dev/null +++ b/markdown/org/ui/errors/auth/admin-required/uk.md @@ -0,0 +1,5 @@ +--- +title: You need to be an admin to access this page +--- + +The page you tried to access is only available to FreeSewing users with an **admin** role. From 08ff4e82c7c1cbe04df7cc34f53595dee6f2525d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:09 +0200 Subject: [PATCH 0840/1675] New translations en.md (Ukrainian) --- markdown/org/ui/errors/auth/user-required/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/ui/errors/auth/user-required/uk.md diff --git a/markdown/org/ui/errors/auth/user-required/uk.md b/markdown/org/ui/errors/auth/user-required/uk.md new file mode 100644 index 00000000000..ebd3a9f3289 --- /dev/null +++ b/markdown/org/ui/errors/auth/user-required/uk.md @@ -0,0 +1,7 @@ +--- +title: A FreeSewing user account is required to access this page +--- + +The page you tried to access is only available to FreeSewing users. + +You should either [log in](/login/) or [sign up](/signup/) before you can access this page. From 2917c325dbb0400d9feda2b4c4550966b588a63d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:10 +0200 Subject: [PATCH 0841/1675] New translations en.md (Ukrainian) --- markdown/org/ui/errors/broken-draft-preview/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/ui/errors/broken-draft-preview/uk.md diff --git a/markdown/org/ui/errors/broken-draft-preview/uk.md b/markdown/org/ui/errors/broken-draft-preview/uk.md new file mode 100644 index 00000000000..7d3c7b1e6f7 --- /dev/null +++ b/markdown/org/ui/errors/broken-draft-preview/uk.md @@ -0,0 +1,7 @@ +--- +title: This is a legacy pattern +--- + +This pattern was made with an older version of FreeSewing and is not compatible with the current version. + +Click the button below to try and re-create this pattern in the current version. If it falls apart again, we'll pick up the pieces and offer to submit a bug report. From 49a48b54d67ce2029dc76f0601addd0d7f04185c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:11 +0200 Subject: [PATCH 0842/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/rights/profiling/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/various/rights/profiling/uk.md diff --git a/markdown/org/docs/various/rights/profiling/uk.md b/markdown/org/docs/various/rights/profiling/uk.md new file mode 100644 index 00000000000..fe4924dcc1d --- /dev/null +++ b/markdown/org/docs/various/rights/profiling/uk.md @@ -0,0 +1,6 @@ +--- +title: Rights in relation to automated decision making and profiling +order: 80 +--- + +This right does not apply to FreeSewing as we do not use automated decision making or profiling. From 7f65c52993ae23cc6498d32a1156497e33058698 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:12 +0200 Subject: [PATCH 0843/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/rights/object/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/various/rights/object/uk.md diff --git a/markdown/org/docs/various/rights/object/uk.md b/markdown/org/docs/various/rights/object/uk.md new file mode 100644 index 00000000000..3fc949dd2a0 --- /dev/null +++ b/markdown/org/docs/various/rights/object/uk.md @@ -0,0 +1,14 @@ +--- +title: The right to object +order: 70 +--- + +You have the right to object to your personal data being used for scientific research. + +Go to [/account/consent](/account/consent/) and object in the **model data** section to do so. + + + +The right to object is broader, but this is how it applies to freesewing. + + From 165d2fb93969c36cc0de126cc0da38c534ad5022 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:13 +0200 Subject: [PATCH 0844/1675] New translations en.md (Ukrainian) --- .../org/docs/various/notation/buttons/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/various/notation/buttons/uk.md diff --git a/markdown/org/docs/various/notation/buttons/uk.md b/markdown/org/docs/various/notation/buttons/uk.md new file mode 100644 index 00000000000..84782454cd0 --- /dev/null +++ b/markdown/org/docs/various/notation/buttons/uk.md @@ -0,0 +1,19 @@ +--- +title: Buttons, buttonholes, and snaps +--- + +Buttons and buttonholes may come in different sizes, but always have the same shape that represents how they look in real life: + + + +A button is shown on the left, and a buttonhole on the right + + + +Snaps have a _stud_ and _socket_ part, and also look like the real thing: + + + +A snap stud is shown on the left, and a snap socket on the right + + From 5a9537668dba99e553fea69ca55d0e83d77eff72 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:14 +0200 Subject: [PATCH 0845/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/notation/title/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/various/notation/title/uk.md diff --git a/markdown/org/docs/various/notation/title/uk.md b/markdown/org/docs/various/notation/title/uk.md new file mode 100644 index 00000000000..e58cc8e5f1f --- /dev/null +++ b/markdown/org/docs/various/notation/title/uk.md @@ -0,0 +1,17 @@ +--- +title: Titles +--- + +Each pattern piece has a title that tells you the number and name of the piece, as well as the pattern name: + + + +Example of a title + + + + + +When you generate a pattern on freesewing.org, the title will also include the name of the person the pattern was made for. + + From 4026f1dde8d9b17fa66530c0baad357aac19adf6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:15 +0200 Subject: [PATCH 0846/1675] New translations en.md (Ukrainian) --- .../docs/various/notation/dimensions/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/various/notation/dimensions/uk.md diff --git a/markdown/org/docs/various/notation/dimensions/uk.md b/markdown/org/docs/various/notation/dimensions/uk.md new file mode 100644 index 00000000000..7ef098088d4 --- /dev/null +++ b/markdown/org/docs/various/notation/dimensions/uk.md @@ -0,0 +1,22 @@ +--- +title: Dimensions +--- + +When you opt for a _paperless_ pattern, your pattern will come with dimensions: + + + +An example of a dimension on a pattern + + + + + +###### Pay close attention to dimensions on non-paperless patterns + +Some patterns use dimension to indicate the full size of a pattern piece. +This typically happens when a part is a mere rectangle. + +So when a pattern includes a dimension, make sure to pay attention to it before you cut into your fabric. + + From 07314df67b53b51b864c89801eb8e82baaeb2de8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:16 +0200 Subject: [PATCH 0847/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/notation/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/various/notation/uk.md diff --git a/markdown/org/docs/various/notation/uk.md b/markdown/org/docs/various/notation/uk.md new file mode 100644 index 00000000000..9cefcb0d458 --- /dev/null +++ b/markdown/org/docs/various/notation/uk.md @@ -0,0 +1,18 @@ +--- +title: Pattern notation guide +order: 800 +--- + +Hopefully our patterns are easy enough to understand, but if you come across something that confuses you, below is a reference of all our pattern notation: + + + + + +##### Might vary slightly between preview and final result + +For reasons that are surprisingly complex, there might be slight +differences in fonts and colors between how a pattern looks online +and how it looks as a downloaded PDF or SVG. + + From c6c734b248ed6326811b6d4966d1294c9a9c12be Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:17 +0200 Subject: [PATCH 0848/1675] New translations en.md (Ukrainian) --- .../org/docs/various/notation/grainline/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/various/notation/grainline/uk.md diff --git a/markdown/org/docs/various/notation/grainline/uk.md b/markdown/org/docs/various/notation/grainline/uk.md new file mode 100644 index 00000000000..d38832fdea8 --- /dev/null +++ b/markdown/org/docs/various/notation/grainline/uk.md @@ -0,0 +1,19 @@ +--- +title: Grainline and cut-on-fold indicator +--- + +Grainlines — a line that indicates the _fabric grain_ — look like this: + + + +A grainline indicator + + + +Cut-on-fold indicators look similar, but point towards the line on which the fabric should be folded: + + + +A cut-on-fold indicator + + From 1157f4cb910709c8913fff0ac28a9e196536e5eb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:18 +0200 Subject: [PATCH 0849/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/notation/lines/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/various/notation/lines/uk.md diff --git a/markdown/org/docs/various/notation/lines/uk.md b/markdown/org/docs/various/notation/lines/uk.md new file mode 100644 index 00000000000..657bec5a9bf --- /dev/null +++ b/markdown/org/docs/various/notation/lines/uk.md @@ -0,0 +1,18 @@ +--- +title: Other lines +--- + +Some patterns may have other lines on them, there are 4 additional styles: + +- Note +- Mark +- Contrast +- Help + +They might be used by patterns designers to add additional info, depending on the context. + + + +Other line styles + + From 50e171aced6a09ea1eb95274dd5d7517d518b076 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:19 +0200 Subject: [PATCH 0850/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/notation/logo/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/various/notation/logo/uk.md diff --git a/markdown/org/docs/various/notation/logo/uk.md b/markdown/org/docs/various/notation/logo/uk.md new file mode 100644 index 00000000000..f2ff8af542a --- /dev/null +++ b/markdown/org/docs/various/notation/logo/uk.md @@ -0,0 +1,11 @@ +--- +title: Logo +--- + +Some (or all) pattern pieces may also include the FreeSewing logo. The logo has no special meaning, it's just branding. + + + +The FreeSewing logo + + From b34a2688c1e674bc7fc098473b6b1846cd3992ee Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:20 +0200 Subject: [PATCH 0851/1675] New translations en.md (Ukrainian) --- .../org/docs/various/notation/notches/uk.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 markdown/org/docs/various/notation/notches/uk.md diff --git a/markdown/org/docs/various/notation/notches/uk.md b/markdown/org/docs/various/notation/notches/uk.md new file mode 100644 index 00000000000..540be62ab39 --- /dev/null +++ b/markdown/org/docs/various/notation/notches/uk.md @@ -0,0 +1,25 @@ +--- +title: Notches +--- + +There are two types of notches. The default notch is a dot in a circle. + +An alternative style shows a cross in a circle. This style is used to indicate the back of a garment. For example, on a sleevecap you may see a dot and a cross notch. This way you know which side of the sleevecap is the back (the one with the cross notch). + + + +The default notch style (shown left) and alternative style for notches on the back + + + + + +##### Why we chose these notches + +In electromagnetism, a ⊙ symbol is used to indicate a flow of current coming towards you (to the front), +whereas ⊗ is used for a current moving away from you (to the back). + +You can also think of an arrow. When an arrow flies towards you, you see its tip (⊙). +When an arrow flies away from you, you see its fletches (⊗). + + From 62385a1e13822202eaaeffa64e6f47aa2173db90 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:21 +0200 Subject: [PATCH 0852/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/notation/sa/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/various/notation/sa/uk.md diff --git a/markdown/org/docs/various/notation/sa/uk.md b/markdown/org/docs/various/notation/sa/uk.md new file mode 100644 index 00000000000..4990fad29b6 --- /dev/null +++ b/markdown/org/docs/various/notation/sa/uk.md @@ -0,0 +1,11 @@ +--- +title: Seam allowance +--- + +Seam allowance is indicated by a dashed line, that has the same width and color as the seam they belong to: + + Seam allowance for different fabric types + +Note that the corners of the seam allowance are trimmed, and not extended: + + A trimmed seam allowance corner From 35677a3886971db2fa1df0f2c86dcd53e35e1099 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:22 +0200 Subject: [PATCH 0853/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/notation/scale/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/various/notation/scale/uk.md diff --git a/markdown/org/docs/various/notation/scale/uk.md b/markdown/org/docs/various/notation/scale/uk.md new file mode 100644 index 00000000000..f4e11ce5b13 --- /dev/null +++ b/markdown/org/docs/various/notation/scale/uk.md @@ -0,0 +1,17 @@ +--- +title: Scale box +--- + +The scale box allows you to verify that your pattern was printed to the correct scale: + + + +The scale box + + + + + +To verify the printed size, you can first only print the page that has the scale box on it. + + From 0913d7eb4257073aa91f08f12237b5e6cc2ec8a4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:23 +0200 Subject: [PATCH 0854/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/notation/seams/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/various/notation/seams/uk.md diff --git a/markdown/org/docs/various/notation/seams/uk.md b/markdown/org/docs/various/notation/seams/uk.md new file mode 100644 index 00000000000..097c4e075eb --- /dev/null +++ b/markdown/org/docs/various/notation/seams/uk.md @@ -0,0 +1,11 @@ +--- +title: Seams +--- + +Seams (the lines on which you sew) are indicated by a solid line. The color of the line indicates the fabric type of the pattern piece: + + + +Seamlines for different fabric types + + From 078b0302ed65b0a72a4d4734ec657210aa44e758 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:24 +0200 Subject: [PATCH 0855/1675] New translations en.md (Ukrainian) --- .../org/docs/various/notation/strokes/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/various/notation/strokes/uk.md diff --git a/markdown/org/docs/various/notation/strokes/uk.md b/markdown/org/docs/various/notation/strokes/uk.md new file mode 100644 index 00000000000..738f21305f4 --- /dev/null +++ b/markdown/org/docs/various/notation/strokes/uk.md @@ -0,0 +1,21 @@ +--- +title: Line widths and strokes +--- + +Designers can, if they so choose, override the default line widths or set a specific stroke. They might do that to add additional info, like where to fold a pattern, or the outline of where a pocket would go. + +For reference, here are the different available line widths: + + + +The different line widths + + + +And these are the different stroke styles: + + + +The different line strokes + + From e5fb82305142551ecf31a8db49e168851c65fa51 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:25 +0200 Subject: [PATCH 0856/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/pledge/uk.md | 71 ++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 markdown/org/docs/various/pledge/uk.md diff --git a/markdown/org/docs/various/pledge/uk.md b/markdown/org/docs/various/pledge/uk.md new file mode 100644 index 00000000000..c772291b24a --- /dev/null +++ b/markdown/org/docs/various/pledge/uk.md @@ -0,0 +1,71 @@ +--- +title: FreeSewing revenue pledge +--- + +The **FreeSewing revenue pledge** states that: + +> ## All FreeSewing revenue will be donated to [Doctors Without Borders (MSF)](http://www.msf.org/) + +The pledge is made and enforced by the FreeSewing maintainer (joost). You can read about [his motivations for doing so on this page](/docs/various/pledge/motivation/). + +## Revenue history + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    YearRevenueCurrency
    2015`256,65`Euro
    2016`473,50`Euro
    2017`673,14`Euro
    2018`3.162,14`Euro
    2019`4.109,38`Euro
    2020`10.736,82`Euro
    2021`10.070,77`Euro
    **Total**`29.489,40`**Euro donated to MSF**
    + + + +If you'd like to support FreeSewing, you can [do so by becoming a patron](/patrons/join/) + + + + From f17c3910c54a4fbf3105a211b68e2612398e9453 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:26 +0200 Subject: [PATCH 0857/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/rights/informed/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/various/rights/informed/uk.md diff --git a/markdown/org/docs/various/rights/informed/uk.md b/markdown/org/docs/various/rights/informed/uk.md new file mode 100644 index 00000000000..621f77b04a8 --- /dev/null +++ b/markdown/org/docs/various/rights/informed/uk.md @@ -0,0 +1,8 @@ +--- +title: The right to be informed +order: 10 +--- + +You have the right to be informed about the collection and use of your personal data. + +Read [our privacy notice](/docs/various/privacy/) to inform yourself. From bc3b17ee341853b15c12fdbafbb0517c15eac6fd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:27 +0200 Subject: [PATCH 0858/1675] New translations en.md (Ukrainian) --- .../org/docs/various/pledge/motivation/uk.md | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 markdown/org/docs/various/pledge/motivation/uk.md diff --git a/markdown/org/docs/various/pledge/motivation/uk.md b/markdown/org/docs/various/pledge/motivation/uk.md new file mode 100644 index 00000000000..03b543c17a6 --- /dev/null +++ b/markdown/org/docs/various/pledge/motivation/uk.md @@ -0,0 +1,61 @@ +--- +title: Motivation +--- + + + +This is a personal note by Joost De Cock -- the FreeSewing maintainer -- about +his motivations for [the FreeSewing revenue pledge](/docs/various/pledge/) + + + +You probably assume that we ask for money to keep the servers running. But that's not exactly true. + +I don't know if you're familiar with the phrase **noblesse oblige** but it essentially means that privilege entails responsibility. + +I am privileged, and thus I have responsibilities. I am very fortunate to have been born in Western Europe, to have a good job, and a roof over my head. + +Could I use the money? Yes I could.\ +Do I need the money? No I don't. + +##### The value of your support + +The main risk to FreeSewing is the same as any open source project out there: maintainer burnout. + +While I no longer carry FreeSewing alone — and I can't overstate the value of the work of all contributors — that doesn't make me immune to feelings of **Why the hell am I doing this?** + +When you become a FreeSewing Patron, you give more than money. To me, the main value is the message you send to me and other people working on this. And that message is: **Hey, you're doing a worthwhile thing. Keep up the good work**. + +##### The value of your money + +It is not _just_ about the money. But that doesn't mean the money is not important. Much to the contrary. + +Raising money by doing something I love and then passing it on to charity allows me to sleep at night. + +I could volunteer at a soup kitchen, or teach underprivileged children how to code. But instead I’m working on FreeSewing. + +Which is why all the money raised through FreeSewing goes to charity. It makes this project not only fun to do, but also socially responsible. And I need that to convince myself that yes, it's OK to spend all my time doing this, because FreeSewing is a force for good. + +##### Charity is not sexy + +Here's the tricky part: People give less once they know the money goes to charity. I wish it wasn't the case, but it is. + +So we're presenting [our subscription options](/community/join) like you would see on a for-profit site. It seems more intuitive this way, and also just works better. + +Yes, everything is free, and the money doesn't actually go to paying the server bills (because I choose to pay them out of my pocket for reasons outlined above). But that doesn't mean that these contributions are not crucial to the well-being of the project, or at the very least its maintainer (that would be me). + +##### Why MSF is my charity of choice + +There's a lot of misery in the world. As I watch the news, I often feel my faith in humanity slipping. Some of the most vulnerable people on this planet seem largely abandoned by rich countries and supra-national organisations. + +Yet somehow, wherever crisis strikes, there is a familiar banner flying that provides hope, and help. It's not the flag of the United Nations, nor is it the star spangled banner, or the blue and gold of the European Union. + +The one thing that always reminds me that humanity has not completely forsaken these people is to see the banner of Médecins Sans Frontières/Doctors Without Borders fly. Sometimes precariously, among the rubble of their bombed hospitals, but always there. + +I can't think of a single symbol that reminds us that not everything is lost, and there's still good people out there. + +It is also one of the few organisations that has the global reach to go and help there where it's needed most. We're used to them working in poverty-stricken regions, but when the COVID-19 pandemic ripped our healthcare systems to shreds, _MSF_ stepped up to the plate, deploying their teams in Western Europe, in the US, and anywhere where the need was most acute. + +I hope that this explains the choice of Médecins Sans Frontières/Doctors Without Borders as FreeSewing's charity of choice. And I hope you will join us in making the world a little bit better. + +So I am happy to make [this pledge](/docs/various/pledge/). From 19573a4d57956f08e44ece3585f3aae7e98c8e28 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:28 +0200 Subject: [PATCH 0859/1675] New translations en.md (Ukrainian) --- .../org/docs/various/privacy/account/uk.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 markdown/org/docs/various/privacy/account/uk.md diff --git a/markdown/org/docs/various/privacy/account/uk.md b/markdown/org/docs/various/privacy/account/uk.md new file mode 100644 index 00000000000..4cef57d79a8 --- /dev/null +++ b/markdown/org/docs/various/privacy/account/uk.md @@ -0,0 +1,28 @@ +--- +title: How we use your account data +order: 30 +--- + +##### What personal data do we store? + +- Your E-mail address +- Your username and password +- Optional: A profile picture, bio, and your social media accounts + +##### Why do we need it? + +- To authenticate you +- To be able to contact you when required +- Optional: We don't need a picture or your social media accounts, but they help to build an on-line community + +##### How long do we keep it? + +- We keep profile data up to 12 months after your last login, or until you remove it. + +##### Do we share it? + +- No, never. + + +This data is stored for anybody with an account on our website. + From beaf23b0f33cf5a1a0db8f706b7ab5053618f5f1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:29 +0200 Subject: [PATCH 0860/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/privacy/uk.md | 58 +++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 markdown/org/docs/various/privacy/uk.md diff --git a/markdown/org/docs/various/privacy/uk.md b/markdown/org/docs/various/privacy/uk.md new file mode 100644 index 00000000000..f0aa41885ea --- /dev/null +++ b/markdown/org/docs/various/privacy/uk.md @@ -0,0 +1,58 @@ +--- +title: Privacy notice +--- + +**Last update**: 8 January 2021 + +This privacy notice describes the personal data we store. It outlines why we need the data, how long we keep it, and whether we share it with any third-parties. + +We are confident it will demonstrate our commitment to privacy. + +For clarity, we've broken this up in four different types of roles: + +- For **visitors of our website**, we store **[visitor data][v]** +- For **subscribers to our newsletter**, we store **[subscriber data][s]** +- For **users with an account** on our website, we store **[account data][a]** +- For **users with an account that contains people**, we store **[people data][p]** + +Here are the relevant sections: + + + + + +##### These roles are typically cumulative + +If you are a newsletter subscriber, you are also a visitor. +And if you are a user with one or more models, you are also a user, and also a visitor. + + + +##### Data Controller and Contact information + +For questions about this privacy notice, you can contact Joost De Cock at joost@joost.at. + +##### Changes and Updates to this Policy + +This policy may be updated occasionally. We will indicate this in the **Last update** data at the top of this document. + +A more comprehensive overview of this document's history is [available on GitHub][1] + +##### See also + +- [Your rights][2] +- [Your consent][3] + +[1]: https://github.com/freesewing/markdown/commits/develop/org/docs/various/privacy + +[2]: /docs/various/right/ + +[3]: /account/actions/consent/ + +[v]: /docs/various/privacy/visitor/ + +[s]: /docs/various/privacy/subscriber/ + +[a]: /docs/various/privacy/account/ + +[p]: /docs/various/privacy/people/ From b53e7bd232746006aeaff0095b1712eee5120a80 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:30 +0200 Subject: [PATCH 0861/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/privacy/other/uk.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 markdown/org/docs/various/privacy/other/uk.md diff --git a/markdown/org/docs/various/privacy/other/uk.md b/markdown/org/docs/various/privacy/other/uk.md new file mode 100644 index 00000000000..d574482e506 --- /dev/null +++ b/markdown/org/docs/various/privacy/other/uk.md @@ -0,0 +1,27 @@ +--- +title: Other privacy-related topics +--- + +##### Full disclosure + +If we learn of a security systems breach, we will inform both you and the authorities. + +If you believe your personal data has been compromised, please contact joost@joost.at. + +##### Service Providers + +Our hosting provider manages our backend systems for us. This includes hosting, storage, and backup. + +While this means they process your data (in the strict sense of the word), they do not require access to information about you. Furthermore, as we encrypt profile data at rest, it is non-trivial for them to access it even if they wanted to. + +##### Law enforcement + +While we have no intention of sharing any of your personal data, we are not above the law. + +If we are required to do so by law, or if we feel that doing so would be the lesser evil, we will disclose personal data. + +So far, we have not received any request from law enforcement to disclose information about one of our users. We have also not disclosed any personal information for any other reason. + +##### Use by minors under the age of 16 + +For legal reasons, you need to be at least 16 years old to use freesewing. From f5e9bcce200af2ef2f041cb3cc143d1b0fa0f0f6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:31 +0200 Subject: [PATCH 0862/1675] New translations en.md (Ukrainian) --- .../org/docs/various/privacy/people/uk.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 markdown/org/docs/various/privacy/people/uk.md diff --git a/markdown/org/docs/various/privacy/people/uk.md b/markdown/org/docs/various/privacy/people/uk.md new file mode 100644 index 00000000000..f5552898844 --- /dev/null +++ b/markdown/org/docs/various/privacy/people/uk.md @@ -0,0 +1,29 @@ +--- +title: How we use your people data +order: 40 +--- + +##### What personal data do we store? + +- Body measurements +- Whether the model has breasts or not +- Optional: An avatar for the model + +##### Why do we need it? + +- We need the body measurements to draft made-to-measure sewing patterns +- We use the information about whether a model has breasts to only show relevant measurements when configuring the model +- The model avatar only serves to help you differentiate between your different models + +##### How long do we keep it? + +- We keep model data up to 12 months after your last login, or until you remove it. + +##### Do we share it? + +- We never share personal model data +- We publish an open data set of measurements, containing fully anonymized data. + + +This data is stored for anybody with an account on our website which contains one or more people. + From 86ad842be07f6a9479438bc4f7df82412cef17af Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:32 +0200 Subject: [PATCH 0863/1675] New translations en.md (Ukrainian) --- .../org/docs/various/privacy/subscriber/uk.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 markdown/org/docs/various/privacy/subscriber/uk.md diff --git a/markdown/org/docs/various/privacy/subscriber/uk.md b/markdown/org/docs/various/privacy/subscriber/uk.md new file mode 100644 index 00000000000..64d9722640b --- /dev/null +++ b/markdown/org/docs/various/privacy/subscriber/uk.md @@ -0,0 +1,28 @@ +--- +title: How we use your subscriber data +order: 20 +--- + +##### What personal data do we store? + +- Your E-mail address + +##### Why do we need it? + +- To send you our newsletter + +##### How long do we keep it? + +- As long as you remain subscribed + +##### Do we share it? + +- No, never + + + +This data is stored for anybody who subscribes to our newsletter. + +For people with an account on the website who enable the newsletter subscription in their account settings, we store no additional personal data as we already have their email on file in their [account data][1]. + + From 2153c4aaf531bfc5adcd41687d614b1783512a7e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:33 +0200 Subject: [PATCH 0864/1675] New translations en.md (Ukrainian) --- .../org/docs/various/privacy/visitor/uk.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 markdown/org/docs/various/privacy/visitor/uk.md diff --git a/markdown/org/docs/various/privacy/visitor/uk.md b/markdown/org/docs/various/privacy/visitor/uk.md new file mode 100644 index 00000000000..4ce3e88f3d3 --- /dev/null +++ b/markdown/org/docs/various/privacy/visitor/uk.md @@ -0,0 +1,24 @@ +--- +title: How we use your visitor data +order: 10 +--- + +##### What personal data do we store? + +- Your IP address + +##### Why do we need it? + +- Your IP address is logged on our backend systems. We use these logs and the information in them only to diagnose problems. + +##### How long do we keep it? + +- We keep these logs no longer than 6 months. + +##### Do we share it? + +- No, never. + + +This data is stored for anybody who visits our website or connects to our backend APIs. + From d65497518981ae076e39fe890ac11ac1df8aebf6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:34 +0200 Subject: [PATCH 0865/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/rights/access/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/various/rights/access/uk.md diff --git a/markdown/org/docs/various/rights/access/uk.md b/markdown/org/docs/various/rights/access/uk.md new file mode 100644 index 00000000000..602ac328b65 --- /dev/null +++ b/markdown/org/docs/various/rights/access/uk.md @@ -0,0 +1,8 @@ +--- +title: The right of access +order: 20 +--- + +You have the right to access your personal data. + +Go to [/account](/account/) to do so. From 7ab654359c82d90d3a12e2c3ff805f539262e90d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:35 +0200 Subject: [PATCH 0866/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/rights/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/various/rights/uk.md diff --git a/markdown/org/docs/various/rights/uk.md b/markdown/org/docs/various/rights/uk.md new file mode 100644 index 00000000000..dcc9d1059d6 --- /dev/null +++ b/markdown/org/docs/various/rights/uk.md @@ -0,0 +1,9 @@ +--- +title: Your rights +--- + +Freesewing applies the General Data Protection Regulation (GDPR) of the European Union (EU). + +EU citizen or not, for us these are your rights: + + From 01a320fd19413489931300ccd9075ae6e9aaf279 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:36 +0200 Subject: [PATCH 0867/1675] New translations en.md (Ukrainian) --- markdown/org/docs/various/rights/erasure/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/various/rights/erasure/uk.md diff --git a/markdown/org/docs/various/rights/erasure/uk.md b/markdown/org/docs/various/rights/erasure/uk.md new file mode 100644 index 00000000000..ed87c601cde --- /dev/null +++ b/markdown/org/docs/various/rights/erasure/uk.md @@ -0,0 +1,8 @@ +--- +title: The right to erasure +order: 40 +--- + +You have the right to have your personal data erased. + +Go to [/account/remove](/account/remove/) to remove all your data. From a3a239d71c7f40bd3499a9be11ebc2e022dd40b9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:37 +0200 Subject: [PATCH 0868/1675] New translations en.md (Ukrainian) --- markdown/org/ui/errors/broken-draft/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/ui/errors/broken-draft/uk.md diff --git a/markdown/org/ui/errors/broken-draft/uk.md b/markdown/org/ui/errors/broken-draft/uk.md new file mode 100644 index 00000000000..4a7c56b4e0a --- /dev/null +++ b/markdown/org/ui/errors/broken-draft/uk.md @@ -0,0 +1,18 @@ +--- +title: Something went wrong +--- + +##### Help us make FreeSewing better by reporting this crash + +We'd like to gather diagnostics and [create an issue on Github](https://github.com/freesewing/freesewing/issues/new) to investigate what exactly went wrong. + +The diagnostics data we collect includes: + +- Your userid +- Your Github username (only if you configured it in your profile) +- The pattern name and version +- The full set of measurements and options used to create this pattern + +If you consent to publish this data in the crash report, click the button below. + +If not, you can always [report this manually](https://github.com/freesewing/freesewing/issues/new). From 1ae49b3e70bf353a652b944fdaeb1e816efd3102 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:38 +0200 Subject: [PATCH 0869/1675] New translations en.md (Ukrainian) --- markdown/org/ui/homepage/designers/uk.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/ui/homepage/designers/uk.md diff --git a/markdown/org/ui/homepage/designers/uk.md b/markdown/org/ui/homepage/designers/uk.md new file mode 100644 index 00000000000..17df9444e65 --- /dev/null +++ b/markdown/org/ui/homepage/designers/uk.md @@ -0,0 +1,23 @@ +- - - +- - - + +#### What is parametric design? + +Parametric design refers to the use of parameters or variables to manipulate the outcome of a given design within its rules. + +In sewing patterns, the _parameters_ are what is provided by the user: Their measurements and options that they have selected.\ +The _rules_ of the design are what you, the designer, make them. + +#### What does that mean for designers? + +When drafting or designing patterns or garments, it is common practice to start with a _fit model_ (or _dress form_). The measurements of the fit model are used as input in the initial design. + +Adapting the pattern for a different model is a tedious task, which is why patterns are graded up and down to cover different sizes. + +But in a parametric sewing pattern, adapting to different sizes or models _just works_. + +#### What can FreeSewing do for me? + +FreeSewing provides everything you need to create your own parametric sewing patterns with very little effort. + +You are free to sell patterns you create, or contribute them to our growing collection. From 5d8156e529ae46e24ee37e9bcbf32db2292737cf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:39 +0200 Subject: [PATCH 0870/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapbackfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md new file mode 100644 index 00000000000..7c0f4f054e2 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back X" +- - - + +![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapbackfactorx_sample.svg "Effect of this option on the pattern") From 3a42d6c7bf5bc21a6d1592bee19f01ff41d50296 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:40 +0200 Subject: [PATCH 0871/1675] New translations en.md (Ukrainian) --- .../patterns/breanna/options/primarybustdartlength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md new file mode 100644 index 00000000000..8bfef702fe6 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Bust dart length" +- - - + +The length of the primary bust dart. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_primarybustdartlength_sample.svg "Effect of this option on the pattern") From 3e81494eb34b9bf022ab5f98045b66ac30ebbe3b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:43 +0200 Subject: [PATCH 0872/1675] New translations en.md (Ukrainian) --- .../breanna/options/primarybustdartshaping/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md b/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md new file mode 100644 index 00000000000..8f03431c07c --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Bust darts shaping" +- - - + +Controls the balance between the primary and secondary bust darts. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_primarybustdartshaping_sample.svg "Effect of this option on the pattern") From 0b778c8561ad9786d9f8758279bbd23321863339 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:44 +0200 Subject: [PATCH 0873/1675] New translations en.md (Ukrainian) --- .../patterns/breanna/options/secondarybustdart/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md b/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md new file mode 100644 index 00000000000..acf59b30e1e --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Secondary bust dart" +- - - + +Optionally include a secondary bust dart to distribute the shaping of the chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_secondarybustdart_sample.svg "Effect of this option on the pattern") From 432063e87de76aeb3c0cfba91d25db035541ba88 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:45 +0200 Subject: [PATCH 0874/1675] New translations en.md (Ukrainian) --- .../breanna/options/secondarybustdartlength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md new file mode 100644 index 00000000000..05758d7938b --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Secondary bust dart length" +- - - + +The length of the secondary bust dart. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_secondarybustdartlength_sample.svg "Effect of this option on the pattern") From e7717b7f46e2d8b0a337dd66108b7324ec7436c1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:46 +0200 Subject: [PATCH 0875/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/options/shoulderdart/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md new file mode 100644 index 00000000000..bb88dae781a --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder dart" +- - - + +Whether or not to inlude a back shoulder dart to round the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_shoulderdart_sample.svg "Effect of this option on the pattern") From f5d6be9645fb5582e45b111c5ed85653673bbb6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:47 +0200 Subject: [PATCH 0876/1675] New translations en.md (Ukrainian) --- .../patterns/breanna/options/shoulderdartlength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md new file mode 100644 index 00000000000..72c03a3197e --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder dart length" +- - - + +The length of the back shoulder dart. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_shoulderdartlength_sample.svg "Effect of this option on the pattern") From a24dfbec6270f5e6680aaf3cd27058011d4304a1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:48 +0200 Subject: [PATCH 0877/1675] New translations en.md (Ukrainian) --- .../docs/patterns/breanna/options/shoulderdartsize/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md new file mode 100644 index 00000000000..233dfb12d3e --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder dart size" +- - - + +The size of the back shoulder dart. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_shoulderdartsize_sample.svg "Effect of this option on the pattern") From b6accb896680bafde87c05eac2f6299420fe655a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:49 +0200 Subject: [PATCH 0878/1675] New translations en.md (Ukrainian) --- .../docs/patterns/breanna/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md new file mode 100644 index 00000000000..763cf4b8334 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +Controls the amount of ease on the shoulder to shoulder measurement. + +This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_shoulderease_sample.svg "Effect of this option on the pattern") From bbbea287e828a3a73d9d71a43f6c9a00ccbb4396 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:50 +0200 Subject: [PATCH 0879/1675] New translations en.md (Ukrainian) --- .../breanna/options/shoulderslopereduction/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..b2124b0a024 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder slope reduction" +- - - + +Reduces the shoulder slope to create extra room for shoulder padding. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_shoulderslopereduction_sample.svg "Effect of this option on the pattern") From 450a03f7d6adb5669fe480b45fe4de461127813e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:51 +0200 Subject: [PATCH 0880/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapbackfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md new file mode 100644 index 00000000000..aebaa6543bb --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back Y" +- - - + +![The vertical location of the back inflection point](./sleevecapbackfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapbackfactory_sample.svg "Effect of this option on the pattern") From 38e7e0c0dbd615b0fd6bcef6178fd681248db1f1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:52 +0200 Subject: [PATCH 0881/1675] New translations en.md (Ukrainian) --- .../docs/patterns/breanna/options/frontscyedart/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md b/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md new file mode 100644 index 00000000000..e2f0ea0f26a --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front scye dart" +- - - + +The amount to take out in a dart at the front of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_frontscyedart_sample.svg "Effect of this option on the pattern") From 8ece951506e62af3dfbb6323f284b35853986e2d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:53 +0200 Subject: [PATCH 0882/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapease/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md new file mode 100644 index 00000000000..5d8b19e7185 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap ease" +- - - + +Determines the amount of sleevecap ease. + + + +The amount of sleevecap ease determines how the sleeves rolls from the shouder. +More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. + +For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapease_sample.svg "Effect of this option on the pattern") From 28631d7c3ab6b1285737ef35c49850b988f7844d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:54 +0200 Subject: [PATCH 0883/1675] New translations en.md (Ukrainian) --- .../options/sleevecapfrontfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md new file mode 100644 index 00000000000..6bc7b1100ca --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front X" +- - - + +![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapfrontfactorx_sample.svg "Effect of this option on the pattern") From 1a5a04f9ff4823ce316f5e71d0612607cfeb357e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:55 +0200 Subject: [PATCH 0884/1675] New translations en.md (Ukrainian) --- .../options/sleevecapfrontfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md new file mode 100644 index 00000000000..8addd0f21a0 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front Y" +- - - + +![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapfrontfactory_sample.svg "Effect of this option on the pattern") From 3c4f5914b178460886e7daf1f6af3513de09fbd6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:56 +0200 Subject: [PATCH 0885/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq1offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md new file mode 100644 index 00000000000..2f83aaa7bcf --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 offset" +- - - + +![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) + +This option controls the offset in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq1offset_sample.svg "Effect of this option on the pattern") From ce36909226275ba8b3780aff847f6316b4effd07 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:57 +0200 Subject: [PATCH 0886/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq1spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md new file mode 100644 index 00000000000..6242224a122 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 downward spread" +- - - + +![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) + +This option controls the downward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq1spread1_sample.svg "Effect of this option on the pattern") From 127ff23c8bdc4ac4fb2b9cbf56457e513d883140 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:58 +0200 Subject: [PATCH 0887/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq1spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md new file mode 100644 index 00000000000..d135e75845d --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 upward spread" +- - - + +![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) + +This option controls the upward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq1spread2_sample.svg "Effect of this option on the pattern") From 1a059281a8396e625cc152cafb1dee112ea97939 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:20:59 +0200 Subject: [PATCH 0888/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq2offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md new file mode 100644 index 00000000000..406941b5693 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 offset" +- - - + +![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) + +This option controls the offset in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq2offset_sample.svg "Effect of this option on the pattern") From 4c0c9ffc9a3ffa351e00a4683eb22acecd3f306c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:00 +0200 Subject: [PATCH 0889/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq2spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md new file mode 100644 index 00000000000..598f8ea574f --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 downward spread" +- - - + +![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) + +This option controls the downward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq2spread1_sample.svg "Effect of this option on the pattern") From a1ae08799d9e257f387be8768e0e16da8d32ca3a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:01 +0200 Subject: [PATCH 0890/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq2spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md new file mode 100644 index 00000000000..d4a100ed250 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 upward spread" +- - - + +![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) + +This option controls the upward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq2spread2_sample.svg "Effect of this option on the pattern") From e01df69c0c72118cbf4a6371ac53c3c8045b19e5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:02 +0200 Subject: [PATCH 0891/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq3offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md new file mode 100644 index 00000000000..f1c9c6aed84 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 offset" +- - - + +![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) + +This option controls the offset in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq3offset_sample.svg "Effect of this option on the pattern") From ccc51d68b36023ae66a678d288756d66c35f3646 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:03 +0200 Subject: [PATCH 0892/1675] New translations en.md (Ukrainian) --- .../docs/patterns/breanna/options/primarybustdart/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md b/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md new file mode 100644 index 00000000000..8b9ebef2164 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Bust dart" +- - - + +Where to place the primary bust dart to shape the chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_primarybustdart_sample.svg "Effect of this option on the pattern") From 37387db062d251b3c7fef649bb1655dffaea482f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:04 +0200 Subject: [PATCH 0893/1675] New translations en.md (Ukrainian) --- .../patterns/breanna/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..d42e9307f04 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From 286070f763867a7e581a0e8f0f4edc63ee89dfce Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:05 +0200 Subject: [PATCH 0894/1675] New translations en.md (Ukrainian) --- markdown/org/ui/homepage/developers/uk.md | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 markdown/org/ui/homepage/developers/uk.md diff --git a/markdown/org/ui/homepage/developers/uk.md b/markdown/org/ui/homepage/developers/uk.md new file mode 100644 index 00000000000..6051644e93c --- /dev/null +++ b/markdown/org/ui/homepage/developers/uk.md @@ -0,0 +1,27 @@ +- - - +- - - + +#### Curious how this works? + +FreeSewing is written in [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript). Our [core library](https://www.npmjs.com/package/@freesewing/core) and [patterns](/patterns) are available both for [NodeJS](https://nodejs.org/) and the browser. + +Our websites are built with [Gatsby](https://www.gatsbyjs.com/)/[React](https://reactjs.org/) and kindly hosted by [Netlify](https://www.netlify.com/). + +Everything runs in the browser except user data and conversion to PDF. For that, we have built a backend with [Express](https://expressjs.com/) exposing a REST API. + +Our code and markdown content is hosted by [Github](https://github.com/freesewing/). We use [Crowdin](https://crowdin.com/) for translations, search is handled by [Algolia](https://www.algolia.com/) and [Bugsnag](https://www.bugsnag.com/) does error handling for us. + +We are appreciative of these and other projects/companies that allow us to stand on their shoulders. + +#### Learn more + +Our [developer documentation](https://freesewing.dev) is available on [freesewing.dev](https://freesewing.dev). You'll find tutorials, how-to guides, as well as our API reference documentation. + +#### Want to help out? + +Awesome ❤️\ +The fastest thing to do is [join us on Discord](https://discord.freesewing.org/) where all the other contributors hang out. + +If you're not sure how you could contribute, check out [ways to contribute](https://freesewing.dev/howtos/ways-to-contribute), you'll see there's certainly something you can do to help. + +We also have specific documentation for [translators](https://freesewing.dev/guides/translation) and [editors](https://freesewing.dev/howtos/editors). From 0a2c1f665b88b8ff62d481a5f59a21901c04d07c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:06 +0200 Subject: [PATCH 0895/1675] New translations en.md (Ukrainian) --- markdown/org/ui/splash/designer/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/ui/splash/designer/uk.md diff --git a/markdown/org/ui/splash/designer/uk.md b/markdown/org/ui/splash/designer/uk.md new file mode 100644 index 00000000000..cc7ccdb7255 --- /dev/null +++ b/markdown/org/ui/splash/designer/uk.md @@ -0,0 +1,6 @@ +- - - +- - - + +### For designers + +Find out how parametric design is different, and what that means for you as a designer From f3c50e80321e4c1a06cff351b90c64c677525f92 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:07 +0200 Subject: [PATCH 0896/1675] New translations en.md (Ukrainian) --- markdown/org/ui/homepage/extra/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/ui/homepage/extra/uk.md diff --git a/markdown/org/ui/homepage/extra/uk.md b/markdown/org/ui/homepage/extra/uk.md new file mode 100644 index 00000000000..21fb22d06a1 --- /dev/null +++ b/markdown/org/ui/homepage/extra/uk.md @@ -0,0 +1,10 @@ +- - - +- - - + +##### [New here?][1] + +[Check our getting started guide][1] + +[1]: /docs/guide/ + +[1]: /docs/guide/ From 1a6845ee1985aecfc2ab3590453f0a89c8599e02 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:08 +0200 Subject: [PATCH 0897/1675] New translations en.md (Ukrainian) --- markdown/org/ui/homepage/makers/uk.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/ui/homepage/makers/uk.md diff --git a/markdown/org/ui/homepage/makers/uk.md b/markdown/org/ui/homepage/makers/uk.md new file mode 100644 index 00000000000..7cf5fa646a3 --- /dev/null +++ b/markdown/org/ui/homepage/makers/uk.md @@ -0,0 +1,20 @@ +- - - +- - - + +#### Sewing patterns made to your measurements + +All our patterns are _made-to-measure_. Not just graded up or down, but actually drafted to your exact specifications, just as you would on paper. + +#### Packed with options plus live preview + +FreeSewing patterns come with options that allow you to customize different aspects of the pattern. Our live preview means no surprises: what you see is what you get. + +#### Patterns you can share and adapt + +FreeSewing patterns often have so many options that one pattern can yield a variety of styles. You can share your patterns with others so they can get the same style, drafted to their measurements. + +#### A community of helpful people + +Questions about a pattern? Stuck on one of the steps when making your garment? No worries, help is available. + +[Join us on Discord](https://discord.freesewing.org/) and discover what makes the FreeSewing community so great. From bc0f33ba55cd85f00061c95617ddea87ce647c2e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:09 +0200 Subject: [PATCH 0898/1675] New translations en.md (Ukrainian) --- markdown/org/ui/homepage/row-1/uk.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/ui/homepage/row-1/uk.md diff --git a/markdown/org/ui/homepage/row-1/uk.md b/markdown/org/ui/homepage/row-1/uk.md new file mode 100644 index 00000000000..7cf5fa646a3 --- /dev/null +++ b/markdown/org/ui/homepage/row-1/uk.md @@ -0,0 +1,20 @@ +- - - +- - - + +#### Sewing patterns made to your measurements + +All our patterns are _made-to-measure_. Not just graded up or down, but actually drafted to your exact specifications, just as you would on paper. + +#### Packed with options plus live preview + +FreeSewing patterns come with options that allow you to customize different aspects of the pattern. Our live preview means no surprises: what you see is what you get. + +#### Patterns you can share and adapt + +FreeSewing patterns often have so many options that one pattern can yield a variety of styles. You can share your patterns with others so they can get the same style, drafted to their measurements. + +#### A community of helpful people + +Questions about a pattern? Stuck on one of the steps when making your garment? No worries, help is available. + +[Join us on Discord](https://discord.freesewing.org/) and discover what makes the FreeSewing community so great. From e896da64c7b9e743bf7fd7ee93f9d833676598ec Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:10 +0200 Subject: [PATCH 0899/1675] New translations en.md (Ukrainian) --- markdown/org/ui/homepage/updates/uk.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/ui/homepage/updates/uk.md diff --git a/markdown/org/ui/homepage/updates/uk.md b/markdown/org/ui/homepage/updates/uk.md new file mode 100644 index 00000000000..c1704775194 --- /dev/null +++ b/markdown/org/ui/homepage/updates/uk.md @@ -0,0 +1,22 @@ +- - - +- - - + +## Latest updates + +##### COVID-19: Facemask pattern + +If you're looking for our facemask pattern, follow this link: + +- [Face mask pattern and instructions](/blog/facemask-frenzy) + +##### Contributor calls + +Recently, we started organizing contributor calls. Anybody with an interest in FreeSewing is welcome to join. + +All calls can be joined via [Discord](https://discord.freesewing.org/). Check [the calls schedule](/community/calls/) for details on the upcoming calls. + +##### We've moved to Discord + +We've moved our chat rooms from to Discord. Our legacy chat on Gitter is deprecated. + +You can join us at https://discord.freesewing.org, or use this in-app Discord invite: https://discord.gg/YDV4GvU From 2be6ce6381e1fee091d63dfe7bdf61d84b44c5e9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:11 +0200 Subject: [PATCH 0900/1675] New translations en.md (Ukrainian) --- markdown/org/ui/newsletter/account/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/ui/newsletter/account/uk.md diff --git a/markdown/org/ui/newsletter/account/uk.md b/markdown/org/ui/newsletter/account/uk.md new file mode 100644 index 00000000000..f935bfccff4 --- /dev/null +++ b/markdown/org/ui/newsletter/account/uk.md @@ -0,0 +1,9 @@ +--- +title: Manage your subscription in your account +--- + +As a registered user, you can [manage your newsletter settings in your account][1]. + +If you'd like to sign up a different email address as the one linked to your account, you can do so below. + +[1]: /account/settings/newsletter/ From 30c6eb21674e69884b6b6290aec7446d0fd0a688 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:12 +0200 Subject: [PATCH 0901/1675] New translations en.md (Ukrainian) --- markdown/org/ui/newsletter/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/ui/newsletter/uk.md diff --git a/markdown/org/ui/newsletter/uk.md b/markdown/org/ui/newsletter/uk.md new file mode 100644 index 00000000000..288e1653dde --- /dev/null +++ b/markdown/org/ui/newsletter/uk.md @@ -0,0 +1,6 @@ +- - - +- - - + +##### Subscribe to our newsletter + +Subscribe below and **once every 3 months** you'll receive an email from us with honest wholesome content. No tracking, no ads, no nonsense. From 9447021dce69eecba68b7678f16f8a4d315f37c5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:13 +0200 Subject: [PATCH 0902/1675] New translations en.md (Ukrainian) --- markdown/org/ui/other/give-feedback/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/ui/other/give-feedback/uk.md diff --git a/markdown/org/ui/other/give-feedback/uk.md b/markdown/org/ui/other/give-feedback/uk.md new file mode 100644 index 00000000000..b6cb20360b0 --- /dev/null +++ b/markdown/org/ui/other/give-feedback/uk.md @@ -0,0 +1,13 @@ +--- +title: Give feedback +--- + + + +##### Give us your feedback + +We'd love to hear your thoughts on what you love (or hate) about FreeSewing. + +Please [join our chat room](https://discord.freesewing.org/) and share your thoughts. + + From 626b430b0dcdef0121b102a81d305d39feb3ed2e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:14 +0200 Subject: [PATCH 0903/1675] New translations en.md (Ukrainian) --- markdown/org/ui/other/issue-created/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/ui/other/issue-created/uk.md diff --git a/markdown/org/ui/other/issue-created/uk.md b/markdown/org/ui/other/issue-created/uk.md new file mode 100644 index 00000000000..cea29ebd99e --- /dev/null +++ b/markdown/org/ui/other/issue-created/uk.md @@ -0,0 +1,8 @@ +--- +title: We created a Github issue for this +--- + +You can subscribe to this issue, or comment on it if you'd like to share more information.\ +Doing so requires a Github account, but they are free. + +**Tip:** An active issue — one that has subscribers or comments — gets more attention. From 47643f5c0a134b2ff0335d7aa5ec4f8b43fe1faf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:15 +0200 Subject: [PATCH 0904/1675] New translations en.md (Ukrainian) --- markdown/org/ui/share/uk.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/ui/share/uk.md diff --git a/markdown/org/ui/share/uk.md b/markdown/org/ui/share/uk.md new file mode 100644 index 00000000000..fdac58bf20b --- /dev/null +++ b/markdown/org/ui/share/uk.md @@ -0,0 +1,20 @@ +--- +title: Sharing links +--- + +Let the world know about FreeSewing. You can link to any specific page, or to the homepage: https://freesewing.org/ + +You can use the images below, and make sure to [use the relevant hashtags](/community/hashtags/). + +We Are FreeSewing + +For Instagram, you can use this square image: + +We Are FreeSewing + +The images above are also available in other langauges: + +- German: [wide](/share/de.wide.jpg) or [square](/share/de.square.jpg) +- Spanish: [wide](/share/es.wide.jpg) or [square](/share/es.square.jpg) +- French: [wide](/share/fr.wide.jpg) or [square](/share/fr.square.jpg) +- Dutch: [wide](/share/nl.wide.jpg) or [square](/share/nl.square.jpg) From 3aaaf6ddd923b7b7bf7f45d16b8dd7cd655f899a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:16 +0200 Subject: [PATCH 0905/1675] New translations en.md (Ukrainian) --- markdown/org/ui/sizes/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/ui/sizes/uk.md diff --git a/markdown/org/ui/sizes/uk.md b/markdown/org/ui/sizes/uk.md new file mode 100644 index 00000000000..d62204adc31 --- /dev/null +++ b/markdown/org/ui/sizes/uk.md @@ -0,0 +1,5 @@ +--- +title: Create an account to generate made-to-measure sewing patterns +--- + +To get the most out of our platform, you should [sign up](/signup/) so you can generate made-to-measure sewing patterns. From 528180392cb2073b73d4799f27da7dcbf03ed219 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:17 +0200 Subject: [PATCH 0906/1675] New translations en.md (Ukrainian) --- markdown/org/ui/splash/developer/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/ui/splash/developer/uk.md diff --git a/markdown/org/ui/splash/developer/uk.md b/markdown/org/ui/splash/developer/uk.md new file mode 100644 index 00000000000..7087207e08f --- /dev/null +++ b/markdown/org/ui/splash/developer/uk.md @@ -0,0 +1,6 @@ +- - - +- - - + +### For developers + +FreeSewing is written in JavaScript. We have guides and docs for beginners and experts alike From e8419a305060d6b8c1c27007414fe45b892c2c6c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:18 +0200 Subject: [PATCH 0907/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/options/cuffease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/cuffease/uk.md b/markdown/org/docs/patterns/breanna/options/cuffease/uk.md new file mode 100644 index 00000000000..026cbf6eb1d --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/cuffease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Cuff ease" +- - - + +This option controls the ease at your wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_cuffease_sample.svg "Effect of this option on the pattern") From 472055d66184207473aefab4b3aaadc6779afc85 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:19 +0200 Subject: [PATCH 0908/1675] New translations en.md (Ukrainian) --- markdown/org/ui/splash/maker/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/ui/splash/maker/uk.md diff --git a/markdown/org/ui/splash/maker/uk.md b/markdown/org/ui/splash/maker/uk.md new file mode 100644 index 00000000000..9568a49157d --- /dev/null +++ b/markdown/org/ui/splash/maker/uk.md @@ -0,0 +1,6 @@ +- - - +- - - + +### For makers + +All our sewing patterns are made-to-measure & free to use, courtesy of our community From 22967f33e26fd65775c05bb0eda815fc69410edf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:20 +0200 Subject: [PATCH 0909/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bent/options/backneckcutout/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md b/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md new file mode 100644 index 00000000000..048b3f195ae --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Back neck cutout" +- - - + + +![Back neck cutout](backneckcutout.svg) + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_backneckcutout_sample.svg "Effect of this option on the pattern") From 1a7093b577981c311f077260c372fb4bf5b6bca5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:21 +0200 Subject: [PATCH 0910/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bent/options/s3armhole/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/s3armhole/uk.md diff --git a/markdown/org/docs/patterns/bent/options/s3armhole/uk.md b/markdown/org/docs/patterns/bent/options/s3armhole/uk.md new file mode 100644 index 00000000000..eefde4440ed --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/s3armhole/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: armhole side" +- - - + + +Controls the shoulder seam location on the armhole side. + +- Increase this option to shift the shoulder seam forward on the armhole side +- Decrease this option to shift the shoulder seam backward on the armhole side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_s3armhole_sample.svg "Effect of this option on the pattern") From e247f0e9127a1f983efe44e7df8c55982d62f177 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:22 +0200 Subject: [PATCH 0911/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bent/options/s3collar/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/options/s3collar/uk.md diff --git a/markdown/org/docs/patterns/bent/options/s3collar/uk.md b/markdown/org/docs/patterns/bent/options/s3collar/uk.md new file mode 100644 index 00000000000..896e63b50ac --- /dev/null +++ b/markdown/org/docs/patterns/bent/options/s3collar/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: collar side" +- - - + + +Controls the shoulder seam location on the collar side. + +- Increase this option to shift the shoulder seam forward on the collar side +- Decrease this option to shift the shoulder seam backward on the collar side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bent_s3collar_sample.svg "Effect of this option on the pattern") From bf5f9650edf0862f0521d35fc4ac712659699514 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:23 +0200 Subject: [PATCH 0912/1675] New translations en.md (Ukrainian) --- .../docs/patterns/breanna/options/acrossbackfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..edebf5b0b50 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Across back factor" +- - - + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_acrossbackfactor_sample.svg "Effect of this option on the pattern") From 19bfcf2a78dcf0fa43037e45b7c87b2ddbe25633 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:24 +0200 Subject: [PATCH 0913/1675] New translations en.md (Ukrainian) --- .../patterns/breanna/options/armholedepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..eae2afb2627 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole depth factor" +- - - + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_armholedepthfactor_sample.svg "Effect of this option on the pattern") From e07962e5247ad7a09f989d275d5940460074db0b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:25 +0200 Subject: [PATCH 0914/1675] New translations en.md (Ukrainian) --- .../docs/patterns/breanna/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md b/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md new file mode 100644 index 00000000000..8b7843c5e2a --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_backneckcutout_sample.svg "Effect of this option on the pattern") From fa593824631451c54b973e9d1f1bc5ecbf8868d0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:26 +0200 Subject: [PATCH 0915/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/options/bicepsease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md b/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md new file mode 100644 index 00000000000..bc0e09caa6a --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Biceps ease" +- - - + +The amount of ease at your upper arm. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_bicepsease_sample.svg "Effect of this option on the pattern") From d6c5916e40725a9c886a9565abf024700130bd63 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:27 +0200 Subject: [PATCH 0916/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/options/chestease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/chestease/uk.md b/markdown/org/docs/patterns/breanna/options/chestease/uk.md new file mode 100644 index 00000000000..404d80a8e2f --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/chestease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest ease" +- - - + +This option controls the ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_chestease_sample.svg "Effect of this option on the pattern") From ffa62732d164ccd00eca9adc0d1edee0f4a7baf3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:28 +0200 Subject: [PATCH 0917/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/options/collarease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/collarease/uk.md b/markdown/org/docs/patterns/breanna/options/collarease/uk.md new file mode 100644 index 00000000000..41fdac4a80f --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/collarease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Collar ease" +- - - + +Controls the amount of ease at your collar/neck. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_collarease_sample.svg "Effect of this option on the pattern") From 68346dcebc215c8665142f56b10419f7045b40dd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:29 +0200 Subject: [PATCH 0918/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq3spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md new file mode 100644 index 00000000000..4a313d113b8 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 upward spread" +- - - + +![The upward spread in the thrid quadrant of the sleevecap](./sleevecapq3spread1.svg) + +This option controls the upward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq3spread1_sample.svg "Effect of this option on the pattern") From 73f841ab4814ae7a53840c0420f44acb6dc0e4d1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:30 +0200 Subject: [PATCH 0919/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq3spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md new file mode 100644 index 00000000000..4315fbb4b52 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 downward spread" +- - - + +![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) + +This option controls the downward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq3spread2_sample.svg "Effect of this option on the pattern") From a3a2830d4217db22f84998f789c93b9dde8b43ff Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:31 +0200 Subject: [PATCH 0920/1675] New translations en.md (Ukrainian) --- .../patterns/carlton/options/innerpocketplacement/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md new file mode 100644 index 00000000000..0206eeb19bb --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Inner pocket placement" +- - - + +Controls the location of the inner pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_innerpocketplacement_sample.svg "Effect of this option on the pattern") From d40835aecd020d89589ee2c37f174f9ceddabd93 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:33 +0200 Subject: [PATCH 0921/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/chestpocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md new file mode 100644 index 00000000000..7fa2b82ca5b --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest pocket width" +- - - + +Controls the width of the chest pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_chestpocketwidth_sample.svg "Effect of this option on the pattern") From d0ada76c110b89af58026a283c97c31ef669e284 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:34 +0200 Subject: [PATCH 0922/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/collarflare/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/collarflare/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/collarflare/uk.md b/markdown/org/docs/patterns/carlton/options/collarflare/uk.md new file mode 100644 index 00000000000..8ede2d86a0b --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/collarflare/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Collar flare" +- - - + +Controls the flare of the collar by altering the fall length (between the neck and the points) of the collar. + +- Increase this option to increase the fall length. +- Decrease this option to decrease the fall length. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_collarflare_sample.svg "Effect of this option on the pattern") From ecac3a20fc25dcbfaf82d51a0da8e890378486c5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:35 +0200 Subject: [PATCH 0923/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/collarheight/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/collarheight/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/collarheight/uk.md b/markdown/org/docs/patterns/carlton/options/collarheight/uk.md new file mode 100644 index 00000000000..44e64dc4351 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/collarheight/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Collar height" +- - - + +![Collar height](collarheight.svg) + +Controls the height of the collar. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_collarheight_sample.svg "Effect of this option on the pattern") From b2e06a1d84e9fe7d442f5622c4eeefbb37ebd404 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:36 +0200 Subject: [PATCH 0924/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/collarspread/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/collarspread/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/collarspread/uk.md b/markdown/org/docs/patterns/carlton/options/collarspread/uk.md new file mode 100644 index 00000000000..a4f2d09618f --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/collarspread/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Collar spread" +- - - + +Controls the distance between the points of the collar. + +- Increase this option to spread the collar out and towards the shoulder. +- Decrease this option to bring the collar in towards the body. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_collarspread_sample.svg "Effect of this option on the pattern") From 3142735bf407d09775eab1fe8cd60052efbc7c4a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:37 +0200 Subject: [PATCH 0925/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/cuffease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/cuffease/uk.md b/markdown/org/docs/patterns/carlton/options/cuffease/uk.md new file mode 100644 index 00000000000..e22ab8bc86f --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/cuffease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Cuff ease" +- - - + +![Cuff ease](./cuffease.svg) + +The amount of ease at your cuff/wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_cuffease_sample.svg "Effect of this option on the pattern") From 1ebbf800dad6c9df1e8e09c5b3db26f5be860331 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:38 +0200 Subject: [PATCH 0926/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/cufflength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/cufflength/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/cufflength/uk.md b/markdown/org/docs/patterns/carlton/options/cufflength/uk.md new file mode 100644 index 00000000000..970fd28058e --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/cufflength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Cuff length" +- - - + +Controls the length (height if you wish) of the cuffs. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_cufflength_sample.svg "Effect of this option on the pattern") From ad1c4c1e327dac2cb54282c1ba88c9c186b9f610 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:39 +0200 Subject: [PATCH 0927/1675] New translations en.md (Ukrainian) --- .../patterns/carlton/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..b111665d0bb --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From f90bbf08f3106c5af499b93ca2b07d4bd23587c1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:40 +0200 Subject: [PATCH 0928/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/frontoverlap/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md b/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md new file mode 100644 index 00000000000..47f87fd9be6 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front overlap" +- - - + +Controls how much the right and left front of the garment overlap at the center front. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_frontoverlap_sample.svg "Effect of this option on the pattern") From 861f76c31ae9914aa9de53d5e06ab14084f59127 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:41 +0200 Subject: [PATCH 0929/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/innerpocketdepth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md new file mode 100644 index 00000000000..db56bbefc1c --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Inner pocket depth" +- - - + +Controls the depth of the inner pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_innerpocketdepth_sample.svg "Effect of this option on the pattern") From bab146e8a20a9a5f0c15185b30f2f263318682be Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:42 +0200 Subject: [PATCH 0930/1675] New translations en.md (Ukrainian) --- .../patterns/carlton/options/innerpocketweltheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md new file mode 100644 index 00000000000..fe87806235e --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Inner pocket welt height" +- - - + +Controls the size of the welts on the inner pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_innerpocketweltheight_sample.svg "Effect of this option on the pattern") From 4d6799a140ce7ea3e9c69ea527a866159de67ca6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:43 +0200 Subject: [PATCH 0931/1675] New translations en.md (Ukrainian) --- .../patterns/carlton/options/chestpocketheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md new file mode 100644 index 00000000000..bb6ca4d3bb7 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest pocket height" +- - - + +Controls the height/size of the chest pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_chestpocketheight_sample.svg "Effect of this option on the pattern") From fc529806438815e0564d19763c6363b59e171edf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:44 +0200 Subject: [PATCH 0932/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/innerpocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md new file mode 100644 index 00000000000..91979430988 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Inner pocket width" +- - - + +Controls the width of the inner pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_innerpocketwidth_sample.svg "Effect of this option on the pattern") From e728243df9912480673b1999c6504787dacb0a3e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:45 +0200 Subject: [PATCH 0933/1675] New translations en.md (Ukrainian) --- .../patterns/carlton/options/lapelreduction/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md b/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md new file mode 100644 index 00000000000..48a671b8b0c --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Lapel reduction" +- - - + +Controls how much the lapel tip goes inwards. + +It is common to have the edge of the lapels not be entirely straight, but rather turn inwards a bit towards the top of the lapels. This option controls by how much it does that. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_lapelreduction_sample.svg "Effect of this option on the pattern") From 75a8c854de71e6c2feba1811377e77225440ada8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:46 +0200 Subject: [PATCH 0934/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/length/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/length/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/length/uk.md b/markdown/org/docs/patterns/carlton/options/length/uk.md new file mode 100644 index 00000000000..93f70408861 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/length/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Length" +- - - + +![Length](length.svg) + +Controls the overall length of the coat. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_length_sample.svg "Effect of this option on the pattern") From dd17717aac25e143fc4d4e0fbeb4f413449933f0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:47 +0200 Subject: [PATCH 0935/1675] New translations en.md (Ukrainian) --- .../patterns/carlton/options/pocketflapradius/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md b/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md new file mode 100644 index 00000000000..ad79b42ce81 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Pocket flap radius" +- - - + +![Pocket flap radius](pocketflapradius.svg) + +Controls the radius with which the pocket flaps are rounded at the bottom. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_pocketflapradius_sample.svg "Effect of this option on the pattern") From 170ad2c28e8b6a3bb4159eaa38f3f6eaba2ba55c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:48 +0200 Subject: [PATCH 0936/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/pocketheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/pocketheight/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md b/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md new file mode 100644 index 00000000000..0b6ea016253 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Pocket height" +- - - + +Controls the height/depth of the pockets. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_pocketheight_sample.svg "Effect of this option on the pattern") From 5496bec28ad680e04f6a37c2833380fc29bbf3e9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:49 +0200 Subject: [PATCH 0937/1675] New translations en.md (Ukrainian) --- .../carlton/options/pocketplacementhorizontal/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md b/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md new file mode 100644 index 00000000000..1592d1aa518 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Horizontal pocket placement" +- - - + +Controls the location of the pockets horizontally (more left or right). + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_pocketplacementhorizontal_sample.svg "Effect of this option on the pattern") From bd55091dca66d5e68ab53de9f4fac5d63e2bb50a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:51 +0200 Subject: [PATCH 0938/1675] New translations en.md (Ukrainian) --- .../carlton/options/pocketplacementvertical/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md b/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md new file mode 100644 index 00000000000..81b65438373 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Vertical pocket placement" +- - - + +Controls the location of the pockets vertically (higher or lower). + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_pocketplacementvertical_sample.svg "Effect of this option on the pattern") From 4be153651533c0fca574d150739c273b06ded0e9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:52 +0200 Subject: [PATCH 0939/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/pocketradius/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/pocketradius/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md b/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md new file mode 100644 index 00000000000..01ef5a5de02 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Pocket radius" +- - - + +![Pocket radius](pocketradius.svg) + +Controls the radius with which the pockets are rounded at the bottom. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_pocketradius_sample.svg "Effect of this option on the pattern") From a401b602c42bf50a8f9fbf83bd0ed6e77c60ae73 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:53 +0200 Subject: [PATCH 0940/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/pocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md b/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md new file mode 100644 index 00000000000..0e5c6897392 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Pocket width" +- - - + +Controls the width of the pockets. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_pocketwidth_sample.svg "Effect of this option on the pattern") From c44397c8fe81ec57806bdb12236a46c1b5f37446 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:54 +0200 Subject: [PATCH 0941/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/s3armhole/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/s3armhole/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md b/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md new file mode 100644 index 00000000000..3a7da650d49 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: armhole side" +- - - + + +Controls the shoulder seam location on the armhole side. + +- Increase this option to shift the shoulder seam forward on the armhole side +- Decrease this option to shift the shoulder seam backward on the armhole side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_s3armhole_sample.svg "Effect of this option on the pattern") From f469ec332ea7d1190ab3509b7f9973df5f697d0d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:55 +0200 Subject: [PATCH 0942/1675] New translations en.md (Ukrainian) --- .../patterns/carlton/options/chestpocketplacement/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md new file mode 100644 index 00000000000..0924193281e --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest pocket placement" +- - - + +Controls the location of the chest pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_chestpocketplacement_sample.svg "Effect of this option on the pattern") From c2205118b1cb90c9a884f53670f3f2d7224062d4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:56 +0200 Subject: [PATCH 0943/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/chestpocketangle/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md new file mode 100644 index 00000000000..115a880cd6c --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest pocket angle" +- - - + +Controls the slant of the chest pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_chestpocketangle_sample.svg "Effect of this option on the pattern") From 94e8fdceac16e7f624b41a3e4173c95045db9021 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:58 +0200 Subject: [PATCH 0944/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq4offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md new file mode 100644 index 00000000000..7234ba6fd3b --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 offset" +- - - + +![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) + +This option controls the offset in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq4offset_sample.svg "Effect of this option on the pattern") From f0a1c7d51dd9c27a469aef23adb08b34778dd7da Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:21:59 +0200 Subject: [PATCH 0945/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md b/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md new file mode 100644 index 00000000000..f27e9cad40b --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_backneckcutout_sample.svg "Effect of this option on the pattern") From a64c4edef50b1feef9a74ab2982503dad27d920e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:00 +0200 Subject: [PATCH 0946/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq4spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md new file mode 100644 index 00000000000..40122d4f55c --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 upward spread" +- - - + +![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) + +This option controls the upward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq4spread1_sample.svg "Effect of this option on the pattern") From 3ab93ab80846cd302080c01a5511045c5cad5cb4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:01 +0200 Subject: [PATCH 0947/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecapq4spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md new file mode 100644 index 00000000000..15454059be4 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 downward spread" +- - - + +![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) + +This option controls the downward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecapq4spread2_sample.svg "Effect of this option on the pattern") From 6b53c8505d09ed2d9144bc7dd6ca49447d8ea800 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:02 +0200 Subject: [PATCH 0948/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecaptopfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md new file mode 100644 index 00000000000..90ee4115aab --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top X" +- - - + +![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) + +This option controls the horizontal placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecaptopfactorx_sample.svg "Effect of this option on the pattern") From 6c694fb7deea5b5e32bc890e2746c61b5e35135f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:03 +0200 Subject: [PATCH 0949/1675] New translations en.md (Ukrainian) --- .../breanna/options/sleevecaptopfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md new file mode 100644 index 00000000000..158352dff10 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top Y" +- - - + +![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) + +This option controls the vertical placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevecaptopfactory_sample.svg "Effect of this option on the pattern") From 506b85f7857f3f1720b165985cf56e26046a0e5c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:04 +0200 Subject: [PATCH 0950/1675] New translations en.md (Ukrainian) --- .../patterns/breanna/options/sleevelengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..d9ad028dfad --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleeve length bonus" +- - - + +This option controls how to lengthen the sleeves. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From 9181a619c4ccb38aabd5d1883c0baeef9561c521 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:05 +0200 Subject: [PATCH 0951/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/options/verticalease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/verticalease/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/verticalease/uk.md b/markdown/org/docs/patterns/breanna/options/verticalease/uk.md new file mode 100644 index 00000000000..6d6271767ae --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/verticalease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Vertical ease" +- - - + +The amount of ease to distribute along the length of the garment. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_verticalease_sample.svg "Effect of this option on the pattern") From 118c8989cc1c2a8e4e34395709e963fa29db5f66 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:06 +0200 Subject: [PATCH 0952/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/options/waistdart/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/waistdart/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/waistdart/uk.md b/markdown/org/docs/patterns/breanna/options/waistdart/uk.md new file mode 100644 index 00000000000..cdf7013e1c2 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/waistdart/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist dart" +- - - + +Whether or not to inlude a back waist dart to round the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_waistdart_sample.svg "Effect of this option on the pattern") From 7b281edd3273694140c4c0d1a1f82c385f1c1a97 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:07 +0200 Subject: [PATCH 0953/1675] New translations en.md (Ukrainian) --- .../docs/patterns/breanna/options/waistdartlength/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md new file mode 100644 index 00000000000..63ce0249aed --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist dart length" +- - - + +The length of the back waist dart. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_waistdartlength_sample.svg "Effect of this option on the pattern") From d0dd0c3753aa29b7b5e59dedc0fc5fbbfd851dce Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:08 +0200 Subject: [PATCH 0954/1675] New translations en.md (Ukrainian) --- .../docs/patterns/breanna/options/waistdartsize/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md b/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md new file mode 100644 index 00000000000..7bb386f20bc --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist dart size" +- - - + +The size of the back waist dart + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_waistdartsize_sample.svg "Effect of this option on the pattern") From 988816ed92b4e73d9dd9d756f956d3c34058e125 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:09 +0200 Subject: [PATCH 0955/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/breanna/options/waistease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/breanna/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/breanna/options/waistease/uk.md b/markdown/org/docs/patterns/breanna/options/waistease/uk.md new file mode 100644 index 00000000000..30874bcb705 --- /dev/null +++ b/markdown/org/docs/patterns/breanna/options/waistease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Waist ease" +- - - + +The amount of ease at the waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](breanna_waistease_sample.svg "Effect of this option on the pattern") From 8188b6e147bd053239144736fb5c099ac574595b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:10 +0200 Subject: [PATCH 0956/1675] New translations en.md (Ukrainian) --- .../patterns/carlita/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..a1cd08239dd --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From db949094d58ce1a9fbb69f0719566d5e2c5f7def Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:11 +0200 Subject: [PATCH 0957/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/chestease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/chestease/uk.md b/markdown/org/docs/patterns/carlton/options/chestease/uk.md new file mode 100644 index 00000000000..5546822d9bc --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/chestease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest ease" +- - - + +![Chest ease](./chestease.svg) + +The amount of ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_chestease_sample.svg "Effect of this option on the pattern") From c03a04a59b01da6732ed3dcb7170703dabfbbcd6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:12 +0200 Subject: [PATCH 0958/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/s3armhole/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/s3armhole/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md b/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md new file mode 100644 index 00000000000..4d190ee4954 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: armhole side" +- - - + + +Controls the shoulder seam location on the armhole side. + +- Increase this option to shift the shoulder seam forward on the armhole side +- Decrease this option to shift the shoulder seam backward on the armhole side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_s3armhole_sample.svg "Effect of this option on the pattern") From 801dfd801cef7a968981e32379dfc45f574f4dc3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:13 +0200 Subject: [PATCH 0959/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/s3collar/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/s3collar/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/s3collar/uk.md b/markdown/org/docs/patterns/carlita/options/s3collar/uk.md new file mode 100644 index 00000000000..deea6634360 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/s3collar/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: collar side" +- - - + + +Controls the shoulder seam location on the collar side. + +- Increase this option to shift the shoulder seam forward on the collar side +- Decrease this option to shift the shoulder seam backward on the collar side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_s3collar_sample.svg "Effect of this option on the pattern") From f1d1c6917d76090a2e413aa4b5fc006b665d3067 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:14 +0200 Subject: [PATCH 0960/1675] New translations en.md (Ukrainian) --- .../carlita/options/shoulderslopereduction/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..2a2f8d43b3b --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder slope reduction" +- - - + +Reduces the shoulder slope to create extra room for shoulder padding. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_shoulderslopereduction_sample.svg "Effect of this option on the pattern") From 0530b6cc575a1dc5f2d0bef28b9fccbc16a4c87d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:15 +0200 Subject: [PATCH 0961/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlita/options/sleevecapheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md diff --git a/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md new file mode 100644 index 00000000000..eb1841d1e80 --- /dev/null +++ b/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleevecap height" +- - - + +This factor controls the height of the sleevecap. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlita_sleevecapheight_sample.svg "Effect of this option on the pattern") From 85d27bce05457f3d4288363abd61d6880e1c29f5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:18 +0200 Subject: [PATCH 0962/1675] New translations en.md (Ukrainian) --- .../patterns/carlton/options/acrossbackfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..f782cfde9a0 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Across back factor" +- - - + +![Across back factor](./acrossbackfactor.svg) + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_acrossbackfactor_sample.svg "Effect of this option on the pattern") From ad7a47d187bd34441d18d1ea8d3b742e1aa69e50 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:19 +0200 Subject: [PATCH 0963/1675] New translations en.md (Ukrainian) --- .../patterns/carlton/options/armholedepthfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..0691481c007 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Armhole depth factor" +- - - + +![Armhole depth factor](./armholedepthfactor.svg) + +This controls the depth of the armhole, which in turn influences the sleevecap width. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_armholedepthfactor_sample.svg "Effect of this option on the pattern") From 8dd64093e28eb148dce1c12e094e8a537b94ff55 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:20 +0200 Subject: [PATCH 0964/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md b/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md new file mode 100644 index 00000000000..303fac1ca85 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_backneckcutout_sample.svg "Effect of this option on the pattern") From d15b1afb2628d49659ce16cf7e1e3e811c9774cb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:21 +0200 Subject: [PATCH 0965/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/beltwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/beltwidth/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md b/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md new file mode 100644 index 00000000000..5cc32e541e9 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Belt width" +- - - + +Controls the width of the belt at the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_beltwidth_sample.svg "Effect of this option on the pattern") From 8c92cc12e17b27d3b3cb6b5a49e0af5ffb253fea Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:22 +0200 Subject: [PATCH 0966/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/bicepsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md b/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md new file mode 100644 index 00000000000..4cd9835c958 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Biceps ease" +- - - + +![Biceps ease](./bicepsease.svg) + +The amount of ease at your upper arm. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_bicepsease_sample.svg "Effect of this option on the pattern") From d6ac417101bd0c36fcb65748c4f82f171ec7cf94 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:23 +0200 Subject: [PATCH 0967/1675] New translations en.md (Ukrainian) --- .../carlton/options/buttonspacinghorizontal/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md b/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md new file mode 100644 index 00000000000..dc7045fb502 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Horizontal button spacing" +- - - + +Controls how far the double rows of front buttons are set apart. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_buttonspacinghorizontal_sample.svg "Effect of this option on the pattern") From 6ebf7f7b6ab08da2ef198dbbb8148b0670c384c3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:24 +0200 Subject: [PATCH 0968/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/s3collar/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/s3collar/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/s3collar/uk.md b/markdown/org/docs/patterns/carlton/options/s3collar/uk.md new file mode 100644 index 00000000000..be84f6d5d09 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/s3collar/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: collar side" +- - - + + +Controls the shoulder seam location on the collar side. + +- Increase this option to shift the shoulder seam forward on the collar side +- Decrease this option to shift the shoulder seam backward on the collar side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_s3collar_sample.svg "Effect of this option on the pattern") From 26cc7b2f2e22f77df07633a2cd341510b973d6fd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:25 +0200 Subject: [PATCH 0969/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/seatease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/seatease/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/seatease/uk.md b/markdown/org/docs/patterns/carlton/options/seatease/uk.md new file mode 100644 index 00000000000..4ae7b5dcb34 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/seatease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Seat ease" +- - - + +![Seat ease](./seatease.svg) + +The amount of ease at your seat. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_seatease_sample.svg "Effect of this option on the pattern") From 619b58a0f2fdfdd73ee4fde7321aaa1dfb5a40ff Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:26 +0200 Subject: [PATCH 0970/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq2spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md new file mode 100644 index 00000000000..442dfab8288 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 upward spread" +- - - + +![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) + +This option controls the upward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq2spread2_sample.svg "Effect of this option on the pattern") From 8835a1a9f4f791613ec89c512328276da9686d53 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:27 +0200 Subject: [PATCH 0971/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapbackfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md new file mode 100644 index 00000000000..d0da65eeb7c --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back Y" +- - - + +![The vertical location of the back inflection point](./sleevecapbackfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapbackfactory_sample.svg "Effect of this option on the pattern") From d106ee403cce0cb3d750838d472d3b450f8813bf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:28 +0200 Subject: [PATCH 0972/1675] New translations en.md (Ukrainian) --- .../patterns/diana/options/sleevecapease/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md new file mode 100644 index 00000000000..7f9ba9c86ae --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap ease" +- - - + +Determines the amount of sleevecap ease. + + + +The amount of sleevecap ease determines how the sleeves rolls from the shouder. +More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. + +For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapease_sample.svg "Effect of this option on the pattern") From 2c7f19a3ff465ba58e54e7c39b43b9a5483d25ed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:29 +0200 Subject: [PATCH 0973/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapfrontfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md new file mode 100644 index 00000000000..a2cbc5f6f06 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front X" +- - - + +![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapfrontfactorx_sample.svg "Effect of this option on the pattern") From 5b2b721cbbb3429de64fa9e3c2ddc70382b9ac5d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:30 +0200 Subject: [PATCH 0974/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapfrontfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md new file mode 100644 index 00000000000..87e28ae4494 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front Y" +- - - + +![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapfrontfactory_sample.svg "Effect of this option on the pattern") From f74492bf8874040e0071c22c3793147d44d43723 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:31 +0200 Subject: [PATCH 0975/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq1offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md new file mode 100644 index 00000000000..c98fd4cb58b --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 offset" +- - - + +![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) + +This option controls the offset in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq1offset_sample.svg "Effect of this option on the pattern") From d56a6922abc090dac0d3dab71859b3a121b6eb29 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:32 +0200 Subject: [PATCH 0976/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq1spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md new file mode 100644 index 00000000000..2d34a848476 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 downward spread" +- - - + +![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) + +This option controls the downward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq1spread1_sample.svg "Effect of this option on the pattern") From c48d49446153fd62c2cee93e93d7c0d8b6144a91 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:33 +0200 Subject: [PATCH 0977/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq1spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md new file mode 100644 index 00000000000..7d4e41cc1c4 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 upward spread" +- - - + +![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) + +This option controls the upward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq1spread2_sample.svg "Effect of this option on the pattern") From 4187660f37fe1c5905b8d8d855e08e1ffad081ba Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:34 +0200 Subject: [PATCH 0978/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq2offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md new file mode 100644 index 00000000000..33a83c55502 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 offset" +- - - + +![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) + +This option controls the offset in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq2offset_sample.svg "Effect of this option on the pattern") From 9eb0126b07e7cb803dc39f4784dd4345272afdd9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:35 +0200 Subject: [PATCH 0979/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq2spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md new file mode 100644 index 00000000000..8bc5fb6ccd9 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 downward spread" +- - - + +![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) + +This option controls the downward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq2spread1_sample.svg "Effect of this option on the pattern") From f5f13c76566c6511efcc49f40ed3c1d1504ca606 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:36 +0200 Subject: [PATCH 0980/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq3offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md new file mode 100644 index 00000000000..8f8f8d94392 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 offset" +- - - + +![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) + +This option controls the offset in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq3offset_sample.svg "Effect of this option on the pattern") From cc450d478414b8987db133bc00e27bcc57dbd8c2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:37 +0200 Subject: [PATCH 0981/1675] New translations en.md (Ukrainian) --- .../patterns/diana/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..270c0207ad9 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From 88991e5f1b380485b177f1fdecbfd8f106900bdc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:40 +0200 Subject: [PATCH 0982/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq3spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md new file mode 100644 index 00000000000..9e5aaf2dbfe --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 upward spread" +- - - + +![The upward spread in the thrid quadrant of the sleevecap](./sleevecapq3spread1.svg) + +This option controls the upward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq3spread1_sample.svg "Effect of this option on the pattern") From 77e7d0599479ca918bc8c8c3ca434631062814e6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:41 +0200 Subject: [PATCH 0983/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq3spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md new file mode 100644 index 00000000000..ac18f030838 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 downward spread" +- - - + +![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) + +This option controls the downward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq3spread2_sample.svg "Effect of this option on the pattern") From 7567f8d1b7c05d3cc0101460766ace641550f564 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:42 +0200 Subject: [PATCH 0984/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq4offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md new file mode 100644 index 00000000000..c8809febdaa --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 offset" +- - - + +![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) + +This option controls the offset in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq4offset_sample.svg "Effect of this option on the pattern") From 087d61e1f531dcf7ee96e317fdf9cf35345bb887 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:43 +0200 Subject: [PATCH 0985/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq4spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md new file mode 100644 index 00000000000..d43dfac180a --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 upward spread" +- - - + +![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) + +This option controls the upward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq4spread1_sample.svg "Effect of this option on the pattern") From 7bb9b36c15b4d9765df969d32d625871527d4f35 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:44 +0200 Subject: [PATCH 0986/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapq4spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md new file mode 100644 index 00000000000..62533ec148f --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 downward spread" +- - - + +![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) + +This option controls the downward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapq4spread2_sample.svg "Effect of this option on the pattern") From 153774a05504c50aaa8bb5490ee851c0eb5f4396 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:45 +0200 Subject: [PATCH 0987/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecaptopfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md new file mode 100644 index 00000000000..0ab50844d38 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top X" +- - - + +![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) + +This option controls the horizontal placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecaptopfactorx_sample.svg "Effect of this option on the pattern") From be384b5796358c7e914f4a78cd3aa4bf774f11f0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:46 +0200 Subject: [PATCH 0988/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecaptopfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md new file mode 100644 index 00000000000..a264549bbf8 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top Y" +- - - + +![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) + +This option controls the vertical placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecaptopfactory_sample.svg "Effect of this option on the pattern") From f6c06f03063841dd579bde4d6550d26a5887d983 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:47 +0200 Subject: [PATCH 0989/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevewidthguarantee/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md new file mode 100644 index 00000000000..911a8e5af21 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Sleeve width guarantee" +- - - + +We first draft the arm opening, then we draft a sleeve to fit it. + +When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. + +Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap. + +To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") From 9b378efb9e79dedc2d1529b43c7b9798a336930c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:48 +0200 Subject: [PATCH 0990/1675] New translations en.md (Ukrainian) --- .../docs/patterns/huey/options/acrossbackfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..9c709158ae2 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Across back factor" +- - - + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_acrossbackfactor_sample.svg "Effect of this option on the pattern") From c81fcd588601d4552f1e3075da084d1b0c195290 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:49 +0200 Subject: [PATCH 0991/1675] New translations en.md (Ukrainian) --- .../docs/patterns/huey/options/armholedepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..f719582649e --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole depth factor" +- - - + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_armholedepthfactor_sample.svg "Effect of this option on the pattern") From 86ffa052fc304a9c699484544c17f60a9c3f0cc6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:50 +0200 Subject: [PATCH 0992/1675] New translations en.md (Ukrainian) --- .../diana/options/sleevecapbackfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md diff --git a/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md new file mode 100644 index 00000000000..2cd66c0eb10 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back X" +- - - + +![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_sleevecapbackfactorx_sample.svg "Effect of this option on the pattern") From 243a9bd9792665f86b7eb636c93b3cebd5a80d4a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:51 +0200 Subject: [PATCH 0993/1675] New translations en.md (Ukrainian) --- .../docs/patterns/diana/options/armholedepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..bee4a493933 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole depth factor" +- - - + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_armholedepthfactor_sample.svg "Effect of this option on the pattern") From 6f377082851e3f2ed17d601b7825cf86b80c3676 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:52 +0200 Subject: [PATCH 0994/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md b/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md new file mode 100644 index 00000000000..92401a5b992 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +![Shoulder ease](./shoulderease.svg) + +The amount of ease at your shoulders. This is an option specific to coats/overwear to allow room for garments worn under the coat. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_shoulderease_sample.svg "Effect of this option on the pattern") From f9ee47ecfd89e0a1336ebd2372b54f5e7c03034b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:53 +0200 Subject: [PATCH 0995/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/crotchseamcurveangle/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md b/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md new file mode 100644 index 00000000000..ccaa510747d --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Crotch seam angle" +- - - + +Controls the angle of the crotch seam curve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_crotchseamcurveangle_sample.svg "Effect of this option on the pattern") From cf0eb5406b8391b31363229684fc4fcfc34e952a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:54 +0200 Subject: [PATCH 0996/1675] New translations en.md (Ukrainian) --- .../carlton/options/shoulderslopereduction/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..81b69a211ef --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder slope reduction" +- - - + +Reduces the shoulder slope to create extra room for shoulder padding. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_shoulderslopereduction_sample.svg "Effect of this option on the pattern") From 59458fd744bba7a2a2c04e8ed5c3e33f57134244 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:55 +0200 Subject: [PATCH 0997/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/sleevebend/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/sleevebend/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md b/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md new file mode 100644 index 00000000000..7155216aca4 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve bend" +- - - + +![Sleeve bend](./sleevebend.svg) + +The angle of the sleeve at the elbow. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_sleevebend_sample.svg "Effect of this option on the pattern") From b252e751970bf22dc892bddee7e310ffd3ff66cc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:56 +0200 Subject: [PATCH 0998/1675] New translations en.md (Ukrainian) --- .../carlton/options/sleevecapease/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md b/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md new file mode 100644 index 00000000000..779beb3852a --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Sleevecap ease" +- - - + +![Sleevecap ease](./sleevecapease.svg) + +How much sleevecap ease do you want? + +> #### What's the point? +> +> The amount of sleevecap ease determines how the sleeves rolls from the shouder. +> +> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter. + +> The lighter your fabric, the less sleevecap ease you want. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_sleevecapease_sample.svg "Effect of this option on the pattern") From 8fd99ae281f0b5650714dceacb34ea18e1b7d213 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:57 +0200 Subject: [PATCH 0999/1675] New translations en.md (Ukrainian) --- .../docs/patterns/carlton/options/sleevecapheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md new file mode 100644 index 00000000000..f0ecdac21f1 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleevecap height" +- - - + +This factor controls the height of the sleevecap. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_sleevecapheight_sample.svg "Effect of this option on the pattern") From 2a3089954f125a44277e016d69b9e57a7d27b94b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:58 +0200 Subject: [PATCH 1000/1675] New translations en.md (Ukrainian) --- .../carlton/options/sleevelengthbonus/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..17cb8843e44 --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Sleeve length bonus" +- - - + +![Sleevelength bonus](./sleevelengthbonus.svg) + +The amount to extend the sleeve beyond the length of the sleeve in the base block. + + + +###### This is not supposed to be zero + +Setting this to zero will make the sleeve length the same as the base length of the Bent block, +which is certainly too short for a coat. +Please take note of the default value and use that as a basis to lengthen or shorten the sleeve. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From 2662f3c88ac81e8f52eff3e622d80ea36832666d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:22:59 +0200 Subject: [PATCH 1001/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/carlton/options/waistease/uk.md b/markdown/org/docs/patterns/carlton/options/waistease/uk.md new file mode 100644 index 00000000000..41f269f836a --- /dev/null +++ b/markdown/org/docs/patterns/carlton/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +![Waist ease](./waistease.svg) + +The amount of ease at your waist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](carlton_waistease_sample.svg "Effect of this option on the pattern") From bc17eafe960702bf275801391e56d5eea247dc6c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:00 +0200 Subject: [PATCH 1002/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/crossseamcurveangle/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md b/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md new file mode 100644 index 00000000000..3eb2ae59b33 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Cross seam angle" +- - - + +Controls the angle of the cross seam curve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_crossseamcurveangle_sample.svg "Effect of this option on the pattern") From 101c003b0288ce48d2203d515f7ed1b5e5c2db10 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:01 +0200 Subject: [PATCH 1003/1675] New translations en.md (Ukrainian) --- .../charlie/options/crossseamcurvebend/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md b/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md new file mode 100644 index 00000000000..bda0432e8fd --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Cross seam bend" +- - - + +Controls the curvature of the cross seam curve. + + + +This curve has an influence on the amount of fabric at your bum. + +People with a flatter bum will get a better fit by increasing this, as the curve will start later, +and this there will be less fabric pooling at the bum. + +People with a round bum might want to lower this to create a little more (horizontal) room for their behind. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_crossseamcurvebend_sample.svg "Effect of this option on the pattern") From 615abe578328ac9188675fe787bea9a9862f00e6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:02 +0200 Subject: [PATCH 1004/1675] New translations en.md (Ukrainian) --- .../charlie/options/crossseamcurvestart/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md b/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md new file mode 100644 index 00000000000..68cf8daa02b --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Start of the cross seam curve" +- - - + +Controls the start of the cross seam curve. + + + +This curve has an influence on the amount of fabric at your bum. + +People with a flatter bum will get a better fit by increasing this, as the curve will start later, +and this there will be less fabric pooling at the bum. + +People with a round bum might want to lower this to create a little more (horizontal) room for their behind. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_crossseamcurvestart_sample.svg "Effect of this option on the pattern") From 8e9cee3fdd7b1caf9eaebfff3b222d692170c0c0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:03 +0200 Subject: [PATCH 1005/1675] New translations en.md (Ukrainian) --- .../docs/patterns/charlie/options/crotchdrop/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md b/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md new file mode 100644 index 00000000000..78cd058aa1a --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Crotch drop" +- - - + +Controls by how much the crotch is lowered. + +Lowering the crotch makes for a more casual fit.\ +A signigicantly lowered crotched can also be a style choice. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_crotchdrop_sample.svg "Effect of this option on the pattern") From 24821f287c645cfbfcbc81d114bd3081fb3974f5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:04 +0200 Subject: [PATCH 1006/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/crotchseamcurvebend/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md b/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md new file mode 100644 index 00000000000..26ae40811a2 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Crotch seam bend" +- - - + +Controls the curvature of the croth seam, which influences the fit at your crotch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_crotchseamcurvebend_sample.svg "Effect of this option on the pattern") From f5904e10cb3eefac16ab576d97e84c64baf2dd6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:05 +0200 Subject: [PATCH 1007/1675] New translations en.md (Ukrainian) --- .../docs/patterns/diana/options/acrossbackfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..e91f5f5b0d3 --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Across back factor" +- - - + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_acrossbackfactor_sample.svg "Effect of this option on the pattern") From 0a0b74ecfb5b793d270761e980cb417d94de90cd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:07 +0200 Subject: [PATCH 1008/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/crotchseamcurvestart/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md b/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md new file mode 100644 index 00000000000..15062ba4253 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Start of the crotch seam curve" +- - - + +Controls where the crotch seam starts to curve, which influences the fit at your crotch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_crotchseamcurvestart_sample.svg "Effect of this option on the pattern") From 9df026314ba106207c8ff6ca15a1ac589ab65fb7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:08 +0200 Subject: [PATCH 1009/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/grainlineposition/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md b/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md new file mode 100644 index 00000000000..0873e9ca94e --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Grainline position" +- - - + +Controls the position of the grainline. + +You can use this to shift the grainline inward or outward if that works better for your body. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_grainlineposition_sample.svg "Effect of this option on the pattern") From 2d0d18a5f1291a2767491ceb8456d16cfdbf8ed0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:09 +0200 Subject: [PATCH 1010/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/charlie/options/kneeease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/kneeease/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/kneeease/uk.md b/markdown/org/docs/patterns/charlie/options/kneeease/uk.md new file mode 100644 index 00000000000..a1e25deb6b6 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/kneeease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Knee ease" +- - - + +Controls the amount of ease at your knees, which also determines the width of the trouser legs. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_kneeease_sample.svg "Effect of this option on the pattern") From 0c34d7eb7a381b9e6d4d97f0adcee6b36b4d7dca Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:10 +0200 Subject: [PATCH 1011/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/legbalance/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/legbalance/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/legbalance/uk.md b/markdown/org/docs/patterns/charlie/options/legbalance/uk.md new file mode 100644 index 00000000000..4630db2b145 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/legbalance/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Leg balance" +- - - + +Controls the proportion between the front and back part of the legs. + +The back of the trouser legs are always wider than the front. This controls by how much. + + + +Increasing this will make the front leg panel narrower.\ +This makes the wearer look more skinny. + +This trick is often used in womenswear jeans +(now you know why you can't find womenswear jeans with functional front pockets). + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_legbalance_sample.svg "Effect of this option on the pattern") From 579f1d7063e5a32686e906cf98d69e41c096cbb7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:11 +0200 Subject: [PATCH 1012/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/lengthbonus/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md b/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md new file mode 100644 index 00000000000..8cb6d460a12 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Length bonus" +- - - + +Controls the length of the entire trousers, which essentially means the length of the legs. + + + +Setting this to zero will make the trousers the same length as the [waist to floor](/docs/measurements/waisttofloor) measurement. + +This does not mean that the trousers will hit the floor, since due to the curves of the body and the way the fabric drapes, +the trousers will need to be longer than this to actually hit the floor. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_lengthbonus_sample.svg "Effect of this option on the pattern") From 597b773cb7dfe4bb8245489adc874551ff40b0a2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:12 +0200 Subject: [PATCH 1013/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/charlie/options/seatease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/seatease/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/seatease/uk.md b/markdown/org/docs/patterns/charlie/options/seatease/uk.md new file mode 100644 index 00000000000..5c14fa15963 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/seatease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Seat ease" +- - - + +Controls the amount of ease at your seat/bum. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_seatease_sample.svg "Effect of this option on the pattern") From dde6371e222b1bf8804400a09065a041a0075e2e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:13 +0200 Subject: [PATCH 1014/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/waistbalance/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/waistbalance/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md b/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md new file mode 100644 index 00000000000..d32143aaef1 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Waist balance" +- - - + +Controls the distribution of fabric between front and back parts at the waist. + +It is somewhat in vogue to draft a larger back panel these days. Doing so shifts the side seam forward which gives the illusion of being slimmer. + +The side effect of shifting the side seam forward is that it's easy to get into the pockets that are located on the side seam. + +This option allows you to control this balance. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_waistbalance_sample.svg "Effect of this option on the pattern") From 2d297ffe8e10e7e0685f08ba2f939dbae1678d46 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:14 +0200 Subject: [PATCH 1015/1675] New translations en.md (Ukrainian) --- .../docs/patterns/charlie/options/waistbandwidth/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md new file mode 100644 index 00000000000..f6fd873b826 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md @@ -0,0 +1,10 @@ +- - - +title: "Waistband width" +- - - + + +Controls the width of the waistband. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_waistbandwidth_sample.svg "Effect of this option on the pattern") From cea139261468f6454e36fe67eb38e30b179208ea Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:15 +0200 Subject: [PATCH 1016/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/charlie/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/waistease/uk.md b/markdown/org/docs/patterns/charlie/options/waistease/uk.md new file mode 100644 index 00000000000..857aec9cab7 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +Controls the amount of ease at your waist. + +Even if you draft lower pants, this will still influence the ease at the top of your pants (the closure). + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_waistease_sample.svg "Effect of this option on the pattern") From 89e5e701a62aff0417c2842b71a602f3c1ee44d2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:16 +0200 Subject: [PATCH 1017/1675] New translations en.md (Ukrainian) --- .../docs/patterns/charlie/options/waistheight/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/waistheight/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/waistheight/uk.md b/markdown/org/docs/patterns/charlie/options/waistheight/uk.md new file mode 100644 index 00000000000..05e45163e99 --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/waistheight/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Waist height" +- - - + +Controls the height of the waist, where: + +- 100% : The waist of the trousers sits at the waist line +- 0% : The waist of the trousers sits at the hip line + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_waistheight_sample.svg "Effect of this option on the pattern") From 4adef872468fed86b04a8e14719e319eac782f28 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:17 +0200 Subject: [PATCH 1018/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md b/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md new file mode 100644 index 00000000000..a1c9a5ecb90 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_backneckcutout_sample.svg "Effect of this option on the pattern") From 4f5d0b988b8ec6d6cba3da4e06836140a894988e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:18 +0200 Subject: [PATCH 1019/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/options/bicepsease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/huey/options/bicepsease/uk.md b/markdown/org/docs/patterns/huey/options/bicepsease/uk.md new file mode 100644 index 00000000000..31196ad639a --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/bicepsease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Biceps ease" +- - - + +The amount of ease at your upper arm. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_bicepsease_sample.svg "Effect of this option on the pattern") From 3b1a9ef3872c8409db30806a69a445d99f40383c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:19 +0200 Subject: [PATCH 1020/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/hugo/options/ribbingheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md b/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md new file mode 100644 index 00000000000..6ba9fadf6e3 --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Ribbing height" +- - - + +The height of the ribbing at the hem and cuffs. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_ribbingheight_sample.svg "Effect of this option on the pattern") From e476d2b1ced4db11f7f84a4aed3be73a5313c687 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:20 +0200 Subject: [PATCH 1021/1675] New translations en.md (Ukrainian) --- .../docs/patterns/huey/options/sleevelengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..4ede0aee45a --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleeve length bonus" +- - - + +This option controls how long to lengthen the sleeves by. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From fdaf159dde2265f113b718fa6593af0dbd906ef6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:21 +0200 Subject: [PATCH 1022/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevewidthguarantee/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md new file mode 100644 index 00000000000..ba11199b54e --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Sleeve width guarantee" +- - - + +We first draft the arm opening, then we draft a sleeve to fit it. + +When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. + +Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap. + +To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") From 398488d187dbaca69857fdd1b21f3769de43f952 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:22 +0200 Subject: [PATCH 1023/1675] New translations en.md (Ukrainian) --- .../docs/patterns/hugo/options/acrossbackfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..f282ac2214d --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Across back factor" +- - - + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_acrossbackfactor_sample.svg "Effect of this option on the pattern") From 0f3cdb7858de65f7d90bb52fab381e3ce3fb30f7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:23 +0200 Subject: [PATCH 1024/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/hugo/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md b/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md new file mode 100644 index 00000000000..3ce41e3209b --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_backneckcutout_sample.svg "Effect of this option on the pattern") From 643eaa7f54d95ff1c705fa1c9a6e7049e1be9279 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:24 +0200 Subject: [PATCH 1025/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/options/bicepsease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md b/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md new file mode 100644 index 00000000000..dee416e8575 --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Biceps ease" +- - - + +The amount of ease at your upper arm. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_bicepsease_sample.svg "Effect of this option on the pattern") From 3c9f941af4517f90b71e7d966b1cadc7d78a8694 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:25 +0200 Subject: [PATCH 1026/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/options/chestease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/chestease/uk.md b/markdown/org/docs/patterns/hugo/options/chestease/uk.md new file mode 100644 index 00000000000..b804948c0e3 --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/chestease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest ease" +- - - + +This option controls the ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_chestease_sample.svg "Effect of this option on the pattern") From 8cebdb1bd7a6697d40295d3c7950a0d6e800acae Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:26 +0200 Subject: [PATCH 1027/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/options/cuffease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/cuffease/uk.md b/markdown/org/docs/patterns/hugo/options/cuffease/uk.md new file mode 100644 index 00000000000..2f6dbcfe1aa --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/cuffease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Cuff ease" +- - - + +This option controls the ease at your wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_cuffease_sample.svg "Effect of this option on the pattern") From 7cf354e4145bd506f10f0b005c3e4191ab336b75 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:27 +0200 Subject: [PATCH 1028/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hugo/options/hipsease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/hipsease/uk.md b/markdown/org/docs/patterns/hugo/options/hipsease/uk.md new file mode 100644 index 00000000000..7e1ec25bc5b --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/hipsease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Hips ease" +- - - + +How much room do you want at the hips? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_hipsease_sample.svg "Effect of this option on the pattern") From a87b20a264e71dba4dd919e6f89dc449d7818a93 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:28 +0200 Subject: [PATCH 1029/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/hugo/options/lengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md b/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md new file mode 100644 index 00000000000..d80e0971adc --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length bonus" +- - - + +The amount to lengthen the garment by. A negative value will shorten it. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_lengthbonus_sample.svg "Effect of this option on the pattern") From db09bd5dd694e1cb05f23bbe6bd8eecf0dfbd378 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:29 +0200 Subject: [PATCH 1030/1675] New translations en.md (Ukrainian) --- .../docs/patterns/hugo/options/sleevelengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..31e340fd7e8 --- /dev/null +++ b/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleeve length bonus" +- - - + +This option controls how long to lengthen the sleeves by. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hugo_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From a9a49baf39118034ddf24c4be199eb742e46becc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:30 +0200 Subject: [PATCH 1031/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecaptopfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md new file mode 100644 index 00000000000..cc5d3a214c2 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top X" +- - - + +![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) + +This option controls the horizontal placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecaptopfactorx_sample.svg "Effect of this option on the pattern") From 4cb24930d5ff02f42c36a38f3a14749ab8496666 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:31 +0200 Subject: [PATCH 1032/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md b/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md new file mode 100644 index 00000000000..e327fbd2d05 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_backneckcutout_sample.svg "Effect of this option on the pattern") From d9eb419dcc19c4d867b60af1ca04d506b091653b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:32 +0200 Subject: [PATCH 1033/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/bicepsease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md b/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md new file mode 100644 index 00000000000..402e52286e9 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Biceps ease" +- - - + +The amount of ease at your upper arm. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_bicepsease_sample.svg "Effect of this option on the pattern") From 5c0cd573524eb16b98e801e90d98aad37b1096fc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:33 +0200 Subject: [PATCH 1034/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/collarease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/collarease/uk.md b/markdown/org/docs/patterns/jaeger/options/collarease/uk.md new file mode 100644 index 00000000000..c75af9ecbfc --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/collarease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Collar ease" +- - - + +Controls the amount of ease at your collar/neck. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_collarease_sample.svg "Effect of this option on the pattern") From 40e4b7c93ad023ad2ab4d35a1154670e5f59cdb6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:34 +0200 Subject: [PATCH 1035/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..f1af5b5d4ce --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From a76535b70ce1c5df0e515c81ba35cb8d7610935b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:35 +0200 Subject: [PATCH 1036/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/jaeger/options/frontoverlap/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md b/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md new file mode 100644 index 00000000000..c0ee01693c7 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front overlap" +- - - + +How far the fabric extends beyond the button closure. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontoverlap_sample.svg "Effect of this option on the pattern") From ceb02ad6b6000ba8a2220073a6e827a5d8244e57 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:36 +0200 Subject: [PATCH 1037/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/frontpocketradius/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md new file mode 100644 index 00000000000..c143d7370f7 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Front pocket radius" +- - - + +The radius by which the front pocket is rounded. + +- Increase this option to curve the bottom of the front pocket +- Decrease this option to straighten out the bottom of the front pocket + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_frontpocketradius_sample.svg "Effect of this option on the pattern") From 40640c1a6965f938e60e29d52315e58a4d29dbb2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:37 +0200 Subject: [PATCH 1038/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/innerpocketdepth/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md new file mode 100644 index 00000000000..e6bc97b2e06 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Inner pocket depth" +- - - + +How deep you would like the inner pocket to be. + +- Increase this option to make a deeper inner pocket +- Decrease this option to make a shallower inner pocket + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_innerpocketdepth_sample.svg "Effect of this option on the pattern") From 9992d0fc93c6e891bc62f6d8e91873cd0ed2a7f2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:38 +0200 Subject: [PATCH 1039/1675] New translations en.md (Ukrainian) --- .../jaeger/options/innerpocketplacement/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md new file mode 100644 index 00000000000..53fa6249a58 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Inner pocket placement" +- - - + +The location of the inner pocket. + +- Increase this option to shift the inner pocket towards the side seam +- Decrease this option to shift the inner pocket towards the centre front + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_innerpocketplacement_sample.svg "Effect of this option on the pattern") From a6d64b37ad75f290c3560ee5e87599d0f0913765 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:39 +0200 Subject: [PATCH 1040/1675] New translations en.md (Ukrainian) --- .../jaeger/options/innerpocketweltheight/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md new file mode 100644 index 00000000000..d7093e45bac --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Inner pocket welt height" +- - - + +Controls the width of the inner pocket welts. + +- Increase this option to increase the width of the inner pocket welts +- Decrease this option to decrease the width of the inner pocket welts + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_innerpocketweltheight_sample.svg "Effect of this option on the pattern") From efde774dea05771e1a42d77f39fbf39152af6295 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:40 +0200 Subject: [PATCH 1041/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/innerpocketwidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md new file mode 100644 index 00000000000..f2c4ce45766 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Inner pocket width" +- - - + +The width of the inner pocket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_innerpocketwidth_sample.svg "Effect of this option on the pattern") From 972a8a3080f6d8df75032e817ea2d17447ccf4b4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:41 +0200 Subject: [PATCH 1042/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecaptopfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md new file mode 100644 index 00000000000..130396b6144 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top Y" +- - - + +![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) + +This option controls the vertical placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecaptopfactory_sample.svg "Effect of this option on the pattern") From a2177920c53133a0a8729157964749de06012f38 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:42 +0200 Subject: [PATCH 1043/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq4spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md new file mode 100644 index 00000000000..98141eb6e72 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 downward spread" +- - - + +![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) + +This option controls the downward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq4spread2_sample.svg "Effect of this option on the pattern") From 7dd44467956bad9bbfe74a68f12eb960a57f3a61 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:43 +0200 Subject: [PATCH 1044/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/options/chestease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/huey/options/chestease/uk.md b/markdown/org/docs/patterns/huey/options/chestease/uk.md new file mode 100644 index 00000000000..3f230641517 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/chestease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest ease" +- - - + +This option controls the ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_chestease_sample.svg "Effect of this option on the pattern") From 8e75aca903dd861fb40659ee0c2d755179a66664 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:44 +0200 Subject: [PATCH 1045/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapfrontfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md new file mode 100644 index 00000000000..6d8bbe5f1ca --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front X" +- - - + +![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapfrontfactorx_sample.svg "Effect of this option on the pattern") From 9398e9eaf13fb140c0dbd765807f9d8b493ec42b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:45 +0200 Subject: [PATCH 1046/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/options/collarease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/huey/options/collarease/uk.md b/markdown/org/docs/patterns/huey/options/collarease/uk.md new file mode 100644 index 00000000000..70a5e8b1fd2 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/collarease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Collar ease" +- - - + +Controls the amount of ease at your collar/neck. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_collarease_sample.svg "Effect of this option on the pattern") From e3eb615e43e95cf350d4cca41f43627ea0de51b2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:46 +0200 Subject: [PATCH 1047/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/options/cuffease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/huey/options/cuffease/uk.md b/markdown/org/docs/patterns/huey/options/cuffease/uk.md new file mode 100644 index 00000000000..9b71dd79ec1 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/cuffease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Cuff ease" +- - - + +This option controls the ease at your wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_cuffease_sample.svg "Effect of this option on the pattern") From 9aa85e4aaf6264a501c517f3318517b209b50d63 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:47 +0200 Subject: [PATCH 1048/1675] New translations en.md (Ukrainian) --- .../patterns/huey/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..177aa6d2647 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From db49b645fd1d6271f24fb65aaaef16fcc5e94569 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:48 +0200 Subject: [PATCH 1049/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/lengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md b/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md new file mode 100644 index 00000000000..2fe25d61065 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length bonus" +- - - + +The amount to lengthen the garment by. A negative value will shorten it. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_lengthbonus_sample.svg "Effect of this option on the pattern") From 54920947a9d440d5680bd526a62f26dd93c9bb90 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:49 +0200 Subject: [PATCH 1050/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/s3armhole/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/s3armhole/uk.md diff --git a/markdown/org/docs/patterns/huey/options/s3armhole/uk.md b/markdown/org/docs/patterns/huey/options/s3armhole/uk.md new file mode 100644 index 00000000000..21d1b3bd202 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/s3armhole/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: armhole side" +- - - + + +Controls the shoulder seam location on the armhole side. + +- Increase this option to shift the shoulder seam forward on the armhole side +- Decrease this option to shift the shoulder seam backward on the armhole side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_s3armhole_sample.svg "Effect of this option on the pattern") From b04cc7ef83184b9775ae7daa0470d11e4ea5b082 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:50 +0200 Subject: [PATCH 1051/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/s3collar/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/s3collar/uk.md diff --git a/markdown/org/docs/patterns/huey/options/s3collar/uk.md b/markdown/org/docs/patterns/huey/options/s3collar/uk.md new file mode 100644 index 00000000000..40d3568c4d5 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/s3collar/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: collar side" +- - - + + +Controls the shoulder seam location on the collar side. + +- Increase this option to shift the shoulder seam forward on the collar side +- Decrease this option to shift the shoulder seam backward on the collar side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_s3collar_sample.svg "Effect of this option on the pattern") From 6c6706f3b67095ff75dc57b4376eae5343ede6a7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:51 +0200 Subject: [PATCH 1052/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/huey/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/huey/options/shoulderease/uk.md b/markdown/org/docs/patterns/huey/options/shoulderease/uk.md new file mode 100644 index 00000000000..040ca3b1bcc --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +Controls the amount of ease on the shoulder to shoulder measurement. + +This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_shoulderease_sample.svg "Effect of this option on the pattern") From 632cf7223aa3484e3a5d7a89c957d967ed5a0fce Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:52 +0200 Subject: [PATCH 1053/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapbackfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md new file mode 100644 index 00000000000..7a94c259408 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back X" +- - - + +![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapbackfactorx_sample.svg "Effect of this option on the pattern") From f8ad06feddcb6a780f79d179cd1a86a4a5dbcd1c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:53 +0200 Subject: [PATCH 1054/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapbackfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md new file mode 100644 index 00000000000..d353f0cc27f --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back Y" +- - - + +![The vertical location of the back inflection point](./sleevecapbackfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapbackfactory_sample.svg "Effect of this option on the pattern") From e5232a57db1935e7258f2a414d98e7cf1f29d0e9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:54 +0200 Subject: [PATCH 1055/1675] New translations en.md (Ukrainian) --- .../patterns/huey/options/sleevecapease/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md new file mode 100644 index 00000000000..63b0b4bfbd2 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap ease" +- - - + +Determines the amount of sleevecap ease. + + + +The amount of sleevecap ease determines how the sleeves rolls from the shouder. +More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. + +For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapease_sample.svg "Effect of this option on the pattern") From 84f1deb3ca60c4c89fb6593b6d77c612dbd81a0d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:55 +0200 Subject: [PATCH 1056/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapfrontfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md new file mode 100644 index 00000000000..c2b81e4087c --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front Y" +- - - + +![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapfrontfactory_sample.svg "Effect of this option on the pattern") From 4a6fc60a58350569f91d0d0b15b3f54c7cb73fc1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:56 +0200 Subject: [PATCH 1057/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq4spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md new file mode 100644 index 00000000000..589f0b1f2cd --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 upward spread" +- - - + +![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) + +This option controls the upward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq4spread1_sample.svg "Effect of this option on the pattern") From 17cfd1239772c9c99c21be5e670632b8e3ffb4a9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:57 +0200 Subject: [PATCH 1058/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq1offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md new file mode 100644 index 00000000000..fd42559e4a1 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 offset" +- - - + +![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) + +This option controls the offset in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq1offset_sample.svg "Effect of this option on the pattern") From 7afb9de2ed681159429a5de1ecc5d3e38e0805f8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:58 +0200 Subject: [PATCH 1059/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq1spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md new file mode 100644 index 00000000000..f62c4f9f28f --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 downward spread" +- - - + +![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) + +This option controls the downward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq1spread1_sample.svg "Effect of this option on the pattern") From fe3b131d6d4a31c030cc1577cbc66667857bddf7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:23:59 +0200 Subject: [PATCH 1060/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq1spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md new file mode 100644 index 00000000000..c87ae4f84f1 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 upward spread" +- - - + +![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) + +This option controls the upward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq1spread2_sample.svg "Effect of this option on the pattern") From 814525bab8bccef92289fac97868af6b5f9ff8a3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:00 +0200 Subject: [PATCH 1061/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq2offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md new file mode 100644 index 00000000000..62c346a7bd4 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 offset" +- - - + +![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) + +This option controls the offset in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq2offset_sample.svg "Effect of this option on the pattern") From a574c70b8ea4445d3e62926eff9863cf635ce9e2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:01 +0200 Subject: [PATCH 1062/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq2spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md new file mode 100644 index 00000000000..2df587dca44 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 downward spread" +- - - + +![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) + +This option controls the downward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq2spread1_sample.svg "Effect of this option on the pattern") From 2106785873662d599531a679a2bd9d3dcea47d1f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:02 +0200 Subject: [PATCH 1063/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq2spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md new file mode 100644 index 00000000000..65892f5bed9 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 upward spread" +- - - + +![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) + +This option controls the upward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq2spread2_sample.svg "Effect of this option on the pattern") From 907672344f7320012172409ec03eea402264545f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:03 +0200 Subject: [PATCH 1064/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq3offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md new file mode 100644 index 00000000000..611b5f71ef5 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 offset" +- - - + +![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) + +This option controls the offset in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq3offset_sample.svg "Effect of this option on the pattern") From 4d983b9c60c594591dd67d8f53622e5f23d989dc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:04 +0200 Subject: [PATCH 1065/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq3spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md new file mode 100644 index 00000000000..8f48e5f9bdf --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 upward spread" +- - - + +![The upward spread in the thrid quadrant of the sleevecap](./sleevecapq3spread1.svg) + +This option controls the upward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq3spread1_sample.svg "Effect of this option on the pattern") From 2e211dd217efcab8a9cec28c545fc7c1d6e8e30a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:05 +0200 Subject: [PATCH 1066/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq3spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md new file mode 100644 index 00000000000..eff6d56f03a --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 downward spread" +- - - + +![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) + +This option controls the downward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq3spread2_sample.svg "Effect of this option on the pattern") From 12b232d2ff965b6c38de1b676bb40257326c28f3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:06 +0200 Subject: [PATCH 1067/1675] New translations en.md (Ukrainian) --- .../huey/options/sleevecapq4offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md new file mode 100644 index 00000000000..146c6c1d9f5 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 offset" +- - - + +![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) + +This option controls the offset in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_sleevecapq4offset_sample.svg "Effect of this option on the pattern") From 2b2ac6e83347a6d7fb4fbb6bb65739ab468e5c5f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:07 +0200 Subject: [PATCH 1068/1675] New translations en.md (Ukrainian) --- .../patterns/jaeger/options/lapelreduction/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md b/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md new file mode 100644 index 00000000000..cb9da8c589b --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md @@ -0,0 +1,14 @@ +- - - +title: "Lapel reduction" +- - - + +How much the tip of the lapels turns inwards. + +It is common to have the edge of the lapels not be entirely straight, but rather turn inwards a bit towards the top of the lapels. This option controls by how much it does that. + +- Increase this option to shift the lapel tip inward +- Decrease this option to shift the lapel tip outward + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_lapelreduction_sample.svg "Effect of this option on the pattern") From 284c0491b718af4ae0b3067b82a0bd969550300f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:08 +0200 Subject: [PATCH 1069/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md b/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md new file mode 100644 index 00000000000..09f7bca0bed --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +Controls the amount of ease on the shoulder to shoulder measurement. + +This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_shoulderease_sample.svg "Effect of this option on the pattern") From e757d9c54a98cc4d644618728adcdfc5adc190aa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:09 +0200 Subject: [PATCH 1070/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq3spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md new file mode 100644 index 00000000000..6f2551f2211 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 downward spread" +- - - + +![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) + +This option controls the downward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq3spread2_sample.svg "Effect of this option on the pattern") From 8a71bac49d994b1dd3d89ebe2e7d6217b96f1106 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:10 +0200 Subject: [PATCH 1071/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapfrontfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md new file mode 100644 index 00000000000..ef4f3e9016a --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front Y" +- - - + +![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapfrontfactory_sample.svg "Effect of this option on the pattern") From 5aadc5889ceba6a5548291069e7d55e6bbe0db94 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:11 +0200 Subject: [PATCH 1072/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq1offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md new file mode 100644 index 00000000000..232d0362a7d --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 offset" +- - - + +![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) + +This option controls the offset in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq1offset_sample.svg "Effect of this option on the pattern") From a6407b7c939971da89169c9d142dd345590c7987 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:12 +0200 Subject: [PATCH 1073/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq1spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md new file mode 100644 index 00000000000..d576e1079ed --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 downward spread" +- - - + +![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) + +This option controls the downward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq1spread1_sample.svg "Effect of this option on the pattern") From 1047e269506c08477990491ed19dc1d523555f4e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:13 +0200 Subject: [PATCH 1074/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq1spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md new file mode 100644 index 00000000000..65c8ae2eb82 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 upward spread" +- - - + +![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) + +This option controls the upward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq1spread2_sample.svg "Effect of this option on the pattern") From dbcd570a49d9c040661e930a7d27f7b4e5b5d0de Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:14 +0200 Subject: [PATCH 1075/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq2offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md new file mode 100644 index 00000000000..c221543a557 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 offset" +- - - + +![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) + +This option controls the offset in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq2offset_sample.svg "Effect of this option on the pattern") From 6ac3a319c2d8ea863ea4e1c8d3db1f899e1e6f57 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:15 +0200 Subject: [PATCH 1076/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq2spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md new file mode 100644 index 00000000000..c248b2af2e0 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 downward spread" +- - - + +![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) + +This option controls the downward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq2spread1_sample.svg "Effect of this option on the pattern") From 0eda31426a02dbd1037c5612fc9607a848aeb03d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:16 +0200 Subject: [PATCH 1077/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq2spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md new file mode 100644 index 00000000000..8dea6a13fbe --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 upward spread" +- - - + +![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) + +This option controls the upward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq2spread2_sample.svg "Effect of this option on the pattern") From 7b638dac8822eaff2be9db39232caceb0616fef8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:17 +0200 Subject: [PATCH 1078/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq3offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md new file mode 100644 index 00000000000..a121a16f35b --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 offset" +- - - + +![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) + +This option controls the offset in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq3offset_sample.svg "Effect of this option on the pattern") From ae7444203722ed1c8cf747c32ee92d705beb74fa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:18 +0200 Subject: [PATCH 1079/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq3spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md new file mode 100644 index 00000000000..f25e3232f52 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 upward spread" +- - - + +![The upward spread in the thrid quadrant of the sleevecap](./sleevecapq3spread1.svg) + +This option controls the upward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq3spread1_sample.svg "Effect of this option on the pattern") From 8b57a1adac143c67a7b520fcf6ee10bca22d6c5c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:19 +0200 Subject: [PATCH 1080/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq4offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md new file mode 100644 index 00000000000..2e6d1ef7b57 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 offset" +- - - + +![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) + +This option controls the offset in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq4offset_sample.svg "Effect of this option on the pattern") From 1786ded9eadc69cf7c70d83acdd5484dbd78b90b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:21 +0200 Subject: [PATCH 1081/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/sleevecapease/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md new file mode 100644 index 00000000000..c89f37000c5 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap ease" +- - - + +Determines the amount of sleevecap ease. + + + +The amount of sleevecap ease determines how the sleeves rolls from the shouder. +More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. + +For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapease_sample.svg "Effect of this option on the pattern") From 7c7ed535d93ce0502e8a4091a06b6e0056f9d72d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:22 +0200 Subject: [PATCH 1082/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq4spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md new file mode 100644 index 00000000000..758fc2886a1 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 upward spread" +- - - + +![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) + +This option controls the upward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq4spread1_sample.svg "Effect of this option on the pattern") From 6cfe2310760785e5ea1b990f83302c49ce967938 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:23 +0200 Subject: [PATCH 1083/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapq4spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md new file mode 100644 index 00000000000..f9f1a600d70 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 downward spread" +- - - + +![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) + +This option controls the downward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapq4spread2_sample.svg "Effect of this option on the pattern") From 058660450f64f4db2e1833a62908134b2b8e71bc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:24 +0200 Subject: [PATCH 1084/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecaptopfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md new file mode 100644 index 00000000000..709827fa6d6 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top X" +- - - + +![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) + +This option controls the horizontal placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecaptopfactorx_sample.svg "Effect of this option on the pattern") From daa0a2a39efea10aa7ac69f4eff82d50b467d95c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:25 +0200 Subject: [PATCH 1085/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecaptopfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md new file mode 100644 index 00000000000..793f2498b86 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top Y" +- - - + +![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) + +This option controls the vertical placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecaptopfactory_sample.svg "Effect of this option on the pattern") From 1333d3f8f175a531a708429f51490eb63ab40cfa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:26 +0200 Subject: [PATCH 1086/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevewidthguarantee/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md new file mode 100644 index 00000000000..497d632a7db --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Sleeve width guarantee" +- - - + +We first draft the arm opening, then we draft a sleeve to fit it. + +When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. + +Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap. + +To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") From 372534d69a4880f0193397cb8de6e1fec581cc9d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:27 +0200 Subject: [PATCH 1087/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/yokeheight/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/yokeheight/uk.md diff --git a/markdown/org/docs/patterns/simon/options/yokeheight/uk.md b/markdown/org/docs/patterns/simon/options/yokeheight/uk.md new file mode 100644 index 00000000000..0480ff7d601 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/yokeheight/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Yoke height" +- - - + +Controls the height of the yoke seam. + +- Increase this option to lower the height and lengthen the yoke +- Decrease this option to raise the height and shorten the yoke + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_yokeheight_sample.svg "Effect of this option on the pattern") From 3412d6c806fa09e050cc443050a6738dc14a7795 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:28 +0200 Subject: [PATCH 1088/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/acrossbackfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..acf4b344cba --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Across back factor" +- - - + +![Across back factor](./acrossbackfactor.svg) + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_acrossbackfactor_sample.svg "Effect of this option on the pattern") From 027e5af6eeb6c504b9d0c50a6980f96f6d6a79e8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:29 +0200 Subject: [PATCH 1089/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/armholedepthfactor/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..a5f06982b91 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Armhole depth factor" +- - - + +![Armhole depth factor](./armholedepthfactor.svg) + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_armholedepthfactor_sample.svg "Effect of this option on the pattern") From 7dea31fa0f738865764b6bd7bf3b371babac6b5c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:30 +0200 Subject: [PATCH 1090/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/backdarts/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/backdarts/uk.md diff --git a/markdown/org/docs/patterns/simone/options/backdarts/uk.md b/markdown/org/docs/patterns/simone/options/backdarts/uk.md new file mode 100644 index 00000000000..c60caf4c51c --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/backdarts/uk.md @@ -0,0 +1,11 @@ +--- +title: "Back darts" +--- + +--- + +By default, the pattern will add back darts when they are needed. But you can also choose to always, or never, have back darts. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_backdarts_sample.svg "Effect of this option on the pattern") From a0b44fd2a1a9fe46c1d2f0f9b0ad8ecdd71e78e2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:31 +0200 Subject: [PATCH 1091/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/backdartshaping/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/backdartshaping/uk.md diff --git a/markdown/org/docs/patterns/simone/options/backdartshaping/uk.md b/markdown/org/docs/patterns/simone/options/backdartshaping/uk.md new file mode 100644 index 00000000000..b59b52f5dbb --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/backdartshaping/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back dart shaping" +--- + +--- + +Controls how much of the waist shaping will happing in the backdarts. + +You can tweak this setting to balance the waist reduction across side seams, back darts and (optional) front darts. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_backdartshaping_sample.svg "Effect of this option on the pattern") From e72c3acee233593f3e49c0dec51bd2fe5345e140 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:32 +0200 Subject: [PATCH 1092/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapfrontfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md new file mode 100644 index 00000000000..d1d1eb7f54b --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front X" +- - - + +![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapfrontfactorx_sample.svg "Effect of this option on the pattern") From 382889e0588f7d57a60eb8d1e4ed23d2abbea0b1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:33 +0200 Subject: [PATCH 1093/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapbackfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md new file mode 100644 index 00000000000..5cd89a5f53d --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back Y" +- - - + +![The vertical location of the back inflection point](./sleevecapbackfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapbackfactory_sample.svg "Effect of this option on the pattern") From 16f92960256ce50cec73b3a76054b8dd6047cd64 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:34 +0200 Subject: [PATCH 1094/1675] New translations en.md (Ukrainian) --- .../docs/patterns/jaeger/options/sleevecapheight/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md diff --git a/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md new file mode 100644 index 00000000000..78a3a567be7 --- /dev/null +++ b/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleevecap height" +- - - + +This factor controls the height of the sleevecap. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](jaeger_sleevecapheight_sample.svg "Effect of this option on the pattern") From 429e1cd451108d9bd5e2ecea1ea62c44d6b987bb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:35 +0200 Subject: [PATCH 1095/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/paco/options/seatease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/seatease/uk.md diff --git a/markdown/org/docs/patterns/paco/options/seatease/uk.md b/markdown/org/docs/patterns/paco/options/seatease/uk.md new file mode 100644 index 00000000000..a14c68713b2 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/seatease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Seat ease" +- - - + +Controls the amount of ease at your seat/bum. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_seatease_sample.svg "Effect of this option on the pattern") From 7af4644a58b96cd9e7e5b423b513867ac43d8f7d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:36 +0200 Subject: [PATCH 1096/1675] New translations en.md (Ukrainian) --- .../paco/options/crossseamcurveangle/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md new file mode 100644 index 00000000000..7d53acb1bea --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md @@ -0,0 +1,14 @@ +- - - +title: "Cross seam angle" +- - - + + + + +Documentation missing + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_crossseamcurveangle_sample.svg "Effect of this option on the pattern") From 909f3c1906087c364418b92c04328a05d38fc28d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:37 +0200 Subject: [PATCH 1097/1675] New translations en.md (Ukrainian) --- .../paco/options/crossseamcurvebend/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md b/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md new file mode 100644 index 00000000000..1c1715a530c --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Cross seam bend" +- - - + +Controls the curvature of the cross seam curve. + + + +This curve has an influence on the amount of fabric at your bum. + +People with a flatter bum will get a better fit by increasing this, as the curve will start later, +and this there will be less fabric pooling at the bum. + +People with a round bum might want to lower this to create a little more (horizontal) room for their behind. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_crossseamcurvebend_sample.svg "Effect of this option on the pattern") From 511ea86eb817cb472f38299e319c62c94b0a71b2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:38 +0200 Subject: [PATCH 1098/1675] New translations en.md (Ukrainian) --- .../paco/options/crossseamcurvestart/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md b/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md new file mode 100644 index 00000000000..a876f9b0eb4 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Start of the cross seam curve" +- - - + +Controls the start of the cross seam curve. + + + +This curve has an influence on the amount of fabric at your bum. + +People with a flatter bum will get a better fit by increasing this, as the curve will start later, +and this there will be less fabric pooling at the bum. + +People with a round bum might want to lower this to create a little more (horizontal) room for their behind. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_crossseamcurvestart_sample.svg "Effect of this option on the pattern") From 0ae1cfda4cca63ec36011acb92c67ff61d7eb60e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:39 +0200 Subject: [PATCH 1099/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/paco/options/crotchdrop/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/crotchdrop/uk.md diff --git a/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md b/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md new file mode 100644 index 00000000000..902f5036b9e --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Crotch drop" +- - - + +Controls by how much the crotch is lowered. + +Lowering the crotch makes for a more casual fit.\ +A signigicantly lowered crotched can also be a style choice. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_crotchdrop_sample.svg "Effect of this option on the pattern") From b1877f7c3b3f5f4eed9ace098f6b45bb480010d4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:40 +0200 Subject: [PATCH 1100/1675] New translations en.md (Ukrainian) --- .../paco/options/crotchseamcurveangle/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md new file mode 100644 index 00000000000..2d856c965af --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md @@ -0,0 +1,14 @@ +- - - +title: "Crotch seam angle" +- - - + + + + +Documentation missing + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_crotchseamcurveangle_sample.svg "Effect of this option on the pattern") From a178d8e1914e9dc0d3a1831b06d23c3d3b3e4bdb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:41 +0200 Subject: [PATCH 1101/1675] New translations en.md (Ukrainian) --- .../docs/patterns/paco/options/crotchseamcurvebend/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md b/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md new file mode 100644 index 00000000000..a4efde6385f --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Crotch seam bend" +- - - + +Controls the curvature of the croth seam, which influences the fit at your crotch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_crotchseamcurvebend_sample.svg "Effect of this option on the pattern") From 6a5f163411ad15e99187292f380744022a30f048 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:42 +0200 Subject: [PATCH 1102/1675] New translations en.md (Ukrainian) --- .../patterns/paco/options/crotchseamcurvestart/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md b/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md new file mode 100644 index 00000000000..2c746f1d766 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Start of the crotch seam curve" +- - - + +Controls where the crotch seam starts to curve, which influences the fit at your crotch. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_crotchseamcurvestart_sample.svg "Effect of this option on the pattern") From e5df7f291f73dcd19b2967e3bfa0852c794bf9b7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:43 +0200 Subject: [PATCH 1103/1675] New translations en.md (Ukrainian) --- .../patterns/paco/options/grainlineposition/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/grainlineposition/uk.md diff --git a/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md b/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md new file mode 100644 index 00000000000..a8f7a599179 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Grainline position" +- - - + +Controls the position of the grainline. + +You can use this to shift the grainline inward or outward if that works better for your body. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_grainlineposition_sample.svg "Effect of this option on the pattern") From f82376235424b6f3e6d7078ac1e570f79fb03d57 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:44 +0200 Subject: [PATCH 1104/1675] New translations en.md (Ukrainian) --- .../patterns/paco/options/legbalance/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/legbalance/uk.md diff --git a/markdown/org/docs/patterns/paco/options/legbalance/uk.md b/markdown/org/docs/patterns/paco/options/legbalance/uk.md new file mode 100644 index 00000000000..65e5c14ed78 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/legbalance/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Leg balance" +- - - + +Controls the proportion between the front and back part of the legs. + +The back of the trouser legs are always wider than the front. This controls by how much. + + + +Increasing this will make the front leg panel narrower.\ +This makes the wearer look more skinny. + +This trick is often used in womenswear jeans +(now you know why you can't find womenswear jeans with functional front pockets). + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_legbalance_sample.svg "Effect of this option on the pattern") From a4608118a7ee553912063aca1716b7e637972806 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:45 +0200 Subject: [PATCH 1105/1675] New translations en.md (Ukrainian) --- .../patterns/paco/options/lengthbonus/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md b/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md new file mode 100644 index 00000000000..b0b837cfd97 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Length bonus" +- - - + +Controls the length of the entire trousers, which essentially means the length of the legs. + + + +Setting this to zero will make the trousers the same length as the [waist to floor](/docs/measurements/waisttofloor) measurement. + +This does not mean that the trousers will hit the floor, since due to the curves of the body and the way the fabric drapes, +the trousers will need to be longer than this to actually hit the floor. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_lengthbonus_sample.svg "Effect of this option on the pattern") From 816a840dcf59bce28a385b9c2dbb644c060a4e6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:46 +0200 Subject: [PATCH 1106/1675] New translations en.md (Ukrainian) --- .../docs/patterns/paco/options/waistbalance/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/waistbalance/uk.md diff --git a/markdown/org/docs/patterns/paco/options/waistbalance/uk.md b/markdown/org/docs/patterns/paco/options/waistbalance/uk.md new file mode 100644 index 00000000000..9605684def9 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/waistbalance/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Waist balance" +- - - + +Controls the distribution of fabric between front and back parts at the waist. + +It is somewhat in vogue to draft a larger back panel these days. Doing so shifts the side seam forward which gives the illusion of being slimmer. + +The side effect of shifting the side seam forward is that it's easy to get into the pockets that are located on the side seam. + +This option allows you to control this balance. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_waistbalance_sample.svg "Effect of this option on the pattern") From e7f3d7d7483768733715acba1ec24e237138ffc3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:48 +0200 Subject: [PATCH 1107/1675] New translations en.md (Ukrainian) --- .../simon/options/sleevecapbackfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md diff --git a/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md new file mode 100644 index 00000000000..cf5bb2bfcdc --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back X" +- - - + +![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_sleevecapbackfactorx_sample.svg "Effect of this option on the pattern") From 6eedb299693dcf3b2c8732550532216d059b78ab Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:49 +0200 Subject: [PATCH 1108/1675] New translations en.md (Ukrainian) --- .../docs/patterns/paco/options/waistbandwidth/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md diff --git a/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md new file mode 100644 index 00000000000..fafe5e1088d --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md @@ -0,0 +1,10 @@ +- - - +title: "Waistband width" +- - - + + +Controls the width of the waistband. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_waistbandwidth_sample.svg "Effect of this option on the pattern") From 89f31eda95dc54821078a813d2bc4de77b5c67df Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:50 +0200 Subject: [PATCH 1109/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/paco/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/paco/options/waistease/uk.md b/markdown/org/docs/patterns/paco/options/waistease/uk.md new file mode 100644 index 00000000000..0a654d63a60 --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +Controls the amount of ease at your waist. + +Even if you draft lower pants, this will still influence the ease at the top of your pants (the closure). + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_waistease_sample.svg "Effect of this option on the pattern") From b8e98151638ee954fd2c9ed5ec9b147ec979db55 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:52 +0200 Subject: [PATCH 1110/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/paco/options/waistheight/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/paco/options/waistheight/uk.md diff --git a/markdown/org/docs/patterns/paco/options/waistheight/uk.md b/markdown/org/docs/patterns/paco/options/waistheight/uk.md new file mode 100644 index 00000000000..14a8a97309f --- /dev/null +++ b/markdown/org/docs/patterns/paco/options/waistheight/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Waist height" +- - - + +Controls the height of the waist, where: + +- 100% : The waist of the trousers sits at the waist line +- 0% : The waist of the trousers sits at the hip line + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](paco_waistheight_sample.svg "Effect of this option on the pattern") From d344d97578f017555ad2cd71e10ba5a01badfcd7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:54 +0200 Subject: [PATCH 1111/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md b/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md new file mode 100644 index 00000000000..01fb4b5c2af --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_backneckcutout_sample.svg "Effect of this option on the pattern") From e2284c70bbe33093db2db70fc16688578f30a8c2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:55 +0200 Subject: [PATCH 1112/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..3278034bf00 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From 04edc3b9f8b2ae06365eb078c4b9ce8b66d08114 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:56 +0200 Subject: [PATCH 1113/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/roundback/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/roundback/uk.md diff --git a/markdown/org/docs/patterns/simon/options/roundback/uk.md b/markdown/org/docs/patterns/simon/options/roundback/uk.md new file mode 100644 index 00000000000..f49dced06af --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/roundback/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Round back" +- - - + + +Controls how round the back yoke seam is by adding length to the center back at the yoke that tapers of towards the sides. + +- Increase this option to round the back yoke seam +- Decrease this option to straighten the back yoke seam + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_roundback_sample.svg "Effect of this option on the pattern") From c8657427e0975cfaa3cb93c773b92e815a437a50 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:57 +0200 Subject: [PATCH 1114/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/s3armhole/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/s3armhole/uk.md diff --git a/markdown/org/docs/patterns/simon/options/s3armhole/uk.md b/markdown/org/docs/patterns/simon/options/s3armhole/uk.md new file mode 100644 index 00000000000..17c62e43f75 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/s3armhole/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: armhole side" +- - - + + +Controls the shoulder seam location on the armhole side. + +- Increase this option to shift the shoulder seam forward on the armhole side +- Decrease this option to shift the shoulder seam backward on the armhole side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_s3armhole_sample.svg "Effect of this option on the pattern") From 1271d85a1f5ba2f9b6df81b79392fc4979c8c1a9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:58 +0200 Subject: [PATCH 1115/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simon/options/s3collar/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/s3collar/uk.md diff --git a/markdown/org/docs/patterns/simon/options/s3collar/uk.md b/markdown/org/docs/patterns/simon/options/s3collar/uk.md new file mode 100644 index 00000000000..89b0bce678f --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/s3collar/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: collar side" +- - - + + +Controls the shoulder seam location on the collar side. + +- Increase this option to shift the shoulder seam forward on the collar side +- Decrease this option to shift the shoulder seam backward on the collar side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_s3collar_sample.svg "Effect of this option on the pattern") From 57ef2aa0bb09e8080b3080d2b67631e8421e2bfa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:24:59 +0200 Subject: [PATCH 1116/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simon/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/simon/options/shoulderease/uk.md b/markdown/org/docs/patterns/simon/options/shoulderease/uk.md new file mode 100644 index 00000000000..4bcdef315cd --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +Controls the amount of ease on the shoulder to shoulder measurement. + +This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_shoulderease_sample.svg "Effect of this option on the pattern") From 3f51ed50eea0463b610aa13ab99c95b914a9cd77 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:00 +0200 Subject: [PATCH 1117/1675] New translations en.md (Ukrainian) --- .../patterns/simon/options/shoulderslopereduction/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..9b34bcc0c0c --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder slope reduction" +- - - + +Reduces the shoulder slope to create extra room for shoulder padding. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_shoulderslopereduction_sample.svg "Effect of this option on the pattern") From 15128fe510a708a63cb1dad341b5fc6d5d2b61e9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:01 +0200 Subject: [PATCH 1118/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md b/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md new file mode 100644 index 00000000000..fccd081f08f --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_backneckcutout_sample.svg "Effect of this option on the pattern") From a7919c0401510d2729c12f14bf609d0c9211e842 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:02 +0200 Subject: [PATCH 1119/1675] New translations en.md (Ukrainian) --- .../options/barrelcuffnarrowbutton/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md diff --git a/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md b/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md new file mode 100644 index 00000000000..7a41dfe7692 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Cuff narrow button" +- - - + +![Barrel cuff narrow button](./barrelcuffnarrowbutton.svg) + +Do you want an extra button to button up your cuff more tightly? + +If you are wearing your shirt under a tight-fitting (at the wrist) sweater or cardigan, this button allows you to make your cuff more narrow, so it doesn't bunch up all ugly. + + + +This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_barrelcuffnarrowbutton_sample.svg "Effect of this option on the pattern") From 3481bee59b139e0d6a85776da7b2f320ed615203 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:05 +0200 Subject: [PATCH 1120/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/lengthbonus/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md b/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md new file mode 100644 index 00000000000..e8e598eb188 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md @@ -0,0 +1,22 @@ +- - - +title: "Length bonus" +- - - + +![Length bonus](lengthbonus.svg) + +How much shirt do you want to be able to tuck in your trousers? + + + +###### What's the point? + +Keeping your shirt tucked neatly in your trousers is why you need this extra length. +Nobody needs to know about that Justin Bieber tattoo on your lower back. + +If you want a more casual shirt to wear over your trousers, you will want to lower this. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_lengthbonus_sample.svg "Effect of this option on the pattern") From 87cee7a3c6aa8c18ab9d172332837317c35b9492 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:06 +0200 Subject: [PATCH 1121/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/cufflength/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/cufflength/uk.md diff --git a/markdown/org/docs/patterns/simone/options/cufflength/uk.md b/markdown/org/docs/patterns/simone/options/cufflength/uk.md new file mode 100644 index 00000000000..f746a78d607 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/cufflength/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Cuff length" +- - - + +![Cuff length](cufflength.svg) + +The length of your cuffs. + + + +This will not influence the total length of your sleeve. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_cufflength_sample.svg "Effect of this option on the pattern") From 96a67ac374a2bc117d13c4ae01ee0103db20c3a7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:07 +0200 Subject: [PATCH 1122/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/cuffstyle/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/cuffstyle/uk.md diff --git a/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md b/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md new file mode 100644 index 00000000000..d113a4e57da --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Cuff style" +- - - + +![Cuff style](cuffstyle.svg) + +What style of cuff do you want? + +- Rounded barrel cuff +- Chamfer barrel cuff +- Straight barrel cuff +- Rounded French cuff +- Chamfer French cuff +- Straight French cuff + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_cuffstyle_sample.svg "Effect of this option on the pattern") From 129edc537b3def458ee7b6a21898d1c8a315d118 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:08 +0200 Subject: [PATCH 1123/1675] New translations en.md (Ukrainian) --- .../simone/options/extratopbutton/uk.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/extratopbutton/uk.md diff --git a/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md b/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md new file mode 100644 index 00000000000..00a4f2f95f3 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md @@ -0,0 +1,26 @@ +- - - +title: "Extra top button" +- - - + +![Extra top button](extratopbutton.svg) + +Do you want an extra button between the top front button and collar stand button? + + + +###### Why an extra button? + +This extra button allows you to undo your collar button with your shirt staying relatively closed. + +It's an extra button you'll want if you plan to still look good in the bar after your work day with your top button undone and your tie somewhat loose. +The extra button is also great if you are wearing your shirt under an overgarment with the top button undone. For example, under a sweater. + +Do not include the top button if you want a more casual look. + +This extra button is added to the number of buttons on the front. It does not replace another button. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_extratopbutton_sample.svg "Effect of this option on the pattern") From e1877d77e2ef83c7e7291d6063a243fef6ef3e78 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:09 +0200 Subject: [PATCH 1124/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..2814f449aaf --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From 9c64160c066f5e05df67d935bde6d77e7c32c034 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:10 +0200 Subject: [PATCH 1125/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/frontdartlength/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/frontdartlength/uk.md diff --git a/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md b/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md new file mode 100644 index 00000000000..ad011499638 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Front dart length" +- - - + +Controls how close the **front waist darts** approach the bust points. + +- Increase this option to lengthen the front waist darts moving them closer to the bust points +- Decrease this option to shorten the front waist darts moving them further away from the bust points + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_frontdartlength_sample.svg "Effect of this option on the pattern") From fa42c6069c0c6d8cbff00edd2da7f39f520f4e50 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:11 +0200 Subject: [PATCH 1126/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/frontdarts/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/frontdarts/uk.md diff --git a/markdown/org/docs/patterns/simone/options/frontdarts/uk.md b/markdown/org/docs/patterns/simone/options/frontdarts/uk.md new file mode 100644 index 00000000000..850b863562e --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/frontdarts/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Front darts" +- - - + +Whether to include front waist darts or not. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_frontdarts_sample.svg "Effect of this option on the pattern") From b8e08c198477dc0aa934d955a3154c5b6ce8a46d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:12 +0200 Subject: [PATCH 1127/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/hemcurve/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/hemcurve/uk.md diff --git a/markdown/org/docs/patterns/simone/options/hemcurve/uk.md b/markdown/org/docs/patterns/simone/options/hemcurve/uk.md new file mode 100644 index 00000000000..c6705af5833 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/hemcurve/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Hem curve" +- - - + +![Hem curve](hemcurve.svg) + +How much do you want the hem to curve upwards? + + + +- This applies only to the baseball and slashed hem styles. If you chose a straight hem, this will be ignored. +- This value can never be more than the length bonus. If it is, it will silently be set to the length bonus value. +- If you set this to zero, you'll get a straight hem regardless of what hem style you pick. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_hemcurve_sample.svg "Effect of this option on the pattern") From aa9abaff8f0a5bcb76894fdc28bf64dff504ba21 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:13 +0200 Subject: [PATCH 1128/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/hemstyle/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/hemstyle/uk.md diff --git a/markdown/org/docs/patterns/simone/options/hemstyle/uk.md b/markdown/org/docs/patterns/simone/options/hemstyle/uk.md new file mode 100644 index 00000000000..2104dfef94a --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/hemstyle/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Hem style" +- - - + +![Hem style](hemstyle.svg) + +What style of hem line do you want? + +- Straight +- Baseball +- Slashed + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_hemstyle_sample.svg "Effect of this option on the pattern") From f06dcf14291ed9a8fa76c7d35754e2244d02299c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:14 +0200 Subject: [PATCH 1129/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/hipsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/simone/options/hipsease/uk.md b/markdown/org/docs/patterns/simone/options/hipsease/uk.md new file mode 100644 index 00000000000..86c1b3e203d --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/hipsease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Hips ease" +- - - + +![Hips ease](hipsease.svg) + +How much room do you want at the hips? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_hipsease_sample.svg "Effect of this option on the pattern") From f31777f9e7b7b682ebd2532ead00e431b192d9ca Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:15 +0200 Subject: [PATCH 1130/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/roundback/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/roundback/uk.md diff --git a/markdown/org/docs/patterns/simone/options/roundback/uk.md b/markdown/org/docs/patterns/simone/options/roundback/uk.md new file mode 100644 index 00000000000..bc04a1f1a30 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/roundback/uk.md @@ -0,0 +1,14 @@ +- - - +title: "Round back" +- - - + + + + +Document this option + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_roundback_sample.svg "Effect of this option on the pattern") From 72caf9bcda1c29bcbb45088171ddc245515ea6d9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:16 +0200 Subject: [PATCH 1131/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/cuffdrape/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/cuffdrape/uk.md diff --git a/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md b/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md new file mode 100644 index 00000000000..47450b44c0d --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Cuff drape" +- - - + +![Cuff drape](cuffdrape.svg) + +How much the end of the sleeve is wider than the wrist. + + + +This changes the look of the sleeve a bit. +More drape makes the sleeve wider and gives you a more _blousy_ effect, whereas less drape makes the sleeve more narrow. + +The drape will be worked into the cuff with pleats. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_cuffdrape_sample.svg "Effect of this option on the pattern") From 42dd415a884e09d7b9c02eb36785863c86cd8c47 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:17 +0200 Subject: [PATCH 1132/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/s3armhole/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/s3armhole/uk.md diff --git a/markdown/org/docs/patterns/simone/options/s3armhole/uk.md b/markdown/org/docs/patterns/simone/options/s3armhole/uk.md new file mode 100644 index 00000000000..779de8c173f --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/s3armhole/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: armhole side" +- - - + + +Controls the shoulder seam location on the armhole side. + +- Increase this option to shift the shoulder seam forward on the armhole side +- Decrease this option to shift the shoulder seam backward on the armhole side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_s3armhole_sample.svg "Effect of this option on the pattern") From d1585400ba0990febbf0a6accca7d33e56f62934 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:18 +0200 Subject: [PATCH 1133/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/s3collar/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/s3collar/uk.md diff --git a/markdown/org/docs/patterns/simone/options/s3collar/uk.md b/markdown/org/docs/patterns/simone/options/s3collar/uk.md new file mode 100644 index 00000000000..2c097a94fa7 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/s3collar/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: collar side" +- - - + + +Controls the shoulder seam location on the collar side. + +- Increase this option to shift the shoulder seam forward on the collar side +- Decrease this option to shift the shoulder seam backward on the collar side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_s3collar_sample.svg "Effect of this option on the pattern") From c5f5d1a99e5f1340cd24aabec8a9eabe8b290e8d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:19 +0200 Subject: [PATCH 1134/1675] New translations en.md (Ukrainian) --- .../simone/options/seperatebuttonholeplacket/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md diff --git a/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md b/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md new file mode 100644 index 00000000000..9aa577069fe --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Seperate buttonhole placket" +- - - + +![Seperate buttonhole placket](seperatebuttonholeplacket.svg) + +Whether or not you want the buttonhole placket to be a seperate pattern part. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_seperatebuttonholeplacket_sample.svg "Effect of this option on the pattern") From e915eef347f75fcae2420fd176ab735aefd83ddf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:20 +0200 Subject: [PATCH 1135/1675] New translations en.md (Ukrainian) --- .../simone/options/seperatebuttonplacket/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md diff --git a/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md b/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md new file mode 100644 index 00000000000..ec1163133a7 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Seperate button placket" +- - - + +![Seperate button placket](seperatebuttonplacket.svg) + +Whether or not you want the button placket to be a seperate pattern part. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_seperatebuttonplacket_sample.svg "Effect of this option on the pattern") From 708a1e435d93c8252d37538cf39c6e00d5d7e59c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:21 +0200 Subject: [PATCH 1136/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/simone/options/shoulderease/uk.md b/markdown/org/docs/patterns/simone/options/shoulderease/uk.md new file mode 100644 index 00000000000..66cd86611de --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +Controls the amount of ease on the shoulder to shoulder measurement. + +This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_shoulderease_sample.svg "Effect of this option on the pattern") From e3b9c7cd1c952b9bd445783ab81fe1e9c61e3cf1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:22 +0200 Subject: [PATCH 1137/1675] New translations en.md (Ukrainian) --- .../docs/patterns/sven/options/armholedepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..7806f4c2fae --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole depth factor" +- - - + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_armholedepthfactor_sample.svg "Effect of this option on the pattern") From 545199442e1044a47c9b4c79674b7284d72cb3fa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:23 +0200 Subject: [PATCH 1138/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md b/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md new file mode 100644 index 00000000000..5db676c489e --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_backneckcutout_sample.svg "Effect of this option on the pattern") From 3417501f0820c34658f1f7c7b73a018f4bb581dc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:24 +0200 Subject: [PATCH 1139/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sven/options/collarease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/sven/options/collarease/uk.md b/markdown/org/docs/patterns/sven/options/collarease/uk.md new file mode 100644 index 00000000000..06d75544b29 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/collarease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Collar ease" +- - - + +Controls the amount of ease at your collar/neck. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_collarease_sample.svg "Effect of this option on the pattern") From 807a02ff277aa0e3b69a0eae2dc528a90e11b615 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:25 +0200 Subject: [PATCH 1140/1675] New translations en.md (Ukrainian) --- .../patterns/sven/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..a954d9f7130 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From 97d7ac23033dc4348617c506734b200341aad3cd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:26 +0200 Subject: [PATCH 1141/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/options/s3armhole/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/s3armhole/uk.md diff --git a/markdown/org/docs/patterns/sven/options/s3armhole/uk.md b/markdown/org/docs/patterns/sven/options/s3armhole/uk.md new file mode 100644 index 00000000000..18b611ff6f8 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/s3armhole/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: armhole side" +- - - + + +Controls the shoulder seam location on the armhole side. + +- Increase this option to shift the shoulder seam forward on the armhole side +- Decrease this option to shift the shoulder seam backward on the armhole side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_s3armhole_sample.svg "Effect of this option on the pattern") From 4a6622a87bb903ab3f1f3b81d34488004387e92a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:27 +0200 Subject: [PATCH 1142/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/cuffease/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/simone/options/cuffease/uk.md b/markdown/org/docs/patterns/simone/options/cuffease/uk.md new file mode 100644 index 00000000000..162f2539612 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/cuffease/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Cuff ease" +- - - + +![Cuff ease](cuffease.svg) + +Determines how much the cuff is larger than your wrist. + +Change this option to give yourself more or less room at the wrist. + + + +You might want more if you want the shirt cuff to fit over a bulky watch. Less room might be better if you want to wear the shirt under an overgarment like a sweater. + +Those wanting to wear their shirt under a sweater should also have a look at the barrelcuff narrow button option. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_cuffease_sample.svg "Effect of this option on the pattern") From c7e66018a5b987ff99b66bac8bdc3997ccbdb154 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:28 +0200 Subject: [PATCH 1143/1675] New translations en.md (Ukrainian) --- .../simone/options/cuffbuttonrows/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md diff --git a/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md b/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md new file mode 100644 index 00000000000..d5edc29b92c --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Cuff button rows" +- - - + +![Cuff button rows](cuffbuttonrows.svg) + +Do you want a single button on your barrelcuff, or two? + + + +This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_cuffbuttonrows_sample.svg "Effect of this option on the pattern") From fcd21cba135a63bd372cd113a10d8d6c1a45d3bd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:29 +0200 Subject: [PATCH 1144/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/bicepsease/uk.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/simone/options/bicepsease/uk.md b/markdown/org/docs/patterns/simone/options/bicepsease/uk.md new file mode 100644 index 00000000000..f46ebdb73b7 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/bicepsease/uk.md @@ -0,0 +1,27 @@ +- - - +title: "Biceps ease" +- - - + +![Biceps ease](./bicepsease.svg) + +How much do you want the sleeve to be wider than your upperarm circumference? + + + +###### What's the point? + +It's actually men with big arms who prefer a tighter fit, and thus less ease here. That's because it draws attention to their strong upper arms. + +If your upper arms are more skinny, you'll want some more ease here to smooth things out a bit. + + + + + +We will try to respect your choice here, but out priority is to fit the sleeve in the armhole. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_bicepsease_sample.svg "Effect of this option on the pattern") From 837d349907c58b55f2c367ca820cdd728938bc15 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:30 +0200 Subject: [PATCH 1145/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/buttonplacketwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md diff --git a/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md b/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md new file mode 100644 index 00000000000..fac9ac07dc0 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Button placket width" +- - - + +![Button placket width](buttonplacketwidth.svg) + +The width of your button placket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_buttonplacketwidth_sample.svg "Effect of this option on the pattern") From 55f6c4985bf4269180d888d03606178f81973651 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:31 +0200 Subject: [PATCH 1146/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/boxpleat/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/boxpleat/uk.md diff --git a/markdown/org/docs/patterns/simone/options/boxpleat/uk.md b/markdown/org/docs/patterns/simone/options/boxpleat/uk.md new file mode 100644 index 00000000000..8de9d98cbbe --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/boxpleat/uk.md @@ -0,0 +1,11 @@ +--- +title: "Box pleat" +--- + +--- + +Adds a box pleat to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_boxpleat_sample.svg "Effect of this option on the pattern") From 54d8ce7055740c03fea859e33525848171a34684 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:32 +0200 Subject: [PATCH 1147/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/boxpleatfold/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/boxpleatfold/uk.md diff --git a/markdown/org/docs/patterns/simone/options/boxpleatfold/uk.md b/markdown/org/docs/patterns/simone/options/boxpleatfold/uk.md new file mode 100644 index 00000000000..62de7e77cd3 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/boxpleatfold/uk.md @@ -0,0 +1,11 @@ +--- +title: "Box pleat fold" +--- + +--- + +Controls how much the box pleat at the back is folded/pleated. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_boxpleatfold_sample.svg "Effect of this option on the pattern") From b1e1958a680576c31cd0bc56bfeb6afaabc794b4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:33 +0200 Subject: [PATCH 1148/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/boxpleatwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/boxpleatwidth/uk.md diff --git a/markdown/org/docs/patterns/simone/options/boxpleatwidth/uk.md b/markdown/org/docs/patterns/simone/options/boxpleatwidth/uk.md new file mode 100644 index 00000000000..e44502101a5 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/boxpleatwidth/uk.md @@ -0,0 +1,11 @@ +--- +title: "Box pleat width" +--- + +--- + +Controls the width of the (optional) box pleat at the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_boxpleatwidth_sample.svg "Effect of this option on the pattern") From 271f6a19f097a59c3b4620ca9f74c6a051b45906 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:34 +0200 Subject: [PATCH 1149/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/bustdartangle/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/bustdartangle/uk.md diff --git a/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md b/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md new file mode 100644 index 00000000000..2430ce86cdf --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Bust dart angle" +- - - + +Controls the angle by which the (side) bust dart slopes downward. + +- Increase this option to angle the bust darts downwards and towards the floor +- Decrease this option to angle the bust darts upwards and towards the armscye + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_bustdartangle_sample.svg "Effect of this option on the pattern") From e47a5bb8f772ff1f7239496782d2cf244d96a918 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:35 +0200 Subject: [PATCH 1150/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/bustdartlength/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/bustdartlength/uk.md diff --git a/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md b/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md new file mode 100644 index 00000000000..04679c8b852 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Bust dart length" +- - - + +Controls how close the **bust darts** approach the bust points. + +- Increase this option to lengthen the bust darts moving them closer to the bust points +- Decrease this option to shorten the bust darts moving them further away from the bust points + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_bustdartlength_sample.svg "Effect of this option on the pattern") From cd3c36fca06bbe6cd6796d19f6c827a5c5699c8a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:36 +0200 Subject: [PATCH 1151/1675] New translations en.md (Ukrainian) --- .../simone/options/buttonfreelength/uk.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md diff --git a/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md b/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md new file mode 100644 index 00000000000..1c41ea46111 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md @@ -0,0 +1,26 @@ +- - - +title: "Button free length" +- - - + +![Button free length](./buttonfreelength.svg) + +How much before your waistband do you want your last button to sit? + + + +###### What's the point? + +Having buttons below your waistband is considered by many to be an annoyance. +They get caught up in your belt, and complicate bathroom breaks. + +By default, the last button sits 1cm above your waistband, +but this option allows you to move it further upwards for that shirt you are going to wear with those high-waisted trousers. + +If you want to have buttons below your waistband, you can. You should enter a negative value here, +making sure it's within the length bonus you have available. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_buttonfreelength_sample.svg "Effect of this option on the pattern") From ad2e94aadcc14435c4f6c8b8a9916e97952cba2a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:37 +0200 Subject: [PATCH 1152/1675] New translations en.md (Ukrainian) --- .../options/buttonholeplacketfoldwidth/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md diff --git a/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md b/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md new file mode 100644 index 00000000000..f34f2a1a54e --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Buttonhole placket fold width" +- - - + +![Buttonhole placket fold width](buttonholeplacketfoldwidth.svg) + +The width of the fold on a classic style buttonhole placket. + + + +If you have a fabric with a pattern (striped or checkers for example) you can set the fold to half the width of your repeating pattern. +This way, your pattern will match perfectly. + +This only applies to a classic placket. So it will be ignored if you opted for a seamless buttonhole placket style. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_buttonholeplacketfoldwidth_sample.svg "Effect of this option on the pattern") From 2b612d65cac2e5f8fd6283fe4a14fa2be5e0fed0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:38 +0200 Subject: [PATCH 1153/1675] New translations en.md (Ukrainian) --- .../options/buttonholeplacketstyle/uk.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md diff --git a/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md b/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md new file mode 100644 index 00000000000..e3e8a95268a --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md @@ -0,0 +1,23 @@ +- - - +title: "Buttonhole placket style" +- - - + +![Buttonhole placket style](buttonholeplacketstyle.svg) + +Do you want classic buttonhole placket, or a seamless one (sometimes called French style)? + + + +Seamless is less work, and it looks great. + + + + + +As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a seperate buttonhole placket. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_buttonholeplacketstyle_sample.svg "Effect of this option on the pattern") From b3451f68f89b0d1e20c6efffaa6f8c3e571a4687 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:39 +0200 Subject: [PATCH 1154/1675] New translations en.md (Ukrainian) --- .../simone/options/buttonholeplacketwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md diff --git a/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md b/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md new file mode 100644 index 00000000000..60598a23bbb --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Buttonhole placket width" +- - - + +![Buttonhole placket width](buttonholeplacketwidth.svg) + +The width of your buttonhole placket. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_buttonholeplacketwidth_sample.svg "Effect of this option on the pattern") From 79ad8d259b32f4ff2ceba8025a39025b48bab4fc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:40 +0200 Subject: [PATCH 1155/1675] New translations en.md (Ukrainian) --- .../simone/options/buttonplacketstyle/uk.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md diff --git a/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md b/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md new file mode 100644 index 00000000000..3a462de70ae --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md @@ -0,0 +1,23 @@ +- - - +title: "Button placket style" +- - - + +![Button placket style](buttonplacketstyle.svg) + +Do you want the button placket to be sewn in place (classic style), or folded back and held in place by the buttons (seamless style)? + + + +Seamless is less work, and it looks great. + + + + + +As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a seperate button placket. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_buttonplacketstyle_sample.svg "Effect of this option on the pattern") From da2853342b7cf3a38d8f38fffa5d7a2625874be9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:41 +0200 Subject: [PATCH 1156/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/buttons/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/buttons/uk.md diff --git a/markdown/org/docs/patterns/simone/options/buttons/uk.md b/markdown/org/docs/patterns/simone/options/buttons/uk.md new file mode 100644 index 00000000000..36741804cc2 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/buttons/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Number of buttons" +- - - + +![Buttons](buttons.svg) + +The number of buttons on your shirt. Excluding cuff buttons, and the optional extra top button. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_buttons_sample.svg "Effect of this option on the pattern") From ac44e252dd94a78bce4b9ee2ef310e7c097297f2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:42 +0200 Subject: [PATCH 1157/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/contour/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/contour/uk.md diff --git a/markdown/org/docs/patterns/simone/options/contour/uk.md b/markdown/org/docs/patterns/simone/options/contour/uk.md new file mode 100644 index 00000000000..f2406be3af8 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/contour/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Contour" +- - - + +Controls how sharply the extra room for breasts is removed again below the chest. + +- Increase this option to sharpen the curve below the bust darts +- Decrease this option to loosen the curve below the bust darts + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_contour_sample.svg "Effect of this option on the pattern") From 3144e17d6a84076e464f34709ee6c153f0d1f032 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:43 +0200 Subject: [PATCH 1158/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/chestease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/simone/options/chestease/uk.md b/markdown/org/docs/patterns/simone/options/chestease/uk.md new file mode 100644 index 00000000000..ccacb6bfb7c --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/chestease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest ease" +- - - + +![Chest ease](chestease.svg) + +How much room do you want at the chest? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_chestease_sample.svg "Effect of this option on the pattern") From 3090e5227ab1447bdc752cec8d823ff3d5df2b16 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:44 +0200 Subject: [PATCH 1159/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/collarangle/uk.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/collarangle/uk.md diff --git a/markdown/org/docs/patterns/simone/options/collarangle/uk.md b/markdown/org/docs/patterns/simone/options/collarangle/uk.md new file mode 100644 index 00000000000..9bdf20f1574 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/collarangle/uk.md @@ -0,0 +1,23 @@ +- - - +title: "Collar angle" +- - - + +![Collar angle](collarangle.svg) + +The number of degrees between the collar edge and the grainline. + + + +###### What's the point? + +Together with the collar height, this is the most important factor for the style of your collar. + +Higher values mean a more cut-away style. + +In the example image, the top is 80 degrees (the default) and the bottom is 110 degrees. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_collarangle_sample.svg "Effect of this option on the pattern") From bbe70618c5326e9ca20734248a23b5a188912e3b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:45 +0200 Subject: [PATCH 1160/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/collarbend/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/collarbend/uk.md diff --git a/markdown/org/docs/patterns/simone/options/collarbend/uk.md b/markdown/org/docs/patterns/simone/options/collarbend/uk.md new file mode 100644 index 00000000000..d3e4cb5ae0c --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/collarbend/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar bend" +- - - + +![Collar bend](collarbend.svg) + +How much the collar bends (on the collar stand side), rather than being straight. + + + +This influences how the collar lies against the collar stand. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_collarbend_sample.svg "Effect of this option on the pattern") From 67c72f159d9280cfd88f79525dbef869a8e74110 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:46 +0200 Subject: [PATCH 1161/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/collarease/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/simone/options/collarease/uk.md b/markdown/org/docs/patterns/simone/options/collarease/uk.md new file mode 100644 index 00000000000..76fe699c138 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/collarease/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Collar ease" +- - - + +![Collar ease](collarease.svg) + +How much ease do you want for your collar? + +If you feel that a collar is suffocating, you can give yourself a bit more ease and it will sit more loose around your neck. You could also lower the ease for a tighter fit. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_collarease_sample.svg "Effect of this option on the pattern") From 28fb7d49e57e53a4e661ee21a9de9de7fccecebf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:47 +0200 Subject: [PATCH 1162/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/collarflare/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/collarflare/uk.md diff --git a/markdown/org/docs/patterns/simone/options/collarflare/uk.md b/markdown/org/docs/patterns/simone/options/collarflare/uk.md new file mode 100644 index 00000000000..e5a2112ac1b --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/collarflare/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar flare" +- - - + +![Collar flare](collarflare.svg) + +How much the collar flares out (at the collar edge side), rather than being straight. + + + +This influences the length of your collar tips. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_collarflare_sample.svg "Effect of this option on the pattern") From d1c089d3fb97ae422b4bee724b2c582d26dacc55 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:48 +0200 Subject: [PATCH 1163/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/collargap/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/collargap/uk.md diff --git a/markdown/org/docs/patterns/simone/options/collargap/uk.md b/markdown/org/docs/patterns/simone/options/collargap/uk.md new file mode 100644 index 00000000000..c77ade3bca9 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/collargap/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar gap" +- - - + +![Collar gap](collargap.svg) + +Distance the collar sits apart when closed. + + + +This is really mostly a style choice, but a wider collar gap (together with the collar angle) can accomodate a wider tie (knot). + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_collargap_sample.svg "Effect of this option on the pattern") From c953bbb222908c93cd584eb06fff412a091453e0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:49 +0200 Subject: [PATCH 1164/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/collarroll/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/collarroll/uk.md diff --git a/markdown/org/docs/patterns/simone/options/collarroll/uk.md b/markdown/org/docs/patterns/simone/options/collarroll/uk.md new file mode 100644 index 00000000000..52024cec01f --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/collarroll/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Collar roll" +- - - + +![Collar roll](collarroll.svg) + +How much the collar is taller than the collar stand at center back. + + + +###### What's the point? + +The collar starts upwards from the collar stand and then rolls over downwards. But it still needs to cover the collar stand. For that, it needs to be a bit longer. + +Increasing this does not make the collar higher (use the collar stand height for that) but rather makes it descend further down. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_collarroll_sample.svg "Effect of this option on the pattern") From 2160ba44cf1b7542ee0c9495daa31a8ae8d71fa7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:50 +0200 Subject: [PATCH 1165/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/collarstandbend/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/collarstandbend/uk.md diff --git a/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md b/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md new file mode 100644 index 00000000000..c3de2f4783f --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Collar stand bend" +- - - + +![Collarstand bend](collarstandbend.svg) + +How much the collar stand bends in the middle, rather than being straight. This influences how your collar will sit around your neck. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_collarstandbend_sample.svg "Effect of this option on the pattern") From fd7c438a1c91be3ba57525b19ee0ac421d810b41 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:51 +0200 Subject: [PATCH 1166/1675] New translations en.md (Ukrainian) --- .../simone/options/collarstandcurve/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md diff --git a/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md b/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md new file mode 100644 index 00000000000..541afab7ec5 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar stand curve" +- - - + +![Collarstand curve](collarstandcurve.svg) + +How much the collar stand curves up at the edges. + + + +You can tweak this to make sure the edges of your collar stand at the front or nicely horizontal. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_collarstandcurve_sample.svg "Effect of this option on the pattern") From fe8a4674505d874a1615b4485cc4fb95dfcd8045 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:52 +0200 Subject: [PATCH 1167/1675] New translations en.md (Ukrainian) --- .../simone/options/collarstandwidth/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md diff --git a/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md b/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md new file mode 100644 index 00000000000..6920ef38481 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Collar stand width" +- - - + +![Collarstand width](collarstandwidth.svg) + +The height of your collar stand. + + + +This is the main parameter to change the overall height of your collar. This defaults to a modern relatively slim collar, but you can crank it up all the way to Karl Lagerfeld style. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_collarstandwidth_sample.svg "Effect of this option on the pattern") From 014c22d0eb94b0b12038324be72a1ab63cc73db8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:53 +0200 Subject: [PATCH 1168/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/options/s3collar/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/s3collar/uk.md diff --git a/markdown/org/docs/patterns/sven/options/s3collar/uk.md b/markdown/org/docs/patterns/sven/options/s3collar/uk.md new file mode 100644 index 00000000000..0f07149210c --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/s3collar/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: collar side" +- - - + + +Controls the shoulder seam location on the collar side. + +- Increase this option to shift the shoulder seam forward on the collar side +- Decrease this option to shift the shoulder seam backward on the collar side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_s3collar_sample.svg "Effect of this option on the pattern") From cebcf954017dbd5891bf6010a09d151137d3ed2b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:54 +0200 Subject: [PATCH 1169/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/sven/options/shoulderease/uk.md b/markdown/org/docs/patterns/sven/options/shoulderease/uk.md new file mode 100644 index 00000000000..5b831efff3e --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +Controls the amount of ease on the shoulder to shoulder measurement. + +This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_shoulderease_sample.svg "Effect of this option on the pattern") From 874d691b2df94efe538d7df71beee8b273002d8c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:55 +0200 Subject: [PATCH 1170/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq3spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md new file mode 100644 index 00000000000..e84ae94297a --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 upward spread" +- - - + +![The upward spread in the thrid quadrant of the sleevecap](./sleevecapq3spread1.svg) + +This option controls the upward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq3spread1_sample.svg "Effect of this option on the pattern") From 64553a85e7a55974de23c7a7d6ed88ba7979b52c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:56 +0200 Subject: [PATCH 1171/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapfrontfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md new file mode 100644 index 00000000000..55aae2d7248 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front X" +- - - + +![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapfrontfactorx_sample.svg "Effect of this option on the pattern") From c2203eb91070b8f8c8e26162eeb1d84eee78b87a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:57 +0200 Subject: [PATCH 1172/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapfrontfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md new file mode 100644 index 00000000000..1a7eb8952b6 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front Y" +- - - + +![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapfrontfactory_sample.svg "Effect of this option on the pattern") From 5edb4f0dd207e4c87cfc7637d3214a73e384328f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:25:59 +0200 Subject: [PATCH 1173/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq1offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md new file mode 100644 index 00000000000..e8f9b6384d4 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 offset" +- - - + +![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) + +This option controls the offset in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq1offset_sample.svg "Effect of this option on the pattern") From 2311f6c21244525ac6771daaf81e489e0f2599fd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:00 +0200 Subject: [PATCH 1174/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq1spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md new file mode 100644 index 00000000000..402c3c931af --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 downward spread" +- - - + +![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) + +This option controls the downward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq1spread1_sample.svg "Effect of this option on the pattern") From edc073e8834a17e73b74021168d4a36e08071b2c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:01 +0200 Subject: [PATCH 1175/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq1spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md new file mode 100644 index 00000000000..34ed651d4ea --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 upward spread" +- - - + +![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) + +This option controls the upward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq1spread2_sample.svg "Effect of this option on the pattern") From bd8c9840ad237f012510f196ccaf21bb2b27944d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:02 +0200 Subject: [PATCH 1176/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq2offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md new file mode 100644 index 00000000000..6220d82aeca --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 offset" +- - - + +![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) + +This option controls the offset in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq2offset_sample.svg "Effect of this option on the pattern") From 59902a050e2669a50e4c4363bd960f7ad585f673 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:03 +0200 Subject: [PATCH 1177/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq2spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md new file mode 100644 index 00000000000..f8629d945ab --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 downward spread" +- - - + +![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) + +This option controls the downward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq2spread1_sample.svg "Effect of this option on the pattern") From ce4ba7ec9addaba4bad20d8cb17fe2dc7f88e8c6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:04 +0200 Subject: [PATCH 1178/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq2spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md new file mode 100644 index 00000000000..90b2cd852bb --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 upward spread" +- - - + +![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) + +This option controls the upward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq2spread2_sample.svg "Effect of this option on the pattern") From 6f799aea6788603297a855c68518bbfaf5135b9a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:06 +0200 Subject: [PATCH 1179/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq3offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md new file mode 100644 index 00000000000..7a6aa700a07 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 offset" +- - - + +![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) + +This option controls the offset in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq3offset_sample.svg "Effect of this option on the pattern") From a6787b6c69efbda84e6923f6d35b605b49187933 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:07 +0200 Subject: [PATCH 1180/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq3spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md new file mode 100644 index 00000000000..be05c5e4a86 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 downward spread" +- - - + +![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) + +This option controls the downward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq3spread2_sample.svg "Effect of this option on the pattern") From ab44064b1c8cd295622524ded67a8e208cee31a9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:08 +0200 Subject: [PATCH 1181/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapbackfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md new file mode 100644 index 00000000000..e63a4979c2c --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back Y" +- - - + +![The vertical location of the back inflection point](./sleevecapbackfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapbackfactory_sample.svg "Effect of this option on the pattern") From 81eacb92461b820d2fc14c78a74f3f34cfc928f3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:09 +0200 Subject: [PATCH 1182/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq4offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md new file mode 100644 index 00000000000..199954bb1e3 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 offset" +- - - + +![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) + +This option controls the offset in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq4offset_sample.svg "Effect of this option on the pattern") From 0f1da60fde6862f942fd899eca2c49419ca47fd2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:10 +0200 Subject: [PATCH 1183/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq4spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md new file mode 100644 index 00000000000..825bc2c1ac9 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 upward spread" +- - - + +![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) + +This option controls the upward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq4spread1_sample.svg "Effect of this option on the pattern") From 6cc06e63235cf63584c835ad9a89f63d7db2d134 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:11 +0200 Subject: [PATCH 1184/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapq4spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md new file mode 100644 index 00000000000..ae72467c613 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 downward spread" +- - - + +![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) + +This option controls the downward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapq4spread2_sample.svg "Effect of this option on the pattern") From f23784d8b561928ba8a3f184521380649bbb7b87 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:12 +0200 Subject: [PATCH 1185/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecaptopfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md new file mode 100644 index 00000000000..678baed2b5a --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top X" +- - - + +![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) + +This option controls the horizontal placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecaptopfactorx_sample.svg "Effect of this option on the pattern") From 777252c9583e57beb4fa65667a3a23ed0c285005 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:13 +0200 Subject: [PATCH 1186/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecaptopfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md new file mode 100644 index 00000000000..1cfcca179ad --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top Y" +- - - + +![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) + +This option controls the vertical placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecaptopfactory_sample.svg "Effect of this option on the pattern") From 96cb66dcabc153c272855072deaac84e7143adc2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:14 +0200 Subject: [PATCH 1187/1675] New translations en.md (Ukrainian) --- .../titan/options/crossseamcurveangle/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md new file mode 100644 index 00000000000..1dc6b3677e0 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md @@ -0,0 +1,14 @@ +- - - +title: "Cross seam angle" +- - - + + + + +Documentation missing + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_crossseamcurveangle_sample.svg "Effect of this option on the pattern") From 140416621ace82ab0c80c47a5f5c596ef5ad12c8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:15 +0200 Subject: [PATCH 1188/1675] New translations en.md (Ukrainian) --- .../titan/options/crotchseamcurveangle/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md new file mode 100644 index 00000000000..2de242144e4 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md @@ -0,0 +1,14 @@ +- - - +title: "Crotch seam angle" +- - - + + + + +Documentation missing + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_crotchseamcurveangle_sample.svg "Effect of this option on the pattern") From 15af130a3bbaac6d317d98c926fff8a554f0b40f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:16 +0200 Subject: [PATCH 1189/1675] New translations en.md (Ukrainian) --- .../docs/patterns/titan/options/waistbandwidth/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md diff --git a/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md new file mode 100644 index 00000000000..e74bbcf8d76 --- /dev/null +++ b/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md @@ -0,0 +1,10 @@ +- - - +title: "Waistband width" +- - - + + +Controls the width of the waistband. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](titan_waistbandwidth_sample.svg "Effect of this option on the pattern") From 12c51c96ee244e6e492bd9a52d4e098b025e57fa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:17 +0200 Subject: [PATCH 1190/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/ursula/measurements/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/ursula/measurements/uk.md diff --git a/markdown/org/docs/patterns/ursula/measurements/uk.md b/markdown/org/docs/patterns/ursula/measurements/uk.md new file mode 100644 index 00000000000..9dbdd611db4 --- /dev/null +++ b/markdown/org/docs/patterns/ursula/measurements/uk.md @@ -0,0 +1,8 @@ +- - - +title: "Ursula undies: Required Measurements" +- - - + + +Ursula does not require any measurements + + From d122985360095dd65663391b7f6f58628cb16e9f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:18 +0200 Subject: [PATCH 1191/1675] New translations en.md (Ukrainian) --- .../docs/patterns/wahid/options/armholedepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..92071f65453 --- /dev/null +++ b/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole depth factor" +- - - + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](wahid_armholedepthfactor_sample.svg "Effect of this option on the pattern") From e1e4c96fb30e8391b80aafe7f71d121a674ec728 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:19 +0200 Subject: [PATCH 1192/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapease/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md new file mode 100644 index 00000000000..1ed0ff9aacf --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap ease" +- - - + +Determines the amount of sleevecap ease. + + + +The amount of sleevecap ease determines how the sleeves rolls from the shouder. +More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. + +For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapease_sample.svg "Effect of this option on the pattern") From 46a57bd104383e14c8a7a644bafbd0a840e71a98 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:21 +0200 Subject: [PATCH 1193/1675] New translations en.md (Ukrainian) --- .../teagan/options/sleevecapbackfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md new file mode 100644 index 00000000000..36a6c13794f --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back X" +- - - + +![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevecapbackfactorx_sample.svg "Effect of this option on the pattern") From 321fdaae1a5b110f73792ab760516afcff76833f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:22 +0200 Subject: [PATCH 1194/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapbackfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md new file mode 100644 index 00000000000..e82cac91141 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back X" +- - - + +![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapbackfactorx_sample.svg "Effect of this option on the pattern") From c763240914fca02b46fca18b06d3f2c1fdc42741 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:23 +0200 Subject: [PATCH 1195/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq3offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md new file mode 100644 index 00000000000..332aea0770e --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 offset" +- - - + +![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) + +This option controls the offset in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq3offset_sample.svg "Effect of this option on the pattern") From 2931581ecb86e12f48e6048558e76f364b6f76eb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:24 +0200 Subject: [PATCH 1196/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapbackfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md new file mode 100644 index 00000000000..e1c1323860f --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back Y" +- - - + +![The vertical location of the back inflection point](./sleevecapbackfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapbackfactory_sample.svg "Effect of this option on the pattern") From c15fa70b106f7fe616389af41ce51f0dfe49be6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:25 +0200 Subject: [PATCH 1197/1675] New translations en.md (Ukrainian) --- .../patterns/sven/options/sleevecapease/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md new file mode 100644 index 00000000000..132bd6e15df --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap ease" +- - - + +Determines the amount of sleevecap ease. + + + +The amount of sleevecap ease determines how the sleeves rolls from the shouder. +More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. + +For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapease_sample.svg "Effect of this option on the pattern") From 251ad513e51a57bc38b8e75ca8637c3071225572 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:26 +0200 Subject: [PATCH 1198/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapfrontfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md new file mode 100644 index 00000000000..d28216cc7a7 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front X" +- - - + +![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapfrontfactorx_sample.svg "Effect of this option on the pattern") From 411959d3ce3d1db0d41613c1570db144af309939 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:27 +0200 Subject: [PATCH 1199/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapfrontfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md new file mode 100644 index 00000000000..40a0b9f16de --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front Y" +- - - + +![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapfrontfactory_sample.svg "Effect of this option on the pattern") From f3c970678a6827e3f9fda8b43e8d730e6f150168 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:28 +0200 Subject: [PATCH 1200/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq1offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md new file mode 100644 index 00000000000..a18320134d5 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 offset" +- - - + +![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) + +This option controls the offset in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq1offset_sample.svg "Effect of this option on the pattern") From ee8d87f0753aa16bc1cec44d1e1774cc7e24a361 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:29 +0200 Subject: [PATCH 1201/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq1spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md new file mode 100644 index 00000000000..0724297e6e9 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 downward spread" +- - - + +![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) + +This option controls the downward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq1spread1_sample.svg "Effect of this option on the pattern") From 3f8ad076e8df94e3ab7d27ef71aca80f17030a08 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:29 +0200 Subject: [PATCH 1202/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq1spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md new file mode 100644 index 00000000000..02e26ed9b7c --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 upward spread" +- - - + +![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) + +This option controls the upward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq1spread2_sample.svg "Effect of this option on the pattern") From aee428cebe24be83c2b5a344699de4f2599c77ea Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:31 +0200 Subject: [PATCH 1203/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq2offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md new file mode 100644 index 00000000000..844cdc65be4 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 offset" +- - - + +![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) + +This option controls the offset in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq2offset_sample.svg "Effect of this option on the pattern") From d956a6c8779071732192a7cd36bc569b3fc7edf5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:32 +0200 Subject: [PATCH 1204/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq2spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md new file mode 100644 index 00000000000..c52a787d7d7 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 downward spread" +- - - + +![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) + +This option controls the downward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq2spread1_sample.svg "Effect of this option on the pattern") From 27b1093b6abf2626929ac96ef77912e665c0ad55 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:33 +0200 Subject: [PATCH 1205/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq2spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md new file mode 100644 index 00000000000..69d90b1919f --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 upward spread" +- - - + +![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) + +This option controls the upward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq2spread2_sample.svg "Effect of this option on the pattern") From 8f71d55c23adc8db34ef714801e7628235f48a9a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:34 +0200 Subject: [PATCH 1206/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq3spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md new file mode 100644 index 00000000000..154884c6a77 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 upward spread" +- - - + +![The upward spread in the thrid quadrant of the sleevecap](./sleevecapq3spread1.svg) + +This option controls the upward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq3spread1_sample.svg "Effect of this option on the pattern") From 46248e95e74e1c86fca8274463f1079ab55abd68 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:35 +0200 Subject: [PATCH 1207/1675] New translations en.md (Ukrainian) --- .../docs/patterns/teagan/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md b/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md new file mode 100644 index 00000000000..4fd79573b0b --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_backneckcutout_sample.svg "Effect of this option on the pattern") From 9916b7b47a5eefcf69234c8985e635c9c14378e4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:36 +0200 Subject: [PATCH 1208/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq3spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md new file mode 100644 index 00000000000..66ec31aedd4 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 downward spread" +- - - + +![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) + +This option controls the downward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq3spread2_sample.svg "Effect of this option on the pattern") From deffdcfaf59b24465e0592fda5f86464d6ace31f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:37 +0200 Subject: [PATCH 1209/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq4offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md new file mode 100644 index 00000000000..da64b78ba5e --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 offset" +- - - + +![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) + +This option controls the offset in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq4offset_sample.svg "Effect of this option on the pattern") From 3470e14231bbe6e88174629a24012277a9ae3ff4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:38 +0200 Subject: [PATCH 1210/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq4spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md new file mode 100644 index 00000000000..7ce1a1bce14 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 upward spread" +- - - + +![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) + +This option controls the upward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq4spread1_sample.svg "Effect of this option on the pattern") From 4255cd5b8411f34f1e97478e5d8526b59e3ae6a1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:39 +0200 Subject: [PATCH 1211/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecapq4spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md new file mode 100644 index 00000000000..1d7a15e8f85 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 downward spread" +- - - + +![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) + +This option controls the downward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecapq4spread2_sample.svg "Effect of this option on the pattern") From 04b24a02f0dfaa0a6b628aac80c543b3a9dde251 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:40 +0200 Subject: [PATCH 1212/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecaptopfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md new file mode 100644 index 00000000000..0f5abb7e4db --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top X" +- - - + +![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) + +This option controls the horizontal placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecaptopfactorx_sample.svg "Effect of this option on the pattern") From e04a241085128c0ad9d24486636128f68ba4b360 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:41 +0200 Subject: [PATCH 1213/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevecaptopfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md new file mode 100644 index 00000000000..8502242d740 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top Y" +- - - + +![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) + +This option controls the vertical placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevecaptopfactory_sample.svg "Effect of this option on the pattern") From 6dd2155995f04ad19d767f751b984249f534da29 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:42 +0200 Subject: [PATCH 1214/1675] New translations en.md (Ukrainian) --- .../sven/options/sleevewidthguarantee/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md diff --git a/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md new file mode 100644 index 00000000000..c7ed0827814 --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Sleeve width guarantee" +- - - + +We first draft the arm opening, then we draft a sleeve to fit it. + +When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. + +Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap. + +To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") From 5420a4b5c4ed923a8233f8ae169cca8063271269 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:43 +0200 Subject: [PATCH 1215/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/teagan/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/measurements/uk.md diff --git a/markdown/org/docs/patterns/teagan/measurements/uk.md b/markdown/org/docs/patterns/teagan/measurements/uk.md new file mode 100644 index 00000000000..bcc9898d52a --- /dev/null +++ b/markdown/org/docs/patterns/teagan/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Teagan T-shirt: Required Measurements" +- - - + + From ef21d50e2c816722c3aa1741224b480207a8a62a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:44 +0200 Subject: [PATCH 1216/1675] New translations en.md (Ukrainian) --- .../docs/patterns/teagan/options/acrossbackfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..1ccfa850a40 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Across back factor" +- - - + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_acrossbackfactor_sample.svg "Effect of this option on the pattern") From a5ccfeb99c986ee6833e5657d8cea5791fba0797 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:45 +0200 Subject: [PATCH 1217/1675] New translations en.md (Ukrainian) --- .../patterns/teagan/options/armholedepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..3c524ffb5dc --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole depth factor" +- - - + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_armholedepthfactor_sample.svg "Effect of this option on the pattern") From c318df657fc18d5f6206e979b621723433cf4d4b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:46 +0200 Subject: [PATCH 1218/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/brian/options/s3armhole/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/s3armhole/uk.md diff --git a/markdown/org/docs/patterns/brian/options/s3armhole/uk.md b/markdown/org/docs/patterns/brian/options/s3armhole/uk.md new file mode 100644 index 00000000000..2f1527ce14d --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/s3armhole/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: armhole side" +- - - + + +Controls the shoulder seam location on the armhole side. + +- Increase this option to shift the shoulder seam forward on the armhole side +- Decrease this option to shift the shoulder seam backward on the armhole side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_s3armhole_sample.svg "Effect of this option on the pattern") From 421daafde6ad47d01d43aa3256ea7792ad1d6ca9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:47 +0200 Subject: [PATCH 1219/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/brian/options/s3collar/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/brian/options/s3collar/uk.md diff --git a/markdown/org/docs/patterns/brian/options/s3collar/uk.md b/markdown/org/docs/patterns/brian/options/s3collar/uk.md new file mode 100644 index 00000000000..6948b18477e --- /dev/null +++ b/markdown/org/docs/patterns/brian/options/s3collar/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Shoulder seam shift: collar side" +- - - + + +Controls the shoulder seam location on the collar side. + +- Increase this option to shift the shoulder seam forward on the collar side +- Decrease this option to shift the shoulder seam backward on the collar side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](brian_s3collar_sample.svg "Effect of this option on the pattern") From 99bbf09d4da674fdb71749187d80780c7f6f9ed1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:48 +0200 Subject: [PATCH 1220/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/options/collarease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/collarease/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/collarease/uk.md b/markdown/org/docs/patterns/yuri/options/collarease/uk.md new file mode 100644 index 00000000000..185790a41f3 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/collarease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Collar ease" +- - - + +Controls the amount of ease at your collar/neck. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_collarease_sample.svg "Effect of this option on the pattern") From 560d047273be9ffcab28909bcf1e928b676828d4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:49 +0200 Subject: [PATCH 1221/1675] New translations en.md (Ukrainian) --- .../docs/patterns/simone/options/yokeheight/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/yokeheight/uk.md diff --git a/markdown/org/docs/patterns/simone/options/yokeheight/uk.md b/markdown/org/docs/patterns/simone/options/yokeheight/uk.md new file mode 100644 index 00000000000..aa33219e935 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/yokeheight/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Yoke height" +- - - + +Controls the height of the yoke seam. + +- Increase this option to lower the height and lengthen the yoke +- Decrease this option to raise the height and shorten the yoke + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_yokeheight_sample.svg "Effect of this option on the pattern") From 27cd27d6735971a120be6a7ee780f629e4ed3632 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:50 +0200 Subject: [PATCH 1222/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/cutting/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/cutting/uk.md diff --git a/markdown/org/docs/patterns/yuri/cutting/uk.md b/markdown/org/docs/patterns/yuri/cutting/uk.md new file mode 100644 index 00000000000..86ff100fd4a --- /dev/null +++ b/markdown/org/docs/patterns/yuri/cutting/uk.md @@ -0,0 +1,10 @@ +- - - +title: "Yuri hoodie: Cutting Instructions" +- - - + +- Cut **2 fronts** with _good sides together_ +- Cut **1 back** _on the fold_ +- Cut **2 sleeves** with _good sides together_ +- Cut **2 gussets** _on the fold_ with _good sides together_ +- Cut **4 hood sides** 2 x 2 with _good sides together_ for the outer hood and inner hood +- Cut **2 hood centers** with _good sides together_ From 87a9dde8aea8b16a1ade69f94a0addbf38751e9d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:51 +0200 Subject: [PATCH 1223/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/uk.md diff --git a/markdown/org/docs/patterns/yuri/uk.md b/markdown/org/docs/patterns/yuri/uk.md new file mode 100644 index 00000000000..9022febe0a9 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Yuri hoodie" +- - - + + From 486608a4acb845271c2ff484b769a2ca227d1589 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:52 +0200 Subject: [PATCH 1224/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/fabric/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/fabric/uk.md diff --git a/markdown/org/docs/patterns/yuri/fabric/uk.md b/markdown/org/docs/patterns/yuri/fabric/uk.md new file mode 100644 index 00000000000..12ec2348346 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/fabric/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Yuri hoodie: Fabric Options" +- - - + +You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric. + +As far as fibers go, you can go all cotton, or opt for a poly or acryl cotton blend. + +Make sure to pay attention to the inside of the fabric. Sweatshirt fabrics come in loopback and brushed back. If you want that OMG-it-feels-so-soft-on-my-skin feeling, go for brushed. + + + +You don't have to use sweatshirt fabric. Other options are available, from fashion-forward neoprene (aka scuba) to a more eyebrow-rising choice like crushed velour (aka velvet). + +Or if you have given up on class, you could go for fleece. + + From ea7597feb8e7d43322ad562fe40b7a6ef71f6eb0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:53 +0200 Subject: [PATCH 1225/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/yuri/instructions/uk.md | 152 ++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/instructions/uk.md diff --git a/markdown/org/docs/patterns/yuri/instructions/uk.md b/markdown/org/docs/patterns/yuri/instructions/uk.md new file mode 100644 index 00000000000..515dbcc9b4d --- /dev/null +++ b/markdown/org/docs/patterns/yuri/instructions/uk.md @@ -0,0 +1,152 @@ +- - - +title: "Yuri hoodie: Sewing Instructions" +- - - + + + +This pattern can be sewn with or with out a overlocker/serger. To _**Finish**_ seams without a overlocker/serger you can either use your prefered method or one of the methods below: + +##### Finishing Method 1 + +- Press open the seam allowances. +- Then on the good side, _**Edgestitch**_ 3mm (1/8 inch) away or closer to both sides of the seam catching the seam allowances underneath. +- On the wrong side trim the seam allowances close to the edgestitching. + +##### Finishing Method 2 + +- Sew the seam allowances together with either a ziz-zag, overcast or straight stitch and press to one side. +- Trim to 1cm (3/8 inch) seam allowance if needed. + + + + + +If using a overlocker/serger you can sew seams which need fininshing in one go rather than sewing the seam conventionally and finishing it. + + + +## Step 1: Attaching the Gussets + +- With the good sides together, sew the gussets to the front panels along the side seams. +- _**Finish**_ seams. + +## Step 2: Sew the Shoulder Seams + +- With good sides together, sew the front pieces to the back along the shoulder seams. +- _**Finish**_ seams. + +## Step 3: Attach the Sleeves + +- With good sides together, matching back notch to back notch and front notch to front notch, sew the sleeves to the body. +- _**Finish**_ seams. + + + +On the pattern the back notch is marked as a cross-notch (see [our pattern notation guide](/docs/various/notation/notches/)). It is recommended to make this a double notch when cutting out your pieces to make the back notch easier to differentiate from the front. + + + +## Step 4: Hem the Sleeves + +- (Optional) Overcast the raw edge of the sleeve. +- Press the hem allowance to the wrong side of the fabric and baste in place close to the raw edge. +- On the outside, stitch away from the folded edge, catching the hem allowance underneath using the basting as guide to where the raw edge is. +- (Optional) On the outside, stitch 6mm (1/4 inch) parallel to original stich along the hem allowance. +- Remove basting. + + + +If you prefer to hem your sleeves after sewing the side seams you can do this step after **Step 5**. +You can skip the overcasting if using a twin needle, coverstitch machine or if you wish to leave the edge raw when hemming. +This is just one hemming method, if you prefer another way go for it. + + + +## Step 5: Close the Sides + +- With good sides together, matching shoulder seams, start at the sleeve edge and sew the sleeve together than sew the gusset and back together. +- _**Finish**_ seams. +- Repeat for remaining sleeve and side opening. + +## Step 6: Hem the Raw Edges + +- Fold under and sew the hem on all the raw edges except around the neck edge. +- Sew the hem from the top of one front, to the bottom of the front, then along the bottom of the gusset, then along the bottom of the back, then along bottom of the other gusset, and then up to the neck of the other front. + +## Step 7: Prepare Lining and Outside Hood + +Follow this step twice, once for the outer hood and once for the lining hood. + +- With good sides together, sew the long edge of the Hood Centre to the outer edge of one of the Hood Sides. +- With good sides together, sew the remaining long edge of the Hood Centre to the outer edge of the other Hood Side. +- Press the seam allowances open. +- _**Finish**_ seams. + + + +It is recommended to use **Finishing Method 1** for this step regardless of whether you are using a overlocker/serger. + + + +## Step 8: Join Inside and Outside Hood + +- With _good sides together_, pin the Outside and Lining Hoods together matching the seams. +- Sew the pinned edge together. +- Trim the seam allowance to 1cm (3/8 inch) if your chosen seam allowance is bigger and you have not used and overlocker/serger. Otherwise _do not_ trim the seam. +- Turn the hood good sides out and press the outer edge flat. +- On the outside Topstitch along the edge of the hood, about 1.5 - 2cm (5/8 - 3/4 inch) from the edge. Ensure that your topstiching encloses but does not go through the seam allowance of the outer hood edge. This will create a decorative rim, with the enclosed seam allowance making the rim a bit poofy. +- With raw edges together, overcast the bottom of the hood. You can either do this with an overlocker/serger or a ziz-zag or overcast stitch on a regular machine. + + + +When pressing you want to make sure that the outer fabric folds a little bit to the inside. This will help prevent the lining from peaking out of the hood when topstitched. +If you do not wish to have the decorative rim, you may still want to understitch the lining so it does not peak to the outside. + + + +## Step 9: Prepping a Neckband for the Hood (Optional) + +- Cut a cross-wise strip of fabric out of your main fabric, your neck opening + 2cm (3/4 inch) long and triple your neck seam allowance wide. +- Press under 1cm (3/8 inch) allowance on the short sides. + + + +Whilst marked optional, it is recommended to do this step as it creates a neater and stronger finish around the neck. +You can also make a folded band so the neckband does not have a raw edge but this may be bulky. You will also need to make sure the folded edge extends slightly longer than 1cm to be caught when attaching and topstitching the hood but not so long that it flaps about. + + + +## Step 10: Attach the Hood + +- With good sides together, starting from the centre back pin the hood to the neck, matching the centre backs and overlapping the hood ends at the centre front. +- With good side of neckband to lining side of hood, pin the neckband to the hood matching middle of the neckband to the centre back. +- If using an overlocker/serger, serge the neck and hood together through all layers. +- If using a sewing machine, use a zig-zag stich to sew all the neck and hood layers together. +- On the outside check around the neckline to make sure all the layers are caught. +- Press seam allowances towards the body. +- On the good side, topstitch with a straight sitch approximately 1cm (3/8 inch) away from the neck edge towards the body to catch and secure the neckband underneath. +- Trim the excess binding from the inside. + + + +If using a overlocker/serger to attach the hood you may want to attach bulky areas down first with a straight stitch suchs as the front as an overlocker/serger may have trouble sewing these parts. + + + + + +If you are worried that topstitching the neckband with a straight stitch will not give enough stretch you can always topstitch it with a narrow zig-zag or appropriate stretch stitch of your choosing. +If you are not using a neckband you will want to finish the seam with **Finishing Method 2** and topstitch with 6mm (1/4 inch) instead of 1cm (3/8 inch). + + + +## Step 11: Buttons and buttonholes + +- At the buttonhole marks on the front panels, sew button holes for 2.5cm (1 inch) buttons or button size of your choosing. +- For button placement you may want to try your Yuri on and see where the buttons fit the best for you. +- Alternatively you can use the button markings on the pattern for placement. +- Attach the buttons. + +## Step 12 : Ta-daaa + +Enjoy your Yuri! From f711bee0232036588395d6c25b26da1fdef2a0ed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:54 +0200 Subject: [PATCH 1226/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/measurements/uk.md diff --git a/markdown/org/docs/patterns/yuri/measurements/uk.md b/markdown/org/docs/patterns/yuri/measurements/uk.md new file mode 100644 index 00000000000..0d55efdd3c2 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Yuri hoodie: Required Measurements" +- - - + + From aa489a9f725ed2c8e1547afcfccdfe0fb038e290 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:55 +0200 Subject: [PATCH 1227/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/needs/uk.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/needs/uk.md diff --git a/markdown/org/docs/patterns/yuri/needs/uk.md b/markdown/org/docs/patterns/yuri/needs/uk.md new file mode 100644 index 00000000000..94c1077ee3f --- /dev/null +++ b/markdown/org/docs/patterns/yuri/needs/uk.md @@ -0,0 +1,20 @@ +- - - +title: "Yuri hoodie: What You Need" +- - - + +To make Yuri, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 2.5 meters (2.8 yards) of a suitable fabric ([see Fabric options](/docs/patterns/yuri/fabric)) +- 2 large buttons + + + +#### A serger/overlock is nice, but optional + +As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. + +If you do not have one of those, don't despair. You don't really need it. +Because none of the seams get stretched out, you can just sew this pattern with a regular straight stitch. + + From dc2f50233333db7231b1b9cfdc609dfbaef7764c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:56 +0200 Subject: [PATCH 1228/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/options/bicepsease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/bicepsease/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md b/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md new file mode 100644 index 00000000000..30eef123e6b --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Biceps ease" +- - - + +The amount of ease at your upper arm. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_bicepsease_sample.svg "Effect of this option on the pattern") From 33b2682b1581b17cfb65b37b94aa0d006c1c2b47 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:57 +0200 Subject: [PATCH 1229/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/options/chestease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/chestease/uk.md b/markdown/org/docs/patterns/yuri/options/chestease/uk.md new file mode 100644 index 00000000000..25aa4afca6d --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/chestease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Chest ease" +- - - + +This option controls the ease at your chest. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_chestease_sample.svg "Effect of this option on the pattern") From 1a738e5468c388e97c2143011a19bf437d42c48b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:58 +0200 Subject: [PATCH 1230/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/options/cuffease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/cuffease/uk.md b/markdown/org/docs/patterns/yuri/options/cuffease/uk.md new file mode 100644 index 00000000000..658f67149cd --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/cuffease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Cuff ease" +- - - + +This option controls the ease at your wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_cuffease_sample.svg "Effect of this option on the pattern") From f3c38d0de5a27ca375a237ca4e198db9a887cd97 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:26:59 +0200 Subject: [PATCH 1231/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/splityoke/uk.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/splityoke/uk.md diff --git a/markdown/org/docs/patterns/simone/options/splityoke/uk.md b/markdown/org/docs/patterns/simone/options/splityoke/uk.md new file mode 100644 index 00000000000..e6ebfeac367 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/splityoke/uk.md @@ -0,0 +1,21 @@ +- - - +title: "Split yoke" +- - - + +![Split yoke](splityoke.svg) + +Do you want a split yoke? + + + +###### What's the point? + +With a split yoke, only half the yoke is included on the pattern, and you'll have to cut 4 parts instead of 2, and sew them together. + +It's a bit more work, but it allows you to align the grain line differently on both halves of the yoke, an effect that some people like. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_splityoke_sample.svg "Effect of this option on the pattern") From b1d7b7819b67977eea991f4187478a245d3afeb6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:00 +0200 Subject: [PATCH 1232/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/uk.md b/markdown/org/docs/patterns/yuri/options/uk.md new file mode 100644 index 00000000000..0c42ff64e21 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Yuri hoodie: Design Options" +- - - + + From a15e609bc4d08e5a557f5fd290c4230919df30c4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:01 +0200 Subject: [PATCH 1233/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/yuri/options/hipsease/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/hipsease/uk.md b/markdown/org/docs/patterns/yuri/options/hipsease/uk.md new file mode 100644 index 00000000000..fa22f737abf --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/hipsease/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Hips ease" +- - - + +The amount of ease at your hips. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_hipsease_sample.svg "Effect of this option on the pattern") From a5d54ef682481c946d01586d72d95b0b52c616b4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:03 +0200 Subject: [PATCH 1234/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/yuri/options/lengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md b/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md new file mode 100644 index 00000000000..a822c18d17a --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length bonus" +- - - + +This option controls how far the block extend below your hips. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_lengthbonus_sample.svg "Effect of this option on the pattern") From 5f48245b5bcad067c5ea8d7486fd8555386b5f9a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:04 +0200 Subject: [PATCH 1235/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/yuri/options/s3armhole/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/s3armhole/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md b/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md new file mode 100644 index 00000000000..dda5ee5dcbe --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Shoulder seam shift: armhole side" +- - - + +Controls the shoulder seam location on the armhole side. + +- Increase this option to shift the shoulder seam forward on the armhole side +- Decrease this option to shift the shoulder seam backward on the armhole side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_s3armhole_sample.svg "Effect of this option on the pattern") From b5076ad197e6b535e087ee5fa8055408ace94729 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:05 +0200 Subject: [PATCH 1236/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/yuri/options/s3collar/uk.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/s3collar/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/s3collar/uk.md b/markdown/org/docs/patterns/yuri/options/s3collar/uk.md new file mode 100644 index 00000000000..9eefd8b797e --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/s3collar/uk.md @@ -0,0 +1,12 @@ +- - - +title: "Shoulder seam shift: collar side" +- - - + +Controls the shoulder seam location on the collar side. + +- Increase this option to shift the shoulder seam forward on the collar side +- Decrease this option to shift the shoulder seam backward on the collar side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_s3collar_sample.svg "Effect of this option on the pattern") From b8a33adfd666c238d700f377ced63c8cb04babcd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:06 +0200 Subject: [PATCH 1237/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/yuri/options/shoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/shoulderease/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md b/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md new file mode 100644 index 00000000000..3cdb320ec83 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Shoulder ease" +- - - + +Controls the amount of ease on the shoulder to shoulder measurement. + +This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_shoulderease_sample.svg "Effect of this option on the pattern") From 8f022156d51c57de080a72ea1484dcc09dbbb6f5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:07 +0200 Subject: [PATCH 1238/1675] New translations en.md (Ukrainian) --- .../docs/patterns/yuri/options/sleevelengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..389193627c0 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Sleeve length bonus" +- - - + +This option controls how to lengthen the sleeves. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From 241d674d3b8d9fe382f4fb82e984168eef41af38 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:08 +0200 Subject: [PATCH 1239/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/simon/options/ffsa/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simon/options/ffsa/uk.md diff --git a/markdown/org/docs/patterns/simon/options/ffsa/uk.md b/markdown/org/docs/patterns/simon/options/ffsa/uk.md new file mode 100644 index 00000000000..574cefad716 --- /dev/null +++ b/markdown/org/docs/patterns/simon/options/ffsa/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Flat-felled seam allowace" +- - - + +Controls the amount of seam allowance on flat-felled seams. + +The armhole and side seams on the shirt are flat-felled seams, and those require extra seam allowance. How much is a matter of personal preference, since some people prefer wider flat-felled seams, while others have a preference for more narrow flat-felled seams. + +This option controls the amount of flat-felled seam allowance as a factor of the regular seam allowance. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simon_ffsa_sample.svg "Effect of this option on the pattern") From 732b895fec64fac2a7b1432adcc3148e98efd935 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:09 +0200 Subject: [PATCH 1240/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/ffsa/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/ffsa/uk.md diff --git a/markdown/org/docs/patterns/simone/options/ffsa/uk.md b/markdown/org/docs/patterns/simone/options/ffsa/uk.md new file mode 100644 index 00000000000..af1c6b12605 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/ffsa/uk.md @@ -0,0 +1,13 @@ +- - - +title: "Flat-felled seam allowace" +- - - + +Controls the amount of seam allowance on flat-felled seams. + +The armhole and side seams on the shirt are flat-felled seams, and those require extra seam allowance. How much is a matter of personal preference, since some people prefer wider flat-felled seams, while others have a preference for more narrow flat-felled seams. + +This option controls the amount of flat-felled seam allowance as a factor of the regular seam allowance. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_ffsa_sample.svg "Effect of this option on the pattern") From a134db8825569c6edd28159736b0323d6152a34d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:10 +0200 Subject: [PATCH 1241/1675] New translations en.md (Ukrainian) --- .../docs/patterns/yuri/options/acrossbackfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md new file mode 100644 index 00000000000..f0b246b7786 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Across back factor" +- - - + +Controls your across back width as a factor of your shoulder to shoulder measurement + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_acrossbackfactor_sample.svg "Effect of this option on the pattern") From 2a8bac139b85ed1749394622a0f0f8c1987a7bb5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:11 +0200 Subject: [PATCH 1242/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/simone/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/simone/options/waistease/uk.md b/markdown/org/docs/patterns/simone/options/waistease/uk.md new file mode 100644 index 00000000000..6437586b2ea --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +![Waist ease](waistease.svg) + +How much room do you want at the waist? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_waistease_sample.svg "Effect of this option on the pattern") From 7c78311522d72113697ccb7f655972439437cb95 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:12 +0200 Subject: [PATCH 1243/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevewidthguarantee/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md new file mode 100644 index 00000000000..db910190451 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Sleeve width guarantee" +- - - + +We first draft the arm opening, then we draft a sleeve to fit it. + +When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. + +Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap. + +To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") From b4fe0d3d9193c759a9230e3fd9751661ff50df2e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:13 +0200 Subject: [PATCH 1244/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/fabric/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/fabric/uk.md diff --git a/markdown/org/docs/patterns/huey/fabric/uk.md b/markdown/org/docs/patterns/huey/fabric/uk.md new file mode 100644 index 00000000000..fbaff7463c3 --- /dev/null +++ b/markdown/org/docs/patterns/huey/fabric/uk.md @@ -0,0 +1,17 @@ +- - - +title: "Huey hoodie: Fabric Options" +- - - + +You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric. + +As far as fibers go, you can go all cotton, or opt for a poly or acryl cotton blend. + +Make sure to pay attention to the inside of the fabric. Sweatshirt fabrics come in loopback and brushed back. If you want that OMG-it-feels-so-soft-on-my-skin feeling, go for brushed. + + + +You don't have to use sweatshirt fabric. Other options are available, from fashion-forward neoprene (aka scuba) to a more eyebrow-rising choice like crushed velour (aka velvet). + +Or if you have given up on class, you could go for fleece. + + From 5d35a016abd8df18aca77b6b1942cc6c0bedea9e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:14 +0200 Subject: [PATCH 1245/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq2spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md new file mode 100644 index 00000000000..4fa57de6950 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 downward spread" +- - - + +![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) + +This option controls the downward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq2spread1_sample.svg "Effect of this option on the pattern") From 1465474f3162a5b1e4bdfda406c58859f438bdc6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:15 +0200 Subject: [PATCH 1246/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/shoulderslopereduction/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..91c0b64501e --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Shoulder slope reduction" +- - - + +Reduces the shoulder slope to create extra room for shoulder padding. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_shoulderslopereduction_sample.svg "Effect of this option on the pattern") From 48605d17d2bb683ab176c411e3ae54e5e792cee8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:16 +0200 Subject: [PATCH 1247/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapbackfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md new file mode 100644 index 00000000000..e5d28ff5e43 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back X" +- - - + +![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapbackfactorx_sample.svg "Effect of this option on the pattern") From 65aa8369612c118fa4edf860686d7803d958137a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:17 +0200 Subject: [PATCH 1248/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapbackfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md new file mode 100644 index 00000000000..890b7610562 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back Y" +- - - + +![The vertical location of the back inflection point](./sleevecapbackfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapbackfactory_sample.svg "Effect of this option on the pattern") From 9d6fd48502085ec0c62c28df1de9f4c310e4d995 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:18 +0200 Subject: [PATCH 1249/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapease/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md new file mode 100644 index 00000000000..899d586b299 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap ease" +- - - + +Determines the amount of sleevecap ease. + + + +The amount of sleevecap ease determines how the sleeves rolls from the shouder. +More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. + +For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapease_sample.svg "Effect of this option on the pattern") From 1ee9835fddf081fe4ac8c64eebb7d3435f9a9707 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:19 +0200 Subject: [PATCH 1250/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapfrontfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md new file mode 100644 index 00000000000..8aec88097b0 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front X" +- - - + +![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapfrontfactorx_sample.svg "Effect of this option on the pattern") From 42b79e8eecef6a7b1ceca565e596ff5649167dc4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:20 +0200 Subject: [PATCH 1251/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapfrontfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md new file mode 100644 index 00000000000..a9def69fb84 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front Y" +- - - + +![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapfrontfactory_sample.svg "Effect of this option on the pattern") From 422728a4ae78b37a1fb05f7b9e06eec99a4dedd9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:21 +0200 Subject: [PATCH 1252/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq1offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md new file mode 100644 index 00000000000..8f1e22a2e47 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 offset" +- - - + +![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) + +This option controls the offset in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq1offset_sample.svg "Effect of this option on the pattern") From f1b7914fbc4001e7b615fbfe1bad6682b281386f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:22 +0200 Subject: [PATCH 1253/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq1spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md new file mode 100644 index 00000000000..7c8356e12f4 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 downward spread" +- - - + +![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) + +This option controls the downward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq1spread1_sample.svg "Effect of this option on the pattern") From c5f20dadea8a2b76ba64b71542ae3b940ab6b5da Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:23 +0200 Subject: [PATCH 1254/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq1spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md new file mode 100644 index 00000000000..5e56a35598d --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 upward spread" +- - - + +![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) + +This option controls the upward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq1spread2_sample.svg "Effect of this option on the pattern") From 3633353afc606aecb2b2e7f288c02cc9127be5b1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:24 +0200 Subject: [PATCH 1255/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq2offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md new file mode 100644 index 00000000000..a2015cfdb4e --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 offset" +- - - + +![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) + +This option controls the offset in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq2offset_sample.svg "Effect of this option on the pattern") From 1776da290edf71de90f2883bbd38e7d157536519 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:25 +0200 Subject: [PATCH 1256/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq2spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md new file mode 100644 index 00000000000..778d40748ac --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 upward spread" +- - - + +![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) + +This option controls the upward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq2spread2_sample.svg "Effect of this option on the pattern") From 3fc9f46f84b434e011c0ef040588e91b8a877740 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:26 +0200 Subject: [PATCH 1257/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/sleeveplacketwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md b/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md new file mode 100644 index 00000000000..d6f7d5e538c --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve placket width" +- - - + +![Sleeve placket width](sleeveplacketwidth.svg) + +How wide do you want the sleeve placket to be? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleeveplacketwidth_sample.svg "Effect of this option on the pattern") From f12d945fd1257f4b986b93e0cae18c562cdc17fd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:27 +0200 Subject: [PATCH 1258/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq3offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md new file mode 100644 index 00000000000..4fc884c8550 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 offset" +- - - + +![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) + +This option controls the offset in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq3offset_sample.svg "Effect of this option on the pattern") From d77995fb641e8a013a48aad37a3c2e3e4e1031ed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:28 +0200 Subject: [PATCH 1259/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq3spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md new file mode 100644 index 00000000000..5db9c525cf3 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 upward spread" +- - - + +![The upward spread in the thrid quadrant of the sleevecap](./sleevecapq3spread1.svg) + +This option controls the upward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq3spread1_sample.svg "Effect of this option on the pattern") From 197e9075fc2516d7453db517497c0d0d05dca7a7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:29 +0200 Subject: [PATCH 1260/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq3spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md new file mode 100644 index 00000000000..4ac2434c096 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 downward spread" +- - - + +![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) + +This option controls the downward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq3spread2_sample.svg "Effect of this option on the pattern") From d369c9c81801bfb1543d1e3ab663add4d7756d7a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:30 +0200 Subject: [PATCH 1261/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq4offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md new file mode 100644 index 00000000000..5116fd21ea6 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 offset" +- - - + +![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) + +This option controls the offset in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq4offset_sample.svg "Effect of this option on the pattern") From 4917e680ac7b8c9585a016e40d1cc462dbdee0e5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:31 +0200 Subject: [PATCH 1262/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq4spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md new file mode 100644 index 00000000000..56527444a53 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 upward spread" +- - - + +![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) + +This option controls the upward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq4spread1_sample.svg "Effect of this option on the pattern") From d021f5b11f7c0e09ba225a85123babf346898405 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:32 +0200 Subject: [PATCH 1263/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecapq4spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md new file mode 100644 index 00000000000..b154a1da9e4 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 downward spread" +- - - + +![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) + +This option controls the downward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecapq4spread2_sample.svg "Effect of this option on the pattern") From bd8f3f60c427fb6331ceb7a5656775f665b1e9ba Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:33 +0200 Subject: [PATCH 1264/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecaptopfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md new file mode 100644 index 00000000000..2eb7d9890f5 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top X" +- - - + +![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) + +This option controls the horizontal placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecaptopfactorx_sample.svg "Effect of this option on the pattern") From 5dd50609eed507213ef2c2f2f9799d7ca33c3a44 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:34 +0200 Subject: [PATCH 1265/1675] New translations en.md (Ukrainian) --- .../simone/options/sleevecaptopfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md new file mode 100644 index 00000000000..614b4a41248 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top Y" +- - - + +![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) + +This option controls the vertical placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevecaptopfactory_sample.svg "Effect of this option on the pattern") From eebfeaf97161591589da6f94a5a85fc957a051c4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:35 +0200 Subject: [PATCH 1266/1675] New translations en.md (Ukrainian) --- .../patterns/simone/options/sleevelengthbonus/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md new file mode 100644 index 00000000000..043f614ba55 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Sleeve length bonus" +- - - + +![Sleeve length bonus](sleevelengthbonus.svg) + +How much extra length do you want for your sleeves? + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleevelengthbonus_sample.svg "Effect of this option on the pattern") From 79cde08a70e834980107c04156d031c360850ae0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:36 +0200 Subject: [PATCH 1267/1675] New translations en.md (Ukrainian) --- .../simone/options/sleeveplacketlength/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md diff --git a/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md b/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md new file mode 100644 index 00000000000..313026d1c54 --- /dev/null +++ b/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleeve placket length" +- - - + +![Sleeve placket length](sleeveplacketlength.svg) + +How long do you want the sleeve placket to be? + + + +The longer your sleeve placket is, the easier it is to get out of your shirt sleeve. +It also influences what things will look like when you roll up your sleeves + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](simone_sleeveplacketlength_sample.svg "Effect of this option on the pattern") From 96f4fbf22698c5a2538b83423b662ef0b2379e99 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:37 +0200 Subject: [PATCH 1268/1675] New translations en.md (Ukrainian) --- .../docs/patterns/yuri/options/armholedepthfactor/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md new file mode 100644 index 00000000000..9bffea43f3b --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole depth factor" +- - - + +This option controls the depth of the armhole. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_armholedepthfactor_sample.svg "Effect of this option on the pattern") From 8e79d86867dbf85e5a363019b1a3625145780696 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:38 +0200 Subject: [PATCH 1269/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/yuri/options/backneckcutout/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md b/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md new file mode 100644 index 00000000000..ef95e23cc79 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Back neck cutout" +- - - + +Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_backneckcutout_sample.svg "Effect of this option on the pattern") From 50483b39653a82261220fdad62ef5e9044c43316 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:39 +0200 Subject: [PATCH 1270/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/bandlength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/bandlength/uk.md diff --git a/markdown/org/docs/patterns/bee/options/bandlength/uk.md b/markdown/org/docs/patterns/bee/options/bandlength/uk.md new file mode 100644 index 00000000000..c1c9c77d212 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/bandlength/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Band Length (Cross back ties)" +- - - + +--- + +Controls the length of the band around your chest for the cross back ties variation of Bee + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_bandlength_sample.svg "Effect of this option on the pattern") From 0046ec4a11eed8bd3c76faa0a0b89ad2349fbd73 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:40 +0200 Subject: [PATCH 1271/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/instructions/uk.md | 128 ++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/instructions/uk.md diff --git a/markdown/org/docs/patterns/bee/instructions/uk.md b/markdown/org/docs/patterns/bee/instructions/uk.md new file mode 100644 index 00000000000..6eafa0877fc --- /dev/null +++ b/markdown/org/docs/patterns/bee/instructions/uk.md @@ -0,0 +1,128 @@ +--- +title: "Bee bikini top: Sewing Instructions" +--- + + +Make sure to use a stretch stitch + + + + +When making a reversible top the second colour will be refered to as the lining fabric.\ +The notches in this pattern act more like dots so **do not** clip them to mark them. + + + +### Step 1: Construct the Neck Ties + +#### Neck Ties One Colour Method + +- Fold one of the neck tie pieces in half lengthwise, right sides and raw edges together. +- Sew along the raw edges, leaving one of the short ends open. +- Trim the seam allowances and clip the corners. +- Turn inside out and press. + +Repeat this for the other neck tie + +#### Neck Ties Two Colours Method + +- With right sides together, sew one main neck tie to one lining neck tie leaving one of the short edges open. +- Trim the seam allowances and clip the corners. +- Turn inside out. Press. + +Repeat this for the the remaining neck tie pieces + +### Step 2: The Cups + +#### Band Tie Variant + +- With raw edges and main fabric together, _baste_ one of the neck ties to the top of one of the cup pieces making sure that the tie goes towards the bottom of the cup. +- With the neck tie sandwiched inside, pin a lining cup piece right sides together to the main cup piece. +- Sew the lining to the main cup between notches along the front, top and side seams, making sure not to catch the neck tie and to reinforce the stitch at the notches. +- (Optional) Fold to the wrong side and _edgestitch_ the seam allowance down between notches on the front and side seams. Do not sew the allowances together. +- With good sides together, sew the lining to the main fabric along the bottom, leaving a gap between the side notches making sure to reinforce the stitch at the either end. +- Trim the seam allowances of the sewn edges whilst leaving the seam allowance between the notches. Clip the corners. You may also need to clip the curved seams. +- Turn inside out by pulling the neck tie through one of the gaps. Press. +- (Optional) _edgestitch_ the top, sides and bottom of the cup leaving the gaps between the notches open. +- Stitch along casing line to create band channel. + +Repeat this for the other cup + + + +If your seam allowance is wide you may find that you need to trim the gaps' seam allowances a little to reduce bulk.\ +If you are having trouble turning the cups you can try one of these methods: + +- Create a 2.5cm (1") gap in the front or side seam and turn throught that, either _slipstitch_-ing the gap closed or _edgestitch_-ing it closed during Step 7. +- Widen one of the existing gaps and turn through that. Then when turned _edgestitch_ or _slipstitch_ the widened part closed. + + + + +Whilst certainly optional it is recommended to _edgestitch_ the top and sides of the cups but the bottom is entirely optional. + + + +#### Cross Back Ties Variant + +- With raw edges and main fabric together, _baste_ one of the neck ties to the top of one of the cup pieces making sure that the tie goes towards the bottom of the cup. +- With the neck tie sandwiched inside, pin a lining cup piece right sides together to the main cup piece. +- Sew the lining to the main cup along the front, top and side seams, making sure not to catch the neck tie. +- Turn the cups right side out and press. +- (Optional) _edgestitch_ the top and sides of the cups. +- Sew a line of basting stitches along the bottom of the cups, just inside the seamline. +- Gather cups along the basting stitches. + + + +The amount you gather the cups is a matter of preference and cup size, but you can hold them up to yourself before stitching in place to ensure the fit is right.\ +There are also notches on either side of the band piece's midpoint to help give you an idea of how much to gather by. + + + +- Find the midpoint of the band piece, this is marked by a notch, then pin the gathered bottoms of cups to band piece, right sides together. You'll want the cups to meet at the band's midpoint. +- Stitch the cups to the band. Once they're stitched in place, check the fit of the cups once more before continuing. Unpicking swim fabric is a pain, so it's better to make sure the cups fit just right before moving on. + + + +You may prefer to wrap the one cup over the other at the midpoint. To do this place the sides of the cups at the otuer notches and lay their fronts pass the midpoint with the left on top. + + + +- Now it's time to finish the band. To do this, fold in the seam allowance on both sides of the band. The raw edges of your swim cups should be turned to the inside of the band. Then, fold the band in half lengthwise, aligning the long edges and enclosing the seam allowances. Swim fabric can be slippery, so you may need extra pins or clips to hold the fabric in place. +- Stitch along the top of the band, securing the seam allowances within the band. + + + +For extra support, you can also add swim elastic into the band, either by stitching clear elastic into the band's seam allowance, or by threading swim elastic through the band at this point. + + + +- At this point, the band is a long tube with open ends. Next, we'll be sewing those closed while providing a loop to thread your neck ties through. To do this fold over one end of the band towards the inside of the swim top. The amount you fold over should be, at minimum, the width of your neck ties plus a seam allowance. Stitch the end down to create a loop at least as wide as your neck ties. There will be a lot of pressure on this point, so make sure your stitching is secure, and consider running a second line of stitching next to the first, for additional support. Repeat for the other end of the band. +- To thread your neck-ties for cross back ties, take the tie from the left cup and thread it through the loop on the right side of the band, from top to bottom. Thread the tie from the right cup top-to-bottom through the loop on the left side of the band. Then tie the neck ties at center back to secure the swim top. +- Skip to "Step 5: Enjoy!" + +### Step 3: Band tie + +You only need to do this step if making the band tie variant. + +#### Band Tie One Colour Method + +- Fold the band tie piece in half lengthwise, right sides and raw edges together. +- Sew along the raw edges, leaving one of the short ends open. +- Trim the seam allowances and clip the corners. +- Turn inside out. Press. + +#### Band Tie Two Colours Method + +- With right sides together, sew the main band tie to the lining neck tie leaving one of the short edges open. +- Trim the seam allowances and clip the corners. +- Turn inside out. Press. + +### Step 4: Putting it all together. + +- Thread the band tie through the gaps along the bottom edge of the cups, making sure the front sides of the cups are in the centre and that the main and lining sides are on the respective side. + +### Step 5: Enjoy! + +Hooray, your Bee Bikini Top is finished! From 993d0154b40f8688c8197678375892308f3f2d62 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:41 +0200 Subject: [PATCH 1272/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bee/needs/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/needs/uk.md diff --git a/markdown/org/docs/patterns/bee/needs/uk.md b/markdown/org/docs/patterns/bee/needs/uk.md new file mode 100644 index 00000000000..fd1e2506c8c --- /dev/null +++ b/markdown/org/docs/patterns/bee/needs/uk.md @@ -0,0 +1,18 @@ +--- +title: "Bee bikini top: What You Need" +--- + +To make Bee, you will need the following: + +- Basic sewing supplies +- About 0.5 - 1 metre (0.6 - 1.1 yards) of a suitable fabric ([see Bee Fabric options](/docs/patterns/bee/fabric/)) +- (Optional) About 0.5 - 1 metre (0.6 - 1.1 yards) of lining fabric ([see Bee Fabric options](/docs/patterns/bee/fabric/)) +- (Optional) Ribbons/Tapes/Cords for neck ties and bands, with the same length and width as neck tie and/or band. + + + +The lining fabric is only needed if you want to make this pattern reversible. If you don't, you only need the main fabric.\ +You can use a serger/overlocker to construct this pattern but it is not mandatory.\ +Ribbons/Tapes/Cords can be used instead of making custom ties. Just make sure to get more than you need and that you cut down to size after construction. + + From b1dd986bbe131a0c474539bbb1074344512e1fee Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:42 +0200 Subject: [PATCH 1273/1675] New translations bee.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bee.yml | 82 ++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/bee.yml diff --git a/packages/i18n/src/locales/uk/options/bee.yml b/packages/i18n/src/locales/uk/options/bee.yml new file mode 100644 index 00000000000..61d83ec178e --- /dev/null +++ b/packages/i18n/src/locales/uk/options/bee.yml @@ -0,0 +1,82 @@ +--- +chestEase: + title: Chest ease + description: Controls the chest ease in the underlying Bella block Bee is based on +waistEase: + title: Waist ease + description: Controls the waist ease in the underlying Bella block Bee is based on +bustSpanEase: + title: Bust span ease + description: Controls the bust span ease in the underlying Bella block Bee is based on +topDepth: + title: Top Depth + description: Controls how far the bikini cup extends upwards +bottomCupDepth: + title: Bottom depth + description: Controls how far the bikini cup extends downwards +sideDepth: + title: Side depth + description: Controls how far the bikini cup extends towards the side +sideCurve: + title: Side curve + description: Controls the curvature of the side of the bikini cup +frontCurve: + title: Front curve + description: Controls the curvature of the front of the bikini cup +bellaGuide: + title: Show Bella + description: Shows the outline of the Bella block Bee is based on +ties: + title: Ties + description: Whether to includes ties, yes or no +bandTieWidth: + title: Band (chest) tie width + description: Controls the width of the ties around your chest +bandTieLength: + title: Band (chest) tie length + description: Controls the length of the ties around your chest +bandTieEnds: + title: Band (chest) tie ends + description: Whether you like straight or pointy ends on the ties around your chest +bandTieColours: + title: Band (chest) tie length colours + description: Whether you want single color ties around your chest, or dual-coloured ones +neckTieWidth: + title: Neck tie width + description: Controls the width of the ties around your chest +neckTieLength: + title: Neck tie length + description: Controls the length of the ties around your chest +neckTieEnds: + title: Neck tie ends + description: Whether you like straight or pointy ends on the ties around your chest +neckTieColours: + title: Neck tie colours + description: Whether you want single color ties around your chest, or dual-coloured ones +crossBackTies: + title: Cross back ties + description: Whether you'd like to use the cross back tie variation of Bee +bandLength: + title: Band Length (Cross back ties) + description: Controls the length of the band around your chest for the cross back ties variation of Bee +backDartHeight: + title: Back dart height (Bella) + description: Controls the back dart height in the underlying Bella block Bee is based on +armholeDepth: + title: Armhole depth (Bella) + description: Controls the armhole depth in the underlying Bella block Bee is based on +frontArmholePitchDepth: + title: Front armhole pitch depth (Bella) + description: Controls the front armhole pitch depth in the underlying Bella block Bee is based on +frontShoulderWidth: + title: Front shoulder width (Bella) + description: Controls the front shoulder width in the underlying Bella block Bee is based on +fullChestEaseReduction: + title: Full chest reduction (Bella) + description: Controls the full chest reduction in the underlying Bella block Bee is based on +highBustWidth: + title: High bust width (Bella) + description: Controls the high bust width in the underlying Bella block Bee is based on +shoulderToShoulderEase: + title: Shoulder to Shoulder ease (Bella) + description: Controls the shoulder to shoulder ease in the underlying Bella block Bee is based on From 03cf2ab339e66fbc0c91f0eb2550c1e744ab94fe Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:43 +0200 Subject: [PATCH 1274/1675] New translations tiberius.yml (Ukrainian) --- .../i18n/src/locales/uk/options/tiberius.yml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/tiberius.yml diff --git a/packages/i18n/src/locales/uk/options/tiberius.yml b/packages/i18n/src/locales/uk/options/tiberius.yml new file mode 100644 index 00000000000..d1042cd8830 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/tiberius.yml @@ -0,0 +1,39 @@ +--- +headRatio: + title: Head ratio + description: Controls the size of the head opening +armholeDrop: + title: Armhole drop + description: Controls the depth of the armhole +lengthBonus: + title: Length bonus + description: Allows variation of the length of the garment +widthBonus: + title: Width bonus + description: Allows variation of the width of the garment +clavi: + title: Clavi + description: Whether or not to include guides for clavi +clavusLocation: + title: Clavus location + description: Controls the location of the clavi +clavusWidth: + title: Clavus width + description: Controls the width of the clavi +length: + title: Length + description: Controls the length of the garment + options: + toKnee: On the knee + toMidLeg: On the thigh + toFloor: To the floor +width: + title: Width + description: Controls the width of the garment + options: + toElbow: To the elbow + toShoulder: To the shoulder + toMidArm: To the upper arm +forceWidth: + title: Force width + description: Apply width settings regardless of constraints From 93b85c272fe5de89f81ffe5f3c9d01f0d5f2239a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:44 +0200 Subject: [PATCH 1275/1675] New translations walburga.yml (Ukrainian) --- .../i18n/src/locales/uk/options/walburga.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/walburga.yml diff --git a/packages/i18n/src/locales/uk/options/walburga.yml b/packages/i18n/src/locales/uk/options/walburga.yml new file mode 100644 index 00000000000..c38f11137b5 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/walburga.yml @@ -0,0 +1,23 @@ +--- +headRatio: + title: Head ratio + description: Controls the size of the head opening +lengthBonus: + title: Length bonus + description: Allows variation of the length of the garment +widthBonus: + title: Width bonus + description: Allows variation of the width of the garment +length: + title: Length + description: Controls the length of the garment + options: + toKnee: On the knee + toMidLeg: On the thigh + toFloor: To the floor +neckoRatio: + title: Neck opening shape + description: controls the shape of the neck opening +neckline: + title: Neckline + description: Controls whether or not to draft a neck opening From edd23e53250e020d364c1012abe931a851fe4920 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:45 +0200 Subject: [PATCH 1276/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bee/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/uk.md diff --git a/markdown/org/docs/patterns/bee/uk.md b/markdown/org/docs/patterns/bee/uk.md new file mode 100644 index 00000000000..620e4d1a4b8 --- /dev/null +++ b/markdown/org/docs/patterns/bee/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bee bikini top" +- - - + + From cbd9ceda51e86d28ede08d0a156163fe00f89f26 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:46 +0200 Subject: [PATCH 1277/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bee/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/measurements/uk.md diff --git a/markdown/org/docs/patterns/bee/measurements/uk.md b/markdown/org/docs/patterns/bee/measurements/uk.md new file mode 100644 index 00000000000..ce2ccc57d36 --- /dev/null +++ b/markdown/org/docs/patterns/bee/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bee bikini top: Required Measurements" +- - - + + From 756bee325939b66065609d8a60828bf9385beac0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:47 +0200 Subject: [PATCH 1278/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/armholedepth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/armholedepth/uk.md diff --git a/markdown/org/docs/patterns/bee/options/armholedepth/uk.md b/markdown/org/docs/patterns/bee/options/armholedepth/uk.md new file mode 100644 index 00000000000..d11842296c2 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/armholedepth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Armhole depth (Bella)" +- - - + +--- + +Controls the armhole depth in the underlying Bella block Bee is based on + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_armholedepth_sample.svg "Effect of this option on the pattern") From 4f654367c2d34c7eef53e4961c8a4afbf8dc2d2c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:48 +0200 Subject: [PATCH 1279/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bee/options/backdartheight/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/backdartheight/uk.md diff --git a/markdown/org/docs/patterns/bee/options/backdartheight/uk.md b/markdown/org/docs/patterns/bee/options/backdartheight/uk.md new file mode 100644 index 00000000000..4a0f55fa2e9 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/backdartheight/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Back dart height (Bella)" +- - - + +--- + +Controls the back dart height in the underlying Bella block Bee is based on + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_backdartheight_sample.svg "Effect of this option on the pattern") From 74efc7fa87fcfd1cf92a0c9b5c9b496be2ca3ff6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:49 +0200 Subject: [PATCH 1280/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bee/options/bandtiecolours/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md diff --git a/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md b/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md new file mode 100644 index 00000000000..084d6e22f23 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Band (chest) tie length colours" +- - - + +--- + +Whether you want single color tie around your chest, or dual-coloured ones + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_bandtiecolours_sample.svg "Effect of this option on the pattern") From fad26050e335433c6cfb5074bd3d8304cb44ca03 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:49 +0200 Subject: [PATCH 1281/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bee/cutting/uk.md | 43 ++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/cutting/uk.md diff --git a/markdown/org/docs/patterns/bee/cutting/uk.md b/markdown/org/docs/patterns/bee/cutting/uk.md new file mode 100644 index 00000000000..b3669ce33e9 --- /dev/null +++ b/markdown/org/docs/patterns/bee/cutting/uk.md @@ -0,0 +1,43 @@ +--- +title: "Bee bikini top: Cutting Instructions" +--- + +There are three variations of this pattern. **One Colour**, which is where the bikini top is made out of one colour. **Two Colours**, where the bikini top is made reversible by using two colours, and **Cross Back Tie Variant**, where the neck ties tie in the back replacing the band tie. + +## Materials + +### One Colour (Non-Reversible) + +**Main fabric** + +- Cut **4 cup** parts. +- Cut **2 neck tie** parts. +- Cut **1 band tie** part. + +### Two Colours (Reversible) + +**Main fabric** + +- Cut **2 cup** parts from main. +- Cut **2 neck tie** parts. +- Cut **1 band tie** part. + +**Lining fabric** + +- Cut **2 cup** parts. +- Cut **2 neck tie** parts. +- Cut **1 band tie** part. + +### Cross Back Tie Variant. + +**Main fabric** + +- Cut **4 cup** parts or Cut **2 cups** from main and lining if making reversible ties. +- Cut **2 neck tie** parts or Cut **2 neck ties** from main and lining if making reversible ties. +- Cut **1 band** part if making cross back tie variant instead of band tie variant. + + + +This pattern is easily made reversible by buying a similar fabric to the main fabric and using it as contrast. To save confusion on instructions it will be refered to as the lining fabric. + + From 5107c0efb72dc8cbe41710fafac2ab5f1ad344d3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:50 +0200 Subject: [PATCH 1282/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/bandtieends/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/bandtieends/uk.md diff --git a/markdown/org/docs/patterns/bee/options/bandtieends/uk.md b/markdown/org/docs/patterns/bee/options/bandtieends/uk.md new file mode 100644 index 00000000000..b04b171e6e0 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/bandtieends/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Band (chest) tie ends" +- - - + +--- + +Whether you like straight or pointy ends on the tie around your chest + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_bandtieends_sample.svg "Effect of this option on the pattern") From e195316f79ee1d8428e04a472e198cb58767fdba Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:51 +0200 Subject: [PATCH 1283/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/bandtielength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/bandtielength/uk.md diff --git a/markdown/org/docs/patterns/bee/options/bandtielength/uk.md b/markdown/org/docs/patterns/bee/options/bandtielength/uk.md new file mode 100644 index 00000000000..3f6bcc9cf6c --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/bandtielength/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Band (chest) tie length" +- - - + +--- + +Controls the length of the tie around your chest + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_bandtielength_sample.svg "Effect of this option on the pattern") From b726b6e179d4184d0b5ffab2a9d977fa723fd634 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:52 +0200 Subject: [PATCH 1284/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/bandtiewidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md diff --git a/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md b/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md new file mode 100644 index 00000000000..6dea5485321 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Band (chest) tie width" +- - - + +--- + +Controls the width of the tie/band around your chest + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_bandtiewidth_sample.svg "Effect of this option on the pattern") From 897c6bc0095726149bdada8757471fb0770825ef Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:53 +0200 Subject: [PATCH 1285/1675] New translations en.md (Ukrainian) --- .../patterns/bee/options/bellaguide/uk.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/bellaguide/uk.md diff --git a/markdown/org/docs/patterns/bee/options/bellaguide/uk.md b/markdown/org/docs/patterns/bee/options/bellaguide/uk.md new file mode 100644 index 00000000000..fa9368f37bc --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/bellaguide/uk.md @@ -0,0 +1,19 @@ +- - - +title: "Show Bella" +- - - + +--- + +Shows the outline of the Bella block Bee is based on + +This is to help give context to the other options of Bee especially when using the fit options + + + +It is recommended to have this on when adjusting the options for this pattern but also to turn it off before printing + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_bellaguide_sample.svg "Effect of this option on the pattern") From f74c98f049885e7b8a6768c46128157b05e8ff7f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:54 +0200 Subject: [PATCH 1286/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bee/options/bottomcupdepth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md diff --git a/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md b/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md new file mode 100644 index 00000000000..fab3958c0fd --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Bottom depth" +- - - + +--- + +Controls how far the bikini cup extends downwards + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_bottomcupdepth_sample.svg "Effect of this option on the pattern") From 6674ff438d5f8b7a2fe77b56b43ac20f158596ec Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:55 +0200 Subject: [PATCH 1287/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/bustspanease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/bustspanease/uk.md diff --git a/markdown/org/docs/patterns/bee/options/bustspanease/uk.md b/markdown/org/docs/patterns/bee/options/bustspanease/uk.md new file mode 100644 index 00000000000..3eff108369d --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/bustspanease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Bust span ease" +- - - + +--- + +Controls the bust span ease in the underlying Bella block Bee is based on + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_bustspanease_sample.svg "Effect of this option on the pattern") From f64f388ad912bf8149bec72e4921e512402cc4cd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:56 +0200 Subject: [PATCH 1288/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/chestease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/bee/options/chestease/uk.md b/markdown/org/docs/patterns/bee/options/chestease/uk.md new file mode 100644 index 00000000000..cb249dd4aea --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/chestease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Chest ease" +- - - + +--- + +Controls the chest ease in the underlying Bella block Bee is based on + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_chestease_sample.svg "Effect of this option on the pattern") From 1ba4911f46ab6597c7eac91beaa104459df80c76 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:57 +0200 Subject: [PATCH 1289/1675] New translations en.md (Ukrainian) --- .../patterns/bee/options/crossbackties/uk.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/crossbackties/uk.md diff --git a/markdown/org/docs/patterns/bee/options/crossbackties/uk.md b/markdown/org/docs/patterns/bee/options/crossbackties/uk.md new file mode 100644 index 00000000000..444041548b6 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/crossbackties/uk.md @@ -0,0 +1,27 @@ +- - - +title: "Cross back ties" +- - - + +--- + +A variation of Bee, where the neck ties cross and tie in the back by looping into a band that replaces the band tie + +#### Default + +- 2 neck ties +- 1 band tie + +The neck ties are sewn into the cups and tie at the neck like a halter.\ +The band tie is thread through casings in the cups and ties with itself at the back + +#### Cross Back Ties + +- 2 neck ties +- No band tie + +The band tie and casing on the cups are replaced by a band which is sewn with loops in the back.\ +The neck ties are longer and cross over each other in the back, then go through the loops in the band and then tie with one another. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_crossbackties_sample.svg "Effect of this option on the pattern") From 3cae4f2b6848758c2480e314402e09fcd77fc1c5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:58 +0200 Subject: [PATCH 1290/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bee/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/uk.md diff --git a/markdown/org/docs/patterns/bee/options/uk.md b/markdown/org/docs/patterns/bee/options/uk.md new file mode 100644 index 00000000000..7b8598640ec --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Bee bikini top: Design Options" +- - - + + From c458fb7cbc450678b75e90eb1930b972fb6e9821 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:27:59 +0200 Subject: [PATCH 1291/1675] New translations en.md (Ukrainian) --- .../patterns/bee/options/frontarmholepitchdepth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md diff --git a/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md b/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md new file mode 100644 index 00000000000..e97562a4217 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole pitch depth (Bella)" +- - - + +--- + +Controls the front armhole pitch depth in the underlying Bella block Bee is based on + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_frontarmholepitchdepth_sample.svg "Effect of this option on the pattern") From 9381191567804b414b214c2ddebbf0585c8c9182 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:00 +0200 Subject: [PATCH 1292/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bee/fabric/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/fabric/uk.md diff --git a/markdown/org/docs/patterns/bee/fabric/uk.md b/markdown/org/docs/patterns/bee/fabric/uk.md new file mode 100644 index 00000000000..8a9179dbee0 --- /dev/null +++ b/markdown/org/docs/patterns/bee/fabric/uk.md @@ -0,0 +1,13 @@ +--- +title: "Bee bikini top: Fabric Options" +--- + +### Main and Lining Fabric + +The main and lining fabric are the same type of material. Bee is made with swimwear fabrics such as lycras. + + + +You only need lining fabric if you intend to make the pattern reversible or if you want the band for the cross back tie variant to be a constrasting fabric. Otherwise you can cut all the required pieces from your main fabric. + + From cafab7b791c3d6523e34f00da90e15a0a734dd4d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:01 +0200 Subject: [PATCH 1293/1675] New translations lunetius.yml (Ukrainian) --- .../i18n/src/locales/uk/options/lunetius.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/lunetius.yml diff --git a/packages/i18n/src/locales/uk/options/lunetius.yml b/packages/i18n/src/locales/uk/options/lunetius.yml new file mode 100644 index 00000000000..80c8b4e7e6f --- /dev/null +++ b/packages/i18n/src/locales/uk/options/lunetius.yml @@ -0,0 +1,16 @@ +--- +lengthRatio: + title: Length ratio + description: Controls the length of the garment +widthRatio: + title: Width ratio + description: Controls the width of the garment +length: + title: Length + description: Choose from the different length styles + options: + toKnee: On the knee + toBelowKnee: Below the knee + toHips: On the hips + toUpperLeg: On the thigh + toFloor: To the floor From 80b4c0cd805c965911c6cff9487c837909c33031 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:02 +0200 Subject: [PATCH 1294/1675] New translations en.md (Ukrainian) --- .../patterns/yuri/options/frontarmholedeeper/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..b529c242c9a --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front armhole extra cutout" +- - - + +Controls how much the front of the armhole is cut deeper into the garment than the back. + +Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_frontarmholedeeper_sample.svg "Effect of this option on the pattern") From cf041a4fc931638958b147f6469c79c3fc993d47 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:03 +0200 Subject: [PATCH 1295/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq2spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md new file mode 100644 index 00000000000..1c8a5f285b3 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 upward spread" +- - - + +![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) + +This option controls the upward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq2spread2_sample.svg "Effect of this option on the pattern") From 6a29eb5439b594a02b095a5096e6175f801c99bb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:04 +0200 Subject: [PATCH 1296/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapbackfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md new file mode 100644 index 00000000000..19b4831c637 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back X" +- - - + +![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapbackfactorx_sample.svg "Effect of this option on the pattern") From a4c021a5ac843f7c9452c8fa24e5b4f5b1c316bb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:05 +0200 Subject: [PATCH 1297/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapbackfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md new file mode 100644 index 00000000000..22b8334fd6c --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap back Y" +- - - + +![The vertical location of the back inflection point](./sleevecapbackfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapbackfactory_sample.svg "Effect of this option on the pattern") From ae700fa24357fc63848a410f4c275e267fca7ee5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:07 +0200 Subject: [PATCH 1298/1675] New translations en.md (Ukrainian) --- .../patterns/yuri/options/sleevecapease/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md new file mode 100644 index 00000000000..9661dd1ec64 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap ease" +- - - + +Determines the amount of sleevecap ease. + + + +The amount of sleevecap ease determines how the sleeves rolls from the shouder. +More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. + +For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapease_sample.svg "Effect of this option on the pattern") From 141d1493551cbc316815be5f7c1e5451c7b48ead Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:07 +0200 Subject: [PATCH 1299/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapfrontfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md new file mode 100644 index 00000000000..60275b497b8 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front X" +- - - + +![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) + +This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapfrontfactorx_sample.svg "Effect of this option on the pattern") From 603d575382726eab2b6f3c95dd0625206794d67b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:09 +0200 Subject: [PATCH 1300/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapfrontfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md new file mode 100644 index 00000000000..3ac9c59d162 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap front Y" +- - - + +![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) + +This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapfrontfactory_sample.svg "Effect of this option on the pattern") From 4dccb9c0fe1002be8d148941793c9a3eec5ed340 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:10 +0200 Subject: [PATCH 1301/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq1offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md new file mode 100644 index 00000000000..c9ecfcaa2fd --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 offset" +- - - + +![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) + +This option controls the offset in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq1offset_sample.svg "Effect of this option on the pattern") From 47930e71cfff63fbbc5a0343918b9f0e7f9a904a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:11 +0200 Subject: [PATCH 1302/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq1spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md new file mode 100644 index 00000000000..d7b0011b12d --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 downward spread" +- - - + +![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) + +This option controls the downward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq1spread1_sample.svg "Effect of this option on the pattern") From 44560eff2b318bfdbaf66c328ef2e00e7a7b3913 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:12 +0200 Subject: [PATCH 1303/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq1spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md new file mode 100644 index 00000000000..80f5aab81c4 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q1 upward spread" +- - - + +![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) + +This option controls the upward spread in the first quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq1spread2_sample.svg "Effect of this option on the pattern") From 64ad93808ee8b0df2c8bd11de929589a405f4234 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:13 +0200 Subject: [PATCH 1304/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq2offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md new file mode 100644 index 00000000000..2687714a367 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 offset" +- - - + +![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) + +This option controls the offset in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq2offset_sample.svg "Effect of this option on the pattern") From 1730837d396e8e6ff35f35e290b46e6236f9a260 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:14 +0200 Subject: [PATCH 1305/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq2spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md new file mode 100644 index 00000000000..720b367bf95 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q2 downward spread" +- - - + +![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) + +This option controls the downward spread in the second quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq2spread1_sample.svg "Effect of this option on the pattern") From b0ac8a81d2503b343ee69baad431a9db1adab918 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:15 +0200 Subject: [PATCH 1306/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq3offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md new file mode 100644 index 00000000000..77f3c4f9d95 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 offset" +- - - + +![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) + +This option controls the offset in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq3offset_sample.svg "Effect of this option on the pattern") From 65b19da5efbfda394c6d602d9eb75d4fcc30bbdf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:16 +0200 Subject: [PATCH 1307/1675] New translations ursula.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml diff --git a/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml b/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml new file mode 100644 index 00000000000..3eb3a16e620 --- /dev/null +++ b/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml @@ -0,0 +1,3 @@ +--- +cutTwoPiecesOfElasticToFinishTheLegOpenings: Cut two pieces of elastic to finish the leg openings +cutOnePieceOfElasticToFinishTheWaistBand: Cut one piece of elastic to finish the waist band From ff718f57e88b298e257d1ae9d6ae3a2deba5f0ba Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:17 +0200 Subject: [PATCH 1308/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq3spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md new file mode 100644 index 00000000000..ff94364555e --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 upward spread" +- - - + +![The upward spread in the thrid quadrant of the sleevecap](./sleevecapq3spread1.svg) + +This option controls the upward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq3spread1_sample.svg "Effect of this option on the pattern") From 16a3b3d544d715fa7ae44a9f09b8a7283fe5bd7a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:18 +0200 Subject: [PATCH 1309/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq3spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md new file mode 100644 index 00000000000..dec9daf3c40 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q3 downward spread" +- - - + +![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) + +This option controls the downward spread in the third quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq3spread2_sample.svg "Effect of this option on the pattern") From a82b383fafc6328cf631fef6ca10ee6cd4e6c61d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:19 +0200 Subject: [PATCH 1310/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq4offset/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md new file mode 100644 index 00000000000..ff674026d5b --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 offset" +- - - + +![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) + +This option controls the offset in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq4offset_sample.svg "Effect of this option on the pattern") From 59386ad2ef1506a6cb4ebb482525ad8f897effdb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:20 +0200 Subject: [PATCH 1311/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq4spread1/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md new file mode 100644 index 00000000000..5453ebaa238 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 upward spread" +- - - + +![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) + +This option controls the upward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq4spread1_sample.svg "Effect of this option on the pattern") From 17efa7bb1bad03fe1c69980a8b8591082a020a41 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:21 +0200 Subject: [PATCH 1312/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecapq4spread2/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md new file mode 100644 index 00000000000..6b4bd3afd3c --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap Q4 downward spread" +- - - + +![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) + +This option controls the downward spread in the fourth quadrant of the sleevecap. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecapq4spread2_sample.svg "Effect of this option on the pattern") From 04d04e423075f9f06d35f157d85a0d05653858ae Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:22 +0200 Subject: [PATCH 1313/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecaptopfactorx/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md new file mode 100644 index 00000000000..8017d3e1e7c --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top X" +- - - + +![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) + +This option controls the horizontal placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecaptopfactorx_sample.svg "Effect of this option on the pattern") From 9722ecf46bb1fc90c3d60c077993ecc92d0ae800 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:23 +0200 Subject: [PATCH 1314/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevecaptopfactory/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md new file mode 100644 index 00000000000..344bde997f0 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md @@ -0,0 +1,18 @@ +- - - +title: "Sleevecap top Y" +- - - + +![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) + +This option controls the vertical placement of the sleevecap top. + + + +See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth +look into how the sleevecap is constructed and the influence of the different options on its shape. + + + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevecaptopfactory_sample.svg "Effect of this option on the pattern") From 5fe50d361789bd335ad117094eec6b67d32480ee Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:24 +0200 Subject: [PATCH 1315/1675] New translations en.md (Ukrainian) --- .../yuri/options/sleevewidthguarantee/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md new file mode 100644 index 00000000000..b20aa1573ed --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md @@ -0,0 +1,15 @@ +- - - +title: "Sleeve width guarantee" +- - - + +We first draft the arm opening, then we draft a sleeve to fit it. + +When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. + +Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap. + +To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") From e7f707cbf6db009ec823c138262cf1bcce4e0c24 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:25 +0200 Subject: [PATCH 1316/1675] New translations en.md (Ukrainian) --- markdown/org/docs/faq/womenswear-blocks/uk.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 markdown/org/docs/faq/womenswear-blocks/uk.md diff --git a/markdown/org/docs/faq/womenswear-blocks/uk.md b/markdown/org/docs/faq/womenswear-blocks/uk.md new file mode 100644 index 00000000000..b3b3bee326f --- /dev/null +++ b/markdown/org/docs/faq/womenswear-blocks/uk.md @@ -0,0 +1,27 @@ +--- +title: Why do you even publish womenswear blocks? They are [insert strong opinion here]. +--- + +This question comes up every now and then. The wording varies, but the sentiment can be summarized as _why even publish this garbage, it doesn't work at all_. + +Let me start by saying that you are not wrong. Both [Breanna](/designs/breanna/) and [Bella](/designs/bella/) have serious shortcomings. + +I myself ([joost](/makers/joostdecock/)) am painfully aware of them, and I have toyed with the idea of retracting these patterns altogether. + +But there's a subset of people who get good results with them. I've seen several good looking makes based on Bella, and Breanna seems to be popular with people making doll clothes for some reason. + +What I'm saying is, we're not removing them because they work in some cases. Not in all cases though, which can be frustrating. + +I don't pretend to know how to draft for women. But I do get questions all the time about adding more womenswear to freesewing.org, and that starts with a well-designed block. + +I have long waited for somebody to step forward to take this on themselves. Alas, I've been waiting in vain. Since the fastest way to get a question answered on the internet is to answer it yourself incorrectly, I set out to create these blocks. + +So if you think you can do better, I hereby formally invite you to work together to design the womenswear block that you think/know to be the best one out there. + +I gladly offer my services to code/implement your design/vision, so that the entire sewing community can benefit from it. + +You can reach me at joost at freesewing.org, we also have [an active community on Discord](https://discord.freesewing.org/). + +I hope to hear from you soon. + +joost From c6a32d621886ad26ef40ef9f1f653b467f4c87db Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:26 +0200 Subject: [PATCH 1317/1675] New translations en.md (Ukrainian) --- markdown/org/docs/measurements/bustpointtounderbust/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/measurements/bustpointtounderbust/uk.md diff --git a/markdown/org/docs/measurements/bustpointtounderbust/uk.md b/markdown/org/docs/measurements/bustpointtounderbust/uk.md new file mode 100644 index 00000000000..c3c69d09e8a --- /dev/null +++ b/markdown/org/docs/measurements/bustpointtounderbust/uk.md @@ -0,0 +1,7 @@ +--- +title: Bust point to underbust +--- + +The **bust point to underbust** measurement is the distance from your bust point/nipple to your underbust. + +It's the distance an ant would have to walk to go from your bust point/nipple straight down to where your breast meets your torso. From a45fc51c6dee184838ea60deb6de771ff73f7c33 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:27 +0200 Subject: [PATCH 1318/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/frontcurve/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/frontcurve/uk.md diff --git a/markdown/org/docs/patterns/bee/options/frontcurve/uk.md b/markdown/org/docs/patterns/bee/options/frontcurve/uk.md new file mode 100644 index 00000000000..5e5aa8113ec --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/frontcurve/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front curve" +- - - + +--- + +Controls the curvature of the front of the bikini cup + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_frontcurve_sample.svg "Effect of this option on the pattern") From 335088f07f224d3cc6f93324824da3afd5525e22 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:28 +0200 Subject: [PATCH 1319/1675] New translations en.md (Ukrainian) --- .../patterns/bee/options/frontshoulderwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md diff --git a/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md b/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md new file mode 100644 index 00000000000..71690ad329b --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Front shoulder width (Bella)" +- - - + +--- + +Controls the front shoulder width in the underlying Bella block Bee is based on + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_frontshoulderwidth_sample.svg "Effect of this option on the pattern") From 53bcdd6d24a5e25c72ae2a96c87bec95b88c2629 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:29 +0200 Subject: [PATCH 1320/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/tiberius/options/headratio/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/headratio/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/headratio/uk.md b/markdown/org/docs/patterns/tiberius/options/headratio/uk.md new file mode 100644 index 00000000000..048b5768c83 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/headratio/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Head ratio" +- - - + +Controls the size of the head opening + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_headratio_sample.svg "Effect of this option on the pattern") From 260ba2a937c3a5da6bc97964142b61f1641f783e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:30 +0200 Subject: [PATCH 1321/1675] New translations en.md (Ukrainian) --- .../docs/patterns/tiberius/instructions/uk.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/instructions/uk.md diff --git a/markdown/org/docs/patterns/tiberius/instructions/uk.md b/markdown/org/docs/patterns/tiberius/instructions/uk.md new file mode 100644 index 00000000000..be27c70aa2e --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/instructions/uk.md @@ -0,0 +1,33 @@ +- - - +title: "Tiberius Tunica: Sewing Instructions" +- - - + + + +Tiberius is a historically inspired pattern, and if you want more authenticity, handsewing is the way to go. Personally, I use a sewing machine. You do you. + + + +### Step 1: Sew shoulder seams + +- Put both parts with good sides together. Sew the shoulder seams, taking care to stop at the notches for the head opening. +- Finish the seams, with a method of your choice. (If you used the fabrics recommended in the [fabric options](/docs/patterns/tiberius/fabric), they _will_ fray. Folding the seam allowance twice, enclosing the raw edge and topstitching is an option. You can also use decorative topstitching.) + + + +If you opted for cutting the whole tunica out of one piece, carefully cut out the head opening between the notches instead. Finish the opening. + + + +### Step 2: Sew side seams + +- Still with good sides together, sew the side seams. Start at the notch for the armhole and work your way down. Take care to align your layers properly. +- Finish seams. + +### Step 3: Hem the bottom edge + +Hem the bottom of your garment. If you want to use decorative stitches, this is another place to use them. + +### Step 4: You're done! + +Pull on your tunica, belt it around your waist, play around with how you gather the fabric, and enjoy! From 4758d83e584ac45be526487d845907d8f5c7bd99 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:31 +0200 Subject: [PATCH 1322/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tiberius/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/measurements/uk.md diff --git a/markdown/org/docs/patterns/tiberius/measurements/uk.md b/markdown/org/docs/patterns/tiberius/measurements/uk.md new file mode 100644 index 00000000000..4177af5e876 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Tiberius Tunica: Required Measurements" +- - - + + From 65478782d5950656631d65eb25401a6b84e975a0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:32 +0200 Subject: [PATCH 1323/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tiberius/needs/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/needs/uk.md diff --git a/markdown/org/docs/patterns/tiberius/needs/uk.md b/markdown/org/docs/patterns/tiberius/needs/uk.md new file mode 100644 index 00000000000..e4260601495 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/needs/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Tiberius Tunica: What You Need" +- - - + +To make Tiberius, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 2 meters (2.2 yards) of a suitable fabric (see [Fabric options](/docs/patterns/tiberius/fabric)) +- (a belt, for wearing it) From 62c8d844f0267d505345ce7d224b5c2377ef37c8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:33 +0200 Subject: [PATCH 1324/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/tiberius/options/armholedrop/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md b/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md new file mode 100644 index 00000000000..e7cc692a923 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Armhole drop" +- - - + +Controls the depth of the armhole + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_armholedrop_sample.svg "Effect of this option on the pattern") From 07034d4265f9bc876f02af3e76bbbe659625a37b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:34 +0200 Subject: [PATCH 1325/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tiberius/options/clavi/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/clavi/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/clavi/uk.md b/markdown/org/docs/patterns/tiberius/options/clavi/uk.md new file mode 100644 index 00000000000..6fe5a117173 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/clavi/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Clavi" +- - - + +Whether or not to include guides for clavi + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_clavi_sample.svg "Effect of this option on the pattern") From bba0b62a846e41c187122ed61c30e8231c928642 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:35 +0200 Subject: [PATCH 1326/1675] New translations en.md (Ukrainian) --- .../docs/patterns/tiberius/options/clavuslocation/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md b/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md new file mode 100644 index 00000000000..812f7891525 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Clavus location" +- - - + +Controls the location of the clavi + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_clavuslocation_sample.svg "Effect of this option on the pattern") From 9c43c4e26c68f2aa8c6daa22bc52cd61a393a1c7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:36 +0200 Subject: [PATCH 1327/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/tiberius/options/clavuswidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md b/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md new file mode 100644 index 00000000000..a938d39c34b --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Clavus width" +- - - + +Controls the width of the clavi + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_clavuswidth_sample.svg "Effect of this option on the pattern") From dec1daa44758d0bd70109f8f4d21187e17015c3a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:37 +0200 Subject: [PATCH 1328/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tiberius/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/uk.md b/markdown/org/docs/patterns/tiberius/options/uk.md new file mode 100644 index 00000000000..c2615875401 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Tiberius Tunica: Design Options" +- - - + + From 582572aac8ada7301a2ff95e85eb89749414fc91 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:38 +0200 Subject: [PATCH 1329/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/tiberius/options/forcewidth/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md b/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md new file mode 100644 index 00000000000..6c27cc2bbe9 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Force width" +- - - + +Apply width settings regardless of constraints + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_forcewidth_sample.svg "Effect of this option on the pattern") From fa560f768524ef411e18064323a13facf9abe8ec Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:39 +0200 Subject: [PATCH 1330/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tiberius/options/length/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/length/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/length/uk.md b/markdown/org/docs/patterns/tiberius/options/length/uk.md new file mode 100644 index 00000000000..00a01a72287 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/length/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length" +- - - + +Controls the length of the garment + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_length_sample.svg "Effect of this option on the pattern") From b1ab4a066321b49a7758da51f543e29836b2c8ae Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:40 +0200 Subject: [PATCH 1331/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tiberius/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/uk.md diff --git a/markdown/org/docs/patterns/tiberius/uk.md b/markdown/org/docs/patterns/tiberius/uk.md new file mode 100644 index 00000000000..d37f0951632 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Tiberius Tunica" +- - - + + From 4c41b1ab0504549ae7d1c35aa92219555342cf85 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:41 +0200 Subject: [PATCH 1332/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/tiberius/options/lengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md b/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md new file mode 100644 index 00000000000..ace62b356e1 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length bonus" +- - - + +Allows variation of the length of the garment + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_lengthbonus_sample.svg "Effect of this option on the pattern") From 50e168688d26b0bf39b87dcb770180787f7582c0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:42 +0200 Subject: [PATCH 1333/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tiberius/options/width/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/width/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/width/uk.md b/markdown/org/docs/patterns/tiberius/options/width/uk.md new file mode 100644 index 00000000000..7b2ad1a3470 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/width/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Width" +- - - + +Controls the width of the garment + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_width_sample.svg "Effect of this option on the pattern") From 197e4d9e9a829927c47923d234d04b5c1ac32969 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:43 +0200 Subject: [PATCH 1334/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/tiberius/options/widthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md diff --git a/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md b/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md new file mode 100644 index 00000000000..d2d0d1ec0f1 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Width bonus" +- - - + +Allows variation of the width of the garment + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](tiberius_widthbonus_sample.svg "Effect of this option on the pattern") From 1f2ec4fb7e4cd86ad8479c4e2d969c46df47218a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:44 +0200 Subject: [PATCH 1335/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/walburga/cutting/uk.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/cutting/uk.md diff --git a/markdown/org/docs/patterns/walburga/cutting/uk.md b/markdown/org/docs/patterns/walburga/cutting/uk.md new file mode 100644 index 00000000000..4da87ae6268 --- /dev/null +++ b/markdown/org/docs/patterns/walburga/cutting/uk.md @@ -0,0 +1,24 @@ +- - - +title: "Walburga Wappenrock: Cutting Instructions" +- - - + +Walburga consists of two parts, a _front_ and a _back_ piece. + + + +Apart from the cutout for the neck opening, front and back are identical. It is therefore enough to print only the front part. + + + +- cut _1 front_, _on the fold_ +- cut _1 back_, _on the fold_ + +### On Historical Accuracy + +The further we go back in time, the less extant garments we have to base research on. Often there may be scraps of fabric left behind by stroke of luck but most of our information starts to come from (in archaeology) secondary sources like written texts from contemporaries. + +This is especially true for the Roman and Mediaeval eras, not to mention that a lot of the available research is behind a paywall. + +We can’t be 100 percent historically accurate, because we’re living in a different time, and everything we use to sew is different now from before. Even fabric is woven in a different way. + +How ‘accurate’ you want to be is up to you, there is no wrong way to do this and research is not required -- though it can be fun! From 2dd7ee97d766b5c5bceb7c1c99a0e228cebae371 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:45 +0200 Subject: [PATCH 1336/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/walburga/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/uk.md diff --git a/markdown/org/docs/patterns/walburga/uk.md b/markdown/org/docs/patterns/walburga/uk.md new file mode 100644 index 00000000000..8c5a5f83cac --- /dev/null +++ b/markdown/org/docs/patterns/walburga/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Walburga Wappenrock" +- - - + + From 4c40fc146de2e3dabfd5831c0cf388c25b643249 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:46 +0200 Subject: [PATCH 1337/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/walburga/fabric/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/fabric/uk.md diff --git a/markdown/org/docs/patterns/walburga/fabric/uk.md b/markdown/org/docs/patterns/walburga/fabric/uk.md new file mode 100644 index 00000000000..b5559422cd2 --- /dev/null +++ b/markdown/org/docs/patterns/walburga/fabric/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Walburga Wappenrock: Fabric Options" +- - - + +Walburga can be made out of almost any woven fabric. Historically "accurate" would be linen, wool, and, to an extent, cotton. If you care about authenticity, research this a bit. In any case, natural fibers without any stretch are the way to go. + +Depending on the social status you want to portray, choose coarser or finer fabrics. Different colours are also possible. + +If you want to embroider or appliqué on your Walburga, make sure that your main fabric will support your design. From b94667bda544f89d92d6b58adeebd11d2d2a3bea Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:47 +0200 Subject: [PATCH 1338/1675] New translations en.md (Ukrainian) --- .../docs/patterns/walburga/instructions/uk.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/instructions/uk.md diff --git a/markdown/org/docs/patterns/walburga/instructions/uk.md b/markdown/org/docs/patterns/walburga/instructions/uk.md new file mode 100644 index 00000000000..c284c5a542b --- /dev/null +++ b/markdown/org/docs/patterns/walburga/instructions/uk.md @@ -0,0 +1,37 @@ +- - - +title: "Walburga Wappenrock: Sewing Instructions" +- - - + + + +Walburga is a historically inspired pattern, and if you want more authenticity, handsewing is the way to go. Personally, I use a sewing machine. You do you. + + + +### Step 1: Sew shoulder seams + +- Put front and back pieces with good sides together. Sew the shoulder seams, taking care to stop at the notches for the head opening. + +### Step 2: Finish seams and head opening + +- Finish the seams and the raw edges at the head opening, with a method of your choice. (If you used the fabrics recommended in the [fabric options](/docs/patterns/walburga/fabric), they _will_ fray. Folding the seam allowance twice, enclosing the raw edge and topstitching is an option. You can also use decorative topstitching.) + +### (Optional) Step 3: Cut slits + +_This step is optional, you can also opt not to cut slits. If so, continue with step 4._ + + + +If you cut slits, there will be no seam (or hem) allowance to finish the edge there. Think about this before you cut. + + + +- Cut into your fabric until the notch, both on the front and back piece. + +### Step 4: Finish edges + +- Finish the edges of the garment. This is a good time to use bias tape or similar to enclose the raw edge (especially if you cut slits in step 3). This step can take some time, so be patient. + +### Step 5: That's it! + +You're done! You could now appliqué/embroider/otherwise attach a symbol or heraldics of your choice onto your garment. From 885d0c8fb2dab0072bcf0821926e25df894f5816 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:47 +0200 Subject: [PATCH 1339/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/walburga/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/measurements/uk.md diff --git a/markdown/org/docs/patterns/walburga/measurements/uk.md b/markdown/org/docs/patterns/walburga/measurements/uk.md new file mode 100644 index 00000000000..ecac1357adc --- /dev/null +++ b/markdown/org/docs/patterns/walburga/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Walburga Wappenrock: Required Measurements" +- - - + + From 35d20efa43fc801b7285b85dc8518990d171787e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:48 +0200 Subject: [PATCH 1340/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/walburga/needs/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/needs/uk.md diff --git a/markdown/org/docs/patterns/walburga/needs/uk.md b/markdown/org/docs/patterns/walburga/needs/uk.md new file mode 100644 index 00000000000..21b94b4d923 --- /dev/null +++ b/markdown/org/docs/patterns/walburga/needs/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Walburga Wappenrock: What You Need" +- - - + +To make Walburga, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 1 meter (1.1 yards) of a suitable fabric (see [Fabric options](/docs/patterns/walburga/fabric)) +- (optional) about 3 metres (3.3 yards) of bias tape or trimmings to finsh the raw edges From e70210b2b6ce8bdb295fd23d73223a80f2b6c789 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:49 +0200 Subject: [PATCH 1341/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/walburga/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/options/uk.md diff --git a/markdown/org/docs/patterns/walburga/options/uk.md b/markdown/org/docs/patterns/walburga/options/uk.md new file mode 100644 index 00000000000..dbbf6aa6378 --- /dev/null +++ b/markdown/org/docs/patterns/walburga/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Walburga Wappenrock: Design Options" +- - - + + From 7fb83e880ee30396007cc22196e6f8ee3ea192e1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:50 +0200 Subject: [PATCH 1342/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/tiberius/fabric/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/fabric/uk.md diff --git a/markdown/org/docs/patterns/tiberius/fabric/uk.md b/markdown/org/docs/patterns/tiberius/fabric/uk.md new file mode 100644 index 00000000000..0a63924bff1 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/fabric/uk.md @@ -0,0 +1,7 @@ +- - - +title: "Tiberius Tunica: Fabric Options" +- - - + +Tiberius can be made out of almost any woven fabric. Historically "accurate" would be linen, wool, and, to an extent, cotton. If you care about authenticity, research this a bit. In any case, natural fibers without any stretch are the way to go. + +Depending on the social status you want to portray, choose coarser or finer fabrics. Different colours are also possible. From e4212db33d987d72f0c1e085b43f80491ff95d00 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:51 +0200 Subject: [PATCH 1343/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/tiberius/cutting/uk.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 markdown/org/docs/patterns/tiberius/cutting/uk.md diff --git a/markdown/org/docs/patterns/tiberius/cutting/uk.md b/markdown/org/docs/patterns/tiberius/cutting/uk.md new file mode 100644 index 00000000000..d648ff55773 --- /dev/null +++ b/markdown/org/docs/patterns/tiberius/cutting/uk.md @@ -0,0 +1,33 @@ +- - - +title: "Tiberius Tunica: Cutting Instructions" +- - - + + + +##### Use the power of the _paperless_ option - do _not_ print this pattern + +Tiberius is just a big rectangle, so printing the pattern out is a bit of a waste. Save a tree, toggle the [paperless](/docs/guide/options/paperless) option, and copy the dimensions to your fabric, while respecting the grainline. + + + +Tiberius consists of only one part, the _tunica_, that will act as a pattern for both front and back pieces. + +- cut _2 tunicae_, _on the fold_ + + + +##### Notes + +You have two options here: Either you cut your tunica in two pieces as described above, or you cut it in only one piece. Historically speaking, the time period or location you're aiming for can make a difference (ancient Rome vs. ancient Greece, for example). If you care about authenticity, I suggest researching this a bit. + + + +### On Historical Accuracy + +The further we go back in time, the less extant garments we have to base research on. Often there may be scraps of fabric left behind by stroke of luck but most of our information starts to come from (in archaeology) secondary sources like written texts from contemporaries. + +This is especially true for the Roman and Mediaeval eras, not to mention that a lot of the available research is behind a paywall. + +We can’t be 100 percent historically accurate, because we’re living in a different time, and everything we use to sew is different now from before. Even fabric is woven in a different way. + +How ‘accurate’ you want to be is up to you, there is no wrong way to do this and research is not required -- though it can be fun! From eb0109734e36e90c4ce432f79336027164610a7f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:52 +0200 Subject: [PATCH 1344/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/highbustwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/highbustwidth/uk.md diff --git a/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md b/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md new file mode 100644 index 00000000000..acf2d8f6792 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "High bust width (Bella)" +- - - + +--- + +Controls the high bust width in the underlying Bella block Bee is based on + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_highbustwidth_sample.svg "Effect of this option on the pattern") From 1b06ccb58a9c0ad25d9d5ae79d37d587f72e6e19 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:53 +0200 Subject: [PATCH 1345/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/holmes/options/earlength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/earlength/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/earlength/uk.md b/markdown/org/docs/patterns/holmes/options/earlength/uk.md new file mode 100644 index 00000000000..b97bc486d87 --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/earlength/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ear flap length" +- - - + +--- + +Controls the length of the ear flaps independently from the crown pieces + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](holmes_earlength_sample.svg "Effect of this option on the pattern") From b503d726218c1471d7bd5292ee74424d2f1ea75e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:54 +0200 Subject: [PATCH 1346/1675] New translations en.md (Ukrainian) --- .../docs/patterns/bee/options/necktiecolours/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/necktiecolours/uk.md diff --git a/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md b/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md new file mode 100644 index 00000000000..595036baa82 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Neck tie colours" +- - - + +--- + +Whether you want single color ties around your neck, or dual-coloured ones + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_necktiecolours_sample.svg "Effect of this option on the pattern") From 6d6625f93171f86ffb8f40369e0efd2de5237fef Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:55 +0200 Subject: [PATCH 1347/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/necktieends/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/necktieends/uk.md diff --git a/markdown/org/docs/patterns/bee/options/necktieends/uk.md b/markdown/org/docs/patterns/bee/options/necktieends/uk.md new file mode 100644 index 00000000000..403d48ded45 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/necktieends/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Neck tie ends" +- - - + +--- + +Whether you like straight or pointy ends on the ties around your neck + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_necktieends_sample.svg "Effect of this option on the pattern") From a60d1681b32162ffbc162cd74ccbbc90c988b05a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:57 +0200 Subject: [PATCH 1348/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/necktielength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/necktielength/uk.md diff --git a/markdown/org/docs/patterns/bee/options/necktielength/uk.md b/markdown/org/docs/patterns/bee/options/necktielength/uk.md new file mode 100644 index 00000000000..fa8e63b5074 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/necktielength/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Neck tie length" +- - - + +--- + +Controls the length of the ties around your neck + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_necktielength_sample.svg "Effect of this option on the pattern") From de27b7cfb1b639b9a5666db1bdfe40d63e7311e0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:58 +0200 Subject: [PATCH 1349/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/necktiewidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/necktiewidth/uk.md diff --git a/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md b/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md new file mode 100644 index 00000000000..78bdc13f20a --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Neck tie width" +- - - + +--- + +Controls the width of the ties around your neck + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_necktiewidth_sample.svg "Effect of this option on the pattern") From fee957d20866cbcbaee8160c3ad4d46e149b7c70 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:28:59 +0200 Subject: [PATCH 1350/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/sidecurve/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/sidecurve/uk.md diff --git a/markdown/org/docs/patterns/bee/options/sidecurve/uk.md b/markdown/org/docs/patterns/bee/options/sidecurve/uk.md new file mode 100644 index 00000000000..cca5443d0c8 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/sidecurve/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Side curve" +- - - + +--- + +Controls the curvature of the side of the bikini cup + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_sidecurve_sample.svg "Effect of this option on the pattern") From 46c293682b20e74ee26c3dba00e0dc742102e46f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:00 +0200 Subject: [PATCH 1351/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/sidedepth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/sidedepth/uk.md diff --git a/markdown/org/docs/patterns/bee/options/sidedepth/uk.md b/markdown/org/docs/patterns/bee/options/sidedepth/uk.md new file mode 100644 index 00000000000..5c1365c121d --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/sidedepth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Side depth" +- - - + +--- + +Controls how far the bikini cup extends towards the side + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_sidedepth_sample.svg "Effect of this option on the pattern") From 84a5c1dc850484240c9dbb12a2ba2be5e65da8ba Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:01 +0200 Subject: [PATCH 1352/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bee/options/ties/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/ties/uk.md diff --git a/markdown/org/docs/patterns/bee/options/ties/uk.md b/markdown/org/docs/patterns/bee/options/ties/uk.md new file mode 100644 index 00000000000..8527ecc00af --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/ties/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ties" +- - - + +--- + +Whether to includes ties, yes or no + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_ties_sample.svg "Effect of this option on the pattern") From 2c061de305d66c836af5199e25df8ed342af1600 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:02 +0200 Subject: [PATCH 1353/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bee/options/topdepth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/topdepth/uk.md diff --git a/markdown/org/docs/patterns/bee/options/topdepth/uk.md b/markdown/org/docs/patterns/bee/options/topdepth/uk.md new file mode 100644 index 00000000000..3e3dbfe7298 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/topdepth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Top Depth" +- - - + +--- + +Controls how far the bikini cup extends upwards + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_topdepth_sample.svg "Effect of this option on the pattern") From a96ac4660f46e90a8fbcaf5c4961362c231a1aac Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:03 +0200 Subject: [PATCH 1354/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bee/options/waistease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/bee/options/waistease/uk.md b/markdown/org/docs/patterns/bee/options/waistease/uk.md new file mode 100644 index 00000000000..8b18b7eacd9 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/waistease/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Waist ease" +- - - + +--- + +Controls the waist ease in the underlying Bella block Bee is based on + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_waistease_sample.svg "Effect of this option on the pattern") From 77beddb2e033c19d4e8fd74865f75f5df2a52c69 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:04 +0200 Subject: [PATCH 1355/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/holmes/options/buttonhole/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/buttonhole/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md b/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md new file mode 100644 index 00000000000..8336f49cc7e --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Buttonhole guide" +- - - + +--- + +Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](holmes_buttonhole_sample.svg "Effect of this option on the pattern") From 90546262af682207ec1fb767f615e08d22f731a1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:05 +0200 Subject: [PATCH 1356/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/holmes/options/earwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/earwidth/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/earwidth/uk.md b/markdown/org/docs/patterns/holmes/options/earwidth/uk.md new file mode 100644 index 00000000000..71afb7cc7be --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/earwidth/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Ear flap width" +- - - + +--- + +Controls the width of the ear flaps + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](holmes_earwidth_sample.svg "Effect of this option on the pattern") From 903f107bb316dd0fe2a21eaa2685bcf87d6de556 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:06 +0200 Subject: [PATCH 1357/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/lunetius/options/widthratio/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/options/widthratio/uk.md diff --git a/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md b/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md new file mode 100644 index 00000000000..ceaf244b80e --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Width ratio" +- - - + +Controls the width of the garment + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](lunetius_widthratio_sample.svg "Effect of this option on the pattern") From 218b425cefa47f2fc8f5b92fb71713438eec41e2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:07 +0200 Subject: [PATCH 1358/1675] New translations en.md (Ukrainian) --- .../docs/patterns/holmes/options/visorlength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/holmes/options/visorlength/uk.md diff --git a/markdown/org/docs/patterns/holmes/options/visorlength/uk.md b/markdown/org/docs/patterns/holmes/options/visorlength/uk.md new file mode 100644 index 00000000000..d8bddb2bf8c --- /dev/null +++ b/markdown/org/docs/patterns/holmes/options/visorlength/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Visor length" +- - - + +--- + +Controls the length of the visor + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](holmes_visorlength_sample.svg "Effect of this option on the pattern") From 35c9d79600a6ddcef2dc51aadef4878151afe12d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:08 +0200 Subject: [PATCH 1359/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/lunetius/cutting/uk.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/cutting/uk.md diff --git a/markdown/org/docs/patterns/lunetius/cutting/uk.md b/markdown/org/docs/patterns/lunetius/cutting/uk.md new file mode 100644 index 00000000000..f474471df2f --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/cutting/uk.md @@ -0,0 +1,25 @@ +- - - +title: "Lunetius Lacerna: Cutting Instructions" +- - - + +- Cut **1 lacerna** part on the fold +- or Cut **2 lacerna** parts + +The way to cut Lunetius is going to depend on what fabric you have chosen to use. If you have enough fabric width you can cut it _on the fold_. If you don’t, you can cut two halves and later sew them together. To not have to later finish the centre back edge you can cut with the centre back edge on the selvage. + +A lot of garments were woven to shape in the Roman era, so this is one aspect where you don’t need to worry about historical accuracy at all, unless you would like to weave your Lunetius to shape. + +In that case I salute you and please share the results \[in our discord\](https://discord.freesewing.org/)! + +If you want to learn more about this you can read about it in:\ +Granger-Taylor, H. (1982) _Weaving Clothes To Shape in the Ancient World: The Tunic and Toga of the Arringatore_ in Textile History 13 (1), pp 3-25 + +### On Historical Accuracy + +The further we go back in time, the less extant garments we have to base research on. Often there may be scraps of fabric left behind by stroke of luck but most of our information starts to come from (in archaeology) secondary sources like written texts from contemporaries. + +This is especially true for the Roman and Mediaeval eras, not to mention that a lot of the available research is behind a paywall. + +We can’t be 100 percent historically accurate, because we’re living in a different time, and everything we use to sew is different now from before. Even fabric is woven in a different way. + +How ‘accurate’ you want to be is up to you, there is no wrong way to do this and research is not required -- though it can be fun! From 32d02fc2af813851f30a33a9a19b35ff7e54bd3a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:09 +0200 Subject: [PATCH 1360/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lunetius/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/uk.md diff --git a/markdown/org/docs/patterns/lunetius/uk.md b/markdown/org/docs/patterns/lunetius/uk.md new file mode 100644 index 00000000000..54f496cad73 --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Lunetius Lacerna" +- - - + + From ddc1e0cafc2b27561802f6316de6e85d5c4bb249 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:10 +0200 Subject: [PATCH 1361/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lunetius/fabric/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/fabric/uk.md diff --git a/markdown/org/docs/patterns/lunetius/fabric/uk.md b/markdown/org/docs/patterns/lunetius/fabric/uk.md new file mode 100644 index 00000000000..2133f1b3d77 --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/fabric/uk.md @@ -0,0 +1,14 @@ +- - - +title: "Lunetius Lacerna: Fabric Options" +- - - + +In the Roman era both linen and wool were widely available so both would be appropriate for this project. Silk was also available but it was very much a ‘fancy’ fabric used to show off wealth and status as it had to come from abroad. + +A lot of the fabrics found in military contexts like excavated forts are tightly woven twills that would be good at keeping the weather out. If you want to have a historically appropriate fabric then a wool twill would be a great choice. + +Otherwise, any wool or linen in both plain and other weaves would be a good choice. The fabric weight depends on your local climate and what you intend to use the cloak for. However if you want to hand sew the Lunetius it can help to choose a slightly lighter weight fabric to make sewing easier on your hands. + +If you are not working with any historicalness in mind Lunetius can be made out of a variety of fabrics. A woven fabric would drape in a different way compared to a stretch or knitted fabric but you are only limited by your imagination. + +More information on Roman cloak fabrics can be found in:\ +Jorgensen, L. B. (2004) _A Matter of Material: Changes in Textiles from Roman Sites in Egypt’s Eastern Desert_, in An Tard 11, pp 87-99 From cfb888cf6f68df9c9ca9d297e6ed33ca004d925e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:11 +0200 Subject: [PATCH 1362/1675] New translations en.md (Ukrainian) --- .../docs/patterns/lunetius/instructions/uk.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/instructions/uk.md diff --git a/markdown/org/docs/patterns/lunetius/instructions/uk.md b/markdown/org/docs/patterns/lunetius/instructions/uk.md new file mode 100644 index 00000000000..f3e322a444e --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/instructions/uk.md @@ -0,0 +1,39 @@ +- - - +title: "Lunetius Lacerna: Sewing Instructions" +- - - + + + +All the sewing can be done by machine or by hand as you prefer. If you want to sew with historically accurate thread, you can use linen or wool thread, or silk if you prefer. + + + +### Step 1: Sewing and finishing the centre back seam + +- If you cut Lunetius with a centre back seam, sew this up first and finish the seam in some way. You can do this by binding it, or by felling it to the fabric. On a stretch fabric simply sewing up the centre back seam is enough. + + + +When done by hand, this can be done with a spaced backstitch, or a running stitch with the occasional backstitch. + +On the machine a regular straight stitch in any size will work. + +Felling the edges by hand can be done with a felling stitch, or a running stitch if you prefer. On the machine you can use any stitch you use to hem fabric. + + + +### Step 2: Hemming the edges + +- The next and last step is to finish the edges. This can be done by turning a hem on the whole edge, or by using a binding. Once this is done, you are finished! + + + +When handsewing you can use a felling stitch or a running stitch. Or any other stitch you prefer for hemming. + +On the machine, a straight stitch is a good option, but if you have a blind hem stitch that is an option too. + + + +### Step 3: Enjoy! + +That's it you are all done! Now take a _fibula_ (a brooch, pin or clasp) to fasten your cloak over your right shoulder (that is how the Romans did it, you can of course also take the left shoulder, or the middle, or whatever you prefer) and enjoy looking dramatic. From ac257b32cfabd2636f63d9b261ef72f030a30e2c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:12 +0200 Subject: [PATCH 1363/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lunetius/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/measurements/uk.md diff --git a/markdown/org/docs/patterns/lunetius/measurements/uk.md b/markdown/org/docs/patterns/lunetius/measurements/uk.md new file mode 100644 index 00000000000..11b18003066 --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/measurements/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Lunetius Lacerna: Required Measurements" +- - - + + From 5f6ccf81a1e72cb3af3a43e8f0ff6b554ef315b1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:13 +0200 Subject: [PATCH 1364/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lunetius/needs/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/needs/uk.md diff --git a/markdown/org/docs/patterns/lunetius/needs/uk.md b/markdown/org/docs/patterns/lunetius/needs/uk.md new file mode 100644 index 00000000000..cffbc2e51a9 --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/needs/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Lunetius Lacerna: What You Need" +- - - + +To make Lunetius, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 2 meters (2.2 yards) of a suitable fabric (see [Fabric options](/docs/patterns/lunetius/fabric)) +- (a _fibula_ (brooch, pin, clasp) to wear and close it) From 7b0c00e8f8df20ca14fadb384aaf7335d59090ac Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:14 +0200 Subject: [PATCH 1365/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lunetius/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/options/uk.md diff --git a/markdown/org/docs/patterns/lunetius/options/uk.md b/markdown/org/docs/patterns/lunetius/options/uk.md new file mode 100644 index 00000000000..30e6d9f034f --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/options/uk.md @@ -0,0 +1,5 @@ +- - - +title: "Lunetius Lacerna: Design Options" +- - - + + From 5763996d947d2acf3dad9597dff2f264682f08b9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:15 +0200 Subject: [PATCH 1366/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lunetius/options/length/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/options/length/uk.md diff --git a/markdown/org/docs/patterns/lunetius/options/length/uk.md b/markdown/org/docs/patterns/lunetius/options/length/uk.md new file mode 100644 index 00000000000..8f384a2d5e9 --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/options/length/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length" +- - - + +Choose from the different length styles + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](lunetius_length_sample.svg "Effect of this option on the pattern") From ada033a60896e2bd2541ffbc77f51a29e87b2e91 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:16 +0200 Subject: [PATCH 1367/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/lunetius/options/lengthratio/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md diff --git a/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md b/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md new file mode 100644 index 00000000000..36d02327fd6 --- /dev/null +++ b/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length ratio" +- - - + +Controls the length of the garment + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](lunetius_lengthratio_sample.svg "Effect of this option on the pattern") From 7b6a5219c30566e37bf471d32576b8a44485c978 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:17 +0200 Subject: [PATCH 1368/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/walburga/options/headratio/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/options/headratio/uk.md diff --git a/markdown/org/docs/patterns/walburga/options/headratio/uk.md b/markdown/org/docs/patterns/walburga/options/headratio/uk.md new file mode 100644 index 00000000000..cb4dd36f138 --- /dev/null +++ b/markdown/org/docs/patterns/walburga/options/headratio/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Head ratio" +- - - + +Controls the size of the head opening + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](walburga_headratio_sample.svg "Effect of this option on the pattern") From 8303cd154847efc96e1f1174a32378e3ed6f9db0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:18 +0200 Subject: [PATCH 1369/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/walburga/options/length/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/options/length/uk.md diff --git a/markdown/org/docs/patterns/walburga/options/length/uk.md b/markdown/org/docs/patterns/walburga/options/length/uk.md new file mode 100644 index 00000000000..46447930da5 --- /dev/null +++ b/markdown/org/docs/patterns/walburga/options/length/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length" +- - - + +Controls the length of the garment + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](walburga_length_sample.svg "Effect of this option on the pattern") From 68968a11e4dd47ba68443e94952b910e658b2cfa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:19 +0200 Subject: [PATCH 1370/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/slipstitch/uk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 markdown/org/docs/sewing/slipstitch/uk.md diff --git a/markdown/org/docs/sewing/slipstitch/uk.md b/markdown/org/docs/sewing/slipstitch/uk.md new file mode 100644 index 00000000000..c2dd330c22d --- /dev/null +++ b/markdown/org/docs/sewing/slipstitch/uk.md @@ -0,0 +1,7 @@ +--- +title: Slipstitch +--- + +A slipstitch is a hand-sewing technique that allows you to join layers of fabric with a stitch that is invisible from the outside. A slipstitch is _slipped_ in between the layers of fabric where it sews together the seam allowance. + +![A closeup of a slipstitch being made on a seam](slipstitch.jpg) From 478c517667c67bb6c947d84619ee6bdc40e46139 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:20 +0200 Subject: [PATCH 1371/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/walburga/options/lengthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md diff --git a/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md b/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md new file mode 100644 index 00000000000..94312cb1407 --- /dev/null +++ b/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Length bonus" +- - - + +Allows variation of the length of the garment + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](walburga_lengthbonus_sample.svg "Effect of this option on the pattern") From e65c3491cf82cf8fc11f9b0077aa550308f00bf9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:21 +0200 Subject: [PATCH 1372/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/fabric/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/fabric/uk.md diff --git a/markdown/org/docs/patterns/bent/fabric/uk.md b/markdown/org/docs/patterns/bent/fabric/uk.md new file mode 100644 index 00000000000..b391a8b9e7b --- /dev/null +++ b/markdown/org/docs/patterns/bent/fabric/uk.md @@ -0,0 +1,18 @@ +--- +title: "Bent body Block: Fabric Options" +--- + +If you are making a default Bent to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Bella with. + +You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Bent. + + + +###### Bent is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From c41137b145daef957c30c3d32006b70d099409c1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:22 +0200 Subject: [PATCH 1373/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/cutting/uk.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/cutting/uk.md diff --git a/markdown/org/docs/patterns/bent/cutting/uk.md b/markdown/org/docs/patterns/bent/cutting/uk.md new file mode 100644 index 00000000000..7ed78097a3a --- /dev/null +++ b/markdown/org/docs/patterns/bent/cutting/uk.md @@ -0,0 +1,29 @@ +--- +title: "Bent body Block: Cutting Instructions" +--- + +**Main fabric** + +- Cut **1 Front** part on the fold. +- Cut **1 Back** part on the fold. +- Cut **2 Top sleeve** parts. +- Cut **2 Under sleeve** parts. + +These cutting instructions are just for the default Bent block. Adjust your cutting accordingly if you have/are making changes to the block. + + + +As Bent is a block it does not have any closures. If you are making a test Bent you will want to Cut 2 Front parts with seam allowances so you can pin yourself into it. + + + + + +###### Bent is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From 9fc110b1c03fc9811f19a109d91126c32eb49845 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:23 +0200 Subject: [PATCH 1374/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bent/needs/uk.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/bent/needs/uk.md diff --git a/markdown/org/docs/patterns/bent/needs/uk.md b/markdown/org/docs/patterns/bent/needs/uk.md new file mode 100644 index 00000000000..a4091238c36 --- /dev/null +++ b/markdown/org/docs/patterns/bent/needs/uk.md @@ -0,0 +1,21 @@ +--- +title: "Bent body Block: What You Need" +--- + +To make Bent, you will need the following: + +- Basic sewing supplies +- About 1.5 - 2 metres (1.7 - 2.2 yards) of a suitable fabric ([see Bent Fabric options](/docs/patterns/bent/fabric/)) + +This list is for a default Bent Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. + + + +###### Bent is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From c115389944e629198bc0d1d686ac73531552b976 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:24 +0200 Subject: [PATCH 1375/1675] New translations en.md (Ukrainian) --- markdown/org/docs/sewing/edgestitching/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/sewing/edgestitching/uk.md diff --git a/markdown/org/docs/sewing/edgestitching/uk.md b/markdown/org/docs/sewing/edgestitching/uk.md new file mode 100644 index 00000000000..87fd84b0301 --- /dev/null +++ b/markdown/org/docs/sewing/edgestitching/uk.md @@ -0,0 +1,15 @@ +--- +title: Edgestitching +--- + +Edgestitching is a speficic type of _topstitching_. It is specific because of its location. To edgestitch means to topstitch right next to a seam, typically about 3mm or 1/8 inch next to it. + +![Edgestitching on a FreeSewing Hugo Hoodie](edgestitching.jpg) + +Edgestitching can be used to reinforce seams, to keep material in place by sewing down seam allowance or lining, and for decorative effect. + + + +For best results, use a sewing needle for optimized for topstitching + + From 599cc7873af51c706fdb4fb91d9318f3ae7b2d37 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:25 +0200 Subject: [PATCH 1376/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/walburga/options/widthbonus/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/options/widthbonus/uk.md diff --git a/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md b/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md new file mode 100644 index 00000000000..2f7e3dd3bea --- /dev/null +++ b/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Width bonus" +- - - + +Allows variation of the width of the garment + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](walburga_widthbonus_sample.svg "Effect of this option on the pattern") From 1036b1c98915bb254afb040710b5c6a2c6c0aa8b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:26 +0200 Subject: [PATCH 1377/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/walburga/options/neckoratio/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/options/neckoratio/uk.md diff --git a/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md b/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md new file mode 100644 index 00000000000..9e514fbad01 --- /dev/null +++ b/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Neck opening shape" +- - - + +controls the shape of the neck opening + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](walburga_neckoratio_sample.svg "Effect of this option on the pattern") From ffa2d69b9b85c4ec897e0fcfc5831d93307703f4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:27 +0200 Subject: [PATCH 1378/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/walburga/options/neckline/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/walburga/options/neckline/uk.md diff --git a/markdown/org/docs/patterns/walburga/options/neckline/uk.md b/markdown/org/docs/patterns/walburga/options/neckline/uk.md new file mode 100644 index 00000000000..69c114f43e6 --- /dev/null +++ b/markdown/org/docs/patterns/walburga/options/neckline/uk.md @@ -0,0 +1,9 @@ +- - - +title: "Neckline" +- - - + +Controls whether or not to draft a neck opening + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](walburga_neckline_sample.svg "Effect of this option on the pattern") From 8b5a6a4c034df96dbd398ea77154a9ec8266e8f9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:28 +0200 Subject: [PATCH 1379/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hi/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/uk.md diff --git a/markdown/org/docs/patterns/hi/uk.md b/markdown/org/docs/patterns/hi/uk.md new file mode 100644 index 00000000000..788f1199682 --- /dev/null +++ b/markdown/org/docs/patterns/hi/uk.md @@ -0,0 +1,5 @@ +--- +title: Hi the shark +--- + + From 03fa56fccd6fcd324e80cb87c7e22c1eba15a91b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:29 +0200 Subject: [PATCH 1380/1675] New translations homepage.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/homepage.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 packages/i18n/src/locales/uk/components/homepage.yaml diff --git a/packages/i18n/src/locales/uk/components/homepage.yaml b/packages/i18n/src/locales/uk/components/homepage.yaml new file mode 100644 index 00000000000..99a9f27e0bc --- /dev/null +++ b/packages/i18n/src/locales/uk/components/homepage.yaml @@ -0,0 +1,2 @@ +--- +scrollDownToLearnMore: Scroll down to learn more about FreeSewing and try it for free From f77f1b8e4a228891b2b82dba1dacbea521355985 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:30 +0200 Subject: [PATCH 1381/1675] New translations patrons.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/patrons.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/i18n/src/locales/uk/components/patrons.yaml diff --git a/packages/i18n/src/locales/uk/components/patrons.yaml b/packages/i18n/src/locales/uk/components/patrons.yaml new file mode 100644 index 00000000000..57432af8a77 --- /dev/null +++ b/packages/i18n/src/locales/uk/components/patrons.yaml @@ -0,0 +1,6 @@ +--- +becomeAPatron: Become a patron +supportFreesewing: Support FreeSewing +patronLead: FreeSewing is fuelled by a voluntary subscription model +patronPitch: If you think what we do is worthwhile, and if you can spare a few coins each month without hardship, please support our work + From ee09e3a38f90bbeb503f5ddd92c4f60ec0e5e492 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:31 +0200 Subject: [PATCH 1382/1675] New translations posts.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/posts.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/i18n/src/locales/uk/components/posts.yaml diff --git a/packages/i18n/src/locales/uk/components/posts.yaml b/packages/i18n/src/locales/uk/components/posts.yaml new file mode 100644 index 00000000000..aa3442f208a --- /dev/null +++ b/packages/i18n/src/locales/uk/components/posts.yaml @@ -0,0 +1,3 @@ +--- +xMadeThis: "{x} made this" +xWroteThis: "{x} wrote this" From 8e5c31d060b0abf964702d5e6bc4a4b31762806e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:32 +0200 Subject: [PATCH 1383/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lucy/cutting/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/cutting/uk.md diff --git a/markdown/org/docs/patterns/lucy/cutting/uk.md b/markdown/org/docs/patterns/lucy/cutting/uk.md new file mode 100644 index 00000000000..fd1b7179862 --- /dev/null +++ b/markdown/org/docs/patterns/lucy/cutting/uk.md @@ -0,0 +1,6 @@ +--- +title: "Lucy tie-on pocket: Cutting Instructions" +--- + +- Cut **2 pocket** parts +- Cut pocket slit into **1 pocket** part From 1e6e209054dbd67371bb70c7711c766d18c60338 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:33 +0200 Subject: [PATCH 1384/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lucy/fabric/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/fabric/uk.md diff --git a/markdown/org/docs/patterns/lucy/fabric/uk.md b/markdown/org/docs/patterns/lucy/fabric/uk.md new file mode 100644 index 00000000000..6760455ba49 --- /dev/null +++ b/markdown/org/docs/patterns/lucy/fabric/uk.md @@ -0,0 +1,5 @@ +--- +title: "Lucy tie-on pocket: Fabric Options" +--- + +Any fabric can be used to make Lucy, but if the fabric you are using is very light or sheer you may want to add a lining to both pocket pieces. From b0a2071bcc49f83ab942055b31b6e2dd89fcee8c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:34 +0200 Subject: [PATCH 1385/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/lucy/instructions/uk.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/instructions/uk.md diff --git a/markdown/org/docs/patterns/lucy/instructions/uk.md b/markdown/org/docs/patterns/lucy/instructions/uk.md new file mode 100644 index 00000000000..a9e0bdcba50 --- /dev/null +++ b/markdown/org/docs/patterns/lucy/instructions/uk.md @@ -0,0 +1,49 @@ +--- +title: "Lucy tie-on pocket: Sewing Instructions" +--- + + + +Lucy can be sewn by hand or by machine as you prefer. + + + +## Step 1: Constructing the Pocket Bag + +- Bind the pocket slit. +- With _wrong sides together_ stitch the two pocket pieces together around the outside. +- Bind the outside edge. + + + +If you prefer you can _french seam_ the outer edges of the pocket bag together. + + + +## Step 2: Binding the top edge and ties. + +There are two methods for binding the top edge. One is to create a loop and the other is to bind with the ties. Read through both methods carefully and decide which one you wish to use. + +### Create a loop + +- Cut a piece of binding the length of the top edge + seam allowance. +- Fold under the short edges of the binging and stitch in place. +- Bind the top edge of the pocket bag with the prepared binding making sure that the folded ends are left open. +- Thread a tie through the binding. +- Finish the tie ends. + + + +To make sure the binding is long enough, instead of cutting the binding down you can fold under one edge and stitch the binding to the top edge but before getting to other end fold under and trim the other edge of the binding then continue the stitching. + + + +### Bind with the ties + +- Use a piece of tape as binding and tie, attach the pocket bag to the centre of the tape. +- Bind the top edge of the pocket bag whilst leaving the remainder of tape free. +- Finish the tape ends. + +## Step 3: Enjoy! + +That's it! You're all done! Now go stuff your new pockets to the brim! From 8c2a4f542a7c9772463210abd77b116c9151451d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:35 +0200 Subject: [PATCH 1386/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hi/cutting/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/cutting/uk.md diff --git a/markdown/org/docs/patterns/hi/cutting/uk.md b/markdown/org/docs/patterns/hi/cutting/uk.md new file mode 100644 index 00000000000..ef887c0240b --- /dev/null +++ b/markdown/org/docs/patterns/hi/cutting/uk.md @@ -0,0 +1,17 @@ +--- +title: "Hi the shark: Cutting Instructions" +--- + +- **Color 1 (Upper body; Traditionally blue)** + - Cut **2 Body** + - Cut **2 Tail** + - Cut **2 Top Fin** + - Cut **2 Bottom Fin** +- **Color 2 (Belly; Traditionally white)** + - Cut **1 Belly** + - Cut **2 Above Mouth** +- **Color 3 (Mouth; Traditionally pink)** + - Cut **1 Mouth** +- **Color 4 (Teeth; Traditionally white)** + - Cut **1 Upper Teeth** + - Cut **1 Lower Teeth** From 2279a724bb5442501b4a7e12455416dbfa5868ee Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:36 +0200 Subject: [PATCH 1387/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hi/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/options/uk.md diff --git a/markdown/org/docs/patterns/hi/options/uk.md b/markdown/org/docs/patterns/hi/options/uk.md new file mode 100644 index 00000000000..3f4e9610d7b --- /dev/null +++ b/markdown/org/docs/patterns/hi/options/uk.md @@ -0,0 +1,5 @@ +--- +title: "Hi the shark: Design Options" +--- + + From c0bfa81e58dcb3eb829ffe9c3ccc7121857dd2ef Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:37 +0200 Subject: [PATCH 1388/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hi/fabric/uk.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/fabric/uk.md diff --git a/markdown/org/docs/patterns/hi/fabric/uk.md b/markdown/org/docs/patterns/hi/fabric/uk.md new file mode 100644 index 00000000000..29740ad7c7f --- /dev/null +++ b/markdown/org/docs/patterns/hi/fabric/uk.md @@ -0,0 +1,17 @@ +--- +title: "Hi the shark: Fabric Options" +--- + +## Main and Contrast Body Fabrics (Upper body, belly and mouth) + +This plush toy is intended to have three different coloured fabrics, one for the upper body, one for the belly, and a smaller piece for the mouth. If you don't wish to purchase additional fabric just for the mouth, it's a small enough piece that you can likely use a scrap from the upper body or belly fabric. + +Hi is designed for faux fur fabric, which most plush toys are made from, but you could also use polar fleece, felt, denim, corduroy, or anything moderately heavy. Lightweight or drapey fabrics may not hold Hi's shape well when stuffed. Fabrics with a two-way stretch will work better than wovens, the stretch should be perpendicular to the grainline. + +## Teeth Fabric + +The teeth edges are left raw, so should be made from a fabric that does not unravel such as felt. + +## Stuffing + +Since this is a plush toy, it will need to be stuffed with material. Most of the time you'll want to use polyester fiberfill (polyfill), but if you have a lot of fabric scraps, you can use shredded scrap fabric. However this may be heavier and less soft than fiberfill. It's also worth thinking about whether your Hi may be at risk of getting dirty, or want to go for a swim, as not all stuffing options are washable. From f9f9a7c7c57aaaaf4cd282acce8368d4ab8312c2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:38 +0200 Subject: [PATCH 1389/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hi/measurements/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/measurements/uk.md diff --git a/markdown/org/docs/patterns/hi/measurements/uk.md b/markdown/org/docs/patterns/hi/measurements/uk.md new file mode 100644 index 00000000000..e89ea28d026 --- /dev/null +++ b/markdown/org/docs/patterns/hi/measurements/uk.md @@ -0,0 +1,8 @@ +--- +title: "Hi the shark: Required Measurements" +--- + + +Hi does not require any measurements + + From 44f66c622edf30ab7ef09d5c5a4acc73bbf076f3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:39 +0200 Subject: [PATCH 1390/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hi/needs/uk.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/needs/uk.md diff --git a/markdown/org/docs/patterns/hi/needs/uk.md b/markdown/org/docs/patterns/hi/needs/uk.md new file mode 100644 index 00000000000..f58f8d9a8d8 --- /dev/null +++ b/markdown/org/docs/patterns/hi/needs/uk.md @@ -0,0 +1,22 @@ +--- +title: "Hi the shark: What You Need" +--- + +To make Hi, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 1 meter (1.1 yards) of a suitable fabric (Upper body) ([see Hi Fabric options](/docs/patterns/hi/fabric/)) +- About 0.5 meters (0.6 yards) of a suitable fabric (Belly) ([see Hi Fabric options](/docs/patterns/hi/fabric/)) +- Small piece for the mouth +- Small piece of fabric for eyes +- Suitable, unraveling, fabric for the teeth +- Stuffing +- Topstiching thread (thick thread) for gills + + + +This list is based on a default Hi and you may need less or more fabric dependant on the [size you are making Hi](/docs/patterns/hi/options/size/). + +For instance a 500% Hi will need 5 meters (1 meter x 500% = 5 meters) and a 50% Hi will need 0.5 meters (1 meter x 50% = 0.5 meters). + + From e6af1984d1a3079b89a084da25816df2d3d045bd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:40 +0200 Subject: [PATCH 1391/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hi/options/aggressive/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/options/aggressive/uk.md diff --git a/markdown/org/docs/patterns/hi/options/aggressive/uk.md b/markdown/org/docs/patterns/hi/options/aggressive/uk.md new file mode 100644 index 00000000000..d5ef809893d --- /dev/null +++ b/markdown/org/docs/patterns/hi/options/aggressive/uk.md @@ -0,0 +1,8 @@ +--- +title: "Aggressive" +--- + +Your Hi can come in the default sweet form, or in a more aggressive version with more authentic teeth, and a mean look. + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hi_aggressive_sample.svg "Effect of this option on the pattern") From 046b6d7a2b2bb8b9e0c64aa9368225ba34d4c654 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:40 +0200 Subject: [PATCH 1392/1675] New translations ograph.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/ograph.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/i18n/src/locales/uk/components/ograph.yaml diff --git a/packages/i18n/src/locales/uk/components/ograph.yaml b/packages/i18n/src/locales/uk/components/ograph.yaml new file mode 100644 index 00000000000..3200c166ab6 --- /dev/null +++ b/packages/i18n/src/locales/uk/components/ograph.yaml @@ -0,0 +1,6 @@ +--- +orgTitle: Welcome to FreeSewing.org +devTitle: Welcome to FreeSewing.dev +labTitle: Welcome to lab.FreeSewing.lab +devDescription: Documentation and tutorials for FreeSewing developers and contributors. Plus our Developers Blog + From 538e8b3ea458040208768f764bc77ffd6791b30f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:41 +0200 Subject: [PATCH 1393/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hi/options/hungry/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/options/hungry/uk.md diff --git a/markdown/org/docs/patterns/hi/options/hungry/uk.md b/markdown/org/docs/patterns/hi/options/hungry/uk.md new file mode 100644 index 00000000000..307e3bc597f --- /dev/null +++ b/markdown/org/docs/patterns/hi/options/hungry/uk.md @@ -0,0 +1,8 @@ +--- +title: "Hungry" +--- + +This setting determins how long it has been since your Hi has had something to eat. More hungry results in a leaner shark. + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hi_hungry_sample.svg "Effect of this option on the pattern") From fdda2ff4dccb0296d5505928888eb3cf3e932099 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:42 +0200 Subject: [PATCH 1394/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/hi/options/size/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/options/size/uk.md diff --git a/markdown/org/docs/patterns/hi/options/size/uk.md b/markdown/org/docs/patterns/hi/options/size/uk.md new file mode 100644 index 00000000000..11776a62e9b --- /dev/null +++ b/markdown/org/docs/patterns/hi/options/size/uk.md @@ -0,0 +1,9 @@ +--- +title: "Size" +--- + +Hi can be made in different sizes. The default is about a meter in length. This is a percentage of this default length. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](hi_size_sample.svg "Effect of this option on the pattern") From 17f25d47cb9efbfb5217bc739c46aca6a8d593be Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:43 +0200 Subject: [PATCH 1395/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/hi/instructions/uk.md | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 markdown/org/docs/patterns/hi/instructions/uk.md diff --git a/markdown/org/docs/patterns/hi/instructions/uk.md b/markdown/org/docs/patterns/hi/instructions/uk.md new file mode 100644 index 00000000000..83f0d0313c8 --- /dev/null +++ b/markdown/org/docs/patterns/hi/instructions/uk.md @@ -0,0 +1,64 @@ +--- +title: "Hi the shark: Sewing Instructions" +--- + + + +When you're using fabric with some stretch in it, it is a good idea to stabilize the seams that go along the whole body, and between the body and the belly, with some stabilizing ribbon. + + + +## Step 1: The eyes + +- Cut pieces of black fabric the size of the eyes on the body pieces. +- Stabilise the fabric with a bit of interfacing. +- With white thread, either by hand or machine _bar tack_ the pupils onto the eyes like eyelets. + + + +If stitching the pupil by machine you may find it easier to use either the eyelet function or a buttonholer that does eyelets if one of those are available to you. If not you may find it best to hand stitch the pupil for better control and neatness. + + + +- With orange thread, _bar tack_ around the edge of the eyes. +- If the fabric you are using frays, fray check the edges. + + + +The colour choice are up to you but these are the recommended colours. + +If you wish to make an embroidered eye we recommended to make it an embroidery patch rather than embroidering directly on the fabric itself as screwing up will not result in a larger quantity of fabric being wasted. + + + +## Step 2: The Upper body + +- Using topstiching thread (thick thread), go back and forth several times along the gill lines of the body pieces. +- _Edgestitch_ the eyes to the bodys, matching the thread colour of the outer bar tacks. +- Sew the darts on the front of the bodys closed. Trim away any excess fabric. +- With _good sides together_ sew the tail pieces to the bodys, matching notches. +- With _good sides together_ sew the topFin pieces to the bodys. +- With _good sides together_ sew the bodys together along the front, top, around the tail and below the tail, leaving a gap open below the tail for turning and stuffing the shark later. + +## Step 3: The Belly + +- With _good sides together_ sew the two aboveMouth pieces together along the larger straight edge. +- Sew the teeth pieces to the mouth, matching notches and making sure the teeth face towards the centre of the mouth. These will now be treated as one. +- Sew the darts on the belly, trim away any excess fabric. +- With _good sides together_ sew the aboveMouth pieces to the mouth, matching notches, being careful not to catch the teeth in the seam allowances. +- With _good sides together_ sew the joined mouth and aboveMouth to the belly piece, matching notches. +- With _good sides together_ sew the bottomFin pieces to the belly, matching notches. + +## Step 4: Final Assembly + +- With _good sides together_ sew the belly to the body, matching the front, back, and fins. +- Turn though the gap left below the tail. + +## Step 5: Stuffing + +- Fill the plush toy with stuffing through the opening you left below the tail, making sure to fill the tail and fins well before adding too much stuffing in the body itself. +- _Slipsticth_ or _whipstitch_ the opening closed. + +## Step 6: Enjoy! + +That's it you are all done now go adventure the oceans with your new Hi! From 7cb985fee9a0f342ca53b720b2036bb34787b9b2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:44 +0200 Subject: [PATCH 1396/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/noble/cutting/uk.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/cutting/uk.md diff --git a/markdown/org/docs/patterns/noble/cutting/uk.md b/markdown/org/docs/patterns/noble/cutting/uk.md new file mode 100644 index 00000000000..8c823ed3bb1 --- /dev/null +++ b/markdown/org/docs/patterns/noble/cutting/uk.md @@ -0,0 +1,36 @@ +--- +title: "Noble body block: Cutting Instructions" +--- + +**Main fabric** + +- Cut **1 Front Inside** part on the fold. +- Cut **2 Front Outside** parts. + +### Shoulder dart + +- Cut **2 Back Inside** parts. +- Cut **2 Back Outside** parts. + +### Armhole dart + +- Cut **2 Back** parts. + +These cutting instructions are just for the default Noble block. Adjust your cutting accordingly if you have/are making changes to the block. + + + +If you do not have someone to help pin you into Noble then you may find it easier to Cut 2 Front Inside parts with seam allowance and sew the backs up when constructing so you can pin in the front. + + + + + +###### Noble is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From e2c2a2ce3c1ff7c9a976a2c9a97f93f811f13a03 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:45 +0200 Subject: [PATCH 1397/1675] New translations docs.yaml (Ukrainian) --- packages/i18n/src/locales/uk/docs.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/i18n/src/locales/uk/docs.yaml diff --git a/packages/i18n/src/locales/uk/docs.yaml b/packages/i18n/src/locales/uk/docs.yaml new file mode 100644 index 00000000000..18a35c37801 --- /dev/null +++ b/packages/i18n/src/locales/uk/docs.yaml @@ -0,0 +1,3 @@ +--- +thingIsDeprecated: "{thing} is deprecated" +weRecommendThingInstead: "We recommend {thing} instead" From 8d6f75e25a21a33a542678359f8aac9ece5ea9b2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:46 +0200 Subject: [PATCH 1398/1675] New translations workbench.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/workbench.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/i18n/src/locales/uk/components/workbench.yaml diff --git a/packages/i18n/src/locales/uk/components/workbench.yaml b/packages/i18n/src/locales/uk/components/workbench.yaml new file mode 100644 index 00000000000..f11754d21af --- /dev/null +++ b/packages/i18n/src/locales/uk/components/workbench.yaml @@ -0,0 +1,8 @@ +--- +designOptions: Design options +forPrinting: For printing +forCutting: For cutting +layoutThing: 'Layout {thing}' +pageSize: Page size +startBySelectingAThing: 'Start by selecting a {thing}' +testThing: 'Test {thing}' From 59e5e81d7435b96fd716dc3316abe38f7866d8a1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:47 +0200 Subject: [PATCH 1399/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sven/options/hipsease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/hipsease/uk.md diff --git a/markdown/org/docs/patterns/sven/options/hipsease/uk.md b/markdown/org/docs/patterns/sven/options/hipsease/uk.md new file mode 100644 index 00000000000..e93953de05c --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/hipsease/uk.md @@ -0,0 +1,11 @@ +--- +title: "Hips ease" +--- + +--- + +Controls the amount of ease at your hips (the bottom of the sweater) + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_hipsease_sample.svg "Effect of this option on the pattern") From d4b102529aba4d60063725800d8238bf2fa11ff4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:48 +0200 Subject: [PATCH 1400/1675] New translations en.md (Ukrainian) --- .../bella/options/fullchesteasereduction/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/fullchesteasereduction/uk.md diff --git a/markdown/org/docs/patterns/bella/options/fullchesteasereduction/uk.md b/markdown/org/docs/patterns/bella/options/fullchesteasereduction/uk.md new file mode 100644 index 00000000000..946e1189cdb --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/fullchesteasereduction/uk.md @@ -0,0 +1,11 @@ +--- +title: "Full chest ease reduction" +--- + +--- + +Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_fullchesteasereduction_sample.svg "Effect of this option on the pattern") From ffc8dda3d51fa566f06a5915816624bfadb5abe6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:49 +0200 Subject: [PATCH 1401/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/cutting/uk.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/cutting/uk.md diff --git a/markdown/org/docs/patterns/huey/cutting/uk.md b/markdown/org/docs/patterns/huey/cutting/uk.md new file mode 100644 index 00000000000..e6431329473 --- /dev/null +++ b/markdown/org/docs/patterns/huey/cutting/uk.md @@ -0,0 +1,16 @@ +- - - +title: "Huey hoodie: Cutting Instructions" +- - - + +**Main fabric** + +- Cut **2 front** parts +- Cut **1 back** part on the fold +- Cut **2 sleeves** parts +- Cut **2 pocket** parts +- Cut **4 Hood** parts + +**Ribbing** + +- Cut **2 cuff** parts +- Cut **1 waistband** From 8534ae97bc81f46e79604f68e78be84c9ff2e1bd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:50 +0200 Subject: [PATCH 1402/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/huey/needs/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/needs/uk.md diff --git a/markdown/org/docs/patterns/huey/needs/uk.md b/markdown/org/docs/patterns/huey/needs/uk.md new file mode 100644 index 00000000000..f4dc52856a4 --- /dev/null +++ b/markdown/org/docs/patterns/huey/needs/uk.md @@ -0,0 +1,11 @@ +- - - +title: "Huey hoodie: What You Need" +- - - + +To make Huey, you will need the following: + +- Basic sewing supplies +- About 2 metres (2.2 yards) of a suitable fabric ([see Fabric options](/docs/patterns/huey/fabric)) +- Ribbing fabric for the hem and cuffs. +- 1 open ended zipper the length of front seam including hood and waistband. +- (Optional) Cording or suitable alternate for hood strings. From 388c7d158c9ad047f8b4131100e9f3c5e96f2e25 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:51 +0200 Subject: [PATCH 1403/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sandy/fabric/uk.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/fabric/uk.md diff --git a/markdown/org/docs/patterns/sandy/fabric/uk.md b/markdown/org/docs/patterns/sandy/fabric/uk.md new file mode 100644 index 00000000000..4e7146493d7 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/fabric/uk.md @@ -0,0 +1,39 @@ +- - - +title: "Sandy circle skirt: Fabric Options" +- - - + +### Main Fabric + +A circle skirt is a very versatile garment and can be made from a variety of fabric. It all depends on your intended use and preferred style. + +- If you wish for an everday, easy to wash skirt then **Linen** and **Cotton** is the way to go. +- If you are looking for something more formal you may want to try **Suiting Fabrics**. +- If you want something warm for the winter you can try **Wools**. +- If wish for something flowy that drapes you can try lightweight materials such as **Chiffon**. +- If you are want something for a special occasion who may wish to try **Brocades** and **Silks**. + +Basically any fabric can be used to make a circle skirt you just need to find one that is right for you. + + + +Keep in mind the weight, drape and body of the fabric. Do you want the skirt to hang? or do you want it to swoosh? do you want it to be rigid or flowy? +Another thing to look out for is gathering, if you are making a gathered Sandy you will need to make sure your fabric can gather nicely or be pleated if you prefer. +Circle skirts can look very different dependant on these things and whether you are making a full, half or quarter circle skirt. + + + + + +Need some inspo? check out [Sandy's showcase](/showcase/designs/sandy/) page and see some finished Sandy's made by our wonderful community. + + + +### Lining Fabric + +Linings are optional for Sandy but you made need one if your main fabric is scratchy, sheds, hard to wash or is not nice to wear against skin. You will want to use lighter fabrics to reduce bulk such as lightweight **Cottons** and **Silks**. + + + +Though pockets are not included in Sandy many people like to add them so make sure your lining can hold weight if you intend to make them out of the same fabric. + + From 710471aaf49e990a1f785a5bcd7c6372fb5ab275 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:53 +0200 Subject: [PATCH 1404/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/sandy/needs/uk.md | 47 ++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/needs/uk.md diff --git a/markdown/org/docs/patterns/sandy/needs/uk.md b/markdown/org/docs/patterns/sandy/needs/uk.md new file mode 100644 index 00000000000..aaaf03170ef --- /dev/null +++ b/markdown/org/docs/patterns/sandy/needs/uk.md @@ -0,0 +1,47 @@ +- - - +title: "Sandy circle skirt: What You Need" +- - - + +To make Sandy, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 2 - 6 metres (2.2 - 6.6 yards) of a suitable main fabric ([see Sandy Fabric options](/docs/patterns/sandy/fabric)) +- Some interfacing for the waistband +- (Optional) Facing for the hem. +- Some sort of closure for the waistband (if not seamless) +- (Optional) About 2 - 6 metres (2.2 - 6.6 yards) of suitable lining fabric ([see Sandy Fabric options](/docs/patterns/sandy/fabric)) +- Elastic (if needed) + +Due to the many different styles of Sandy it is difficult to precisely say what you need so we will go through some of the options. + +##### Main Fabric + +The length you require is dependant on how long and how full your circle skirt is, mid length and smaller should be sufficent with 2 - 2.5 metres whearas a floor length will require more. If in doubt buy a metre more than you think. Also don't be afraid to piece if your fabric is not wide or long enough, it is better to have an extra seam than not to use the fabric you like. + + + +Don't forget that the waistband also needs to be cut from the main fabric. + + + + + +If making a **seamless** Sandy you will need to make sure the width of your fabrics are double the length of your skirt pieces otherwise you will have to piece or add seams. + + + +##### Lining Fabric + +Lining fabric is only really needed if your main fabric is unpleasant to have against the skin or hard to wash. You will need the same amount as your main fabric if you are fully lining the skirt. If you only intend to make pockets with a lining you only need 0.25 - 0.5 metres of fabric. + +##### Hem Facing + +To add flare/keep the hems shape you may wish to add a facing to the bottom of the skirt. This can be done multiple ways such as the use of horsehair braid or tarlatan and really depends on the look you are going for and the fabric you are using. + +##### Closures + +If not making an elasticated Sandy you will need some type of closure. This can be just a zip that is inserted in to the waistband and seam or it can be buttons, dress hooks, or snaps with an overlapping waistband and an openining, placket or zipper at the top of the seam. + +##### Elastic + +Elastic is needed if you intend to make a seamless or a closure free Sandy. Width-wise it will need to be able to fit inside the waistband, length-wise it will need to be able to fit around your waist. From 9325063364d96073ed3a745930875b7308319646 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:54 +0200 Subject: [PATCH 1405/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/sandy/cutting/uk.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 markdown/org/docs/patterns/sandy/cutting/uk.md diff --git a/markdown/org/docs/patterns/sandy/cutting/uk.md b/markdown/org/docs/patterns/sandy/cutting/uk.md new file mode 100644 index 00000000000..240ecd86a79 --- /dev/null +++ b/markdown/org/docs/patterns/sandy/cutting/uk.md @@ -0,0 +1,26 @@ +- - - +title: "Sandy circle skirt: Cutting Instructions" +- - - + + + +If not using seamless follow the default list, If using seamless follow the seamless list. + + + +**Main Fabric** + +- (If default) Cut **1 skirt** part on the fold. +- (If seamless) Cut **1 skirt** part on double fold. +- (If default) Cut **2 waistband** parts. +- (If seamless) Cut **1 waistband** part. + +**Lining Fabric (Optional)** + +- (If default) Cut **1 skirt** part on the fold. +- (If seamless) Cut **1 skirt** part on double fold. + +**Interfacing** + +- (If default) Cut **2 waistband** parts. +- (If seamless) Cut **1 waistband** part. From f7a22a73752a430b09f47ed9c0ee6deb7ab063c5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:55 +0200 Subject: [PATCH 1406/1675] New translations en.md (Ukrainian) --- markdown/org/docs/guide/options/scale/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/guide/options/scale/uk.md diff --git a/markdown/org/docs/guide/options/scale/uk.md b/markdown/org/docs/guide/options/scale/uk.md new file mode 100644 index 00000000000..42996fd6b1d --- /dev/null +++ b/markdown/org/docs/guide/options/scale/uk.md @@ -0,0 +1,9 @@ +--- +title: Scale +--- + +The scale factor can be used to scale down (or up) everything that is not the actual pattern itself. Things like font sizes, arrow sizes, logos, scalebox, line width and so on. + +It was specifically created to accommodate patterns for doll clothes and other situations where the text and snippets would become too large in comparison to the pattern. + +You need to enable _Expert mode_ after which you can find the scale setting under _Advanced_. From 1f91ad5c85785f2503cf5194b92718f58e991091 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:56 +0200 Subject: [PATCH 1407/1675] New translations en.md (Ukrainian) --- .../bella/options/frontarmholecurvature/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/frontarmholecurvature/uk.md diff --git a/markdown/org/docs/patterns/bella/options/frontarmholecurvature/uk.md b/markdown/org/docs/patterns/bella/options/frontarmholecurvature/uk.md new file mode 100644 index 00000000000..3b6c39ed811 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/frontarmholecurvature/uk.md @@ -0,0 +1,11 @@ +--- +title: "Front armhole curvature" +--- + +--- + +Controls how deep the armhole is scooped out at the front bottom + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_frontarmholecurvature_sample.svg "Effect of this option on the pattern") From 4ab8680083b72033e7361c009589eef1a73d4c0c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:57 +0200 Subject: [PATCH 1408/1675] New translations en.md (Ukrainian) --- .../docs/patterns/benjamin/options/ribbonwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/benjamin/options/ribbonwidth/uk.md diff --git a/markdown/org/docs/patterns/benjamin/options/ribbonwidth/uk.md b/markdown/org/docs/patterns/benjamin/options/ribbonwidth/uk.md new file mode 100644 index 00000000000..5f87f3aceef --- /dev/null +++ b/markdown/org/docs/patterns/benjamin/options/ribbonwidth/uk.md @@ -0,0 +1,11 @@ +--- +title: "Ribbon width" +--- + +--- + +Width of the ribbon + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](benjamin_ribbonwidth_sample.svg "Effect of this option on the pattern") From 3b03beb74b00e8a5b0f80c6c2aab950d0ab679ff Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:57 +0200 Subject: [PATCH 1409/1675] New translations lab.yaml (Ukrainian) --- packages/i18n/src/locales/uk/lab.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/i18n/src/locales/uk/lab.yaml diff --git a/packages/i18n/src/locales/uk/lab.yaml b/packages/i18n/src/locales/uk/lab.yaml new file mode 100644 index 00000000000..edb281f358d --- /dev/null +++ b/packages/i18n/src/locales/uk/lab.yaml @@ -0,0 +1,6 @@ +--- +slogan: The FreeSewing lab provides +slogan1: All our pattern designs +slogan2: New & old version +slogan3: Bleeding edge code +slogan4: Unreleased designs From 5d3dcc5d85feb8426d63c417b77d778905e60b0a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:29:58 +0200 Subject: [PATCH 1410/1675] New translations en.md (Ukrainian) --- .../patterns/charlie/options/backpocketfacing/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/charlie/options/backpocketfacing/uk.md diff --git a/markdown/org/docs/patterns/charlie/options/backpocketfacing/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketfacing/uk.md new file mode 100644 index 00000000000..8cc5f8a2d5a --- /dev/null +++ b/markdown/org/docs/patterns/charlie/options/backpocketfacing/uk.md @@ -0,0 +1,11 @@ +--- +title: "Back pocket facing" +--- + +--- + +Controls whether or not to include facing on the back pockets + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](charlie_backpocketfacing_sample.svg "Effect of this option on the pattern") From 77dcabe20b550c05ea12c5be7042080c190c4f8b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:00 +0200 Subject: [PATCH 1411/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/diana/options/cuffease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/diana/options/cuffease/uk.md diff --git a/markdown/org/docs/patterns/diana/options/cuffease/uk.md b/markdown/org/docs/patterns/diana/options/cuffease/uk.md new file mode 100644 index 00000000000..96d044bf89e --- /dev/null +++ b/markdown/org/docs/patterns/diana/options/cuffease/uk.md @@ -0,0 +1,11 @@ +--- +title: "Cuff ease" +--- + +--- + +The amount of ease at your wrist. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](diana_cuffease_sample.svg "Effect of this option on the pattern") From d32f3ecb85c797dabbb8807d703d0f31e07b4730 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:01 +0200 Subject: [PATCH 1412/1675] New translations en.md (Ukrainian) --- .../patterns/bee/options/fullchesteasereduction/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/fullchesteasereduction/uk.md diff --git a/markdown/org/docs/patterns/bee/options/fullchesteasereduction/uk.md b/markdown/org/docs/patterns/bee/options/fullchesteasereduction/uk.md new file mode 100644 index 00000000000..dda6dc9fb65 --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/fullchesteasereduction/uk.md @@ -0,0 +1,11 @@ +--- +title: "Full chest reduction (Bella)" +--- + +--- + +Controls the full chest reduction in the underlying Bella block Bee is based on + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_fullchesteasereduction_sample.svg "Effect of this option on the pattern") From e53598a5dfd7044a4b3bca1a7db46e8c92f58026 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:02 +0200 Subject: [PATCH 1413/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/fabric/uk.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/fabric/uk.md diff --git a/markdown/org/docs/patterns/carlton/fabric/uk.md b/markdown/org/docs/patterns/carlton/fabric/uk.md new file mode 100644 index 00000000000..076f7d7971b --- /dev/null +++ b/markdown/org/docs/patterns/carlton/fabric/uk.md @@ -0,0 +1,39 @@ +- - - +title: "Carlton coat: Fabric Options" +- - - + +### Main Fabric + +You want a fabric that has a bit of body that holds its shape. Generally **Wools** of **coating weight** will be the best choice as they will provide warmth and give shape to the coat. Other fabrics of **coating weight** should also work. However if you are looking for something more lightweight you could try **Linens** and lighter **Wools**, but you may need to face these fabrics to give them more body before construction. **Fleece** is a cheaper alternate to **Wools** but may note keep as long, if you are putting the effort into properly tailoring Carlton then you are gonna want to consider buying a fabric that will last for a long period of time. + + + +Remember that this pattern is intended to be a winter coat so you need to consider warmth when choosing your fabric. + + + +### Linings and Pocket Bags + +Lightweight **Cottons** such as **Cotton Silesia**, **Cotton Lawn** or **Glazed Cottons** should do for the body lining but you may find that you require **Silks** or similar for the sleeve linings to reduce friction and make it easier to take on and off over the arms. **Silks** can also be used for the body as well but the **Cotton** will be more durable in the long run. Pocket bags should be out of **Cotton** or something that is strong enough to hold the weight of the intended items you wish to carry in them. **Printed Cottons** are a fun thing to try but if your main fabric is quite bulky you may find they add to much weight. + + + +As per usual with Linings it is really down to your prefered lining materials but if you are new to lining a coat we suggest to use the **Cotton** options for the body and pockets and use the **Silk** option for the sleeves. + + + +### Facings + +We recommend **Hair canvases**. You may be tempted to use modern interfacing but hair canvases will provide the best results. You will want a combination of different weight hair canvases such as lightweight to medium weight **Tailors Canvas** and heavyweight **Horsehair Canvas**. A common misconception is that you have to use horsehair canvas for all of it, but this is not the case and really is only needed for areas that need the most structure such as the upper front but are often too stiff for other parts. Tailors canvas is generally used for the majority of facing a coat. + + + +You can use fusible or non-fusible facings but you may find that you still need to flatline the facing and fabric pieces together with basting stitches, even after fusing for the best results. + + + + + +Certain hair canvases, such as **Horsehair canvas** can have stiff hairs that can poke out of the fabric so will require tape like tailors tape to prevent this from happening. + + From 7fde1286f0b4e8cbeab1c71450f9228682db9410 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:03 +0200 Subject: [PATCH 1414/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/needs/uk.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/needs/uk.md diff --git a/markdown/org/docs/patterns/carlton/needs/uk.md b/markdown/org/docs/patterns/carlton/needs/uk.md new file mode 100644 index 00000000000..61cddb5c25b --- /dev/null +++ b/markdown/org/docs/patterns/carlton/needs/uk.md @@ -0,0 +1,22 @@ +- - - +title: "Carlton coat: What You Need" +- - - + +To make Carlton, you will need the following: + +- Basic sewing supplies +- About 5 - 6 metres (5.5 - 6.6 yards) of a suitable main fabric ([see Carlton Fabric options](/docs/patterns/carlton/fabric/)) +- About 3.5 - 4 metres (3.8 - 4.4 yards) of lining fabric ([see Carlton Fabric options](/docs/patterns/carlton/fabric/)) +- About 0.75 - 1 metre (0.8 - 1.1 yards) of sleeve lining fabric ([see Carlton Fabric options](/docs/patterns/carlton/fabric/)) +- Light to Mediumweight hair canvas ([see Carlton Fabric options](/docs/patterns/carlton/fabric/)) +- Heavyweight hair canvas ([see Carlton Fabric options](/docs/patterns/carlton/fabric/)) +- Tailors tape +- 6 Buttons for front closure +- Strong thread for attaching facings +- (Optional) Silk buttonhole twist if hand-sewing the buttonholes and buttons. + + + +Carlton has a lot of pieces! These lengths are estimates, you may need more or less depending on your size but if in doubt add an extra 0.5 to 1 metre of fabric. + + From 00e1c7184bf5fcc1cce39832ad9cf1e3c0c57a2c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:04 +0200 Subject: [PATCH 1415/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/carlton/cutting/uk.md | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 markdown/org/docs/patterns/carlton/cutting/uk.md diff --git a/markdown/org/docs/patterns/carlton/cutting/uk.md b/markdown/org/docs/patterns/carlton/cutting/uk.md new file mode 100644 index 00000000000..380e5a31c2c --- /dev/null +++ b/markdown/org/docs/patterns/carlton/cutting/uk.md @@ -0,0 +1,62 @@ +- - - +title: "Carlton coat: Cutting Instructions" +- - - + + + +Certain parts have to be drafted off of the existing parts. How to draft these are provided in the [instructions](/docs/patterns/carlton/instructions). + + + +### Materials + +- **Main fabric** + - Cut **2 Front** parts + - Cut **2 Front facing** parts + - Cut **2 Back** parts + - Cut **2 topsleeve** parts + - Cut **2 undersleeve** parts + - Cut **2 tail** parts + - Cut **4 belt** parts + - Cut **2 Collar stand** parts + - Cut **2 collar** parts on the fold or Cut the upper collar on the fold and the under collar on the bias + - Cut **2 cuffFacing** parts + - Cut **2 Pocket** parts + - Cut **4 pocketFlap** parts + - Cut **2 chestPocketWelt** parts + - Cut **2 innerPocketWelt** parts + + + +If your main fabric is quite lightweight and flimsy you may need to interface all the parts with a lightweight interfacing. + + + +- **Lining fabric** + - Cut **2 Front lining** parts + - Cut **2 Back** parts + - Cut **2 topsleeve** parts + - Cut **2 undersleeve** parts + - Cut **2 tail** parts + - Cut **2 innerPocketBag** parts + - Cut **1 innerPocketTab** parts + - Cut **2 pocketLining** parts + - Cut **2 chestPocketBag** parts +- **Light to Mediumweight Hair Canvas** + - Cut **2 Front Facing** parts + - Cut **1 Collar stand** parts + - Cut **2 collar** parts on the bias and seam together + - Cut **2 cuffFacing** parts + - Cut **2 pocketFlap** parts + - Cut **2 chestPocketWelt** parts + - Cut **2 innerPocketWelt** parts +- **Heavyweight Hair Canvas** + - Cut **2 Front Shoulder** parts + - Cut **2 Chest canvas** parts + - Cut **2 Back shoulder** parts + + + +The canvas parts need to be cut nett (without seam allowances). + + From 2e2e75e275a49467f0aaa9b32f618917eb5de76a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:05 +0200 Subject: [PATCH 1416/1675] New translations common.yaml (Ukrainian) --- .../i18n/src/locales/uk/components/common.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/i18n/src/locales/uk/components/common.yaml diff --git a/packages/i18n/src/locales/uk/components/common.yaml b/packages/i18n/src/locales/uk/components/common.yaml new file mode 100644 index 00000000000..d1b5752dca2 --- /dev/null +++ b/packages/i18n/src/locales/uk/components/common.yaml @@ -0,0 +1,14 @@ +--- +account: Account +blog: Blog +commumity: Community +designs: Designs +docs: Documentation +patternInstructions: Pattern instructions +patternOptions: Pattern options +requiredMeasurements: Required measurements +showcase: Showcase +sloganCome: Come for the sewing patterns +sloganStay: Stay for the community +support: Support + From f079d84a8bc5439cf4e358341fc36606e779be20 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:06 +0200 Subject: [PATCH 1417/1675] New translations themes.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/themes.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/i18n/src/locales/uk/components/themes.yaml diff --git a/packages/i18n/src/locales/uk/components/themes.yaml b/packages/i18n/src/locales/uk/components/themes.yaml new file mode 100644 index 00000000000..2c61edf6f9a --- /dev/null +++ b/packages/i18n/src/locales/uk/components/themes.yaml @@ -0,0 +1,6 @@ +--- +lightTheme: Light Theme +darkTheme: Dark Theme +hax0rTheme: Hax0r Theme +lgbtqTheme: LGBTQ Theme +transTheme: Trans Theme From 8ec9b8da91156d3660398254eccf3e667b47f4fa Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:07 +0200 Subject: [PATCH 1418/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/noble/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/uk.md diff --git a/markdown/org/docs/patterns/noble/uk.md b/markdown/org/docs/patterns/noble/uk.md new file mode 100644 index 00000000000..c531609f8ec --- /dev/null +++ b/markdown/org/docs/patterns/noble/uk.md @@ -0,0 +1,5 @@ +--- +title: "Noble body block" +--- + + From d2a06ac470918a71dca389b7f71d976628e53af9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:08 +0200 Subject: [PATCH 1419/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/noble/fabric/uk.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/fabric/uk.md diff --git a/markdown/org/docs/patterns/noble/fabric/uk.md b/markdown/org/docs/patterns/noble/fabric/uk.md new file mode 100644 index 00000000000..731e8fab313 --- /dev/null +++ b/markdown/org/docs/patterns/noble/fabric/uk.md @@ -0,0 +1,18 @@ +--- +title: "Noble body block: Fabric Options" +--- + +If you are making a default Noble to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Noble with. + +You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Noble. + + + +###### Noble is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From 51fe39abd917664d0e6655e36d60fb3e4af2065e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:09 +0200 Subject: [PATCH 1420/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bob/options/widthratio/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/options/widthratio/uk.md diff --git a/markdown/org/docs/patterns/bob/options/widthratio/uk.md b/markdown/org/docs/patterns/bob/options/widthratio/uk.md new file mode 100644 index 00000000000..130b8cceb9c --- /dev/null +++ b/markdown/org/docs/patterns/bob/options/widthratio/uk.md @@ -0,0 +1,10 @@ +--- +title: Width ratio +--- + +Document this option + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_widthratio_sample.svg "Effect of this option on the pattern") + From 41ccaee63ef58e352ee968e405ec60fe6ef1d080 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:10 +0200 Subject: [PATCH 1421/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bob/instructions/uk.md | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/instructions/uk.md diff --git a/markdown/org/docs/patterns/bob/instructions/uk.md b/markdown/org/docs/patterns/bob/instructions/uk.md new file mode 100644 index 00000000000..f7be7d80f69 --- /dev/null +++ b/markdown/org/docs/patterns/bob/instructions/uk.md @@ -0,0 +1,51 @@ +--- +title: "Bob the Bib: Sewing Instructions" +--- + + + +#### Before we start: One layer or two? + +First thing you need to figure out is whether you're going to make a 1-layer (simple) bib, +or do you want to make one out of two layers. + +A two-layer bib gives you more options, as you can use an absorbent backing layer like +terrycloth, yet still have the entire cotton selection of your local fabric store available +as your choice for the front layer, aka the visible one. + + + +## Step 1: Optional: Join layers + +If you decide to go for two layers, simply join them together at the edges before applying the bias tape. + +You probably want to pin or bast this prior to sewing. The two different types of fabric will behave differently, so secure them in place prior to sewing the together. + +Make sure to sew close to the edge so that the stitches will be under the bias tape finish later. + + +## Step 2: Apply bias tape + +Wer're going to apply bias tape as a finish around the entire edge of the bib. + +You probably want to start at the bottom strap, as this way the joint of the bias seam will be covered when the bib is worn. + +Just work your way around, and take your time. + + + +Provide generic instructions for sewing bias tape + + + +## Step 3: Install snaps or button + +Next, install the snaps on the straps, as indicated on the pattern. + +If you don't have or want snaps, you can also use a button + buttonhole. + + +## Step 4: You're done! + +That was easy 😃 + From f619ff91c387638263896dfa72f6797694de39a1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:11 +0200 Subject: [PATCH 1422/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bob/measurements/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/measurements/uk.md diff --git a/markdown/org/docs/patterns/bob/measurements/uk.md b/markdown/org/docs/patterns/bob/measurements/uk.md new file mode 100644 index 00000000000..ddd35e02fb3 --- /dev/null +++ b/markdown/org/docs/patterns/bob/measurements/uk.md @@ -0,0 +1,9 @@ +--- +title: "Bob the Bib: Required Measurements" +--- + + +Bob does not require any measurements + + + From 3606a9718fe4fa305056df41940668dc7924151d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:12 +0200 Subject: [PATCH 1423/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bob/needs/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/needs/uk.md diff --git a/markdown/org/docs/patterns/bob/needs/uk.md b/markdown/org/docs/patterns/bob/needs/uk.md new file mode 100644 index 00000000000..950e1cd3848 --- /dev/null +++ b/markdown/org/docs/patterns/bob/needs/uk.md @@ -0,0 +1,11 @@ +--- +title: "Bob the Bib What You Need" +--- + +To make Bob, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- A little bit of suitable fabric ([see Fabric options](/docs/patterns/aaron/fabric)) +- Enough bias tape to go around the entire bib +- A snap or other type of fastener + From 1656803fe291c262426ef9c23a8ab9ce88b63847 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:13 +0200 Subject: [PATCH 1424/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bob/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/options/uk.md diff --git a/markdown/org/docs/patterns/bob/options/uk.md b/markdown/org/docs/patterns/bob/options/uk.md new file mode 100644 index 00000000000..892eb904f85 --- /dev/null +++ b/markdown/org/docs/patterns/bob/options/uk.md @@ -0,0 +1,5 @@ +--- +title: "Bob the Bib: Design Options" +--- + + From db6ebf7d0c4be3f72f07233b38f228f8efb93236 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:14 +0200 Subject: [PATCH 1425/1675] New translations en.md (Ukrainian) --- .../patterns/bee/options/shouldertoshoulderease/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/bee/options/shouldertoshoulderease/uk.md diff --git a/markdown/org/docs/patterns/bee/options/shouldertoshoulderease/uk.md b/markdown/org/docs/patterns/bee/options/shouldertoshoulderease/uk.md new file mode 100644 index 00000000000..a39e5d87e7f --- /dev/null +++ b/markdown/org/docs/patterns/bee/options/shouldertoshoulderease/uk.md @@ -0,0 +1,11 @@ +--- +title: "Shoulder to Shoulder ease (Bella)" +--- + +--- + +Controls the shoulder to shoulder ease in the underlying Bella block Bee is based on. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bee_shouldertoshoulderease_sample.svg "Effect of this option on the pattern") From 48a6be745cfa6087b717b66fbd1ea76e42460cd7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:15 +0200 Subject: [PATCH 1426/1675] New translations en.md (Ukrainian) --- .../bella/options/shouldertoshoulderease/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/bella/options/shouldertoshoulderease/uk.md diff --git a/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/uk.md b/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/uk.md new file mode 100644 index 00000000000..c9f93c87db0 --- /dev/null +++ b/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/uk.md @@ -0,0 +1,10 @@ +--- +title: Shoulder to Shoulder ease +--- + +Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_shouldertoshoulderease_sample.svg "Effect of this option on the pattern") + From 74c63190f00d9b20683609c9dcb19802a9d915ea Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:16 +0200 Subject: [PATCH 1427/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bob/options/headsize/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/options/headsize/uk.md diff --git a/markdown/org/docs/patterns/bob/options/headsize/uk.md b/markdown/org/docs/patterns/bob/options/headsize/uk.md new file mode 100644 index 00000000000..1de465c9d9c --- /dev/null +++ b/markdown/org/docs/patterns/bob/options/headsize/uk.md @@ -0,0 +1,13 @@ +--- +title: Head size +--- + +Controls the size of the bib, as it will be drafted to fit this head circumference. + +In our tutorial (this bib is what we use in our tutorial to show people the ropes of designing their own patterns) we use a measurement for this. + +But we feel that's a bit overkill for real-world use on our site, so we've made it an option. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_headsize_sample.svg "Effect of this option on the pattern") From 7c8e3df4c2d57fdf4127f024d8b52e2d99af246a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:17 +0200 Subject: [PATCH 1428/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/bob/options/lengthratio/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/options/lengthratio/uk.md diff --git a/markdown/org/docs/patterns/bob/options/lengthratio/uk.md b/markdown/org/docs/patterns/bob/options/lengthratio/uk.md new file mode 100644 index 00000000000..d777235e019 --- /dev/null +++ b/markdown/org/docs/patterns/bob/options/lengthratio/uk.md @@ -0,0 +1,10 @@ +--- +title: Length ratio +--- + +Document this option + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_lengthratio_sample.svg "Effect of this option on the pattern") + From 46d0c065ccabe49d76e9aeb5da709d160f1d81e3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:18 +0200 Subject: [PATCH 1429/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bob/options/neckratio/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/options/neckratio/uk.md diff --git a/markdown/org/docs/patterns/bob/options/neckratio/uk.md b/markdown/org/docs/patterns/bob/options/neckratio/uk.md new file mode 100644 index 00000000000..281da515421 --- /dev/null +++ b/markdown/org/docs/patterns/bob/options/neckratio/uk.md @@ -0,0 +1,10 @@ +--- +title: Neck ratio +--- + +Document this option + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_neckratio_sample.svg "Effect of this option on the pattern") + From f60ae423f80f3eb731b91a43a5221fa7c296adba Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:19 +0200 Subject: [PATCH 1430/1675] New translations hi.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/hi.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/hi.yml diff --git a/packages/i18n/src/locales/uk/options/hi.yml b/packages/i18n/src/locales/uk/options/hi.yml new file mode 100644 index 00000000000..534814fca5c --- /dev/null +++ b/packages/i18n/src/locales/uk/options/hi.yml @@ -0,0 +1,12 @@ +hungry: + title: Hungry + description: Changes the mouth shape to convey Hi is hungry +nosePointiness: + title: Nose pointiness + description: Controls how pointy Hi's nose is +aggressive: + title: Aggressive + description: Give Hi pointy teeth, or not +size: + title: Size + description: Sharks come in all sizes, and so does Hi From 2bb0ce4c7dab48d15ab6b6da94ca20ee6fdcb585 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:20 +0200 Subject: [PATCH 1431/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bob/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/uk.md diff --git a/markdown/org/docs/patterns/bob/uk.md b/markdown/org/docs/patterns/bob/uk.md new file mode 100644 index 00000000000..a60097b7bd7 --- /dev/null +++ b/markdown/org/docs/patterns/bob/uk.md @@ -0,0 +1,5 @@ +--- +title: "Bob the Bib" +--- + + From 003cf87c2adfe136b01c6be54746807b21d70ae1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:21 +0200 Subject: [PATCH 1432/1675] New translations unice.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/unice.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/unice.yml diff --git a/packages/i18n/src/locales/uk/options/unice.yml b/packages/i18n/src/locales/uk/options/unice.yml new file mode 100644 index 00000000000..14e03bf5b4e --- /dev/null +++ b/packages/i18n/src/locales/uk/options/unice.yml @@ -0,0 +1,13 @@ +fabricStretchX: + title: Fabric stretch (horizontal) + description: Adjust this for more or less stretchy fabrics +fabricStretchY: + title: Fabric stretch (vertical) + description: Adjust this for more or less stretchy fabrics +adjustStretch: + title: Adjust stretch + description: This option allows you to put in the maximum stretch that the fabric will allow in both horizontal and vertical directions; When disabled, the stretch values are used as-is +useCrossSeam: + title: Use crossseam + description: When enabled, the total height of the pattern pieces combined will match the cross seam length minus the front and back rise. When disabled, the total height depends on the gusset length option. + From c9ac20e540849cd916190f0b19e605d85b31517d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:22 +0200 Subject: [PATCH 1433/1675] New translations bob.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bob.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/bob.yml diff --git a/packages/i18n/src/locales/uk/options/bob.yml b/packages/i18n/src/locales/uk/options/bob.yml new file mode 100644 index 00000000000..d999699b428 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/bob.yml @@ -0,0 +1,12 @@ +neckRatio: + title: Neck opening + description: Controls the size of the neck opening relative to the bib size +widthRatio: + title: Width + description: Controls the width of the bib +lengthRatio: + title: Length + description: Controls the length of the bib +headSize: + title: Head size + description: The head circumference you want the bib to accomodate From 6a639a1511080e167791fa11b353e8764cba3381 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:23 +0200 Subject: [PATCH 1434/1675] New translations lucy.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/lucy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/lucy.yml diff --git a/packages/i18n/src/locales/uk/options/lucy.yml b/packages/i18n/src/locales/uk/options/lucy.yml new file mode 100644 index 00000000000..da6e912ffd1 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/lucy.yml @@ -0,0 +1,10 @@ +width: + title: Width + description: Width of the pocket +length: + title: Length + description: Length (depth) of the pocket +edge: + title: Taper + description: Controls how much the pocket opening tapers inwards + From a35062c21d2fb6f1a0ffadb6c170806dc3b818d6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:24 +0200 Subject: [PATCH 1435/1675] New translations noble.yml (Ukrainian) --- .../i18n/src/locales/uk/options/noble.yml | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 packages/i18n/src/locales/uk/options/noble.yml diff --git a/packages/i18n/src/locales/uk/options/noble.yml b/packages/i18n/src/locales/uk/options/noble.yml new file mode 100644 index 00000000000..25695a2c358 --- /dev/null +++ b/packages/i18n/src/locales/uk/options/noble.yml @@ -0,0 +1,58 @@ +dartPosition: + description: Controls whether to split at the shoulder or armhole + title: Dart position +chestEase: + description: Controls the amount of ease at the chest + title: Chest ease +waistEase: + description: Controls the amount of ease at the waist + title: Waist ease +bustSpanEase: + description: Controls the amount of ease along the bust span + title: Bust span ease +backDartHeight: + description: Back dart height + title: Controls the height of the back dart +waistDartLength: + description: Controls the length of the waist dart + title: Waist dart length +shoulderDartPosition: + description: Controls the position of the shoulder dart + title: Shoulder dart position +upperDartLength: + description: Controls the length of the upper dart + title: Upper dart length +armholeDartPosition: + description: Controls the position of the armhole dart + title: Armhole dart position +armholeDepth: + description: Controls the depth of the armhole + title: Armhole depth +backArmholeSlant: + description: Controls the slant of the armhole at the back + title: Back armhole slant +backArmholeCurvature: + description: Controls how deep the armhole is scooped out at the back + title: Back armhole curvature +frontArmholePitchDepth: + description: Controls how deep the armhole curts into the front + title: Front armhole pitch depth +backArmholePitchDepth: + description: Controls how deep the armhole curts into the back + title: Back armhole pitch depth +backNeckCutout: + description: Controls how deep the neck is cutout in the back + title: Back neck cutout +backHemSlope: + description: Constrols the slope of the back hem + title: Back hem slope +frontShoulderWidth: + description: Controls how much width is added to the shoulder in the front + title: Front shoulder width +highBustWidth: + description: Controls the widht of the high bust + title: Hight bust width +shoulderToShoulderEase: + description: Controls the amount of ease long the shoulder to shoulder measurement + title: Shoulder to shoulder ease + From 1f150beac1eea81d1e30563826522784c69082f2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:25 +0200 Subject: [PATCH 1436/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/unice/cutting/uk.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/cutting/uk.md diff --git a/markdown/org/docs/patterns/unice/cutting/uk.md b/markdown/org/docs/patterns/unice/cutting/uk.md new file mode 100644 index 00000000000..977406feac4 --- /dev/null +++ b/markdown/org/docs/patterns/unice/cutting/uk.md @@ -0,0 +1,20 @@ +--- +title: "Unice undies: Cutting instructions" +--- + +Unice consists of a front, a back, and a lined gusset. + +- **Main fabric** + - Cut **1 front** + - Cut **1 back** + - Cut **2 gusset** + + + +##### Notes + +- Unice is a great scrap buster. If you have fabric scraps from making a [Teagan t-shirt](/designs/teagan/) or anything from a jersey fabric that has good stretch, this is a good way to use those up. +- You can use the same fabric for the whole garment, including the gusset lining. Some people prefer to use a cotton jersey instead to line the gusset. If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric. + + + From 924b703c67cba620bb94d40f502bea5d2c065b90 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:26 +0200 Subject: [PATCH 1437/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/unice/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/uk.md diff --git a/markdown/org/docs/patterns/unice/uk.md b/markdown/org/docs/patterns/unice/uk.md new file mode 100644 index 00000000000..84fcea27aac --- /dev/null +++ b/markdown/org/docs/patterns/unice/uk.md @@ -0,0 +1,6 @@ +--- +title: Unice undies +--- + + + From df438388e259fd2e7c32fa4771eb6cdc2424e5ab Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:27 +0200 Subject: [PATCH 1438/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/unice/fabric/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/fabric/uk.md diff --git a/markdown/org/docs/patterns/unice/fabric/uk.md b/markdown/org/docs/patterns/unice/fabric/uk.md new file mode 100644 index 00000000000..f04f60af614 --- /dev/null +++ b/markdown/org/docs/patterns/unice/fabric/uk.md @@ -0,0 +1,9 @@ +--- +title: "Unice undies: Fabric options" +--- + + +You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable. + +Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex. + From 13d3d76fcb9482b661843512ab7032b230dad3a0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:28 +0200 Subject: [PATCH 1439/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/unice/instructions/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/instructions/uk.md diff --git a/markdown/org/docs/patterns/unice/instructions/uk.md b/markdown/org/docs/patterns/unice/instructions/uk.md new file mode 100644 index 00000000000..10c425dbab1 --- /dev/null +++ b/markdown/org/docs/patterns/unice/instructions/uk.md @@ -0,0 +1,10 @@ +--- +title: "Unice undies: Instructions" +--- + + + +Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as +Ursula's construction is identical to Unice. + + From 27739258041a1dea79dc06121cd616f45db46e8f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:29 +0200 Subject: [PATCH 1440/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/unice/measurements/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/measurements/uk.md diff --git a/markdown/org/docs/patterns/unice/measurements/uk.md b/markdown/org/docs/patterns/unice/measurements/uk.md new file mode 100644 index 00000000000..59d1ba032e1 --- /dev/null +++ b/markdown/org/docs/patterns/unice/measurements/uk.md @@ -0,0 +1,6 @@ +--- +title: "Unice undies: Required measurements" +--- + + + From 4d5a0bb23f96ad04d0146eb6ad44903943b50265 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:30 +0200 Subject: [PATCH 1441/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/unice/needs/uk.md | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/needs/uk.md diff --git a/markdown/org/docs/patterns/unice/needs/uk.md b/markdown/org/docs/patterns/unice/needs/uk.md new file mode 100644 index 00000000000..e30a152f644 --- /dev/null +++ b/markdown/org/docs/patterns/unice/needs/uk.md @@ -0,0 +1,22 @@ +--- +title: "Unice undies: What you need" +--- + +To make Unice, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 0.7 meters (0.8 yards) of a suitable fabric (see [Fabric options](/docs/patterns/unice/fabric)) +- About 3 meters (3.3 yards) of underwear elastic, such as picot elastic or fold over elastic + + + +##### Binding methods may affect the seam allowance + +If using fold over elastic (FOE) or doing knit binding, you may wish to trim away the seam allowance at the legs and waist before cutting. If you keep the seam allowance, the finished product will have a slightly higher waist and slightly smaller leg openings. + +##### A serger/overlock is nice, but optional + +As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Unice with a zigzag stitch. + + + From 1d8441099c4ad610f5e0830aa288ff0650fe0886 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:31 +0200 Subject: [PATCH 1442/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bob/fabric/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/fabric/uk.md diff --git a/markdown/org/docs/patterns/bob/fabric/uk.md b/markdown/org/docs/patterns/bob/fabric/uk.md new file mode 100644 index 00000000000..d73c52ccd32 --- /dev/null +++ b/markdown/org/docs/patterns/bob/fabric/uk.md @@ -0,0 +1,8 @@ +--- +title: "Bob the Bib: Fabric Options" +--- + +An bib should be soft, absorbent, and be able to handle plenty of washing cycles. In addition, natural fibres are much preferred, especially for babies. + +So use cotton, flannel, or jersey knit for the bib front of the bib, and back it with something like terrycloth (aka towel fabric) or a similar bamboo-based fabric. + From f5ee0e7706ed7cf8629d45fe0551103bc3c7cd6e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:32 +0200 Subject: [PATCH 1443/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/bob/cutting/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/bob/cutting/uk.md diff --git a/markdown/org/docs/patterns/bob/cutting/uk.md b/markdown/org/docs/patterns/bob/cutting/uk.md new file mode 100644 index 00000000000..f7ac437efee --- /dev/null +++ b/markdown/org/docs/patterns/bob/cutting/uk.md @@ -0,0 +1,13 @@ +--- +title: "Bob the Bib: Cutting Instructions" +--- + +- Cut **1 bib** + + + +#### Caveats + +- There is no seam allowance on the bib, it will be finished with bias tape + + From e92c4ca2771d626a1ae46e8b94e43e857ac0f711 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:33 +0200 Subject: [PATCH 1444/1675] New translations en.md (Ukrainian) --- .../docs/patterns/noble/instructions/uk.md | 81 +++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/instructions/uk.md diff --git a/markdown/org/docs/patterns/noble/instructions/uk.md b/markdown/org/docs/patterns/noble/instructions/uk.md new file mode 100644 index 00000000000..a3ee1415229 --- /dev/null +++ b/markdown/org/docs/patterns/noble/instructions/uk.md @@ -0,0 +1,81 @@ +--- +title: "Noble body block: Sewing Instructions" +--- + + + +###### Noble is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Noble block. + +Noble is based on the Bella body block + + + +### Step 1: Mock-up Construction + +- Sew the front inside to the front outside, _good sides together_. + +### Shoulder seam + +- Sew the back inside to the back outside, _good sides together_. + +### Armhole seam + +- Close the back darts. + +### Both + +- Sew the front to the backs at the shoulders, _good sides together_. +- Sew the front to the backs at the side seams, _good sides together_. + + + +If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. + + + +### Step 2: Try it on + +- Try it on and check the fit by pinning the back closed whilst wearing it. +- Make any alterations and try it on again. +- Repeat until you are happy. + + + +If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on. + +Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. + +Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. + + + + + +Remember to treat Noble as a basis rather than a final product, so adjust what you need to get the desired look. +For instance: + +- Change the neck line +- Add/change the closure allowances +- Alter the princess seam placements +- Alter the back dart placements. +- Add a collar + +It is all up to you! Experiment and go forth! + + + +### Step 3: Make a paper pattern + +- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. +- Now you have a pattern you can use to produce a garment. + + + +It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. + + From 5bb3ee33cfadf66237a8ae0b8f58a6c4a67c20fb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:34 +0200 Subject: [PATCH 1445/1675] New translations en.md (Ukrainian) --- .../patterns/noble/options/bustspanease/uk.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/bustspanease/uk.md diff --git a/markdown/org/docs/patterns/noble/options/bustspanease/uk.md b/markdown/org/docs/patterns/noble/options/bustspanease/uk.md new file mode 100644 index 00000000000..23cb206f0bd --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/bustspanease/uk.md @@ -0,0 +1,15 @@ +--- +title: "Bust span ease" +--- + +--- + +The **bust span ease** option controls how much ease is applied to the bust span. + +This will not add ease to the garment, but merely influence the bust point + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_bustspanease_sample.svg "Effect of this option on the pattern") From f5d0dbcc46233a3b6b460c2edf8f7ebf1ab84d94 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:35 +0200 Subject: [PATCH 1446/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/noble/measurements/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/measurements/uk.md diff --git a/markdown/org/docs/patterns/noble/measurements/uk.md b/markdown/org/docs/patterns/noble/measurements/uk.md new file mode 100644 index 00000000000..008efce20e2 --- /dev/null +++ b/markdown/org/docs/patterns/noble/measurements/uk.md @@ -0,0 +1,5 @@ +--- +title: "Noble body block: Required Measurements" +--- + + From 5a036a5bce9a837b2e43761e89bebc1f8dfc1be6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:36 +0200 Subject: [PATCH 1447/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/noble/needs/uk.md | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/needs/uk.md diff --git a/markdown/org/docs/patterns/noble/needs/uk.md b/markdown/org/docs/patterns/noble/needs/uk.md new file mode 100644 index 00000000000..8c538112332 --- /dev/null +++ b/markdown/org/docs/patterns/noble/needs/uk.md @@ -0,0 +1,21 @@ +--- +title: "Noble body block: What You Need" +--- + +To make Noble, you will need the following: + +- Basic sewing supplies +- About 0.5 metres (0.6 yards) of a suitable fabric ([see Noble Fabric options](/docs/patterns/noble/fabric/)) + +This list is for a default Noble Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. + + + +###### Noble is a block, not a pattern + +A block is a basic shape on which other patterns are based. +They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. + +Blocks are typically not made as-is but rather serve as a basis for other patterns. + + From 0cd13138230a62fb336dd936a831cf32b99ece04 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:37 +0200 Subject: [PATCH 1448/1675] New translations en.md (Ukrainian) --- .../noble/options/armholedartposition/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/armholedartposition/uk.md diff --git a/markdown/org/docs/patterns/noble/options/armholedartposition/uk.md b/markdown/org/docs/patterns/noble/options/armholedartposition/uk.md new file mode 100644 index 00000000000..33a6590dbc7 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/armholedartposition/uk.md @@ -0,0 +1,13 @@ +--- +title: "Armhole Dart Position" +--- + +--- + +The **Armhole Dart Position** option allows you to move the position of the dart/princess seam. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_armholedartposition_sample.svg "Effect of this option on the pattern") From 13271ab37f5337074727da5519b86dca6159d7dd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:38 +0200 Subject: [PATCH 1449/1675] New translations en.md (Ukrainian) --- .../docs/patterns/noble/options/armholedepth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/armholedepth/uk.md diff --git a/markdown/org/docs/patterns/noble/options/armholedepth/uk.md b/markdown/org/docs/patterns/noble/options/armholedepth/uk.md new file mode 100644 index 00000000000..c712f5a819a --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/armholedepth/uk.md @@ -0,0 +1,13 @@ +--- +title: "Armhole depth" +--- + +--- + +The **armhole depth** option controls the depth of the armhole. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_armholedepth_sample.svg "Effect of this option on the pattern") From a65a340c0f3f8104a5c899dce148f3b01feda30d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:39 +0200 Subject: [PATCH 1450/1675] New translations en.md (Ukrainian) --- .../noble/options/backarmholecurvature/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/backarmholecurvature/uk.md diff --git a/markdown/org/docs/patterns/noble/options/backarmholecurvature/uk.md b/markdown/org/docs/patterns/noble/options/backarmholecurvature/uk.md new file mode 100644 index 00000000000..fcbfa6f35a9 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/backarmholecurvature/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back armhole curvature" +--- + +--- + +The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_backarmholecurvature_sample.svg "Effect of this option on the pattern") From 7f0176e386182df32dd39d993184caadf7b3e0ea Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:40 +0200 Subject: [PATCH 1451/1675] New translations en.md (Ukrainian) --- .../noble/options/backarmholepitchdepth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/backarmholepitchdepth/uk.md diff --git a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/uk.md b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/uk.md new file mode 100644 index 00000000000..26421e67ea9 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back armhole pitch depth" +--- + +--- + +The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_backarmholepitchdepth_sample.svg "Effect of this option on the pattern") From a410699e0a83b81243aa423045202de7d20ffe7b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:41 +0200 Subject: [PATCH 1452/1675] New translations en.md (Ukrainian) --- .../patterns/noble/options/backarmholeslant/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/backarmholeslant/uk.md diff --git a/markdown/org/docs/patterns/noble/options/backarmholeslant/uk.md b/markdown/org/docs/patterns/noble/options/backarmholeslant/uk.md new file mode 100644 index 00000000000..e47ea0b7be6 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/backarmholeslant/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back armhole slant" +--- + +--- + +The **back armhole slant** slightly rotates the armhole around the back pitch point. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_backarmholeslant_sample.svg "Effect of this option on the pattern") From 1270a370179e431cbc9f413a6258bbd68827d548 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:42 +0200 Subject: [PATCH 1453/1675] New translations en.md (Ukrainian) --- .../patterns/noble/options/backdartheight/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/backdartheight/uk.md diff --git a/markdown/org/docs/patterns/noble/options/backdartheight/uk.md b/markdown/org/docs/patterns/noble/options/backdartheight/uk.md new file mode 100644 index 00000000000..96b84fca0cc --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/backdartheight/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back dart height" +--- + +--- + +The **back dart height** option controls the height (length if you will) of the back dart. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_backdartheight_sample.svg "Effect of this option on the pattern") From b845515f3efea6cc010b57647f6f591eef9edb4b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:43 +0200 Subject: [PATCH 1454/1675] New translations en.md (Ukrainian) --- .../docs/patterns/noble/options/backhemslope/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/backhemslope/uk.md diff --git a/markdown/org/docs/patterns/noble/options/backhemslope/uk.md b/markdown/org/docs/patterns/noble/options/backhemslope/uk.md new file mode 100644 index 00000000000..f02484434fc --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/backhemslope/uk.md @@ -0,0 +1,13 @@ +--- +title: "Back hem slope" +--- + +--- + +The **back hem slope** option controls the slope of the hem at the back. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_backhemslope_sample.svg "Effect of this option on the pattern") From 13ef4a03aae7d0baf852883e5d026ba5f4a5b38b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:44 +0200 Subject: [PATCH 1455/1675] New translations en.md (Ukrainian) --- .../patterns/noble/options/backneckcutout/uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/backneckcutout/uk.md diff --git a/markdown/org/docs/patterns/noble/options/backneckcutout/uk.md b/markdown/org/docs/patterns/noble/options/backneckcutout/uk.md new file mode 100644 index 00000000000..793cf55d1fa --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/backneckcutout/uk.md @@ -0,0 +1,14 @@ +--- +title: "Back neck cutout" +--- + +--- + +The **back neck cutout** option controls how far the neck opening is scooped out at the back. + +## Effect of this option on the pattern + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_backneckcutout_sample.svg "Effect of this option on the pattern") From d85fd7d0374a3eb99597d36003aa37dfbd99db85 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:45 +0200 Subject: [PATCH 1456/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/noble/options/chestease/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/chestease/uk.md diff --git a/markdown/org/docs/patterns/noble/options/chestease/uk.md b/markdown/org/docs/patterns/noble/options/chestease/uk.md new file mode 100644 index 00000000000..77478814fbb --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/chestease/uk.md @@ -0,0 +1,13 @@ +--- +title: "Chest ease" +--- + +--- + +The **chest ease** option controls the amount of ease at the fullest part of your chest. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_chestease_sample.svg "Effect of this option on the pattern") From 1808cfd5cb01c052af01d48e221c746c476dcf6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:46 +0200 Subject: [PATCH 1457/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/noble/options/waistease/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/waistease/uk.md diff --git a/markdown/org/docs/patterns/noble/options/waistease/uk.md b/markdown/org/docs/patterns/noble/options/waistease/uk.md new file mode 100644 index 00000000000..321eaea3982 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/waistease/uk.md @@ -0,0 +1,13 @@ +--- +title: "Waist ease" +--- + +--- + +The **waist ease** option controls the amount of ease at your waist. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_waistease_sample.svg "Effect of this option on the pattern") From da18bf841b60c15296f29c9ed166393ad277a2cd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:47 +0200 Subject: [PATCH 1458/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/noble/options/uk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/uk.md diff --git a/markdown/org/docs/patterns/noble/options/uk.md b/markdown/org/docs/patterns/noble/options/uk.md new file mode 100644 index 00000000000..52e04d7a2a7 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/uk.md @@ -0,0 +1,5 @@ +--- +title: "Noble body block: Design Options" +--- + + From 4e11069288b5569b3b8e10b071761a6945130232 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:48 +0200 Subject: [PATCH 1459/1675] New translations en.md (Ukrainian) --- .../patterns/noble/options/frontarmholecurvature/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md diff --git a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md new file mode 100644 index 00000000000..d14ad8128e6 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md @@ -0,0 +1,9 @@ +--- +title: "Front armhole curvature" +--- + +--- + +Controls how deep the armhole is scooped out at the front bottom + +## Effect of this option on the pattern From a11ef4d4348a5cba2f3bc84c72d515b2fe078897 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:49 +0200 Subject: [PATCH 1460/1675] New translations en.md (Ukrainian) --- .../noble/options/frontarmholepitchdepth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/uk.md diff --git a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/uk.md b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/uk.md new file mode 100644 index 00000000000..4ee8a3791ea --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/uk.md @@ -0,0 +1,13 @@ +--- +title: "Front armhole pitch depth" +--- + +--- + +The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_frontarmholepitchdepth_sample.svg "Effect of this option on the pattern") From 15f263e6c5ccda9c4c29b02014c49a4f120f77a4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:50 +0200 Subject: [PATCH 1461/1675] New translations en.md (Ukrainian) --- .../patterns/noble/options/frontshoulderwidth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/frontshoulderwidth/uk.md diff --git a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/uk.md b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/uk.md new file mode 100644 index 00000000000..e7d38415193 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/uk.md @@ -0,0 +1,13 @@ +--- +title: "Front shoulder width" +--- + +--- + +The **front shoulder width** option controls the width of the shoulders at the front, relative to the back. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_frontshoulderwidth_sample.svg "Effect of this option on the pattern") From 20b33339df975e96aa2c7dbd1ec3a2e5f1d254b6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:51 +0200 Subject: [PATCH 1462/1675] New translations en.md (Ukrainian) --- .../noble/options/fullchesteasereduction/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/fullchesteasereduction/uk.md diff --git a/markdown/org/docs/patterns/noble/options/fullchesteasereduction/uk.md b/markdown/org/docs/patterns/noble/options/fullchesteasereduction/uk.md new file mode 100644 index 00000000000..d912c4f27a7 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/fullchesteasereduction/uk.md @@ -0,0 +1,10 @@ +--- +title: "Full chest ease reduction" +--- + +--- + +Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area + +## Effect of this option on the pattern + From 750131ca4eab928e01e313d53c780185abc5df69 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:53 +0200 Subject: [PATCH 1463/1675] New translations en.md (Ukrainian) --- .../docs/patterns/noble/options/highbustwidth/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/highbustwidth/uk.md diff --git a/markdown/org/docs/patterns/noble/options/highbustwidth/uk.md b/markdown/org/docs/patterns/noble/options/highbustwidth/uk.md new file mode 100644 index 00000000000..16c8e3d92bc --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/highbustwidth/uk.md @@ -0,0 +1,13 @@ +--- +title: "High bust width" +--- + +--- + +The **high bust width** option allows you to tweak the high bust width at the front. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_highbustwidth_sample.svg "Effect of this option on the pattern") From d57e0484f773249ea53b1eb5591669b81bf31830 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:54 +0200 Subject: [PATCH 1464/1675] New translations en.md (Ukrainian) --- .../noble/options/shoulderdartposition/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/shoulderdartposition/uk.md diff --git a/markdown/org/docs/patterns/noble/options/shoulderdartposition/uk.md b/markdown/org/docs/patterns/noble/options/shoulderdartposition/uk.md new file mode 100644 index 00000000000..44746072561 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/shoulderdartposition/uk.md @@ -0,0 +1,13 @@ +--- +title: "Shoulder Dart Position" +--- + +--- + +The **Shoulder Dart Position** option allows you to move the position of the dart/princess seam. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_shoulderdartposition_sample.svg "Effect of this option on the pattern") From b69de932283f7f9032530481aa14c31fdb4ac8c2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:55 +0200 Subject: [PATCH 1465/1675] New translations en.md (Ukrainian) --- .../noble/options/shouldertoshoulderease/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/shouldertoshoulderease/uk.md diff --git a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/uk.md b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/uk.md new file mode 100644 index 00000000000..9fb667730e2 --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/uk.md @@ -0,0 +1,13 @@ +--- +title: "Shoulder to Shoulder Ease" +--- + +--- + +The **Shoulder to Shoulder Ease** option allows you to add ease between the shoulders. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_shouldertoshoulderease_sample.svg "Effect of this option on the pattern") From 5dda741a00eba8030764d4547e94c2a36f8239f5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:56 +0200 Subject: [PATCH 1466/1675] New translations en.md (Ukrainian) --- .../patterns/noble/options/upperdartlength/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/upperdartlength/uk.md diff --git a/markdown/org/docs/patterns/noble/options/upperdartlength/uk.md b/markdown/org/docs/patterns/noble/options/upperdartlength/uk.md new file mode 100644 index 00000000000..5776333df8a --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/upperdartlength/uk.md @@ -0,0 +1,13 @@ +--- +title: "Upper Dart Length" +--- + +--- + +The **Upper Dart Length** controls the length of the upper dart, 100% is all teh way to the bust point. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_upperdartlength_sample.svg "Effect of this option on the pattern") From a82f9e4b1d524b2042bc846252589664dd3b51b1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:57 +0200 Subject: [PATCH 1467/1675] New translations en.md (Ukrainian) --- .../patterns/noble/options/waistdartlength/uk.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown/org/docs/patterns/noble/options/waistdartlength/uk.md diff --git a/markdown/org/docs/patterns/noble/options/waistdartlength/uk.md b/markdown/org/docs/patterns/noble/options/waistdartlength/uk.md new file mode 100644 index 00000000000..73d0b718e9e --- /dev/null +++ b/markdown/org/docs/patterns/noble/options/waistdartlength/uk.md @@ -0,0 +1,13 @@ +--- +title: "Waist dart length" +--- + +--- + +The **waist dart length** option controls the length of the waist dart towards the bust. + +## Effect of this option on the pattern + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](noble_waistdartlength_sample.svg "Effect of this option on the pattern") From 1d146375ae3494bb242f76e7310b3e252f79a27c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:58 +0200 Subject: [PATCH 1468/1675] New translations en.md (Ukrainian) --- .../docs/patterns/unice/options/adjuststretch/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/adjuststretch/uk.md diff --git a/markdown/org/docs/patterns/unice/options/adjuststretch/uk.md b/markdown/org/docs/patterns/unice/options/adjuststretch/uk.md new file mode 100644 index 00000000000..a8b0137e42a --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/adjuststretch/uk.md @@ -0,0 +1,11 @@ +--- +title: Adjust stretch +--- + +This option allows you to put in the maximum stretch that the fabric will allow in both horizontal and vertical directions, and calculates how much of that stretch to use for a comfortable fit. + +When disabled, the stretch values are used as-is. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_adjuststretch_sample.svg "Effect of this option on the pattern") From bc5bddd06cdc68d072a1c637ca16eeb7b70b6446 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:30:59 +0200 Subject: [PATCH 1469/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/unice/options/backdip/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/backdip/uk.md diff --git a/markdown/org/docs/patterns/unice/options/backdip/uk.md b/markdown/org/docs/patterns/unice/options/backdip/uk.md new file mode 100644 index 00000000000..9ebfc98e877 --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/backdip/uk.md @@ -0,0 +1,11 @@ +--- +title: "Back waist dip" +--- + +This option controls how much the back waist curves (revealing more or less skin). + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_backdip_sample.svg "Effect of this option on the pattern") + From e0853c589ae59bea5df6d4dfb4ffc224eebc2330 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:00 +0200 Subject: [PATCH 1470/1675] New translations en.md (Ukrainian) --- .../patterns/huey/options/shoulderslopereduction/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/huey/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..9e851bad4e7 --- /dev/null +++ b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/uk.md @@ -0,0 +1,10 @@ +--- +title: Shoulder slope reduction +--- + +The amount by which the shoulder slope is reduced to allow for shoulder padding. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_shoulderslopereduction_sample.svg "Effect of this option on the pattern") + From 9a3b2a5244790426b3efc1364317231975d4bb2b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:01 +0200 Subject: [PATCH 1471/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/unice/options/usecrossseam/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/usecrossseam/uk.md diff --git a/markdown/org/docs/patterns/unice/options/usecrossseam/uk.md b/markdown/org/docs/patterns/unice/options/usecrossseam/uk.md new file mode 100644 index 00000000000..348434ddb5d --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/usecrossseam/uk.md @@ -0,0 +1,10 @@ +--- +title: undefined +--- + +undefined + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_usecrossseam_sample.svg "Effect of this option on the pattern") + From 850afab51090a0d0002bef77e88e096ac24e5600 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:02 +0200 Subject: [PATCH 1472/1675] New translations en.md (Ukrainian) --- .../patterns/teagan/options/sleevewidthguarantee/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/uk.md new file mode 100644 index 00000000000..7c55fbb42d1 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/uk.md @@ -0,0 +1,10 @@ +--- +title: Sleeve width guarantee +--- + +Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") + From 372a9655db2eeef58378967de3c8fb319cd612c9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:03 +0200 Subject: [PATCH 1473/1675] New translations en.md (Ukrainian) --- .../teagan/options/shoulderslopereduction/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..651eb25fd78 --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/uk.md @@ -0,0 +1,10 @@ +--- +title: Shoulder slope reduction +--- + +The amount by which the shoulder slope is reduced to allow for shoulder padding. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_shoulderslopereduction_sample.svg "Effect of this option on the pattern") + From 4715b821d5c07fcc7d5c35bfff5f6de37b70ecc3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:04 +0200 Subject: [PATCH 1474/1675] New translations en.md (Ukrainian) --- .../patterns/teagan/options/frontarmholedeeper/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/teagan/options/frontarmholedeeper/uk.md diff --git a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/uk.md new file mode 100644 index 00000000000..56242e0db4c --- /dev/null +++ b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/uk.md @@ -0,0 +1,10 @@ +--- +title: Front armhole extra cutout +--- + +How much do you want the front armhole to be cut out deeper than the back. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_frontarmholedeeper_sample.svg "Effect of this option on the pattern") + From a8e3abe8caf8ce16c8b593c6970417ceac4b6f21 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:05 +0200 Subject: [PATCH 1475/1675] New translations en.md (Ukrainian) --- .../patterns/sven/options/shoulderslopereduction/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/sven/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..0df8b7ce31f --- /dev/null +++ b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/uk.md @@ -0,0 +1,10 @@ +--- +title: Shoulder slope reduction +--- + +The amount by which the shoulder slope is reduced to allow for shoulder padding. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_shoulderslopereduction_sample.svg "Effect of this option on the pattern") + From ce0086cb418b655c1baef684cad0872f19cd5bcc Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:06 +0200 Subject: [PATCH 1476/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lucy/options/width/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/options/width/uk.md diff --git a/markdown/org/docs/patterns/lucy/options/width/uk.md b/markdown/org/docs/patterns/lucy/options/width/uk.md new file mode 100644 index 00000000000..0a00643aeeb --- /dev/null +++ b/markdown/org/docs/patterns/lucy/options/width/uk.md @@ -0,0 +1,10 @@ +--- +title: undefined +--- + +undefined + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](lucy_width_sample.svg "Effect of this option on the pattern") + From 803b879868866397c7a8d028b19d76dc00b216f3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:07 +0200 Subject: [PATCH 1477/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lucy/options/length/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/options/length/uk.md diff --git a/markdown/org/docs/patterns/lucy/options/length/uk.md b/markdown/org/docs/patterns/lucy/options/length/uk.md new file mode 100644 index 00000000000..34165c93f36 --- /dev/null +++ b/markdown/org/docs/patterns/lucy/options/length/uk.md @@ -0,0 +1,10 @@ +--- +title: undefined +--- + +undefined + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](lucy_length_sample.svg "Effect of this option on the pattern") + From ca9abd44be60937422a886e7190f9abf9cc82bbf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:08 +0200 Subject: [PATCH 1478/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lucy/options/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/options/uk.md diff --git a/markdown/org/docs/patterns/lucy/options/uk.md b/markdown/org/docs/patterns/lucy/options/uk.md new file mode 100644 index 00000000000..6ac732985d7 --- /dev/null +++ b/markdown/org/docs/patterns/lucy/options/uk.md @@ -0,0 +1,6 @@ +--- +title: "Fixme" +--- + + + From 29e1d9098a634730b486a9099d1bf4a03788b135 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:09 +0200 Subject: [PATCH 1479/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lucy/options/edge/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/options/edge/uk.md diff --git a/markdown/org/docs/patterns/lucy/options/edge/uk.md b/markdown/org/docs/patterns/lucy/options/edge/uk.md new file mode 100644 index 00000000000..ebd0134d5a7 --- /dev/null +++ b/markdown/org/docs/patterns/lucy/options/edge/uk.md @@ -0,0 +1,10 @@ +--- +title: undefined +--- + +undefined + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](lucy_edge_sample.svg "Effect of this option on the pattern") + From 1f5b27855d4b455adacf2599f1e8367bb928bf21 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:10 +0200 Subject: [PATCH 1480/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lucy/needs/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/needs/uk.md diff --git a/markdown/org/docs/patterns/lucy/needs/uk.md b/markdown/org/docs/patterns/lucy/needs/uk.md new file mode 100644 index 00000000000..e030899fdb8 --- /dev/null +++ b/markdown/org/docs/patterns/lucy/needs/uk.md @@ -0,0 +1,11 @@ +--- +title: "Fixme" +--- + + + +This documentation page is yet to be written. + +Sorry for the inconvenience. + + From 7e515a1c57739faeb46016e61fc4cde8fdc98cff Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:11 +0200 Subject: [PATCH 1481/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lucy/measurements/uk.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/measurements/uk.md diff --git a/markdown/org/docs/patterns/lucy/measurements/uk.md b/markdown/org/docs/patterns/lucy/measurements/uk.md new file mode 100644 index 00000000000..a6fa4d44747 --- /dev/null +++ b/markdown/org/docs/patterns/lucy/measurements/uk.md @@ -0,0 +1,8 @@ +--- +title: "Lucy tie-on pocket: Required measurements" +--- + + +Luci does not require any measurements + + From b177fe27f9ac7875caa84f1887397617afc535ec Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:12 +0200 Subject: [PATCH 1482/1675] New translations en.md (Ukrainian) --- .../docs/patterns/unice/options/backexposure/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/backexposure/uk.md diff --git a/markdown/org/docs/patterns/unice/options/backexposure/uk.md b/markdown/org/docs/patterns/unice/options/backexposure/uk.md new file mode 100644 index 00000000000..a1c25cfaea5 --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/backexposure/uk.md @@ -0,0 +1,11 @@ +--- +title: "Back exposure" +--- + +This option controls the amount of exposed skin on the back. + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_backexposure_sample.svg "Effect of this option on the pattern") + From a65895ede9931667b26f8c9535580aceb0eae9e2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:13 +0200 Subject: [PATCH 1483/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/lucy/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/patterns/lucy/uk.md diff --git a/markdown/org/docs/patterns/lucy/uk.md b/markdown/org/docs/patterns/lucy/uk.md new file mode 100644 index 00000000000..21f20bedadc --- /dev/null +++ b/markdown/org/docs/patterns/lucy/uk.md @@ -0,0 +1,6 @@ +--- +title: "Lucy tie-on pocket" +--- + + + From 87eb89e98c46ca5b01bd023a628159283e8dbbab Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:14 +0200 Subject: [PATCH 1484/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/unice/options/tapertogusset/uk.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/tapertogusset/uk.md diff --git a/markdown/org/docs/patterns/unice/options/tapertogusset/uk.md b/markdown/org/docs/patterns/unice/options/tapertogusset/uk.md new file mode 100644 index 00000000000..e5e14d572f6 --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/tapertogusset/uk.md @@ -0,0 +1,9 @@ +--- +title: "Taper to gusset" +--- + +Controls how much the front will curve inwards to meet the gusset. + +## Effect of this option on the pattern + +![This image shows the effect of this option by superimposing several variants that have a different value for this option](ursula_tapertogusset_sample.svg "Effect of this option on the pattern") From af58df0893e435d7438113c84adaca3e67cb16e6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:15 +0200 Subject: [PATCH 1485/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/unice/options/rise/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/rise/uk.md diff --git a/markdown/org/docs/patterns/unice/options/rise/uk.md b/markdown/org/docs/patterns/unice/options/rise/uk.md new file mode 100644 index 00000000000..4d7a3832c93 --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/rise/uk.md @@ -0,0 +1,11 @@ +--- +title: "Rise" +--- + +This options controls the height of the waist. + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_rise_sample.svg "Effect of this option on the pattern") + From eb675d5a0ef45fe176a25fc6d2bca3cd05117a29 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:16 +0200 Subject: [PATCH 1486/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/unice/options/legopening/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/legopening/uk.md diff --git a/markdown/org/docs/patterns/unice/options/legopening/uk.md b/markdown/org/docs/patterns/unice/options/legopening/uk.md new file mode 100644 index 00000000000..47844e5da30 --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/legopening/uk.md @@ -0,0 +1,11 @@ +--- +title: "Leg opening" +--- + +This option controls how high the leg is cut-out. + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_legopening_sample.svg "Effect of this option on the pattern") + From 6749a46e52f5916182eedea9cf7c9c6d3d3d2a85 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:17 +0200 Subject: [PATCH 1487/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/unice/options/gussetwidth/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/gussetwidth/uk.md diff --git a/markdown/org/docs/patterns/unice/options/gussetwidth/uk.md b/markdown/org/docs/patterns/unice/options/gussetwidth/uk.md new file mode 100644 index 00000000000..015456b267c --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/gussetwidth/uk.md @@ -0,0 +1,11 @@ +--- +title: "Gusset width" +--- + +This options controls the width of the gusset. + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_gussetwidth_sample.svg "Effect of this option on the pattern") + From 7b4d4e7b7f595b7a9121884284762def1cc2629b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:18 +0200 Subject: [PATCH 1488/1675] New translations en.md (Ukrainian) --- .../docs/patterns/unice/options/gussetlength/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/gussetlength/uk.md diff --git a/markdown/org/docs/patterns/unice/options/gussetlength/uk.md b/markdown/org/docs/patterns/unice/options/gussetlength/uk.md new file mode 100644 index 00000000000..1f7ed72bd95 --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/gussetlength/uk.md @@ -0,0 +1,11 @@ +--- +title: "Gusset length" +--- + +This option controls the length of the gusset. + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_gussetlength_sample.svg "Effect of this option on the pattern") + From 054278d5fcafaa0c2988cf97ae0e431beaff504c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:19 +0200 Subject: [PATCH 1489/1675] New translations en.md (Ukrainian) --- .../org/docs/patterns/unice/options/frontdip/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/frontdip/uk.md diff --git a/markdown/org/docs/patterns/unice/options/frontdip/uk.md b/markdown/org/docs/patterns/unice/options/frontdip/uk.md new file mode 100644 index 00000000000..b43ebfef93a --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/frontdip/uk.md @@ -0,0 +1,11 @@ +--- +title: "Front waist dip" +--- + +This option controls how much the front waist curves (revealing more or less skin). + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_frontdip_sample.svg "Effect of this option on the pattern") + From e58865e9889f4fb528360b7a7126e456650aad45 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:20 +0200 Subject: [PATCH 1490/1675] New translations en.md (Ukrainian) --- .../docs/patterns/unice/options/fabricstretchy/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/fabricstretchy/uk.md diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchy/uk.md b/markdown/org/docs/patterns/unice/options/fabricstretchy/uk.md new file mode 100644 index 00000000000..a459f02ec87 --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/fabricstretchy/uk.md @@ -0,0 +1,11 @@ +--- +title: "Fabric stretch Y" +--- + +Controls the stretch in vertical direction. + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_fabricstretchy_sample.svg "Effect of this option on the pattern") + From b4764651ef39b913e59c79704623d2297fb63b6b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:21 +0200 Subject: [PATCH 1491/1675] New translations en.md (Ukrainian) --- .../docs/patterns/unice/options/fabricstretchx/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/fabricstretchx/uk.md diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchx/uk.md b/markdown/org/docs/patterns/unice/options/fabricstretchx/uk.md new file mode 100644 index 00000000000..a6dd0997c6d --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/fabricstretchx/uk.md @@ -0,0 +1,11 @@ +--- +title: "Fabric stretch X" +--- + +Controls the stretch in horizontal direction. + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_fabricstretchx_sample.svg "Effect of this option on the pattern") + From d4c21b067efe950a68e725b75736899a1650cb0e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:22 +0200 Subject: [PATCH 1492/1675] New translations en.md (Ukrainian) --- markdown/org/docs/patterns/unice/options/uk.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/uk.md diff --git a/markdown/org/docs/patterns/unice/options/uk.md b/markdown/org/docs/patterns/unice/options/uk.md new file mode 100644 index 00000000000..63f322ca050 --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/uk.md @@ -0,0 +1,6 @@ +--- +title: "Unice undies: Design options" +--- + + + From f9368a06bf767d87efa825f0c68ecc7ea6c02871 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:24 +0200 Subject: [PATCH 1493/1675] New translations en.md (Ukrainian) --- .../docs/patterns/unice/options/elasticstretch/uk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/patterns/unice/options/elasticstretch/uk.md diff --git a/markdown/org/docs/patterns/unice/options/elasticstretch/uk.md b/markdown/org/docs/patterns/unice/options/elasticstretch/uk.md new file mode 100644 index 00000000000..5d969380427 --- /dev/null +++ b/markdown/org/docs/patterns/unice/options/elasticstretch/uk.md @@ -0,0 +1,11 @@ +--- +title: "Elastic stretch" +--- + +Adjust this option for more or less stretchy elastic. + + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_elasticstretch_sample.svg "Effect of this option on the pattern") + From 0d00322b991c22136f03ace453da0c03fea6ae5e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 18:31:24 +0200 Subject: [PATCH 1494/1675] New translations en.md (Ukrainian) --- .../patterns/yuri/options/shoulderslopereduction/uk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown/org/docs/patterns/yuri/options/shoulderslopereduction/uk.md diff --git a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/uk.md new file mode 100644 index 00000000000..dec880e4e05 --- /dev/null +++ b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/uk.md @@ -0,0 +1,10 @@ +--- +title: Shoulder slope reduction +--- + +The amount by which the shoulder slope is reduced to allow for shoulder padding. + + +## Effect of this option on the pattern +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_shoulderslopereduction_sample.svg "Effect of this option on the pattern") + From e9351bff57f9f5b121349d3215b02639861c9f2c Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 17 Jul 2022 19:03:15 +0200 Subject: [PATCH 1495/1675] fix(shared): avoid spread operator to sidestep #2424 --- sites/shared/themes/dark.js | 26 ++++++++++++----- sites/shared/themes/hax0r.js | 28 +++++++++++++------ sites/shared/themes/lgbtq.js | 12 ++++++++ sites/shared/themes/light.js | 54 ++++++++++++++++++------------------ sites/shared/themes/trans.js | 12 ++++++++ 5 files changed, 90 insertions(+), 42 deletions(-) diff --git a/sites/shared/themes/dark.js b/sites/shared/themes/dark.js index c8411fe32a4..cf3f8398a68 100644 --- a/sites/shared/themes/dark.js +++ b/sites/shared/themes/dark.js @@ -1,8 +1,13 @@ const colors = require('tailwindcss/colors') -const light = require('./light') module.exports = { - ...light, // Startr from defaults, so we don't miss anything + 'fontFamily': '-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif', + + 'base-100': colors.neutral['900'], + 'base-200': colors.neutral['700'], + 'base-300': colors.neutral['600'], + 'base-content': colors.neutral['300'], + 'primary': colors.violet['700'], 'primary-focus': colors.violet['600'], 'primary-content': colors.violet['50'], @@ -19,11 +24,6 @@ module.exports = { 'neutral-focus': colors.neutral['300'], 'neutral-content': colors.neutral['50'], - 'base-100': colors.neutral['900'], - 'base-200': colors.neutral['700'], - 'base-300': colors.neutral['600'], - 'base-content': colors.neutral['300'], - 'info': colors.indigo['700'], 'success': colors.green['700'], 'warning': colors.orange['500'], @@ -65,6 +65,18 @@ module.exports = { '--code-color-property': colors.yellow['200'], '--code-font-weight-property': 'bold', + '--rounded-box': '0.5rem', + '--rounded-btn': '0.5rem', + '--rounded-badge': '1.9rem', + '--animation-btn': '0.25s', + '--animation-input': '.4s', + '--padding-card': '2rem', + '--btn-text-case': 'uppercase', + '--navbar-padding': '.5rem', + '--border-btn': '1px', + '--focus-ring': '2px', + '--focus-ring-offset': '2px', + '--pattern-bg': colors.neutral['900'], '--pattern-fabric': colors.neutral['300'], '--pattern-lining': colors.emerald['700'], diff --git a/sites/shared/themes/hax0r.js b/sites/shared/themes/hax0r.js index a5aa626e872..0e05178ada5 100644 --- a/sites/shared/themes/hax0r.js +++ b/sites/shared/themes/hax0r.js @@ -1,10 +1,15 @@ const colors = require('tailwindcss/colors') -const light = require('./light') const bg = '#002808' -module.exports = { - ...light, // Startr from defaults, so we don't miss anything + +export default { 'fontFamily': `ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;`, + + 'base-100': bg, + 'base-200': colors.lime['900'], + 'base-300': colors.lime['800'], + 'base-content': colors.lime['500'], + 'primary': colors.lime['700'], 'primary-focus': colors.lime['600'], 'primary-content': colors.lime['50'], @@ -21,11 +26,6 @@ module.exports = { 'neutral-focus': colors.lime['600'], 'neutral-content': colors.lime['200'], - 'base-100': bg, - 'base-200': colors.lime['900'], - 'base-300': colors.lime['800'], - 'base-content': colors.lime['500'], - 'info': colors.lime['700'], 'success': colors.lime['700'], 'warning': colors.lime['700'], @@ -66,6 +66,18 @@ module.exports = { '--code-color-property': colors.lime['200'], '--code-font-weight-property': 'bold', + '--rounded-box': '0', + '--rounded-btn': '0', + '--rounded-badge': '0', + '--animation-btn': '0.25s', + '--animation-input': '.4s', + '--padding-card': '2rem', + '--btn-text-case': 'uppercase', + '--navbar-padding': '.5rem', + '--border-btn': '1px', + '--focus-ring': '2px', + '--focus-ring-offset': '2px', + '--pattern-bg': colors.lime['900'], '--pattern-fabric': colors.neutral['400'], '--pattern-lining': colors.emerald['500'], diff --git a/sites/shared/themes/lgbtq.js b/sites/shared/themes/lgbtq.js index fda2071b031..7454461ddce 100644 --- a/sites/shared/themes/lgbtq.js +++ b/sites/shared/themes/lgbtq.js @@ -67,6 +67,18 @@ module.exports = { '--code-color-property': 'inherit', '--code-font-weight-property': 'bold', + '--rounded-box': '0.5rem', + '--rounded-btn': '0.5rem', + '--rounded-badge': '1.9rem', + '--animation-btn': '0.25s', + '--animation-input': '.4s', + '--padding-card': '2rem', + '--btn-text-case': 'uppercase', + '--navbar-padding': '.5rem', + '--border-btn': '1px', + '--focus-ring': '2px', + '--focus-ring-offset': '2px', + '--pattern-bg': colors.neutral['50'], '--pattern-fabric': colors.neutral['700'], '--pattern-lining': colors.emerald['500'], diff --git a/sites/shared/themes/light.js b/sites/shared/themes/light.js index c777978e23f..5904970a87f 100644 --- a/sites/shared/themes/light.js +++ b/sites/shared/themes/light.js @@ -99,33 +99,6 @@ module.exports = { // Text color on the error button '--btn-error-content': colors.neutral[50], - /* VARIOUS - * - * These are additional variables to control other aspects of the theme - */ - // border-radius for cards and other big elements - '--rounded-box': '0.5rem', - // border-radius for buttons and similar elements - '--rounded-btn': '0.5rem', - // border-radius for badges and other small elements - '--rounded-badge': '1.9rem', - // bounce animation time for button - '--animation-btn': '0.25s', - // bounce animation time for checkbox, toggle, etc - '--animation-input': '.4s', - // default card-body padding - '--padding-card': '2rem', - // default text case for buttons - '--btn-text-case': 'uppercase', - // default padding for navbar - '--navbar-padding': '.5rem', - // default border size for button - '--border-btn': '1px', - // focus ring size for button and inputs - '--focus-ring': '2px', - // focus ring offset size for button and inputs - '--focus-ring-offset': '2px', - /* THEME GRADIENT * * This is used as a border & loading indicator @@ -172,6 +145,33 @@ module.exports = { '--code-color-property': colors.yellow['200'], '--code-font-weight-property': 'bold', + /* VARIOUS + * + * These are additional variables to control other aspects of the theme + */ + // border-radius for cards and other big elements + '--rounded-box': '0.5rem', + // border-radius for buttons and similar elements + '--rounded-btn': '0.5rem', + // border-radius for badges and other small elements + '--rounded-badge': '1.9rem', + // bounce animation time for button + '--animation-btn': '0.25s', + // bounce animation time for checkbox, toggle, etc + '--animation-input': '.4s', + // default card-body padding + '--padding-card': '2rem', + // default text case for buttons + '--btn-text-case': 'uppercase', + // default padding for navbar + '--navbar-padding': '.5rem', + // default border size for button + '--border-btn': '1px', + // focus ring size for button and inputs + '--focus-ring': '2px', + // focus ring offset size for button and inputs + '--focus-ring-offset': '2px', + /* FREESEWING PATTERN THEMEING * * These are variables to style FreeSewing SVG output (drafts, examples, and so on) diff --git a/sites/shared/themes/trans.js b/sites/shared/themes/trans.js index a51ccd20ec5..27c85bedd17 100644 --- a/sites/shared/themes/trans.js +++ b/sites/shared/themes/trans.js @@ -68,6 +68,18 @@ module.exports = { '--code-color-property': 'inherit', '--code-font-weight-property': 'bold', + '--rounded-box': '0.5rem', + '--rounded-btn': '0.5rem', + '--rounded-badge': '1.9rem', + '--animation-btn': '0.25s', + '--animation-input': '.4s', + '--padding-card': '2rem', + '--btn-text-case': 'uppercase', + '--navbar-padding': '.5rem', + '--border-btn': '1px', + '--focus-ring': '2px', + '--focus-ring-offset': '2px', + '--pattern-bg': colors.neutral['50'], '--pattern-fabric': colors.neutral['700'], '--pattern-lining': colors.emerald['500'], From 32adf82a606c681bacc7039afb78fdeb3b9998d7 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 17 Jul 2022 19:07:37 +0200 Subject: [PATCH 1496/1675] fix(shared): Keep it cjs --- sites/shared/themes/hax0r.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sites/shared/themes/hax0r.js b/sites/shared/themes/hax0r.js index 0e05178ada5..9c6fbc8ee7b 100644 --- a/sites/shared/themes/hax0r.js +++ b/sites/shared/themes/hax0r.js @@ -2,7 +2,7 @@ const colors = require('tailwindcss/colors') const bg = '#002808' -export default { +module.exports = { 'fontFamily': `ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;`, 'base-100': bg, @@ -35,7 +35,6 @@ export default { '--btn-success-content': colors.green[300], '--btn-warning-content': colors.orange[300], '--btn-error-content': colors.red[300], - '--rounded-btn': '0', '--theme-gradient': `repeating-linear-gradient( 90deg, From 28ef013b4e52182c0e5cb6eaaecfd224a375fda3 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 17 Jul 2022 19:43:39 +0200 Subject: [PATCH 1497/1675] fix: Force inclusion of certain tailwind styles --- sites/shared/config/tailwind-force.html | 16 ++++++++++++++++ sites/shared/config/tailwind.config.js | 1 + 2 files changed, 17 insertions(+) create mode 100644 sites/shared/config/tailwind-force.html diff --git a/sites/shared/config/tailwind-force.html b/sites/shared/config/tailwind-force.html new file mode 100644 index 00000000000..1459003a261 --- /dev/null +++ b/sites/shared/config/tailwind-force.html @@ -0,0 +1,16 @@ + + + +

    +

    +

    +

    +

    +

    +

    diff --git a/sites/shared/config/tailwind.config.js b/sites/shared/config/tailwind.config.js index b4e2cb31163..b5f1ab92b93 100644 --- a/sites/shared/config/tailwind.config.js +++ b/sites/shared/config/tailwind.config.js @@ -9,6 +9,7 @@ module.exports = { './components/**/*.js', './page-templates/*.js', '../shared/components/**/*.js', + '../shared/config/tailwind-force.html', ], plugins: [require('daisyui'), require('tailwindcss/nesting')], daisyui: { From 0b18a3e1c50a649d1935561f909f8ba0cf47a295 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sun, 17 Jul 2022 15:03:27 -0400 Subject: [PATCH 1498/1675] add stuff that was mysteriously missing from error-boundary --- sites/shared/components/error/error-boundary.js | 2 +- sites/shared/components/workbench/events.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/shared/components/error/error-boundary.js b/sites/shared/components/error/error-boundary.js index e8948beb6df..6ffef23816f 100644 --- a/sites/shared/components/error/error-boundary.js +++ b/sites/shared/components/error/error-boundary.js @@ -26,7 +26,7 @@ class ErrorBoundary extends React.Component { static getDerivedStateFromError(error) { // Update state so the next render will show the fallback UI. - return { hasError: true }; + return { hasError: true, error }; } componentDidCatch(error, errorInfo) { diff --git a/sites/shared/components/workbench/events.js b/sites/shared/components/workbench/events.js index 3aa5631769d..ae965cbcb10 100644 --- a/sites/shared/components/workbench/events.js +++ b/sites/shared/components/workbench/events.js @@ -24,7 +24,7 @@ const Event = ({ evt, units }) => { return Note a recognized event: {JSON.stringify(evt, null ,2)} } -const EventGroup = ({ type='info', events=[], units='metric' }) => events.length > 0 ? ( +export const EventGroup = ({ type='info', events=[], units='metric' }) => events.length > 0 ? (

    {type}

    From be70c5b4240c6c81fd05d226c699a3556d227c12 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 17 Jul 2022 21:25:41 +0200 Subject: [PATCH 1499/1675] wip: Work on new rehype-markdown plugin --- config/dependencies.yaml | 6 +- config/exceptions.yaml | 2 + config/software/packages.json | 1 + .../guides/markdown/custom-components/en.md | 28 +- markdown/dev/guides/markdown/jargon/en.md | 25 ++ packages/rehype-jargon/CHANGELOG.md | 9 + packages/rehype-jargon/README.md | 398 ++++++++++++++++++ packages/rehype-jargon/build.js | 57 +++ packages/rehype-jargon/example.png | Bin 0 -> 57644 bytes packages/rehype-jargon/info.md | 126 ++++++ packages/rehype-jargon/package.json | 51 +++ packages/rehype-jargon/src/index.js | 43 ++ packages/rehype-jargon/test.js | 13 + sites/dev/jargon.mjs | 6 + sites/dev/pages/[...mdxslug].js | 3 +- sites/shared/mdx/loader.js | 10 +- sites/shared/styles/globals.css | 42 ++ yarn.lock | 64 +++ 18 files changed, 867 insertions(+), 17 deletions(-) create mode 100644 markdown/dev/guides/markdown/jargon/en.md create mode 100644 packages/rehype-jargon/CHANGELOG.md create mode 100644 packages/rehype-jargon/README.md create mode 100644 packages/rehype-jargon/build.js create mode 100644 packages/rehype-jargon/example.png create mode 100644 packages/rehype-jargon/info.md create mode 100644 packages/rehype-jargon/package.json create mode 100644 packages/rehype-jargon/src/index.js create mode 100644 packages/rehype-jargon/test.js create mode 100644 sites/dev/jargon.mjs diff --git a/config/dependencies.yaml b/config/dependencies.yaml index d610e731512..73068446d29 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -190,9 +190,13 @@ plugintest: react-pattern: peer: '@freesewing/i18n': *freesewing -remark-jargon: +rehype-jargon: _: 'unist-util-visit': '^2.0.3' + 'hast-util-from-html': '^1.0.0' +remark-jargon: + _: + 'unist-util-visit': '^4.1.0' peer: 'remark': '^13.0.0' 'remark-html': '^13.0.1' diff --git a/config/exceptions.yaml b/config/exceptions.yaml index 9f97a97bb03..30a74a7606a 100644 --- a/config/exceptions.yaml +++ b/config/exceptions.yaml @@ -1,5 +1,6 @@ noNamespace: - create-freesewing-pattern + - rehype-jargon - remark-jargon - gatsby-remark-jargon customBuild: @@ -14,6 +15,7 @@ customBuild: - remark-jargon - plugin-bundle - utils + - rehype-jargon skipTests: - theo packageJson: diff --git a/config/software/packages.json b/config/software/packages.json index 3ea2268f582..bc436407246 100644 --- a/config/software/packages.json +++ b/config/software/packages.json @@ -10,6 +10,7 @@ "new-design": "Initializer package for a new FreeSewing design: npx @freesewing/new-design", "pattern-info": "Information about available freesewing patterns", "prettier-config": "FreeSewing's shared configuration for prettier", + "rehype-jargon": "A Rehype plugin for jargon terms", "remark-jargon": "A Remark plugin for jargon terms", "utils": "A collection of utilities shared across freesewing projects" } diff --git a/markdown/dev/guides/markdown/custom-components/en.md b/markdown/dev/guides/markdown/custom-components/en.md index f7cd3c20a4d..2723b1f444e 100644 --- a/markdown/dev/guides/markdown/custom-components/en.md +++ b/markdown/dev/guides/markdown/custom-components/en.md @@ -11,6 +11,20 @@ typically require a lot more complexity. Below is a list of custom components you can use in our Markdown content: +## Comment + +**Do** try this at home + +Use a **Comment** where you want to illustrate something is a personal opinion +or tip/advice rather than the sort of general neutral voice used throughout +our documentation. + +The **Comment** component requires a `by` attribute that lists the author of the comment. + +```markdown +**Do** try this at home +``` + ## Dot @@ -105,20 +119,6 @@ a full list of all available parts/examples. ``` -## Comment - -**Do** try this at home - -Use a **Comment** where you want to illustrate something is a personal opinion -or tip/advice rather than the sort of general neutral voice used throughout -our documentation. - -The **Comment** component requires a `by` attribute that lists the author of the comment. - -```markdown -**Do** try this at home -``` - ## Fixme diff --git a/markdown/dev/guides/markdown/jargon/en.md b/markdown/dev/guides/markdown/jargon/en.md new file mode 100644 index 00000000000..aaca5b7a4a6 --- /dev/null +++ b/markdown/dev/guides/markdown/jargon/en.md @@ -0,0 +1,25 @@ +--- +title: Using jargon +order: yyy +--- + +Jargon are terminology that could throw off new users. +Rather than create a glossary on every page, we use a plugin to manage +jargon terms for us. This page shows you how to use it. + +Think of jargon as glossary terms + +## Using jargon + +To use jargon, it's sufficient to emphasize the term: + +```md +We are migrating from _cjs_ to _esm_ modules +``` + +Which renders as: + +We are migrating from _cjs_ to _esm_ modules + + + diff --git a/packages/rehype-jargon/CHANGELOG.md b/packages/rehype-jargon/CHANGELOG.md new file mode 100644 index 00000000000..aa40e2097dd --- /dev/null +++ b/packages/rehype-jargon/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change log for: @freesewing/rehype-jargon + + + +This is the **initial release**, and the start of this change log. + +> Prior to version 2, FreeSewing was not a JavaScript project. +> As such, that history is out of scope for this change log. + diff --git a/packages/rehype-jargon/README.md b/packages/rehype-jargon/README.md new file mode 100644 index 00000000000..d7ef19455be --- /dev/null +++ b/packages/rehype-jargon/README.md @@ -0,0 +1,398 @@ +![FreeSewing](https://static.freesewing.org/banner.png) +

    @freesewing/rehype-jargon on NPM + License: MIT + Code quality on DeepScan + Open issues tagged pkg:rehype-jargon + All Contributors +

    Follow @freesewing_org on Twitter + Chat with us on Discord + Become a FreeSewing Patron + Follow @freesewing_org on Twitter +

    + +# @freesewing/rehype-jargon + +A Rehype plugin for jargon terms + +## About + +This [Rehype](https://github.com/rehypejs/rehype) plugin allows you to use _jargon_ in your +markdown/mdx/html content and use a centrally managed file of jargon terms and their definitions. + +![An example of this plugin being used on freesewing.org](example.png) + +## Install + +To install this plugin, run: + +``` +npm install --save rehype-jargon +``` + +## Getting started + +> **Tip**: See https://github.com/joostdecock/rehype-jargon-example for a minimal repository that uses this plugin + +### Create your jargon file + +This plugin requires a _jargon file_ with terms defenitions. For example: + +```js +export const jargon = { + rehype: "rehype is a tool that transforms HTML with plugins. These plugins can inspect and change the HTML. You can use rehype on the server, the client, CLIs, deno, etc.", + freesewing: "FreeSewing is an open source platform for made-to-measure sewing patterns. See freesewing.org" +} +``` + +### Import the plugin + +Now import the plugin, and pass it your jargon: + +```js +var remark = require('remark') +var html = require('remark-html') +var plugin = require('remark-jargon') +var jargon = require('./jargon.js') + +remark() + .use(html) + .use(plugin, { jargon: jargon }) + .process('This is a plugin for _remark_ originally written for _freesewing_.', function (err, file) { + console.log(String(file)) + }) +``` + +> **Note** +> +> This plugin will only add markup to your jargon if you _emphasize_ it. + + +### Style your jargon + +You will need to add CSS to style your jargon properly, and hide the definition by default. +Below is an example to get you started: + +```css +// Add a dashed line under jargon terms +.jargon-term { + text-decoration: underline dotted #228be6 +} +// Add a question mark behind/above jargon terms +.jargon-term::after { + content: "?"; + font-weight: bold; + display: inline-block; + transform: translate(0, -0.5em); + font-size: 75%; + color: #228be6; + margin-left: 3px; +} +// Hover behavior for the therm itself +.jargon-term:hover { + position: relative; + text-decoration: none; + cursor: help; +} +// Hide info by default +.jargon-term .jargon-info { + display: none +} +// Show info on hover +.jargon-term:hover .jargon-info { + display: block; + position: absolute; + top: 1.5em; + left: 0; + background: #F8F8F8; + border: 1px solid #DCDCDC; + padding: 1rem; + border-radius: 4px; + font-size: 90%; + min-width: 250px; + max-width: 450px; + z-index: 1; +} +``` + +## Tips for using jargon + +### Lowercase your terms in the jargon file + +When looking for terms to match, we lowercase the term your emphazised. +So in the jargon file, you should use `msf`, but in your text, you can use `MSF`, `Msf`, or `msf`. + +### If you use HTML, only use inline elements + +Your jargon term definition can contain HTML, but only inline elements. +Typically, you will want to stick to: + + - Making things **bold** + - Inserting [links](#) + +## Getting help + +This plugin is written by/for [FreeSewing](https://github.com/freesewing). +For help or feedback, please stop by [the FreeSewing chat room](https://gitter.im/freesewing/development) or +[create an issue](https://github.com/freesewing/freesewing/issues/new). + + +## Use with Gatsby + +Please see [gatsby-remark-jargon](https://github.com/freesewing/freesewing/tree/develop/packages/gatsby-remark-jargon) for +info and instructions on how to use this plugin with [Gatsby](https://www.gatsbyjs.org/). + + +## What am I looking at? 🤔 + +This repository is our *monorepo* +holding [all our NPM packages](https://freesewing.dev/reference/packages/). + +This folder holds: @freesewing/rehype-jargon + +If you're not entirely sure what to do or how to start, type this command: + +``` +npm run tips +``` + +> If you don't want to set up a dev environment, you can run it in your browser: +> +> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) +> +> We recommend that you fork our repository and then +> put `gitpod.io/# to start up a browser-based dev environment of your own. + +## About FreeSewing 💀 + +Where the world of makers and developers collide, that's where you'll find FreeSewing. + +If you're a maker, checkout [freesewing.org](https://freesewing.org/) where you can generate +our sewing patterns adapted to your measurements. + +If you're a developer, our documentation is on [freesewing.dev](https://freesewing.dev/). +Our [core library](https://freesewing.dev/reference/api/) is a *batteries-included* toolbox +for parametric design of sewing patterns. But we also provide a range +of [plugins](https://freesewing.dev/reference/plugins/) that further extend the +functionality of the platform. + +If you have NodeJS installed, you can try it right now by running: + +```bash +npx create-freesewing-pattern +``` + +Or, consult our getting started guides +for [Linux](https://freesewing.dev/tutorials/getting-started-linux/), +[MacOS](https://freesewing.dev/tutorials/getting-started-mac/), +or [Windows](https://freesewing.dev/tutorials/getting-started-windows/). + +We also have a [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) that +walks you through your first parametric design, +and [a friendly community](https://freesewing.org/community/where/) with +people who can help you when you get stuck. + +## Support FreeSewing: Become a patron 🥰 + +FreeSewing is an open source project run by a community, +and financially supported by our patrons. + +If you feel what we do is worthwhile, and you can spend a few coind without +hardship, then you should [join us and become a patron](https://freesewing.org/community/join). + +## Links 👩‍💻 + + - 💻 Makers website: [freesewing.org](https://freesewing.org) + - 💻 Developers website: [freesewing.dev](https://freesewing.dev) + - 💬 Chat: On Discord via [discord.freesewing.org](https://discord.freesewing.org/) + - ✅ Todo list/Kanban board: On Github via [todo.freesewing.org](https://todo.freesewing.org/) + - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) + - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) + +## License: MIT 🤓 + +© [Joost De Cock](https://github.com/joostdecock). +See [the license file](https://github.com/freesewing/freesewing/blob/develop/LICENSE) for details. + +## Where to get help 🤯 + +Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to ask questions, +share your feedback, or just hang out. + +If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). + + + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Adam Tomkins

    📖

    Alexandre Ignjatovic

    💻

    AlfaLyr

    💻 🔌 🎨

    Andrew James

    📖

    Anneke

    📖 🌍

    Annie Kao

    📖

    Anternative

    📖

    Anthony

    💬

    Ari Grayzel-student

    💻

    Cameron Dubas

    📖

    Carsten Biebricher

    📖

    Cathy Zoller

    📖

    Chantal Lapointe

    🌍

    Damien PIQUET

    💻

    Darigov Research

    📖 🤔

    Elena FdR

    📖 📝

    Emmanuel Nyachoke

    💻 📖

    Enoch Riese

    💻

    EvEkSwed

    🌍

    Fantastik-Maman

    🌍

    Forrest O.

    📖

    Frédéric

    🌍

    Glenn Matthews

    📖

    Igor Couto

    🐛

    Ikko Ashimine

    📖

    Irapeke

    🌍

    Jacek Sawoszczuk

    📖

    Jason Williams

    📖

    Jeremy Jackson

    💻

    Joebidido

    🌍

    Joost De Cock

    🚧

    Josh Essman

    📖

    Kake

    📖

    Kapunahele Wong

    📖

    Karen

    📖 📋

    Katie McGinley

    📖

    Kieran Klaassen

    💻

    Kittycatou

    🌍

    Kris

    📖

    Kristin Ruben

    💻

    Loudepeuter

    🌍

    Lucian

    📋

    Marcus

    🌍

    Martin Tribo

    📖

    Nadege Michel

    ⚠️ 📖

    Natalia

    💻 🎨 📝

    Nathan Yergler

    📖

    Nick Dower

    📖 💻 🐛

    Patrick Forringer

    🔌

    Paul

    📖 📝 🌍

    Phillip Thelen

    💻

    Pixieish

    📖

    Prof. dr. Sorcha Ní Dhubhghaill

    📖

    Quentin FELIX

    💻 🎨

    Rik Hekker

    🐛

    Sam Livingston-Gray

    📖

    Sanne

    💻 📖

    Sara Latorre

    🌍

    SeaZeeZee

    📖 💻

    Slylele

    📖 🌍

    Soazillon

    🌍

    SoneaTheBest

    🌍

    Stefan Sydow

    🌍 📖 💻

    Tríona

    📖

    Unmutual

    📖

    Wouter van Wageningen

    💻 🎨 🔧

    amysews

    📖

    anna-puk

    💻

    beautifulsummermoon

    🌍

    berce

    📖

    biou

    💻

    bobgeorgethe3rd

    💻 📖 🎨

    brmlyklr

    📖

    chri5b

    💻 ⚠️

    dingcycle

    🌍

    drowned-in-books

    💬

    econo202

    📖

    ericamattos

    🌍

    fightingrabbit

    💻

    gaylyndie

    📖

    grimlokason

    💻

    hellgy

    🎨

    jackseye

    📖

    marckiesel

    🌍

    mesil

    🐛

    starfetch

    💻 📖 🌍 🎨

    ttimearl

    🖋

    tuesgloomsday

    📖

    valadaptive

    💻

    viocky

    🌍

    woolishboy

    💻

    yc

    🌍
    + + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! + diff --git a/packages/rehype-jargon/build.js b/packages/rehype-jargon/build.js new file mode 100644 index 00000000000..8db8ea0e5e8 --- /dev/null +++ b/packages/rehype-jargon/build.js @@ -0,0 +1,57 @@ +/* This script will build the package with esbuild */ +const esbuild = require('esbuild') +const pkg = require('./package.json') + +// Create banner based on package info +const banner = `/** + * ${pkg.name} | v${pkg.version} + * ${pkg.description} + * (c) ${new Date().getFullYear()} ${pkg.author} + * @license ${pkg.license} + */` + +// Shared esbuild options +const options = { + banner: { js: banner }, + bundle: true, + entryPoints: ['src/index.js'], + external: [ 'unist-util-visit', 'hast-util-from-html' ], + metafile: process.env.VERBOSE ? true : false, + minify: process.env.NO_MINIFY ? false : true, + sourcemap: true, +} + +// Different formats +const formats = { + cjs: "dist/index.js", + esm: "dist/index.mjs", +} + +// Let esbuild generate different formats +let result +(async () => { + for (const [format, outfile] of Object.entries(formats)) { + result = await esbuild + .build({ ...options, outfile, format }) + .catch(() => process.exit(1)) + } + + if (process.env.VERBOSE) { + const info = await esbuild.analyzeMetafile(result.metafile) + console.log(info) + } + + // Also build a version that has all dependencies bundled + // This makes it easy to run tests + await esbuild + .build({ + ...options, + minify: false, + sourcemap: false, + outfile: 'tests/dist/index.mjs', + format: 'esm', + external: [], + }) + .catch(() => process.exit(1)) + +})() diff --git a/packages/rehype-jargon/example.png b/packages/rehype-jargon/example.png new file mode 100644 index 0000000000000000000000000000000000000000..f4c8c76162ab47d59dc8ea0a488b8589b7cb669a GIT binary patch literal 57644 zcmeAS@N?(olHy`uVBq!ia0y~yU~6JvU{c^M!OU5{VK&b;HXyL#LpAsBFCH5b5Kz5 zNXO%30e1mbd1b*`hr%7v>BlZsud7N=sy=V|N`L;J3-?#;dYxUqcGatU@8#q6&$+yN zO;q;PU*96PUfW+?{a=6q2Byrf7yrTw<1sk!GC9IIsa+0mg$^^71Xy4)0n0d87-5_# znxk4^VKFpAtXBM+YFx0c=+vJ{tIxZ}|1aEn{lhKMwez1^On6>9?dv?N!_})~@9{g< zeaLZ;XkD+zT-mA+u&;Xn~kmrPkpw`YUQdm(^mZw%gpQd3je>uNB`}Ko3$6d zNA$gT&h&6$8DHabrjUjF%m-u|7dWYyEj_>Fb3o6DKWi6N+fC~1>oD2A&9gXr_LVAG zj$3jQ{a0q2n`g4+H~P-lbLw5hw@PV~%FtiUCyMIK6e1q3KJ5@Ub;prbop0_-wk->^ zJgB3B%LXE|%}+Z$I&(^J=MH%DUyMzkmNS>nu6GWVP|4*X6Eh>zeDIZF063 z=iuL3%wZ!wMdRW=^;!vrIz@qyjwAbewr!W>3pympacS2C{kN~Ito3gfuH?Gea`Iq7 z@=ZRa(?4%ED70?WW3CL%dN(cU=AM;nCa=5Ne&GE{-BaP58{f<~_j0z{as8I+<>zVF zE2rIkxb4jTY`J?A^KW@B`CTiSl`eEt|4VV>h5+mK1H}imRd0V^!q0p_ou#Skn^yGS zSyvbNDsL(+)xMuMXV@e`)g`uJyY^ z|0dkoc0SN0dOg?E)ge#6oS*yb?%5`n%aip@3nS}K{XhFSYki1e=OgZ4I~^jXWFJ@( zGynDPP`+CKUj}lVsrQ%;Dhq^cVbab#yFcFlZ#9#n7zayj`FS>$&Xe~qImWd{JcYM6#f3jVVyVK0=4j(vJM0*`3h&3wIPyM`^(J|@M_L2$VsVXhZW~aheYOSfS zvzd7}Xz8kY_c*5dzW369V-$2wnI;6SJI{LD>BjdZ{K4lcxmo%h0xoi}WD0V83b(YE z7En>E_hzpQb#t;vSX?u8)uCU{chy~G_`7Ps#q+F(7R4~DJ^d9^pwj~K>C-t7H>|zk zaG`yVYTVP0FRw1|ux(uM;B-&CF*nq(@cot|7986P!a=gi2N^WrBQ?X9)kS9Cj4bKU086{RZC zt4|x58*3MTKD}vQxnlXO+Hh}efiGJ3{mN2OGaZ+ur={j)2A7?e=i)!1D);1#LG|93 zKT{)b-kAPax>WYmr^;>VJ8kYvIr=l@X53A?N#4zedAB|-xVt)?d-0LxId5}Mo%++{ zb6)4fqgTshcGO*O{$5nCc)WV{rb#Qe2R(iE>gMG?m#%qV{(O4VroH;d!>^?}`Nn?J zx_|Eb=I@hE?Y=uX`|j4$_Wpa;)-z?7hdj+@$aOu*k#JzywwlVT<=oo+zoq2v-~Mji z8C3W5Y=7Ol_}Zz9SZ|cIDEIQ5Di5q(BUBk*bD})`?~5d6wN;mP-zaia(70cI?LBYm zh6PuC8N_{Ow_T<0G;_P%lcV3i{9B~J($p2^pjvCHJ@Hi5$`zfbcilbxqeSubzxXC2vB_!O)xOUsUT z*S4>j|0=fXcTa8>$~9f7AG9i}IyLF>p+)yL>09fEXB*wRnG`2K=XdCI+Y=xEbhym! zd2hZlaF#WDYEtHXqZ2Ee=2t#S{VVLVd$B=$_Zt7hpZacZ)>rp??RvTV_JXzL-kCo? zEqE`MQ}_G#y44T2)aU(M({^kBshO9nFZeo0bf1ZN{%3de%-1HrYrA`-rq=2ok@O8x4wZ>3!Hbf10Icl-4W5+41G zX}kXP(7&DgbW0@88+4lfG@P!1lR2!gt2> zzSds+%k1SV`H2@#o;R|RnZE7{!@`C2!FuL<=1j1j)Y)g2nU_2H*)q4YPwMAhF<-*%oVmt-pO;A}Tj}@w8xh&3O0v7JWWBT9R;3$#_$0I3 z>ZsjI@+)H0)a*}RaL`$9d_`&F(m!n9^O6JXwr=y>yzb-r$+y1zzG$bkn=SQyk=m@k zwaW|Hm5bkA+vXz|X1dk0INQbT`b)BKPk4lJ&MX@4ddX+^+iWji9^@?;OK^DbK8Pn))vG z#VPII^Lj<6e5>VJzHI*Mz}+vr|FM~#`>^SKz>YhgVpr?lZ~wh%-)+PgEID+y^pV_mw~P-g~x2N$uKyYS*{ot4G$#ocaDrtxc-!``X2~!%ttDdQ$oE$)DT5^H=V^KT+|l zxcR>ztQK{?jGCH($z6 zUwAERWtRMuowjGY7944o@hM$uW%-M7&8l5*ZU^aHUYIRsymI+{`zLw%F?LsPl<(Q| zJb2!h9`8LXqoj7(Kfi8o{O;9!gDuwco~^$AHFLrH9o6f$t^AP4&A#-hx9fdfmY-{1 z#fEG9++JmKqASfccdBQD-gWP)(2U>dk2!rplUbM6%9mgHQoJ`${OZ&Eg2z0iwd}|9 zWTw6U9&S0iKUIClnR}(@?@zyU>U+}fi|d#jPrXv_Ki&HHdDXPdKO>CZ&#Fq*Td_V) z^y>MA@4kyEHJ>0^Co-aAe&Us-K%)9c0Czs_;r+?Fid z6t$|#%=eT_)uRJxpFaL|zBjLIiT>S_E99r>&h~u1XVX19J@&T$YIE1kVqCLnm(T92 z?k@Wx)~QuZeSF1Q!bjmmyUj}z@9T5QudMpV>AL%I>b_Mg{F`fz-{roV5R>^c=xRB) z-TtY2UY}~s7E+yi?Pb-`jMqVX(<9&K`%L9sY!hM;#*wLTVt3uT?{Aax{zYwdmpc-u$M|b?K^2 zQLApbr)Zy8A3OER`Na3%cZsjsm+pAzYP;dCedT`-en3RXtnZBrj=yz0n_jJJl=9nY z@2Phiwk_KFs>S;Kk-M2nr$wjs3T?kFr?zo^OysLg2aAqub_kg5Gbh5PJ zmDRt0R_MMvi)~%HZ~ZslMz6OwzkJWO6)ZAa`IqU~GjI93n~$b^w3|^B9-?sK;Dbo} z2Wuv0+`A_1xvPA8W(=Q?Ra|=T#FTk2?X2gS{!IB3TE;%9`T9QI&sC2( zIXT%(^6P?sobJ0H$L?FT3LN-cmlI-Ae+Jzw=eF7(y65$))?6Xi`_HcP-B{DNH*!LT z@79nj$5Zbvh|!SMZZQ*h;%oo?ZLI6=73bq`Up>F>llhFowpII@7w><&t496ziLGky zckTMVwB*y?8FgDOZjL&uxWX%c{pr@l&%I*O%T}#;`$y}z-Tcp)5p6c>=O4cRzEs<% z_WYriwfvLoYuEp3PJDG<kk>9%jZvrSi&-|D=)|BC3> zX1;gIwksd3J6LpNwL`$=9bawl>U&RLrYL1=@+;O)&eEpDe|vtt@A`)f2i68vo8A3; zYfAs|-ng?ZvF}!ytWGc9q~!0rQ(H|S-ftzNA+ zGfsBn`xUBXDsl5yZMTtRdHMR>pXSoFr+#(3bjh%rT6(j!=3-6k1)Dv=kLJ!#`gElG zm%7f|zVM%`HrVNQmfP%~!(uHF9=T8C`(37U`S0(S+PCBjx$Z7?clGrN(-B)Mvs~=3 zNsp}L7haL++c&T^F=zWou#e8ajZ>M*K)S)zB#cXZPU`gN7Zhbi_b4!^-tEl`oaDeOwzhW zPYyC{y)y6Y)xYm}U$KQPd!D(s{zPm8pZ{z&30Je68SVgEwF#{AKs!l4=bfC69e{jN2M(ORjWC%Mt_I=+=nH6j)7Ix zv3hUjy-o{$wDPn5toHARH(&7f{2RmdH?G|2@^_sGj^76FUp=4K^bV1d`rd^2YiGN#+nv61Y+?-CUL!S;%18VDac;T$Q7K;Z`truTkM%G@^0CUP>}THd zQ|zSjKTp5MwPDrmly2UuPj#0xD)^tCH>u1p-Dp{9OkeM(@~ziH|FM~!3%F9gAvELX zw_jC#ub*E!@xAHyMakCliWQUY#ZBk#eqLo0KSA$o64&SA0Hy`2>hv1x)=MvZSuLj1 zQ!7z_tgi2!Yhb;b<-Pb8mc|8(L<2nUzdt>_(Xo?X|M`Ej=L_z)B`#0*eByHX_WoV} z|J-c;U2(H7U0usbf@4#@fUHRbTf3q7q91F8z24u9xw~FZz(k3C+WD|wjS8=w!#DSB zom?FjZ+~~ar_W|C_x<8OGK;ts-(E9Oe|%}q&ODcW8S}qtemxrccfm<73&fgWM=jo-S?(p6$8obUe^PSwpmv6KG?-$|n zows9sJyU*p*V*u^xvm25D;S-OK_$eL?{}Nd=AXY`8sAbZ^z?0(;!X*jsdhha&x~3A zi%l$j?FzkoMP8Q5ux}#Ux@R7(d->)phgv)$bBsU13@H z&td-+m!zr##-$T?UVH5JY40|>J67pSi&KyM3V2?`#j^Bn{E2Iq(qF#Lxy&oKHOt!m z^tz+}KHlRBo;M{yVa1J_(0gG&{`QHhnKXY4;%8xyV)#t=o_1jl|p1bCq zd5W<5Qc;ee+j`IP9!FeVd;i%pRoMllllSlIHx5}ou{Vf^WvatIVUD72F((Vtr~Aym zbLwM?%l4;%_sclKcKr^tZ{K!*^@=_1x)C4#DJH%>+>-jnUEze2yeD;TGMjd}|0PCIVb-TVb5i9wW?h$=CjQ}CLH_%b-wiJ_URd+TFHbUL`uBgY z+5XLBX1Y8%OlSh>FMEX1&+_m8x`_Xn{20ET@-)eqt0vF-k`up z^@~5F!&7fw{}s z{O0+KxP8;tKHPWtyZ9?X4y{?o8x@|i^I6-zFw|);leUdN(751^&8u&(Hh6vadVAAL zUtr4`&GK80b2l2lT{8Q$!-UP}Gvre?Mo+dkEu6jfmYM0xNmkrSwH+0{>(@MgCtCd} za{tr|Ki$i$m70w;OG<7h-QX#^Z+~RFLjcFCO~*f*O1`?l_TiPvwC%DJm=>NAR{!e% zq4H_wzF!x^e*Ekc*Dz@=och$e^1kkkKWYL`OlyC~TW^>=C&Pbw`>%?+xL=X?rhKct z^Ks7`%{=kRU*aE|@+{xCXLtOxbyAbduWHr*l}rCI$?e^#^1$=&!~e>B0)@^Jt-X8o z#MRDUo%%cG`|L~0ZS_|iUVb!Y*-Md_zcO8Q>z%>n%$!<@r^WvBzNbSv`J7CSuAeOg zrtD62*}J)MSDk3k+=KHTXZmelTs7fn-rHIps~!E}H)S)v80eZD65-G?=)ZT*{z=~N z)koObRP7A3+2v#u;;HGckYPESZPNV1>! zQ|I-pUn{rOyT9W*zI5TGoYv>A_rjcBGM|!e>tFL;|9NrJZ~Zy*QunI=u1;-KSXz2> zbB*=>37bE&|K3x5YvK;I_ccH7ScOzRTJn$6d-vl|a5(;g-~QCky||Y}@k`(#e^1y>S75<(+F`Il4wA8QV*bua@D- zKF7OKev0m8@e4n9s_b&iO6~qDrqrqYS7qz;#s$AqeV1kiblTrN_3`9HnK>~hw$I`6 zKFZSe+veAV?cbwkzV-=!vRUl6k99aCtdH!=W8L{Q;fH7Sgzb}0PMEWnLq_J-+WUUT z(q7N-sXJ!+@`kqaU)^c4%f2+2{^a976_7r6bJ2q6he5h$CySeXUlwn7l))+c@<)KYWN+H$AVpFy|Fxy|;6vNy%enqs4ILE_Kfit~Dn|9B~jpSOSY;OFM(^leXjng6Vse|XOOf2>VcmVz33Ka2OCx)~Bu zA9umc;W?}3%K6@_@4s%DUwi)jN`B$Ko$BIWH$N(D&EB)01Dty81g6~SzxL#V6s(lZnl`X>!}ygD3y!75cma)SCn)>F?~3Z`PE3(6c-JZo{{PSoO(@JKHB; z^GtbmXp!>D^V7SQIo>Qa(YSk&*K6`iN%QvxPuH;c{##pUx#4ZZi|~2jTk5vmv3gkO zFMTCQnjI=b|LtIg>S_b{Wqxd3x+-n2grx z*{48ZKHYZf+eO>{yi{8?=h@`Qf4{8GebDZ`Gv&SM?C+1FmRSewH=on-X=NQ>;lAIJ z96{4TEfVwdrP|$hXX&?O?@BqRmhnD!zMZe@-YuuM#boi8+$nbEKcyd79NunH6u573@N%`=g|;W&MX3C~dVHa$)bAks zcJupxd08}l^4Fhko&9{*_59T#SMy|5LQCsreg9g#@@w_mpBKOXk^60M>e;-SnZHZS z*FE^l`|fXR6-yJ>#2eEuelyF=^Ub22>`0%mk9%@!fGpko!HHirIeOcY>amS$Px7PI4 zg?GKycm3)p;q5tn%L>Y8Qk5vm+xisH_!B{6)#e_)FQ?S+zIrd#sT;fd7t3GQ?=$mXH58sM*Io3p zIxSjLV&~Mab$?$?U3F~+kFV~DN3UkB(K&nSh{JS~kTCDu@8L6FT)U?I^Xb8TZ&d2- zQ$E|gdbKI%xOU~<6<>VyPMrESQD%&y??iSW9{LpGrrOBFaEC7 ziNE(1)P}ad_x16{Ia5EI7Dno)2_4P+zsFYX^32eM=T2pB`k%P{*PXTLk?%F%^%$o< z^^Lr*&XaoncG<<4b30SkK3>N^lRs(B!+a^xxPATn-&1Q}ZvK+Ww}0Dvc~CP_^M3bx zcX8wP1$ukC^~L#TRULk^^VVXciFW%Rr$zn>%Jp_WC%*IM{r)FDt5&_Zyu2dLetO(~ z^ZEa4&%a;FFMI_&uABIn>)!o@UveL~!PCB`@$xq`3w}@9vYb0|{+YQP*H-7gpW4aW zyq?48+t;bhoi8T+JaX#p$)+RLQoa9keP2G(`Nl!hK&z8FSMalkYQya}5 zzYaI^Dlw8?d+lv!{_j2fn{MPzw-c+jwvWC2EHE^9I?q}8N~6Yrtn<%a)qM^-E_EVj zc9HI7*|PJ`E-q~N?*3`%@g;ArmY;m#R@AUCd(GBc`%gvQEA0(iV0+@APmJBnJ?po= zEu3kslMt}>ZvVBD|2Bqi7V`WbdtEsAe36a4hTvwS$*c7DsTPG9%oiPd`eDS+rK|`jsnz6aPit+_iDmhO6&3-`8+1dp^Cz#DCAK`lg)nJ!iw; zzq(wo=kd3vzU4Po+}!*vU&{Z+&WzXH3%Ar%UIJCCe=DxXpWE-{a`~QUEyMQ5|8{;m zotXY~>!M9jS~58kA5Q!BW`7g&oK>f0Puk~iacbW5w~IvI*8QF+x%_tb(`W1VKjztg zdBu-UvFf~Ym5s_DZKz+ftBx;lpZNWLy*fU}$SUzry)UTyWJY z|M`y!|Hc&ky=U|9yY2qzc0K!x{kdLsHysn*v;W{%+Xw7Sj;fC%_590HY9Vu(RcVf5 z=4DTQoI1MvnOwylt4V9Grp}x_bLz{Vsgd`szdlbeeQSFs<9(u|nEAJ-Z{p4>UVryF z!+y5=XYNfqb}6$z=jY-RcyhDpLq+kd;D7p0);;)?zfsijk>fegbdufIb?fs^<*i&= z`Y2M5zdS`XIIU@=zR%|%$JlR0^}3*G&rMqo>0zwFc9{<(W^eG={47d>O|9hsA-{xs?2iQB!5x^zjn=j+~0abL2$ zOrM^;z0d!|l#tyL0k;KbnVizR51K{YsDIqNb=v!&mGe(8J--0loW2)uZ@GV9pnd)M zzj51Z&%fWtzqsf7*Vfs4p8h?1w);{={X>~X1qP0m(|flC-V+kP$(*ZwJ0+w469dE3 zx1oK(zb~8f$Qv$TYbbJ}S&FPP?n$E0!cKz+k zUHi3)zbP^-m~s)SM;xZ-o5Jp3Wuw{`9~LAtICOe!{c5`RSM!ni-%?j-R=y~nlk3i~ zzz5l)1Lp2V7cZ)vU7LI9&Ml>_Q*Sy1gx3Dr@2;}X@i{X?!=>r5UjlC%DqUWky=l{z z&_{1i{(YXk`}&jU2j4ju7#JQ@J1B54)NI!OI4kGFai5ZxW-Q;i7#O-1|Nj-fdfVsC zZ|;pNFfq}uH^~l;evhPluy3};$?3q({{>;jmd#8xO5Tqtvkb?d}rUipUo zGqc@E@#YZn(aJpAn>7Bb23y;lP#iMpmB{?En0W z{HHhZ|NnTs`A^Mvb)IL>y!qFX~?pa3)W*B9D4>&%~ad+*qDN7C(~lpS{nApre7V16w4$xY>38~yJCIZ@1uYsAc@q0CPx*ht zm;13rYHSVfd7(xmx+!olaD80Q`SbPui|gzDCq6sB>31>5J6?uAF16t3b66qB!L;DO z+B2nL-mad%lT@_@|`{V{HA-s=`-rL9{#Pk!=B-w=GI@1snssg>q>71G&2Q89-_wl^e_jCz z=3WX|FBwv@{$%Wh^OL^k>_2hp*!(Bvmg$Lq%D$&p^8C7YN~V-8M0=%C*^fx2wBWfw#EOuL+y%%x!-RsnRarc&}XgP$v6LGui*UcqR;SuO4Q#4n`{@YWoB3~ zMUcbEU|pK(qL(h=U-M_lIrIvZZ&tW?Mq#1%v%EER|Fxq3-sC*{?Bt*I?MwR?j8Tc5tEo0=aU zo8bS2iNh=ND!DwmR>ouxD>Jw+aKJcEi>r+*} z!S1LvnRn7wZ|9zwaduj_UGw^OrqAp3KZV=do#5a9-?Q%bcK=Vi|Nr=Z@|69bPqOQ( z_}NO?=4h|+Er~yN=+d`+r`Fw{98`CueU~ds;LLqoyJB`8d=jA{64>UIy-3_3;8JPE zj`_>CykZ9}BUI>i2(a{c<88BfZrEa;x2+H6<-GqHvaI^nl7*T|8&Asq6#MemVdm+X z9%Zey=VyI&dH8o$No&f4>Cff=>6F^rd7OTC{^0%7-#e_B{X}o6?b1zNm|49(b(gZW zpm1zez<=|N$Z>s|Fu~fYA*mPV^d1-8S&%71?XYaext~l#UasSDU0SW>w?;}00FML=x@6sxH(CWzs9VW+A zhwXEHFYk~6S*B7Ry|;FDf7A;-$+@y?K_a>je zG-qG`thmUJ3;RATwd1+CWPY_zUn^6iLd|)vU3|RXKTiq!3o3mXQUp1)nA0ccp4)zp z>CcxfY8z+0S&;kg*sJgBH!b~HwW9Kq$&cUHD{6kZp8NOXnBohE6F;x2wJm+SH@Yj8 z`Ni7!r)S#tzx1w^SmbH{eTED-E0g1oc~eVdrQSW)T>GmLv@-OBlE9OR(|>bY-n%_z z>QYu%)el`vwrowfgi) zBh$?a#j9s;Dy>i~?<|P<{PC5?HnVA|d3KS{u7CG?I{TYd`{SEy@6B?1a^O?dt%ELe zzvPNcDD%4XCVghy-^G8Pfy+zw%-er&9_PHDzSHLB^shd9Hz{@WTB?&nptsvqS=uh*9Bv#g5y+Y%D`zfWy_{L^*k(%S2^+h*7;u-rcbW> zcV%&voo^p#9aw?-@4RKd=ed5h6^Swa{;PWSCZqZ9v~y22uG$kI#Nl=I`N}VvzxD>r zy|*mx>Fi~79?xA5mhL)!{^9u@uOjvM%_rwR`_r^0NB-o}qv3u1;qEK#_PKvu`N}3p z#6ok$`4_G~18%DA(D_|=h5z1OX0f+{7rz!x%#BU>D$l@hU!Td*wPMe$=|@jGc5X|v zZgyK01zyK=_~az^$Tw#HtKD`@lY8>^Z{#&o;qaNv>-gXPf42SSx+`K9X|nmv+1L3` zl_*Em{A8u`A zD=?Mq@cx4ktRPx0fBjFb``^-*uD`qF&UF`+eN%MamwU(F{C{t6+TN?t z=dL^Fu~leY(s}9oFYj^xC+Dn7pWEf-pS16=ePQlr_{^O+&L{p z_V3j#eR(hbXtA@-O@HEEyFy1`Lsk%cgo)(Imek1x3=^2RQ#2>*Sq@7Z~K0AZnoUwtsz&ocwE1-Z{Pl^{rd5{ zqBli1zWP)fbImsXPN0vRXw*N^uactIwDaygf3i2`_BKw@slA_8RtM}`Bll8#+s_dD z6*Hp^vikR|>gVQRVGaAw$iTql$XY$&s9$coj+(P^_NJ}nD(vd+MH}{Nb_Xk8nmW^E z_2g%bzCWLxyl*#EUl!D+R6FZ?t1oHpm2J!Z?e?4QGr#`C?cc3F<=Z@+C)XJyn+AUU z_D?b2-&!dDRM~{b)o%Mw$L(Hd_w~%&TgGvIPrcKB)orQYe{Rp^3OntK*QPx&Ep1*n zLnkiwM3TSvx1F=2mRwt4{PJX0!TooS9m|#{-PF%`wOD9=%(Sn2l`So7Cf$8&I`iC1 zlkn0rr)EA?nREQQ&z)1h3S7eLvZ9kOncL_IPoAGzqA*P=#KbG-YgCyjv+C`&_qN3I zTh7}NHZe`ge*dZW|DGwPKl&W`?_GLn>FLuyH+|Wf_I~@qp=e%8e(xv>9?W(tt-d88HUXcv@ZX$esTJtQi&M!SDrvEgJynk={ z-MzArGp|fpe5#{HQ;FkQu9ZZ!P2{wNd}m!;s(sp)iKV0_yO(|cmRh?>dv@BobGNya z*4jP!_#u0n%{BKW`9+Rl+rB@2@F9ecuRNvp-{vDFj+(g}c3d#Km@BFM<-NpIUSFwe zE-Gebv#ai<>@_vNsXf2s>Cq?igsd-3{~5dZ$oDT#*R6`Xtd{-y?L6P_=^K6q$;+K= zQS04W8FV{k$}z*kCg0XU()8V93u?Tk?)AAFaCt`Uwr_%m%RW4opw&oOI>PzJ3aS>%*j3C$J^aE?cS&({5LT6 zUSw|d)3?PHmg_dX{-5&s(we>;xqJS8o9@5&*mG6wezbea_069zb)8-8bb9~yTDSAB zMfq>HMCHyd*rEU0J3e)VvHFecdHb%en)S=^>K&)N>L;nSZ|np_V*au-Fxlnd9szTlp|&USDA^tT7!BpfJvy>?6V%*!PvYt>)GKh4ov^!kKbE|dFo zJV$1mrdkBx5KR|;Lb_fu;0?x)vR-;q7%HGP}#?O!)9Gw+#t z*Zq;xvt654zmck%=DR(y?RTeJ42-EaHqwIl!Ytg9F2@~N#0T@pEOerk!E{l}ZzesA7&H8cFQ&}E)FrOEEc zR{x#Xm$FFNx-e1Pq@wz~f{`)cWkBE7$g)3OJ|r@%U<4 z$*b$?)_0y<^m=_$%{qSWyKEkbwy)+~KDqIVc*E4IK^L!R7nf-t+xouis>41O?|*Q5NS1cAidp@v|M^1KHyKT^&0oD}lk20~a1u3js!eJqr}c3RuJ z^_$k+eWqEc&Hj1stOFHWO?ci%?-%yEbbDsL_r{#v25Fz-_SB!ad#^%GAXkdx(;v$# zy{kWc-UL}!xS91DcwJ%k>BQMRa&f1<$`^-hJ(im1zd3Zd59wc#H#1A`|^6W6qNYg|*$<$b+>x$jGA zm=*u2Y3Zwv*?n=GmAAY-bpNSq4%>=DuWrt~r@1$B+PXQMr`rrydmeoq(taUHN%#3_ ze)Y*6x14usYpq_o>hWfo8A}%H`DQ(umlwVGnO$D$UVCf9h^v|3k9O5*FSy0Hm~p}N z>owEvCZ64Vz2xMUt1VOWHatr?@J(wsb1&cN8LLc;%gTSQ|8)Dl{fYdve=7BVzteC@@~Q&DJrrI=wc>4ZHI4@lp$xBkTGtDDlUCeHq{cGmiwE4j%xb_P6Y*|4ajV*k|A zvkZF|raSiezMB7d;~SO6SOK#STVDB3KkL@{-jYXRc8+Oe#OxRQdPKjK%YFG8c0Ap3 z+aK%oMH9}sPd0m!XSz(=UetH*ri#=#ZTi)-9!$OZ%~I^oYJPjJIbVXK`>md*6uogQ zJH99=G*UP8t@5VS->RMeZc4GOQ9l-UZhw}T!d1cvl;ajc=We4AdTl(2fE}YpYa{ngu$apEHe4CBX7QJ3`?9)qYrbVXoH@PnN#W1(tLY&j=l*60-;+;Sy8NP< z|J5t}tL`yQ{kn0sL%;-3o6bX7Af)B^Y;Mcq5{~bipUE)&?$mqEWxwWEkag!(JMHOe z*YC^bO}wMqyQ<3UtaaW?zv$QLm(Rca8eeBI)8&li@rBF0pXpfr?_a%l*8OAM@oU%p zu-mfw|D4*l6E>GNyelX$y)XKJt&XYPJU96&;)35V-`u#M?!v7}R`*Z+*gjo)^QY9Tg$>0naZit){5|b+sEhOY zO;0VO-o5VO|68UvRrk{N#L%>2=83HH9G95L&U>1mvs*Vgcl*`+txxYBO!1tM`E|?6 zo43}S{-!;3`di1$75Nii^aNIiSImB~4ivfjbTh-Gtp9A%{hS)!UT9srU@fy&w93BR z!1B1WUM|KfgFF;YgtPkmTDi`B?&g^?-ZAO>>{h(}lO=V*wBAhp3!fr~dNSq|4_!ZhbSpGG(Dj?d+Rs!s=qFp3)xMeptV{bh}eo@+`}5*(>(#k1yT1 zqI8z6bkC~i0jBFNJx@JSG|~HAlm6*nvD4qT)}*e~>))gM|J|>iQ>S+7=Q?fDTjkrE zI+wL+&r10#dzrOfCqHjoknq}`fnkE1!U^&9o374(dtyf3%xAO84g{!w%ze(dO#JLN z$7Rnq&QVwIU1gP)>biT@%D<~UA871;wX*V3&VwcYrB41k-T$PRFEi|{dB1FA*#!Bm z+Dm31v%Mqbcd*vxtw&6;ulw9P%g?^iGFa@m>iP9EoUgXrTATEL!XD@Jx92n}ZwQfZw_5dS4Fq|1&+U5Rh2fmgbtibh55$ z5!1wV=M{qH^Y!0uzUf#Q9J6hW+8m+ZH_MmQxs)BA6BfRCmgs!lOWOm_Obck;)|q!Y zg0WtG`Mp(d?-za(y?AoXkzL6`vkiAGkDht?%GuB|MxDE_Zt49NJ?>a+`*Qg{xzck< zMQ>hu>?={bzccOjuk%lC>YQ75!7Kl2bYP^eD5%-K#Y@&1{lNYg~Nh$>OUCC+<#{&wnp(xq8N1_NblF-zv6Mc^s^L5wX!BsVcxF3{~S)d&fX`}_u||3GO-gi*J^E3qo4WD$v?eB=`7Rq8`oJSwXNQ6 zTjz1|X4Cms0qJ)aTs=E2a-QAu)^~GOw*50@XFsrOy>W@-wWby$lN)FIb}m0>n<00v{GR>EO0(thTVIL&4cT_$ z!oo+{vuysWyZ>!tkGxV_`u3ps-8kQt?>Dy2v=%zQr@L3^{%1}8*poLGt=beNW#yid z_xn(6{ekx9AF5)WYUzJx+x$K9a`xW6B~HIxSBu9-R!wn_14qr&r-z%(4z4y_`21`0 zrE-VV+BXIQA{C&9*d-1Y(Z?^rOa7)VIaeXdQFZegPuQ$ubLGSS{!83#_3~*!%q;E6 z?dtdU)}Ofju;ZC!ull}sVQaT<@LU#oPGwQE(A4ml7rXC*$4y5;M=&yUtyhF6bU#|8x%jWbqgKq9#}P`|R3v z_Nba{-NQf!t2>$7opPkM$Ie_Gdod@LUCTrJ`n=*-GjjG`ykn^${Movw=CMvjP{HgM zn|gNsx6a#ss>I`aYyaPwOuMFTEsM`=YrO4gFaIj=`6u<`a_7aDcyB&*>tBxb=k(Pp z@=wkdF}V`5yn6kvX>wQMENIvpBZvd*AZ(o7@?<^yS+NpcRs@ z*H7Ow-K>+ZX4=kP<(*ric@})K6zN?Z^K_|Rf?bBN!S!phx<;>#md%cPGV%S>`^!H) z44?g=@|VR5`6>HAMOu5~0)s2{3=9t7=JC6iA^S=)tkg{fU(UWYrFk`bk__yrFmg`|k^^k5?HpPMCgV^PRgfr*EFzw?_Z$sUr?Pc2}SCaAhkA#hY?uRMh$Y zJ-D-P`>oSAU!ASm@a)kULD5Vxwq2Zevoa;hs@{2>%W}V*EB&=OEI(||?hhqem*>uU zaJ=EL!iC@Mzpb3VZ(Y2(vp@gyEY6~4&j-gt-_8s(Gm=+dK76&v?Cma&Ug+yv@%KJ9c!b4 z{-+b)KfMpO{Jz%rgH^2zThkP9Wz&A0&l{9oI9NoVg^G);SkV(9FSJrcAmqow8=k*5 zvu;^^Oy2xaP;{g&@2$;BLbuM}`h33iM2>!l{C1m$pn8SvlRaJjE`PaA*5Pi;?7v)@ z&qeMWzt{0vG=A$_L&;e;rx&9!@j+=ZC&2BUsi_B^>#ghe`^fVz8vkE_g3qu(`Co)s!Jz# zUSyAaQxe9$%42oXo;&kT{W`Pb$SrB#%R3iVhxPH^e|qS)OL^*=22fB}noeA(JN?_i zrE`vQO5f9+6tJv^$?@d24c^QA^PW~1ExP?`S^n*VT+i>MZ;mo}IHfClmW_R*!qu0t z4Zpc>M*Y&MotwLiTNbomw>wrnVRAhB44lS`;;uC+OnvY0gUPY+dOZU} z&2bJEQKkI((YrY%L>m>}CSL8;<2!oo&g3*F{mtR|N~Vz^!joO^vOL;aSD$$INqCvk z{i+}xb=f&Gzvf*ipVyxAEwt{U-wxB8zSc||VQT?+A8?&5&VT1z{w^qWYseK7uiVpJF<{EbL_MCWe1w7(6v)S0#X8*Ex-Hgwp-#+zQ6XjQ7pZPsvyIrx1>#WwM z^U;TYig8p~P3k=J>X_BfC%+yfZ!c~8_gXT&bZuSJor^nD?Upq!{(SSysg_h(iA!6& zD)(4Tn!3`l)9h*f#LEU{DFPGpw)mDrAG`Bkws!B+tJ7C)H@ZI4S9p83uv59;tcgaq zq}DAm)zc1tS+jqd<=N?tqF)UoOMd2TWtO}0P-|W0r$0;gna)uc-s^RFw}t+9@lCtG zgg%<9TglkI>f8FFHM!*>HtmlJLr=0bah+AZe|o?FQ=28xhbx2ZHEP)pZ8wdX@yeco zVV^lm6W7A%g|WI9e@4%)U#uWdvU$NycJub6^vvzsJ=e4S-!{eO!mrCI@5G|kZ(0}0 z8f!Yi_Q}WFK{}QhSyB^YPp{XzBmZli|LYk#v({F5U!33gplr8I{d;F|9Yc%dD+T7o z8>g%8u8sUZVf%OX$d~7)O=a8N8JfG{3M0-w>hHc)lYPLvH#uH>8G|Lp3mLr_Q{aQtBr|1+Rpq%2A5agS6cqH_@7w@xEP3F ztata^JN3rI9eIUKr3Eil(~B>A!y0c6!SDNN}y3; z>eD-*scddIM`$S9aF_KTk-mxS8|y+q}(D`;re9J@Rv% z)!Mx8jD@XFocYe^NcCE=$v5_~HNE?u8Y2BiLR*F7%fo%=F7PgiPC0R~W%s(c;u-J$ zEp4t-$lE_FRNi9KA17m$%+m5w#pBPf^IdYO-{{8!gG@?QSmB}RMaR!qx(E?!jjFJZp8|H_XJuj0Pm zw$QBLJNkIlB~F&gsqS^t>*t@^>7RS(_T|=`wR)!?U7D2>E2+OJU~lP??e7~-{krjT zTd^akxKQYI2vE$MR=V2#?e^1`@|HjLRXFi(!>iq&gDov=rasp0=Ij-ItKu^K2)j~H zU}U=0&GoZ4|4obi@T@KC%=sQH`zgk;>;CkM-*P@EKQj37agsqr-1gEoy&Z}BTOZ&4 z8?}tj+iybk4yTKgOHOdI+`MWV&MkDc=4tZI+{g!+Q}e`=H$6&7Sie@i=hDIlW*1W> zwO_m!3CQ0o)3@ZG@8U1H(ky~u)!gxO9u#z+KX5ZQ{d6l4uU8In2u*&2l>*A84QPyR`pXw%h7`D_$8*S@y`FqV(lk zmse~2)uVf!U6I^bYkz*e^T!>lN|+q)J)OA!>HXzJ?;K|vym}C~iCguy&*v+@*D8mC zn9d%P(=U$&zMSwRnN2zs%OhPJELh6ll-+>Io0aTd$2y+fIM}Zue#G zkG6-kv-xt0E@{m4f2{WN$yd|$sk`o0M*iO>cs>7NNV55j3-g07ZOz)w1j-vnx1K4@ z+7|z2+s$h)(js@6O#XMV@^#TmZ-p0i?rpcertbXS<|JzrQ;BGxy%I=DbO_vJTlV)VJSudm8K9u$fhtPJYu{ZZxa% zeYDEH>DCtmAYJ7jILtuOUk(!|rJc6e+0gsYM@b02&yULhMkHAdmY zWSdW$|NIU)XPYVfW?#qNX)nJ_za!Sj{{A)lRB-00RPc!0Sz$Hx<-3siE9|ruS0BAH znSo)7J(DBruWcfiWv|_|*^v2T>%r4MHyznBKdjp5<_i1u>gB)Z=dWIAT%A>wdbDWw zj5&X+w58W>cR6{}-QF@&aB8Qp`t21W1%5$E@%3y?XRo>LdK=4iNALXm-#c!1WQV!C zrhK`eqZ|J;N3+z=t@rBtJ^P>C&03##d(Md`6Avo9a^!nfy>#I+-$iqOMsv(szP3!@ zu9~n}JpW3s%@=k=U8^Y#RG+v~`SIGOd45m5-M`hYdb`n{+qn`PqfuWE^3VO1VI)vA zf8L#nX{Yz5O1{k#d_1+Wb`02CzYF_3{S#@oNi^q{hR`D~X{XTc*pDOY1zEW0_x?ODJTIOb7?OfZNHXD)+4L>XFPM+vfo&D!)=EB@X zw~fLoZm(YLp1mvO*BzC=@4lxh)qZn+-SI|h+r#afZp_pT-qtOg7os~Uz_-3`^1k{{ zptZO+IgQ`$502;;D|>G?Ir;l9-Fd5S>8dg0Un@DEw)O6l$0yg6T(zz+6TN<>@}EC= z)AQtgs?EQ&3w2*J&#H4y?LM-7@2nHr8+i7v=3-gtm9Kuuu?@77*?eX6q<7ocH^&>! z(*5@7hh<3LYA=0(CxLQ5!~Xr%dVX&U=f#!5lXES${_Qn8UD(|9%keIFpi`J5C|Iu~ z`hHlLx9jB&nU<=D@(c_Il>|aIL`S~Qzg%jw3bd)Dt7yuIc)^S0fj$CGO#=XZG*zdAE-o$Bsf(=YMKAvbd^ zC!XL7xHR|hzR=~-AY93}G$`=0TJ37_T_;m-uYGdvYqZ+cZEB~FF8?Ojz5YzdlE{iZ zbM(FEe|z0{PH<-2-HCS(2V35_J#p$x!OkqUhO>W97o{0J*ctO`s{cxp+zb15o4&Nt zh%{^O;%%^byL?|l#*`BunsVmGoCeJ)$*wy&{a;63!t9#=(wqOURa5%d8{Is$ll6+^ zdwI*|Gfy_V{c=x9dbPS{rp)w;a+fUa)k{~^x@_|kE4kexV(Yk0MOH2)TjBZN*Dt0n zJo)6e`IY;sXHBmLUHuqY_T4W1wU+PQ%jws|SZ0JxH=Z~rU22NH_v}s86Rt_hr>K`#002-4KsMYf3w^p8@}_@ z>EFJc%kLe1ruNpU?^sT)<%XHFO!iNmTKBkS{n;ngF=E_V%6rc%=bzrc+ir1J(Yi&x z7It^0e_eY1()75N#325a>*e>xPZR#u>DEi{x^jQ6L8RmKyNh>5X+_yTm*tx`TU^`r*vrKF2g^*qe*dVG zzWSHv%0HW~C|zu1wcNnzq`5ooQPj2LyGrK%U1OE`LT38Z)z{}31*ylHX&?U5z9QSg z;`5>3CfpOjD}H4syu1pUn{PXqWyc#EaLH-Sjl&oDk1t(#tj4-+_vEKJ34YOeyX;Tz zI_bEl^@?Pse)w#oD;G0@^lqt`?bMvk$r>-X%A@@|f2H@GQ`aJ<*WGsYwS4bo+yCy) zj2^eso12)tS0CB>Mz40-zCN+$>TApWi@$fAk(FXSx#j872D6P5jKV^0|JF%g{rJ+= zlz&GfLbH9`ru(gBHaV)}cj21iw&?6OheuIiY`1()c`SBO*FAUd(+auLcaGnePBT24 zRdClbHqGbUg{ocKYPYRgrYAYe{8!U;oxOYZEW4=nk==4e=jr8AkF&3DJD&P3;NT)& z@zfKZvuD2D{(3vFSz4jrqAr^)AHnCv6n1W#b>-)*lFl#ZPhIP6=B)Rhe|UG{)YW@T zZhce;PkSBkSIH`wZ=20m?S31*|Dsd%e)q&pFJ7AKG}ol0@5G(XLfa?)e;-`6-Y|c2 zMeyW$*XzfhT{rXN-um>>(?6?SOuk>X+4DYdHXnmSrINst)+3u^-Tnzy4=Yz2a`^(?-+x zT|2f<=03~Lr?a|DxF>_w*i8JYdiHbfnoozJL-uct})Jx|U z)Y;5Cvu@9tSNFeUK8UEWdU0?6&nH?Bz5V&N@ms8&m-qBdf%~=T;AKANo=>}$lKnnp z-_9z#{kM)J{Xe(5#`^yBuUA`r;`H*~oH%&Z`3JKxW91%8&;n!Ms<+wO!b>K^rv~>+ z+0OoUH+BMe`HlWEoytPr?zc@s{6*WgYj%I0Wwv|8@2`t_rbfx#s@}PO+T*>xk&#|k zosBoItopv_z{l?P^MW^aXvOR~v-rX3{o9}3xonnL7a7JRfBwmb*RmWd?7r=a*>eZF zUbuSe24;qaPoOoX0bBn6{Qs}GZSsAV|G$HO=KnkW#U-`*Px$}S_S0_s{r&Sdb8OVi zxvJv#en0>2SNHx)Ec=_CHs;_JtP4PEgB>o`{rISO_+Jd=0dQ zjDf-7258}$$Xm^i^Bz7ipZEV?R@g1=)k`1k|I7dB|Bb)@GUMBf*spFoQUAZ*mc9Oe z-M@c->|b0u_38Wfdj0>8>(~0PKJb42eeIunXMdO709u^Mz`$^*%|U=+!4uoOFU$D& z^Cn+({_J^t`fORrw;u8vqSY_1y!`%MjMycvhA7BVT!kEvQ@rjSjPNe|y=j)&OR3pY zL5r;{ET=v`Tzm6Y#Dva9z04J!f0x;5IjFKj)Ztvdxa|OxS z|NoTz;IBH^3H#Jpn!K*)@85TF|DV(QS?o44GcY{3_V;k}pI_hPD(XR}M=~_LXKY*` z^yT&K-G46I{|!zvdb)gmT~eto0|UoakbQN(UM~0f|8)Mpm-CtTLycu;Y4W;o_^|v_ z{`w!yckbOg6<_yH^}}yQ28M!HU-j+Nw{8CW(!ZYTPaW758s#iaUT0p%*PUClq_+02 z_k-^sXM{caYI=G8&!^Y7A9&9WQrA%Arm*73lIve;?Q@ ztE%|^#DP>XXrzNov;X(lUTr_yuhZun?{hOSI4q14I=Q~--_QB)!8#cj7*0txE)bf0 z&+X~;?cWc)XJuem5U~HxFEvn*J$d#_?L#$q5%YpMf*e|gFC79dd}m}}2+;Xu3btg0 zyTXbi28m1z45wKCN`Zy0C<}xn%`jkOV0hY8#|svE1=8y?gMp!;$ZT@b>RcA0=JW1cc}iiCOVV7y%)G2At4?LD zT(M>{=%};2_mkHB6P!6Ca@yL%**m>i>i5U(w)qwO?@86fy6P|93Fkk5I^Oc<_y52B zpJw0x@A>cV)942;xwFgvf5`u|yEpyk-D8ut{I!d1`=@fb{>i?``|k zX7~Ep6OIemxZgT`brw(Q7LU+cm$q&4O#A0Q+H>mTpN=D-E#Mbad0#pN{Ox$dR+r!K z-)ku(pMjR!ha?@cOZ-%{RdexO-IWLYL2D3CEI&8n$gjtjuHV;=og0|B?tCO?{N+#o zH<$0gH}bZyEahie~uKzjYs~CKSB-v*+B$m9K;EzrM6Cetz%{o^SW13+KM_FIf>@ zes0CJDe+g^CM;idIBTcm)h&M6hXwb~IyODLc+IrmuZ%)^L%zD6)>3Kcz0ou)$T8sd zp0=cGr_aTn3lY3p7q{y|;nLf`-fo`x{OGaybs^K<=70Ke?~C2P7uTK6Goa&Z=eCLUtG}p2oSlRQFZE_bp~JGlTtCgdE?z z;@jetwO?01G!k_bJzO9D^`+MQ4Y?Nz>N3=fTkb@xbaFSoes!Pm*EK6H-n;xXLQv%D zh1aGpYw!GzG+BSX)&AamzO(adUOP$3uy6Qv>gQf?ncA?mNnypIDY@+@uiC%ZS;Da; ze)+zWe`lWDH(%A-@$-9&wHymKe3O}Zt?k`zsjX3Ir!F|&m%6ebbg7%lqPA<9xi5HL z)^PS~%0vX5-?^cx_M>UY&aL0h#`2}Cs%c9yJALeGv5|30O!$H?zw<=)eHE8|{bO&{ zf2-JKZ_i7F*)C76wE6$Y``FH=RaYyjcx{;(*-w3gI?J>LV>(?-sOg?zxuX>94^Qyc=<=Ne%Yzx z>n3S$Tfn?h@rl(l(-^kjae++oD-A_kuFGEXh?_q<>^=9&4;j;Mt)F(VkU=$I9xU2) zLD8mT?b9=N0ss56_E$RpXnx$eYy0On7HfGD>qBhC4_TQe-u-Bo^J2kzxeY6?e9(Uq zBc5>1V*BMaxBi-){`Ef7y^3QeNAXpQuiLkOUGmtn=iJMyS86h6^JksNlJHFE)js_l zQtMrlXj;G(JWW=u&F@0H+1u-y?6R{SdIUVQnLdB_FLBxG*9*SATXS7__G;n7r*c+2=Ft6#Ew@DX(9+PfkOQBRf1hDQJ+aWso8IPH7_D8k??l&UAvx}}RkL}5iaA@E4ZrfRZe4wQ{i|!4 zp<922)*G$(_VG6>|L3hyx95G$LpRRa@lO|jkMMArgJynx-1`b{YKKi-1C!5 zbx%I$Uj4Mh;j8SwFIHLpELV+Y{n_(TYTMcLb!%_h#qvqDO^A;9TD-~WiT|zrmd5Qj zoL^3O+C25``^WK1p5HvV;@Z8-2aoK(Z?!x*|Lyg4xm&ApE-T;Ku`Y;en|2Jic zZ}mk}*5BCHd3Jw<MYSH4}@zyCwK%MY=gYZpFl7dpSx_hkB|ZF{S>{+{!=VBMDU z77F#LKjXk{g9B2|0wIZ~HXVMlxw%T`?#sy4f92Wt#@0V*s{8%vTS|KV)_FI68o#ao zJ7HFRWx((HUondgo9z6n9{2A+)eO`1*Pn)gb7F?!;%O^w?1ZBNyz3o!)zdD?ek*f6 ze{}jIDXY0Ft+EU_XFogke$__(1#Oczud*{*%d39q)6(tYq2BcYy?-4|OVY0e|NnVv z!U1!m-AWxd3sT(Lmp_t{o*Q2K`qToogZcI`k#b%8-g@}N{@whtIIh@a!Lr5)v(BGc zy)xg=wC(HlFYa${cZa|3I&$US^YdH>R#~Tq-nX3`=l<3qWb(1f6@G2G%`Kmujb|!8 zIW{fq{hWxO&-}A0EB8yq-&?=;cGjiuPx|X>GgGBs+)EYOcja|>JiF<&@&NlyJlR=S zE3D2Z>g0a^n0{-Ys<4CY&zz+FoB#aM*FIPOCP4iEe9Emy`_~hv>uB0~$@_Dl^EDK6z-T!cNSuwX{`>#zL1(%+u z>Z|}|ZTs|nJ%tk1mnSF)T~B$iucndJw0v2g_JVH{7i8T^yIP{R>fuV)pG@6Sviz%8 z-WE7t_imKC-^;-%gv=#~;12oGIzFPJ4sZbCvkR``7s1@9&j&_dR!Vi(3BOY45Ma zUx}Gs#rD_d?cLvBk35ULb^qhUw*C9`?yr3<_4f_`t^H>Ow!L}tMS)}Iy7;B@C4ZhT zH~SSe|NhF#{c)FWti3Ju`}X`Vx98`ZhgjP#Pu~9KdZgKTivx|D zY9P&ngkD9CRR&LQCKg5Suf6tU`kUF?v){j-`|9tTNxK7HTw{OfceZ`ooAC9%>Mx#r zd~S5ueea*;Q>Plmty}F-ytvWF^mw4NsGprupy?7Vy<5*rQ+CC~EdOQvu($SWKuq)B zy4k0e{C;(^eBMkCmCgC?%R=u;UeVkfuyBGx&em5qK7X3?zCCPwAUb$siDYVqW^Oy!)G;$;=Aed_JkeFnPw)P=O~ew~5Q1eP~jtm>^tLv2~p) z@BEWI_rppr**TnV)BjhO zRAsz8@#7#XY%PFeS;1phfs`4_xsUzrPZi&rTU>S3fc?_9`1nm0?w767IC{QCvpGKf z+QU3Y<2I~f5CByS_hi*BOTDbN&i3Q~9Izs;`u;DEWHZ?flb6>|n^~T5+L8Bm*|mGu zHi{dGdfv8PC!QPIy8HbK=eut{&*Yjbxz$JK|MwkLzyI92AQrIx{Dp(}6XRY!l%5%U zbzzt%9dvUj;F-I{z)znkHdqW*Tmv5gzbB%e*qns>sm|GbOG)|GF!v6`lAzPt1E%nK{ZPSjL5=%4RY zK9;B+|D(C~_iM9|oqxVCzfNVAf3fq+=LZ1?-=3FPHREjJl+QcN{yQ;GyBfOv>+N*o zhheAh>wH_dW?o@~@zcN1()*T!KuDt2(!(k5URi!ElL>mf`D>e{-lp6;WggDUWEWh& zy6>{V!k_y35&5rYb6b7elqenjE&IXjq_wA+H?EN4mHqYX@Wz{wmnJ0MSbyyF%|-_c zNro%+`*!3+Gk#t7LMHCY!*@qwjKf4t5}iE)ijS?U%KTY(lO^WZ!<$7d-tW$ND&CF@ z`F+u+BeD9-!WmV+(v7B?%R2J5b!}dE@qD_m^WM_?S2NZX8`;h0%=5c3|M6$%nO@45 zEf?6>s-J7|fA4?4f7|zWK_Sle{;U_SX4&K#nfrAWX6%r87?c;tyLaBLyxwp1X@RX< z{_L;3>2Ir}tAVJ}vs?4#26W1Kc;LbAmN zGv{kdw`H$!*vLEm)6<9Bm>>GEUJ=~S*Q3vU%cBX#x!vsZryW-7@_DX$-@a$a&v5#!B)dh(L}-I71l&rxDXSLv)6Q;* zyri}A>w9q*cUoTmZtN@?*gLPLY<-#SZtvUMucnu$EYs@VX0!aSY`u|e*16NAm5F&K z6IM>!Fl)Q|bt}E}Yk{^KCj9&V@QID(%mR&dafbzBZ(fy~src%Z{dTEcr+@s6l-;&E z&gk6UWMQ47(>G}cyg9torgF#IHLr`0tiL79_}0pBwd`Hvn~LsP61(~=P3LxJol&{) zIVW~uL7K&Ge=X~L9?0Hah>^a|; zzsv2tv8G(*eSzluZQmzK1>ZhfJ!5C);lj7za`bJiLwmIJ8yAd<*7PI z^{~K5fF*RssrLq*SwE(?ol=;5?(&)SPkUEwEi7I;Z_Vv>Z}tE9^se8(_S<9m%pb2a zZ+D*C8#7(J?R<*Wi)^--u){toO!MD7JUi*2pL>9F8(&V{fja4j(>gi?8+Yp_Ra6EKdrgD`_lQfv3Iwhy&XBz z_A$e9t^d$Y!6$c6gKpJfl_JOE_pFvodo2Fx4TG;iS)SdOH}Atkj`A#jey75P|LNVG zptu)(w{I6u@!B_%rIEbCT-o8Pob4hRji<{z%e{W$@0!$F<(Y|3Rs|mnR$2D!+?fv< z(_{}b9xf{i(f5s;u~}kW-p&~dnN(LSY+CKM=k7K`i`y5(HP^hY+_LUNM4H8J-nEQ# zPnDkQ5p}UV_i;|)3Y%`lCwpwv`|kYOTekGw-MQNHg(Gtx{3w3;yQcbh>Flpk&NJd~ zv>8-x-Meq^%eVhtT%Z2w_noWf&IIJ0zjZcHt8RFFVWPf71da`>6L-!Kd$=6{`N&5w2L1{c!x}xxkbe-!m@9eT@ofntIikuR!r@T=1Lk z>YyI9L+UP(DaV}cGpv5?6?=4l+Mnv2rAiz{nTG!y%-`4Tf5p3hPLo3X_u|Swt7>N+ zn15x)FV}x+pHE&@|NSlP*`6CWS8j~?{qZKdRoNeYsU5pEDPKEXDw^|Z-7DFW7tzsI z9=`KgaOF>>(uSMG5BHrkb6({e&d+-FlKo^pUnw`=Y335v(^sn9Dn7WbDl_oy%fFl} zju)-i`6giTv!2rnKX&bSdvcBCoOe(2^dAd;jp4|?u;0k#V@~X`vf`9;bs0NOH1REI z`+T~xZ*%*p%~IgT!jXvM-%1XAyz?=0cIx`owxTm^_Jkkbw=t8sP2gE){H<2+pF7sx zx0^llwfgT!v8y-Y|1Sxa|L>`MdS2n;pXUNaekd5fzqqYD?99?>`|O^6>0yph-~dlb zSUlYQeXrQ*2fuTcDsmJh7QSp;ckcg$yqfFpy@I(X*@x9U6=rcYo$yO^pX-9nPEWQ~ z#h?4r^v`|&zJxf>FTD$yO|GZB+Wv3BbF{lJ2)UhmaSyXw3))$yzcD(fKTr?Pi<2;(HecyYk~K{tK1Di zr_?!&c%r|2P`(whJ%0b+*SX#2PAxcQ_j~WR_iH@M583_v+@I6jaj`GcpPIrK+o{*I4~Yjucgr?(@lZb`Myd zqm>>sKl`N#pMCn~H!jOwtypEBW$cp>v$u^)#f`Nb7!qH=5AUf^|SQR%+ELc?IX(K zKF?pQ5nK54gYvC=x&M8%rl-q1U~>ddoG8Rk=JxVGU!?vg_T>J{VM0v`?T5ba_f_wo zeDP}jo2McyvelK-=iQjX*(_J}LooNwp4i**KW2X0w|Jy33&$8dfwV-RGp8C7jR{{ch z|8iRMH2QqK=cGHxJrZDh9vY^7zi8vsKA6xuz)Bz1mx z{?;osYAcQj8+X=c&kp^3lZ$Ym%H>&eA4;JyW(G5`IPu7 z@2R!>#KL=v-M<{!{QK&UPjzqWU;B$S#;%-K=TLB7P5tXrmquDu*N z_q+Dbt2yRxW=;KgWRHV%-;b*nY34_6O=9D9-Xpsq_SymS^-`1n-rcRXuF&(w2nfY4rQPuH2rw{+j6Z z7a1PC>S-Z&XK^-{eQm!ob(O%U`=`&SPf7l9@UyeA+S`kH9_ISzJ^AWwXUK`2eX(=j z(_&Uv(=Sz81}iVFo`3U9b@A)(GX>Pv9#DM5H2uo&)AKWbPn+d(VbjVe|D0;S-}Slw zY);nqEqWa(I{oE>yLlZuf@~f$@C&ejr-J6}nkA!_XZ5M}yxV%yjFb1bxPcEf^$5pkmCgtkd%WXEN*HyPvB_MV-NlG ze(TgGg%b;}{Aga9^@PQdfgxcnv?$&&@zrwuuitNZISM=x0O@Wphw9D~V6k)_6=WE~ z0TQs|LqtHR`?9TxGmoA2R=sb|aNw09qzc~QDDZ^Gae_08kWkOx4puZ$I=e z{}sOVXXtI)<+gu6XIYA0TaX_(dE=$``5RmQ3d&l%3J<-#hOg(S_dfflNkxCw&GKWv zT4J@}*R~J=lhtMQFTeACkUGzJKnj$S7#I%lHYucYG|4D&Y!d(GeznF(_)kv8*VX@A z9C-ganto&7^8Cn}tlQHA5nctF(6>M(@uM1ODT^qzNw3x%S&6BxnEg|hppG&$EH1x%e>rj!aBLtvRzYa z>I2^OEIc)*>QlwJDThHuUc+$j%pGk0zb{|4t#eVjiNv)jX zpf_=aRB&T)y2tbDx4$)-c0kS>d%)&6!I;I7PmpD%L0O+1=M(u?M<&f*>|8q6=-gbR z)n)Z7zq6<2D=oPdbZ%?#tGCSA;EatN9Y%>SWbR&&y0S9j-+bQVkGP)i{4=NC(boBM zmW9>gS=(M7nUJ)$?rO=oEdP3s*yOZgA>9`a(P?^%_OvN*w`^T)YM2tc`TUdnwTf3I zu5DkayJF!L!y}8bqPFdISzefObYJW7rk9BqdxDBPTCfk*uWO$^>$Cof?=c>|>gl1k zABKl&9mt*=R(ibWl|Rc>BPN{}4?F#`;g$8Dm)W7!N-L&ad{SyOZ}qmHXDrXG zmSx#|%Q19z{8#m+EV<4sokxG>%vigATeTnWa_3i4-6yx_+&{;EcFm5wowxoyX?3W& zDf>L^T<6r?wmK_b`#4xz2|wSwDmkp0?T}QQ*q%0L!>>}eeP_pityTQ$W3hTiQTcw+ zg|Wwb9ENq(FtYbSg~?(s(1nPH)~dtUk9yBe_Mz+3AIzKXlYyg$Y;ayf!Z zW(J0WW`z@yO$zNCO+G#6S6khE_#*uBjN{HVu1T+6&G#+OyC%cCB2!_>Gvm)$uVx4L zE}Xn=nf)Te$LY@8SugolJUrsFZ1Z;etjiB2uTMyvv72pj;yc7Zedl94!D;$?_pXTg z)tvQ)f7L?k&GUYp4=?-k+bzx4YI1r>h1R-_7b~wum)ZT6*rT4 z$X{t}tTg?4R%+dR_NkT=XWaVzCvxt^t8+K6dOy!Ie)X-!6>7`ht+LyC=Hv#o&zbDY zjekeol?_PVBx^En&Pf?(cZb;E$}^T**Tkk?6AudhKPRjA`TpFnvoFi`E_qnonSH0i z=<`or_xGvW_olY7|9Sa3-AsL2Z8b;K_V#lN*d`xr$k$mS8+Ll@xm9hdwb2SbFQW~TQ%Yn0vA6{G?nZ#41X~}@cM`6jU}wXx%Xq|&Wb9l zOX6OqRqVsMDC^ak5}o%F9N89Irfju;?#{Hz@=>_+|CnXLw(e7>ZIsQ)m>t~h`Ss9} z^8!sJETyN?Iu41xmNs75#&PsYkxB8n**@zQZv3_A*Ow;W0~PVHFH6s^)K1vclUmKO zVp*~uyW6C<2luadcyU6RgqGi{^SW6@IxB8nlQgZ7yLiE6(cL-nyO+0}J5%)S_lt{v z!?u*|U2*vC%;FaraT^^%&Z_@;8Lx#tbnb8AB9X*ZN( zluMG2WAtx^itsXjzhb@bg`NnPi;?VNS;w!lO6RHj#+_*4S|(~gafQ^Hx{ve4uCJ`C zzh)Q_&VSVO#{27S%EnoSvR-fZRehTKUrp%bo7)pJL(ADpPrZrg6*XDw$otG@`S;RS zC0QJsB~9ZZOzg$}+on&ooOWC=xO-u6<@M)=uZzpAe%qMe2vuTH%JOKHTU%@vs_QLf zH(7Gi+HXBazxBR7RaVO{;>XXNA$PB*Zr;j$H%cGw`wA+7yviT6o8(l>P2bx7u9A0F z$&d8Vx{~vm?#q8}T*7pEj_lvKd-+E*t{}5mKyWuU3s(l z1&djk%kwuIdb2g|CcX(jyrR^@5LAC;owTf%L(sZptD={jnqcY z=xK5qHhCPjKGv_Nuh+jG5F0rAwM=;a{gPiYv(Kq-U6ZSNXq(LEBPm*iJ{EIM|j_P*tM#cnORSBV$lfb}swIw&G9ws{GQf z?LS;JyjSiXpXNAF*RtlRo>&3u`&A@f7#$8DJB zobuAK>_zHL&UxJ*B|g1AV-^-3p(np%`dz*^ZE?ny?$S}rR;fH6r)^(tb1i+h?qPx0 zYsH?n0X3TQLT4t)Z+m)MZkkDjRk2Rl;Y+=eOv;xP?{^jLue`gix3M$yN8;8$YxriL zdptF1#hXn$PIL0?6(Ko)%V&NOe)K5UIx?vyS@Ej0^<-;jZ7t1bJdVfOlUpM#?`gq31&DOz= z$+4}8e`@;tG9LetDLY)PYkT46o*%o5p!Bk-eY3wl-L1R&;l)SZ{389jFC41oNxV+{aOPHX>C}k}7vC?7 zuyWqo{c=Kw>#qBI@~$5{U^M^X>7KW{e$P9)$HTMjl-}upOE14oer^Xz;~)(T{i@%s&>ahK1=xxi@vg*uPG8`-aI)xk#F8tjkzL@jy1h1DDlqKJkuxxHy zY0M^SeJ)ikA2K+9wJNXg&CcW^pM7~Z)YU^(+t;r0Qkv+)UJ(7R^Zw^mXHKeSuUHj% z{Hj!#s8Qrwh4~MkO?%WK{R6q9NB@@=1Q^?m0&=D6)2 z7tO6-(1B6QIqEE%w{Sv~-jPplBz!;gO4MD;f*^ke1H5G*`{&X|?z2jj^>GSOyWuFKK{BV0_^gA&q_F+lw z#|w+vj)|K*iH_NsqcVvzBI>Qxh2E*om$M9JFFwA?_Qo0UWSjQW&S&0iv&hfr=3aKX zqJDqn{dK*Kp22+y>if22%y_JQ{6deR^Hslj3sc^`U4E|i9jN89C*rxhhFTN&IOYav z7RPe}ES4?;QzpLa+4k~GyrNKOvQ>}a`Xw_=&dp8?JUU^kJap81{_bWAp!qRp{M zRw&E!c{|V4$lTBGRx>UGHJRthTs8a%8aubTS1j8-xopDLxcz)R>uuiOe0@4rcj_vw zm4?!Fr*AagOEhNh{y(p5$>D91TW_=qRc>!r<(+pwr^}*n;<4ZRaQn z>$n@9zkj3DiKGfs^{HBo8@_FMx|{#zRmsi?>PtSSF?MWxba=ro{YlCW5k@@Q%@$AN zoSiD`^CEAK_mOq0RI)QHRwqaAj@RzCaU$l^i;uL zbD5KdmU{~&)`acmdt0$gS8it5-w8(pT2Eg~w>^HD`KKFm=jR)OR~FnXYAjIW*tA9^ zGUU4F;g8Q&O*^&QR)Xp5wT3F))t5izbjRJ#pSL}G_Rg|P2R9Y&fBeey&hu%BISOmq zww)=u=Gbxht+n;{dD}iN!s_j=jl0sKLgzY`{(Ki5vfzlRnOxZAi$3mYZ(pv+U0_s| zXZF|o>nh=L)0|5;ZOui)lGE!#tu!N@4P`&xF0+%?4mVSAZVWbi==iGmWme0z2EUs; ziqlOQYx_9wR`&|;dM@!wE11`C?XSia$2M856F05UTX1Vzr0LgmEwQY2uGMTOq&BT8 z_0xTPGdD3$Yt^*Lb)oY)RvnC3n`kX_caod^`7O<}_7!~FsM5du`4^ue$^B(>A~$eu znYMPl{idQ???T>w7NO7Yx14+Vp~dy8caEa*_EUoUrKWG+AK>%0cJr-^@+U&PpRW3G zV!N#i&%xfO9}-UAPP(v7x2kG?<-K*hpAA!44ZW@A@0oYCcH)}XcIMM0r{y|FJG`}f zT)S_{#*MpgT{c`h>)e^o2dt))?ECv?KByo}!WxXH7FGR951qVD#iPt-+u5w+CmW=G zHD|rx&NzQD^>oRZmj_rUTZV^qfQPGNW?V!bu0Gj!aa*Kme1y)E!wbYxcTF-!`D)(Yms&lHc#H zzx6KiYWXkW=WCP~9Nzakve?x0R_L=QPxtxFop&;iTh@5h`+1?cMggne@@Jcfga)s& zePU`^TV}oD)r`=?4jyOIpIyCTK0PlwRF-k;ldF7Zu3tA2xzu=>@v8dwt*fk8+|&I1 z+BS`6f1l6lXBiH?e;rNd%m^)g-6M7Gs7dAw^)%<>bEJMZXW7VxO!tgFwcGZGP;qgt z#iV4p6#+N4=%%$R-MgQEZ+rIRIp&vFSqg@Ho;hKbpW648mvt8OW)~!=z5W$adS=zW z>M+yXnG;HG7+eo}d-BLP{+Nh;=k>O|e*kGx6|-uHp_f=&eBSIk*YAGC&Sd?u$;GSQ ze_4G?;7`cbpP}_83ywAJekB=wWy#{ojA>6kw_d$tzB|0 z|9SPd3ERX_8>s@J@mb9LV3@~hT@*FQBJH?t|+^>+_A5kImEZ%Bd-V8aJ8BZPYn zcbB%9#Ju{;$gsv6G|bJwz+leNG)Ix6s6&Ax`{11n1!Mh_Gb8Rfzh-23po$(7Et^aW z!>z5-u1qPG*qy|~&CbwJjA6>ttWQo!?`GUm+|BuDx`~z1^mS~j zb1hduiTI!8)orT(*XD-#iYLv|{%Oa|aLpRi^`hOc|3pNzvp3x;E^#x>z1*qzAZmH& zUBlI}wV$nO5*_zNNWRf#V1R{8IXq+-7!F8dIDW(mu9%?kV$px=zu&vNtDY|2UG**H z!ZmIAyI1S??^x0O@BOB0;K9CYT&NN7#Ej$BzoJ0tKA+u}{yt5rvIPYwVwwe-O7of) zJo7)a&UwL)@0 z{g+ew-<^`5yla1q3TP%F8#WsS9qKO)$!-E-zw{;qesbozI4X8?HMdW|cF zYf^X$f)4i0y<5+*E~3unOS75G%xnAqU(W_9Oz=gUs_<)C@buuh2R|k~-Q+8O*O$fa z|I?~40TYXTE}+5JYbt2*p~8{%Pi2lMi*2=0#;%yGAKTmioi6>Wzn(Ai@WjmAw{xc2 zPn((kqW-V_e>bpx5e)rap`RuGzN&W%*O|VG&8u?F+4Y;t_xZAW{{I)hK2VT_f#I4A zhMrHy!`f`5`+Q!{w@Ux|=43)t7RSzztN!1ocYiu=RLrw$TkPAi$ZN&V z%Nt&90!Jr&#u1toj&d~pFt>FbW)4BM41 zuE@K$XJvG`n)g3eCXmj6NJwF~BEoTk{j?dv8Mog*&uLz8Sl(ZyE#Tw%DSu)Z7#Mb# z+P=MhcD8wGdfL7x@!*aH!_-#Dh<=wO%g^M_Q=r^?>y~A<6wBZD|IeGh{P<-h7ZU@+ zRE<#HlF!e4eckuz{uGDYDw3)Q9->~D#O~-O{`Y=nK}}{W_v6bTm*(Byx3=|0(#i9j z3=9tY#Ke+zmA;+^a&hNNhm-qlKn`Zm;)hJ~tW6V0$$ZFuch-;gynA~z=bu;qf2Jp? z`@45t9s>iz8l59zPrsjEqTOisuU`MPmt;*PSa*mVWadq)TR}t3SHEWc?a7y4o)ckU zXz=>D`~Sb{zxn-ki<{$*c>nWb1!-7e1L;78=s5&WL&Tu=ZdX{5kRJV| zVv}*&&ffJr)!XOJG%Vf!tw(O_jj(CHU#tFoD0ufU$*%TrQSJHf?Q8AJ(<9i+uitp% zymi~YAN$Uo>v?(M^0WW<3?4i*{qX0`nU{O#N7U4LcenZ28QvhI*ckeFRC;ju^tvWyFSoSTs#d6P8OY`pi z+3e;N_L_V3Z`aM|-(D^}ecnR!T0nL4+pTwgoSGlLQg+9k|Lba}oqup-TltEW+ueD^ zu0OpP-ewwj;cwXD+WEUyoOm#EUh0S5;C)m-j6TRR{xIvuDbUq=8ds+So`yPuPWrLD(3IDk|dEQo3!w zx39k4;1(UMd+SrL*Tw_htXG@c8wjKi$DrU%Z-MZM&kf?(s4y+qmt{ z*6~>vt>^o#4YJl)qRaRCuKDaOpILhAf?8IS=>zxLXz)I`JLtJ-|pGXz?^z)5!cg~_h00k{0`Z`%P_SElHEC)81#=^ z{oZvmz|ZuS`2hjPY^N9Jmx*%r@0)f$APr!FBeUHc_Xe zhO%Xo7Vtw9wJL*40mUYT1qI^O(vylibvFP0dq?=xVx}XeKW3ejQHqW-nQ^?v45GY2 z7H;O9j@PGpHG5-h)<1shdu!LpnnNGv#s;TuSg&zoZg5rIQPXwLeu48G!vSGP=5-NZ z*-^0A-TJIn!=|>@+l#;FO*y!4kwYQxzQFyTe%aMVIEOHU7nv{|U`FVe;4bjxhxTD9 z{jYV43Ko8@+PbbP^2GNZzS@I#93YPR0H1GW)O*6!WcEJz`&^?N{uRn5OZj*6W!!!S zDhT{nE}XCU5TfA$!WS_cxSP!0URXW9&3k|UhkHH#&G7G(**zyJt4}_=iLCRB5%?RQ%fE(=Rz=KBM$^~>K*h}gfl%lxj$J%E}_g~IF@m-4l zFSyNC{h_^t*?XtVlw;3?^X^T~b6;{Y<7Ga~1q|1ezzJZ|qL2Ac`|I@Y-+fK$L^PlQX;co1P`zKUx0$x2WT}r3*@QRqpOk_jOrf z9r)QHJxlRpzVO5&o31-`p4W@Ne>GrH)QT(S;3^6f44?!*vs98r_n7>P*(bhhw^i*H zo0R9eXXS&LQ66iub+!~~?4135$xEXhks#$DyuyUV@!Xo-3Mb^x%KdsApmeIuKr=0#Z9$L1W90x$DlRYc>3{n=f%GcdPV^xfw~fSN`20 zq;nQ>C;$TkLqI1-)0{|g#|!p{?x&vp8_aj`^xTYZF;0)mz4!ZrOatL5)=diO*GdFL zdh2J0vX(rKdnx^*$oySuID4g`y&y;h2xp5r3OG&xjgH6tF|$=azjT2~BwMIMm>Ta@ z$9VQr)$yNXgB>z!0It5p~>gf+5SNR`2@~cR#gqHiLA4uz|C{7Qf~NA0BPb zR$}ooY;!y#35#e4CdUg_JWY!}=9g+l>^yuh(vw&Cd#M8`cK?C2f^a|O}M{qHIA?^W76 zep_uYd+rP={ume(#G4kB3b6RP2^BN{t-Uwf?Xqc+f9U>Q&nh{l1btnd{YvWNGOHKw zKWp78sDL?eiZxizU)vwe=~o^8|H@pD!FZwQ|Md?w2Y=6A#kK293?cwJ6f%0*9XD@$ zZ^P{r_j~)yQ0~T{d%sfFJ@~tCj*Qs*uq9v2Wnkv6?gT3~e_!|BljD+UQT|ou1yh{b zJ9mqEnta+A@G{>5rZP;}@q!c|C<$B^uh`Y#R`l)L-$|_wn(6uX%lH1j+}38dHQ?85 zSco=UbrRUp)~rx(63AP!_JG$6^}6E4PaH4Q|H`s$W;PHXWM%^tDb( zZ0P=7%RXNCzOFAdOR-RIAK#RJ%V63PwhFMUy{MqEXT}Wq7eN5Ix+# zTP;TR@)f5=8{_$=p_zJ7L8CPBt{KmIr`e6GH|oT#-F|^B{*^SeEx^!l)j_~TAZ1lV zBQM+@hSlu~9SSEz5CT*CF$FSu*&M^0>|d;IFxmQGUE-hi|5b}~niu^45TC!pYT3$G zm*o8-I+y|eH9(1DmvHHIgStDWf!iD}K-@kzW6{R{wfnx9%Yl8$z`(G&5u9j+1;6eM~pwyzz;+Sp1F{`I$`Ff^H;Mh5EHR2|lBXfB2y1tjkY(-1_ zVCI3U2$0%d)usj6ir;$|zj~XUD$WwRxAyGUk1^b;QonVlhX%n^he&~Ay;Xew)o{j_ zMHgxxSN!b1KP6V+%P0B$g|#-*n>&x$y)3$?0@DDE??>MJUrLRB%!n$uZm~x~F7Kxm zckKO}x4*~Ap1$JrD5geM-DZg-fM`&dDc7z{-XLzgz{j9BW>1^G5kEErnQ4v19cSM4*8Vf)R_usTuK zhWoJ9?fXlYiO;`yP50`pA0L!&?f9vgTl-7$ZQV-O_cFgXpS!nm&F8SX_f?6q^&4-M z%$KXp-NAEBlAJST8ok@2vM+8TA`aW(0gcqh-h7lw9?GsccnAaPOyz9FYk)aKedNDcir`E^G!0ozmu)H^Wknn^zQYG&PD&+`}*kD zhte}2o6d{&Z&rBc&EOhVcRqZ^qxX#06v3sxubWV)WAf)#^BGrH@qAh&bVA-+=5sjX z%VW0uc{46-h^yUo@5||v&ivP3e7qw6YnN@+^GB!7^DoP~EUo5Rr-j!yDp}bxinNsL8c+SE z!}I#^^;gFB$12{Q-<9!3W0&!oWy`xoS=QdG)IMIm_u%!cE+Lk}c%}&7r$1_3nd0!Ua4P%1S@0Ht7hCIRe@u}NzUmOqz9jQ}{=6N(;)*_>?%Tk||K5|$ z@oUzLubGQn%>Pfl_r|`;a(}?R7Z=Zc`E>rpT$d8J+}QlVt-owp-Jh*1J&*g=Z85#K+h3ZqY0dfhr^_cVVs*ST zogqx{{?gOpwMh~E98K381w`Vj6zacJ*NRTit2T6rx^&>`jOAAy|KE9c`M}i~>c7oo zy=7j9GoBRJJ9hT55(n4MD}TLeAMu}kmR|DVve5rq3QvN+XIF12_1;^yuS~04Qm6jQ zHQl&4?>Fau-TvK*NkSjNUTv_}JPmm{+~; zPLktxoREI}bS-Cs=*QSyJr~v6N;?!X=CU|`T*|)7>VI?j;U$tKy>~8y%0qSs`**Vf z-e(-ST)V5#e;#}MO&K;v3Z zIe!L?zEf3VX|00mrx^7paA=iAGccI{(A(Sgp;kJZ!SR9>SJNYJ{u1>+vAcqf{jMwy zliDG5I_S+?$@Z4rb=zm$KBdng^?#B3?#ac~Hvf|P&&}%5jx+qRczfQ*Pf=Qhys~v_ zmG4$>-CTR--}DoA7N@S;WM$8|z(VVFWQ1KJi(|mb+e{2Q4wk<(ZFzq?f|;Y~TBLwT z{3#y6@>1Tu_8QZWH;NB~ir5{)*`h+WYhG-O{(fuz+2bPm1@d}zAJa?aUthF-8(a1L z#sa%N7U6powXYqL-+N)sxp`;jY%bq*FTDK!hPJ#Nzm04Q(|w%h^R4B!G>i+qhaS1itub8l_+{~x#os4A zUs1CzHAY;YFa2C$b^pEBvRB&Ue{4F}Y|VOSxp@8JT`3$}-k$w@4Ycp#pzW(IYu8<~ z4KeV)6}_{xuIlc)?vnM>uSD4_lR5r;6YrXHd-t4rZ@V&A?CtyJ?$@Pd0q;vy*M)vR zP}zIq&w-3Trz&OjkL~0-`|{25=2!1tdCu>5bpP(M)0X?KsGM8HR~gMWdqls-o_7mu zS`cKzJ?XaY&Cd&*{>fGTi9PMJaliQ5b34E7;;sJvy=LpW#Z$d%=4;&ie6_+R&Th6> z#oyC$k~R0)xLgIc@HH>U_!AxL6?%5fLW37oMl8Rq6nu3>s;kQ!17gy5e|!0{UH+mo z|MiUW-{Df_Ti$Kx+n*7!-SL(8g&*SYv+rLveRled&4RqsmK{awt#5DmmK(Km&DN?{ z-YGv|YXM~cIPEH0bFglw@9&a3Yu?7bytM6!k@fCnKK%!)?q1E3*kJJvG|G2z!CJH9 zpI%)4U9#c+^v|pXe@<<KsHM^ErP1&hlMncb?z5`1j$%*)RLgX0CY6`}R&! zovfVKy~EMv@)r&!A3kk$r>k;)TFe{!Igcam++BR`R@e62tCOoWUaQ`@v#sp@rt`ip z@7@hNZND`9?78mcZ`a0H*>h)pUtO_&`j1`WH9iX+ZS!yC>FhI^m+QIDTxav<?JF{@6n6eqrL9geP{i7%U74rx2U~->iLiAD<8I;G@3o{(!0Zl zZ`zCOFka(qU#a!E-1>FQ))zl`R~M)L{jTzH&#cP{;geH$SAKcPT=o4;jNEgxuc>Ilk?Y=>}GTA`ImZ~J;cHKA!OU$j}`+ehU z;&*)E-59WMLzmV6i(X-l7v|X27+X%cysYZ&>-j|=Cy9jL&;D9fb2=D|OM<`2FZ-y^ zmmU4;f9|S_kE64~>TcfOMQXWjB&`Tp`}sXveQu(7j!z4y?3%kFhn)wS!^6;ChAGn@DRO)A&#L&DcR z@`KBkKYmvAw(ceG-e1oW_x_5ST&5m>M7};VK>6>vxHxsaee2tHo!KRSztW+-kN4H# zCzkc^KQQLrp7itkTK&E2H&?b?x)*m^vvmKLkgA)<%lA*bcYNXI=U)^5|F-&Z$++su zr=uHYd|xU2?pZl`u`4e6^|aEmygIGgHRt7{|G6gl-PK<@uik%Y z`yKB&%WbvKb#H&`tJSZt;zHSetM9v(hVFbPCmWm*;p;#9?rbr~3*!4Pp1X4Y+1a-J zbLH3_PxrqMeEe~)?6r@{`vWh(OMQNQ%i?O&|8ncDeZI2#_mP*o!~PxLU-&ur=3C{f zeDTtLB|Ue4ZvJ-lsYQ5c{tM^J=M)a#pS)}NroQ(-EYA zrKXiS*e!kD|MZo@nU6X#t-tTg`}(yy<8rX}|8@IrES?xzX=e3TI_OThZS}o9vvv5J z!oFKi2tUvKe%|$Uw*rsu(VzOMdgAo&Z(jYi{rv9z&gs`L_JRthr=Pc4oLAFdS8w^1 z@#(I*)fd&newea#H7jJyWdl{fvwCZ%=P_*8vf$a3%F&qT8kW6V&GABy|NFfm^J@fe zEOt)c`|`=@UqWA!y1(UCy7d2lvY}7<^mON7shs=MzZ!k|k$u?GS;PHs><-Q5v%h?5 z`{Gl6ZQA$1?#l<`s_XAmbxPuVqvb9-&;IuEfByS_wNjCv_V)kRW#Le4nc(0gpuo<- z^dx1@nF$q2lV_wTIPkgoJYmRGQBh&)X7FfW@F-wXQDYQ3^6qKkd!y6E58vHsJ#G0q z_FUw*#Pahu-wXc;-+uS)yG^U_Y0Q{1Y>8KQOP)mY(67eQ(QWjqaJQo^Dl3)06zB@$2T#eL7!d zc3r&81=D{Aii>AV3iOVZoO`qE#{O54MXx<2-^xumd1K1nb=QCYU7he@e2AlRMJ8ET-?H>yuX-wj4?RYnHTW?yqZ${IAYly?WQ} z3zOGG-h1(?u(D!BS@^GCNlI`3IIP+GUVzhCV9C~dv$J0Bo1tB<{Cvp`GyQA#!+*uh zb-Z9c|M~Y%T04FA7*#&F@qYV@IthpRtS|o_BscAN_D7l7=$E1L?`f%>@80QaC!f0{ zpefjVuVb4>a9+rF8|B2ls`Fm^ElJ&NIhwsI^CcR&>zuLzxMP^^o`TM7Ct@#>p zOr3Jz#(ssTapZ&Y3XJ@*?-M@|b zw_XQY_fC)c9g|XIll-P`+1I+fbuxc5_kVPe_!WLPxoYiG`7bgPlpYr+Ih+t++51po zg%wZM@zh6Nrw?v5V-Z@(*~E6=d(D@~g8S8xmv*>xemxcUg-ps2GTHgF9vEs^<&qo%e$o`*w$;F|W-{xnr zXVg8p*PXkrE^pdA_4_yTrLXwn-d^96UUfUUs3bb+sd)jL%B(`^3$OLOUr!Pb{TezQ`*z*8{%7yWhcquZbYzBiOGzI8!T)z8b`4HbfPKYdh~6FuePL_^87#vP`h*inJR&V<^cGrx6D@pgXu>UBLK z$SgYO{+#~JUmYjxtIA)scJ;>i^Zz2}K3(^7j*|e(%K7mR6L;_T+kb!7@5I%=gExO? z|EjQ}?#IO6Nq>coKlYZty|wFf)?GuFP=P0l&)!m>$*vN$`OcKj`Pbibf8F-kZN-%N zH}_rqUutZ5EqIwOht%}eY4*%7-}C=52=Bj@y64KS=Sr6!OA3ECzWcp+^3xZ)Wo~8I z2=@KEdSymj{7-gM_A4As3VTdh99bMc{pvq7&vF0XjRBJX9v=^TyZQ1A`+qSO$4<+; z)Lq_W+qf!})v=cOQt;NsJ1=_X8JsX{kc?boU$Eo;v>B-hKQy2J-`;!o%e%Gte!V;Q zm=?v>tp2)JCwJ){_Qapbo;=^Y!sp*^uDiU8(>?KZt@y7{-is-~92o8EI+aa;<0@4L0M^jfOn zu3wKzPybzEk@#-)oznTi4;%xMpMU>Qp~QW;u=8x*Zkq|eub%n4;p*R&H-9%52|O`O zEZIDJgO5k$9>M(GVR6Fl-~O#iS9@*i7;by>>8>wRqT*MqpF3O6{&MZ&|Egcl^nR6E zpv}ScMAD^Y@BF+!;QU;XVnzVAJ+=`b%_SlQm**}bKwOx!Ma z|EcKv1%+}C?uy=zc{$&*Y@gguVb3Tt{dY4hznLl)q|XkJoSZVZ{lxD4=bL7FdKanb zU3?Kz`PoVP^|9u~@p^x!f8G*qX}-dw;?tZZ8+V_GP*c6jwm$Uw9_?paeHw%J7OiM^ zJGCi`bK<)=$*!d-KOgLR_&RUX++SiY0#{sOuik2t+dOrt(kokuY3f>c2ZZkSM9=eWqG^)^nCBNTR;2c z#yI5?R>wvgP&Tlcxz0V;FfQwA@x-4Wd%jt%`CWIfDLqYep}c>~vU*eFW!IzsF`i)r zZLH1bbrf(6=>7dXJ}2>XEyq5-UE6C|OMW(=c>iDMi(x3cW2^M8QsaG}eDl-J*Iss( zUt_*(-p%Cx{oC)IIV{A|8Iv1n&%3U+c;yGS=M6`$anI(yeeK2CpC&&d%hKAopO-)Q zq*->AVQ+T9nlyoz8AtZriGNvr2M3^EZ@lp87#< zkJX=T>yuB(N2@K9k<0Lz`t)&U%`Ax(x~mTscAi_7TKPTZoX9;Bqnm!x+V`)qIPzW% zRnA@Us!?N;hCAQicUQw69$cD!D^-$va;^IV#|g_oWsmujt$$b@9{zi@=Zi~bCD;C^ z>;BGZ;%kz!wLkw$r0w^@#(!5H{B<bz~;#Rz53I^Pi?)mbDuv-JAUn{ou7E> zmOuHvC(~c={~A%VxU}HhQ{UjiJ0%+gP4gGo#GQJ+qSW(%X6N$FllE3knmsFd<8{HQ zjjN`aKdp_KzOb@Bd&YfP742q=?FX})_vfzPy!Vpn$E$WPj6dx-Y3bb zt%;Iz{Z3vwxb}IpyV~uQ`HU=%r%JCTNLTGRbz;fVH;>q_PEOgrNklj9^Q`~tS-&ETVFl5^p5ZR;0ulcho6V9mur1mm$Aa0_szcrKfZ5M&``a( zYyaH}fhXJdTW#`tw4<){%7OgX8P9n?#mXJ~?Kc1V*(VX}1!pxaaG2j{@{N67RAE2w z-wMq;=Uug~M^(#StFD#yEa)naP-__3y_kR17|5YZSnWO2$H362DmBx+%Cl8F|7+z2pV=$DelDMWXn$eq&+_`u%_rU#f8bqq$d;q3LU8BFrP+rU z^!K(pF0ACpdbRAkPWH5~>AAE2isk?K*2~t--2CW%w7LDho4PzpUgb%|*m`6aUA`7H z^Y%TDxARu*&(w9CaQ<-+chi?CsZ)Pv-;DJ4wlT~5dFJjq`)SkuTD@M;p7hA*i{pfw zW+8i79M5m5?d;!u>9Ffwc7w%VbyXY#JQshp%W(|&`s-Qf>5@B7yR!RMPqB8K&~9*- zpZDu>Ro(se0xXu7FPxKh5xBC%kE6-U$U$}d;clvw|U*~#V5A!pT#>*D%hT*s-lp)dE3;(3oh8Om{wlioSTtTIeGC1&JPY} znb+n9MBLl4!9?)E$7AVVZ=KyNC8v;e?ZVlrJzvESDXh47{$}~%%_eiEZCdmA-M^@B z*Y|rVnS~iocsKLMs~t6MRX_J$R5(!}T~)F2-hu18B!6vwBVwM_o3`)wp0-`Dqfay` zyeoPx%Ur4PHV@4s1gZ-Mz{lR5J@#wlBAa%{SGob5OB*4L@;QWqcj`{;&P;|L*^gAGhy6e_Q>3%JfC2yZ_vu-;}TLZcp=qc5&Op zfDE~&S$kjFMwx5st$Q1FOJsw-;_R#0H|8ySJD)Ay5$$&H z@xv1f`&yJZjCLMex{^2Ccgj+KbMfj)JyGgg*`7F`Ei&nya$lOaiD&ylrr)zuoIfAk ze(c?L)oaf$UEi{1U#mICrcZ0W>)wdjc{BUAee@ldZC~>F)UKY2{cc%%d)uG6rH9T& zp8F-RMw#Q%-kl{Y-nFmgZd!BZuKXcMmY>nzo_mHZ*ZsOi|K+9{@5Qx=lfebwVQ|6M znr2+Q{PXKM3Magl+JCsRsXAxIaqqQNdPenYw_Z=Y`~5S+{LON4Oa6jWp{+*$OW!H= z+Q_Mpzsakv?(cM)KYv#Ld8q$w>0_y{vy*-l|6cQ)Tlw=JR!4sQv+dvv_-omBo!Qf} zuh|#tgzt2fd{tKc`}wYCmmgeeYj*zpTrU59h_0g1i~0)%r5{3tHWyEtan|FSmBGqi zCAWURy^((NPsGpP0W6OC{+q0F_v#hftvkK?&3V4xD_-};7XOy+WafMQPg>*j^z@xO zc1*i-bn^G;nEvCFBsOk|o$mk4*|1RZ8z^OJZM4n#s+#gSPG$N$Ex!_$3*}Q-Wm#UX z`o8Q|Rk4@!QSno@daJ)red^X0ly>Uwcgwr)J=gpxPyVDC{y$>P>5L4{CaJa8`>$`> zyj6Gg>*`I#sg=yeA>W{Aby}f|V(bm}RUe&qz9+!%2@2H=Ude1#O`+4ujc)4Z2 z-S&fvKgL{HmY47O_iTM9Cw=c@(CT^JXX3N}mPUO3d#Av%Dr@&gmxy226OMn$dV2qq z<$_}ZEDzTzas)XGJbCo<{r^e-Yk#`_`*B(S)9*j~pML*Ye_cm4JnGfk|9^HqxE;?O z|M$7q3z zKc{V6|2?OA@$PW9{V~;lrv3HZUBKcPI$7gx^1b=t&(FUVw*Knm|1|rb*3HV(bxh60 zn;siXxDq!_|M;XApRFsl^G|S=Wy#D~TxSv!&bxi#sme6fyvp6VMtft|9KIKyG-GAH zsw2DOFL3*6iu>>ASre~ZPqJNcD<>>^r}muSe@Du4O4Y68)=Izrmc`YSb^iV2`M)zN zE&B_rGXz%sUij{x$&2647R?IwvyE?0&s)9SCt4Vs+y%9sCT`3BQh(Q{@9Pv(Lo?2Q z;AXD->316!%Ia@@xAVl8t!9DkTknCY`Q>IZ{w<5^d5e73$NgJ7hdIk-_46YQ3j|qK zDslvctV(bUFZp|=X+gXA#MzhE3*{>CaQ#zUp)r4}kKa{0g*&omMA=;nBTH|qeEoRi z+krp{9+kW77eeznOH03dT|coXrS@(}eyU~KO^&O_m)|yLFFxwollXH(v~6H|z4cP< zN$Yn1`+jy|sgsJ0W5CyhE$XvY{w}>0`D|}(?ZaKAdtc4+uh!Z4VeO7TE|r%~q;=<2vTiCU#y=4E_ixIV}=j?y=~r6k>c6j~W=^iiE>PzZ4c5K+octv~h=E&pbw(s<|Jw4p;q=xT)9(z zWm^CKlm2_Fk7ld`l`6)ouD#V?39ozYnao^ije?5&jr*r-5yMIB~p56DXzi;h% zZvW+ockiBy`^N9eIrT^7_sW&0ZXe!xD_dgT?}aNBG**C8^a77JbH9}Ld)NHkwe8%K z{M6!WQs;U+A1%0dBw%v9yV>n?qMG+V_k2~(x_G{U)NB`HJF`JadD~krcZ15p5B+6?(yo#$740yKCS!od*Tuu`8lUA zzTBC!PNj>vr^>rg(?H-shcuezW{(@~i&Zsmj;ex4++HnOrZtRb6O$N|kfi_HQY0tF9sXk*m!BNGwdu3o^F#O5ZP!iQ6>fRk>(;#$ucYQoy76X_&XWD7oU;6qgj*ReUhoM! zS2lSY=b50`ewWLAll`t;+mU|r&y71)Z;qYQ ztk;~c&X!ZUe|5FPFZW}qB`G^@v-PRDC!SSB zJ$l;Pdi=@ZUu#b{SFL{EzV?-W=@#Ly8>e0Rc|Tn>P^!N#;`NlL|7@b8%Kz_PbJik$ z^}kPBy-vN_{_1srtX0fuKf^aK`;Vwj^g8{#B+Blrno5%N!1b^6U*g)0=AaE>*9MF15d0Zht+x@71kB z8^MzQS#{t(lP!Bl{D+ir(pQH{GwpgY^Q0BO$mi{w%&hbN@3~pz++SB%U%lj$^t8P~f7WDI zPn~%3Q}4Ee?SGF)-~1C~8yQ%7PWip+Ov~>Zx1884llm;>(%bF7jy-k$<)Zf~G``nz z%G~)y?_Rx|%0J6IRDY+{-3cxwJKj~s?CrQCt1|cWo_xQunDsxmJ~w?o-{Zugb%$>s z)zvsXd$n-n-$_$4jy(ON`?ab_P1*W>7W?XFw=#|YPH8iH<&YnH^?KW@jq56HcV2oB zl;V4RyYTPkS?RVLH?3>7)A3wydZPA1;QQ!n*Q8VKE?@Gn-5~gRNxj~D`(0bkAN>9) zbGw0OGI!G&wS8WG$4fui>}LcINnEME{4DGqfArP)X7~NB9FOvP9{<_3r}~sF=$XaZh72q&Hd}%#l2j$y`^tj-IAZL z(@NGnpML0uO3rx)w|BFne!qV9e&a(4eb)amOI}B9|5CT?ZQZ){GSZjlJ?>Qa9d4Xl z)%;Zch)lrTUt&MzNC+r2DVVZ2c3Ek0INdzEz4+$MThpFS?a@g!ODX;CQuIB|?EU4} zk>~vUQ;KVyr+FRUSE_Tfd-<+>56e^brz77*TsyUYtM2Uf>A5>KADo@K)uwd*@y&DQ z%7w4{d8%#AJGs*rLpSpm{yO#P-M_FtzRjDq?F-z&rY#v6cYpHS!{6>c*{FLfBYLZ1 zZ*9AO`Oc%Kg7|hZF}!}Cz5e^MTe}urYJQyHWH!4l`05$UyEVJlyeeM*RBJ+2d}-ax z+{oLu6Bp-qJ-;578|kZlPyWx!%{-C+Jd4^RBhQN5J`xu8jrUt?-h1YweGB~N&UIQS{F8`egA0KRR&rTY0{+N z!Rt6d3A6z##AfREM;f^dXIz&1_a8r+s&1mQnPX3;B41O+a|Q+m2WLozQQ}}?IIzF_ zYenJNmx-NgW45Kl&;9mE$30ql)1J`kT(9fvmhZ9WYBD%1V_w?VfK-6^;FWuPJ%qT+rgRU4r0d z7I;70mQ(f9W8OtvyJntJsj7T>rtMA3zk214^5P7&;81A@Lxed47zoH9ECUNLaPYxe z6%fAh@|_j1wEzqZEbRzyLgbsA1(viactDR50f`+{1XqjT{eK`nL&F0Bgd4#k4h4u{ z1`9AKSdi|t!Rnkv+of3U=BO@Ny?c9@imtn&h24uUIJW-LAT z)p+Mi-Fn^C#=)2Fo9j%xnQM8v{lSbC-1&e0+`q9`xnB3Q{BfvN-0umDTOoto~WR==!Hhr6ZGPD;92* zTmR+oU1p)%Ra}2&tl*xrKQ#Tm^}N*jx;-^@i$5PPO60YA=dWU!sKk*q|JO&eUm75< zI6_)b9SR)^D|BmbPspfrdNx-l_UHe6>uMwZVcyi{BTNd|A3lC+7T_jd%85{RJvN7#NYggs%RB-S(Rc&grsz z1?5}@CKp)NaSVt~GU8wBCeX5MYhdh)E1#d=6MR(6?f4fINDT}S?|cz!S}=Pxyb4L* zmiqZa)HL;IS?cYA-=CrMMg)M(ATbd)TQ>06UkII?DJ<&Qg+bNbf7PMO%5YgV5xns)kB*0Kxg>t*MhzM1^@@$DQ>>s7(x zpZq6TpE(tk<~%LTETvRi`zG6ai;j-%KUR*{E2R@Zhy3M>!y8M zm(^Ni`pRF;0o@zPaN#ASSa|hB;l-;GXQ7Lyp0xSi-*F`T+|yS}4=TL)7-hC!MaAgF zhucd}PU&pXd2{bn@9mFkkH`MMeaKKP<#J}x11;srNB4K8?bH7Et>FlN+|!3oBhBpj zEab}zgi53z*cYVFRm3p@LdR@KC!k%BQ?u;`%milnZxAHk^d$!Db{dnt|rH_oF zo=13>9^CMxt`pf2O8^3hM zMApCm=VIsIANs34`fu!%v-!JzTP)x8LFJ~;rLS?9>gouk%f+86U&rXhsBhidyrBE*_phMU!52Mbw{!pB>)cu$U1ahxwCLFD+3&syy2z() z0;irAC6L@(nkMi?D?Qp%a+6&Of1h`bn(F+0OP*e?2}(M8vU}moHFMssVs$JRzb(`s zQdg~Er9S`q=1udhr@u)I3%guwWEu4HzkB*N)#o1)>bF{}Pdu@sr!PWXl5L5-k>28o zg_3hUPVPHgUk>W6eBa2sv%uomr+oKgOZQu>ykZPeq4~4qhZev7`c206dd|wpMkYpK z|7Kr$a_nqol$!Vd==&RZdU>wL`fH5XqNCZ#*7F!&%4`06Z&nz&YsKHW zuTI*`eO^_*QBmGa>$vH!!oX?U`&6UXNS}^hBOJwSWHq~V#urZSn_J#le2LjUNj-9F zi;C^U9V+49Ql5W^*|hxmB-<0GvaD1$o@n^{z2~ZB|H=2iZ9DyYPG>C9njj&g{r_G2 z*H;I=dtOUh*7d*s<$i71%hkuL*6)w4yxQO6!oGHY>i^k?R9>%sbH;yaef5f0=Cf8# zwrx%}GKsKmw6>}bnlWXc{WO=A^5v`dPn`1R`p-!ov8Ay)rq2EOG0C=8|Km^B$RCrY zJ;~XVb*aL~Zq4=Cf38P9UwwPo-@5Dhd+$H>ODX=lS|vHObi0E)>Q{!jeUKW#kEbb*FW4w+ z?vL3wr^TF2xwrYrwaG@eY!xPN)I5D;zPmulR$X}=VfM-K=jProskNEjnvp8B>Hp(- zzg0Tkb~hCEZ~vK}E36uO_kGIFdn&>IVkRl?y>xZ@gsoP>v$k=r>+hZ<@p9_Ims@h8 zrf)x4KmCo@A+Zg-XXmqQ_L;NpX{{Z6`NnzE#TDzqZwqN(@3j)%4q6yfvoT=a48F>n z64rcgudg-oylKBzF+Fec(x1_hvo-f}+9_O|wLY)ps^$LEiMA(aJw5wbZu*4nw_@`) z7VK5Obk<+)RaUrh_oSXLUgwX@(UFhZ*LB9;)9i2DuhWy)l-3rXlC;WVwZuJ%{k zJ6WwOx8^PUmA0nVVotL5FO9cvK|2l{mMeqXJu4nJE%>ujMK?eGn~QN@{NpKe*6!K9 zzccbX!JXDVCj-jYf2le1i%*(s@`b$XZ$md}o;K2I?%gwYZR4_&doH!?{_JvXbxQDK zyYpA$%-hml`(LSk()tb`Db@B3s%lvRn%g=qr0;u$_uNUpz3c6x zHn<0@+$;94Y*m`jrfZvX&hd!<7XMzSFrmzJqekTM*O9yAs+t!ZTC&A^{+#_&SYJo~ zoLDGX^fzens()E?r|ezF^{G15s5VwzWyALVb%NXVr}$i{Jo@|Y>B(zqWv&UZ*q*F= zHTO%&cdzp*;%+kezVX@;C zL*mAEYJcr@>Bv3E*N7c&XyPgD^Bu8#q z`s)6CT_2(2<*)Ns<;+)*obJE8^xWDntWM0rnYS`#pOK!<%KJQPy>wk4c!+L|Le-#wBXhLxAVXLnDpRwo6GO2rP&6Wv#q8X zT)wvMm`ddHsCjSGo)lL(Z~Fdj|3W#ItNiDR;@8CUSJb>rUcJ9Ca_{uei^3H$#`}Vi0SKd3O1xB1&c6Z%u`}LcQgDu-mR(XqWRpAiYxuNY)ZDHhUVJ8{U z!@Ucy?3|a%uyyO|DcLjLem9@etk8e*^6a}UPgNUlng6}}`u&ueuv^6^>tkQcJXtk8 z`s-;fyXibR>&}^%?XRw|nb`Vr$C0${v2lJYE{n;Xe_FgIVBTWm>UXDmTbK2fd&x&s z=hfYsckkD;82gg#{nx$*F1rP4^EUXogPTf$?yQbWA2=5tdZYCDUbT^7y^`nc{A%6L zfhn^~R+$%mP|2PqkezWaG3mRK?&7muftD z+7q9cMHg2-Qu|VN?d*Q{{V`H2inAOq9A3OvzId*M?*F;R^!Jx+U7fl9*TcWkryM7Q z&$XGenI(tw<{ERu+2_6X#ONPOUHEQauGXq=4j=CryDs_A)co|`<>^!AS{+}v^qlpb z_a!x@k8X+WOH~cL^E<8NpUdU_sXO|%d&=K9v2!JhW7O}6!*3U-)=t^@4b*^Ka2e7t zyb|ab5c&eNiXiA|n)X9k7E9PF0+HAL95K0()7w|qHgEax?SI3OYuwUGx4&&%5h?c$ zyh=ehfc>8LqzHBMJ?GC_oxFI@al*9XwX39Ko0Cn26Z_nB@_EX?Pdjb8CiQaI^|v3R z!qV?Y?mPBbUBvOi>Fl50^PS=!>$cd+|7}?UPk!b{?LQ|oXY$`& z`*YuJKmKI$LWL7+&xYULuABKZNYCnZ&EoI7*=`*=d$jF{j=t%R_qNyaN^O2rw{tyJ zIN>6ny{T4Xdc5%UlM$$`!W9Z9wsjUgTrFk)|L$GKO+p8DusZVo+g59|B7B$HzFqo1 z3-_zb>*NdEzP?^RuPiTC>s3jh+v(#bs`J-QmhV4mevAG2t9`a{i_AE$SVH~TTlD*r zvQFw{v+Hj^2HCmm3NNh<7V=M5t^TTFZkl^=UrwM!lfuOI)x0y`tc%%yOI0<$d;iO1 z`7Ht4v~Bk<`~siEpQUgjJhnp6a#Pzszj%$8>pt_|e}Cm%eNmd9+V85RtE&%uYV}_4 z67-z6cCFw#E4e>=om(&MocSu*cWZy!sr8-r4X%NAM3-2>y5mkFEPHKE&q|H0yzTb! z=!N6^3`-1Uw0!49n%VEasXJ%#^R&;diJa0k+#gf!1$ez*;vaEpneDphtJh8L27fg# z;m;Nb*?ZjOs?qfFosZ-acbSW-b7*BPS2*D?H$PAyM5FurrjlQ=efxZFPP6WoH~Bx+ zdjli_{y$IK(60(Q<%i+JF+}oO?0xucTXN=(OB<)CAJ&QgEHbT8dc{nMjlL(Qn9tJl zRr>uuN)!`F z{C&sg+eY0OsdE|fM=uqC3PveN_X$)cRQ^_beKr5$?wu$0eCKPDG5i1Z^KDaM+j-vW zBFr`Q-@Tt~Kiyw>Z!7OP`PKjandHXHy>rs?K4baD_=%cMVsn1ttTU_ENnfrqZ{za@ zxq0`gh-o3OzY0!iG3QwI@BOdzes1A)OCL-4T>Hj;R*6F^%U9q@zUO-N$hq6LOy0Mo zcBj8^>Af3i-$RA}Ud?@Ir(O8E&hg^Nn@3?x~f=X06Oxxy-R%@$}r%PaCTbB(CRguRm^-c?mijTvYq{ z+pe_A9jn(KQv2lm`T4$m9aR;a{x=>(&rtg;wMLp>Un!hDUe(ZAz4K;IO03$~!$D@b zg?Cp?d-Abv@t;UD`>=m@F^&^XT&>#ksWl-!ChWcTX(QgHf41k}=VL_;XxMtJM5VmJ{>?|x!;4M9-GV^m) zK>gG=ds5&20xhC7Oe`**u*D}rO~ukU%-rSF(&akG?bT1-XgL3PHHY_&2eHa z7Xs$4&zn8JX3N=AmzF)&yMD$$x?*a~uer7R7sU4dX5G86x}EF(^R!LzIR&u=KYBa{@TQyx>WM<>7s+>pI!zeJ8&^DFer#XyZJj5UMw~Em=GP6 zR(4*Ir)uivwU&}^r9n&IYl9Zwdmo>By4~@#itDdCl{aS{_x>rfRp;Zki_hmd9ZkNy zQ7`;@><#%P_fk4)KP}miGv$=2v836PHNrOo>wlY7ZuXN1t=IhungY$Pl(N2_U%hRY zpy%8jet+)FNmDU=>BmmXte*7uO32gfwmH#%Lo&F(AD^^g-xb3^`vQ)5S^j_b5?8(5x~%`|bvr3- zd*1yEcmAETcF*S6)9WTqxx@`F8xHlu`*U21{+GUqWnF(TWUV`C9vl-2+boy1fa|QT2{KzG?pMDQ_NbT(fqGO4iIj z5_4}(oAc=KuerIA6B9jUuEd8u$vG;NR;i;M^e_LKu#o1w*8%gNMt$u)nUNCXrW`y; zV}I@+_$(#o72}{Ey%#%M4oBZ!zsWe7^GMsXt4ynYJ)0i~nX>+lqmF@JiQ(X)> z*60Xdo>jbdt@K}E&&U%gsrKcX?#rKV+P_=Rl=v$kf zM(y|`y>(vd=f(4D&m6k3j_di%lDGTgQtd-``sM8x^qf1TxnQYP<@~8fTs~U3>BRFz z{Qi0K(!K2askz5?{`)rlb$(FT{*`gT-*vKRHTmY>i91w+GJnqTJH7m7i%U*? zYv0NCueYuAnP;s2{PkVA`%dATG5+2*Rx!^l=Ii`z@{XQSq0YVY(f#_{(<(NeXG#VQ=~S>eqOh4NsbWs<|o-! zNIak8Y2sSvXRac+wLUVqvO#V-|I0(s+soNKe}5`?x_{qcIk%%vxR&hQa_`^dHGbFsM=wt;d-I!_$NN(D zd9|h4CED4WAD>ITZmV-qf9m#C(Z%bQ?kap8XnutQNiB6>4)j zFwIZxZr$n||MWkt-(+n3pfIlY%1&X=FO{*})9Vj6mdf{3RVTD;j4dtweu{ni-?Ld} zq2=1&XXaEEg{<_uR^$70!Jaes*6O(KJ$E$GU()|w>B0}LXC|kFPZBEpIU79T_J_62 z?bV;|A3N^zo(RxUJ-yuT_)nG9hTH$I3tE3F{!GOC)OC+GUGw3%bnrXh|36#zf~Mq( zV%GVE*BajjjeLCBCV#s2!K2kaQR@!B_~V)U*c(*XE_8)-6V%xqRn5bngO(kg)|QMs zm2>*p!=;an)OstYZN8j*Gv@w;rBi!!*5;ge^=_j~?98ZLEBD@cDyDt}2jl63+@y_032Uf1!RT#8VdM0n=U8`wtjtWcLZhy7w>HMcUt7Dt1}EB9=x&zzj1wxN;DMoxTsXHHHfxKv?a zXpx7jdYEJzcc(rvB1wC?P9oEluh1#6+hJb0E0^z?4n3a5iWjcovFEqTnvtKjp0xaM zE%x;D&bXJaKoes83y>znq69%MXIPL7X*h!Bq#U)`9PjSEB=39j(zSVO*49rw;*!|E z_TNj}og9B8AZ}0Kf?2{Ku*FLtWG!g9=*IbxMnS6oZGm1 zQ}M6ZcTIMBU~3s9Af3d~sVIiQIx_~Ix`jm6=)585giJ_S43$~ci~03BAsg&l7i;M5K;~>FjRQ|GmhtI0u1g411AM|0nXv_M-wX{>@z9 z7$U%8`r!Tl6>mgAde6qY{A+iB8OgAA-~Y86LcKHX{@LG@_KolqU?|Z5 zt$l!S8u(m6XV^kG7Z%dPl2GXyP>>)5S4_E*6qu$*cd&9YJ}epZCvx0}2{XS3j3^ HP6 **Tip**: See https://github.com/joostdecock/rehype-jargon-example for a minimal repository that uses this plugin + +### Create your jargon file + +This plugin requires a _jargon file_ with terms defenitions. For example: + +```js +export const jargon = { + rehype: "rehype is a tool that transforms HTML with plugins. These plugins can inspect and change the HTML. You can use rehype on the server, the client, CLIs, deno, etc.", + freesewing: "FreeSewing is an open source platform for made-to-measure sewing patterns. See freesewing.org" +} +``` + +### Import the plugin + +Now import the plugin, and pass it your jargon: + +```js +var remark = require('remark') +var html = require('remark-html') +var plugin = require('remark-jargon') +var jargon = require('./jargon.js') + +remark() + .use(html) + .use(plugin, { jargon: jargon }) + .process('This is a plugin for _remark_ originally written for _freesewing_.', function (err, file) { + console.log(String(file)) + }) +``` + +> **Note** +> +> This plugin will only add markup to your jargon if you _emphasize_ it. + + +### Style your jargon + +You will need to add CSS to style your jargon properly, and hide the definition by default. +Below is an example to get you started: + +```css +// Add a dashed line under jargon terms +.jargon-term { + text-decoration: underline dotted #228be6 +} +// Add a question mark behind/above jargon terms +.jargon-term::after { + content: "?"; + font-weight: bold; + display: inline-block; + transform: translate(0, -0.5em); + font-size: 75%; + color: #228be6; + margin-left: 3px; +} +// Hover behavior for the therm itself +.jargon-term:hover { + position: relative; + text-decoration: none; + cursor: help; +} +// Hide info by default +.jargon-term .jargon-info { + display: none +} +// Show info on hover +.jargon-term:hover .jargon-info { + display: block; + position: absolute; + top: 1.5em; + left: 0; + background: #F8F8F8; + border: 1px solid #DCDCDC; + padding: 1rem; + border-radius: 4px; + font-size: 90%; + min-width: 250px; + max-width: 450px; + z-index: 1; +} +``` + +## Tips for using jargon + +### Lowercase your terms in the jargon file + +When looking for terms to match, we lowercase the term your emphazised. +So in the jargon file, you should use `msf`, but in your text, you can use `MSF`, `Msf`, or `msf`. + +### If you use HTML, only use inline elements + +Your jargon term definition can contain HTML, but only inline elements. +Typically, you will want to stick to: + + - Making things **bold** + - Inserting [links](#) + +## Getting help + +This plugin is written by/for [FreeSewing](https://github.com/freesewing). +For help or feedback, please stop by [the FreeSewing chat room](https://gitter.im/freesewing/development) or +[create an issue](https://github.com/freesewing/freesewing/issues/new). + + +## Use with Gatsby + +Please see [gatsby-remark-jargon](https://github.com/freesewing/freesewing/tree/develop/packages/gatsby-remark-jargon) for +info and instructions on how to use this plugin with [Gatsby](https://www.gatsbyjs.org/). diff --git a/packages/rehype-jargon/package.json b/packages/rehype-jargon/package.json new file mode 100644 index 00000000000..b5b6e2cc737 --- /dev/null +++ b/packages/rehype-jargon/package.json @@ -0,0 +1,51 @@ +{ + "name": "@freesewing/rehype-jargon", + "version": "2.21.3", + "description": "A Rehype plugin for jargon terms", + "author": "Joost De Cock (https://github.com/joostdecock)", + "homepage": "https://freesewing.org/", + "repository": "github:freesewing/freesewing", + "license": "MIT", + "bugs": { + "url": "https://github.com/freesewing/freesewing/issues" + }, + "funding": { + "type": "individual", + "url": "https://freesewing.org/patrons/join" + }, + "keywords": [ + "freesewing", + "freesewing" + ], + "main": "dist/index.js", + "module": "dist/index.mjs", + "scripts": { + "build": "node build.js", + "clean": "rimraf dist", + "mbuild": "NO_MINIFY=1 node build.js", + "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", + "test": "echo \"rehype-jargon: No tests configured. Perhaps you'd like to do this?\" && exit 0", + "vbuild": "VERBOSE=1 node build.js", + "lab": "cd ../../sites/lab && yarn start", + "tips": "node ../../scripts/help.mjs", + "cibuild_step6": "node build.js" + }, + "peerDependencies": {}, + "dependencies": { + "hast-util-from-html": "^1.0.0", + "unist-util-visit": "^4.1.0" + }, + "devDependencies": {}, + "files": [ + "dist/*", + "README.md" + ], + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14.0.0", + "npm": ">=6" + } +} diff --git a/packages/rehype-jargon/src/index.js b/packages/rehype-jargon/src/index.js new file mode 100644 index 00000000000..004249f7d80 --- /dev/null +++ b/packages/rehype-jargon/src/index.js @@ -0,0 +1,43 @@ +import { visit } from 'unist-util-visit' +import { fromHtml } from 'hast-util-from-html' + +const jargonTransform = (term, html) => `${term}${html}` + +export default (options) => { + // Don't bother if we don't have any jargon + if (!options || !options.jargon) { + throw Error('Required "jargon" option is missing in remark-jargon configuration') + } + + // Allow passing in a custom transform method + if (!options.transform) options.transform = jargonTransform + + // Detect jargon nodes + const isJargon = (node) => { + if ( + node.tagName === 'em' && + Object.keys(options.jargon).indexOf(node.children[0].value.toLowerCase()) !== -1 + ) return true + return false + } + + // Visitor method + const visitor = (node) => { + if (isJargon(node)) { + const termTree = fromHtml( + options.transform( + node.children[0].value, + options.jargon[node.children[0].value.toLowerCase()] + ), + { fragment: true } + ) + node.children = termTree.children + } + } + + const transform = (tree) => { + visit(tree, 'element', visitor) + } + + return transform +} diff --git a/packages/rehype-jargon/test.js b/packages/rehype-jargon/test.js new file mode 100644 index 00000000000..188975bef5f --- /dev/null +++ b/packages/rehype-jargon/test.js @@ -0,0 +1,13 @@ +import { remark } from 'remark' +import { html } from ' +var html = require('remark-html') +var plugin = require('remark-jargon') +var jargon = require('./jargon.js') + +remark() + .use(html) + .use(plugin, { jargon: jargon }) + .process('This is a plugin for _remark_ originally written for _freesewing_.', function (err, file) { + console.log(String(file)) + }) + diff --git a/sites/dev/jargon.mjs b/sites/dev/jargon.mjs new file mode 100644 index 00000000000..5ce908d538e --- /dev/null +++ b/sites/dev/jargon.mjs @@ -0,0 +1,6 @@ +const jargon = { + cjs: "CJS stands for CommonJS, it is the JavaScript module format popularized by NodeJS, but now increasingly phased out in fabor of ESM", + esm: "ESM stands for EcmaScript Module, it is the standardized module syntax in JavaScript", +} + +export default jargon diff --git a/sites/dev/pages/[...mdxslug].js b/sites/dev/pages/[...mdxslug].js index b6169dbce07..329b99d4bc4 100644 --- a/sites/dev/pages/[...mdxslug].js +++ b/sites/dev/pages/[...mdxslug].js @@ -7,6 +7,7 @@ import TocWrapper from 'shared/components/wrappers/toc' import Head from 'next/head' import HelpUs from 'site/components/help-us.js' import { serverSideTranslations } from 'next-i18next/serverSideTranslations' +import jargon from 'site/jargon.mjs' const MdxPage = props => { @@ -71,7 +72,7 @@ export default MdxPage */ export async function getStaticProps({ params, locale }) { - const { mdx, intro, toc } = await mdxLoader('en', 'dev', params.mdxslug.join('/')) + const { mdx, intro, toc } = await mdxLoader('en', 'dev', params.mdxslug.join('/'), jargon) return { props: { diff --git a/sites/shared/mdx/loader.js b/sites/shared/mdx/loader.js index d217d58145a..e81496f45bb 100644 --- a/sites/shared/mdx/loader.js +++ b/sites/shared/mdx/loader.js @@ -16,6 +16,7 @@ import smartypants from 'remark-smartypants' import rehypeHighlight from 'rehype-highlight' import rehypeAutolinkHeadings from 'rehype-autolink-headings' import rehypeSlug from 'rehype-slug' +import rehypeJargon from '../../../packages/rehype-jargon/src/index.js' // Simple frontmatter extractor import frontmatter from 'front-matter' /* @@ -28,7 +29,13 @@ import frontmatter from 'front-matter' * @link https://mdxjs.com/guides/mdx-on-demand/ * */ -const mdxLoader = async (language, site, slug) => { + +const jargonTransform = (term, html) => `
    + ${term} +
    + ${html}
    ` + +const mdxLoader = async (language, site, slug, jargon) => { // TODO: Will this work on Windows? const md = await fs.promises.readFile( @@ -57,6 +64,7 @@ const mdxLoader = async (language, site, slug) => { ] ], rehypePlugins: [ + [rehypeJargon, { jargon, transform: jargonTransform }], [rehypeHighlight, { plainText: ['dot', 'http'] }], rehypeSlug, rehypeAutolinkHeadings, diff --git a/sites/shared/styles/globals.css b/sites/shared/styles/globals.css index 1a62ff16330..497df615e4c 100644 --- a/sites/shared/styles/globals.css +++ b/sites/shared/styles/globals.css @@ -298,6 +298,48 @@ input[type=range]:focus::-ms-fill-upper { /* Style for patterns */ @import './svg-freesewing-draft.css'; +/* Style for jargon terms */ +.jargon-term { + text-decoration: underline dotted hsl(var(--s)); + font-weight: 500; +} +summary.jargon-term { + list-style: none; +} +.jargon-term::after { + content: "?"; + font-weight: bold; + display: inline-block; + transform: translate(0, -0.5em); + font-size: 75%; + color: hsl(var(--s)); + margin-left: 3px; +} +.jargon-term:hover { + position: relative; + text-decoration: underline solid hsl(var(--s)); + cursor: pointer; +} +details.jargon-details[open] { + border: 1px solid hsl(var(--s)); + background: hsl(var(--s) / 0.1); + padding: 1rem 2rem; + margin: 1rem auto; + border-radius: 4px; +} +details.jargon-details[open] summary { + font-size: 200%; + padding: 0.5rem 0 1rem; + font-style: normal; +} +details.jargon-details[open] summary::after { + display: none; +} +details.jargon-details[open] .jargon-term, +details.jargon-details[open] .jargon-term:hover { + text-decoration: none; +} + /* Fix styling for pan&zoom */ /* div#pan-zoom-wrapper > div.react-transform-wrapper > div.react-transform-component { diff --git a/yarn.lock b/yarn.lock index 9ac0bfde436..267867d4681 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4137,6 +4137,11 @@ resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== +"@types/parse5@^6.0.0": + version "6.0.3" + resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.3.tgz#705bb349e789efa06f43f128cef51240753424cb" + integrity sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g== + "@types/prop-types@*": version "15.7.4" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" @@ -8724,6 +8729,11 @@ entities@^2.0.0, entities@^2.2.0: resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== +entities@^4.3.0: + version "4.3.1" + resolved "https://registry.yarnpkg.com/entities/-/entities-4.3.1.tgz#c34062a94c865c322f9d67b4384e4169bcede6a4" + integrity sha512-o4q/dYJlmyjP2zfnaWDUC6A3BQFmVTX+tZPezK7k0GLSU9QYCauscf5Y+qcEPzKL+EixVouYDgLQK5H9GrLpkg== + entities@~2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" @@ -11171,6 +11181,30 @@ hast-util-embedded@^2.0.0: dependencies: hast-util-is-element "^2.0.0" +hast-util-from-html@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-1.0.0.tgz#f04fba30c348328ccc1ef2660261e3932441ec3a" + integrity sha512-tXYPhk28aMtDjGb4xNDaxtGKqlyZAEPGjN12jPCjczWppdLSrG/0r604a3FMvrd+9nV1HclILQiVqMnuPxN0WQ== + dependencies: + "@types/hast" "^2.0.0" + hast-util-from-parse5 "^7.0.0" + parse5 "^7.0.0" + vfile "^5.0.0" + +hast-util-from-parse5@^7.0.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-7.1.0.tgz#c129dd3a24dd8a867ab8a029ca47e27aa54864b7" + integrity sha512-m8yhANIAccpU4K6+121KpPP55sSl9/samzQSQGpb0mTExcNh2WlvjtMwSWFhg6uqD4Rr6Nfa8N6TMypQM51rzQ== + dependencies: + "@types/hast" "^2.0.0" + "@types/parse5" "^6.0.0" + "@types/unist" "^2.0.0" + hastscript "^7.0.0" + property-information "^6.0.0" + vfile "^5.0.0" + vfile-location "^4.0.0" + web-namespaces "^2.0.0" + hast-util-has-property@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/hast-util-has-property/-/hast-util-has-property-2.0.0.tgz#c15cd6180f3e535540739fcc9787bcffb5708cae" @@ -11205,6 +11239,13 @@ hast-util-is-element@^2.0.0: "@types/hast" "^2.0.0" "@types/unist" "^2.0.0" +hast-util-parse-selector@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.0.tgz#a519e27e8b61bd5a98fad494ed06131ce68d9c3f" + integrity sha512-AyjlI2pTAZEOeu7GeBPZhROx0RHBnydkQIXlhnFzDi0qfXTmGUWoCYZtomHbrdrheV4VFUlPcfJ6LMF5T6sQzg== + dependencies: + "@types/hast" "^2.0.0" + hast-util-phrasing@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/hast-util-phrasing/-/hast-util-phrasing-2.0.1.tgz#48a63391688d242500f1b435665f29b9d81cc6b2" @@ -11322,6 +11363,17 @@ hast-util-whitespace@^2.0.0: resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-2.0.0.tgz#4fc1086467cc1ef5ba20673cb6b03cec3a970f1c" integrity sha512-Pkw+xBHuV6xFeJprJe2BBEoDV+AvQySaz3pPDRUs5PNZEMQjpXJJueqrpcHIXxnWTcAGi/UOCgVShlkY6kLoqg== +hastscript@^7.0.0: + version "7.0.2" + resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-7.0.2.tgz#d811fc040817d91923448a28156463b2e40d590a" + integrity sha512-uA8ooUY4ipaBvKcMuPehTAB/YfFLSSzCwFSwT6ltJbocFUKH/GDHLN+tflq7lSRf9H86uOuxOFkh1KgIy3Gg2g== + dependencies: + "@types/hast" "^2.0.0" + comma-separated-tokens "^2.0.0" + hast-util-parse-selector "^3.0.0" + property-information "^6.0.0" + space-separated-tokens "^2.0.0" + he@1.2.0, he@1.2.x: version "1.2.0" resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" @@ -17697,6 +17749,13 @@ parse5@^6.0.1: resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== +parse5@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.0.0.tgz#51f74a5257f5fcc536389e8c2d0b3802e1bfa91a" + integrity sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g== + dependencies: + entities "^4.3.0" + parseurl@^1.3.2, parseurl@~1.3.2, parseurl@~1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" @@ -24138,6 +24197,11 @@ wcwidth@^1.0.0, wcwidth@^1.0.1: dependencies: defaults "^1.0.3" +web-namespaces@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.1.tgz#1010ff7c650eccb2592cebeeaf9a1b253fd40692" + integrity sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ== + web-streams-polyfill@^3.0.3: version "3.2.0" resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz#a6b74026b38e4885869fb5c589e90b95ccfc7965" From d6dea8341a4d14b940c1c2aa791c7c66b67ffd05 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 17 Jul 2022 23:04:23 +0200 Subject: [PATCH 1500/1675] New translations account.yaml (Ukrainian) --- packages/i18n/src/locales/uk/account.yaml | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/i18n/src/locales/uk/account.yaml b/packages/i18n/src/locales/uk/account.yaml index ca15cfa827f..7162b57384c 100644 --- a/packages/i18n/src/locales/uk/account.yaml +++ b/packages/i18n/src/locales/uk/account.yaml @@ -1,25 +1,25 @@ --- -accountRemoved: Account removed +accountRemoved: Обліковий запис видалено accountRestricted: Account restricted -avatar: Avatar -avatarInfo: Your avatar or profile picture will be shown on your profile page. -avatarTitle: Set your profile picture -bio: Bio -bioInfo: This is where you can tell other freesewing users a little bit about yourself. This field supports MarkDown, so you can include links. If you have a blog, this is where you link to it so others can discover it. -bioTitle: Write a short bio -currentPassword: Current password -email: E-mail address -emailInfo: The E-mail address linked to your account is important, as it will be used to regain access to your account if you forget your password. Because of this, changing your E-mail address requires confirmation. -emailTitle: Enter the E-mail address you want to link to this account -exportYourData: Export your data +avatar: Аватар +avatarInfo: Ваш аватар або фото профілю буде показано на сторінці Вашого профілю. +avatarTitle: Встановіть своє зображення профілю +bio: Про мене +bioInfo: Це місце, де Ви можете розповісти іншим користувачам Freesewing трішки про себе. Дане поле підтримує MarkDown - це робить можливим додавання посилань. Для прикладу, Ви можете додати посилання на свій блог, щоб інші могли його відвідати. +bioTitle: Напишіть коротку біографію +currentPassword: Поточний пароль +email: Адреса електронної пошти +emailInfo: Адреса електронної пошти, прив'язана до вашого облікового запису, є важливою, оскільки вона буде використовуватися для відновлення доступу до вашого облікового запису, якщо ви забудете пароль. Через це зміна електронної адреси потребує підтвердження. +emailTitle: Введіть адресу електронної пошти, яку Ви хочете прив'язати до цього облікового запису +exportYourData: Експортуйте Ваші дані exportYourDataInfo: The EU's General Data Protection (GDPR) ensures your so-called right to data portability — the right to obtain and reuse your personal data for your own purposes, or across different services. -exportYourDataTitle: Click below to download your personal data -github: Github -githubInfo: If you provide your GitHub username, your profile page will contain a link to your Github account, so visitors can discover your code contributions, star you, or follow you. -githubTitle: Fill in your Github username -instagramInfo: If you provide your Instagram username, your profile page will contain a link to your Instagram account, so visitors can discover your pictures, and follow you. +exportYourDataTitle: Натисніть нижче, щоб завантажити персональні дані +github: GitHub +githubInfo: Якщо ви надасте своє ім'я користувача GitHub, сторінка вашого профілю буде містити посилання на ваш обліковий запис в GitHub. Інші відвідувачі зможуть переглянути Ваші внески в код, дати Вам зірочку або підписатися на Вас. +githubTitle: Заповніть своє ім'я користувача GitHub +instagramInfo: Якщо ви надасте ім'я користувача Instagram, сторінка профілю буде містити посилання на Ваш обліковий запис в Instagram. Таким чином, відвідувачі зможуть переглянути Ваші фотографії та слідкувати за Вами. instagram: Instagram -instagramTitle: Fill in your Instagram username +instagramTitle: Заповніть своє ім'я користувача Instagram languageInfo: This language choice determines in what language you will receive E-mails from freesewing. It does not determine the language of the website, which can be chosen on every page. language: Language languageTitle: Select the language of your choice From be695247a62dd0f782329e793f2fe3a705b74f90 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 00:04:08 +0200 Subject: [PATCH 1501/1675] New translations account.yaml (Ukrainian) --- packages/i18n/src/locales/uk/account.yaml | 54 +++++++++++------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/packages/i18n/src/locales/uk/account.yaml b/packages/i18n/src/locales/uk/account.yaml index 7162b57384c..7a380d09990 100644 --- a/packages/i18n/src/locales/uk/account.yaml +++ b/packages/i18n/src/locales/uk/account.yaml @@ -1,6 +1,6 @@ --- accountRemoved: Обліковий запис видалено -accountRestricted: Account restricted +accountRestricted: Обліковий запис обмежено avatar: Аватар avatarInfo: Ваш аватар або фото профілю буде показано на сторінці Вашого профілю. avatarTitle: Встановіть своє зображення профілю @@ -12,7 +12,7 @@ email: Адреса електронної пошти emailInfo: Адреса електронної пошти, прив'язана до вашого облікового запису, є важливою, оскільки вона буде використовуватися для відновлення доступу до вашого облікового запису, якщо ви забудете пароль. Через це зміна електронної адреси потребує підтвердження. emailTitle: Введіть адресу електронної пошти, яку Ви хочете прив'язати до цього облікового запису exportYourData: Експортуйте Ваші дані -exportYourDataInfo: The EU's General Data Protection (GDPR) ensures your so-called right to data portability — the right to obtain and reuse your personal data for your own purposes, or across different services. +exportYourDataInfo: Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на портативність даних — право отримувати та повторно використовувати свої особисті дані для власних цілей, або через різні сервіси. exportYourDataTitle: Натисніть нижче, щоб завантажити персональні дані github: GitHub githubInfo: Якщо ви надасте своє ім'я користувача GitHub, сторінка вашого профілю буде містити посилання на ваш обліковий запис в GitHub. Інші відвідувачі зможуть переглянути Ваші внески в код, дати Вам зірочку або підписатися на Вас. @@ -20,31 +20,31 @@ githubTitle: Заповніть своє ім'я користувача GitHub instagramInfo: Якщо ви надасте ім'я користувача Instagram, сторінка профілю буде містити посилання на Ваш обліковий запис в Instagram. Таким чином, відвідувачі зможуть переглянути Ваші фотографії та слідкувати за Вами. instagram: Instagram instagramTitle: Заповніть своє ім'я користувача Instagram -languageInfo: This language choice determines in what language you will receive E-mails from freesewing. It does not determine the language of the website, which can be chosen on every page. -language: Language -languageTitle: Select the language of your choice -newPassword: New password -newsletter: Newsletter -newsletterTitle: Would you like to receive the FreeSewing newsletter? -newsletterInfo: Once every 3 months, we send out our newsletter with honest wholesome content. No tracking, no ads, no nonsense. -passwordInfo: Changing your password requires your current password. Fill that in, then fill in your new password too. -password: Password -passwordTitle: Enter your current password, and your new password -patronInfo: Patrons support Freesewing financially. They are loyal supporters who ensure a sustainable future for freesewing.org, our code, our patterns, and our community. -patron: Patron -removeYourAccountInfo: The EU's General Data Protection (GDPR) ensures your so-called right to data erasure — the right to have your personal data removed. -removeYourAccount: Remove your account +languageInfo: Даний вибір мови визначає, якою мовою ви будете отримувати електронні листи від FreeSewing. Він не визначає мову сайту, яку можна вибрати на кожній сторінці. +language: Мова +languageTitle: Оберіть бажану мову користування +newPassword: Новий пароль +newsletter: Розсилка новин +newsletterTitle: Чи хочете Ви отримувати розсилку новин від FreeSewing? +newsletterInfo: Раз на 3 місяці, ми надсилаємо нашу інформаційну розсилку з корисним та чесним контентом. Без відстеження, без реклами, без нісенітниць. +passwordInfo: Зміна пароля вимагає Вашого поточного пароля. Заповніть його, потім введіть новий пароль. +password: Пароль +passwordTitle: Введіть поточний пароль та новий пароль +patronInfo: Патрони фінансово підтримують FreeSewing. Вони є лояльними прихильниками, які забезпечують стійке майбутнє для freesewing.org, нашого коду, викрійок та нашої спільноти. +patron: Патрон +removeYourAccountInfo: Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на усунення даних — право видалити Ваші персональні дані. +removeYourAccount: Видалення облікового запису removeYourAccountWarning: This will remove your account, your drafts, your models, and all data we have stored for you. There is no way back from this. -resetPasswordInfo: Enter your new password. -resetPassword: Reset password -resetPasswordTitle: Enter your new password -restrictProcessingOfYourDataInfo: The EU's General Data Protection (GDPR) ensures your so-called right to restrict processing — the right to put a halt on the processing of your data. -restrictProcessingOfYourData: Restrict processing of your data -restrictProcessingWarning: While no data will be removed, this will log you out and freeze your account. Furthermore, you can not undo this on your own, but will have to contact us when you want to restore access to your account. -reviewYourConsent: Review your consent +resetPasswordInfo: Введіть Ваш новий пароль. +resetPassword: Змінити пароль +resetPasswordTitle: Введіть Ваш новий пароль +restrictProcessingOfYourDataInfo: Загальний регламент про захист даних ЄС (GDPR) гарантує Ваші так звані права на обмеження опрацювання - право припиняти обробку Ваших даних. +restrictProcessingOfYourData: Обмежити обробку ваших даних +restrictProcessingWarning: Ваші дані не будуть видалені, проте Ви вийдете зі свого облікового запису та заморозите його. Також, Ви не можете відмінити цю дію самостійно – Вам доведеться зв'язатися з нами, якщо Ви захочете відновити доступ до свого облікового запису. +reviewYourConsent: Переглянути вашу згоду socialInfo: If you provide your GitHub, Twitter, or Instagram username, your profile page will contain links to your accounts on these sites. This allows freesewing users to follow you there.
    We are not contacting any of these sites on your behalf. This is just so that people can connect the dots and know that for example user @joost on freesewing is the same person as user @j__st on twitter. -social: Social -socialTitle: Let people follow you elsewhere +social: Соціальні мережі +socialTitle: Дозволити людям слідкувати за Вами на інших платформах twitterInfo: If you provide your Twitter username, your profile page will contain a link to your Twitter account, so visitors can discover your tweets, and follow you. twitterTitle: Fill in your Twitter username twitter: Twitter @@ -56,5 +56,5 @@ usernameTitle: Please choose your username username: Username accountIsInactive: Your account is inactive accountNeedsActivation: Before you can login, you need to activate your account. Please check your inbox for the registration email and click the link within it. -reloadAccount: Reload account -reloadAccountDescription: This will reload your account data from the backend. It has the same effect as logging out, and then logging in again. +reloadAccount: Перезавантажити обліковий запис +reloadAccountDescription: Це перезавантажить дані Вашого облікового запису із backend. Буквально те саме, що й вийти та знову увійти. From d35c778648eb7bf5d8b42b9c3f435fbf2fc990bf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 00:04:09 +0200 Subject: [PATCH 1502/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 154 +++++++++++++------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index 193f4b1d051..43f5a0c9766 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -1,93 +1,93 @@ --- 100PercentCommunity: 100% community -100PercentFree: 100% free +100PercentFree: 100% безкоштовно 100PercentOpenSource: 100% open source -aboutFreesewing: About Freesewing -accessoryPatterns: Accessory Patterns -account: Account -accountCreated: Account created -actions: Actions -allDocumentation: All documentation -andThatIsAwesome: And that is awesome -applyThisLayout: Apply this layout -areYouSureYouWantToContinue: Are you sure you want to continue? -askForHelp: Ask for help -automatic: Automatic +aboutFreesewing: Про Freesewing +accessoryPatterns: Викрійки аксесуарів +account: Обліковий запис +accountCreated: Обліковий запис створено +actions: Дії +allDocumentation: Вся документація +andThatIsAwesome: І це чудово +applyThisLayout: Застосувати макет +areYouSureYouWantToContinue: Ви впевнені, що хочете продовжити? +askForHelp: Попросити про допомогу +automatic: Автоматично averagePeopleDoNotExist: "Average people don't exist" -awesome: Awesome -back: Back -becauseThatWouldBeReallyHelpful: Because that would be really helpful. -becomeAPatron: Become a patron +awesome: Чудово +back: Назад +becauseThatWouldBeReallyHelpful: Тому що це було б дуже корисно. +becomeAPatron: Стати патроном blockPatterns: Block/Sloper Patterns -blog: Blog -browseBlogposts: Browse blogposts -browsePatterns: Browse patterns -browseShowcases: Browse showcases -butThatCouldChange: But that could change -cancel: Cancel -changePerson: Change person -changePattern: Change pattern -chatOnDiscord: Chat on Discord -checkInboxClickLinkInConfirmationEmail: Now check your inbox and click the link in the confirmation Email we've sent you. -chest: Chest +blog: Блог +browseBlogposts: Перегляд блог-постів +browsePatterns: Перегляд викрійок +browseShowcases: Перегляд показів +butThatCouldChange: Але це може змінитися +cancel: Скасувати +changePerson: Змінити людину +changePattern: Змінити викрійку +chatOnDiscord: Чат в Discord +checkInboxClickLinkInConfirmationEmail: Тепер перевірте поштову скриньку та перейдіть за посиланням у листі, що ми надіслали вам. +chest: Груди chestInfo: Breasts require extra measurements. If this person has no breasts, irrelevant measurements will be hidden when configuring them. This has no impact on how patterns are drafted. -chooseASize: Choose a size -chooseAPerson: Choose a person -chooseADesign: Choose a design -chooseAPattern: Choose a pattern -chooseYourOptions: Choose your options -close: Close -community: Community -configureLayout: Configure layout +chooseASize: Обрати розмір +chooseAPerson: Обрати людину +chooseADesign: Обрати дизайн +chooseAPattern: Обрати викрійку +chooseYourOptions: Обрати Ваші налаштування +close: Закрити +community: Спільнота +configureLayout: Налаштування макета configureYourDraft: Configure your draft -contactUs: Contact us -contentLocaleFallback: That's why we're showing you the English version instead. -contents: Contents -continue: Continue -copiedToClipboard: Copied to clipboard -copy: Copy -couldYouTranslateThis: Could you translate this? +contactUs: Контакти +contentLocaleFallback: Тому замість цього ми показуємо Вам англійську версію. +contents: Зміст +continue: Продовжити +copiedToClipboard: Скопійовано в буфер обміну +copy: Копіювати +couldYouTranslateThis: Можете це перекласти? countModelsLackingForPattern: '{count} of your people lack the required measurements to draft {pattern}' -created: Created -custom: Custom -customSeamAllowance: Custom seam allowance -lightMode: Light mode -data: Data -darkMode: Dark mode -default: Default -demo: Demo -designOptions: Design options -designs: Designs -docs: Documentation -docsFooterMsg: Documentation is never finished. Hopefully we were able to answer all your questions, but if that's not the case, help is available. -docsNotFoundMsg: We were unable to find this documentation, which typically means that it hasn't been written yet. -docsNotFoundTitle: This documentation is missing -documentationForDevelopers: Documentation for developers -documentationForEditors: Documentation for editors -documentationForTranslators: Documentation for translators -documentationOverview: Documentation overview +created: Створено +custom: Налаштувати +customSeamAllowance: Налаштувати припуски на шви +lightMode: Світлий режим +data: Дані +darkMode: Темний режим +default: За замовчуванням +demo: Демо +designOptions: Налаштування дизайну +designs: Дизайни +docs: Документація +docsFooterMsg: Документація ніколи не завершена. Сподіваємося, ми змогли відповісти на всі Ваші запитання, але якщо це не так - можна звернутися за допомогою. +docsNotFoundMsg: Не вдалося знайти цю документацію, що зазвичай значить, що вона ще не була написана. +docsNotFoundTitle: Ця документація відсутня +documentationForDevelopers: Документація для розробників +documentationForEditors: Документація для корегувачів +documentationForTranslators: Документація для перекладачів +documentationOverview: Перегляд документації dolls: Dolls -download: Download -draft: Draft -draftPattern: 'Draft {pattern}' +download: Завантажити +draft: Чернетка +draftPattern: 'Створити {pattern}' testPattern: 'Test {pattern}' -draftPatternForModel: 'Draft {pattern} for {model}' -drafts: Drafts +draftPatternForModel: 'Створити {pattern} для {model}' +drafts: Чернетки draftSettings: Draft settings -dragAndDropImageHere: Drag and drop an image here, or select one manually with the button below -emailAddress: E-mail address -emailWorksToo: "If you don't know your username, you can also use your E-mail address to login" -enterEmailPickPassword: Enter your E-mail address, and pick a password -export: Export +dragAndDropImageHere: Перетягніть зображення сюди або виберіть власноруч, тицьнувши на кнопку знизу +emailAddress: Електронна адреса +emailWorksToo: "Якщо Ви не знаєте своє ім'я користувача, можна також використати свою електронну адресу для входу" +enterEmailPickPassword: Введіть свою електронну адресу та оберіть пароль +export: Експортувати exportTiledPDF: Export tiled PDF -faq: Frequently asked questions -fieldRemoved: '{field} removed' -fieldSaved: '{field} saved' -filterByPattern: Filter by pattern -filterPatterns: Filter patterns -forgotLoginInstructions: "If you don't remember your password, enter your username or E-mail address below and click the Reset password button" +faq: Поширені запитання +fieldRemoved: '{field} видалено' +fieldSaved: '{field} збережено' +filterByPattern: Фільтрувати за викрійками +filterPatterns: Фільтрувати викрійки +forgotLoginInstructions: "Якщо Ви не пам'ятаєте свій пароль, напишіть знизу своє ім'я користувача чи електронну адресу та тицьніть кнопку Змінити пароль" freesewing: Freesewing -freesewingOnGithub: Freesewing on GitHub +freesewingOnGithub: Freesewing на GitHub garmentPatterns: Garment Patterns giants: Giants github: GitHub From e524b02661ce27a0ed126f792b09f70965d5f494 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 01:04:14 +0200 Subject: [PATCH 1503/1675] New translations account.yaml (Ukrainian) --- packages/i18n/src/locales/uk/account.yaml | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/i18n/src/locales/uk/account.yaml b/packages/i18n/src/locales/uk/account.yaml index 7a380d09990..e032758f308 100644 --- a/packages/i18n/src/locales/uk/account.yaml +++ b/packages/i18n/src/locales/uk/account.yaml @@ -34,7 +34,7 @@ patronInfo: Патрони фінансово підтримують FreeSewing. patron: Патрон removeYourAccountInfo: Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на усунення даних — право видалити Ваші персональні дані. removeYourAccount: Видалення облікового запису -removeYourAccountWarning: This will remove your account, your drafts, your models, and all data we have stored for you. There is no way back from this. +removeYourAccountWarning: Ця дія вилучить Ваш обліковий запис, Ваші чернетки, Ваші моделі, та всю збережену нами інформацію про Ваш обліковий запис. Жодних шляхів назад. resetPasswordInfo: Введіть Ваш новий пароль. resetPassword: Змінити пароль resetPasswordTitle: Введіть Ваш новий пароль @@ -42,19 +42,19 @@ restrictProcessingOfYourDataInfo: Загальний регламент про restrictProcessingOfYourData: Обмежити обробку ваших даних restrictProcessingWarning: Ваші дані не будуть видалені, проте Ви вийдете зі свого облікового запису та заморозите його. Також, Ви не можете відмінити цю дію самостійно – Вам доведеться зв'язатися з нами, якщо Ви захочете відновити доступ до свого облікового запису. reviewYourConsent: Переглянути вашу згоду -socialInfo: If you provide your GitHub, Twitter, or Instagram username, your profile page will contain links to your accounts on these sites. This allows freesewing users to follow you there.
    We are not contacting any of these sites on your behalf. This is just so that people can connect the dots and know that for example user @joost on freesewing is the same person as user @j__st on twitter. +socialInfo: Якщо Ви надасте своє ім'я користувача GitHub, Twitter або Instagram, сторінка вашого профілю буде містити посилання на Ваші облікові записи на цих сайтах. Це дозволяє користувачам FreeSewing підписатися на Вас.
    Ми не контактуємо з жодним з цих сайтів від Вашого імені. Це тільки для того, щоб люди могли розуміти, що, наприклад, користувач @joost на FreeSewing є тією самою людиною, що і користувач @j__st в Twitter. social: Соціальні мережі socialTitle: Дозволити людям слідкувати за Вами на інших платформах -twitterInfo: If you provide your Twitter username, your profile page will contain a link to your Twitter account, so visitors can discover your tweets, and follow you. -twitterTitle: Fill in your Twitter username +twitterInfo: Якщо ви надасте своє ім'я користувача Twitter, сторінка вашого профілю буде містити посилання на Ваш обліковий запис у Twitter. Таким чином, відвідувачі можуть переглянути ваші твіти і слідкувати за Вами. +twitterTitle: Заповніть своє ім'я користувача у Twitter twitter: Twitter -unitsInfo: Freesewing supports both the metric system, and imperial measurements. -unitsTitle: Please select the unit system you are most familiar with -units: Units -usernameInfo: Everyone starts with a randomly generated username. That isn't very personal, so you can change your username to something more you. Like your name, or queenoffarts or whatever. -usernameTitle: Please choose your username -username: Username -accountIsInactive: Your account is inactive -accountNeedsActivation: Before you can login, you need to activate your account. Please check your inbox for the registration email and click the link within it. +unitsInfo: FreeSewing підтримує як метричну систему, так і імперську систему вимірювань. +unitsTitle: Будь ласка, оберіть систему вимірювань, з якою Ви найбільш знайомі +units: Одиниці вимірювання +usernameInfo: Кожен користувач отримує випадково згенероване ім'я користувача. Це не дуже особисте, тому Ви можете змінити Ваше ім'я користувача на щось більш відповідне Вашій особистості. До прикладу, власне ім'я, або або будь-що інше. +usernameTitle: Будь ласка, oберіть ім'я користувача +username: Ім’я користувача +accountIsInactive: Ваш обліковий запис неактивний +accountNeedsActivation: Перш ніж Ви зможете увійти, потрібно активувати свій обліковий запис. Будь ласка, перевірте Вашу поштову скриньку для реєстрації і натисніть на посилання у листі. reloadAccount: Перезавантажити обліковий запис reloadAccountDescription: Це перезавантажить дані Вашого облікового запису із backend. Буквально те саме, що й вийти та знову увійти. From 3132c64003f071930d027e6361033cf1734d4b90 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 01:04:15 +0200 Subject: [PATCH 1504/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 80 +++++++++++++-------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index 43f5a0c9766..6b4e9f6a439 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -60,10 +60,10 @@ designOptions: Налаштування дизайну designs: Дизайни docs: Документація docsFooterMsg: Документація ніколи не завершена. Сподіваємося, ми змогли відповісти на всі Ваші запитання, але якщо це не так - можна звернутися за допомогою. -docsNotFoundMsg: Не вдалося знайти цю документацію, що зазвичай значить, що вона ще не була написана. +docsNotFoundMsg: Не вдалося знайти цю документацію. Це зазвичай значить, що вона ще не була написана. docsNotFoundTitle: Ця документація відсутня documentationForDevelopers: Документація для розробників -documentationForEditors: Документація для корегувачів +documentationForEditors: Документація для коригувачів documentationForTranslators: Документація для перекладачів documentationOverview: Перегляд документації dolls: Dolls @@ -88,55 +88,55 @@ filterPatterns: Фільтрувати викрійки forgotLoginInstructions: "Якщо Ви не пам'ятаєте свій пароль, напишіть знизу своє ім'я користувача чи електронну адресу та тицьніть кнопку Змінити пароль" freesewing: Freesewing freesewingOnGithub: Freesewing на GitHub -garmentPatterns: Garment Patterns +garmentPatterns: Викрійки одягу giants: Giants github: GitHub -goAheadWeWillWait: Go ahead, we'll wait. -goodJob: Good job -goodToSeeYouAgain: Good to see you again {user} +goAheadWeWillWait: Продовжуйте, ми зачекаємо. +goodJob: Молодець +goodToSeeYouAgain: Раді бачити Вас знову, {user} handle: Handle -helpUsTranslate: Help us translate -home: Home -howCanWeHelpYou: How can we help you? -howToTakeMeasurements: How to take measurements -i18n: Internationalization -imperialUnits: Imperial units (inch) -instagram: Instagram +helpUsTranslate: Допоможіть нам з перекладом +home: Головна +howCanWeHelpYou: Як ми можемо Вам допомогти? +howToTakeMeasurements: Як робити заміри +i18n: Інтернаціоналізація +imperialUnits: Імперські одиниці (дюйм) +instagram: Інстаграм invalidTldMessage: '.{tld} is not a valid TLD' -joinTheChatMsg: We have a community on Discord with friendly people you can chat to. -justAMoment: Just a moment -layout: Layout -logIn: Log in -loginWithProvider: 'Log in with {provider}' -logOut: Log out +joinTheChatMsg: Ми маємо спільноту в Discord, де Ви можете поспілкуватися з привітними людьми. +justAMoment: Зачекайте хвилинку +layout: Макет +logIn: Увійти +loginWithProvider: 'Увійти через {provider}' +logOut: Вийти manual: Manual markdownHelp: MarkDown help -measurements: Measurements -menu: Menu +measurements: Заміри +menu: Меню metadata: Metadata -metricUnits: Metric units (cm) -person: Person -people: People -nameInfo: A name helps to keep things apart. You can pick any name you want. -name: Name -addThing: Add {thing} +metricUnits: Метричні одиниці (см) +person: Людина +people: Люди +nameInfo: Назва допомагає відрізняти речі. Ви можете обрати назву, яку душа забажає. +name: Назва +addThing: Додати {thing} newThing: New {thing} newPatternForModel: 'New {pattern} for {model}' -noChanges: No changes -no: 'No' #Keep in quotes or it will evaluate to false +noChanges: Без змін +no: 'Ні' #Keep in quotes or it will evaluate to false noPasswordPolicy: We don't enforce a password policy -noSeamAllowance: No seam allowance -notAllOfThisContentIsAvailableInLanguage: Not all of this content is available in English -notesInfo: These are your notes. You can write anything you want here -notes: Notes -ohNo: Oh no! -oneMoreThing: One more thing -optionalMeasurements: Optional measurements -options: Options -orPayPerYear: Or pay per year -other: Other +noSeamAllowance: Без припусків на шви +notAllOfThisContentIsAvailableInLanguage: Не весь цей контент доступний англійською мовою +notesInfo: Це Ваші нотатки. Ви можете писати тут все, що забажаєте +notes: Нотатки +ohNo: О ні! +oneMoreThing: І ще одна річ +optionalMeasurements: Додаткові заміри +options: Налаштування +orPayPerYear: Чи оплачувати щороку +other: Інше otherThing: 'Other {thing}' -ourPatrons: Our patrons +ourPatrons: Наші патрони ourRevenuePledge: Our revenue pledge patron-2: Powder monkey patron-4: First mate From 0586f8819bd28e7e9e07d721e1dc9beae627c0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 04:13:26 +0000 Subject: [PATCH 1505/1675] Bump @types/node from 18.0.4 to 18.0.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.4 to 18.0.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9ac0bfde436..907ca49233a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4118,9 +4118,9 @@ form-data "^3.0.0" "@types/node@*", "@types/node@>=12", "@types/node@^18.0.0": - version "18.0.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.4.tgz#48aedbf35efb3af1248e4cd4d792c730290cd5d6" - integrity sha512-M0+G6V0Y4YV8cqzHssZpaNCqvYwlCiulmm0PwpNLF55r/+cT8Ol42CHRU1SEaYFH2rTwiiE1aYg/2g2rrtGdPA== + version "18.0.6" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7" + integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw== "@types/node@^16.0.0": version "16.11.22" From 506bc778082544ef1b39128a177e6f7c9fed33e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 04:19:51 +0000 Subject: [PATCH 1506/1675] Bump netlify-cli from 10.9.0 to 10.10.0 Bumps [netlify-cli](https://github.com/netlify/cli) from 10.9.0 to 10.10.0. - [Release notes](https://github.com/netlify/cli/releases) - [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/cli/compare/v10.9.0...v10.10.0) --- updated-dependencies: - dependency-name: netlify-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 121 +++++++++++++++++------------------------------------- 1 file changed, 37 insertions(+), 84 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9ac0bfde436..af272c76f87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2699,20 +2699,20 @@ resolved "https://registry.yarnpkg.com/@netlify/binary-info/-/binary-info-1.0.0.tgz#cd0d86fb783fb03e52067f0cd284865e57be86c8" integrity sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw== -"@netlify/build@^27.3.3": - version "27.3.3" - resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.3.3.tgz#f79dc5993ece749d15625333f18791114137835c" - integrity sha512-n7lGpd2gcUE7Iy12Du5UvWI4kuooSwnSG6yvhRk0egOSq7yRBmAkT8evnzAcjgfq2Ze0JNO/9x8epDKOCeDtbQ== +"@netlify/build@^27.4.0": + version "27.4.0" + resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.4.0.tgz#1f25fa011cc342dde531d6cd144d41cc67423687" + integrity sha512-tNm1wpV3ZznjBG2Lsa9XVrNpPX5ateKLHEIbSjnO40Xcw6JIlV4iSB66lTin7xr92w7tzDRuY1dcDvFEI2Fy4A== dependencies: "@bugsnag/js" "^7.0.0" "@netlify/cache-utils" "^4.0.0" "@netlify/config" "^18.1.1" - "@netlify/edge-bundler" "^1.4.2" - "@netlify/functions-utils" "^4.2.0" + "@netlify/edge-bundler" "^1.5.0" + "@netlify/functions-utils" "^4.2.1" "@netlify/git-utils" "^4.0.0" - "@netlify/plugins-list" "^6.29.0" + "@netlify/plugins-list" "^6.33.0" "@netlify/run-utils" "^4.0.0" - "@netlify/zip-it-and-ship-it" "5.11.1" + "@netlify/zip-it-and-ship-it" "5.13.0" "@sindresorhus/slugify" "^2.0.0" "@types/node" "^16.0.0" ansi-escapes "^5.0.0" @@ -2803,7 +2803,7 @@ validate-npm-package-name "^4.0.0" yargs "^17.3.1" -"@netlify/edge-bundler@^1.4.2", "@netlify/edge-bundler@^1.5.0": +"@netlify/edge-bundler@^1.5.0": version "1.5.0" resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.5.0.tgz#5efd099fedb03849a2320bffcd503ddcffd39db1" integrity sha512-vkF0cw1B8/AP6leqS9bsxL7HQ5Te/E+/sVDjJ5OHNHdDsKQFOn13wWSlMRaT0yX04f4QOjXxv0IMSlDfQjHLSQ== @@ -2960,12 +2960,12 @@ read-pkg-up "^9.0.0" semver "^7.3.4" -"@netlify/functions-utils@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@netlify/functions-utils/-/functions-utils-4.2.0.tgz#896b38307d9676aa326e2a199fd57600890e4ee5" - integrity sha512-erWu+M2xaRuALqWy9dNaVORgco0TYGCcV6ZoFayJZWJPeMxM+aVK9e1d1F5iuphVRKIL08f6w4QJniUC2OCiYQ== +"@netlify/functions-utils@^4.2.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@netlify/functions-utils/-/functions-utils-4.2.1.tgz#e824f64406f10bed238089870840729b55143716" + integrity sha512-Wjq2jixsSu6JwnyRUZzYn9YUrhl30Fn5V28+4WJ/PhnpT1+atFwRj2JgUesnzZeDIFe3a2wjjCd8pOx4kZCJEw== dependencies: - "@netlify/zip-it-and-ship-it" "5.11.1" + "@netlify/zip-it-and-ship-it" "5.13.0" cpy "^8.1.0" path-exists "^5.0.0" @@ -3063,10 +3063,10 @@ resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.10.0.tgz#413bc76e86e4bf880921aa295958eb8afac042b1" integrity sha512-ZJF4nbLPfxsWrVgp2reCb23HMxsWl5+r+K0RtIhxcZ/RxbHVihRA9mwyzIcxPWrT5x9uAAxCr1aKGP7IdsDe+Q== -"@netlify/plugins-list@^6.29.0", "@netlify/plugins-list@^6.32.0": - version "6.32.0" - resolved "https://registry.yarnpkg.com/@netlify/plugins-list/-/plugins-list-6.32.0.tgz#0f6013626a7e56399ffa166dc7a570e7d50f16b2" - integrity sha512-ZYaik41Xl7Jg7k204daKG26eT8pywThqvrwsDqW3gVuVx+Clo3uSrPTwNEuHme9Py0smdw2/oG2qp1jH3Q5sLQ== +"@netlify/plugins-list@^6.33.0": + version "6.34.0" + resolved "https://registry.yarnpkg.com/@netlify/plugins-list/-/plugins-list-6.34.0.tgz#9f7033f1c0ac5a19f63e0eabfd61f66d3af8b1e4" + integrity sha512-3NqOSviWT5GoiA2ybK9CgpEMO2TaCoYDXv1PU0VZhWbK3KggoNTa2UaWN/YDjpMjj8pt6RWJQKW8RWWKJ6Jx5g== "@netlify/run-utils@^4.0.0": version "4.0.0" @@ -3075,47 +3075,10 @@ dependencies: execa "^5.1.1" -"@netlify/zip-it-and-ship-it@5.11.1": - version "5.11.1" - resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.11.1.tgz#9e36c6f24787abdc9c0695acdd69f26f97c1ab09" - integrity sha512-xjDmbTcrzSvQvyYK/rAsHq7R1UQIDpn4KUjxEgrc0S/cjpvzQ610JtRz3JMrnSvjzOTTnLlBOD3b+aow1Edt9g== - dependencies: - "@babel/parser" "7.16.8" - "@netlify/esbuild" "0.14.25" - "@vercel/nft" "^0.20.0" - archiver "^5.3.0" - common-path-prefix "^3.0.0" - cp-file "^9.0.0" - del "^6.0.0" - elf-cam "^0.1.1" - end-of-stream "^1.4.4" - es-module-lexer "^0.10.0" - execa "^5.0.0" - filter-obj "^2.0.1" - find-up "^5.0.0" - glob "^8.0.3" - is-builtin-module "^3.1.0" - junk "^3.1.0" - locate-path "^6.0.0" - merge-options "^3.0.4" - minimatch "^5.0.0" - normalize-path "^3.0.0" - p-map "^4.0.0" - path-exists "^4.0.0" - precinct "^9.0.1" - read-package-json-fast "^2.0.2" - require-package-name "^2.0.1" - resolve "^2.0.0-next.1" - semver "^7.0.0" - tmp-promise "^3.0.2" - toml "^3.0.0" - unixify "^1.0.0" - yargs "^17.0.0" - -"@netlify/zip-it-and-ship-it@^5.12.0": - version "5.12.0" - resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.12.0.tgz#75ae311e8736d7d7b671e3e5df05f8dce55300c5" - integrity sha512-ebLejCn0AO/ovYHv0w457B+Jjk8Z2vtkIuX6n/hQYiKHNDAj06zGCyzlJ9jOwtj2CVREAjz68f8/HdDxnEOW6Q== +"@netlify/zip-it-and-ship-it@5.13.0", "@netlify/zip-it-and-ship-it@^5.13.0": + version "5.13.0" + resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.13.0.tgz#815cfc2b27839dcf024f31cbc3e2a9940650e390" + integrity sha512-JlZAWwIjs9cIYIOO1Xw/OXRvXy1VXd+h5ZKuH8Lug1JCub0hGM8XIh3TnNsqHrjwsC/Oh5UucTba4SPuIU9Xag== dependencies: "@babel/parser" "7.16.8" "@netlify/binary-info" "^1.0.0" @@ -7011,17 +6974,12 @@ commander@^2.20.0, commander@^2.3.0, commander@^2.8.1: resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== -commander@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.2.tgz#6837c3fb677ad9933d1cfba42dd14d5117d6b39e" - integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow== - commander@^8.3.0: version "8.3.0" resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== -commander@^9.1.0, commander@^9.2.0: +commander@^9.1.0, commander@^9.2.0, commander@^9.3.0: version "9.4.0" resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== @@ -8638,11 +8596,6 @@ element-resize-detector@^1.2.2: dependencies: batch-processor "1.0.0" -elf-cam@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/elf-cam/-/elf-cam-0.1.1.tgz#46883b10835ed9e417860636a870d57490ce9eda" - integrity sha512-tKSFTWOp5OwJSp6MKyQDX7umYDkvUuI8rxHXw8BuUQ63d9Trj9xLeo6SHyoTGSoZNNZVitFa+RuHHXuoAzN3Rw== - elliptic@^6.5.3, elliptic@^6.5.4: version "6.5.4" resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" @@ -16076,17 +16029,17 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug== netlify-cli@^10.3.3: - version "10.9.0" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.9.0.tgz#b49b8aa5d77023d55d42753b0c34364ab7c0f1c9" - integrity sha512-79jF2PpD8hDlxHtdWnpyxtjFWW6QY17H5tuuIJBaD+6yo2ZxPnbnx7NcYRIY1BdnKO6WH3pCSoDYYXrPvkYngw== + version "10.10.0" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.10.0.tgz#0ef6f377339f1513d33e9c14125dc198294a2b6c" + integrity sha512-fD+4YtWU5T5W+3I1mCZv23PVaFuO0zcUTg83TqKg6j8tfN3twQy7cU+cU6oBjtDcyMoC6ShnpqFpOm4m5H/clA== dependencies: - "@netlify/build" "^27.3.3" + "@netlify/build" "^27.4.0" "@netlify/config" "^18.1.1" "@netlify/edge-bundler" "^1.5.0" "@netlify/framework-info" "^9.1.0" "@netlify/local-functions-proxy" "^1.1.1" - "@netlify/plugins-list" "^6.32.0" - "@netlify/zip-it-and-ship-it" "^5.12.0" + "@netlify/plugins-list" "^6.33.0" + "@netlify/zip-it-and-ship-it" "^5.13.0" "@octokit/rest" "^18.0.0" "@sindresorhus/slugify" "^1.1.0" ansi-escapes "^5.0.0" @@ -16185,7 +16138,7 @@ netlify-cli@^10.3.3: unixify "^1.0.0" update-notifier "^5.0.0" uuid "^8.0.0" - wait-port "^0.2.14" + wait-port "^0.3.0" winston "^3.2.1" write-file-atomic "^4.0.0" @@ -24085,14 +24038,14 @@ void-elements@3.1.0: resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09" integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= -wait-port@^0.2.14: - version "0.2.14" - resolved "https://registry.yarnpkg.com/wait-port/-/wait-port-0.2.14.tgz#6df40629be2c95aa4073ceb895abef7d872b28c6" - integrity sha512-kIzjWcr6ykl7WFbZd0TMae8xovwqcqbx6FM9l+7agOgUByhzdjfzZBPK2CPufldTOMxbUivss//Sh9MFawmPRQ== +wait-port@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/wait-port/-/wait-port-0.3.0.tgz#b76e3d518ab9894f9448e014a0ef6c2dee5b0aa1" + integrity sha512-seNQ7j92tG5uaylFK3RrAajajzpNMOr96pcCsD8cWGtVn4XXsFUMf9vzNcZSXVaMEfuZT/0t/Wc0KN+m74QYkw== dependencies: - chalk "^2.4.2" - commander "^3.0.2" - debug "^4.1.1" + chalk "^4.1.2" + commander "^9.3.0" + debug "^4.3.4" walk-up-path@^1.0.0: version "1.0.0" From 3ab80352ad48464aeeb6d43ddebce366248bea7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 04:21:06 +0000 Subject: [PATCH 1507/1675] Bump next-i18next from 11.1.1 to 11.2.1 Bumps [next-i18next](https://github.com/i18next/next-i18next) from 11.1.1 to 11.2.1. - [Release notes](https://github.com/i18next/next-i18next/releases) - [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/next-i18next/compare/v11.1.1...v11.2.1) --- updated-dependencies: - dependency-name: next-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9ac0bfde436..443ae20fe55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16245,9 +16245,9 @@ new-find-package-json@^2.0.0: debug "^4.3.4" next-i18next@^11.0.0: - version "11.1.1" - resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-11.1.1.tgz#27650f1995c306174ed96436fa77ab4db2273e6a" - integrity sha512-msffPxyaU7oM5s55taIlvhSbVa8E62tXbuFZr+4myrhALQzRY+N8ExurJG33LvM9GbcwQazzXt1yeNYUynm4qQ== + version "11.2.1" + resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-11.2.1.tgz#0593c3ee3913c59043bfb9f0cb5f1999417d729c" + integrity sha512-6isvEGLp7jJvIAmXPZ7o5oV5gszze59iiZwWPotlxXbue26WCQBE8xF0dK8xndUo+OtErM6VFtTl+z7gW0fFVw== dependencies: "@babel/runtime" "^7.18.6" "@types/hoist-non-react-statics" "^3.3.1" From ef7abd0eb7c9741c28c257352404f1c1e79bb228 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 13:06:45 +0200 Subject: [PATCH 1508/1675] New translations cfp.yaml (Ukrainian) --- packages/i18n/src/locales/uk/cfp.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/i18n/src/locales/uk/cfp.yaml b/packages/i18n/src/locales/uk/cfp.yaml index 9bfea36cb67..7e3a451c2c8 100644 --- a/packages/i18n/src/locales/uk/cfp.yaml +++ b/packages/i18n/src/locales/uk/cfp.yaml @@ -1,16 +1,16 @@ --- -author: Author -githubRepo: GitHub repository +author: Автор +githubRepo: Репозиторій GitHub packageManager: Package manager -patternName: Pattern name -patternType: Pattern type -patternCreated: Your pattern skeleton has been created at -runTheseCommands: To get started, run this command +patternName: Назва викрійки +patternType: Тип викрійки +patternCreated: Ваш каркас викрійки створено у +runTheseCommands: Щоб розпочати, запустіть цю команду startRollup: In one terminal, start the rollup bundler in watch mode startWebpack: "It will enter the 'example' folder, and start the development environment." -devDocsAvailableAt: Developer documentation is available at -talkToUs: For questions, feedback or suggestions, join our Discord server -draftYourPattern: Draft your pattern +devDocsAvailableAt: Документація для розробників доступна за адресою +talkToUs: Для запитань, відгуків чи пропозицій, приєднуйтесь до нашого серверу в Discord +draftYourPattern: Створіть Вашу викрійку testYourPattern: Test your pattern draftThing: 'Draft {thing}' testThing: 'Test {thing}' From c6f2283c1fcdcfd197f6e4c58a8bb25f4499a178 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 14:06:55 +0200 Subject: [PATCH 1509/1675] New translations email.yaml (Ukrainian) --- packages/i18n/src/locales/uk/email.yaml | 40 ++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/i18n/src/locales/uk/email.yaml b/packages/i18n/src/locales/uk/email.yaml index 5f022ba849c..156447323df 100644 --- a/packages/i18n/src/locales/uk/email.yaml +++ b/packages/i18n/src/locales/uk/email.yaml @@ -1,13 +1,13 @@ --- chatWithUs: 'Chat with us' -emailchangeActionText: 'Confirm your new E-mail address' -emailchangeCopy1: 'You requested to change the E-mail address linked to your account at freesewing.org.

    Before we do that, you need to confirm your new E-mail address. Please click the link below to do that:' +emailchangeActionText: 'Підтвердіть нову адресу електронної пошти' +emailchangeCopy1: 'Ви запросили зміну адреси електронної пошти, прив''язану до вашого облікового запису на freesewing.org.

    Перед тим як це зробити, необхідно підтвердити нову адресу електронної пошти. Будь ласка, натисніть на посилання нижче, щоб зробити це:' emailchangeHeaderOpeningLine: 'Just making sure we can reach you when needed' -emailchangeHiddenIntro: "Let's confirm your new E-mail address" -emailchangeSubject: 'Please confirm your new E-mail address' -emailchangeTitle: 'Please confirm your new E-mail address' -emailchangeWhy: 'You received this E-mail because you changed the E-mail address linked to your account on freesewing.org' -footerCredits: 'Made by joost & contributors with the financial support of our patrons ❤️ ' +emailchangeHiddenIntro: "Час підтвердити нову адресу електронної пошти" +emailchangeSubject: 'Будь ласка, підтвердіть нову адресу електронної пошти' +emailchangeTitle: 'Будь ласка, підтвердіть нову адресу електронної пошти' +emailchangeWhy: 'Ви отримали цей лист, оскільки змінили адресу електронної пошти, прив''язану до вашого облікового запису на freesewing.org' +footerCredits: 'Зроблено Йостом та учасниками проєкту завдяки фінансовій допомозі наших патронів ❤️ ' footerSlogan: 'Freesewing is an open source platform for made-to-measure sewing patterns' goodbyeCopy1: "If you'd like to share why you're leaving, you can reply to this message.
    From our side, we won't bother you again." goodbyeHeaderOpeningLine: 'Just know that you can always come back' @@ -18,17 +18,17 @@ goodbyeWhy: 'You received this E-mail as a final adieu after removing your accou joostFromFreesewing: 'Joost from Freesewing' passwordresetActionText: 'Re-gain access to your account' passwordresetCopy1: 'You forgot your password for your account at freesewing.org.

    Click click the link below to reset your password:' -passwordresetHeaderOpeningLine: "Don't worry, these things happen to all of us" -passwordresetHiddenIntro: 'Re-gain access to your account' -passwordresetSubject: 'Re-gain access to your account on freesewing.org' +passwordresetHeaderOpeningLine: "Не хвилюйтеся, це стається з нами усіма" +passwordresetHiddenIntro: 'Повторно отримати доступ до вашого облікового запису' +passwordresetSubject: 'Повторно отримати доступ до вашого облікового запису на freesewing.org' passwordresetTitle: 'Reset your password, and re-gain access to your account' -passwordresetWhy: 'You received this E-mail because you requested to reset your password on freesewing.org' -questionsJustReply: "If you have any questions, just reply to this E-mail. I'm always happy to help out. 🙂" -signature: 'Love,' -signupActionText: 'Confirm your E-mail address' -signupCopy1: 'Thank you for signing up at freesewing.org.

    Before we get started, you need to confirm your E-mail address. Please click the link below to do that:' -signupHeaderOpeningLine: "We're really happy you're joining the freesewing community." -signupHiddenIntro: "Let's confirm your E-mail address" -signupSubject: 'Welcome to freesewing.org' -signupTitle: 'Welcome aboard' -signupWhy: 'You received this E-mail because you just signed up for an account on freesewing.org' +passwordresetWhy: 'Ви отримали цей електронний лист, тому що ви запросили зміну паролю на сайті freesewing.org' +questionsJustReply: "Якщо у вас є запитання, просто надішліть відповідь на цей E-mail. Ми завжди раді допомогти 🙂" +signature: 'З любов''ю,' +signupActionText: 'Підтвердіть адресу електронної пошти' +signupCopy1: 'Дякуємо за реєстрацію на freesewing.org.

    Перед початком роботи потрібно підтвердити Вашу адресу електронної пошти. Будь ласка, натисніть на посилання нижче, щоб зробити це:' +signupHeaderOpeningLine: "Ми дуже раді, що Ви приєдналися до спільноти FreeSewing." +signupHiddenIntro: "Час підтвердити нову адресу електронної пошти" +signupSubject: 'Ласкаво просимо на freesewing.org' +signupTitle: 'Ласкаво просимо' +signupWhy: 'Ви отримали цей електронний лист, тому що ви щойно зареєструвалися на сайті freesewing.org' From 82d363c7f150ddf4a70d8a151f9d5ec6568cf69a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 14:06:56 +0200 Subject: [PATCH 1510/1675] New translations cfp.yaml (Ukrainian) --- packages/i18n/src/locales/uk/cfp.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/i18n/src/locales/uk/cfp.yaml b/packages/i18n/src/locales/uk/cfp.yaml index 7e3a451c2c8..8492d17a07d 100644 --- a/packages/i18n/src/locales/uk/cfp.yaml +++ b/packages/i18n/src/locales/uk/cfp.yaml @@ -14,15 +14,15 @@ draftYourPattern: Створіть Вашу викрійку testYourPattern: Test your pattern draftThing: 'Draft {thing}' testThing: 'Test {thing}' -renderInBrowser: Click below to render your pattern in the browser. +renderInBrowser: Натисніть нижче, щоб відобразити Вашу викрійку у браузері. weWillReRender: When you make changes, we will re-render for you. -youCan: You can -enterMeasurements: Enter measurements by hand +youCan: Ви можете +enterMeasurements: Ввести вимірювання вручну preloadMeasurements: Preload a set of measurements -size: Size +size: Розмір noRequiredMeasurements: This pattern has no required measurements howtoAddMeasurements: To require measurements, add them to the measurements section of the pattern's configuration file. -seeDocsAt: Documentation on this topic is available at +seeDocsAt: Документація по цій темі доступна за адресою clearDesignMode: Clear design mode designMode: Design mode exportMode: Export mode From aa0ccfeea391de6f0ac727db3e7dfd937492dfd7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 14:06:57 +0200 Subject: [PATCH 1511/1675] New translations cty.yaml (Ukrainian) --- packages/i18n/src/locales/uk/cty.yaml | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/i18n/src/locales/uk/cty.yaml b/packages/i18n/src/locales/uk/cty.yaml index d73fa9146e1..dc7ac30fa2a 100644 --- a/packages/i18n/src/locales/uk/cty.yaml +++ b/packages/i18n/src/locales/uk/cty.yaml @@ -1,20 +1,20 @@ --- wafsHashtag: WeAreFreeSewing -weAreACommunityOfMakers: We are a community of makers -weProvideMtmSewingPatterns: We provide made-to-measure sewing patterns -isAPatron: is a patron +weAreACommunityOfMakers: Ми - спільнота ремісників +weProvideMtmSewingPatterns: Ми надаємо викрійки, адаптовані під надані Вами заміри +isAPatron: є патроном contributesWith: contributes with -communityBuilding: Community building -development: Development -patternTesting: Pattern testing -patternDesign: Pattern design -support: Support -translation: Translation +communityBuilding: Створення спільноти +development: Розробка +patternTesting: Тестування викрійок +patternDesign: Дизайн викрійок +support: Підтримка +translation: Переклад writing: Writing -whereToFindUs: Where to find us -whoWeAre: Who we are -community: Community -team: Team -teams: Teams -contributors: Contributors -calls: Contributor calls +whereToFindUs: Де нас знайти +whoWeAre: Про нас +community: Спільнота +team: Команда +teams: Команди +contributors: Помічники +calls: Дзвінки помічників From d57198695eab3c22f7502daaa1cfec60a61fc816 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 14:06:58 +0200 Subject: [PATCH 1512/1675] New translations docs.yaml (Ukrainian) --- packages/i18n/src/locales/uk/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/docs.yaml b/packages/i18n/src/locales/uk/docs.yaml index 18a35c37801..3b05a2ab676 100644 --- a/packages/i18n/src/locales/uk/docs.yaml +++ b/packages/i18n/src/locales/uk/docs.yaml @@ -1,3 +1,3 @@ --- -thingIsDeprecated: "{thing} is deprecated" -weRecommendThingInstead: "We recommend {thing} instead" +thingIsDeprecated: "{thing} є застарілим" +weRecommendThingInstead: "Ми рекомендуємо {thing} замість цього" From 055fa390dd16333ba614a420befb22f48087e4d3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 15:08:23 +0200 Subject: [PATCH 1513/1675] New translations email.yaml (Ukrainian) --- packages/i18n/src/locales/uk/email.yaml | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/i18n/src/locales/uk/email.yaml b/packages/i18n/src/locales/uk/email.yaml index 156447323df..5904fdad3f9 100644 --- a/packages/i18n/src/locales/uk/email.yaml +++ b/packages/i18n/src/locales/uk/email.yaml @@ -1,27 +1,27 @@ --- -chatWithUs: 'Chat with us' +chatWithUs: 'Напишіть нам' emailchangeActionText: 'Підтвердіть нову адресу електронної пошти' emailchangeCopy1: 'Ви запросили зміну адреси електронної пошти, прив''язану до вашого облікового запису на freesewing.org.

    Перед тим як це зробити, необхідно підтвердити нову адресу електронної пошти. Будь ласка, натисніть на посилання нижче, щоб зробити це:' -emailchangeHeaderOpeningLine: 'Just making sure we can reach you when needed' +emailchangeHeaderOpeningLine: 'Просто перевіряємо, що ми зможемо зв''язатися з Вами, коли це буде необхідно' emailchangeHiddenIntro: "Час підтвердити нову адресу електронної пошти" emailchangeSubject: 'Будь ласка, підтвердіть нову адресу електронної пошти' emailchangeTitle: 'Будь ласка, підтвердіть нову адресу електронної пошти' emailchangeWhy: 'Ви отримали цей лист, оскільки змінили адресу електронної пошти, прив''язану до вашого облікового запису на freesewing.org' footerCredits: 'Зроблено Йостом та учасниками проєкту завдяки фінансовій допомозі наших патронів ❤️ ' -footerSlogan: 'Freesewing is an open source platform for made-to-measure sewing patterns' -goodbyeCopy1: "If you'd like to share why you're leaving, you can reply to this message.
    From our side, we won't bother you again." -goodbyeHeaderOpeningLine: 'Just know that you can always come back' -goodbyeHiddenIntro: 'Thank you for giving freesewing a chance' -goodbyeSubject: 'Farewell 👋' -goodbyeTitle: 'Thank you for giving freesewing a chance' -goodbyeWhy: 'You received this E-mail as a final adieu after removing your account on freesewing.org' -joostFromFreesewing: 'Joost from Freesewing' -passwordresetActionText: 'Re-gain access to your account' -passwordresetCopy1: 'You forgot your password for your account at freesewing.org.

    Click click the link below to reset your password:' +footerSlogan: 'FreeSewing є платформою з відкритим кодом для створення швейних викрійок, які адаптуються під виміри користувача' +goodbyeCopy1: "Якщо Ви хочете поділитися, чому Ви йдете, можете відповісти на це повідомлення.
    З нашого боку, ми більше не турбуватимемо Вас." +goodbyeHeaderOpeningLine: 'Просто щоб Ви знали – Ви завжди можете повернутися' +goodbyeHiddenIntro: 'Дякуємо за ще один шанс для FreeSewing' +goodbyeSubject: 'До побачення 👋' +goodbyeTitle: 'Дякуємо за ще один шанс для FreeSewing' +goodbyeWhy: 'Ви отримали цей лист, як останнє прощання після видалення вашого облікового запису на freesewing.org' +joostFromFreesewing: 'Йост з FreeSewing' +passwordresetActionText: 'Повторно отримати доступ до вашого облікового запису' +passwordresetCopy1: 'Ви забули пароль для облікового запису на freesewing.org.

    Натисніть на посилання нижче, щоб змінити пароль:' passwordresetHeaderOpeningLine: "Не хвилюйтеся, це стається з нами усіма" passwordresetHiddenIntro: 'Повторно отримати доступ до вашого облікового запису' passwordresetSubject: 'Повторно отримати доступ до вашого облікового запису на freesewing.org' -passwordresetTitle: 'Reset your password, and re-gain access to your account' +passwordresetTitle: 'Змінити пароль і повторно отримати доступ до вашого облікового запису' passwordresetWhy: 'Ви отримали цей електронний лист, тому що ви запросили зміну паролю на сайті freesewing.org' questionsJustReply: "Якщо у вас є запитання, просто надішліть відповідь на цей E-mail. Ми завжди раді допомогти 🙂" signature: 'З любов''ю,' From e5f76bbf250dd90dfc9b3cb896539b2092653614 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 15:08:24 +0200 Subject: [PATCH 1514/1675] New translations errors.yaml (Ukrainian) --- packages/i18n/src/locales/uk/errors.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/i18n/src/locales/uk/errors.yaml b/packages/i18n/src/locales/uk/errors.yaml index 2e6a7ca847c..e7681a6cf24 100644 --- a/packages/i18n/src/locales/uk/errors.yaml +++ b/packages/i18n/src/locales/uk/errors.yaml @@ -1,11 +1,11 @@ --- -404: The page you are looking for cannot be found -confirmationNotFound: If you arrived at this page via the link in a confirmation Email, we encourage you to report this problem. -emailExists: We already have a user with that Email address. Perhaps you'd like to log in instead? -networkError: Backend or network seems down -notAValidImageFormat: Not a valid image format -requestFailedWithStatusCode400: Request failed -requestFailedWithStatusCode401: Authentication failed -requestFailedWithStatusCode403: Forbidden -requestFailedWithStatusCode500: There was an unexpected problem. Please report this. -something: Something went wrong +404: Сторінку не знайдено +confirmationNotFound: Якщо Ви перейшли на дану сторінку через посилання в електронному листі, ми будемо вдячні, якщо Ви повідомите нам про цю проблему. +emailExists: У нас вже є користувач з цією адресою електронної пошти. Можливо, Ви хочете авторизуватися? +networkError: Помилка сервера або мережі +notAValidImageFormat: Неприпустимий формат зображення +requestFailedWithStatusCode400: Не вдалося виконати запит +requestFailedWithStatusCode401: Помилка аутентифікації +requestFailedWithStatusCode403: Заборонено +requestFailedWithStatusCode500: Виникла неочікувана проблема. Будь ласка, повідомте про це. +something: Щось пішло не так From 37975adc6a6778e4cafbcd7f04a2f7dbaf9aa6be Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 15:08:25 +0200 Subject: [PATCH 1515/1675] New translations filter.yml (Ukrainian) --- packages/i18n/src/locales/uk/filter.yml | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/i18n/src/locales/uk/filter.yml b/packages/i18n/src/locales/uk/filter.yml index 780dc387f4b..3ba09c868ce 100644 --- a/packages/i18n/src/locales/uk/filter.yml +++ b/packages/i18n/src/locales/uk/filter.yml @@ -1,20 +1,20 @@ --- -filter: Filter +filter: Фільтр department: Department -type: Type -tags: Tags -code: Code -design: Design -difficulty: Difficulty -resetFilter: Reset filter -accessories: Accessories -block: Block -pattern: Pattern -byPattern: Filter by pattern -underwear: Underwear +type: Тип +tags: Теги +code: Код +design: Дизайн +difficulty: Складність +resetFilter: Скинути фільтри +accessories: Аксесуари +block: Основа +pattern: Викрійка +byPattern: Фільтрувати за викрійками +underwear: Нижня білизна top: Top tops: Tops bottom: Bottom bottoms: Bottoms -coats: Coats & jackets -swimwear: Swimwear +coats: Піджаки та куртки +swimwear: Купальні костюми From 07358ad0c1f3e82bf04d36b2e67b18b7016464c4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 15:08:26 +0200 Subject: [PATCH 1516/1675] New translations gdpr.yaml (Ukrainian) --- packages/i18n/src/locales/uk/gdpr.yaml | 44 +++++++++++++------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/i18n/src/locales/uk/gdpr.yaml b/packages/i18n/src/locales/uk/gdpr.yaml index 063676ed56a..e203275fcfe 100644 --- a/packages/i18n/src/locales/uk/gdpr.yaml +++ b/packages/i18n/src/locales/uk/gdpr.yaml @@ -1,39 +1,39 @@ --- -compliant: Freesewing.org respects your privacy and your rights. We apply the General Data Protection Regulation (GDPR) of the European Union (EU). -consent: Consent +compliant: Freesewing.org поважає вашу конфіденційність і ваші права. Ми застосовуємо Загальний регламент про захист даних (GDPR) Європейського Союзу (ЄС). +consent: Згода consentForModelData: Consent for model data consentForProfileData: Consent for profile data -consentGiven: Consent given -consentNotGiven: Consent not given -consentWhyAnswer: Under the GDPR, processing of your personal data requires your consent — in other words, your permission. -createMyAccount: Create my account +consentGiven: Згода отримана +consentNotGiven: Згода не отримана +consentWhyAnswer: Згідно з GDPR, обробка ваших персональних даних вимагає Вашої згоди - іншими словами, Ваш дозвіл. +createMyAccount: Створити обліковий запис furtherReading: Further reading modelQuestion: Do you give your consent to process your model data? modelWarning: Revoking this consent will lock you out of all your model data, as well as disable functionality that depends on it. modelWhatAnswer: For each model their measurements and breasts settings. modelWhatAnswerOptional: 'Optional: A model picture and the name that you give your model.' modelWhatQuestion: What is model data? -modelWhyAnswer: 'To draft made-to-measure sewing patterns, we need body measurements.' -noConsentNoAccount: Without this consent, we cannot create your account -noConsentNoPatterns: Without this consent, you cannot create any patterns +modelWhyAnswer: 'Для розробки викрійок, адаптованих під заміри спеціально вимірунам необхідні виміри тіла.' +noConsentNoAccount: Без цієї згоди ми не можемо створити Ваш обліковий запис +noConsentNoPatterns: Без цієї згоди, Ви не можете створити будь-які викрійки noIDoNot: 'No, I do not' openDataInfo: This data is used to study and understand the human form in all its shapes, so we can get better sewing patterns, and better fitting garments. Even though this data is anonymized, you have the right to object to this. openDataQuestion: Share anonymized measurements as open data -profileQuestion: Do you give your consent to process your profile data? -profileShareAnswer: 'No, never.' +profileQuestion: Чи даєте Ви згоду на обробку даних Вашого облікового запису? +profileShareAnswer: 'Ні, ніколи.' profileTimingAnswer: '12 months after your last login, or until you remove your account or revoke this consent.' profileWarning: Revoking this consent will trigger the removal of all of your data. It has the exact same affect as removing your account. profileWhatAnswerOptional: 'Optional: A profile picture, bio, and social media accounts' profileWhatAnswer: 'Your email address, username, and password.' -profileWhatQuestion: What is profile data? +profileWhatQuestion: Що таке дані облікового запису? profileWhyAnswer: 'To authenticate you, contact you when needed, and build a community.' -readMore: For more information, please read our privacy notice. -readRights: For more information, please read up on your rights. -revokeConsent: Revoke consent -shareQuestion: Do we share it with others? -timingQuestion: How long do we keep it? -whatYouNeedToKnow: What you need to know -whyQuestion: Why do we need it? -yesIDoObject: 'Yes, I do object' -yesIDo: 'Yes, I do' -openData: 'Note: Freesewing publishes anonymized measurements as open data for scientific research. You have the right to object to this' +readMore: Для отримання додаткової інформації, будь ласка, прочитайте наше повідомлення про конфіденційність. +readRights: Для отримання додаткової інформації, будь ласка, прочитайте про Ваші права. +revokeConsent: Відкликати згоду +shareQuestion: Чи передаємо ми її іншим? +timingQuestion: Скільки ми її зберігаємо? +whatYouNeedToKnow: Що вам потрібно знати +whyQuestion: Чому нам це потрібно? +yesIDoObject: 'Ні, я проти' +yesIDo: 'Так, я даю згоду' +openData: 'Примітка: FreeSewing публікує анонімні заміри тіла як відкриті дані для наукових досліджень. Ви маєте право відмовитися від цього' From 2c804e9cade20bf1b292cdd6f315b153e349b016 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 15:08:27 +0200 Subject: [PATCH 1517/1675] New translations i18n.yaml (Ukrainian) --- packages/i18n/src/locales/uk/i18n.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/i18n/src/locales/uk/i18n.yaml b/packages/i18n/src/locales/uk/i18n.yaml index cc0ed3b529e..9b1ffbadbcd 100644 --- a/packages/i18n/src/locales/uk/i18n.yaml +++ b/packages/i18n/src/locales/uk/i18n.yaml @@ -1,6 +1,6 @@ --- -de: German -en: English -es: Spanish -fr: French -nl: Dutch +de: Німецька +en: Англійська +es: Іспанська +fr: Французька +nl: Нідерландська From c097b446bee26e3978f16a9360c8a36c452a5f95 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 15:08:28 +0200 Subject: [PATCH 1518/1675] New translations intro.yaml (Ukrainian) --- packages/i18n/src/locales/uk/intro.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/i18n/src/locales/uk/intro.yaml b/packages/i18n/src/locales/uk/intro.yaml index be8b77e2bc3..4848293c623 100644 --- a/packages/i18n/src/locales/uk/intro.yaml +++ b/packages/i18n/src/locales/uk/intro.yaml @@ -1,12 +1,12 @@ --- -txt-blog: News, updates, and announcements from the freesewing team -txt-community: 'Everything is run by voluntary contributors. There is no commercial entity behind, or attached to, the freesewing project.' -txt-different: How we're different -txt-draft: "Choose from one of your patterns, choose a model, and pick your options. We'll do the rest." -txt-how: How it works -txt-join: Join thousands of others and sign up for a free account on freesewing.org. -txt-model: All our patterns are made-to-measure. So first thing to do is grab your measuring tape. +txt-blog: Новини, оновлення та анонси від команди FreeSewing +txt-community: 'Проєкт існує на добровільних засадах. FreeSewing не прив''язаний до жодних комерційних засад та компаній.' +txt-different: Чому ми особливі +txt-draft: "Оберіть одну з викрійок, модель та налаштування. Ми зробимо решту." +txt-how: Як це працює +txt-join: Приєднайтеся до тисяч інших користувачів та створіть безкоштовний акаунт на freesewing.org. +txt-model: Всі наші викрійки адаптуються під задані виміри. Тому перше, що варто зробити – піти взяти сантиметрову стрічку. txt-newHere: "If you're new here, the best place to start is our demo:" txt-opensource: 'Our platform, our patterns, and even this website. All our code is available on GitHub. Pull requests welcome!' -txt-patrons: Freesewing is made possible by the financial support of our Patrons. Scroll down to learn about our subscription model. -txt-showcase: Finished projects from the freesewing community +txt-patrons: FreeSewing існує завдяки фінансовій підтримці наших Патронів. Прокрутіть вниз, щоб дізнатися про нашу модель підписки. +txt-showcase: Завершені проекти від спільноти FreeSewing From fc64abd15de3b72da3f24cdbd87f8faa6be69f55 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:48 +0200 Subject: [PATCH 1519/1675] New translations measurements.yaml (Ukrainian) --- packages/i18n/src/locales/uk/measurements.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/i18n/src/locales/uk/measurements.yaml b/packages/i18n/src/locales/uk/measurements.yaml index ee658cec8cd..88d2524beef 100644 --- a/packages/i18n/src/locales/uk/measurements.yaml +++ b/packages/i18n/src/locales/uk/measurements.yaml @@ -1,14 +1,14 @@ --- -ankle: Ankle circumference -biceps: Biceps circumference +ankle: Обхват щиколотки +biceps: Обхват біцепсів bustFront: Bust front bustPointToUnderbust: Bust point to underbust bustSpan: Bust span -chest: Chest circumference +chest: Обхват грудей crossSeam: Cross seam crossSeamFront: Cross seam front -head: Head circumference -heel: Heel circumference +head: Обхват голови +heel: Обхват підйому highBustFront: High bust front highBust: High bust hips: Hips circumference @@ -30,10 +30,10 @@ upperLeg: Upper leg circumference waist: Waist circumference waistBack: Waist back waistToArmhole: Waist to armhole -waistToFloor: Waist to floor +waistToFloor: Вимір від талії до підлоги waistToHips: Waist to hips waistToKnee: Waist to knee waistToSeat: Waist to seat waistToUnderbust: Waist to underbust waistToUpperLeg: Waist to upper leg -wrist: Wrist circumference +wrist: Обхват зап'ясть From 9efd9f90932fea2294cf49df80839b9728362943 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:49 +0200 Subject: [PATCH 1520/1675] New translations optiongroups.yaml (Ukrainian) --- packages/i18n/src/locales/uk/optiongroups.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/i18n/src/locales/uk/optiongroups.yaml b/packages/i18n/src/locales/uk/optiongroups.yaml index 994f85cd449..286f7982c68 100644 --- a/packages/i18n/src/locales/uk/optiongroups.yaml +++ b/packages/i18n/src/locales/uk/optiongroups.yaml @@ -11,15 +11,15 @@ fit: Fit pockets: Pockets preferences: Preferences sleevecap: Sleevecap -sleeves: Sleeves -style: Style -backPockets: Back pockets -frontPockets: Front pockets -waistband: Waistband +sleeves: Рукава +style: Стиль +backPockets: Задні кишені +frontPockets: Передні кишені +waistband: Резинка на талії fly: Fly bellaDarts: Bella darts bellaArmhole: Bella armhole bellaAdvanced: Bella advanced clavi: Clavi -type: Type -size: Size +type: Тип +size: Розмір From 79f91c638960e3e0786f02322308bc13c14c8d6c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:50 +0200 Subject: [PATCH 1521/1675] New translations parts.yaml (Ukrainian) --- packages/i18n/src/locales/uk/parts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/parts.yaml b/packages/i18n/src/locales/uk/parts.yaml index 4c8f8149a97..3d86ceb09db 100644 --- a/packages/i18n/src/locales/uk/parts.yaml +++ b/packages/i18n/src/locales/uk/parts.yaml @@ -1,5 +1,5 @@ --- -back: Back +back: Спина backBase: Back base backPocketWelt: Back pocket welt base: Base From d0d000d9ccda8522aa5976126a2384ca7c90c539 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:51 +0200 Subject: [PATCH 1522/1675] New translations cutonfold.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml b/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml index 94a8ba358ff..72276187e30 100644 --- a/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml +++ b/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml @@ -1,3 +1,3 @@ --- -cutOnFoldAndGrainline: Cut on fold / Grainline -cutOnFold: Cut on fold +cutOnFoldAndGrainline: Розрізати у зігнутому вигляді / Нитка основи +cutOnFold: Розрізати у зігнутому вигляді From 98bda84cb7b9e05fab36e749e2f688b58f9363b0 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:52 +0200 Subject: [PATCH 1523/1675] New translations grainline.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml b/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml index 567a110694c..e49a2d93f3a 100644 --- a/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml +++ b/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml @@ -1,2 +1,2 @@ --- -grainline: Grainline +grainline: Нитка основи From 41328de239e49e11118e11ccb58845f38e3fbab6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:53 +0200 Subject: [PATCH 1524/1675] New translations scalebox.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml b/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml index 3f7be82a83e..328188e5348 100644 --- a/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml +++ b/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml @@ -1,4 +1,4 @@ --- -theBlackOutsideOfThisBoxShouldMeasure: The outside of this box should measure -theWhiteInsideOfThisBoxShouldMeasure: The inside of this box should measure -supportFreesewingBecomeAPatron: Support FreeSewing, become a Patron +theBlackOutsideOfThisBoxShouldMeasure: Зовнішня сторона цієї коробки має бути +theWhiteInsideOfThisBoxShouldMeasure: Внутрішня сторона цієї коробки має бути +supportFreesewingBecomeAPatron: Підтримайте FreeSewing, станьте Патроном From 97eb8b317508da653bb933915a6b6d1d17d5b346 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:54 +0200 Subject: [PATCH 1525/1675] New translations welcome.yaml (Ukrainian) --- packages/i18n/src/locales/uk/welcome.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/i18n/src/locales/uk/welcome.yaml b/packages/i18n/src/locales/uk/welcome.yaml index 002491f51bb..f78c78aa22a 100644 --- a/packages/i18n/src/locales/uk/welcome.yaml +++ b/packages/i18n/src/locales/uk/welcome.yaml @@ -1,10 +1,10 @@ --- -units: Select the units you want to use -username: Pick a username -avatar: Add a profile picture -bio: Tell us a little bit about yourself -social: Let us know where we can follow you -newsletter: Give us your newsletter preference -letUsSetupYourAccount: Let us set up your account. -walkYouThrough: "We'll walk you through the following steps:" -someOptional: While all these steps are optional, we recommend you go through them to get the most out of FreeSewing. +units: Оберіть одиниці, які Ви хочете використовувати +username: Оберіть ім'я користувача +avatar: Додайте зображення профілю +bio: Розкажіть нам трохи про себе +social: Дайте нам знати, де ми можемо слідкувати за Вами +newsletter: Надайте нам свої налаштування для розсилки +letUsSetupYourAccount: Давайте налаштуємо Ваш обліковий запис. +walkYouThrough: "Ми допоможемо Вам пройти наступні етапи:" +someOptional: Хоча всі ці етапи необов'язкові, ми рекомендуємо Вам пройти їх, щоб отримати максимум користі від FreeSewing. From 351c6f1c67542405a61d935c41024f2536dcad63 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:55 +0200 Subject: [PATCH 1526/1675] New translations title.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/plugins/title.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/plugins/title.yaml b/packages/i18n/src/locales/uk/plugin/plugins/title.yaml index 967172b6886..2b58a808c0d 100644 --- a/packages/i18n/src/locales/uk/plugin/plugins/title.yaml +++ b/packages/i18n/src/locales/uk/plugin/plugins/title.yaml @@ -1,3 +1,3 @@ --- -cut: Cut -onFold: On the fold +cut: Вирізати +onFold: У зігнутому вигляді From 7c2685233905d417f1c3b737de9e1386aad29a7e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:56 +0200 Subject: [PATCH 1527/1675] New translations workbench.yaml (Ukrainian) --- .../i18n/src/locales/uk/components/workbench.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/i18n/src/locales/uk/components/workbench.yaml b/packages/i18n/src/locales/uk/components/workbench.yaml index f11754d21af..914a7c1bf89 100644 --- a/packages/i18n/src/locales/uk/components/workbench.yaml +++ b/packages/i18n/src/locales/uk/components/workbench.yaml @@ -1,8 +1,8 @@ --- -designOptions: Design options -forPrinting: For printing -forCutting: For cutting -layoutThing: 'Layout {thing}' -pageSize: Page size -startBySelectingAThing: 'Start by selecting a {thing}' -testThing: 'Test {thing}' +designOptions: Варіанти дизайну +forPrinting: Для друку +forCutting: Для вирізання +layoutThing: 'Розташувати {thing}' +pageSize: Розмір сторінки +startBySelectingAThing: 'Почніть з вибору {thing}' +testThing: 'Протестувати {thing}' From 9d6a5d11095e3ad86331b64c7a8d617b43227779 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:57 +0200 Subject: [PATCH 1528/1675] New translations common.yaml (Ukrainian) --- .../src/locales/uk/components/common.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/i18n/src/locales/uk/components/common.yaml b/packages/i18n/src/locales/uk/components/common.yaml index d1b5752dca2..547f967f6ec 100644 --- a/packages/i18n/src/locales/uk/components/common.yaml +++ b/packages/i18n/src/locales/uk/components/common.yaml @@ -1,14 +1,14 @@ --- -account: Account -blog: Blog -commumity: Community -designs: Designs -docs: Documentation -patternInstructions: Pattern instructions -patternOptions: Pattern options -requiredMeasurements: Required measurements -showcase: Showcase -sloganCome: Come for the sewing patterns -sloganStay: Stay for the community -support: Support +account: Обліковий запис +blog: Блог +commumity: Спільнота +designs: Дизайни +docs: Документація +patternInstructions: Інструкції до викрійок +patternOptions: Налаштування викрійок +requiredMeasurements: Необхідні вимірювання +showcase: Готові проєкти +sloganCome: Приходьте за викрійками +sloganStay: Залишайтеся для спільноти +support: Підтримка From 9e03d3ca7ec451129cbc85fbdd0695584531b9c6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:58 +0200 Subject: [PATCH 1529/1675] New translations themes.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/themes.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/i18n/src/locales/uk/components/themes.yaml b/packages/i18n/src/locales/uk/components/themes.yaml index 2c61edf6f9a..2b726ac82bf 100644 --- a/packages/i18n/src/locales/uk/components/themes.yaml +++ b/packages/i18n/src/locales/uk/components/themes.yaml @@ -1,6 +1,6 @@ --- -lightTheme: Light Theme -darkTheme: Dark Theme -hax0rTheme: Hax0r Theme -lgbtqTheme: LGBTQ Theme -transTheme: Trans Theme +lightTheme: Світла тема +darkTheme: Темна тема +hax0rTheme: Тема Hax0r +lgbtqTheme: Тема ЛГБТК +transTheme: Тема Транс From 03ba3682c502fa7dcb4b7edb36563a539f2cae36 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:10:59 +0200 Subject: [PATCH 1530/1675] New translations ograph.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/ograph.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/i18n/src/locales/uk/components/ograph.yaml b/packages/i18n/src/locales/uk/components/ograph.yaml index 3200c166ab6..0d061e2a1ad 100644 --- a/packages/i18n/src/locales/uk/components/ograph.yaml +++ b/packages/i18n/src/locales/uk/components/ograph.yaml @@ -1,6 +1,6 @@ --- -orgTitle: Welcome to FreeSewing.org -devTitle: Welcome to FreeSewing.dev -labTitle: Welcome to lab.FreeSewing.lab -devDescription: Documentation and tutorials for FreeSewing developers and contributors. Plus our Developers Blog +orgTitle: Ласкаво просимо до FreeSewing.org +devTitle: Ласкаво просимо до FreeSewing.dev +labTitle: Ласкаво просимо до lab.FreeSewing.lab +devDescription: Документація та навчальні матеріали для розробників FreeSewing та учасників. А також наш блог розробників From 0998aa8b7cb8231680fd5a20a1f2198b5876f15b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:11:00 +0200 Subject: [PATCH 1531/1675] New translations homepage.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/homepage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/components/homepage.yaml b/packages/i18n/src/locales/uk/components/homepage.yaml index 99a9f27e0bc..f3f0ca0f931 100644 --- a/packages/i18n/src/locales/uk/components/homepage.yaml +++ b/packages/i18n/src/locales/uk/components/homepage.yaml @@ -1,2 +1,2 @@ --- -scrollDownToLearnMore: Scroll down to learn more about FreeSewing and try it for free +scrollDownToLearnMore: Прокрутіть вниз, щоб дізнатися більше про FreeSewing і безкоштовно скористатися його функціями From a1c873e0c965582c1515c3f4a08107c78b5e7437 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:11:01 +0200 Subject: [PATCH 1532/1675] New translations patrons.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/patrons.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/i18n/src/locales/uk/components/patrons.yaml b/packages/i18n/src/locales/uk/components/patrons.yaml index 57432af8a77..8fc140c705c 100644 --- a/packages/i18n/src/locales/uk/components/patrons.yaml +++ b/packages/i18n/src/locales/uk/components/patrons.yaml @@ -1,6 +1,6 @@ --- -becomeAPatron: Become a patron -supportFreesewing: Support FreeSewing -patronLead: FreeSewing is fuelled by a voluntary subscription model -patronPitch: If you think what we do is worthwhile, and if you can spare a few coins each month without hardship, please support our work +becomeAPatron: Стати патроном +supportFreesewing: Підтримати FreeSewing +patronLead: FreeSewing існує завдяки добровільній моделі підписки +patronPitch: Якщо Ви думаєте, що ми робимо цінну роботу, і якщо Ви можете відшкодувати кілька монет щомісяця без труднощів, будь ласка, підтримайте нашу роботу From cce6caef96946503b364b6035f3e6672fa419a7c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:11:02 +0200 Subject: [PATCH 1533/1675] New translations posts.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/posts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/components/posts.yaml b/packages/i18n/src/locales/uk/components/posts.yaml index aa3442f208a..9680d80da2c 100644 --- a/packages/i18n/src/locales/uk/components/posts.yaml +++ b/packages/i18n/src/locales/uk/components/posts.yaml @@ -1,3 +1,3 @@ --- -xMadeThis: "{x} made this" -xWroteThis: "{x} wrote this" +xMadeThis: "{x} є автором цієї роботи" +xWroteThis: "{x} є автором цього тексту" From 7d43182751da642b6cd183b96f3cc4eaf4f38ce3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 16:11:03 +0200 Subject: [PATCH 1534/1675] New translations bob.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bob.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/bob.yml b/packages/i18n/src/locales/uk/options/bob.yml index d999699b428..8417ed3f364 100644 --- a/packages/i18n/src/locales/uk/options/bob.yml +++ b/packages/i18n/src/locales/uk/options/bob.yml @@ -2,11 +2,11 @@ neckRatio: title: Neck opening description: Controls the size of the neck opening relative to the bib size widthRatio: - title: Width + title: Ширина description: Controls the width of the bib lengthRatio: - title: Length + title: Довжина description: Controls the length of the bib headSize: - title: Head size + title: Розмір голови description: The head circumference you want the bib to accomodate From 72498875493517233cf3dca50c8e1622d14190f9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 17:08:20 +0200 Subject: [PATCH 1535/1675] New translations cfp.yaml (Ukrainian) --- packages/i18n/src/locales/uk/cfp.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/i18n/src/locales/uk/cfp.yaml b/packages/i18n/src/locales/uk/cfp.yaml index 8492d17a07d..346565ee5e5 100644 --- a/packages/i18n/src/locales/uk/cfp.yaml +++ b/packages/i18n/src/locales/uk/cfp.yaml @@ -1,7 +1,7 @@ --- author: Автор githubRepo: Репозиторій GitHub -packageManager: Package manager +packageManager: Менеджер пакунків patternName: Назва викрійки patternType: Тип викрійки patternCreated: Ваш каркас викрійки створено у @@ -11,9 +11,9 @@ startWebpack: "It will enter the 'example' folder, and start the development env devDocsAvailableAt: Документація для розробників доступна за адресою talkToUs: Для запитань, відгуків чи пропозицій, приєднуйтесь до нашого серверу в Discord draftYourPattern: Створіть Вашу викрійку -testYourPattern: Test your pattern -draftThing: 'Draft {thing}' -testThing: 'Test {thing}' +testYourPattern: Протестувати Вашу викрійку +draftThing: 'Створити {thing}' +testThing: 'Протестувати {thing}' renderInBrowser: Натисніть нижче, щоб відобразити Вашу викрійку у браузері. weWillReRender: When you make changes, we will re-render for you. youCan: Ви можете @@ -23,11 +23,11 @@ size: Розмір noRequiredMeasurements: This pattern has no required measurements howtoAddMeasurements: To require measurements, add them to the measurements section of the pattern's configuration file. seeDocsAt: Документація по цій темі доступна за адресою -clearDesignMode: Clear design mode -designMode: Design mode -exportMode: Export mode -thingIsEnabled: '{thing} is enabled' -thingIsDisabled: '{thing} is disabled' -turnOn: Turn on -turnOff: Turn off -validNameWarning: "Please pick a different name as this name would cause problems.\nWe (re-)use the pattern name as the NPM package name.\nPackage names must be lowercase and cannot contain special characters.\nSo please name your pattern accordingly, like:" +clearDesignMode: Очистити режим дизайну +designMode: Режим дизайну +exportMode: Режим експорту +thingIsEnabled: '{thing} увімкнено' +thingIsDisabled: '{thing} вимкнено' +turnOn: Увімкнути +turnOff: Вимкнути +validNameWarning: "Будь ласка, оберіть іншу назву, бо дана назва може призвести до проблем.\nМи (повторно) використовуємо назву викрійки як NPM назву пакету.\nІмена пакунків повинні бути в нижньому регістрі та не можуть містити спеціальних символів.\nБудь ласка, назвіть викрійку згідно правил, наприклад:" From 56e533140710070091aa4de0ff6eb6def484f48a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 17:08:21 +0200 Subject: [PATCH 1536/1675] New translations teagan.yml (Ukrainian) --- .../i18n/src/locales/uk/options/teagan.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/teagan.yml b/packages/i18n/src/locales/uk/options/teagan.yml index 8c7313302cf..b955e414909 100644 --- a/packages/i18n/src/locales/uk/options/teagan.yml +++ b/packages/i18n/src/locales/uk/options/teagan.yml @@ -3,17 +3,17 @@ draftForHighBust: title: Draft for high bust description: Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. sleeveEase: - title: Sleeve ease - description: Amount of ease of your sleeves + title: Свобода прилягання рукава + description: Змінити свободу прилягання рукавів sleeveLength: - title: Sleeve length - description: Controls the length of your sleeves + title: Довжина рукава + description: Змінити довжину рукавів necklineBend: - title: Neckline curvature - description: Controls the curvature of the neckline. + title: Вигин вирізу + description: Змінити лінію вигину вирізу. necklineDepth: - title: Neckline depth - description: Controls how deep the neck opening plunges down. + title: Глибина вирізу + description: Змінити параметр того, як низько знаходиться виріз. necklineWidth: - title: Neckline width - description: Controls the width of the neck opening. + title: Ширина вирізу + description: Змінити ширину вирізу. From d425abac48f4798aae3533ec93f5ac13b77276be Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 18:12:16 +0200 Subject: [PATCH 1537/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index 6b4e9f6a439..5798c0b4c75 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -39,7 +39,7 @@ chooseYourOptions: Обрати Ваші налаштування close: Закрити community: Спільнота configureLayout: Налаштування макета -configureYourDraft: Configure your draft +configureYourDraft: Налаштуйте свою чернетку contactUs: Контакти contentLocaleFallback: Тому замість цього ми показуємо Вам англійську версію. contents: Зміст @@ -47,7 +47,7 @@ continue: Продовжити copiedToClipboard: Скопійовано в буфер обміну copy: Копіювати couldYouTranslateThis: Можете це перекласти? -countModelsLackingForPattern: '{count} of your people lack the required measurements to draft {pattern}' +countModelsLackingForPattern: '{count} Ваших людей не мають достатньо замірів для створення {pattern}' created: Створено custom: Налаштувати customSeamAllowance: Налаштувати припуски на шви @@ -70,7 +70,7 @@ dolls: Dolls download: Завантажити draft: Чернетка draftPattern: 'Створити {pattern}' -testPattern: 'Test {pattern}' +testPattern: 'Протестувати {pattern}' draftPatternForModel: 'Створити {pattern} для {model}' drafts: Чернетки draftSettings: Draft settings @@ -124,7 +124,7 @@ newThing: New {thing} newPatternForModel: 'New {pattern} for {model}' noChanges: Без змін no: 'Ні' #Keep in quotes or it will evaluate to false -noPasswordPolicy: We don't enforce a password policy +noPasswordPolicy: Ми не застосовуємо політику правил введення пароля noSeamAllowance: Без припусків на шви notAllOfThisContentIsAvailableInLanguage: Не весь цей контент доступний англійською мовою notesInfo: Це Ваші нотатки. Ви можете писати тут все, що забажаєте @@ -141,8 +141,8 @@ ourRevenuePledge: Our revenue pledge patron-2: Powder monkey patron-4: First mate patron-8: Captain -patronHelp: If you have any questions, or would like to make changes to your Patron status, please contact us -patron: Patron +patronHelp: Якщо Ви маєте будь-які запитання чи бажаєте внести зміни до свого статусу патрона — зв'яжіться з нами, будь ласка +patron: Патрон patronPitch: If you think what we do is worthwhile, and if you can spare a few coins each month without hardship, please support our work patronsKeepUsAfloat: Freesewing is made possible by the financial support of our Patrons. They keep this ship afloat. patternInstructions: Pattern instructions From 31402843a52a7dac1192ceb32bb58b888eaa0785 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 18:12:17 +0200 Subject: [PATCH 1538/1675] New translations jargon.yml (Ukrainian) --- packages/i18n/src/locales/uk/jargon.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/i18n/src/locales/uk/jargon.yml b/packages/i18n/src/locales/uk/jargon.yml index bcf75ce0b0a..4c1ee38548a 100644 --- a/packages/i18n/src/locales/uk/jargon.yml +++ b/packages/i18n/src/locales/uk/jargon.yml @@ -1,7 +1,7 @@ --- basting: - term: basting - description: "See Basting in the Sewing documentation" + term: зметування + description: "Дивіться Зметування у Швейна документація" coverlock: term: coverlock description: "See Coverlock in the Sewing documentation" @@ -70,16 +70,16 @@ zigZag: description: "See Zig-zag stitch in the Sewing documentation" freesewing: term: freesewing - description: 'FreeSewing is an open source platform for made-to-measure sewing patterns' + description: 'FreeSewing є платформою з відкритим кодом для створення швейних викрійок, які адаптуються під виміри користувача' patternOptions: - term: pattern options - description: 'The pattern options allow you to customize the design of the pattern' + term: налаштування викрійок + description: 'Налаштування викрійки дозволяє Вам змінити дизайн викрійки за Вашими побажаннями' draftSettings: - term: draft settings - description: 'The draft settings give you control of how a pattern is generated' + term: налаштування чернетки + description: 'налаштування чернетки надає Вам контроль над генерацією викрійки' patrons: - term: patrons - description: 'Patrons support Freesewing financially. They are loyal supporters who ensure a sustainable future for freesewing.org, our code, our patterns, and our community.' + term: патрони + description: 'Патрони фінансово підтримують FreeSewing. Вони є лояльними прихильниками, які забезпечують стійке майбутнє для freesewing.org, нашого коду, викрійок та нашої спільноти.' msf: term: msf - description: "Médecins Sans Frontières/Doctors Without Borders - See msf.org" + description: "Médecins Sans Frontières/Лікарі без кордонів – Більше на msf.org" From 406e38783e1b8c2e29995e479454f0097fdf9965 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Mon, 18 Jul 2022 18:50:34 +0200 Subject: [PATCH 1539/1675] chore: More style tweaks for jargon --- markdown/dev/guides/markdown/jargon/en.md | 27 +++++++++++++++++++++++ sites/dev/jargon.mjs | 2 +- sites/shared/mdx/loader.js | 8 ++++++- sites/shared/styles/globals.css | 21 ++++++++++++++---- 4 files changed, 52 insertions(+), 6 deletions(-) diff --git a/markdown/dev/guides/markdown/jargon/en.md b/markdown/dev/guides/markdown/jargon/en.md index aaca5b7a4a6..d3adaa7bcd5 100644 --- a/markdown/dev/guides/markdown/jargon/en.md +++ b/markdown/dev/guides/markdown/jargon/en.md @@ -21,5 +21,32 @@ Which renders as: We are migrating from _cjs_ to _esm_ modules +## Adding jargon +To add a new jargon term, you need to add it to the jargon file for the +website you'd like to add it to: +| Website | Jargon file | Github link | +| ------- | ----------- | ----------- | +| freesewing.dev | `sites/dev/jargon.mjs` | [jargon.mjs](https://github.com/freesewing/freesewing/blob/develop/sites/dev/jargon.mjs) | +| freesewing.org | `sites/org/jargon.mjs` | [jargon.mjs](https://github.com/freesewing/freesewing/blob/develop/sites/org/jargon.mjs) | + +The file consists of key/value pairs where: + +- The **key** is the jargon term +- The **value** is the jargon description + +### Tips for jaron keys + +The key in the jargon file should always be lowercase. That's because we +lowercase the term before matching it. + +So in your text, you can use `ESM`, `ems`, or even `eSm`, but the key in +the jargon file should be `esm`. + +### Tips for jargon values + +The value can hold HTML tags, just make sure it's valid HTML and don't go +overboard. + +Note that the definition will be *italic* by default. diff --git a/sites/dev/jargon.mjs b/sites/dev/jargon.mjs index 5ce908d538e..d8cf92e0db5 100644 --- a/sites/dev/jargon.mjs +++ b/sites/dev/jargon.mjs @@ -1,5 +1,5 @@ const jargon = { - cjs: "CJS stands for CommonJS, it is the JavaScript module format popularized by NodeJS, but now increasingly phased out in fabor of ESM", + cjs: "CJS stands for CommonJS, it is the JavaScript module format popularized by NodeJS, but now increasingly phased out in favor of ESM", esm: "ESM stands for EcmaScript Module, it is the standardized module syntax in JavaScript", } diff --git a/sites/shared/mdx/loader.js b/sites/shared/mdx/loader.js index e81496f45bb..7ff4b99e59d 100644 --- a/sites/shared/mdx/loader.js +++ b/sites/shared/mdx/loader.js @@ -19,6 +19,7 @@ import rehypeSlug from 'rehype-slug' import rehypeJargon from '../../../packages/rehype-jargon/src/index.js' // Simple frontmatter extractor import frontmatter from 'front-matter' +import CloseIcon from '../components/icons/close.js' /* * Summary: Loads markdown from disk and compiles it as MDX. * @@ -31,7 +32,12 @@ import frontmatter from 'front-matter' */ const jargonTransform = (term, html) => `
    - ${term} + + ${term} + + + +
    ${html}
    ` diff --git a/sites/shared/styles/globals.css b/sites/shared/styles/globals.css index 497df615e4c..25394a78bfc 100644 --- a/sites/shared/styles/globals.css +++ b/sites/shared/styles/globals.css @@ -300,7 +300,7 @@ input[type=range]:focus::-ms-fill-upper { /* Style for jargon terms */ .jargon-term { - text-decoration: underline dotted hsl(var(--s)); + text-decoration: underline 3px dotted hsl(var(--s)); font-weight: 500; } summary.jargon-term { @@ -313,16 +313,16 @@ summary.jargon-term { transform: translate(0, -0.5em); font-size: 75%; color: hsl(var(--s)); - margin-left: 3px; + margin-left: -0.1rem; } .jargon-term:hover { position: relative; - text-decoration: underline solid hsl(var(--s)); + text-decoration: underline 3px solid hsl(var(--s)); cursor: pointer; } details.jargon-details[open] { border: 1px solid hsl(var(--s)); - background: hsl(var(--s) / 0.1); + background: hsl(var(--s) / 0.05); padding: 1rem 2rem; margin: 1rem auto; border-radius: 4px; @@ -331,6 +331,10 @@ details.jargon-details[open] summary { font-size: 200%; padding: 0.5rem 0 1rem; font-style: normal; + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; } details.jargon-details[open] summary::after { display: none; @@ -339,6 +343,15 @@ details.jargon-details[open] .jargon-term, details.jargon-details[open] .jargon-term:hover { text-decoration: none; } +details svg.jargon-close { + display: none; +} +details.jargon-details[open] svg.jargon-close { + display: inline; + border-radius: 50%; + padding: 0.1rem; + opacity: 0.6; +} /* Fix styling for pan&zoom */ /* From 818bf1848f7f42b090a1d90f92155cbaa93ba638 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Mon, 18 Jul 2022 18:55:14 +0200 Subject: [PATCH 1540/1675] fix(markdown): Use underscore for italic --- markdown/dev/guides/markdown/jargon/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/guides/markdown/jargon/en.md b/markdown/dev/guides/markdown/jargon/en.md index d3adaa7bcd5..25c7ffada8b 100644 --- a/markdown/dev/guides/markdown/jargon/en.md +++ b/markdown/dev/guides/markdown/jargon/en.md @@ -49,4 +49,4 @@ the jargon file should be `esm`. The value can hold HTML tags, just make sure it's valid HTML and don't go overboard. -Note that the definition will be *italic* by default. +Note that the definition will be _italic_ by default. From 6671e86411641a4e0f7861627c8df08c33f99be7 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Mon, 18 Jul 2022 18:57:49 +0200 Subject: [PATCH 1541/1675] chore: Fixed linter warnings --- packages/rehype-jargon/test.js | 13 ------------- sites/shared/mdx/loader.js | 1 - 2 files changed, 14 deletions(-) delete mode 100644 packages/rehype-jargon/test.js diff --git a/packages/rehype-jargon/test.js b/packages/rehype-jargon/test.js deleted file mode 100644 index 188975bef5f..00000000000 --- a/packages/rehype-jargon/test.js +++ /dev/null @@ -1,13 +0,0 @@ -import { remark } from 'remark' -import { html } from ' -var html = require('remark-html') -var plugin = require('remark-jargon') -var jargon = require('./jargon.js') - -remark() - .use(html) - .use(plugin, { jargon: jargon }) - .process('This is a plugin for _remark_ originally written for _freesewing_.', function (err, file) { - console.log(String(file)) - }) - diff --git a/sites/shared/mdx/loader.js b/sites/shared/mdx/loader.js index 7ff4b99e59d..caa5b414b1a 100644 --- a/sites/shared/mdx/loader.js +++ b/sites/shared/mdx/loader.js @@ -19,7 +19,6 @@ import rehypeSlug from 'rehype-slug' import rehypeJargon from '../../../packages/rehype-jargon/src/index.js' // Simple frontmatter extractor import frontmatter from 'front-matter' -import CloseIcon from '../components/icons/close.js' /* * Summary: Loads markdown from disk and compiles it as MDX. * From ece45eec9424bebff41f509de10d2ed16bd18cb6 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Mon, 18 Jul 2022 18:59:10 +0200 Subject: [PATCH 1542/1675] chore: Check docs workflow should only do English --- .github/workflows/checkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml index 6dd0812d970..689ff52d5c9 100644 --- a/.github/workflows/checkdocs.yml +++ b/.github/workflows/checkdocs.yml @@ -5,12 +5,12 @@ on: branches: - develop paths: - - 'markdown/**' + - 'markdown/**/en.md' pull_request: branches: - develop paths: - - 'markdown/**' + - 'markdown/**/en.md' jobs: test: From 0d5887dc7cd76c6962cba86189d87ac912b341dd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 19:20:54 +0200 Subject: [PATCH 1543/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index 5798c0b4c75..c3aef81afca 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -143,7 +143,7 @@ patron-4: First mate patron-8: Captain patronHelp: Якщо Ви маєте будь-які запитання чи бажаєте внести зміни до свого статусу патрона — зв'яжіться з нами, будь ласка patron: Патрон -patronPitch: If you think what we do is worthwhile, and if you can spare a few coins each month without hardship, please support our work +patronPitch: Якщо Ви вважаєте, що ми робимо цінну роботу, та можете без труднощів відшкодувати кілька копійок щомісяця, будь ласка, підтримайте нашу працю patronsKeepUsAfloat: Freesewing is made possible by the financial support of our Patrons. They keep this ship afloat. patternInstructions: Pattern instructions patternOptions: Pattern options From 7968ef7060aa55fe29837e22811758fc4226598c Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Mon, 18 Jul 2022 15:15:52 -0400 Subject: [PATCH 1544/1675] split yoke shouldn't cut on fold --- designs/simon/src/yoke.js | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/designs/simon/src/yoke.js b/designs/simon/src/yoke.js index 1209f186d27..f543ef71818 100644 --- a/designs/simon/src/yoke.js +++ b/designs/simon/src/yoke.js @@ -35,21 +35,17 @@ export default (part) => { snippets.logo = new Snippet('logo', points.logo) snippets.logo.attr('data-scale', 0.8) if (options.splitYoke) { - macro('cutonfold', { - from: points.cbNeck, - to: points.cbYoke, - grainline: true, - }) snippets.sleeveNotch = new Snippet('bnotch', points.armholePitch) - } else { - points.grainlineFrom = points.cbYoke.shift(0, 20) - points.grainlineTo = points.cbNeck.shift(0, 20) - macro('grainline', { - from: points.grainlineFrom, - to: points.grainlineTo, - }) } + points.grainlineFrom = points.cbYoke.shift(0, 20) + points.grainlineTo = points.cbNeck.shift(0, 20) + macro('grainline', { + from: points.grainlineFrom, + to: points.grainlineTo, + }) + + if (sa) { paths.sa = paths.saBase.offset(sa).attr('class', 'fabric sa') if (options.splitYoke) { From b8b2feabefb56be7d8bd6701d934f512c396fe44 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 21:20:41 +0200 Subject: [PATCH 1545/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 34 +++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index c3aef81afca..3fab2dcde70 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -144,25 +144,25 @@ patron-8: Captain patronHelp: Якщо Ви маєте будь-які запитання чи бажаєте внести зміни до свого статусу патрона — зв'яжіться з нами, будь ласка patron: Патрон patronPitch: Якщо Ви вважаєте, що ми робимо цінну роботу, та можете без труднощів відшкодувати кілька копійок щомісяця, будь ласка, підтримайте нашу працю -patronsKeepUsAfloat: Freesewing is made possible by the financial support of our Patrons. They keep this ship afloat. -patternInstructions: Pattern instructions -patternOptions: Pattern options -pattern: pattern -sewingPatterns: Sewing patterns -patterns: Patterns -pendingConfirmation: Pending confirmation +patronsKeepUsAfloat: Freesewing існує завдяки фінансовій підтримці наших патронів. Вони тримають цей корабель на плаву. +patternInstructions: Інструкції до викрійок +patternOptions: Налаштування викрійок +pattern: викрійка +sewingPatterns: Викрійка для шиття +patterns: Викрійки +pendingConfirmation: Підтвердження очікується perMonth: Per month -pleaseEnterAValidEmailAddress: Please enter a valid E-mail address -pleaseIncludeTheInformationBelow: Please include the information below -preview: Preview -privacyNotice: Privacy notice +pleaseEnterAValidEmailAddress: Будь ласка, вкажіть чинну електронну адресу +pleaseIncludeTheInformationBelow: Будь ласка, додайте відомості нижче +preview: Попередній перегляд +privacyNotice: Можливе порушення приватності proceedWithCaution: Proceed with caution -profile: Profile -relatedLinks: Related links -remove: Remove -removeThing: Remove {thing} -reportThisOnGithub: Report this on GitHub -requiredMeasurements: Required measurements +profile: Обліковий запис +relatedLinks: Споріднені посилання +remove: Видалити +removeThing: Видалити {thing} +reportThisOnGithub: Повідомте про проблему на GitHub +requiredMeasurements: Необхідні заміри resendActivationEmailMessage: "Fill in the E-mail address you signed up with, and we'll send you a new confirmation message." resendActivationEmail: Re-send activation E-mail resetPassword: Reset password From 7015e702bd26ceb97c491897b6f03b4e00dcd13b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 23:19:51 +0200 Subject: [PATCH 1546/1675] New translations parts.yaml (Ukrainian) --- packages/i18n/src/locales/uk/parts.yaml | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/i18n/src/locales/uk/parts.yaml b/packages/i18n/src/locales/uk/parts.yaml index 3d86ceb09db..b051ceb923f 100644 --- a/packages/i18n/src/locales/uk/parts.yaml +++ b/packages/i18n/src/locales/uk/parts.yaml @@ -1,6 +1,6 @@ --- back: Спина -backBase: Back base +backBase: Основа спинки backPocketWelt: Back pocket welt base: Base bentBack: Bent back @@ -11,9 +11,9 @@ bentTopSleeve: Bent top sleeve bentUnderSleeve: Bent under sleeve buttonholePlacket: Buttonhole placket buttonPlacket: Button placket -collar: Collar -collarStand: Collar stand -cuff: Cuff +collar: Комір +collarStand: Стоячий комір +cuff: Манжет fabricTail: Fabric tail fabricTip: Fabric tip frontBase: Front base @@ -23,36 +23,36 @@ frontLeft: Front left frontLining: Front lining frontRight: Front right gusset: Gusset -hoodCenter: Hood center -hood: Hood -hoodSide: Hood side +hoodCenter: Центр капюшону +hood: Капюшон +hoodSide: Сторона капюшону inset: Inset interfacingTail: Interfacing tail interfacingTip: Interfacing tip liningTail: Lining tail liningTip: Lining tip loop: Loop -panel1: Panel 1 -panel2: Panel 2 -panel3: Panel 3 -panel4: Panel 4 -panel5: Panel 5 -panel6: Panel 6 -panels: Panels +panel1: Панель 1 +panel2: Панель 2 +panel3: Панель 3 +panel4: Панель 4 +panel5: Панель 5 +panel6: Панель 6 +panels: Панель pocketBag: Pocket bag pocketFacing: Pocket facing pocketInterfacing: Pocket interfacing -pocket: Pocket +pocket: Кишеня pocketWelt: Pocket welt side: Side sleeveBase: Sleeve base sleevecap: Sleevecap sleevePlacketOverlap: Sleeve placket overlap sleevePlacketUnderlap: Sleeve placket underlap -sleeve: Sleeve +sleeve: Рукав topSleeve: Topsleeve top: Top underCollar: Under collar underSleeve: Undersleeve waistband: Waistband -yoke: Yoke +yoke: Кокетка From ff1424b1dcd2f0fee650ba010a70f7228170c711 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 23:19:52 +0200 Subject: [PATCH 1547/1675] New translations jargon.yml (Ukrainian) --- packages/i18n/src/locales/uk/jargon.yml | 54 ++++++++++++------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/packages/i18n/src/locales/uk/jargon.yml b/packages/i18n/src/locales/uk/jargon.yml index 4c1ee38548a..e2ed74e8a2c 100644 --- a/packages/i18n/src/locales/uk/jargon.yml +++ b/packages/i18n/src/locales/uk/jargon.yml @@ -1,46 +1,46 @@ --- basting: term: зметування - description: "Дивіться Зметування у Швейна документація" + description: "Дивіться Зметування у документація до шиття" coverlock: - term: coverlock - description: "See Coverlock in the Sewing documentation" + term: оверлок + description: "Дивіться Оверлок у Документація до шиття" cutting: - term: cutting - description: "See Cutting in the Sewing documentation" + term: вирізання + description: "Дивіться Вирізання у Документація до шиття" darts: - term: darts - description: "See Darts in the Sewing documentation" + term: виточки + description: "Дивіться Виточки уДокументація до шиття" doubleWeltPockets: - term: double welt pockets - description: "See Double welt pockets in the Sewing documentation" + term: прорізна кишеня + description: "Дивіться Прорізна кишеня уДокументація до шиття" ease: - term: ease - description: "See Ease in the Sewing documentation" + term: свобода облягання + description: "Дивіться Свобода облягання у Документація до шиття" edgestitch: - term: edgestitch - description: "See Edgestitching in the Sewing documentation" + term: шов по краю + description: "Дивіться Шов по краю у Документація до шиття" fabricGrain: term: fabric grain - description: "See Fabric grain in the Sewing documentation" + description: "Дивіться Нитка основа тканини у Документація до шиття" goodSidesTogether: - term: good sides together - description: "See Good sides together in the Sewing documentation" + term: лицьові сторони одна до одної + description: "Дивіться Лицьові сторони одна до одної у Документація до шиття" onTheFold: term: on the fold - description: "See On the fold in the Sewing documentation" + description: "Дивіться На згині у Документація до шиття" hemming: - term: hemming - description: "See Hemming in the Sewing documentation" + term: підшивання краю + description: "Дивіться Підшивання краю у Документація до шиття" jersey: - term: jersey - description: "See Jersey in the Sewing documentation" + term: джерсі + description: "Дивіться Джерсі у Документація до шиття" knitBinding: term: knit binding description: "See Knit binding in the Sewing documentation" knitFabric: - term: knit fabric - description: "See Knit fabric in the Sewing documentation" + term: трикотаж + description: "Дивіться Трикотаж у Документація до шиття" pinning: term: pinning description: "See Pinning in the Sewing documentation" @@ -63,11 +63,11 @@ trimming: term: trimming description: "See Trimming in the Sewing documentation" twinNeedle: - term: twin needle - description: "See Twin needle in the Sewing documentation" + term: подвійна голка + description: "Дивіться Подвійна голка у Документація до шиття" zigZag: - term: zig-zag stitch - description: "See Zig-zag stitch in the Sewing documentation" + term: шов "Зіг-заг" + description: "Дивіться шов \"Зіг-заг\" уДокументація до пошиття" freesewing: term: freesewing description: 'FreeSewing є платформою з відкритим кодом для створення швейних викрійок, які адаптуються під виміри користувача' From 82a688c50f122a10ef61452709b9c271a1371613 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 18 Jul 2022 23:19:54 +0200 Subject: [PATCH 1548/1675] New translations teagan.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/teagan.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/teagan.yml b/packages/i18n/src/locales/uk/options/teagan.yml index b955e414909..6b85f9d73e6 100644 --- a/packages/i18n/src/locales/uk/options/teagan.yml +++ b/packages/i18n/src/locales/uk/options/teagan.yml @@ -9,11 +9,11 @@ sleeveLength: title: Довжина рукава description: Змінити довжину рукавів necklineBend: - title: Вигин вирізу - description: Змінити лінію вигину вирізу. + title: Вигін горловини + description: Змінити лінію вигину горловини. necklineDepth: - title: Глибина вирізу - description: Змінити параметр того, як низько знаходиться виріз. + title: Глибина горловини + description: Змінити параметр того, як низько знаходиться горловина. necklineWidth: - title: Ширина вирізу - description: Змінити ширину вирізу. + title: Ширина горловини + description: Змінити ширину горловини. From bc5a8c3636a7770ac5c80468bb9f7ad805a737b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 04:22:09 +0000 Subject: [PATCH 1549/1675] Bump react-instantsearch-dom from 6.30.1 to 6.30.2 Bumps [react-instantsearch-dom](https://github.com/algolia/react-instantsearch) from 6.30.1 to 6.30.2. - [Release notes](https://github.com/algolia/react-instantsearch/releases) - [Changelog](https://github.com/algolia/react-instantsearch/blob/master/CHANGELOG.md) - [Commits](https://github.com/algolia/react-instantsearch/compare/v6.30.1...v6.30.2) --- updated-dependencies: - dependency-name: react-instantsearch-dom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5780f6f712a..5734525fd32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18783,10 +18783,10 @@ react-input-autosize@^3.0.0: dependencies: prop-types "^15.5.8" -react-instantsearch-core@6.30.1: - version "6.30.1" - resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.30.1.tgz#9ff32a7906d132318830e1c0ba24dad257fa04db" - integrity sha512-KOXcyvjb2lMHGKavHg8BYuH5ZFQI5u9FF75vaHx3/vK78FIZFegNiRKx33wn20YsVg/mxU3ZiYCKoVJ5YGJxGg== +react-instantsearch-core@6.30.2: + version "6.30.2" + resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.30.2.tgz#4e26a43b4a2b9b1247ccc8778f77dabdcdba84fb" + integrity sha512-JIpXY6cFak0Vvx5Cc0jqsbziA1zVkjz8CeesGJU6AUotrRfI3VSENSqP5QojSgNEq9pdK77nFwb0nkxX5dwS3Q== dependencies: "@babel/runtime" "^7.1.2" algoliasearch-helper "^3.10.0" @@ -18794,16 +18794,16 @@ react-instantsearch-core@6.30.1: react-fast-compare "^3.0.0" react-instantsearch-dom@^6.18.0: - version "6.30.1" - resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.30.1.tgz#5df83224bdfa88ab594d65128b360851ab7c9888" - integrity sha512-LUwJTZmuyFak8zobFUgEb1qbt3sxX/TFhhYu1mAjkUjh3Qj1Chmiqk0UKqQaD6EnINQi2KpURk6f2B4FxR2BxQ== + version "6.30.2" + resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.30.2.tgz#df50d43dad2e7d4136df36d26e37ce8eb1f3cf33" + integrity sha512-xUMls+lBwdVaE+GuAbuJEFKtnMf0dXePuDwMhrAKinY55JwvWYCVuPdOtvfZWu4d9KZBWhSS7Mwyj/FW5fHCKw== dependencies: "@babel/runtime" "^7.1.2" algoliasearch-helper "^3.10.0" classnames "^2.2.5" prop-types "^15.6.2" react-fast-compare "^3.0.0" - react-instantsearch-core "6.30.1" + react-instantsearch-core "6.30.2" react-intl@4.5.0: version "4.5.0" From 4686bf29fbbb43a2141d1001cdb7140a1894abba Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Tue, 19 Jul 2022 14:32:40 +0200 Subject: [PATCH 1550/1675] New translations patterns.yml (Ukrainian) --- packages/i18n/src/locales/uk/patterns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/patterns.yml b/packages/i18n/src/locales/uk/patterns.yml index 5c62e7d0aea..f617bc4ca50 100644 --- a/packages/i18n/src/locales/uk/patterns.yml +++ b/packages/i18n/src/locales/uk/patterns.yml @@ -4,7 +4,7 @@ aaron: title: Aaron A-Shirt albert: description: Albert is an apron. - title: Albert apron + title: Фартук Альберт bee: description: Bee is a bikini top title: Bee bikini top From 92c461cf1bdff795e5c36cb53cd3cf7e740d713c Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Tue, 19 Jul 2022 09:37:32 -0400 Subject: [PATCH 1551/1675] ensure locale directories are made in prebuild --- packages/i18n/src/prebuild.mjs | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/packages/i18n/src/prebuild.mjs b/packages/i18n/src/prebuild.mjs index c01e4ab44f4..20ac7a353ba 100644 --- a/packages/i18n/src/prebuild.mjs +++ b/packages/i18n/src/prebuild.mjs @@ -1,7 +1,7 @@ import yaml from 'js-yaml' import path from 'path' import rdir from 'recursive-readdir' -import { readFile, writeFile } from 'fs/promises' +import { readFile, writeFile, mkdir } from 'fs/promises' import { fileURLToPath } from 'url' import { dirname } from 'path' @@ -166,10 +166,17 @@ ${locales * Writes out files */ const writeFiles = async allNamespaces => { - const promises = [] + const dirPromises = [] + const filePromises = [] + for (const [locale, namespaces] of Object.entries(allNamespaces)) { + // make sure there's a folder for the locale + dirPromises.push( + mkdir(path.resolve(__dirname, 'next', locale), {recursive: true}) + ) + for (const [namespace, data] of Object.entries(namespaces)) { - promises.push( + filePromises.push( writeFile( path.resolve(__dirname, 'next', locale, namespace+'.mjs', ), namespaceFile(namespace, data) @@ -177,7 +184,7 @@ const writeFiles = async allNamespaces => { ) } // Locale index files - promises.push( + filePromises.push( writeFile( path.resolve(__dirname, 'next', locale, 'index.mjs', ), localeFile(Object.keys(namespaces)) @@ -185,13 +192,16 @@ const writeFiles = async allNamespaces => { ) } // Locale index files - promises.push( + filePromises.push( writeFile( path.resolve(__dirname, 'next.mjs', ), indexFile(Object.keys(allNamespaces), allNamespaces) ) ) - await Promise.all(promises) + // make the folders first + await Promise.all(dirPromises) + // write the files + await Promise.all(filePromises) return } @@ -208,10 +218,4 @@ const build = async () => { build() - - - - - - //export default strings From d0a8155358a2a237836e8743960044619c1abe6f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Tue, 19 Jul 2022 17:07:20 +0200 Subject: [PATCH 1552/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index 3fab2dcde70..e079462b1ea 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -1,5 +1,5 @@ --- -100PercentCommunity: 100% community +100PercentCommunity: 100% спільнота 100PercentFree: 100% безкоштовно 100PercentOpenSource: 100% open source aboutFreesewing: Про Freesewing From 0eb4defea9bf5613f7f0314112eb99835a07a10f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Tue, 19 Jul 2022 17:07:21 +0200 Subject: [PATCH 1553/1675] New translations patterns.yml (Ukrainian) --- packages/i18n/src/locales/uk/patterns.yml | 162 +++++++++++----------- 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/packages/i18n/src/locales/uk/patterns.yml b/packages/i18n/src/locales/uk/patterns.yml index f617bc4ca50..4bb4fc9122c 100644 --- a/packages/i18n/src/locales/uk/patterns.yml +++ b/packages/i18n/src/locales/uk/patterns.yml @@ -1,133 +1,133 @@ --- aaron: - description: Aaron is an athletic shirt or tank top. - title: Aaron A-Shirt + description: Аарон є спортивною майкою. + title: Майка Аарон albert: - description: Albert is an apron. + description: Альберт – це фартук. title: Фартук Альберт bee: - description: Bee is a bikini top - title: Bee bikini top + description: Бі – це ліф купальника + title: Ліф купальника Бі bella: - description: Bella is a basic body block for people with breasts. - title: Bella body block + description: Белла є викрійкою-основою з виточками. + title: Викрійка-основа Белла benjamin: - description: Benjamin is a bow tie pattern with four different shape options. - title: Benjamin bow tie + description: Бенджамін – це викрійка галстука-метелика з чотирьма різними формами. + title: Галстук-метелик Бенджамін bent: - description: This two-part sleeve block is the basis of our coat and jacket patterns. - title: Bent body Block + description: Ця двочастинна викрійка є основою для викрійок пальто та піджаків. + title: Викрійка-основа Бент bob: - description: This is the bib that you can create by following our design tutorial - title: Bob the bib + description: Це нагрудник, викрійку якого ви можете самостійно створити, пройшовши нашу інструкцію з дизайну викрійок + title: Нагрудник Боб breanna: - description: Breanna is a basic body block for people with breasts. - title: Breanna body block + description: Бреанна – це викрійка-основа з виточками. + title: Викрійка-основа Бреанна brian: - description: Brian is a basic body block for people without breasts. - title: Brian body block + description: Брайан – це викрійка-основа без виточок. + title: Викрійка-основа Брайан bruce: - description: Bruce are comfortable yet stylish boxer briefs. - title: Bruce boxer briefs + description: Брюс – комфортні та стильні боксери. + title: Труси-боксери Брюс carlita: - description: 'The version for breasts of our Carlton coat, aka Sherlock Holmes coat.' - title: Carlita coat + description: 'Версія пальто Карлтон, ака пальто Шерлока Холмса, тільки зі швом Принц(есса).' + title: Пальто Карліта carlton: - description: 'For Sherlock Holmes cosplay, or just a really nice coat.' - title: Carlton coat + description: 'Підходить для косплею Шерлока Холмса, або просто як гарне і практичне пальто.' + title: Пальто Карлтон cathrin: - description: Cathrin is an underbust corset or waist trainer. - title: Cathrin corset + description: Катрін – це підгрудний корсет або тренувач талії. + title: Корсет Катрін charlie: - description: Charlie is a chino trouser pattern. - title: Charlie chinos + description: Чарлі – це викрійка для брюк-чіносів. + title: Брюки-чіноси Чарлі cornelius: - description: Cornelius are cycling breeches based on the Keystone drafting method. - title: Cornelius cycling breeches + description: Корнеліус – це бріджі для катання на велосипеді, основані на методі крою Кістон. + title: Бріджі для катання Корнеліус diana: - description: Diana is a top with a draped neckline. - title: Diana draped top + description: Діана – це топ з горловиною-хомутом. + title: Топ з горловиною-хомутом Діана florent: description: 'Florent is a flat cap, a rounded cap with a small stiff brim in front.' title: Florent flat cap florence: - description: 'Florence is a face mask.' - title: Florence face mask + description: 'Флоренс – це маска для обличчя.' + title: Маска Флоренс hi: - description: The world's friendliest shark - title: Hi the shark + description: Найдружелюбніша акула у світі. + title: Акула Куку holmes: description: 'For Sherlock Holmes cosplay or just a cute hat.' title: Holmes deerstalker hat hortensia: - description: 'Hortensia is a handbag.' - title: Hortensia handbag + description: 'Гортензія – це ручна сумка.' + title: Ручна сумка Гортензія huey: - description: Huey is a zip-up hoodie with optional front pockets. - title: Huey hoodie + description: Хьюі – це худі на блискавці з кишенями спереду (на ваш вибір). + title: Худі Хьюї hugo: - description: Hugo is a hooded jumper with raglan sleeves. - title: Hugo hoodie + description: Хьюго – це джампер з капюшоном та рукавами реглан. + title: Худі Хьюго jaeger: - description: Jaeger is a sport coat style jacket with two buttons and patch pockets. - title: Jaeger jacket + description: Джагер – це спортивний піджак з двома ґудзиками та накладними кишенями. + title: Піджак Джагер lucy: - description: Lucy is a historical pocket that you can tie around your waist. - title: Lucy tie-on pocket + description: Люсі – це кишеня з минулого, яку можна зав'язати на талії. + title: Кишеня на зав'язках Люсі lunetius: - description: Lunetius is a lacerna, a historical Roman cloak - title: Lunetius Lacerna + description: Лютінус – це ласерна, або історична накидка з Древнього Риму. + title: Ласерна Лютінус noble: - description: Noble is a body block with prince(ess) seams - title: Noble body block + description: Нобл – це викрійка-основа з швом принц(есса). + title: Викрійка-основа Нобл paco: - description: Paco are casual yet stylish summer pants. - title: Paco pants + description: Пако – це базові та стильні літні штани. + title: Штани Пако penelope: - description: Penelope is a pencil skirt with or without a vent in the back. - title: Penelope pencil skirt + description: Пенелопа – це спідниця-олівець з розрізом ззаду (за бажанням). + title: Юбка-олівець Пенелопа sandy: - description: Sandy is an adaptable circle skirt pattern. - title: Sandy circle skirt + description: Сенді – викрійка спідниці-сонце на будь-яку довжину та пишність. + title: Юбка-сонце Сенді shin: - description: Shin are athletic swim trunks. - title: Shin swim trunks + description: Шін – це спортивні плавки. + title: Плавки Шін simon: - description: Simon is a highly adaptable shirt pattern for people without breasts. - title: Simon shirt + description: Саймон – це викрійка сорочки без передніх виточок. Легко адаптується під Ваші швейні плани. + title: Сорочка Саймон simone: - description: Simone is simon, adapted for breasts. - title: Simone shirt + description: Сімон – це як Саймон, але з передніми виточками. + title: Сорочка Сімон sven: - description: Sven is a straightforward sweater. - title: Sven sweatshirt + description: Свен – це простий і прямий светр. + title: Светр Свен tamiko: - description: Tamiko is a zero-waste top. - title: Tamiko top + description: Таміко – це топ "Нуль відходів". + title: Блузка Таміко teagan: - description: Teagan is a fitted T-shirt pattern. - title: Teagan T-shirt + description: Тіган – це викрійка футболки по розміру. + title: Футболка Тіган theo: - description: Theo is a classic trouser pattern. - title: Theo trousers + description: Тео – це викрійка класичних штанів. + title: Штани Тео tiberius: - description: Tiberius is a historical Roman tunic - title: Tiberius Tunica + description: Тіберіус – це Древньоримська туніка. + title: Туніка Тіберіус titan: - description: Titan is a dartless trouser block. - title: Titan trouser block + description: Титан – це викрійка-основа штанів без виточок. + title: Викрійка-основа штанів Титан trayvon: description: Trayvon is a tie that cuts no corners for a professional result. - title: Trayvon tie + title: Галстук Трейвон unice: description: Unice is a variant of Ursula; A basic, highly-customizable underwear pattern. - title: Unice undies + title: Труси Юніс ursula: - description: Ursula is a basic, highly-customizable underwear pattern. - title: Ursula undies + description: Урсула – це викрійка базових трусів з великою кількістю налаштувань дизайну. + title: Труси Урсула wahid: - description: Wahid is a classic fitted waistcoat. - title: Wahid waistcoat + description: Вахід – це класичний облягаючий жилет. + title: Жилет Вахід walburga: description: Walburga is a tabard/surcoat, a historical garment from medieval Europe title: Walburga Wappenrock @@ -135,5 +135,5 @@ waralee: description: Waralee are wrap pants. title: Waralee wrap pants yuri: - description: Yuri is a fancy zipless cardigan based on the Huey & Hugo hoodies - title: Yuri hoodie + description: Юрі – це екстравагантний кардиган без блискавки, оснований на худі Хьюі та Хьюго. + title: Худі Юрі From 21ea3fc4780aa6745fc521eda997abf563858800 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Tue, 19 Jul 2022 15:46:18 -0400 Subject: [PATCH 1554/1675] write a precibuild_stepx automatically if the package has a prebuild script --- config/scripts.yaml | 2 +- scripts/reconfigure.mjs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/scripts.yaml b/config/scripts.yaml index 81d3a8fffd3..7880cd7d126 100644 --- a/config/scripts.yaml +++ b/config/scripts.yaml @@ -42,7 +42,7 @@ new-design: vbuild: '!' pattern-info: cibuild_step1: '!' - build: 'node src/prebuild.js && node build.js' + build: 'node build.js' prebuild: 'node src/prebuild.js' utils: clean: "rimraf backend && rimraf camelCase && rimraf capitalize && rimraf cloneObject && rimraf convertSize && rimraf defaultGist && rimraf defaultSa && rimraf formatImperial && rimraf formatMm && rimraf isDegMeasurement && rimraf measurementAsMm && rimraf measurementDiffers && rimraf neckstimate && rimraf optionDefault && rimraf optionType && rimraf roundMm && rimraf roundMmDown && rimraf roundMmUp && rimraf sliderStep && rimraf smallestImperialStep && rimraf storage && rimraf tiler && rimraf validateEmail && rimraf validateTld" diff --git a/scripts/reconfigure.mjs b/scripts/reconfigure.mjs index 7254a3155ab..95c41c993d8 100644 --- a/scripts/reconfigure.mjs +++ b/scripts/reconfigure.mjs @@ -201,6 +201,7 @@ function scripts(pkg) { // Enforce build order by generating the cibuild_stepX scrips for (let step=0; step < buildOrder.length; step++) { if (buildOrder[step].indexOf(pkg.name) !== -1) { + if (runScripts.prebuild) runScripts[`precibuild_step${step}`] = runScripts.prebuild if (runScripts.build) runScripts[`cibuild_step${step}`] = runScripts.build } } From 7f16ee2e9eb3a80a5f99190e8072cbcbb9c56447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 04:11:29 +0000 Subject: [PATCH 1555/1675] Bump netlify-cli from 10.10.0 to 10.10.2 Bumps [netlify-cli](https://github.com/netlify/cli) from 10.10.0 to 10.10.2. - [Release notes](https://github.com/netlify/cli/releases) - [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/cli/compare/v10.10.0...v10.10.2) --- updated-dependencies: - dependency-name: netlify-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 74 +++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3c246ce0a5f..f9f726e6796 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2699,20 +2699,20 @@ resolved "https://registry.yarnpkg.com/@netlify/binary-info/-/binary-info-1.0.0.tgz#cd0d86fb783fb03e52067f0cd284865e57be86c8" integrity sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw== -"@netlify/build@^27.4.0": - version "27.4.0" - resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.4.0.tgz#1f25fa011cc342dde531d6cd144d41cc67423687" - integrity sha512-tNm1wpV3ZznjBG2Lsa9XVrNpPX5ateKLHEIbSjnO40Xcw6JIlV4iSB66lTin7xr92w7tzDRuY1dcDvFEI2Fy4A== +"@netlify/build@^27.4.1": + version "27.4.2" + resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.4.2.tgz#dd4278a8e24c544d0b6052b1588461120bbeb4b2" + integrity sha512-Gs9cyxRQFqxVHm6QTRzN3cdTjx5eAXFTMIEgQJyu9OIxvEpvnuUyih1XtVCQbk8IDsoJkGiUyFdZGbK74vi05g== dependencies: "@bugsnag/js" "^7.0.0" "@netlify/cache-utils" "^4.0.0" "@netlify/config" "^18.1.1" - "@netlify/edge-bundler" "^1.5.0" - "@netlify/functions-utils" "^4.2.1" + "@netlify/edge-bundler" "^1.6.0" + "@netlify/functions-utils" "^4.2.2" "@netlify/git-utils" "^4.0.0" - "@netlify/plugins-list" "^6.33.0" + "@netlify/plugins-list" "^6.35.0" "@netlify/run-utils" "^4.0.0" - "@netlify/zip-it-and-ship-it" "5.13.0" + "@netlify/zip-it-and-ship-it" "5.13.2" "@sindresorhus/slugify" "^2.0.0" "@types/node" "^16.0.0" ansi-escapes "^5.0.0" @@ -2803,10 +2803,10 @@ validate-npm-package-name "^4.0.0" yargs "^17.3.1" -"@netlify/edge-bundler@^1.5.0": - version "1.5.0" - resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.5.0.tgz#5efd099fedb03849a2320bffcd503ddcffd39db1" - integrity sha512-vkF0cw1B8/AP6leqS9bsxL7HQ5Te/E+/sVDjJ5OHNHdDsKQFOn13wWSlMRaT0yX04f4QOjXxv0IMSlDfQjHLSQ== +"@netlify/edge-bundler@^1.6.0": + version "1.6.0" + resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.6.0.tgz#2f0894f6eb7c7cf261fc82c61152f15a0683d8ad" + integrity sha512-z363DvVE4fMcVoOplX8J2EweRcyvpm4Pfuxz0JbJlejz+ScKl9kpZB3sUArtsUT1nsy+mMMlaRkqWyO/2WI7sw== dependencies: common-path-prefix "^3.0.0" del "^6.0.0" @@ -2946,10 +2946,10 @@ "@netlify/esbuild-windows-64" "0.14.25" "@netlify/esbuild-windows-arm64" "0.14.25" -"@netlify/framework-info@^9.1.0": - version "9.1.0" - resolved "https://registry.yarnpkg.com/@netlify/framework-info/-/framework-info-9.1.0.tgz#a501cd229ebf3648147c860c3fd6b5010a40acfc" - integrity sha512-QfvXia5K5gxrclHTpv+0ICXf/XnvEGfxfHM+2tj6v0XjSb15OGMnx4qvr8JWfrCY1h4YwHmuLzUTibSymRGaYg== +"@netlify/framework-info@^9.1.1": + version "9.1.1" + resolved "https://registry.yarnpkg.com/@netlify/framework-info/-/framework-info-9.1.1.tgz#0449f5f96737a5447546e7e9482ecf6547243c04" + integrity sha512-9UdZWvWJwVnlWKCDLuh2w4UpCCzNm6BENiOQL0ik//R5PU3gDoL2uLNIEyLy+LlEBA5ZACnZZKC11a7EJ6x/Jw== dependencies: ajv "^8.0.0" filter-obj "^3.0.0" @@ -2960,12 +2960,12 @@ read-pkg-up "^9.0.0" semver "^7.3.4" -"@netlify/functions-utils@^4.2.1": - version "4.2.1" - resolved "https://registry.yarnpkg.com/@netlify/functions-utils/-/functions-utils-4.2.1.tgz#e824f64406f10bed238089870840729b55143716" - integrity sha512-Wjq2jixsSu6JwnyRUZzYn9YUrhl30Fn5V28+4WJ/PhnpT1+atFwRj2JgUesnzZeDIFe3a2wjjCd8pOx4kZCJEw== +"@netlify/functions-utils@^4.2.2": + version "4.2.2" + resolved "https://registry.yarnpkg.com/@netlify/functions-utils/-/functions-utils-4.2.2.tgz#819d87fb291ecaa61869944e6477c77e9a751ffc" + integrity sha512-/3eohVviehCLYDOqeFhfiZzM2sBj3yzBgWVdncxZpC4qBSSo66QZZ9QCi8LdRszjkTzpLzDaRFvsC1jwUOGsOg== dependencies: - "@netlify/zip-it-and-ship-it" "5.13.0" + "@netlify/zip-it-and-ship-it" "5.13.2" cpy "^8.1.0" path-exists "^5.0.0" @@ -3063,10 +3063,10 @@ resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.10.0.tgz#413bc76e86e4bf880921aa295958eb8afac042b1" integrity sha512-ZJF4nbLPfxsWrVgp2reCb23HMxsWl5+r+K0RtIhxcZ/RxbHVihRA9mwyzIcxPWrT5x9uAAxCr1aKGP7IdsDe+Q== -"@netlify/plugins-list@^6.33.0": - version "6.34.0" - resolved "https://registry.yarnpkg.com/@netlify/plugins-list/-/plugins-list-6.34.0.tgz#9f7033f1c0ac5a19f63e0eabfd61f66d3af8b1e4" - integrity sha512-3NqOSviWT5GoiA2ybK9CgpEMO2TaCoYDXv1PU0VZhWbK3KggoNTa2UaWN/YDjpMjj8pt6RWJQKW8RWWKJ6Jx5g== +"@netlify/plugins-list@^6.35.0": + version "6.35.0" + resolved "https://registry.yarnpkg.com/@netlify/plugins-list/-/plugins-list-6.35.0.tgz#34e1440240a40030961faf0fe8827a94ac331408" + integrity sha512-cZLX9F74i2wcMNWOtQAJzhsWHjpPgcWpovJHEamMO5/ZiUSlOENonJ19S+Zwoa2uA+ACJSeThMjcXUgDZwQZeA== "@netlify/run-utils@^4.0.0": version "4.0.0" @@ -3075,10 +3075,10 @@ dependencies: execa "^5.1.1" -"@netlify/zip-it-and-ship-it@5.13.0", "@netlify/zip-it-and-ship-it@^5.13.0": - version "5.13.0" - resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.13.0.tgz#815cfc2b27839dcf024f31cbc3e2a9940650e390" - integrity sha512-JlZAWwIjs9cIYIOO1Xw/OXRvXy1VXd+h5ZKuH8Lug1JCub0hGM8XIh3TnNsqHrjwsC/Oh5UucTba4SPuIU9Xag== +"@netlify/zip-it-and-ship-it@5.13.2", "@netlify/zip-it-and-ship-it@^5.13.2": + version "5.13.2" + resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.13.2.tgz#811444ce0d465fad7b9c81b5c3de0b5a7e577271" + integrity sha512-WOS0XRlHgSMBzrzEik2Q1o8tMj5/DOeSA6YgpL8UubEkSmgiFGvcHXDSLN4802wYNU9aVbmAwLhn25ZcfJip8Q== dependencies: "@babel/parser" "7.16.8" "@netlify/binary-info" "^1.0.0" @@ -16081,17 +16081,17 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug== netlify-cli@^10.3.3: - version "10.10.0" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.10.0.tgz#0ef6f377339f1513d33e9c14125dc198294a2b6c" - integrity sha512-fD+4YtWU5T5W+3I1mCZv23PVaFuO0zcUTg83TqKg6j8tfN3twQy7cU+cU6oBjtDcyMoC6ShnpqFpOm4m5H/clA== + version "10.10.2" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.10.2.tgz#9241cf3644ae4dd7e16f9b5494df98521d044be6" + integrity sha512-m9jP+jWNQeYFyR3zm0ebDCX2WwLOC9WAGs9eNtBJ9162nJO0xRozSUqEXu++kqBy5u1VVGEx+1U7YTXHEULglA== dependencies: - "@netlify/build" "^27.4.0" + "@netlify/build" "^27.4.1" "@netlify/config" "^18.1.1" - "@netlify/edge-bundler" "^1.5.0" - "@netlify/framework-info" "^9.1.0" + "@netlify/edge-bundler" "^1.6.0" + "@netlify/framework-info" "^9.1.1" "@netlify/local-functions-proxy" "^1.1.1" - "@netlify/plugins-list" "^6.33.0" - "@netlify/zip-it-and-ship-it" "^5.13.0" + "@netlify/plugins-list" "^6.35.0" + "@netlify/zip-it-and-ship-it" "^5.13.2" "@octokit/rest" "^18.0.0" "@sindresorhus/slugify" "^1.1.0" ansi-escapes "^5.0.0" From 6153317a31033ee002c4a50a09637cc2b3c38051 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Wed, 20 Jul 2022 11:21:48 -0400 Subject: [PATCH 1556/1675] use the same i18n prebuild methods in the sites --- .gitignore | 1 + packages/i18n/src/prebuild.mjs | 64 +++++++++++++++++++--------------- sites/shared/prebuild/i18n.mjs | 41 ++-------------------- 3 files changed, 39 insertions(+), 67 deletions(-) diff --git a/.gitignore b/.gitignore index de7097c8cd3..d3d0705fb63 100644 --- a/.gitignore +++ b/.gitignore @@ -110,6 +110,7 @@ prebuild/*.json sites/*/out sites/*/public/mdx sites/*/prebuild +!sites/shared/prebuild # misc .DS_Store diff --git a/packages/i18n/src/prebuild.mjs b/packages/i18n/src/prebuild.mjs index 20ac7a353ba..76a27d8bcf7 100644 --- a/packages/i18n/src/prebuild.mjs +++ b/packages/i18n/src/prebuild.mjs @@ -34,14 +34,19 @@ const getTranslationFileList = async () => { return files.sort() } +/** extracts the locale from the file name */ +const localeFromFileName = (fileName) => { + const split1 = fileName.split(`${path.sep}locales${path.sep}`).pop() + return split1.split(`${path.sep}`).shift() +} + /* * Figures out the list of locales from the list of files * (by checking how many version of aaron.yaml exist) */ const getLocalesFromFileList = files => files .filter(file => (file.slice(-10) === 'aaron.yaml')) - .map(file => file.split(`${path.sep}locales${path.sep}`).pop()) - .map(file => file.split(`${path.sep}plugin${path.sep}`).shift()) + .map(localeFromFileName) // Helper method to see if a dir occurs in a full path const pathContains = (fullPath, dir) => fullPath @@ -97,25 +102,28 @@ const loadTranslationFile = async (file) => { * Creates an object with namespaces and the YAML/YML files * that go with them */ -const getNamespacesFromFileList = async (files, locales) => { +const getNamespacesFromFileList = async (files, locales, only=false) => { const namespaces = {} - for (const locale of locales) { - namespaces[locale] = {} - const locFiles = files.filter(file => ( - file.split(`${path.sep}locales${path.sep}${locale}${path.sep}`).length > 1) - ) - for (const file of locFiles) { - const namespace = namespaceFromFile(file) - if (typeof namespaces[locale][namespace] === 'undefined') { - namespaces[locale][namespace] = {} - } - // Spread in the result of yaml.load since - //console.log((await loadTranslationFile(file))) - // some namespaces are made up of multiple files - namespaces[locale][namespace] = { - ...namespaces[locale][namespace], - ...(await loadTranslationFile(file)) - } + for (var i = 0; i < files.length; i++) { + let file = files[i] + + let loc = localeFromFileName(file); + if (locales.indexOf(loc) === -1) return + + let namespace = namespaceFromFile(file); + if (only === true && only.indexOf(namespace) === -1) return + + if (typeof namespaces[loc] === 'undefined') { + namespaces[loc] = {} + } + + if (typeof namespaces[loc][namespace] === 'undefined') { + namespaces[loc][namespace] = {} + } + + namespaces[loc][namespace] = { + ...namespaces[loc][namespace], + ...(await loadTranslationFile(file)) } } @@ -166,14 +174,11 @@ ${locales * Writes out files */ const writeFiles = async allNamespaces => { - const dirPromises = [] const filePromises = [] for (const [locale, namespaces] of Object.entries(allNamespaces)) { // make sure there's a folder for the locale - dirPromises.push( - mkdir(path.resolve(__dirname, 'next', locale), {recursive: true}) - ) + await mkdir(path.resolve(__dirname, 'next', locale), {recursive: true}) for (const [namespace, data] of Object.entries(namespaces)) { filePromises.push( @@ -198,8 +203,7 @@ const writeFiles = async allNamespaces => { indexFile(Object.keys(allNamespaces), allNamespaces) ) ) - // make the folders first - await Promise.all(dirPromises) + // write the files await Promise.all(filePromises) @@ -209,13 +213,15 @@ const writeFiles = async allNamespaces => { /* * Turns YAML translation files into JS */ -const build = async () => { +export const build = async (localeFilter = () => true, only=false) => { const files = await getTranslationFileList() - const locales = getLocalesFromFileList(files) - const namespaces = await getNamespacesFromFileList(files, locales) + const locales = getLocalesFromFileList(files).filter(localeFilter) + const namespaces = await getNamespacesFromFileList(files, locales, only) + await writeFiles(namespaces) } build() //export default strings + diff --git a/sites/shared/prebuild/i18n.mjs b/sites/shared/prebuild/i18n.mjs index 776277be9d6..4bdc76c880c 100644 --- a/sites/shared/prebuild/i18n.mjs +++ b/sites/shared/prebuild/i18n.mjs @@ -1,42 +1,7 @@ import path from 'path' import fs from 'fs' -import { en, de, es, fr, nl, languages } from '../../../packages/i18n/src/next.mjs' +import {build} from '../../../packages/i18n/src/prebuild.mjs' -const locales = { en, de, es, fr, nl } - -const writeJson = (site, locale, namespace, content) => fs.writeFileSync( - path.resolve( - '..', - site, - 'public', - 'locales', - locale, - `${namespace}.json` - ), - JSON.stringify(content) -) - -/* - * Main method that does what needs doing - */ -export const prebuildI18n = async (site, only=false) => { - // Iterate over locales - for (const locale in locales) { - // Only English for dev site - if (site !== 'dev' || locale === 'en') { - console.log('Generating translation files for', locale) - const loc = locales[locale] - // Fan out into namespaces - for (const namespace in loc) { - if (!only || only.indexOf(namespace) !== -1) { - writeJson( - site, locale, namespace, - loc[namespace] - ) - } - } - writeJson(site, locale, 'locales', languages) - } - } +export const prebuildI18n = async(site, only=false) => { + build((loc) => site !== 'dev' || loc === 'en', only) } - From 201a4986319fcc7d0b92dee7924a1ab21c314783 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Wed, 20 Jul 2022 11:24:38 -0400 Subject: [PATCH 1557/1675] run yarn reconfigure --- packages/i18n/package.json | 1 + packages/pattern-info/package.json | 5 +++-- packages/rehype-jargon/CHANGELOG.md | 2 +- packages/rehype-jargon/README.md | 14 +++++++------- packages/rehype-jargon/package.json | 6 +++--- packages/remark-jargon/package.json | 2 +- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 27a9d60e429..8252b95f8ac 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -33,6 +33,7 @@ "tips": "node ../../scripts/help.mjs", "prebuild": "node src/prebuild.mjs", "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", + "precibuild_step7": "node src/prebuild.mjs", "cibuild_step7": "node build.js" }, "peerDependencies": { diff --git a/packages/pattern-info/package.json b/packages/pattern-info/package.json index 41f8d3a793c..4ba3992ecb3 100644 --- a/packages/pattern-info/package.json +++ b/packages/pattern-info/package.json @@ -20,7 +20,7 @@ "main": "dist/index.js", "module": "dist/index.mjs", "scripts": { - "build": "node src/prebuild.js && node build.js", + "build": "node build.js", "clean": "rimraf dist", "mbuild": "NO_MINIFY=1 node build.js", "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", @@ -29,7 +29,8 @@ "lab": "cd ../../sites/lab && yarn start", "tips": "node ../../scripts/help.mjs", "prebuild": "node src/prebuild.js", - "cibuild_step6": "node src/prebuild.js && node build.js" + "precibuild_step6": "node src/prebuild.js", + "cibuild_step6": "node build.js" }, "peerDependencies": {}, "dependencies": {}, diff --git a/packages/rehype-jargon/CHANGELOG.md b/packages/rehype-jargon/CHANGELOG.md index aa40e2097dd..941da039fd7 100644 --- a/packages/rehype-jargon/CHANGELOG.md +++ b/packages/rehype-jargon/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change log for: @freesewing/rehype-jargon +# Change log for: rehype-jargon diff --git a/packages/rehype-jargon/README.md b/packages/rehype-jargon/README.md index d7ef19455be..893aef38bba 100644 --- a/packages/rehype-jargon/README.md +++ b/packages/rehype-jargon/README.md @@ -1,13 +1,13 @@ ![FreeSewing](https://static.freesewing.org/banner.png)

    @freesewing/rehype-jargon on NPM + href="https://www.npmjs.com/package/rehype-jargon" + title="rehype-jargon on NPM" + >rehype-jargon on NPM License: MIT

    -# @freesewing/rehype-jargon +# rehype-jargon A Rehype plugin for jargon terms @@ -183,7 +183,7 @@ info and instructions on how to use this plugin with [Gatsby](https://www.gatsby This repository is our *monorepo* holding [all our NPM packages](https://freesewing.dev/reference/packages/). -This folder holds: @freesewing/rehype-jargon +This folder holds: rehype-jargon If you're not entirely sure what to do or how to start, type this command: diff --git a/packages/rehype-jargon/package.json b/packages/rehype-jargon/package.json index b5b6e2cc737..f30eccaac7b 100644 --- a/packages/rehype-jargon/package.json +++ b/packages/rehype-jargon/package.json @@ -1,5 +1,5 @@ { - "name": "@freesewing/rehype-jargon", + "name": "rehype-jargon", "version": "2.21.3", "description": "A Rehype plugin for jargon terms", "author": "Joost De Cock (https://github.com/joostdecock)", @@ -32,8 +32,8 @@ }, "peerDependencies": {}, "dependencies": { - "hast-util-from-html": "^1.0.0", - "unist-util-visit": "^4.1.0" + "unist-util-visit": "^2.0.3", + "hast-util-from-html": "^1.0.0" }, "devDependencies": {}, "files": [ diff --git a/packages/remark-jargon/package.json b/packages/remark-jargon/package.json index 64f9741b4eb..1647a5cec27 100644 --- a/packages/remark-jargon/package.json +++ b/packages/remark-jargon/package.json @@ -35,7 +35,7 @@ "remark-html": "^13.0.1" }, "dependencies": { - "unist-util-visit": "^2.0.3" + "unist-util-visit": "^4.1.0" }, "devDependencies": {}, "files": [ From 207752e873d4c588f394b995794572b9583bb34a Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Wed, 20 Jul 2022 13:10:54 -0400 Subject: [PATCH 1558/1675] continue instead of returning in loop. move out build command --- config/scripts.yaml | 2 +- packages/i18n/package.json | 4 ++-- packages/i18n/scripts/prebuilder.mjs | 4 ++++ packages/i18n/src/prebuild.mjs | 7 +++---- 4 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 packages/i18n/scripts/prebuilder.mjs diff --git a/config/scripts.yaml b/config/scripts.yaml index 7880cd7d126..d4759e0654a 100644 --- a/config/scripts.yaml +++ b/config/scripts.yaml @@ -31,7 +31,7 @@ core: testonly: 'npx mocha tests/*.test.js' i18n: # react-scripts doesn't handle .mjs files correctly - prebuild: 'node src/prebuild.mjs' + prebuild: 'node scripts/prebuilder.mjs' test: *test testci: *testci new-design: diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 8252b95f8ac..47220367b23 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -31,9 +31,9 @@ "vbuild": "VERBOSE=1 node build.js", "lab": "cd ../../sites/lab && yarn start", "tips": "node ../../scripts/help.mjs", - "prebuild": "node src/prebuild.mjs", + "prebuild": "node scripts/prebuilder.mjs", "testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js", - "precibuild_step7": "node src/prebuild.mjs", + "precibuild_step7": "node scripts/prebuilder.mjs", "cibuild_step7": "node build.js" }, "peerDependencies": { diff --git a/packages/i18n/scripts/prebuilder.mjs b/packages/i18n/scripts/prebuilder.mjs new file mode 100644 index 00000000000..65dd971a48a --- /dev/null +++ b/packages/i18n/scripts/prebuilder.mjs @@ -0,0 +1,4 @@ +import {build} from '../src/prebuild.mjs' + +// call this here instead of in the src/prebuild.mjs so that build isn't called by other files importing that build function +build() diff --git a/packages/i18n/src/prebuild.mjs b/packages/i18n/src/prebuild.mjs index 76a27d8bcf7..db65b36def9 100644 --- a/packages/i18n/src/prebuild.mjs +++ b/packages/i18n/src/prebuild.mjs @@ -108,10 +108,10 @@ const getNamespacesFromFileList = async (files, locales, only=false) => { let file = files[i] let loc = localeFromFileName(file); - if (locales.indexOf(loc) === -1) return + if (locales.indexOf(loc) === -1) continue let namespace = namespaceFromFile(file); - if (only === true && only.indexOf(namespace) === -1) return + if (only === true && only.indexOf(namespace) === -1) continue if (typeof namespaces[loc] === 'undefined') { namespaces[loc] = {} @@ -216,12 +216,11 @@ const writeFiles = async allNamespaces => { export const build = async (localeFilter = () => true, only=false) => { const files = await getTranslationFileList() const locales = getLocalesFromFileList(files).filter(localeFilter) + console.log('building i18n for', locales) const namespaces = await getNamespacesFromFileList(files, locales, only) await writeFiles(namespaces) } -build() - //export default strings From 640ee5f145b53759270111aef6077ec92e9a1032 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Wed, 20 Jul 2022 14:23:25 -0400 Subject: [PATCH 1559/1675] why were remark and rehype working before? --- packages/i18n/src/next.mjs | 5 ++++- packages/rehype-jargon/src/index.js | 2 +- packages/remark-jargon/src/index.js | 2 +- sites/shared/mdx/loader.js | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/i18n/src/next.mjs b/packages/i18n/src/next.mjs index 3d42d9ab1c9..d50f2500eb6 100644 --- a/packages/i18n/src/next.mjs +++ b/packages/i18n/src/next.mjs @@ -7,17 +7,20 @@ import enNamespaces from "./next/en/index.mjs" import esNamespaces from "./next/es/index.mjs" import frNamespaces from "./next/fr/index.mjs" import nlNamespaces from "./next/nl/index.mjs" +import ukNamespaces from "./next/uk/index.mjs" export const de = deNamespaces export const en = enNamespaces export const es = esNamespaces export const fr = frNamespaces export const nl = nlNamespaces +export const uk = ukNamespaces export const languages = { de: "Deutsch", en: "English", es: "Español", fr: "Français", - nl: "Nederlands" + nl: "Nederlands", + uk: "undefined" } diff --git a/packages/rehype-jargon/src/index.js b/packages/rehype-jargon/src/index.js index 004249f7d80..78df9f89462 100644 --- a/packages/rehype-jargon/src/index.js +++ b/packages/rehype-jargon/src/index.js @@ -1,4 +1,4 @@ -import { visit } from 'unist-util-visit' +import visit from 'unist-util-visit' import { fromHtml } from 'hast-util-from-html' const jargonTransform = (term, html) => `${term}${html}` diff --git a/packages/remark-jargon/src/index.js b/packages/remark-jargon/src/index.js index e89bb13fa95..d0da579e6a3 100644 --- a/packages/remark-jargon/src/index.js +++ b/packages/remark-jargon/src/index.js @@ -1,4 +1,4 @@ -import visit from 'unist-util-visit' +import {visit} from 'unist-util-visit' export default (options) => { if (!options || !options.jargon) { diff --git a/sites/shared/mdx/loader.js b/sites/shared/mdx/loader.js index caa5b414b1a..cf970161bd4 100644 --- a/sites/shared/mdx/loader.js +++ b/sites/shared/mdx/loader.js @@ -16,7 +16,7 @@ import smartypants from 'remark-smartypants' import rehypeHighlight from 'rehype-highlight' import rehypeAutolinkHeadings from 'rehype-autolink-headings' import rehypeSlug from 'rehype-slug' -import rehypeJargon from '../../../packages/rehype-jargon/src/index.js' +import rehypeJargon from 'rehype-jargon/src/index.js' // Simple frontmatter extractor import frontmatter from 'front-matter' /* From cc233d66ccd198093c29609bd3a635b2fb8dec80 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Wed, 20 Jul 2022 14:39:05 -0400 Subject: [PATCH 1560/1675] get rehype and remark on the same unist-util-visit version --- config/dependencies.yaml | 2 +- packages/rehype-jargon/package.json | 2 +- packages/rehype-jargon/src/index.js | 2 +- sites/shared/prebuild/i18n.mjs | 2 -- yarn.lock | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 73068446d29..ea7b3018d48 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -192,7 +192,7 @@ react-pattern: '@freesewing/i18n': *freesewing rehype-jargon: _: - 'unist-util-visit': '^2.0.3' + 'unist-util-visit': '^4.1.0' 'hast-util-from-html': '^1.0.0' remark-jargon: _: diff --git a/packages/rehype-jargon/package.json b/packages/rehype-jargon/package.json index f30eccaac7b..e5ce558baf1 100644 --- a/packages/rehype-jargon/package.json +++ b/packages/rehype-jargon/package.json @@ -32,7 +32,7 @@ }, "peerDependencies": {}, "dependencies": { - "unist-util-visit": "^2.0.3", + "unist-util-visit": "^4.1.0", "hast-util-from-html": "^1.0.0" }, "devDependencies": {}, diff --git a/packages/rehype-jargon/src/index.js b/packages/rehype-jargon/src/index.js index 78df9f89462..004249f7d80 100644 --- a/packages/rehype-jargon/src/index.js +++ b/packages/rehype-jargon/src/index.js @@ -1,4 +1,4 @@ -import visit from 'unist-util-visit' +import { visit } from 'unist-util-visit' import { fromHtml } from 'hast-util-from-html' const jargonTransform = (term, html) => `${term}${html}` diff --git a/sites/shared/prebuild/i18n.mjs b/sites/shared/prebuild/i18n.mjs index 4bdc76c880c..240a290fb5d 100644 --- a/sites/shared/prebuild/i18n.mjs +++ b/sites/shared/prebuild/i18n.mjs @@ -1,5 +1,3 @@ -import path from 'path' -import fs from 'fs' import {build} from '../../../packages/i18n/src/prebuild.mjs' export const prebuildI18n = async(site, only=false) => { diff --git a/yarn.lock b/yarn.lock index 3c246ce0a5f..74cf1660055 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23670,7 +23670,7 @@ unist-util-visit@^1.4.1: dependencies: unist-util-visit-parents "^2.0.0" -unist-util-visit@^2.0.0, unist-util-visit@^2.0.3: +unist-util-visit@^2.0.0: version "2.0.3" resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c" integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q== From 59a289a4067f702019ad3b46fce19bf00e27b23a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 00:56:25 +0200 Subject: [PATCH 1561/1675] New translations workbench.yaml (Spanish) --- packages/i18n/src/locales/es/components/workbench.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/es/components/workbench.yaml b/packages/i18n/src/locales/es/components/workbench.yaml index f11754d21af..234c90c93f7 100644 --- a/packages/i18n/src/locales/es/components/workbench.yaml +++ b/packages/i18n/src/locales/es/components/workbench.yaml @@ -1,5 +1,5 @@ --- -designOptions: Design options +designOptions: Opciones de diseño forPrinting: For printing forCutting: For cutting layoutThing: 'Layout {thing}' From 604199c390016187799a3e321b44d62c4aac5302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 04:22:39 +0000 Subject: [PATCH 1562/1675] Bump mongoose from 6.4.4 to 6.4.6 Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.4.4 to 6.4.6. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/6.4.4...6.4.6) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3c246ce0a5f..78b4197e55d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15797,9 +15797,9 @@ mongoose-long@^0.3.2: integrity sha512-5gTjPH6HUmtNhamv8MPwExWo01Z4d9CT5njZlupqqbmxzMXTbDOgCuP/jnK+9SV0Fs7nuyYlXv7pJ/nA2pAAuA== "mongoose@3.8.* || >=4", mongoose@^6.1.8: - version "6.4.4" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.4.4.tgz#4e22a36373d8a867ee8f73063d8b31f1e451316d" - integrity sha512-r6sp96veRNhNIWFtHHe4Lqak+ilgiExYnnMLhYTGdzjIMR90G1ayx0JKFVdHuC6dKNHGFX0ETJGbf36N8Romjg== + version "6.4.6" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.4.6.tgz#57bc7ae68de56abcc5e890284f2d10acac863aa2" + integrity sha512-ZAfNCWgXhwev6k/+rMzjHIJ/+wLkundQU/i+aUTqmCgGoYqc+B5e4EC4Y3E1XaLzNXiWID1/vocSM6zs5IAGvA== dependencies: bson "^4.6.2" kareem "2.4.1" From ba8260b5f160a890c2fd53f74ce0944ea44491f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 04:26:09 +0000 Subject: [PATCH 1563/1675] Bump daisyui from 2.19.0 to 2.19.1 Bumps [daisyui](https://github.com/saadeghi/daisyui) from 2.19.0 to 2.19.1. - [Release notes](https://github.com/saadeghi/daisyui/releases) - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/commits) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3c246ce0a5f..01dc712e898 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7700,9 +7700,9 @@ d3-selection@3, d3-selection@^3.0.0: integrity sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ== daisyui@^2.0.6: - version "2.19.0" - resolved "https://registry.yarnpkg.com/daisyui/-/daisyui-2.19.0.tgz#9d231c3fed093f095d439db457e8e4cb9dca2a17" - integrity sha512-lLOz4cHm3xpm0AfdFojDFrhiDu4hZTdEbcVJri+KzQn1HvxmZS4STVujn8tV4RQXjchGdnIsXFqxd6F7rVZBiA== + version "2.19.1" + resolved "https://registry.yarnpkg.com/daisyui/-/daisyui-2.19.1.tgz#0055f3727a7e5f29b279605f47d7c3de46114281" + integrity sha512-qExtDCp7N3F0Nlt7oVVehP1QMulbav8dXmEo66wavVxLVIf5tM4cV0F2Oi0OO0drzaez9v1LjBzk/vHMESs/lw== dependencies: color "^4.2" css-selector-tokenizer "^0.8.0" From 44aadf81b98a35e67c924d60ae2e6c76c04788e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 04:27:51 +0000 Subject: [PATCH 1564/1675] Bump algoliasearch from 4.13.1 to 4.14.1 Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.13.1 to 4.14.1. - [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases) - [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/algolia/algoliasearch-client-javascript/compare/4.13.1...4.14.1) --- updated-dependencies: - dependency-name: algoliasearch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 192 +++++++++++++++++++++++++++--------------------------- 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3c246ce0a5f..e7ab10b80e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,114 +2,114 @@ # yarn lockfile v1 -"@algolia/cache-browser-local-storage@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.13.1.tgz#ffacb9230119f77de1a6f163b83680be999110e4" - integrity sha512-UAUVG2PEfwd/FfudsZtYnidJ9eSCpS+LW9cQiesePQLz41NAcddKxBak6eP2GErqyFagSlnVXe/w2E9h2m2ttg== +"@algolia/cache-browser-local-storage@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.14.1.tgz#a0b85a6c3fe3d5c49fca01b16f00b41bf38a918c" + integrity sha512-BBdibsPn3hLBajc/NRAtHEeoXsw+ziSGR/3bqRNB5puUuwKPQZSE2MaMVWSADnlc3KV3bEj4xsfKOVLJyfJSPQ== dependencies: - "@algolia/cache-common" "4.13.1" + "@algolia/cache-common" "4.14.1" -"@algolia/cache-common@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.13.1.tgz#c933fdec9f73b4f7c69d5751edc92eee4a63d76b" - integrity sha512-7Vaf6IM4L0Jkl3sYXbwK+2beQOgVJ0mKFbz/4qSxKd1iy2Sp77uTAazcX+Dlexekg1fqGUOSO7HS4Sx47ZJmjA== +"@algolia/cache-common@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.14.1.tgz#11d44a6442f83deb3629a04c20df8408088f6449" + integrity sha512-XhAzm0Sm3D3DuOWUyDoVSXZ/RjYMvI1rbki+QH4ODAVaHDWVhMhg3IJPv3gIbBQnEQdtPdBhsf2hyPxAu28E5w== -"@algolia/cache-in-memory@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.13.1.tgz#c19baa67b4597e1a93e987350613ab3b88768832" - integrity sha512-pZzybCDGApfA/nutsFK1P0Sbsq6fYJU3DwIvyKg4pURerlJM4qZbB9bfLRef0FkzfQu7W11E4cVLCIOWmyZeuQ== +"@algolia/cache-in-memory@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.14.1.tgz#68ede8520f054bc65938209b59962056ae5b56c7" + integrity sha512-fVUu7N1hYb/zZYfV9Krlij70NwS+8bQm5vmDJyfp0+9FjSjz2V7wj1CUxvaY8ZcgoBPj9ehQ8sRuqSM2m5OPww== dependencies: - "@algolia/cache-common" "4.13.1" + "@algolia/cache-common" "4.14.1" -"@algolia/client-account@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.13.1.tgz#fea591943665477a23922ab31863ad0732e26c66" - integrity sha512-TFLiZ1KqMiir3FNHU+h3b0MArmyaHG+eT8Iojio6TdpeFcAQ1Aiy+2gb3SZk3+pgRJa/BxGmDkRUwE5E/lv3QQ== +"@algolia/client-account@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.14.1.tgz#b92e091f698630c49ec7df48816ae75af3cbac40" + integrity sha512-Zm4+PN3bsBPhv1dKKwzBaRGzf0G1JcjjSTpE231L7Z7LsEDcFDW4E6L5ctwMz3SliSBeL/j1ghmaunJrZlkRIg== dependencies: - "@algolia/client-common" "4.13.1" - "@algolia/client-search" "4.13.1" - "@algolia/transporter" "4.13.1" + "@algolia/client-common" "4.14.1" + "@algolia/client-search" "4.14.1" + "@algolia/transporter" "4.14.1" -"@algolia/client-analytics@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.13.1.tgz#5275956b2d0d16997148f2085f1701b6c39ecc32" - integrity sha512-iOS1JBqh7xaL5x00M5zyluZ9+9Uy9GqtYHv/2SMuzNW1qP7/0doz1lbcsP3S7KBbZANJTFHUOfuqyRLPk91iFA== +"@algolia/client-analytics@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.14.1.tgz#aca3436775f608a6141cc81899e1d75ef030efa2" + integrity sha512-EhZLR0ezBZx7ZGkwzj7OTvnI8j2Alyv1ByC0Mx48qh3KqRhVwMFm/Uf34zAv4Dum2PTFin41Y4smAvAypth9nQ== dependencies: - "@algolia/client-common" "4.13.1" - "@algolia/client-search" "4.13.1" - "@algolia/requester-common" "4.13.1" - "@algolia/transporter" "4.13.1" + "@algolia/client-common" "4.14.1" + "@algolia/client-search" "4.14.1" + "@algolia/requester-common" "4.14.1" + "@algolia/transporter" "4.14.1" -"@algolia/client-common@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.13.1.tgz#3bf9e3586f20ef85bbb56ccca390f7dbe57c8f4f" - integrity sha512-LcDoUE0Zz3YwfXJL6lJ2OMY2soClbjrrAKB6auYVMNJcoKZZ2cbhQoFR24AYoxnGUYBER/8B+9sTBj5bj/Gqbg== +"@algolia/client-common@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.14.1.tgz#2709bddf934a3545cd9feecc0591e9285fbed7c2" + integrity sha512-WDwziD7Rt1yCRDfONmeLOfh1Lt8uOy6Vn7dma171KOH9NN3q8yDQpOhPqdFOCz1j3GC1FfIZxaC0YEOIobZ2lg== dependencies: - "@algolia/requester-common" "4.13.1" - "@algolia/transporter" "4.13.1" + "@algolia/requester-common" "4.14.1" + "@algolia/transporter" "4.14.1" -"@algolia/client-personalization@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.13.1.tgz#438a1f58576ef19c4ad4addb8417bdacfe2fce2e" - integrity sha512-1CqrOW1ypVrB4Lssh02hP//YxluoIYXAQCpg03L+/RiXJlCs+uIqlzC0ctpQPmxSlTK6h07kr50JQoYH/TIM9w== +"@algolia/client-personalization@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.14.1.tgz#58f0b85b8f6d531e13877a099f54513ac2bec154" + integrity sha512-D4eeW7bTi769PWcEYZO+QiKuUXFOC5zK5Iy83Ey6FHqS7m5TXws5MP1rmETE018lTXeYq2NSHWp/F07fRRg0RA== dependencies: - "@algolia/client-common" "4.13.1" - "@algolia/requester-common" "4.13.1" - "@algolia/transporter" "4.13.1" + "@algolia/client-common" "4.14.1" + "@algolia/requester-common" "4.14.1" + "@algolia/transporter" "4.14.1" -"@algolia/client-search@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.13.1.tgz#5501deed01e23c33d4aaa9f9eb96a849f0fce313" - integrity sha512-YQKYA83MNRz3FgTNM+4eRYbSmHi0WWpo019s5SeYcL3HUan/i5R09VO9dk3evELDFJYciiydSjbsmhBzbpPP2A== +"@algolia/client-search@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.14.1.tgz#44bfc65b3e6939b725f8f97aad725593f2a4ad7f" + integrity sha512-K6XrdIIQq8a3o+kCedj5slUVzA1aKttae4mLzwnY0bS7tYduv1IQggi9Sz8gOG6/MMyKMB4IwYqr47t/0z4Vxw== dependencies: - "@algolia/client-common" "4.13.1" - "@algolia/requester-common" "4.13.1" - "@algolia/transporter" "4.13.1" + "@algolia/client-common" "4.14.1" + "@algolia/requester-common" "4.14.1" + "@algolia/transporter" "4.14.1" "@algolia/events@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950" integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ== -"@algolia/logger-common@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.13.1.tgz#4221378e701e3f1eacaa051bcd4ba1f25ddfaf4d" - integrity sha512-L6slbL/OyZaAXNtS/1A8SAbOJeEXD5JcZeDCPYDqSTYScfHu+2ePRTDMgUTY4gQ7HsYZ39N1LujOd8WBTmM2Aw== +"@algolia/logger-common@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.14.1.tgz#acbd36b66e3b408f99cacfb581ad3bd28defcc28" + integrity sha512-58CK87wTjUWI1QNXc3nFDQ7EXBi28NoLufXE9sMjng2fAL1wPdyO+KFD8KTBoXOZnJWflPj5F7p6jLyGAfgvcQ== -"@algolia/logger-console@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.13.1.tgz#423d358e4992dd4bceab0d9a4e99d1fd68107043" - integrity sha512-7jQOTftfeeLlnb3YqF8bNgA2GZht7rdKkJ31OCeSH2/61haO0tWPoNRjZq9XLlgMQZH276pPo0NdiArcYPHjCA== +"@algolia/logger-console@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.14.1.tgz#7e7d7486d71ccfe38e63234626931083592149d2" + integrity sha512-not+VwH1Dx2B/BaN+4+4+YnGRBJ9lduNz2qbMCTxZ4yFHb+84j4ewHRPBTtEmibn7caVCPybdTKfHLQhimSBLQ== dependencies: - "@algolia/logger-common" "4.13.1" + "@algolia/logger-common" "4.14.1" -"@algolia/requester-browser-xhr@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.13.1.tgz#f8ea79233cf6f0392feaf31e35a6b40d68c5bc9e" - integrity sha512-oa0CKr1iH6Nc7CmU6RE7TnXMjHnlyp7S80pP/LvZVABeJHX3p/BcSCKovNYWWltgTxUg0U1o+2uuy8BpMKljwA== +"@algolia/requester-browser-xhr@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.14.1.tgz#9e683dc0916afae221bf946255a998b06830be78" + integrity sha512-mpH6QsFBbXjTy9+iU86Rcdt9LxS7GA/tWhGMr0+Ap8+4Za5+ELToz0PC7euVeVOcclgGGi7gbjOAmf6k8b10iA== dependencies: - "@algolia/requester-common" "4.13.1" + "@algolia/requester-common" "4.14.1" -"@algolia/requester-common@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.13.1.tgz#daea143d15ab6ed3909c4c45877f1b6c36a16179" - integrity sha512-eGVf0ID84apfFEuXsaoSgIxbU3oFsIbz4XiotU3VS8qGCJAaLVUC5BUJEkiFENZIhon7hIB4d0RI13HY4RSA+w== +"@algolia/requester-common@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.14.1.tgz#b07ffa00ae0cf61442dcda71a3209051fed130d8" + integrity sha512-EbXBKrfYcX5/JJfaw7IZxhWlbUtjd5Chs+Alrfc4tutgRQn4dmImWS07n3iffwJcYdOWY1eRrnfBK5BwopuN5A== -"@algolia/requester-node-http@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.13.1.tgz#32c63d4c009f22d97e396406de7af9b66fb8e89d" - integrity sha512-7C0skwtLdCz5heKTVe/vjvrqgL/eJxmiEjHqXdtypcE5GCQCYI15cb+wC4ytYioZDMiuDGeVYmCYImPoEgUGPw== +"@algolia/requester-node-http@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.14.1.tgz#5e5f4ff55deb5aa0e92f3105d77299de744b1471" + integrity sha512-/sbRqL9P8aVuYUG50BgpCbdJyyCS7fia+sQIx9d1DiGPO7hunwLaEyR4H7JDHc/PLKdVEPygJx3rnbJWix4Btg== dependencies: - "@algolia/requester-common" "4.13.1" + "@algolia/requester-common" "4.14.1" -"@algolia/transporter@4.13.1": - version "4.13.1" - resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.13.1.tgz#509e03e9145102843d5be4a031c521f692d4e8d6" - integrity sha512-pICnNQN7TtrcYJqqPEXByV8rJ8ZRU2hCiIKLTLRyNpghtQG3VAFk6fVtdzlNfdUGZcehSKGarPIZEHlQXnKjgw== +"@algolia/transporter@4.14.1": + version "4.14.1" + resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.14.1.tgz#7eca8568ff710d9d1a7bbd3c1dafbbf44a6143f5" + integrity sha512-xbmoIqszFDOCCZqizBQ2TNHcGtjZX7EkJCzABsrokA0WqtfZzClFmtc+tZYgtEiyAfIF70alTegG19poQGdkvg== dependencies: - "@algolia/cache-common" "4.13.1" - "@algolia/logger-common" "4.13.1" - "@algolia/requester-common" "4.13.1" + "@algolia/cache-common" "4.14.1" + "@algolia/logger-common" "4.14.1" + "@algolia/requester-common" "4.14.1" "@ampproject/remapping@^2.1.0": version "2.1.2" @@ -4638,24 +4638,24 @@ algoliasearch-helper@^3.10.0: "@algolia/events" "^4.0.1" algoliasearch@^4.11.0: - version "4.13.1" - resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.13.1.tgz#54195c41c9e4bd13ed64982248cf49d4576974fe" - integrity sha512-dtHUSE0caWTCE7liE1xaL+19AFf6kWEcyn76uhcitWpntqvicFHXKFoZe5JJcv9whQOTRM6+B8qJz6sFj+rDJA== + version "4.14.1" + resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.14.1.tgz#7f24cabd264f8294b461d108e1603e673571e806" + integrity sha512-ZWqnbsGUgU03/IyG995pMCc+EmNVDA/4c9ntr8B0dWQwFqazOQ4ErvKZxarbgSNmyPo/eZcVsTb0bNplJMttGQ== dependencies: - "@algolia/cache-browser-local-storage" "4.13.1" - "@algolia/cache-common" "4.13.1" - "@algolia/cache-in-memory" "4.13.1" - "@algolia/client-account" "4.13.1" - "@algolia/client-analytics" "4.13.1" - "@algolia/client-common" "4.13.1" - "@algolia/client-personalization" "4.13.1" - "@algolia/client-search" "4.13.1" - "@algolia/logger-common" "4.13.1" - "@algolia/logger-console" "4.13.1" - "@algolia/requester-browser-xhr" "4.13.1" - "@algolia/requester-common" "4.13.1" - "@algolia/requester-node-http" "4.13.1" - "@algolia/transporter" "4.13.1" + "@algolia/cache-browser-local-storage" "4.14.1" + "@algolia/cache-common" "4.14.1" + "@algolia/cache-in-memory" "4.14.1" + "@algolia/client-account" "4.14.1" + "@algolia/client-analytics" "4.14.1" + "@algolia/client-common" "4.14.1" + "@algolia/client-personalization" "4.14.1" + "@algolia/client-search" "4.14.1" + "@algolia/logger-common" "4.14.1" + "@algolia/logger-console" "4.14.1" + "@algolia/requester-browser-xhr" "4.14.1" + "@algolia/requester-common" "4.14.1" + "@algolia/requester-node-http" "4.14.1" + "@algolia/transporter" "4.14.1" all-contributors-cli@^6.20.0: version "6.20.0" From 510f59e51d1dfab294fbf0d9cee327ceb74848fe Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 13:29:59 +0200 Subject: [PATCH 1565/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index e079462b1ea..d4d3f59d0ee 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -1,7 +1,7 @@ --- 100PercentCommunity: 100% спільнота 100PercentFree: 100% безкоштовно -100PercentOpenSource: 100% open source +100PercentOpenSource: 100% відкритий код aboutFreesewing: Про Freesewing accessoryPatterns: Викрійки аксесуарів account: Обліковий запис @@ -73,7 +73,7 @@ draftPattern: 'Створити {pattern}' testPattern: 'Протестувати {pattern}' draftPatternForModel: 'Створити {pattern} для {model}' drafts: Чернетки -draftSettings: Draft settings +draftSettings: Налаштування чернетки dragAndDropImageHere: Перетягніть зображення сюди або виберіть власноруч, тицьнувши на кнопку знизу emailAddress: Електронна адреса emailWorksToo: "Якщо Ви не знаєте своє ім'я користувача, можна також використати свою електронну адресу для входу" @@ -120,8 +120,8 @@ people: Люди nameInfo: Назва допомагає відрізняти речі. Ви можете обрати назву, яку душа забажає. name: Назва addThing: Додати {thing} -newThing: New {thing} -newPatternForModel: 'New {pattern} for {model}' +newThing: Створити {thing} +newPatternForModel: 'Створити {pattern} для {model}' noChanges: Без змін no: 'Ні' #Keep in quotes or it will evaluate to false noPasswordPolicy: Ми не застосовуємо політику правил введення пароля @@ -135,12 +135,12 @@ optionalMeasurements: Додаткові заміри options: Налаштування orPayPerYear: Чи оплачувати щороку other: Інше -otherThing: 'Other {thing}' +otherThing: 'Ще {thing}' ourPatrons: Наші патрони ourRevenuePledge: Our revenue pledge patron-2: Powder monkey patron-4: First mate -patron-8: Captain +patron-8: Капітан patronHelp: Якщо Ви маєте будь-які запитання чи бажаєте внести зміни до свого статусу патрона — зв'яжіться з нами, будь ласка patron: Патрон patronPitch: Якщо Ви вважаєте, що ми робимо цінну роботу, та можете без труднощів відшкодувати кілька копійок щомісяця, будь ласка, підтримайте нашу працю @@ -151,12 +151,12 @@ pattern: викрійка sewingPatterns: Викрійка для шиття patterns: Викрійки pendingConfirmation: Підтвердження очікується -perMonth: Per month +perMonth: За місяць pleaseEnterAValidEmailAddress: Будь ласка, вкажіть чинну електронну адресу pleaseIncludeTheInformationBelow: Будь ласка, додайте відомості нижче preview: Попередній перегляд privacyNotice: Можливе порушення приватності -proceedWithCaution: Proceed with caution +proceedWithCaution: Продовжуйте з обережністю profile: Обліковий запис relatedLinks: Споріднені посилання remove: Видалити From b8615a3b3ecb432ef5b9dfb25aabe6160b26dd50 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 15:16:14 +0200 Subject: [PATCH 1566/1675] New translations account.yaml (Ukrainian) --- packages/i18n/src/locales/uk/account.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/account.yaml b/packages/i18n/src/locales/uk/account.yaml index e032758f308..884b92baceb 100644 --- a/packages/i18n/src/locales/uk/account.yaml +++ b/packages/i18n/src/locales/uk/account.yaml @@ -12,7 +12,7 @@ email: Адреса електронної пошти emailInfo: Адреса електронної пошти, прив'язана до вашого облікового запису, є важливою, оскільки вона буде використовуватися для відновлення доступу до вашого облікового запису, якщо ви забудете пароль. Через це зміна електронної адреси потребує підтвердження. emailTitle: Введіть адресу електронної пошти, яку Ви хочете прив'язати до цього облікового запису exportYourData: Експортуйте Ваші дані -exportYourDataInfo: Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на портативність даних — право отримувати та повторно використовувати свої особисті дані для власних цілей, або через різні сервіси. +exportYourDataInfo: Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на мобільність даних — право отримувати та повторно використовувати свої особисті дані для власних цілей, в тому числі на різних платформах. exportYourDataTitle: Натисніть нижче, щоб завантажити персональні дані github: GitHub githubInfo: Якщо ви надасте своє ім'я користувача GitHub, сторінка вашого профілю буде містити посилання на ваш обліковий запис в GitHub. Інші відвідувачі зможуть переглянути Ваші внески в код, дати Вам зірочку або підписатися на Вас. From d1d892c0ae39b9dccd50cc82a268cede908129c4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 15:16:15 +0200 Subject: [PATCH 1567/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index d4d3f59d0ee..580c81b643b 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -163,15 +163,15 @@ remove: Видалити removeThing: Видалити {thing} reportThisOnGithub: Повідомте про проблему на GitHub requiredMeasurements: Необхідні заміри -resendActivationEmailMessage: "Fill in the E-mail address you signed up with, and we'll send you a new confirmation message." -resendActivationEmail: Re-send activation E-mail -resetPassword: Reset password -reset: Reset -restoreDefaults: Restore defaults -restoreDesignDefaults: Restore design defaults -restorePatternDefaults: Restore pattern defaults -saveDraftToYourAccount: Save draft to your account -save: Save +resendActivationEmailMessage: "Напишіть електронну адресу, за допомогою якої Ви зареєструвалися - ми надішлемо Вам нове повідомлення для підтвердження." +resendActivationEmail: Повторно надіслати лист для активації +resetPassword: Змінити пароль +reset: Змінити +restoreDefaults: Скидання налаштувань +restoreDesignDefaults: Скинути налаштування дизайну +restorePatternDefaults: Скинути налаштування викрійки +saveDraftToYourAccount: Зберегти чернетку до облікового запису +save: Зберегти searchLanguageMsg: Every language has its own search index. Since not all our content is translated, you may find more result in the English search. searchLanguageTitle: Can't find what you're looking for? search: Search From 08f94732203df340da82158fdb82a3592fe4d47a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 15:16:17 +0200 Subject: [PATCH 1568/1675] New translations filter.yml (Ukrainian) --- packages/i18n/src/locales/uk/filter.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/i18n/src/locales/uk/filter.yml b/packages/i18n/src/locales/uk/filter.yml index 3ba09c868ce..6f3429d68cb 100644 --- a/packages/i18n/src/locales/uk/filter.yml +++ b/packages/i18n/src/locales/uk/filter.yml @@ -1,6 +1,6 @@ --- filter: Фільтр -department: Department +department: Категорія type: Тип tags: Теги code: Код @@ -11,10 +11,10 @@ accessories: Аксесуари block: Основа pattern: Викрійка byPattern: Фільтрувати за викрійками -underwear: Нижня білизна -top: Top -tops: Tops -bottom: Bottom -bottoms: Bottoms -coats: Піджаки та куртки +underwear: Спідня білизна +top: Верх +tops: Верх +bottom: Низ +bottoms: Низ +coats: Верхній одяг swimwear: Купальні костюми From e63dad52929d9bbc64719d3feb4b70978d1c7779 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 15:16:18 +0200 Subject: [PATCH 1569/1675] New translations gdpr.yaml (Ukrainian) --- packages/i18n/src/locales/uk/gdpr.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/i18n/src/locales/uk/gdpr.yaml b/packages/i18n/src/locales/uk/gdpr.yaml index e203275fcfe..65139a1aa44 100644 --- a/packages/i18n/src/locales/uk/gdpr.yaml +++ b/packages/i18n/src/locales/uk/gdpr.yaml @@ -1,28 +1,28 @@ --- compliant: Freesewing.org поважає вашу конфіденційність і ваші права. Ми застосовуємо Загальний регламент про захист даних (GDPR) Європейського Союзу (ЄС). consent: Згода -consentForModelData: Consent for model data -consentForProfileData: Consent for profile data +consentForModelData: Дозвіл на дані моделі +consentForProfileData: Дозвіл на дані облікового запису consentGiven: Згода отримана consentNotGiven: Згода не отримана consentWhyAnswer: Згідно з GDPR, обробка ваших персональних даних вимагає Вашої згоди - іншими словами, Ваш дозвіл. createMyAccount: Створити обліковий запис -furtherReading: Further reading -modelQuestion: Do you give your consent to process your model data? +furtherReading: Подальше вивчення +modelQuestion: Чи даєте Ви згоду на обробку даних моделі? modelWarning: Revoking this consent will lock you out of all your model data, as well as disable functionality that depends on it. modelWhatAnswer: For each model their measurements and breasts settings. modelWhatAnswerOptional: 'Optional: A model picture and the name that you give your model.' -modelWhatQuestion: What is model data? +modelWhatQuestion: Що таке дані моделі? modelWhyAnswer: 'Для розробки викрійок, адаптованих під заміри спеціально вимірунам необхідні виміри тіла.' noConsentNoAccount: Без цієї згоди ми не можемо створити Ваш обліковий запис noConsentNoPatterns: Без цієї згоди, Ви не можете створити будь-які викрійки -noIDoNot: 'No, I do not' -openDataInfo: This data is used to study and understand the human form in all its shapes, so we can get better sewing patterns, and better fitting garments. Even though this data is anonymized, you have the right to object to this. -openDataQuestion: Share anonymized measurements as open data +noIDoNot: 'Ні, не даю' +openDataInfo: Ці дані використовуються для вивчення і розуміння людського тіла в усіх його формах. Це дозволяє нам покращити наші викрійки та створювати більш підходящий до тіла одяг. Незважаючи на те, що ці дані є анонімними, Ви маєте право не давати згоду на їх обробку. +openDataQuestion: Поділитися замірами анонімно як відкритими даними profileQuestion: Чи даєте Ви згоду на обробку даних Вашого облікового запису? profileShareAnswer: 'Ні, ніколи.' -profileTimingAnswer: '12 months after your last login, or until you remove your account or revoke this consent.' -profileWarning: Revoking this consent will trigger the removal of all of your data. It has the exact same affect as removing your account. +profileTimingAnswer: '12 місяців після останнього входу в систему, або до тих пір, поки Ви не видалите Ваш обліковий запис або скасуєте дану згоду.' +profileWarning: Відкликання згоди видалить усі Ваші данні. Це має той же ефект, що і видалення облікового запису. profileWhatAnswerOptional: 'Optional: A profile picture, bio, and social media accounts' profileWhatAnswer: 'Your email address, username, and password.' profileWhatQuestion: Що таке дані облікового запису? From 0d13823b3aa542e2eddad3d049ff2ee0f21e8eaf Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 15:16:19 +0200 Subject: [PATCH 1570/1675] New translations settings.yml (Ukrainian) --- packages/i18n/src/locales/uk/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/settings.yml b/packages/i18n/src/locales/uk/settings.yml index 3594459e71f..c5a3f1404ae 100644 --- a/packages/i18n/src/locales/uk/settings.yml +++ b/packages/i18n/src/locales/uk/settings.yml @@ -6,10 +6,10 @@ paperless: title: Paperless description: Drafts a pattern with all dimensions included so you can transfer it on fabric or another medium without the need to print sa: - title: Seam allowance + title: Припуск на шов description: Controls the amount of seam allowance included in your pattern locale: - title: Language + title: Мова description: Determines the language used on your pattern only: title: Contents From 306bfa8a0c6eba2f2976a018b9abdf76b8bdc0d8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 15:16:20 +0200 Subject: [PATCH 1571/1675] New translations common.yaml (Ukrainian) --- packages/i18n/src/locales/uk/components/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/components/common.yaml b/packages/i18n/src/locales/uk/components/common.yaml index 547f967f6ec..d06f8332fea 100644 --- a/packages/i18n/src/locales/uk/components/common.yaml +++ b/packages/i18n/src/locales/uk/components/common.yaml @@ -9,6 +9,6 @@ patternOptions: Налаштування викрійок requiredMeasurements: Необхідні вимірювання showcase: Готові проєкти sloganCome: Приходьте за викрійками -sloganStay: Залишайтеся для спільноти +sloganStay: Залишайтеся заради спільноти support: Підтримка From 50b55c551dcbc0935021cdeb5150a38aae27b6f3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 16:33:02 +0200 Subject: [PATCH 1572/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 154 +++++++++++++------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index 580c81b643b..e0d3b387fa8 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -13,7 +13,7 @@ applyThisLayout: Застосувати макет areYouSureYouWantToContinue: Ви впевнені, що хочете продовжити? askForHelp: Попросити про допомогу automatic: Автоматично -averagePeopleDoNotExist: "Average people don't exist" +averagePeopleDoNotExist: "Середньостатистичних людей не існує" awesome: Чудово back: Назад becauseThatWouldBeReallyHelpful: Тому що це було б дуже корисно. @@ -30,7 +30,7 @@ changePattern: Змінити викрійку chatOnDiscord: Чат в Discord checkInboxClickLinkInConfirmationEmail: Тепер перевірте поштову скриньку та перейдіть за посиланням у листі, що ми надіслали вам. chest: Груди -chestInfo: Breasts require extra measurements. If this person has no breasts, irrelevant measurements will be hidden when configuring them. This has no impact on how patterns are drafted. +chestInfo: Молочні залози потребують додатких замірів. Якщо людина не має молочних залоз, ці заміри будуть приховані. Це не впливає на створення викрійок. chooseASize: Обрати розмір chooseAPerson: Обрати людину chooseADesign: Обрати дизайн @@ -137,7 +137,7 @@ orPayPerYear: Чи оплачувати щороку other: Інше otherThing: 'Ще {thing}' ourPatrons: Наші патрони -ourRevenuePledge: Our revenue pledge +ourRevenuePledge: Куди йде наш прибуток patron-2: Powder monkey patron-4: First mate patron-8: Капітан @@ -172,41 +172,41 @@ restoreDesignDefaults: Скинути налаштування дизайну restorePatternDefaults: Скинути налаштування викрійки saveDraftToYourAccount: Зберегти чернетку до облікового запису save: Зберегти -searchLanguageMsg: Every language has its own search index. Since not all our content is translated, you may find more result in the English search. -searchLanguageTitle: Can't find what you're looking for? -search: Search -selectAPartToMoveMirrorOrRotate: Select a part to move, mirror, or rotate -selectImage: Select image -sendAnEmail: Send an E-mail -settings: Settings -sewingHelp: Sewing help -sewingPatternsForNonAveragePeople: Sewing patterns for non-average people -share: Share -shareFreesewing: Share FreeSewing -showcase: Showcase -signUpForAFreeAccount: Sign up for a free account -signUp: Sign up -signupWithProvider: 'Sign up with {provider}' -sortByField: Sort by {field} -standardSeamAllowance: Standard seam allowance -startOver: Start over -startTranslatingNowOrRead: '{startTranslatingNow}, or read the {documentationForTranslators} first.' +searchLanguageMsg: Кожна мова має власний індекс пошуку. Оскільки не весь наш контент перекладений, Ви, скоріш за все, отримаєте більше результатів англійською. +searchLanguageTitle: Не знайшли, що шукали? +search: Пошук +selectAPartToMoveMirrorOrRotate: Обрати частину для переміщення, віддзеркалення або обертання +selectImage: Вибрати зображення +sendAnEmail: Надіслати e-mail +settings: Налаштування +sewingHelp: Допомога з шиттям +sewingPatternsForNonAveragePeople: Швейні викрійки для справжніх людей +share: Поширити +shareFreesewing: Поширити FreeSewing +showcase: Готові проєкти +signUpForAFreeAccount: Реєстрація безкоштовного облікового запису +signUp: Реєстрація +signupWithProvider: 'Реєстрація через {provider}' +sortByField: Сортувати за {field} +standardSeamAllowance: Стандартні припуски на шви +startOver: Почати знову +startTranslatingNowOrRead: '{startTranslatingNow}, або спочатку прочитайте {documentationForTranslators}.' startTranslatingNow: Start translating now -subscribe: Subscribe -support: Support -supportFreesewing: Support freesewing -tellMeMore: Tell me more -thanksForYourSupport: Thanks for your support -thisContentIsNotAvailableInLanguage: This content is not available in English +subscribe: Підписатися +support: Підтримати +supportFreesewing: Підтримати freesewing +tellMeMore: Хочу дізнатися більше +thanksForYourSupport: Дякуємо за Вашу підтримку +thisContentIsNotAvailableInLanguage: Цього контенту немає англійською thisFieldSupportsMarkdown: This field supports Markdown -thisPageRequiresAuthentication: This page requires authentication -troubleLoggingIn: Trouble logging in? +thisPageRequiresAuthentication: Ця сторінка потребує автентифікації +troubleLoggingIn: Не вдається увійти? twitter: Twitter txt-footer: Freesewing is made by a community of contributors
    with the financial support of our Patrons -txt-tier2: Our most democractically priced tier. It may be less than the price of a latte, but your support means the world to us. -txt-tier4: Subscribe to this tier and we'll send some of our much covetted freesewing swag to your home anywhere in the world. -txt-tier8: "If you don't merely want to support us, but want to see freesewing thrive, this is the tier for you. Also: extra swag." -txt-tiers: 'FreeSewing is fuelled by a voluntary subscription model' +txt-tier2: Рівень з найбільш демократичною ціною. Він дешевший за філіжанку кави, але ми дуже цінуємо Вашу підтримку. +txt-tier4: Підпишіться на цей рівень та ми доставимо наші смачнющі "булочки" до Вашого ґанку (будь-де на мапі). +txt-tier8: "Якщо Ви хочете не лише підтримувати нас, а й бажаєте freesewing процвітання, цей рівень для Вас. Також: додаткові \"булочки\". ;)" +txt-tiers: 'FreeSewing існує завдяки добровільній моделі підписки' unitsInfo: Freesewing supports both the metric system and imperial units. Simply pick which one you'd like to use here. (the default is to use the units configured in your account). updated: Updated update: Update @@ -230,55 +230,55 @@ youAreNotAPatron: Your are not a patron youAreNotLoggedIn: You are not logged in yourRights: Your rights makerDocs: Maker documentation -devDocs: Developer documentation -slogan: A JavaScript library for made-to-measure sewing patterns -getStarted: Get started +devDocs: Розробницька документація +slogan: Бібліотека JavaScript для створення швейних викрійок на базі замірів +getStarted: Розпочати apiReference: API Reference -tutorial: Tutorial -editThisPage: Edit this page -loginRequiredRedirect: 'You were redirected to the login page because {page} requires authentication' -various: Various -sewing: Sewing -examples: Examples +tutorial: Урок +editThisPage: Редагувати сторінку +loginRequiredRedirect: 'Вас було перенаправлено на сторінку входу, оскільки {page} потребує автентифікації' +various: Різне +sewing: Шиття +examples: Приклади by: by years: Years -pricing: Pricing -createFirst: Start by creating a new pattern -noPattern: You don't have any patterns (yet). Create a new pattern, then save it to your account. -modelFirst: Start by adding measurements -noModel: You haven't added any measurements (yet). FreeSewing can generate made-to-measure sewing patterns. But for that, we need measurements. -noModel2: So the first thing you should do is add a person, and crack out your measuring tape. -noUserBrowsingTitle: "You can't just browse all users" -noUserBrowsingText: "We've got thousands of them. Surely you have better things to do?" -usePatternMeasurements: 'Use the measurements of the original pattern' -createReplica: Create a replica -showDetails: Show details -hideDetails: Hide details -clickBelowToLogOut: Click below to log out -compare: Compare -savePattern: Save pattern +pricing: Ціни +createFirst: Розпочніть зі створення нової викрійки +noPattern: Ви не маєте жодних викрійок (поки що). Створіть нову викрійку, потім збережіть її до свого облікового запису. +modelFirst: Розпочніть з додавання замірів +noModel: Ви не додали жодних замірів (поки що). FreeSewing може створювати швейні викрійки на базі замірів. Однак для цього нам потрібні власне заміри. +noModel2: Розпочніть зі створення людини, після чого діставайте свою сантиметрову стрічку. +noUserBrowsingTitle: "Ви не можете просто переглядати всіх користувачів" +noUserBrowsingText: "У нас їх тисячі. Ви дійсно хочете витрачати свій час на це?" +usePatternMeasurements: 'Використати заміри вихідної викрійки' +createReplica: Створити копію +showDetails: Показати подробиці +hideDetails: Приховати подробиці +clickBelowToLogOut: Тицьніть знизу для виходу +compare: Порівняти +savePattern: Зберегти викрійку recreate: Recreate recreateThing: Recreate {thing} recreateThingForPerson: Recreate {thing} for {person} -seeYouLaterUser: See you later {user} -exportForPrinting: Export for printing -exportForEditing: Export for editing -startWithNeckTitle: Start with the neck circumference -startWithNeckDescription: Based on your neck circumference, we can help you spot mistakes in your measurements. -whatYouNeed: What you need -fabricOptions: Fabric options -cutting: Cutting -instructions: Instructions -hide: Hide -show: Show -oneMomentPlease: One moment please -loadingMagic: We are loading the magic -estimate: Estimate -actual: Actual -weEstimateYM2B: 'We estimate your {measurement} to be around:' -exportAsData: Export as data -availablePatterns: Available patterns -browseCollection: Browse collection +seeYouLaterUser: До зустрічі, {user} +exportForPrinting: Експортувати для друку +exportForEditing: Експортувати для коригування +startWithNeckTitle: Розпочніть з обхвату шиї +startWithNeckDescription: Спираючись на Ваш обхват шиї, ми можемо зловити помилки в Ваших замірах. +whatYouNeed: Що Вам потрібно +fabricOptions: Варіанти тканини +cutting: Вирізання +instructions: Інструкція +hide: Приховати +show: Показати +oneMomentPlease: Будь ласка, зачекайте +loadingMagic: Ми завантажуємо магію +estimate: Прикидка +actual: Насправді +weEstimateYM2B: 'Ми прикидаємо, що {measurement} дорівнює:' +exportAsData: Експорт даних +availablePatterns: Доступні викрійки +browseCollection: Огляд колекції browseYourPatterns: Browse your patterns yourPatterns: Your patterns loginNeededToSavePatternsMsg: You need to be logged in to save your patterns From 62b67f4ee3c60478c58ad7a8db68be569e27371c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 16:33:03 +0200 Subject: [PATCH 1573/1675] New translations gdpr.yaml (Ukrainian) --- packages/i18n/src/locales/uk/gdpr.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/i18n/src/locales/uk/gdpr.yaml b/packages/i18n/src/locales/uk/gdpr.yaml index 65139a1aa44..5d39df5bf8c 100644 --- a/packages/i18n/src/locales/uk/gdpr.yaml +++ b/packages/i18n/src/locales/uk/gdpr.yaml @@ -9,9 +9,9 @@ consentWhyAnswer: Згідно з GDPR, обробка ваших персона createMyAccount: Створити обліковий запис furtherReading: Подальше вивчення modelQuestion: Чи даєте Ви згоду на обробку даних моделі? -modelWarning: Revoking this consent will lock you out of all your model data, as well as disable functionality that depends on it. -modelWhatAnswer: For each model their measurements and breasts settings. -modelWhatAnswerOptional: 'Optional: A model picture and the name that you give your model.' +modelWarning: Анулювання даної згоди зробить неможливим використання даних замірів моделі. Це також анулює функціонал вебсайту, який залежить від даної інформації. +modelWhatAnswer: Заміри та налаштування молочних залоз кожної моделі. +modelWhatAnswerOptional: 'За навності: Зображення моделі та ім''я моделі.' modelWhatQuestion: Що таке дані моделі? modelWhyAnswer: 'Для розробки викрійок, адаптованих під заміри спеціально вимірунам необхідні виміри тіла.' noConsentNoAccount: Без цієї згоди ми не можемо створити Ваш обліковий запис @@ -23,10 +23,10 @@ profileQuestion: Чи даєте Ви згоду на обробку даних profileShareAnswer: 'Ні, ніколи.' profileTimingAnswer: '12 місяців після останнього входу в систему, або до тих пір, поки Ви не видалите Ваш обліковий запис або скасуєте дану згоду.' profileWarning: Відкликання згоди видалить усі Ваші данні. Це має той же ефект, що і видалення облікового запису. -profileWhatAnswerOptional: 'Optional: A profile picture, bio, and social media accounts' -profileWhatAnswer: 'Your email address, username, and password.' +profileWhatAnswerOptional: 'За наявності: зображення облікового запису, біоі соціальні мережі' +profileWhatAnswer: 'Ваша електронна адреса, ім''я користувачаі пароль.' profileWhatQuestion: Що таке дані облікового запису? -profileWhyAnswer: 'To authenticate you, contact you when needed, and build a community.' +profileWhyAnswer: 'Щоб автентифікувати Вас, зв''язатися з Вами коли це потрібно та задля покращення нашої спільноти.' readMore: Для отримання додаткової інформації, будь ласка, прочитайте наше повідомлення про конфіденційність. readRights: Для отримання додаткової інформації, будь ласка, прочитайте про Ваші права. revokeConsent: Відкликати згоду From 72dc6f50a45c1a10bc8ef049e839a7563b3a02c8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 16:33:04 +0200 Subject: [PATCH 1574/1675] New translations intro.yaml (Ukrainian) --- packages/i18n/src/locales/uk/intro.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/intro.yaml b/packages/i18n/src/locales/uk/intro.yaml index 4848293c623..683e2f2c549 100644 --- a/packages/i18n/src/locales/uk/intro.yaml +++ b/packages/i18n/src/locales/uk/intro.yaml @@ -6,7 +6,7 @@ txt-draft: "Оберіть одну з викрійок, модель та на txt-how: Як це працює txt-join: Приєднайтеся до тисяч інших користувачів та створіть безкоштовний акаунт на freesewing.org. txt-model: Всі наші викрійки адаптуються під задані виміри. Тому перше, що варто зробити – піти взяти сантиметрову стрічку. -txt-newHere: "If you're new here, the best place to start is our demo:" +txt-newHere: "Якщо ви тут вперше – найкраще місце для початку є наше демо:" txt-opensource: 'Our platform, our patterns, and even this website. All our code is available on GitHub. Pull requests welcome!' txt-patrons: FreeSewing існує завдяки фінансовій підтримці наших Патронів. Прокрутіть вниз, щоб дізнатися про нашу модель підписки. txt-showcase: Завершені проекти від спільноти FreeSewing From 5252cc9ed10fe4365a73cd9fd07dbc46608eb393 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 17:34:47 +0200 Subject: [PATCH 1575/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 176 +++++++++++++------------- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index e0d3b387fa8..deac8bef583 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -1,5 +1,5 @@ --- -100PercentCommunity: 100% спільнота +100PercentCommunity: 100% спільноти 100PercentFree: 100% безкоштовно 100PercentOpenSource: 100% відкритий код aboutFreesewing: Про Freesewing @@ -66,7 +66,7 @@ documentationForDevelopers: Документація для розробникі documentationForEditors: Документація для коригувачів documentationForTranslators: Документація для перекладачів documentationOverview: Перегляд документації -dolls: Dolls +dolls: Ляльки download: Завантажити draft: Чернетка draftPattern: 'Створити {pattern}' @@ -191,7 +191,7 @@ sortByField: Сортувати за {field} standardSeamAllowance: Стандартні припуски на шви startOver: Почати знову startTranslatingNowOrRead: '{startTranslatingNow}, або спочатку прочитайте {documentationForTranslators}.' -startTranslatingNow: Start translating now +startTranslatingNow: Почни перекладати зараз subscribe: Підписатися support: Підтримати supportFreesewing: Підтримати freesewing @@ -202,34 +202,34 @@ thisFieldSupportsMarkdown: This field supports Markdown thisPageRequiresAuthentication: Ця сторінка потребує автентифікації troubleLoggingIn: Не вдається увійти? twitter: Twitter -txt-footer: Freesewing is made by a community of contributors
    with the financial support of our Patrons +txt-footer: Freesewing працює завдяки спільноті учасників
    з фінансовою підтримкою наших патронів txt-tier2: Рівень з найбільш демократичною ціною. Він дешевший за філіжанку кави, але ми дуже цінуємо Вашу підтримку. txt-tier4: Підпишіться на цей рівень та ми доставимо наші смачнющі "булочки" до Вашого ґанку (будь-де на мапі). txt-tier8: "Якщо Ви хочете не лише підтримувати нас, а й бажаєте freesewing процвітання, цей рівень для Вас. Також: додаткові \"булочки\". ;)" txt-tiers: 'FreeSewing існує завдяки добровільній моделі підписки' -unitsInfo: Freesewing supports both the metric system and imperial units. Simply pick which one you'd like to use here. (the default is to use the units configured in your account). -updated: Updated -update: Update -userHasBeenWithUsSince: '{user} has been with us since {since}' -users: Users +unitsInfo: Freesewing підтримує як метричні, так й імперські одиниці вимірювання. Просто оберіть ті, яким надаєте перевагу. (Зазвичай використовуються одиниці, зазначені в Вашому обліковому записі.) +updated: Оновлено +update: Оновити +userHasBeenWithUsSince: '{user} тут з {since}' +users: Користувачі utilityPatterns: Utility Patterns -weAreValidatingYourConfirmationCode: We are validating your confirmation code -weCouldNotValidateYourConfirmationCode: We could not validate your confirmation code -weEncounteredAProblem: We encountered a problem -weEncourageYouToReportThis: We encourage you to report this -welcomeAboard: Welcome aboard -welcome: Welcome -weNeverShareYourEmail: We'll never share your email with anyone else -whatIsThis: What is this? -withBreasts: With breasts -withoutBreasts: Without breasts -yay: Yay! -yes: 'Yes' #Keep in quotes or it will evaluate to true -youAreAPatron: You are a patron -youAreNotAPatron: Your are not a patron -youAreNotLoggedIn: You are not logged in -yourRights: Your rights -makerDocs: Maker documentation +weAreValidatingYourConfirmationCode: Ми перевіряємо Ваш код підтвердження +weCouldNotValidateYourConfirmationCode: Нам не вдалося підтвердити Ваш код +weEncounteredAProblem: У нас виникла проблема +weEncourageYouToReportThis: Ми будемо вдячні, якщо Ви повідомите нам про це +welcomeAboard: Ласкаво просимо +welcome: Вітаємо +weNeverShareYourEmail: Ми ніколи не передамо Вашу електронну адресу третім обличчям +whatIsThis: Що це таке? +withBreasts: З молочними залозами +withoutBreasts: Без молочних залоз +yay: Ура! +yes: '"Так"' #Keep in quotes or it will evaluate to true +youAreAPatron: Ви патрон +youAreNotAPatron: Ви не є патроном +youAreNotLoggedIn: Ви не ввійшли в свій обліковий запис +yourRights: Ваші права +makerDocs: Ремісницька документація devDocs: Розробницька документація slogan: Бібліотека JavaScript для створення швейних викрійок на базі замірів getStarted: Розпочати @@ -241,7 +241,7 @@ various: Різне sewing: Шиття examples: Приклади by: by -years: Years +years: Роки pricing: Ціни createFirst: Розпочніть зі створення нової викрійки noPattern: Ви не маєте жодних викрійок (поки що). Створіть нову викрійку, потім збережіть її до свого облікового запису. @@ -279,66 +279,66 @@ weEstimateYM2B: 'Ми прикидаємо, що {measurement} дорівнює: exportAsData: Експорт даних availablePatterns: Доступні викрійки browseCollection: Огляд колекції -browseYourPatterns: Browse your patterns -yourPatterns: Your patterns -loginNeededToSavePatternsMsg: You need to be logged in to save your patterns -docsForContributors: Documentation for contributors -patternDocs: Pattern documentation -socialMedia: Social media -create: Create -browse: Browse -patrons: Patrons -scrollToTop: Scroll to top -sitemap: Sitemap -contributeToThing: Contribute to {thing} -mtmIsOurJam: Made-to-measure sewing patterns is what we specialize in -fitYouDeserve: You're really missing out if you go for standardized sizes.
    So sign up today, and get the fit you deserve. -supportNag: FreeSewing is free, but we'd appreciate if you would consider supporting us. -madeToMeasure: Made-to-measure -sizes: Sizes -standardSizes: Standard sizes -accountRequired: This feature requires a FreeSewing account -size: Size -switchToThing: 'Switch to {thing}' -saveThing: 'Save {thing}' -shareThing: 'Share {thing}' -link: Link -cloneThing: 'Clone {thing}' -cloneDescription: Recreate an exact copy, using the measurements of the original pattern. -furtherReading: Further reading -saveAsNewPattern: Save As New Pattern -saveAsNewPattern-txt: Store (a copy of) this pattern in your FreeSewing account -exportPattern: Export pattern -printPattern: Print pattern -exportPattern-txt: Export a PDF suitable for your printer, or download this pattern in a variety of formats -editThing: 'Edit {thing}' -editPattern-txt: Load this pattern in the pattern editor -featureRequiresAccount: This feature requires a FreeSewing account -zoom: Zoom -zoomIn: Zoom in -zoomOut: Zoom out +browseYourPatterns: Переглянути викрійки +yourPatterns: Ваші викрійки +loginNeededToSavePatternsMsg: Ви маєте увійти, аби зберігати викрійки +docsForContributors: Документація для учасників +patternDocs: Документація викрійок +socialMedia: Соціальні мережі +create: Створити +browse: Огляд +patrons: Патрони +scrollToTop: Повернутися нагору +sitemap: Мапа сайту +contributeToThing: Долучитися до {thing} +mtmIsOurJam: Ми спеціалізуємося в швейних викрійках на базі замірів +fitYouDeserve: Ви обділяєте себе, обираючи стандартизовані розміри.
    Зареєструйтеся сьогодні та отримайте крій, що личить Вам. +supportNag: FreeSeewing є безкоштовною платформою, але ми будемо вдячні, якщо Ви підтримаєте нас. +madeToMeasure: На базі замірів +sizes: Розміри +standardSizes: Стандартні розміри +accountRequired: Ця функція вимагає обліковий запис FreeSewing +size: Розмір +switchToThing: 'Перейти до {thing}' +saveThing: 'Зберегти {thing}' +shareThing: 'Поширити {thing}' +link: Посилання +cloneThing: 'Копіювати {thing}' +cloneDescription: Створити точну копію, використовуючи заміри вихідної викрійки. +furtherReading: Подальше вивчення +saveAsNewPattern: Зберегти як нову викрійку +saveAsNewPattern-txt: Збережіть цю викрійку/копію в своєму обліковому записі FreeSewing +exportPattern: Експортувати викрійку +printPattern: Роздрукувати викрійку +exportPattern-txt: Експортувати PDF для Вашого принтера, або завантажити цю викрійку в інших форматах +editThing: 'Коригувати {thing}' +editPattern-txt: Відкрити цю викрійку в швейному редакторі +featureRequiresAccount: Ця функція вимагає обліковий запис FreeSewing +zoom: Масштаб +zoomIn: Збільшити +zoomOut: Зменшити zoom-txt: Switches between constraining the height or the width of the pattern to fit on your screen -savePattern-txt: Store this pattern in your FreeSewing account -comparePattern: Compare pattern -showPattern: Show pattern -comparePattern-txt: Compare your pattern to a range a standard sizes to review possible fitting issues -recreatePattern: Recreate pattern -recreatePattern-txt: Choose a different person, then recreate this pattern for that person -editOwnPatternsOnly: You can only edit your own patterns -editOwnPatternsOnly-txt: You cannot edit this pattern because it isn't yours. But you can use it as a baseline to create your own pattern. -updateNotes-txt: Update the notes you keep along your pattern -franceWarning: Beware users in France -franceWarning-txt: Several French E-mail providers — including, free.fr, laposte.net, orange.fr, and sfr.fr — are known to routinely discard our E-mails. -emailNotReceived: If you do not receive the activation email, please reach out so we can help you. -error: Error -info: Info -warning: Warning +savePattern-txt: Збережіть цю викрійку в своєму обліковому записі FreeSewing +comparePattern: Порівняти викрійку +showPattern: Показати викрійку +comparePattern-txt: Порівняйте свою викрійку зі стандартизованими розмірами для того, щоб побачити можливі проблеми моделювання +recreatePattern: Створити нову викрійку +recreatePattern-txt: Оберіть іншу людину та повторно створіть викрійку для неї +editOwnPatternsOnly: Ви можете коригувати лише свої викрійки +editOwnPatternsOnly-txt: Ви не можете скоригувати цю викрійку, бо вона не Ваша. Але Ви можете використувати її як базу для створення власної викрійки. +updateNotes-txt: Оновлюйте нотатки до Ваших викрійок +franceWarning: До уваги користувачів з Франції +franceWarning-txt: Декілька французьких провайдерів електронної пошти — включаючи free.fr, laposte.net, orange.fr та sfr.fr — відомі регулярним блокуванням наших електронних листів. +emailNotReceived: Якщо Ви не отримаєте лист для активації, будь ласка, зв'яжіться з нами, щоб ми могли Вам допомогти. +error: Помилка +info: Інформація +warning: Увага debug: Debug -unsubscribe: Unsubscribe -slogan-come: Come for the sewing patterns -slogan-stay: Stay for the community -lightTheme: Light Theme -darkTheme: Dark Theme -hax0rTheme: Hax0r Theme -lgbtqTheme: LGBTQ Theme -transTheme: Trans Theme +unsubscribe: Відписатися +slogan-come: Приходьте за викрійками +slogan-stay: Залишайтеся заради спільноти +lightTheme: Світла тема +darkTheme: Темна тема +hax0rTheme: Тема Hax0r +lgbtqTheme: Тема ЛГБТК +transTheme: Транс тема From 011470b9e323728c083fd65726748beaebab9ca4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 17:34:48 +0200 Subject: [PATCH 1576/1675] New translations intro.yaml (Ukrainian) --- packages/i18n/src/locales/uk/intro.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/intro.yaml b/packages/i18n/src/locales/uk/intro.yaml index 683e2f2c549..d922cab5ea9 100644 --- a/packages/i18n/src/locales/uk/intro.yaml +++ b/packages/i18n/src/locales/uk/intro.yaml @@ -7,6 +7,6 @@ txt-how: Як це працює txt-join: Приєднайтеся до тисяч інших користувачів та створіть безкоштовний акаунт на freesewing.org. txt-model: Всі наші викрійки адаптуються під задані виміри. Тому перше, що варто зробити – піти взяти сантиметрову стрічку. txt-newHere: "Якщо ви тут вперше – найкраще місце для початку є наше демо:" -txt-opensource: 'Our platform, our patterns, and even this website. All our code is available on GitHub. Pull requests welcome!' +txt-opensource: 'Наша платформа, наші викрійки і навіть наш вебсайт. Весь наш код доступний на GitHub. Пулл реквести вітаються!' txt-patrons: FreeSewing існує завдяки фінансовій підтримці наших Патронів. Прокрутіть вниз, щоб дізнатися про нашу модель підписки. txt-showcase: Завершені проекти від спільноти FreeSewing From f8817677a78c6edb16db771ff19dfdeb22274c39 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 17:34:49 +0200 Subject: [PATCH 1577/1675] New translations jargon.yml (Ukrainian) --- packages/i18n/src/locales/uk/jargon.yml | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/i18n/src/locales/uk/jargon.yml b/packages/i18n/src/locales/uk/jargon.yml index e2ed74e8a2c..7cda639ca0f 100644 --- a/packages/i18n/src/locales/uk/jargon.yml +++ b/packages/i18n/src/locales/uk/jargon.yml @@ -3,8 +3,8 @@ basting: term: зметування description: "Дивіться Зметування у документація до шиття" coverlock: - term: оверлок - description: "Дивіться Оверлок у Документація до шиття" + term: каверлок + description: "Дивіться Каверлок у Документація до шиття" cutting: term: вирізання description: "Дивіться Вирізання у Документація до шиття" @@ -21,13 +21,13 @@ edgestitch: term: шов по краю description: "Дивіться Шов по краю у Документація до шиття" fabricGrain: - term: fabric grain + term: нитка-основа тканини description: "Дивіться Нитка основа тканини у Документація до шиття" goodSidesTogether: term: лицьові сторони одна до одної description: "Дивіться Лицьові сторони одна до одної у Документація до шиття" onTheFold: - term: on the fold + term: на згині description: "Дивіться На згині у Документація до шиття" hemming: term: підшивання краю @@ -42,26 +42,26 @@ knitFabric: term: трикотаж description: "Дивіться Трикотаж у Документація до шиття" pinning: - term: pinning - description: "See Pinning in the Sewing documentation" + term: зметування булавками + description: "Дивіться Зметування булавками у Документація до шиття" rayon: - term: rayon - description: "See Rayon in the Sewing documentation" + term: віскоза + description: "Дивіться Віскоза уДокументація до шиття" sa: - term: seam allowance - description: "See Seam allowance in the Sewing documentation" + term: припуск на шов + description: "Дивіться Припуск на шов у Документація до шиття" serger: - term: serger - description: "See Serger in the Sewing documentation" + term: машина-оверлок + description: "Дивіться Оверлок у Документація до шиття" slipstitch: - term: slipstitch - description: "See Slipstitch in the Sewing documentation" + term: потайний шов + description: "Дивіться Потайний шов у Документація до шиття" topstitching: - term: topstitching - description: "See Topstitching in the Sewing documentation" + term: оздоблювальний шов + description: "Дивіться Оздоблювальний шов у Документація до шиття" trimming: - term: trimming - description: "See Trimming in the Sewing documentation" + term: підрізання припусків на шов + description: "Дивіться Підрізання припусків на шов у Документація до шиття" twinNeedle: term: подвійна голка description: "Дивіться Подвійна голка у Документація до шиття" From 3d6421af89845fb30e0e39503c127c9589f3a429 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 18:40:14 +0200 Subject: [PATCH 1578/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index deac8bef583..a53af504749 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -30,7 +30,7 @@ changePattern: Змінити викрійку chatOnDiscord: Чат в Discord checkInboxClickLinkInConfirmationEmail: Тепер перевірте поштову скриньку та перейдіть за посиланням у листі, що ми надіслали вам. chest: Груди -chestInfo: Молочні залози потребують додатких замірів. Якщо людина не має молочних залоз, ці заміри будуть приховані. Це не впливає на створення викрійок. +chestInfo: Молочні залози потребують додаткових замірів. Якщо людина не має молочних залоз, ці заміри будуть приховані. Це не впливає на створення викрійок. chooseASize: Обрати розмір chooseAPerson: Обрати людину chooseADesign: Обрати дизайн @@ -79,7 +79,7 @@ emailAddress: Електронна адреса emailWorksToo: "Якщо Ви не знаєте своє ім'я користувача, можна також використати свою електронну адресу для входу" enterEmailPickPassword: Введіть свою електронну адресу та оберіть пароль export: Експортувати -exportTiledPDF: Export tiled PDF +exportTiledPDF: Експортувати посторінковий PDF faq: Поширені запитання fieldRemoved: '{field} видалено' fieldSaved: '{field} збережено' @@ -151,7 +151,7 @@ pattern: викрійка sewingPatterns: Викрійка для шиття patterns: Викрійки pendingConfirmation: Підтвердження очікується -perMonth: За місяць +perMonth: Щомісячно pleaseEnterAValidEmailAddress: Будь ласка, вкажіть чинну електронну адресу pleaseIncludeTheInformationBelow: Будь ласка, додайте відомості нижче preview: Попередній перегляд @@ -317,7 +317,7 @@ featureRequiresAccount: Ця функція вимагає обліковий з zoom: Масштаб zoomIn: Збільшити zoomOut: Зменшити -zoom-txt: Switches between constraining the height or the width of the pattern to fit on your screen +zoom-txt: Перемикає між ужиманням висоти чи ширини викрійки для розміщення на Вашому екрані savePattern-txt: Збережіть цю викрійку в своєму обліковому записі FreeSewing comparePattern: Порівняти викрійку showPattern: Показати викрійку @@ -333,7 +333,7 @@ emailNotReceived: Якщо Ви не отримаєте лист для акти error: Помилка info: Інформація warning: Увага -debug: Debug +debug: Налагодження unsubscribe: Відписатися slogan-come: Приходьте за викрійками slogan-stay: Залишайтеся заради спільноти From ae8cf03d33f49101677542646d775fc8dfe8aa06 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 18:40:16 +0200 Subject: [PATCH 1579/1675] New translations measurements.yaml (Ukrainian) --- .../i18n/src/locales/uk/measurements.yaml | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/packages/i18n/src/locales/uk/measurements.yaml b/packages/i18n/src/locales/uk/measurements.yaml index 88d2524beef..039b81e61c6 100644 --- a/packages/i18n/src/locales/uk/measurements.yaml +++ b/packages/i18n/src/locales/uk/measurements.yaml @@ -1,39 +1,39 @@ --- ankle: Обхват щиколотки biceps: Обхват біцепсів -bustFront: Bust front -bustPointToUnderbust: Bust point to underbust -bustSpan: Bust span +bustFront: Передній напівобхват грудей +bustPointToUnderbust: Центр грудей до підгруддя +bustSpan: Центр грудей chest: Обхват грудей crossSeam: Cross seam crossSeamFront: Cross seam front head: Обхват голови heel: Обхват підйому -highBustFront: High bust front -highBust: High bust +highBustFront: Напівобхват над грудьми +highBust: Обхват над грудьми hips: Hips circumference -hpsToBust: HPS to bust -hpsToWaistBack: HPS to waist back -hpsToWaistFront: HPS to waist front +hpsToBust: Від плеча до грудей +hpsToWaistBack: Від плеча до талії ззаду +hpsToWaistFront: Від плеча до талії спереду inseam: Inseam knee: Knee circumference neck: Neck circumference seat: Seat circumference seatBack: Seat back crotchDepth: Crotch depth -shoulderSlope: Shoulder slope -shoulderToElbow: Shoulder to elbow -shoulderToShoulder: Shoulder to shoulder -shoulderToWrist: Shoulder to wrist -underbust: Underbust -upperLeg: Upper leg circumference -waist: Waist circumference -waistBack: Waist back -waistToArmhole: Waist to armhole -waistToFloor: Вимір від талії до підлоги -waistToHips: Waist to hips -waistToKnee: Waist to knee -waistToSeat: Waist to seat -waistToUnderbust: Waist to underbust -waistToUpperLeg: Waist to upper leg +shoulderSlope: Нахил плеча +shoulderToElbow: Від плеча до ліктя +shoulderToShoulder: Ширина плечей +shoulderToWrist: Від плеча до зап'ястя +underbust: Підгруддя +upperLeg: Обхват верху ноги +waist: Обхват талії +waistBack: Ширина талії ззаду +waistToArmhole: Від талії до пройми +waistToFloor: Від талії до підлоги +waistToHips: Талія до кісточки таза +waistToKnee: Талія до коліна +waistToSeat: Від талії до стегон +waistToUnderbust: Від талії до підгруддя +waistToUpperLeg: Від талії до початку ноги wrist: Обхват зап'ясть From 88b99813d0c3864d0fe37a7b4ce32f33e93b0629 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 18:40:17 +0200 Subject: [PATCH 1580/1675] New translations optiongroups.yaml (Ukrainian) --- .../i18n/src/locales/uk/optiongroups.yaml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/i18n/src/locales/uk/optiongroups.yaml b/packages/i18n/src/locales/uk/optiongroups.yaml index 286f7982c68..586920fe967 100644 --- a/packages/i18n/src/locales/uk/optiongroups.yaml +++ b/packages/i18n/src/locales/uk/optiongroups.yaml @@ -1,25 +1,25 @@ --- -advanced: Advanced -armhole: Armhole -closure: Closure -collar: Collar -construction: Construction -cuffs: Cuffs -darts: Darts -elastic: Elastic -fit: Fit -pockets: Pockets -preferences: Preferences -sleevecap: Sleevecap +advanced: Додатково +armhole: Пройма +closure: Закриття +collar: Комір +construction: Конструкція +cuffs: Манжети +darts: Виточки +elastic: Резинка +fit: За розміром +pockets: Кишені +preferences: Уподобання +sleevecap: Окат рукава sleeves: Рукава style: Стиль backPockets: Задні кишені frontPockets: Передні кишені waistband: Резинка на талії fly: Fly -bellaDarts: Bella darts -bellaArmhole: Bella armhole -bellaAdvanced: Bella advanced -clavi: Clavi +bellaDarts: Виточки Белла +bellaArmhole: Пройма Белла +bellaAdvanced: Додатково Белла +clavi: Клав type: Тип size: Розмір From 50b4bff3f7cdef1324c51f19656b92db5ebd5e20 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 18:40:18 +0200 Subject: [PATCH 1581/1675] New translations parts.yaml (Ukrainian) --- packages/i18n/src/locales/uk/parts.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/i18n/src/locales/uk/parts.yaml b/packages/i18n/src/locales/uk/parts.yaml index b051ceb923f..d775fdcb672 100644 --- a/packages/i18n/src/locales/uk/parts.yaml +++ b/packages/i18n/src/locales/uk/parts.yaml @@ -1,8 +1,8 @@ --- back: Спина backBase: Основа спинки -backPocketWelt: Back pocket welt -base: Base +backPocketWelt: Задня прорізна кишеня +base: База bentBack: Bent back bentBase: Bent base bentFront: Bent front @@ -54,5 +54,5 @@ topSleeve: Topsleeve top: Top underCollar: Under collar underSleeve: Undersleeve -waistband: Waistband +waistband: Резинка на талії yoke: Кокетка From 587cafd659abe99bf43cb0b92166913126c895f4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 18:40:19 +0200 Subject: [PATCH 1582/1675] New translations settings.yml (Ukrainian) --- packages/i18n/src/locales/uk/settings.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/i18n/src/locales/uk/settings.yml b/packages/i18n/src/locales/uk/settings.yml index c5a3f1404ae..1f6878004e2 100644 --- a/packages/i18n/src/locales/uk/settings.yml +++ b/packages/i18n/src/locales/uk/settings.yml @@ -1,9 +1,9 @@ --- advanced: - title: Expert mode + title: Режим фахівця description: Controls whether or not to display advanced settings and pattern options paperless: - title: Paperless + title: Без паперу description: Drafts a pattern with all dimensions included so you can transfer it on fabric or another medium without the need to print sa: title: Припуск на шов @@ -12,25 +12,25 @@ locale: title: Мова description: Determines the language used on your pattern only: - title: Contents + title: Зміст description: Allows you to control which pattern parts will be included in your pattern units: - title: Units + title: Одиниці виміру description: Controls the units used on your pattern margin: - title: Margin - description: Controls the margin around pattern parts + title: Відступ + description: Контролює відступ навколо елементів викрійки complete: title: Detail description: Controls how detailed the pattern is; Either a complete pattern with all details, or a basic outline of the pattern parts layout: - title: Layout + title: Макет description: Controls how the individual pattern parts are placed on your pattern debug: - title: Debug + title: Налагодження description: Enable debug to gain additional info about how your pattern was created scale: - title: Scale + title: Масштаб description: Controls the overall line width, font size, and other elements that do not scale with the pattern's measurements renderer: title: Render engine From 4f3817684070e637dd8b623fd81f9684432d4407 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 18:40:20 +0200 Subject: [PATCH 1583/1675] New translations jargon.yml (Ukrainian) --- packages/i18n/src/locales/uk/jargon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/jargon.yml b/packages/i18n/src/locales/uk/jargon.yml index 7cda639ca0f..ccab02bdaaa 100644 --- a/packages/i18n/src/locales/uk/jargon.yml +++ b/packages/i18n/src/locales/uk/jargon.yml @@ -36,8 +36,8 @@ jersey: term: джерсі description: "Дивіться Джерсі у Документація до шиття" knitBinding: - term: knit binding - description: "See Knit binding in the Sewing documentation" + term: трикотажна бейка + description: "Дивіться Трикотажна бейка у Документація до шиття" knitFabric: term: трикотаж description: "Дивіться Трикотаж у Документація до шиття" From 8096d54bc26c555be47b867803c84fa431db1471 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 18:40:21 +0200 Subject: [PATCH 1584/1675] New translations lab.yaml (Ukrainian) --- packages/i18n/src/locales/uk/lab.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/i18n/src/locales/uk/lab.yaml b/packages/i18n/src/locales/uk/lab.yaml index edb281f358d..a472b5ac43e 100644 --- a/packages/i18n/src/locales/uk/lab.yaml +++ b/packages/i18n/src/locales/uk/lab.yaml @@ -1,6 +1,6 @@ --- -slogan: The FreeSewing lab provides -slogan1: All our pattern designs -slogan2: New & old version +slogan: Лабораторія FreeSewing забезпечує +slogan1: Всі наші дизайни викрійок +slogan2: Нова & стара версія slogan3: Bleeding edge code -slogan4: Unreleased designs +slogan4: Не запущені дизайни From 8dd99aff192ff66765db6d51cead6ad686a88e5b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 19:48:05 +0200 Subject: [PATCH 1585/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index a53af504749..1382e055991 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -18,7 +18,7 @@ awesome: Чудово back: Назад becauseThatWouldBeReallyHelpful: Тому що це було б дуже корисно. becomeAPatron: Стати патроном -blockPatterns: Block/Sloper Patterns +blockPatterns: Викрійки-основи blog: Блог browseBlogposts: Перегляд блог-постів browsePatterns: Перегляд викрійок @@ -89,7 +89,7 @@ forgotLoginInstructions: "Якщо Ви не пам'ятаєте свій пар freesewing: Freesewing freesewingOnGithub: Freesewing на GitHub garmentPatterns: Викрійки одягу -giants: Giants +giants: Велетні github: GitHub goAheadWeWillWait: Продовжуйте, ми зачекаємо. goodJob: Молодець @@ -113,7 +113,7 @@ manual: Manual markdownHelp: MarkDown help measurements: Заміри menu: Меню -metadata: Metadata +metadata: Метадані metricUnits: Метричні одиниці (см) person: Людина people: Люди @@ -138,7 +138,7 @@ other: Інше otherThing: 'Ще {thing}' ourPatrons: Наші патрони ourRevenuePledge: Куди йде наш прибуток -patron-2: Powder monkey +patron-2: Порохова мавпочка patron-4: First mate patron-8: Капітан patronHelp: Якщо Ви маєте будь-які запитання чи бажаєте внести зміни до свого статусу патрона — зв'яжіться з нами, будь ласка @@ -198,7 +198,7 @@ supportFreesewing: Підтримати freesewing tellMeMore: Хочу дізнатися більше thanksForYourSupport: Дякуємо за Вашу підтримку thisContentIsNotAvailableInLanguage: Цього контенту немає англійською -thisFieldSupportsMarkdown: This field supports Markdown +thisFieldSupportsMarkdown: Це поле підтримує Markdown thisPageRequiresAuthentication: Ця сторінка потребує автентифікації troubleLoggingIn: Не вдається увійти? twitter: Twitter @@ -240,7 +240,7 @@ loginRequiredRedirect: 'Вас було перенаправлено на сто various: Різне sewing: Шиття examples: Приклади -by: by +by: від years: Роки pricing: Ціни createFirst: Розпочніть зі створення нової викрійки @@ -257,9 +257,9 @@ hideDetails: Приховати подробиці clickBelowToLogOut: Тицьніть знизу для виходу compare: Порівняти savePattern: Зберегти викрійку -recreate: Recreate -recreateThing: Recreate {thing} -recreateThingForPerson: Recreate {thing} for {person} +recreate: Відтворити +recreateThing: Відтворити {thing} +recreateThingForPerson: Відтворити {thing} для {person} seeYouLaterUser: До зустрічі, {user} exportForPrinting: Експортувати для друку exportForEditing: Експортувати для коригування @@ -304,7 +304,7 @@ saveThing: 'Зберегти {thing}' shareThing: 'Поширити {thing}' link: Посилання cloneThing: 'Копіювати {thing}' -cloneDescription: Створити точну копію, використовуючи заміри вихідної викрійки. +cloneDescription: Відтворити точну копію, використовуючи заміри вихідної викрійки. furtherReading: Подальше вивчення saveAsNewPattern: Зберегти як нову викрійку saveAsNewPattern-txt: Збережіть цю викрійку/копію в своєму обліковому записі FreeSewing @@ -322,8 +322,8 @@ savePattern-txt: Збережіть цю викрійку в своєму обл comparePattern: Порівняти викрійку showPattern: Показати викрійку comparePattern-txt: Порівняйте свою викрійку зі стандартизованими розмірами для того, щоб побачити можливі проблеми моделювання -recreatePattern: Створити нову викрійку -recreatePattern-txt: Оберіть іншу людину та повторно створіть викрійку для неї +recreatePattern: Відтворити викрійку +recreatePattern-txt: Оберіть іншу людину та відтворіть цю викрійку для неї editOwnPatternsOnly: Ви можете коригувати лише свої викрійки editOwnPatternsOnly-txt: Ви не можете скоригувати цю викрійку, бо вона не Ваша. Але Ви можете використувати її як базу для створення власної викрійки. updateNotes-txt: Оновлюйте нотатки до Ваших викрійок From 0eab03d8e2d0b99ef7b1b4d406b681e0f527a1c1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 19:48:06 +0200 Subject: [PATCH 1586/1675] New translations measurements.yaml (Ukrainian) --- packages/i18n/src/locales/uk/measurements.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/i18n/src/locales/uk/measurements.yaml b/packages/i18n/src/locales/uk/measurements.yaml index 039b81e61c6..c2f2c64e929 100644 --- a/packages/i18n/src/locales/uk/measurements.yaml +++ b/packages/i18n/src/locales/uk/measurements.yaml @@ -5,22 +5,22 @@ bustFront: Передній напівобхват грудей bustPointToUnderbust: Центр грудей до підгруддя bustSpan: Центр грудей chest: Обхват грудей -crossSeam: Cross seam -crossSeamFront: Cross seam front +crossSeam: Посадка +crossSeamFront: Посадка спереду head: Обхват голови heel: Обхват підйому highBustFront: Напівобхват над грудьми highBust: Обхват над грудьми -hips: Hips circumference +hips: Обхват тазу hpsToBust: Від плеча до грудей hpsToWaistBack: Від плеча до талії ззаду hpsToWaistFront: Від плеча до талії спереду -inseam: Inseam -knee: Knee circumference -neck: Neck circumference -seat: Seat circumference -seatBack: Seat back -crotchDepth: Crotch depth +inseam: Внутрішній шов +knee: Обхват коліна +neck: Обхват шиї +seat: Обхват стегон +seatBack: Напівобхват стегон +crotchDepth: Висота сидіння shoulderSlope: Нахил плеча shoulderToElbow: Від плеча до ліктя shoulderToShoulder: Ширина плечей From 3f0626516a60c298244a483d4e9510f3c22b339f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 19:48:07 +0200 Subject: [PATCH 1587/1675] New translations patterns.yml (Ukrainian) --- packages/i18n/src/locales/uk/patterns.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/i18n/src/locales/uk/patterns.yml b/packages/i18n/src/locales/uk/patterns.yml index 4bb4fc9122c..9f63ce69186 100644 --- a/packages/i18n/src/locales/uk/patterns.yml +++ b/packages/i18n/src/locales/uk/patterns.yml @@ -120,7 +120,7 @@ trayvon: description: Trayvon is a tie that cuts no corners for a professional result. title: Галстук Трейвон unice: - description: Unice is a variant of Ursula; A basic, highly-customizable underwear pattern. + description: Юніс – це варіант Урсули. Базова, багатофункціональна викрійка трусів. title: Труси Юніс ursula: description: Урсула – це викрійка базових трусів з великою кількістю налаштувань дизайну. @@ -129,11 +129,11 @@ wahid: description: Вахід – це класичний облягаючий жилет. title: Жилет Вахід walburga: - description: Walburga is a tabard/surcoat, a historical garment from medieval Europe - title: Walburga Wappenrock + description: Валбурга – це гербова накидка; елемент одягу середньовічної Європи. + title: Туніка Валбурга waralee: - description: Waralee are wrap pants. - title: Waralee wrap pants + description: Варалі – це штани з запахом. + title: Штани з запахом Варалі yuri: description: Юрі – це екстравагантний кардиган без блискавки, оснований на худі Хьюі та Хьюго. title: Худі Юрі From 99641da02b8e7a0fe62bc04b35c9331c2d31a969 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 19:48:08 +0200 Subject: [PATCH 1588/1675] New translations settings.yml (Ukrainian) --- packages/i18n/src/locales/uk/settings.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/i18n/src/locales/uk/settings.yml b/packages/i18n/src/locales/uk/settings.yml index 1f6878004e2..4c9de92e597 100644 --- a/packages/i18n/src/locales/uk/settings.yml +++ b/packages/i18n/src/locales/uk/settings.yml @@ -1,37 +1,37 @@ --- advanced: title: Режим фахівця - description: Controls whether or not to display advanced settings and pattern options + description: Визначає показ додаткових налаштувань та налаштувань викрійки paperless: title: Без паперу - description: Drafts a pattern with all dimensions included so you can transfer it on fabric or another medium without the need to print + description: Створює викрійку з урахуванням масштабу для перенесення на тканину чи інший матеріал без потреби друку sa: title: Припуск на шов - description: Controls the amount of seam allowance included in your pattern + description: Визначає розмір припусків на шви в Вашій викрійці locale: title: Мова - description: Determines the language used on your pattern + description: Визначає мову на викрійці only: title: Зміст - description: Allows you to control which pattern parts will be included in your pattern + description: Дозволяє керувати тим, які елементи викрійки відображуватимуться на Вашій викрійці units: title: Одиниці виміру - description: Controls the units used on your pattern + description: Керує одиницями вимірювання на викрійці margin: title: Відступ description: Контролює відступ навколо елементів викрійки complete: - title: Detail - description: Controls how detailed the pattern is; Either a complete pattern with all details, or a basic outline of the pattern parts + title: Докладність + description: 'Керує докладність викрійки: відображувати повноцінну викрійку з усіма подробицями чи лише основний контур елементів викрійки' layout: title: Макет - description: Controls how the individual pattern parts are placed on your pattern + description: Керує подальше розташування окремих елементів викрійки на матеріалі debug: title: Налагодження - description: Enable debug to gain additional info about how your pattern was created + description: Увімкнути налагодження для отримання додаткової інформації щодо способу створення викрійки scale: title: Масштаб - description: Controls the overall line width, font size, and other elements that do not scale with the pattern's measurements + description: Керує ширину контуру, кегль шрифту та інші елементи, які не масштабуються відповідно до замірів викрійки renderer: title: Render engine description: Controls how the pattern is rendered (drawn) on the screen From dd0d1c687c2bea89bd5bb516b3bcb18805e3c997 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 19:48:09 +0200 Subject: [PATCH 1589/1675] New translations cfp.yaml (Ukrainian) --- packages/i18n/src/locales/uk/cfp.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/i18n/src/locales/uk/cfp.yaml b/packages/i18n/src/locales/uk/cfp.yaml index 346565ee5e5..f9aee0501d7 100644 --- a/packages/i18n/src/locales/uk/cfp.yaml +++ b/packages/i18n/src/locales/uk/cfp.yaml @@ -6,8 +6,8 @@ patternName: Назва викрійки patternType: Тип викрійки patternCreated: Ваш каркас викрійки створено у runTheseCommands: Щоб розпочати, запустіть цю команду -startRollup: In one terminal, start the rollup bundler in watch mode -startWebpack: "It will enter the 'example' folder, and start the development environment." +startRollup: У одному терміналі запустіть ролап у режимі перегляду +startWebpack: "Це відкриє папку \"приклад\" та запустить девелопмент." devDocsAvailableAt: Документація для розробників доступна за адресою talkToUs: Для запитань, відгуків чи пропозицій, приєднуйтесь до нашого серверу в Discord draftYourPattern: Створіть Вашу викрійку @@ -15,13 +15,13 @@ testYourPattern: Протестувати Вашу викрійку draftThing: 'Створити {thing}' testThing: 'Протестувати {thing}' renderInBrowser: Натисніть нижче, щоб відобразити Вашу викрійку у браузері. -weWillReRender: When you make changes, we will re-render for you. +weWillReRender: Коли Ви виконаєте зміни, ми перезавантажимо зображення для Вас. youCan: Ви можете enterMeasurements: Ввести вимірювання вручну -preloadMeasurements: Preload a set of measurements +preloadMeasurements: Завантажити набір мірок size: Розмір -noRequiredMeasurements: This pattern has no required measurements -howtoAddMeasurements: To require measurements, add them to the measurements section of the pattern's configuration file. +noRequiredMeasurements: Ця викрійка не потребує замірів +howtoAddMeasurements: Щоб додати бажані мірки, додайте їх у секцію заміри у файлі конфігурації викрійки. seeDocsAt: Документація по цій темі доступна за адресою clearDesignMode: Очистити режим дизайну designMode: Режим дизайну From 12d3db97ea27ba25ea2ffb9eb12ac51fa32e884b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 19:48:10 +0200 Subject: [PATCH 1590/1675] New translations cty.yaml (Ukrainian) --- packages/i18n/src/locales/uk/cty.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/cty.yaml b/packages/i18n/src/locales/uk/cty.yaml index dc7ac30fa2a..cf71d775ed9 100644 --- a/packages/i18n/src/locales/uk/cty.yaml +++ b/packages/i18n/src/locales/uk/cty.yaml @@ -3,14 +3,14 @@ wafsHashtag: WeAreFreeSewing weAreACommunityOfMakers: Ми - спільнота ремісників weProvideMtmSewingPatterns: Ми надаємо викрійки, адаптовані під надані Вами заміри isAPatron: є патроном -contributesWith: contributes with +contributesWith: співпрацює з communityBuilding: Створення спільноти development: Розробка patternTesting: Тестування викрійок patternDesign: Дизайн викрійок support: Підтримка translation: Переклад -writing: Writing +writing: Письмо whereToFindUs: Де нас знайти whoWeAre: Про нас community: Спільнота From e4bdce8e4b14f29fd0faab97659a09434d9f4f96 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 20:51:37 +0200 Subject: [PATCH 1591/1675] New translations optiongroups.yaml (Ukrainian) --- packages/i18n/src/locales/uk/optiongroups.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/optiongroups.yaml b/packages/i18n/src/locales/uk/optiongroups.yaml index 586920fe967..d4fc1c85335 100644 --- a/packages/i18n/src/locales/uk/optiongroups.yaml +++ b/packages/i18n/src/locales/uk/optiongroups.yaml @@ -16,7 +16,7 @@ style: Стиль backPockets: Задні кишені frontPockets: Передні кишені waistband: Резинка на талії -fly: Fly +fly: Гульфик bellaDarts: Виточки Белла bellaArmhole: Пройма Белла bellaAdvanced: Додатково Белла From 91ef1317080932c1d437a5c3bd783c6b66e3b49d Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 20:51:38 +0200 Subject: [PATCH 1592/1675] New translations parts.yaml (Ukrainian) --- packages/i18n/src/locales/uk/parts.yaml | 48 ++++++++++++------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/i18n/src/locales/uk/parts.yaml b/packages/i18n/src/locales/uk/parts.yaml index d775fdcb672..3e34fd171e8 100644 --- a/packages/i18n/src/locales/uk/parts.yaml +++ b/packages/i18n/src/locales/uk/parts.yaml @@ -3,56 +3,56 @@ back: Спина backBase: Основа спинки backPocketWelt: Задня прорізна кишеня base: База -bentBack: Bent back -bentBase: Bent base -bentFront: Bent front -bentSleeve: Bent sleeve -bentTopSleeve: Bent top sleeve -bentUnderSleeve: Bent under sleeve -buttonholePlacket: Buttonhole placket -buttonPlacket: Button placket +bentBack: Спина Бент +bentBase: Основа Бент +bentFront: Перед Бент +bentSleeve: Рукав Бент +bentTopSleeve: Верх рукава Бент +bentUnderSleeve: Низ рукава Бент +buttonholePlacket: Деталь під отвір для ґудзика +buttonPlacket: Деталь під ґудзик collar: Комір collarStand: Стоячий комір cuff: Манжет fabricTail: Fabric tail fabricTip: Fabric tip -frontBase: Front base -frontFacing: Front facing -front: Front -frontLeft: Front left -frontLining: Front lining -frontRight: Front right -gusset: Gusset +frontBase: Низ переду +frontFacing: Лицьовий бік +front: Переднє полотнище +frontLeft: Лівий бік переду +frontLining: Перед підкладки +frontRight: Правий бік переду +gusset: Ластовиця hoodCenter: Центр капюшону hood: Капюшон hoodSide: Сторона капюшону -inset: Inset +inset: Вставка interfacingTail: Interfacing tail interfacingTip: Interfacing tip liningTail: Lining tail liningTip: Lining tip -loop: Loop +loop: Петелька panel1: Панель 1 panel2: Панель 2 panel3: Панель 3 panel4: Панель 4 panel5: Панель 5 panel6: Панель 6 -panels: Панель +panels: Панелі pocketBag: Pocket bag pocketFacing: Pocket facing pocketInterfacing: Pocket interfacing pocket: Кишеня pocketWelt: Pocket welt -side: Side +side: Бік sleeveBase: Sleeve base -sleevecap: Sleevecap +sleevecap: Окат рукава sleevePlacketOverlap: Sleeve placket overlap sleevePlacketUnderlap: Sleeve placket underlap sleeve: Рукав -topSleeve: Topsleeve -top: Top -underCollar: Under collar -underSleeve: Undersleeve +topSleeve: Верх рукава +top: Верх +underCollar: Підборт +underSleeve: Низ рукава waistband: Резинка на талії yoke: Кокетка From b8c6b59bfd01c997280aaea949f3e1b5ea5b5815 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 20:51:40 +0200 Subject: [PATCH 1593/1675] New translations patterns.yml (Ukrainian) --- packages/i18n/src/locales/uk/patterns.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/i18n/src/locales/uk/patterns.yml b/packages/i18n/src/locales/uk/patterns.yml index 9f63ce69186..8c76ff6a0a5 100644 --- a/packages/i18n/src/locales/uk/patterns.yml +++ b/packages/i18n/src/locales/uk/patterns.yml @@ -12,7 +12,7 @@ bella: description: Белла є викрійкою-основою з виточками. title: Викрійка-основа Белла benjamin: - description: Бенджамін – це викрійка галстука-метелика з чотирьма різними формами. + description: Бенджамін – це викрійка краватки-метелика з чотирьма різними формами. title: Галстук-метелик Бенджамін bent: description: Ця двочастинна викрійка є основою для викрійок пальто та піджаків. @@ -48,8 +48,8 @@ diana: description: Діана – це топ з горловиною-хомутом. title: Топ з горловиною-хомутом Діана florent: - description: 'Florent is a flat cap, a rounded cap with a small stiff brim in front.' - title: Florent flat cap + description: 'Флорент – це пласка кепка, заокруглена кепка з невеликим твердим козирцем спереду.' + title: Пласка кепка Флорент florence: description: 'Флоренс – це маска для обличчя.' title: Маска Флоренс @@ -57,8 +57,8 @@ hi: description: Найдружелюбніша акула у світі. title: Акула Куку holmes: - description: 'For Sherlock Holmes cosplay or just a cute hat.' - title: Holmes deerstalker hat + description: 'Для косплею Шерлока Холмса, або просто як мила шапочка.' + title: Шапка Холмс hortensia: description: 'Гортензія – це ручна сумка.' title: Ручна сумка Гортензія @@ -117,8 +117,8 @@ titan: description: Титан – це викрійка-основа штанів без виточок. title: Викрійка-основа штанів Титан trayvon: - description: Trayvon is a tie that cuts no corners for a professional result. - title: Галстук Трейвон + description: Трейвон – це краватка, яка робиться без відрізання кутів для професіонального вигляду. + title: Краватка Трейвон unice: description: Юніс – це варіант Урсули. Базова, багатофункціональна викрійка трусів. title: Труси Юніс From 611e776e3cf29fef9204581c9d6c6523f85ce2e1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 20:51:41 +0200 Subject: [PATCH 1594/1675] New translations aaron.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml b/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml index c08aa20d36c..5353abebd67 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml @@ -1,5 +1,5 @@ --- -cutOneStripToFinishTheNeckOpening: Cut one strip to finish the neck opening -cutTwoStripsToFinishTheArmholes: Cut two strips to finish the armholes -length: Length -width: Width +cutOneStripToFinishTheNeckOpening: Виріжте одну смугу для обробки горловини +cutTwoStripsToFinishTheArmholes: Виріжте дві смуги для обробки пройми +length: Довжина +width: Ширина From 8d73373ceb85c864e3e2b4896f8734a3fa13b0f4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 20:51:42 +0200 Subject: [PATCH 1595/1675] New translations brian.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/brian.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml b/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml index fdff8e036e4..4f1941f8a7e 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml @@ -1,4 +1,4 @@ --- -back: Back -front: Front -sleeve: Sleeve +back: Зад +front: Перед +sleeve: Рукав From 67a74acf777254ab7ac922f0df9f9265c553b9a5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 20:51:43 +0200 Subject: [PATCH 1596/1675] New translations bruce.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml b/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml index ac9c8766c9d..790f9a64c44 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml @@ -1,3 +1,3 @@ --- -inset: Inset -side: Side +inset: Вставка +side: Бік From 39d255f6f2a30a0159424060832774b855f04588 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 20:51:44 +0200 Subject: [PATCH 1597/1675] New translations settings.yml (Ukrainian) --- packages/i18n/src/locales/uk/settings.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/i18n/src/locales/uk/settings.yml b/packages/i18n/src/locales/uk/settings.yml index 4c9de92e597..0f1ee3b479d 100644 --- a/packages/i18n/src/locales/uk/settings.yml +++ b/packages/i18n/src/locales/uk/settings.yml @@ -33,9 +33,9 @@ scale: title: Масштаб description: Керує ширину контуру, кегль шрифту та інші елементи, які не масштабуються відповідно до замірів викрійки renderer: - title: Render engine - description: Controls how the pattern is rendered (drawn) on the screen + title: Двигун відтворювання + description: Керує відтворення викрійки на екрані xray: - title: X-ray - description: Look under the hood with FreeSewing's X-ray mode + title: Рентген + description: Зазирніть за лаштунки з рентгенівським режимом FreeSewing From 36932b10777eecc657d32f10df0583408992984e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 20:51:45 +0200 Subject: [PATCH 1598/1675] New translations cfp.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml b/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml index c724ad428bc..24e032f612e 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml @@ -1,2 +1,2 @@ --- -hello: Hello +hello: Привіт From 2e0abeb0ef83642870928066a03eea637b00f436 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 20:51:46 +0200 Subject: [PATCH 1599/1675] New translations cornelius.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml b/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml index cb47251adbd..b2948e35b8b 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml @@ -1,3 +1,3 @@ --- -Vent: Vent +Vent: Виріз PocketFacing: Pocket facing From 9454b8089a4156e4af5361bb59a32e4f49b86e84 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:24:56 +0200 Subject: [PATCH 1600/1675] New translations aaron.yml (Ukrainian) --- .../i18n/src/locales/uk/options/aaron.yml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/aaron.yml b/packages/i18n/src/locales/uk/options/aaron.yml index 65873840ca8..e9071771f11 100644 --- a/packages/i18n/src/locales/uk/options/aaron.yml +++ b/packages/i18n/src/locales/uk/options/aaron.yml @@ -1,25 +1,25 @@ --- armholeDrop: - title: Armhole drop - description: Lower the armhole by this amount. Negative values will raise it. + title: Спуск пройми + description: Опускає пройму на обрану відстань. Негативний показик підіймає пройму. backlineBend: - title: Back armhole shape - description: Determines the shape/bend of the back of the armholes. + title: Задня частина пройми + description: Визначає форму/криву задньої частини пройми. hipsEase: - title: Hips ease - description: The amount of ease at your hips. + title: Свобода облягяння на животі + description: Відсоток свободи облягання на животі. necklineBend: - title: Neckline shape - description: Determines the shape/bend of the neckline at the front. + title: Форма горловини + description: Визначає форму/криву горловини спереду. necklineDrop: - title: Neckline drop - description: The amount the neck is cutout at the front. + title: Спуск горловини + description: Процент відкриття шиї спереду. shoulderStrapPlacement: - title: Shoulderstrap placement - description: Determines whether the shoulder strap is placed closer to the neck (lower numbers) or the shoulder (higher numbers). + title: Розташування лямки + description: Визначає розташування лямки ближче до шиї (нижчі номери) або ближче до плеча (вищі номери). shoulderStrapWidth: - title: Shoulderstrap width - description: The width of the shoulder straps. + title: Ширина лямки + description: Визначає ширину лямок. stretchFactor: - description: Determines the horizontal negative ease. - title: Stretch + description: Визначає горизонтальне зменшення свободи облягання. + title: Розтяжність From f5d4d7c55c0373797241353c62c7dba4723ff06f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:24:57 +0200 Subject: [PATCH 1601/1675] New translations parts.yaml (Ukrainian) --- packages/i18n/src/locales/uk/parts.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/i18n/src/locales/uk/parts.yaml b/packages/i18n/src/locales/uk/parts.yaml index 3e34fd171e8..01bdde5e923 100644 --- a/packages/i18n/src/locales/uk/parts.yaml +++ b/packages/i18n/src/locales/uk/parts.yaml @@ -1,7 +1,7 @@ --- back: Спина backBase: Основа спинки -backPocketWelt: Задня прорізна кишеня +backPocketWelt: Листочка задньої кишені base: База bentBack: Спина Бент bentBase: Основа Бент @@ -12,7 +12,7 @@ bentUnderSleeve: Низ рукава Бент buttonholePlacket: Деталь під отвір для ґудзика buttonPlacket: Деталь під ґудзик collar: Комір -collarStand: Стоячий комір +collarStand: Стійка під комір cuff: Манжет fabricTail: Fabric tail fabricTip: Fabric tip @@ -43,12 +43,12 @@ pocketBag: Pocket bag pocketFacing: Pocket facing pocketInterfacing: Pocket interfacing pocket: Кишеня -pocketWelt: Pocket welt +pocketWelt: Кишенькова листочка side: Бік sleeveBase: Sleeve base sleevecap: Окат рукава -sleevePlacketOverlap: Sleeve placket overlap -sleevePlacketUnderlap: Sleeve placket underlap +sleevePlacketOverlap: Верх шліца +sleevePlacketUnderlap: Низ шліца sleeve: Рукав topSleeve: Верх рукава top: Верх From 1783b65eea0d6e30b07ad6c23b46ce5ff4c97678 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:24:58 +0200 Subject: [PATCH 1602/1675] New translations hugo.yaml (Ukrainian) --- .../i18n/src/locales/uk/plugin/patterns/hugo.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml b/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml index 97b85424853..d799a46aab1 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml @@ -1,7 +1,7 @@ --- -cuff: Cuff -hoodCenter: Hood center -hoodSide: Hood side -pocketFacing: Pocket facing -pocket: Pocket -waistband: Waistband +cuff: Манжет +hoodCenter: Центр капюшону +hoodSide: Бік капюшону +pocketFacing: Зовнішня частина кишені +pocket: Кишеня +waistband: Резинка на талії From c887390c5e529d01e93bf8941be40f24ff643b43 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:24:59 +0200 Subject: [PATCH 1603/1675] New translations simon.yaml (Ukrainian) --- .../src/locales/uk/plugin/patterns/simon.yaml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml b/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml index f2a22370bbd..8aa126743e8 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml @@ -1,13 +1,13 @@ --- -buttonholePlacket: Buttonhole placket -buttonPlacket: Button placket -collarAndUndercollar: Collar and Undercollar -collarStand: Collar stand -cutUndercollarSlightlySmaller: Cut undercollar slightly smaller -frontLeft: Front left -frontRight: Front right -sideOfTheCollarStand: Side of the collar stand +buttonholePlacket: Деталь під отвір для ґудзика +buttonPlacket: Деталь під ґудзик +collarAndUndercollar: Комір та Внутрішній комір +collarStand: Стійка під комір +cutUndercollarSlightlySmaller: Виріжте внутрішню частину коміру трошки меншою +frontLeft: Перед зліва +frontRight: Перед справа +sideOfTheCollarStand: Бік стійки під комір sleevePlacketOverlap: Sleeve placket overlap sleevePlacketUnderlap: Sleeve placket underlap -yoke: Yoke -matchHere: Match fabric along this line +yoke: Кокетка +matchHere: З'єднайте візерунок тканини по цій лінії From d515f0afd9faabe558c989ccadbd24a81588c5f1 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:25:00 +0200 Subject: [PATCH 1604/1675] New translations jargon.yml (Ukrainian) --- packages/i18n/src/locales/uk/jargon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/jargon.yml b/packages/i18n/src/locales/uk/jargon.yml index ccab02bdaaa..21b1cb3912e 100644 --- a/packages/i18n/src/locales/uk/jargon.yml +++ b/packages/i18n/src/locales/uk/jargon.yml @@ -12,8 +12,8 @@ darts: term: виточки description: "Дивіться Виточки уДокументація до шиття" doubleWeltPockets: - term: прорізна кишеня - description: "Дивіться Прорізна кишеня уДокументація до шиття" + term: кишеня з подвійною листочкою + description: "Дивіться Кишеня з подвійною листочкою уДокументація до шиття" ease: term: свобода облягання description: "Дивіться Свобода облягання у Документація до шиття" From c0269e7d2bbe48b29328add9fdc8d70aec4c349a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:25:01 +0200 Subject: [PATCH 1605/1675] New translations teagan.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml b/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml index 10c191ba048..8ade8b05699 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml @@ -1,2 +1,2 @@ --- -fullLengthFromHps: Full length (from HPS) +fullLengthFromHps: Повна довжина (від ВТП) From 3f70b25fd9f9954ed672993548b70aae6ae4a44e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:25:02 +0200 Subject: [PATCH 1606/1675] New translations albert.yml (Ukrainian) --- .../i18n/src/locales/uk/options/albert.yml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/albert.yml b/packages/i18n/src/locales/uk/options/albert.yml index a4874e0a859..f8b5dedae55 100644 --- a/packages/i18n/src/locales/uk/options/albert.yml +++ b/packages/i18n/src/locales/uk/options/albert.yml @@ -1,20 +1,20 @@ --- backOpening: - title: Back opening - description: Controls the opening at the back of the apron + title: Відкриття спини + description: Контролює відкриття на задній частині фартука chestDepth: - title: Strap length - description: Controls the length of the straps + title: Довжина лямки + description: Контролює довжину лямки lengthBonus: - title: Length bonus - description: Controls the length of the apron + title: Додаткова довжина + description: Контролює довжину фартука bibLength: - title: Bib length - description: Controls the length of the bib + title: Довжина нагрудної пройми + description: Контролює довжину нагрудної пройми bibWidth: - title: Bib width - description: Controls the width of the bib + title: Ширина нагрудної пройми + description: Контролює ширину нагрудної пройми strapWidth: - title: Strap width - description: Controls the width of the strap + title: Ширина лямки + description: Контролює ширину лямки From cda75e51409eebbd1683b973cb0de6b92e937c0e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:25:03 +0200 Subject: [PATCH 1607/1675] New translations bella.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bella.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/bella.yml b/packages/i18n/src/locales/uk/options/bella.yml index b905e285328..505a4038cdb 100644 --- a/packages/i18n/src/locales/uk/options/bella.yml +++ b/packages/i18n/src/locales/uk/options/bella.yml @@ -1,15 +1,15 @@ --- chestEase: - title: Chest ease - description: Controls the amount of ease at the fullest part of your chest + title: Свобода облягання на грудях + description: Контролює свободу облягання на найбільшій частині грудей waistEase: - title: Waist ease - description: Controls the amount of ease at your waist + title: Свобода облягання на талії + description: Контролює свободу облягання на талії bustSpanEase: - title: Bust span ease - description: Controls the amount of (horizontal) ease added to your bust span when locating the bust point. + title: Свобода облягання центру грудей + description: Контролює горизонтальну свободу облягання на центрі грудей. shoulderToShoulderEase: - title: Shoulder to Shoulder ease + title: Свобода облягання ширини плечей description: Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry. fullChestEaseReduction: title: Full chest ease reduction From 06674e0c6bf9b095a6c979663753d83e6b64d46c Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:25:04 +0200 Subject: [PATCH 1608/1675] New translations hortensia.yaml (Ukrainian) --- .../locales/uk/plugin/patterns/hortensia.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml b/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml index d4dc18ff506..8a9cb81dd01 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml @@ -1,10 +1,10 @@ --- -SidePanel: Side Panel -FrontBackPanel: Front and Back Panel -BottomPanel: Bottom Panel -ZipperPanel: Zipper Panel -Strap: Handle -strapLength: Length of the Handles -handleWidth: Width of the handles -zipperSize: Standard zipper size -SidePanelReinforcement: Side Reinforcement Panel +SidePanel: Бокова панель +FrontBackPanel: Передня та задня панель +BottomPanel: Нижня панель +ZipperPanel: Панель під блискавку +Strap: Ручка +strapLength: Довжина ручок +handleWidth: Ширина ручок +zipperSize: Стандартний розмір блискавки +SidePanelReinforcement: Бокова підкріплююча панель From a22ef92a3ab2648d80312bb0f70413c8a10630a8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:25:05 +0200 Subject: [PATCH 1609/1675] New translations cornelius.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml b/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml index b2948e35b8b..19d64b6bfcf 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml @@ -1,3 +1,3 @@ --- Vent: Виріз -PocketFacing: Pocket facing +PocketFacing: Зовнішня частина кишені From 8d59b1648ee5763ae810fb17a7c10579b17f0dca Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:25:06 +0200 Subject: [PATCH 1610/1675] New translations ursula.yaml (Ukrainian) --- packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml b/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml index 3eb3a16e620..82f51e4ccac 100644 --- a/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml +++ b/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml @@ -1,3 +1,3 @@ --- -cutTwoPiecesOfElasticToFinishTheLegOpenings: Cut two pieces of elastic to finish the leg openings -cutOnePieceOfElasticToFinishTheWaistBand: Cut one piece of elastic to finish the waist band +cutTwoPiecesOfElasticToFinishTheLegOpenings: Виріжте два шматочка гумки (резинки) щоб завершити зріз низу +cutOnePieceOfElasticToFinishTheWaistBand: Виріжте один шматок гумки (резинки) щоб завершити пояс From 98f9079e2974fb4ec853fed5618a63b00c062e27 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 22:25:07 +0200 Subject: [PATCH 1611/1675] New translations bee.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bee.yml | 108 +++++++++---------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/bee.yml b/packages/i18n/src/locales/uk/options/bee.yml index 61d83ec178e..4068a7cbf1a 100644 --- a/packages/i18n/src/locales/uk/options/bee.yml +++ b/packages/i18n/src/locales/uk/options/bee.yml @@ -1,82 +1,82 @@ --- chestEase: - title: Chest ease - description: Controls the chest ease in the underlying Bella block Bee is based on + title: Свобода облягання на грудях + description: Контролює свободу облягання грудей у викрійці-основі Белла, на якій основана Бі waistEase: - title: Waist ease - description: Controls the waist ease in the underlying Bella block Bee is based on + title: Свобода облягання на талії + description: Контролює свободу облягання талії у викрійці-основі Белла, на якій основана Бі bustSpanEase: - title: Bust span ease - description: Controls the bust span ease in the underlying Bella block Bee is based on + title: Свобода облягання центру грудей + description: Контролює свободу облягання центру грудей у викрійці-основі Белла, на якій основана Бі topDepth: - title: Top Depth - description: Controls how far the bikini cup extends upwards + title: Глибина верху + description: Контролює, як високо чашка піднімається наверх bottomCupDepth: - title: Bottom depth - description: Controls how far the bikini cup extends downwards + title: Глибина низу + description: Контролює, як низько чашка опускається вниз sideDepth: - title: Side depth - description: Controls how far the bikini cup extends towards the side + title: Глибина боку + description: Контролює, як далеко чашка збільшується у сторону sideCurve: - title: Side curve - description: Controls the curvature of the side of the bikini cup + title: Дуга лінії боку + description: Контролює дугу сторони чашки frontCurve: - title: Front curve - description: Controls the curvature of the front of the bikini cup + title: Дуга внутрішньої лінії + description: Контролює дугу внутрішньої сторони чашки bellaGuide: - title: Show Bella - description: Shows the outline of the Bella block Bee is based on + title: Показати Беллу + description: Показує контур викрійки-основи Белла, на якій основана Бі ties: - title: Ties - description: Whether to includes ties, yes or no + title: Зав'язки + description: Чи включати до викрійки зав'язки, так чи ні bandTieWidth: - title: Band (chest) tie width - description: Controls the width of the ties around your chest + title: Ширина зав'язок на спині + description: Контролює ширину зав'язок на спині bandTieLength: - title: Band (chest) tie length - description: Controls the length of the ties around your chest + title: Довжина зав'язок на спині + description: Контролює довжину зав'язок на спині bandTieEnds: - title: Band (chest) tie ends - description: Whether you like straight or pointy ends on the ties around your chest + title: Кінчики зав'язок на спині + description: Створює прямі або загострені кінчики на зав'язках bandTieColours: - title: Band (chest) tie length colours - description: Whether you want single color ties around your chest, or dual-coloured ones + title: Кольори зав'язок на спині + description: Створює монохромні або двоколірні зав'язки на спині neckTieWidth: - title: Neck tie width - description: Controls the width of the ties around your chest + title: Ширина зав'язок на шиї + description: Контролює ширину зав'язок навколо шиї neckTieLength: - title: Neck tie length - description: Controls the length of the ties around your chest + title: Довжина зав'язок навколо шиї + description: Контролює довжину зав'язок навколо шиї neckTieEnds: - title: Neck tie ends - description: Whether you like straight or pointy ends on the ties around your chest + title: Кінчики зав'язок навколо шиї + description: Створює прямі або гострі кінчики на зав'язках навколо шиї neckTieColours: - title: Neck tie colours - description: Whether you want single color ties around your chest, or dual-coloured ones + title: Колір зав'язок навколо шиї + description: Створює монохромні або двоколірні зав'язки навколо шиї crossBackTies: - title: Cross back ties - description: Whether you'd like to use the cross back tie variation of Bee + title: Перехресні зав'язки + description: Чи включати до викрійки перехресні зав'язки на спині bandLength: - title: Band Length (Cross back ties) - description: Controls the length of the band around your chest for the cross back ties variation of Bee + title: Довжина резинки (перехресні зав'язки) + description: Контролює довжину резинки навколо спини для версії Бі з перехресними зав'язками backDartHeight: - title: Back dart height (Bella) - description: Controls the back dart height in the underlying Bella block Bee is based on + title: Висота виточки на спині (Белла) + description: Контролює висоту виточки на спині у викрійці-основі Белла, на якій основана Бі armholeDepth: - title: Armhole depth (Bella) - description: Controls the armhole depth in the underlying Bella block Bee is based on + title: Глибина пройми (Белла) + description: Контролює глибину пройми у викрійці-основі Белла, на якій основана Бі frontArmholePitchDepth: - title: Front armhole pitch depth (Bella) - description: Controls the front armhole pitch depth in the underlying Bella block Bee is based on + title: Передній виступ пройми (Белла) + description: Контролює передній виступ пройми у викрійці-основі Белла, на якій основана Бі frontShoulderWidth: - title: Front shoulder width (Bella) - description: Controls the front shoulder width in the underlying Bella block Bee is based on + title: Передня ширина плеча (Белла) + description: Контролює передню ширину плеча у викрійці-основі Белла, на якій основана Бі fullChestEaseReduction: - title: Full chest reduction (Bella) - description: Controls the full chest reduction in the underlying Bella block Bee is based on + title: Зменшення грудної частини (Белла) + description: Контролює зменшення грудної частини у викрійці-основі Белла, на якій основана Бі highBustWidth: - title: High bust width (Bella) - description: Controls the high bust width in the underlying Bella block Bee is based on + title: Ширина над грудьми (Белла) + description: Контролює ширину над грудьми у викрійці-основі Белла, на якій основана Бі shoulderToShoulderEase: - title: Shoulder to Shoulder ease (Bella) - description: Controls the shoulder to shoulder ease in the underlying Bella block Bee is based on + title: Свобода облягання ширини плечей (Белла) + description: Контролює свободу облягання ширини плечей у викрійці-основі Белла, на якій основана Бі From 52d0324710b0e2314477be0e96ea75f085b09017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 20:27:39 +0000 Subject: [PATCH 1612/1675] Bump terser from 4.8.0 to 4.8.1 Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3c246ce0a5f..6de66a1fc6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22786,9 +22786,9 @@ terser-webpack-plugin@^1.2.3, terser-webpack-plugin@^1.4.3: worker-farm "^1.7.0" terser@^4.1.2: - version "4.8.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" - integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== + version "4.8.1" + resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.1.tgz#a00e5634562de2239fd404c649051bf6fc21144f" + integrity sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw== dependencies: commander "^2.20.0" source-map "~0.6.1" From 27ed4a2692ea566eeb2d0464f7ce89b119ed2e09 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Jul 2022 23:31:05 +0200 Subject: [PATCH 1613/1675] New translations bella.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bella.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/options/bella.yml b/packages/i18n/src/locales/uk/options/bella.yml index 505a4038cdb..6e721aa068b 100644 --- a/packages/i18n/src/locales/uk/options/bella.yml +++ b/packages/i18n/src/locales/uk/options/bella.yml @@ -10,7 +10,7 @@ bustSpanEase: description: Контролює горизонтальну свободу облягання на центрі грудей. shoulderToShoulderEase: title: Свобода облягання ширини плечей - description: Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry. + description: Контролює свободу облягання ширини плечей. Початково налаштовано на -5%, бо Белла розроблена як викрійка-основа, що застосовується у швейній індустрії. fullChestEaseReduction: title: Full chest ease reduction description: Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area From d70359b25b592abc93373dd310004645e4cf23db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 04:14:35 +0000 Subject: [PATCH 1614/1675] Bump next from 12.2.2 to 12.2.3 Bumps [next](https://github.com/vercel/next.js) from 12.2.2 to 12.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v12.2.2...v12.2.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 193 ++++++++++++++++++++++++++---------------------------- 1 file changed, 92 insertions(+), 101 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3c246ce0a5f..c5212bd8710 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3112,10 +3112,10 @@ unixify "^1.0.0" yargs "^17.0.0" -"@next/env@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/env/-/env-12.2.2.tgz#cc1a0a445bd254499e30f632968c03192455f4cc" - integrity sha512-BqDwE4gDl1F608TpnNxZqrCn6g48MBjvmWFEmeX5wEXDXh3IkAOw6ASKUgjT8H4OUePYFqghDFUss5ZhnbOUjw== +"@next/env@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/env/-/env-12.2.3.tgz#64f210e74c137d3d9feea738795b055a7f8aebe2" + integrity sha512-2lWKP5Xcvnor70NaaROZXBvU8z9mFReePCG8NhZw6NyNGnPvC+8s+Cre/63LAB1LKzWw/e9bZJnQUg0gYFRb2Q== "@next/eslint-plugin-next@12.2.2": version "12.2.2" @@ -3124,70 +3124,70 @@ dependencies: glob "7.1.7" -"@next/swc-android-arm-eabi@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.2.2.tgz#f6c4111e6371f73af6bf80c9accb3d96850a92cd" - integrity sha512-VHjuCHeq9qCprUZbsRxxM/VqSW8MmsUtqB5nEpGEgUNnQi/BTm/2aK8tl7R4D0twGKRh6g1AAeFuWtXzk9Z/vQ== +"@next/swc-android-arm-eabi@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.2.3.tgz#91388c8ec117d59ee80d2c1d4dc65fdfd267d2d4" + integrity sha512-JxmCW9XB5PYnkGE67BdnBTdqW0SW6oMCiPMHLdjeRi4T3U4JJKJGnjQld99+6TPOfPWigtw3W7Cijp5gc+vJ/w== -"@next/swc-android-arm64@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.2.2.tgz#b69de59c51e631a7600439e7a8993d6e82f3369e" - integrity sha512-v5EYzXUOSv0r9mO/2PX6mOcF53k8ndlu9yeFHVAWW1Dhw2jaJcvTRcCAwYYN8Q3tDg0nH3NbEltJDLKmcJOuVA== +"@next/swc-android-arm64@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.2.3.tgz#9be33553861f6494616b910a23abd5a1b0d7fb4b" + integrity sha512-3l4zXpWnzy0fqoedsFRxzMy/eGlMMqn6IwPEuBmtEQ4h7srmQFHyT+Bk+eVHb0o1RQ7/TloAa+mu8JX5tz/5tA== -"@next/swc-darwin-arm64@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.2.2.tgz#80157c91668eff95b72d052428c353eab0fc4c50" - integrity sha512-JCoGySHKGt+YBk7xRTFGx1QjrnCcwYxIo3yGepcOq64MoiocTM3yllQWeOAJU2/k9MH0+B5E9WUSme4rOCBbpA== +"@next/swc-darwin-arm64@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.2.3.tgz#ce1a5a7320936b2644b765ace3283e5d1676b6a0" + integrity sha512-eutDO/RH6pf7+8zHo3i2GKLhF0qaMtxWpY8k3Oa1k+CyrcJ0IxwkfH/x3f75jTMeCrThn6Uu8j3WeZOxvhto1Q== -"@next/swc-darwin-x64@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.2.2.tgz#12be2f58e676fccff3d48a62921b9927ed295133" - integrity sha512-dztDtvfkhUqiqpXvrWVccfGhLe44yQ5tQ7B4tBfnsOR6vxzI9DNPHTlEOgRN9qDqTAcFyPxvg86mn4l8bB9Jcw== +"@next/swc-darwin-x64@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.2.3.tgz#f70ce07016501c6f823035bc67296b8f80201145" + integrity sha512-lve+lnTiddXbcT3Lh2ujOFywQSEycTYQhuf6j6JrPu9oLQGS01kjIqqSj3/KMmSoppEnXo3BxkgYu+g2+ecHkA== -"@next/swc-freebsd-x64@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-freebsd-x64/-/swc-freebsd-x64-12.2.2.tgz#de1363431a49059f1efb8c0f86ce6a79c53b3a95" - integrity sha512-JUnXB+2xfxqsAvhFLPJpU1NeyDsvJrKoOjpV7g3Dxbno2Riu4tDKn3kKF886yleAuD/1qNTUCpqubTvbbT2VoA== +"@next/swc-freebsd-x64@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-freebsd-x64/-/swc-freebsd-x64-12.2.3.tgz#ccc6fa4588dadec85458091aa19c17bc3e99a10d" + integrity sha512-V4bZU1qBFkULTPW53phY8ypioh3EERzHu9YKAasm9RxU4dj+8c/4s60y+kbFkFEEpIUgEU6yNuYZRR4lHHbUGA== -"@next/swc-linux-arm-gnueabihf@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.2.2.tgz#d5b8e0d1bb55bbd9db4d2fec018217471dc8b9e6" - integrity sha512-XeYC/qqPLz58R4pjkb+x8sUUxuGLnx9QruC7/IGkK68yW4G17PHwKI/1njFYVfXTXUukpWjcfBuauWwxp9ke7Q== +"@next/swc-linux-arm-gnueabihf@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.2.3.tgz#d7a481d3ede14dee85707d0807b4a05cd2300950" + integrity sha512-MWxS/i+XSEKdQE0ZmdYkPPrWKBi4JwMVaXdOW9J/T/sZJsHsLlSC9ErBcNolKAJEVka+tnw9oPRyRCKOj+q0sw== -"@next/swc-linux-arm64-gnu@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.2.2.tgz#3bc75984e1d5ec8f59eb53702cc382d8e1be2061" - integrity sha512-d6jT8xgfKYFkzR7J0OHo2D+kFvY/6W8qEo6/hmdrTt6AKAqxs//rbbcdoyn3YQq1x6FVUUd39zzpezZntg9Naw== +"@next/swc-linux-arm64-gnu@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.2.3.tgz#6d105c971cc0957c25563aa98af475291b4cd8aa" + integrity sha512-ikXkqAmvEcWTzIQFDdmrUHLWzdDAF5s2pVsSpQn9rk/gK1i9webH1GRQd2bSM7JLuPBZSaYrNGvDTyHZdSEYlg== -"@next/swc-linux-arm64-musl@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.2.2.tgz#270db73e07a18d999f61e79a917943fa5bc1ef56" - integrity sha512-rIZRFxI9N/502auJT1i7coas0HTHUM+HaXMyJiCpnY8Rimbo0495ir24tzzHo3nQqJwcflcPTwEh/DV17sdv9A== +"@next/swc-linux-arm64-musl@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.2.3.tgz#bebfe490130e3cb8746a03d35a5a9e23ac0e6f9b" + integrity sha512-wE45gGFkeLLLnCoveKaBrdpYkkypl3qwNF2YhnfvfVK7etuu1O679LwClhCWinDVBr+KOkmyHok00Z+0uI1ycg== -"@next/swc-linux-x64-gnu@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.2.2.tgz#e6c72fa20478552e898c434f4d4c0c5e89d2ea78" - integrity sha512-ir1vNadlUDj7eQk15AvfhG5BjVizuCHks9uZwBfUgT5jyeDCeRvaDCo1+Q6+0CLOAnYDR/nqSCvBgzG2UdFh9A== +"@next/swc-linux-x64-gnu@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.2.3.tgz#84a3d99f9d656fbc139f3a19f9b1baf73877d18f" + integrity sha512-MbFI6413VSXiREzHwYD8YAJLTknBaC+bmjXgdHEEdloeOuBFQGE3NWn3izOCTy8kV+s98VDQO8au7EKKs+bW0g== -"@next/swc-linux-x64-musl@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.2.2.tgz#b9ef9efe2c401839cdefa5e70402386aafdce15a" - integrity sha512-bte5n2GzLN3O8JdSFYWZzMgEgDHZmRz5wiispiiDssj4ik3l8E7wq/czNi8RmIF+ioj2sYVokUNa/ekLzrESWw== +"@next/swc-linux-x64-musl@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.2.3.tgz#a283431f8c6c830b4bd61147094f150ea7deeb6e" + integrity sha512-jMBD0Va6fInbPih/dNySlNY2RpjkK6MXS+UGVEvuTswl1MZr+iahvurmshwGKpjaRwVU4DSFMD8+gfWxsTFs1Q== -"@next/swc-win32-arm64-msvc@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.2.2.tgz#18fa7ec7248da3a7926a0601d9ececc53ac83157" - integrity sha512-ZUGCmcDmdPVSAlwJ/aD+1F9lYW8vttseiv4n2+VCDv5JloxiX9aY32kYZaJJO7hmTLNrprvXkb4OvNuHdN22Jg== +"@next/swc-win32-arm64-msvc@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.2.3.tgz#bab9ba8736d81db128badb70024268469eaa9b34" + integrity sha512-Cq8ToPdc0jQP2C7pjChYctAsEe7+lO/B826ZCK5xFzobuHPiCyJ2Mzx/nEQwCY4SpYkeJQtCbwlCz5iyGW5zGg== -"@next/swc-win32-ia32-msvc@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.2.2.tgz#54936e84f4a219441d051940354da7cd3eafbb4f" - integrity sha512-v7ykeEDbr9eXiblGSZiEYYkWoig6sRhAbLKHUHQtk8vEWWVEqeXFcxmw6LRrKu5rCN1DY357UlYWToCGPQPCRA== +"@next/swc-win32-ia32-msvc@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.2.3.tgz#feea6ada1ba3e897f39ded9f2de5006f4e1c928b" + integrity sha512-BtFq4c8IpeB0sDhJMHJFgm86rPkOvmYI8k3De8Y2kgNVWSeLQ0Q929PWf7e+GqcX1015ei/gEB41ZH8Iw49NzA== -"@next/swc-win32-x64-msvc@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.2.2.tgz#7460be700a60d75816f01109400b51fe929d7e89" - integrity sha512-2D2iinWUL6xx8D9LYVZ5qi7FP6uLAoWymt8m8aaG2Ld/Ka8/k723fJfiklfuAcwOxfufPJI+nRbT5VcgHGzHAQ== +"@next/swc-win32-x64-msvc@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.2.3.tgz#403e1575a84c31cbd7f3c0ecd51b61bc25b7f808" + integrity sha512-huSNb98KSG77Kl96CoPgCwom28aamuUsPpRmn/4s9L0RNbbHVSkp9E6HA4yOAykZCEuWcdNsRLbVVuAbt8rtIw== "@node-redis/bloom@1.0.1": version "1.0.1" @@ -3715,10 +3715,10 @@ escape-string-regexp "^5.0.0" lodash.deburr "^4.1.0" -"@swc/helpers@0.4.2": - version "0.4.2" - resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.2.tgz#ed1f6997ffbc22396665d9ba74e2a5c0a2d782f8" - integrity sha512-556Az0VX7WR6UdoTn4htt/l3zPQ7bsQWK+HqdG4swV7beUCxo/BqmvbOpUkTIm/9ih86LIf1qsUnywNL3obGHw== +"@swc/helpers@0.4.3": + version "0.4.3" + resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.3.tgz#16593dfc248c53b699d4b5026040f88ddb497012" + integrity sha512-6JrF+fdUK2zbGpJIlN7G3v966PQjyx/dPt1T9km2wj+EUBqgrxCk3uX4Kct16MIm9gGxfKRcfax2hVf5jvlTzA== dependencies: tslib "^2.4.0" @@ -16024,7 +16024,7 @@ nanoid@3.3.3: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25" integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w== -nanoid@^3.1.30, nanoid@^3.3.4: +nanoid@^3.3.4: version "3.3.4" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== @@ -16263,30 +16263,30 @@ next-i18next@^11.0.0: react-i18next "^11.18.0" next@latest: - version "12.2.2" - resolved "https://registry.yarnpkg.com/next/-/next-12.2.2.tgz#029bf5e4a18a891ca5d05b189b7cd983fd22c072" - integrity sha512-zAYFY45aBry/PlKONqtlloRFqU/We3zWYdn2NoGvDZkoYUYQSJC8WMcalS5C19MxbCZLUVCX7D7a6gTGgl2yLg== + version "12.2.3" + resolved "https://registry.yarnpkg.com/next/-/next-12.2.3.tgz#c29d235ce480e589894dfab3120dade25d015a22" + integrity sha512-TA0tmSA6Dk6S6kfvCNbF7CWYW8468gZUxr/3/30z4KvAQbXnl2ASYZElVe7q/hBW/1F1ee0tSBlHa4/sn+ZIBw== dependencies: - "@next/env" "12.2.2" - "@swc/helpers" "0.4.2" + "@next/env" "12.2.3" + "@swc/helpers" "0.4.3" caniuse-lite "^1.0.30001332" - postcss "8.4.5" + postcss "8.4.14" styled-jsx "5.0.2" - use-sync-external-store "1.1.0" + use-sync-external-store "1.2.0" optionalDependencies: - "@next/swc-android-arm-eabi" "12.2.2" - "@next/swc-android-arm64" "12.2.2" - "@next/swc-darwin-arm64" "12.2.2" - "@next/swc-darwin-x64" "12.2.2" - "@next/swc-freebsd-x64" "12.2.2" - "@next/swc-linux-arm-gnueabihf" "12.2.2" - "@next/swc-linux-arm64-gnu" "12.2.2" - "@next/swc-linux-arm64-musl" "12.2.2" - "@next/swc-linux-x64-gnu" "12.2.2" - "@next/swc-linux-x64-musl" "12.2.2" - "@next/swc-win32-arm64-msvc" "12.2.2" - "@next/swc-win32-ia32-msvc" "12.2.2" - "@next/swc-win32-x64-msvc" "12.2.2" + "@next/swc-android-arm-eabi" "12.2.3" + "@next/swc-android-arm64" "12.2.3" + "@next/swc-darwin-arm64" "12.2.3" + "@next/swc-darwin-x64" "12.2.3" + "@next/swc-freebsd-x64" "12.2.3" + "@next/swc-linux-arm-gnueabihf" "12.2.3" + "@next/swc-linux-arm64-gnu" "12.2.3" + "@next/swc-linux-arm64-musl" "12.2.3" + "@next/swc-linux-x64-gnu" "12.2.3" + "@next/swc-linux-x64-musl" "12.2.3" + "@next/swc-win32-arm64-msvc" "12.2.3" + "@next/swc-win32-ia32-msvc" "12.2.3" + "@next/swc-win32-x64-msvc" "12.2.3" nice-try@^1.0.4: version "1.0.5" @@ -18139,14 +18139,14 @@ postcss-values-parser@^6.0.2: is-url-superb "^4.0.0" quote-unquote "^1.0.0" -postcss@8.4.5: - version "8.4.5" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95" - integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg== +postcss@8.4.14, postcss@^8.0.2, postcss@^8.4.12, postcss@^8.4.14, postcss@^8.4.4: + version "8.4.14" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" + integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== dependencies: - nanoid "^3.1.30" + nanoid "^3.3.4" picocolors "^1.0.0" - source-map-js "^1.0.1" + source-map-js "^1.0.2" postcss@^7.0.14, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: version "7.0.39" @@ -18156,15 +18156,6 @@ postcss@^7.0.14, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: picocolors "^0.2.1" source-map "^0.6.1" -postcss@^8.0.2, postcss@^8.4.12, postcss@^8.4.14, postcss@^8.4.4: - version "8.4.14" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" - integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== - dependencies: - nanoid "^3.3.4" - picocolors "^1.0.0" - source-map-js "^1.0.2" - prebuild-install@^6.1.4: version "6.1.4" resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.4.tgz#ae3c0142ad611d58570b89af4986088a4937e00f" @@ -21358,7 +21349,7 @@ source-list-map@^2.0.0: resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== -source-map-js@^1.0.1, source-map-js@^1.0.2: +source-map-js@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== @@ -23864,10 +23855,10 @@ urlgrey@1.0.0: dependencies: fast-url-parser "^1.1.3" -use-sync-external-store@1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.1.0.tgz#3343c3fe7f7e404db70f8c687adf5c1652d34e82" - integrity sha512-SEnieB2FPKEVne66NpXPd1Np4R1lTNKfjuy3XdIoPQKYBAFdzbzSZlSn1KJZUiihQLQC5Znot4SBz1EOTBwQAQ== +use-sync-external-store@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a" + integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA== use@^3.1.0: version "3.1.1" From 1823e33712f9935e86581b5e4a45cb85b7dcbbd8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 22 Jul 2022 16:01:15 +0200 Subject: [PATCH 1615/1675] New translations parts.yaml (Ukrainian) --- packages/i18n/src/locales/uk/parts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/parts.yaml b/packages/i18n/src/locales/uk/parts.yaml index 01bdde5e923..75dc8eab44f 100644 --- a/packages/i18n/src/locales/uk/parts.yaml +++ b/packages/i18n/src/locales/uk/parts.yaml @@ -40,7 +40,7 @@ panel5: Панель 5 panel6: Панель 6 panels: Панелі pocketBag: Pocket bag -pocketFacing: Pocket facing +pocketFacing: Зовнішня частина кишені pocketInterfacing: Pocket interfacing pocket: Кишеня pocketWelt: Кишенькова листочка From c92cb4dde61defff42c0f468b32baa70b8b47a44 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 22 Jul 2022 16:01:16 +0200 Subject: [PATCH 1616/1675] New translations benjamin.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/benjamin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/benjamin.yml b/packages/i18n/src/locales/uk/options/benjamin.yml index eb663030f66..e8f30818c3a 100644 --- a/packages/i18n/src/locales/uk/options/benjamin.yml +++ b/packages/i18n/src/locales/uk/options/benjamin.yml @@ -1,7 +1,7 @@ --- adjustmentRibbon: - title: Adjustment ribbon - description: Whether or not to include an adjustment ribbon + title: Рихтувальна тасьма + description: Додавати чи не додавати рихтувальну тасьму в елементи викрійки bandLength: title: Band length description: Length of the band From 11a6ac9b70068c1501bde692bb69007a418de1b7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 22 Jul 2022 17:23:04 +0200 Subject: [PATCH 1617/1675] New translations bent.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bent.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/bent.yml b/packages/i18n/src/locales/uk/options/bent.yml index 273444516db..3569317b092 100644 --- a/packages/i18n/src/locales/uk/options/bent.yml +++ b/packages/i18n/src/locales/uk/options/bent.yml @@ -1,8 +1,8 @@ --- sleeveBend: - title: Sleeve bend - description: Controls the bend of the sleeve at the elbow. + title: Згин рукава + description: Керує кутом згину рукава в лікті. sleevecapHeight: - title: Sleevecap height - description: Controls the height of the sleevecap. + title: Висота окату + description: Керує висотою окату рукава. From 3367b8bafb957a12f1d2b7b63c4f618028520b79 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 22 Jul 2022 17:23:05 +0200 Subject: [PATCH 1618/1675] New translations bruce.yml (Ukrainian) --- .../i18n/src/locales/uk/options/bruce.yml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/bruce.yml b/packages/i18n/src/locales/uk/options/bruce.yml index f247624c825..8fe9ae7c69f 100644 --- a/packages/i18n/src/locales/uk/options/bruce.yml +++ b/packages/i18n/src/locales/uk/options/bruce.yml @@ -1,19 +1,19 @@ --- bulge: - title: Bulge - description: Increase angle to create more room in the front pouch. + title: Пахова вставка + description: Керує кутом пахової вставки для регулювання простору в передній мішковині. legBonus: - title: Leg length bonus - description: Extra length to add to the legs. + title: Додаткова довжина + description: Збільшує загальну довжину по нозі. rise: - title: Rise - description: Amount to raise the waist. A negative value will lower it. + title: Посадка + description: Керує висотою посадки на талії. Негативний показник зробить посадку нижчою. stretch: - title: Stretch - description: The amount of negative ease. + title: Еластичність + description: Керує негативною свободою облягання. legStretch: - title: Leg stretch - description: 'For best results, you want to fit your legs a bit more snugly — say no to gaping.' + title: Обхват ноги + description: 'Для найкращого результату рекомендується дещо туга посадка на нозі — ніяких пройм.' backRise: - title: Back rise - description: Percentage by which the waist will be raised at the back. + title: Посадка ззаду + description: Керує відсотком висоти посадки ззаду. From 5249b67e3ed3c6b9a0d8be5522cb458071165dcd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 22 Jul 2022 17:23:06 +0200 Subject: [PATCH 1619/1675] New translations benjamin.yml (Ukrainian) --- .../i18n/src/locales/uk/options/benjamin.yml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/benjamin.yml b/packages/i18n/src/locales/uk/options/benjamin.yml index e8f30818c3a..2eb789de14a 100644 --- a/packages/i18n/src/locales/uk/options/benjamin.yml +++ b/packages/i18n/src/locales/uk/options/benjamin.yml @@ -6,23 +6,23 @@ bandLength: title: Band length description: Length of the band tipWidth: - title: Tip width - description: Width of the tips + title: Ширина країв + description: Ширина чи висота країв бантика knotWidth: - title: Knot width - description: Width of the knot + title: Ширина вузлика + description: Ширина перемички (місця зав'язування краватки) bowLength: - title: Bow length - description: Length of the bow (when knotted) + title: Довжина бантика + description: Довжина бантика (у зав'язаному стані) bowStyle: - title: Bow style - description: Style of the bow + title: Форма бантика + description: Загальна форма бантика endStyle: - title: End style - description: Style of the bow ends + title: Форма стрічок + description: Форма стрічок під бантиком collarEase: - title: Collar ease - description: The amount of ease at your neck + title: Свобода коміра + description: Свобода облягання коміра навколо шиї ribbonWidth: - title: Ribbon width - description: Width of the ribbon + title: Ширина тасьми + description: Ширина тасьми (стрічки) From f933d17f3c2764a06bf91384b0c8d88c42348f61 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 22 Jul 2022 17:23:07 +0200 Subject: [PATCH 1620/1675] New translations breanna.yml (Ukrainian) --- .../i18n/src/locales/uk/options/breanna.yml | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/breanna.yml b/packages/i18n/src/locales/uk/options/breanna.yml index 5a7b5666ce0..997b2dd4d73 100644 --- a/packages/i18n/src/locales/uk/options/breanna.yml +++ b/packages/i18n/src/locales/uk/options/breanna.yml @@ -1,41 +1,41 @@ --- shoulderDart: - title: Shoulder dart - description: Whether or not to inlude a dart at the shoulder to round the back + title: Плечова виточка + description: Додавати чи не додавати виточку на плечі для заокруглення спини shoulderDartSize: - title: Shoulder dart size - description: The size of the shoulder dart + title: Розмір плечової виточки + description: Ширина (розмір) плечової виточки shoulderDartLength: - title: Shoulder dart length - description: The length of the shoulder dart + title: Довжина плечової виточки + description: Загальна довжина плечової виточки waistDart: - title: Waist dart - description: Whether or not to inlude a dart at the waist to round the back + title: Поясна виточка + description: Додавати чи не додавати виточки на талії для заокруглення спини waistDartSize: - title: Waist dart size - description: The size of the waist dart + title: Розмір поясної виточки + description: Ширина (розмір) виточки на талії waistDartLength: - title: Waist dart length - description: The length of the waist dart + title: Довжина поясної виточки + description: Загальна довжина виточки на талії verticalEase: - title: Vertical ease - description: The amount of ease to distribute along the length of the garment + title: Вертикальна свобода облягання + description: Керує свободою облягання, що розподіляється по довжині виробу waistEase: - title: Waist ease - description: The amount of ease at the waist + title: Свобода облягання на талії + description: Відсоток свободи облягання на талії primaryBustDart: - title: Bust dart - description: Where to place the bust dart to shape the chest + title: Грудна виточка + description: Керує розташуванням виточки для формування ліфу primaryBustDartLength: - title: Bust dart length - description: The length of the bust dart + title: Довжина грудної виточки + description: Загальна довжина виточки на грудях secondaryBustDart: - title: Secondary bust dart - description: Optionally include a secondary bust dart to distribute the shaping of the chest + title: Вторинна грудна виточка + description: За бажанням можна додати вторинну виточку на грудях для подальшого формування ліфу secondaryBustDartLength: - title: Secondary bust dart length - description: The length of the secondary bust dart + title: Довжина вторинної грудної виточки + description: Загальна довжина вторинної виточки на грудях primaryBustDartShaping: - title: Bust darts shaping - description: Controls the balance between the main and secondary bust darts + title: Формування грудних виточок + description: Керує співвідношенням між головними та вторинними виточками на грудях From 888d7d7e2c52923564d44e19fe919c69d02ec8ec Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 22 Jul 2022 17:23:08 +0200 Subject: [PATCH 1621/1675] New translations bob.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bob.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/bob.yml b/packages/i18n/src/locales/uk/options/bob.yml index 8417ed3f364..fd100ed32d3 100644 --- a/packages/i18n/src/locales/uk/options/bob.yml +++ b/packages/i18n/src/locales/uk/options/bob.yml @@ -1,12 +1,12 @@ neckRatio: - title: Neck opening - description: Controls the size of the neck opening relative to the bib size + title: Шийний зріз + description: Керує діаметром шийного зрізу відповідно до розміру слинявчика widthRatio: title: Ширина - description: Controls the width of the bib + description: Керує загальною шириною слинявчика lengthRatio: title: Довжина - description: Controls the length of the bib + description: Керує загальною довжиною слинявчика headSize: title: Розмір голови - description: The head circumference you want the bib to accomodate + description: Обхват голови, на який має налізати слинявчик From 89dd548480a46fa2112aae085f18281af84510e5 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Fri, 22 Jul 2022 17:38:06 +0200 Subject: [PATCH 1622/1675] feat: Migrated issue templates to forms --- .github/ISSUE_TEMPLATE/01_bug-report.yaml | 135 ++++++++++++++++++ .../ISSUE_TEMPLATE/02_feature-request.yaml | 38 +++++ .../03_documentation-update.yaml | 44 ++++++ .../ISSUE_TEMPLATE/04_showcase-template.yaml | 89 ++++++++++++ .../ISSUE_TEMPLATE/05_all-contributors.yaml | 57 ++++++++ .github/ISSUE_TEMPLATE/1_bug-report.md | 21 --- .github/ISSUE_TEMPLATE/2_feature-request.md | 21 --- .../ISSUE_TEMPLATE/3_documentation-update.md | 14 -- .github/ISSUE_TEMPLATE/4_showcase-template.md | 16 --- .github/ISSUE_TEMPLATE/5_all-contributors.md | 29 ---- 10 files changed, 363 insertions(+), 101 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/01_bug-report.yaml create mode 100644 .github/ISSUE_TEMPLATE/02_feature-request.yaml create mode 100644 .github/ISSUE_TEMPLATE/03_documentation-update.yaml create mode 100644 .github/ISSUE_TEMPLATE/04_showcase-template.yaml create mode 100644 .github/ISSUE_TEMPLATE/05_all-contributors.yaml delete mode 100644 .github/ISSUE_TEMPLATE/1_bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/2_feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/3_documentation-update.md delete mode 100644 .github/ISSUE_TEMPLATE/4_showcase-template.md delete mode 100644 .github/ISSUE_TEMPLATE/5_all-contributors.md diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.yaml b/.github/ISSUE_TEMPLATE/01_bug-report.yaml new file mode 100644 index 00000000000..7163615fb77 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_bug-report.yaml @@ -0,0 +1,135 @@ +--- +name: 🐛 Bug report +description: Report a problem, or something that went wrong +title: "[bug]: " +labels: [ "\U0001F41B bug" ] +body: + - type: markdown + attributes: + value: "Bugs happen :shrug: Please complete the information below so we know what's going on :point_down:" + - type: textarea + id: desc + attributes: + label: "What seems to be the problem? 🤔" + description: Please provide a clear and concise description of the problem you encountered + placeholder: | + When I generate a Simone with my dimensions, the corners of the yoke appear malformed. \ + This happens both in the lab as on freesewing.org. Seems to occur only when the `box pleat` option is enabled. + - type: dropdown + id: pkg + attributes: + label: "Design / Plugin / Package 🧐" + description: Do you know what design/plugin/package the bug is in? + multiple: true + options: + - designs/aaron + - designs/albert + - designs/bee + - designs/bella + - designs/benjamin + - designs/bent + - designs/bob + - designs/breanna + - designs/brian + - designs/bruce + - designs/carlita + - designs/carlton + - designs/cathrin + - designs/charlie + - designs/cornelius + - designs/diana + - designs/examples + - designs/florence + - designs/florent + - designs/hi + - designs/holmes + - designs/hortensia + - designs/huey + - designs/hugo + - designs/jaeger + - designs/legend + - designs/lucy + - designs/lunetius + - designs/noble + - designs/paco + - designs/penelope + - designs/plugintest + - designs/rendertest + - designs/sandy + - designs/shin + - designs/simon + - designs/simone + - designs/sven + - designs/tamiko + - designs/teagan + - designs/theo + - designs/tiberius + - designs/titan + - designs/trayvon + - designs/tutorial + - designs/unice + - designs/ursula + - designs/wahid + - designs/walburga + - designs/waralee + - designs/yuri + - plugins/plugin-banner + - plugins/plugin-bartack + - plugins/plugin-bundle + - plugins/plugin-bust + - plugins/plugin-buttons + - plugins/plugin-cutonfold + - plugins/plugin-dimension + - plugins/plugin-export-dxf + - plugins/plugin-flip + - plugins/plugin-gore + - plugins/plugin-grainline + - plugins/plugin-i18n + - plugins/plugin-logo + - plugins/plugin-measurements + - plugins/plugin-mirror + - plugins/plugin-notches + - plugins/plugin-round + - plugins/plugin-scalebox + - plugins/plugin-sprinkle + - plugins/plugin-svgattr + - plugins/plugin-theme + - plugins/plugin-title + - plugins/plugin-validate + - plugins/plugin-versionfree-svg + - packages/components + - packages/config-helpers + - packages/core + - packages/css-theme + - packages/gatsby-remark-jargon + - packages/i18n + - packages/models + - packages/mui-theme + - packages/new-design + - packages/pattern-info + - packages/prettier-config + - packages/rehype-jargon + - packages/remark-jargon + - packages/utils + - type: dropdown + id: patron + attributes: + label: Are you a FreeSewing patron? 😃 + description: "Patrons support us financially :pray: so they get priority" + options: + - "Yes, I am a tier-2 patron ❤️" + - "Yes, I am a tier-4 patron ❤️ 💙" + - "Yes, I am a tier-8 patron ❤️ 💙 💜" + - "No, I am not 😞" + validations: + required: true + - type: textarea + id: extra + attributes: + label: Additional context + description: Add any other context or screenshots about the issue you are facing here. + - type: markdown + attributes: + value: | + Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**. +--- diff --git a/.github/ISSUE_TEMPLATE/02_feature-request.yaml b/.github/ISSUE_TEMPLATE/02_feature-request.yaml new file mode 100644 index 00000000000..51e10143ba5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_feature-request.yaml @@ -0,0 +1,38 @@ +--- +name: 🚀 Feature request +description: Suggest an idea to make FreeSewing better +title: "[feature]: " +labels: [ "\U0001F48E enhancement" ] +body: + - type: markdown + attributes: + value: "You've got a great idea to make FreeSewing better? Tell us all about it :point_down:" + - type: textarea + id: desc + attributes: + label: "What is it that you would like to see happen? 🤔" + description: Please provide a clear and concise description of what you want to happen + placeholder: | + I would like to be able to export patterns as a Gitlab snippet, just like they can be exported as a Github gist + - type: dropdown + id: patron + attributes: + label: Are you a FreeSewing patron? 😃 + description: "Patrons support us financially :pray: so they get priority" + options: + - "Yes, I am a tier-2 patron ❤️" + - "Yes, I am a tier-4 patron ❤️ 💙" + - "Yes, I am a tier-8 patron ❤️ 💙 💜" + - "No, I am not 😞" + validations: + required: true + - type: textarea + id: extra + attributes: + label: Additional context + description: Add any other context or screenshots you think will be helpful here. + - type: markdown + attributes: + value: | + Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**. +--- diff --git a/.github/ISSUE_TEMPLATE/03_documentation-update.yaml b/.github/ISSUE_TEMPLATE/03_documentation-update.yaml new file mode 100644 index 00000000000..36920f336fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_documentation-update.yaml @@ -0,0 +1,44 @@ +--- +description: Suggest updates to FreeSewing documentation or site content +labels: [ "\U0001F44D good first issue", "\U0001F4D6 documentation" ] +name: "📝 Documentation or content update" +title: "[docs]: " +body: + - type: markdown + attributes: + value: "Found an issue in our documentation, a blog post, showcase or other content? Please complete the information below so we can fix it :point_down:" + - type: input + id: url + attributes: + label: "Where can we see the problem? 🤔" + description: Provide a link here to the page to be updated. If the page provides an anchor link to the section of interest (indicated by a chain icon next to a heading) please copy that link if possible. + placeholder: "https://freesewing/docs/patterns/aaron/cutting" + - type: dropdown + id: patron + attributes: + label: Are you a FreeSewing patron? 😃 + description: "Patrons support us financially :pray: so they get priority" + options: + - "Yes, I am a tier-2 patron ❤️" + - "Yes, I am a tier-4 patron ❤️ 💙" + - "Yes, I am a tier-8 patron ❤️ 💙 💜" + - "No, I am not 😞" + validations: + required: true + - type: textarea + id: suggestion + attributes: + label: Suggested content + description: Do you have any changes you'd like to suggest to improve the documentation? + - type: textarea + id: extra + attributes: + label: Additional context + description: Add any other context or screenshots about the issue you found here. + - type: markdown + attributes: + value: Looking to tackle this issue? Check out our [markdown guide](https://freesewing.dev/guides/markdown) to learn how to format documentation. + - type: markdown + attributes: + value: Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**. +--- diff --git a/.github/ISSUE_TEMPLATE/04_showcase-template.yaml b/.github/ISSUE_TEMPLATE/04_showcase-template.yaml new file mode 100644 index 00000000000..0ffcbd3fd54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_showcase-template.yaml @@ -0,0 +1,89 @@ +--- +name: 📸 (request to) add a new Showcase post +description: Add a new showcase on FreeSewing.org +title: "[showcase]: Found a great project to showcase" +labels: [ "\U0001F44D good first issue, \U0001F4F8 showcase, \U0001F917 community" ] +body: + - type: markdown + attributes: + value: "Found a great project/make to showcase? Awesome :tada: Please complete the information below so we can add it to our showcases :point_down:" + - type: input + id: url + attributes: + label: "Where can we find the awesomeness? 🤔" + description: Provide a link here to where we can find the pictures/description. Like a blog post or Instagram post, or something on Discord or ... + placeholder: "https://www.instagram.com/p/CgRPJCqjgTw/" + - type: dropdown + id: design + attributes: + label: "Do you know what FreeSewing design was used? 🧐" + description: If you know which of our patterns was used, please select one of more from the list below + multiple: true + options: + - Aaron + - Albert + - Bee + - Bella + - Benjamin + - Bent + - Bob + - Breanna + - Brian + - Bruce + - Carlita + - Carlton + - Cathrin + - Charlie + - Cornelius + - Diana + - Florence + - Florent + - Hi + - Holmes + - Hortensia + - Huey + - Hugo + - Jaeger + - Lucy + - Lunetius + - Noble + - Paco + - Penelope + - Sandy + - Shin + - Simon + - Simone + - Sven + - Tamiko + - Teagan + - Theo + - Tiberius + - Titan + - Trayvon + - Unice + - Ursula + - Wahid + - Walburga + - Waralee + - Yuri + - type: dropdown + id: permission + attributes: + label: "Do we have permission to (re)post this? ✅" + description: We only post showcases with permission from the original author. Please indicate whether or not permission was granted by choosing the relevant option in the list below + options: + - ✅ I am the original author, and hereby grant permission to repost this content + - ✅ I am not the original author, but I have asked for permission on behalf of FreeSewing and the original author granted it + - ❌ Please ask permission from the original author + - type: textarea + id: extra + attributes: + label: Additional context + description: If there is any other info or pictures you'd like to add you can do so here + - type: markdown + attributes: + value: Looking to tackle this issue? We have [a how-to that shows how to add a showcase to the site](https://freesewing.dev/editors/howtos/showcase/). + - type: markdown + attributes: + value: Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**. +--- diff --git a/.github/ISSUE_TEMPLATE/05_all-contributors.yaml b/.github/ISSUE_TEMPLATE/05_all-contributors.yaml new file mode 100644 index 00000000000..6ccbd069b12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/05_all-contributors.yaml @@ -0,0 +1,57 @@ +--- +name: 🎖️ All Contributors update +description: Help capture the various contributions to FreeSewing +title: "[all contributors]: Please add (username here)" +labels: [ "\U0001F49C all contributors" ] +assignees: [ 'joostdecock' ] +body: + - type: markdown + attributes: + value: "FreeSewing is an [All Contributors](https://allcontributors.org/) project. Anybody can nominate someone to be added to our contributors list. Fill in the form below to do so :point_down:" + - type: input + id: username + attributes: + label: "Who made the contribution(s)? 🤔" + description: Please enter the Github username of the person who made the contribution(s) + placeholder: "joostdecock" + - type: dropdown + id: design + attributes: + label: "What type(s) of contribution(s) did they make? 🧐" + description: Check the emoji list and descriptions below and select whatever is appropriate + multiple: true + options: + - "♿️ a11y: Reporting or working on accessibility issues" + - "🐛 bug: Reporting or working on bugs" + - "📝 blog: Writing blog posts" + - "💻 code: Writing or improving our code" + - "🖋 content: Showcase posts, newsletters, social media, and so on (not documentation or blog)" + - "📖 doc: Documentation" + - "🎨 design: Pattern design, but also UI/UX" + - "📋 eventOrganizing: Organizing events and meetups" + - "💵 financial: Provding financial support" + - "🚇 infra: Hosting, Servers, SaaS, etc." + - "🚧 maintenance: Reserved for maintainers who do a bit of everything" + - "🧑‍🏫 mentoring: Mentoring of new contributors" + - "📦 platform: Providing specific platform support (Linux/Mac/Windows)" + - "🔌 plugin: Writing/improving plugins" + - "📆 projectManagement: Coordinating work" + - "💬 question: Answering Questions in Issues, on Discord, etc." + - "👀 review: Reviewing Pull Requests" + - "🛡️ security: Identify and/or reduce security threats, GDPR, Privacy, etc" + - "🔧 tool: Work on tooling" + - "🌍 translation: Providing translations" + - "⚠️ test: People who write tests" + - "✅ tutorial: Creating tutorials" + - "📢 talk: Giving talks or presentations" + - "📓 userTesting: End-to-end testing" + - "📹 video: Making videos" + - type: textarea + id: extra + attributes: + label: Additional context + description: If there is any other info or pictures you'd like to add you can do so here + - type: markdown + attributes: + value: Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**. +--- diff --git a/.github/ISSUE_TEMPLATE/1_bug-report.md b/.github/ISSUE_TEMPLATE/1_bug-report.md deleted file mode 100644 index f799e007c73..00000000000 --- a/.github/ISSUE_TEMPLATE/1_bug-report.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: 🐛 Bug report -about: Report a problem, or something that went wrong -title: Bug report -labels: "\U0001F41B bug" -assignees: '' - ---- - -**What seems to be the problem?** - -A clear and concise description of the problem you encountered. - -**Are you a FreeSewing patron?** - - - [ ] Yes, I am :hugs: - - [ ] No, I am not :thinking: - -**Additional context** - -Add any other context or screenshots about the problem request here. diff --git a/.github/ISSUE_TEMPLATE/2_feature-request.md b/.github/ISSUE_TEMPLATE/2_feature-request.md deleted file mode 100644 index efb1fcc8dd0..00000000000 --- a/.github/ISSUE_TEMPLATE/2_feature-request.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: 🚀 Feature request -about: Suggest an idea to make FreeSewing better -title: Feature request -labels: "\U0001F48E enhancement" -assignees: '' - ---- - -**What is it that you would like to see happen?** - -A clear and concise description of what you want to happen. - -**Are you a FreeSewing patron?** - - - [ ] Yes, I am :hugs: - - [ ] No, I am not :thinking: - -**Additional context** - -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/3_documentation-update.md b/.github/ISSUE_TEMPLATE/3_documentation-update.md deleted file mode 100644 index e110bd7f2e9..00000000000 --- a/.github/ISSUE_TEMPLATE/3_documentation-update.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: 📝 Documentation/content update -about: Suggest updates to FreeSewing documentation or site content -title: Documentation/content update -labels: "\U0001F44D good first issue, \U0001F4D6 documentation" -assignees: '' - ---- - -- Page link: Provide a link here to the page (or pages) to be updated. If the page provides an anchor link to the section of interest (indicated by a chain icon next to a heading) please copy that link if possible. -- Relevant section: If a specific section needs to be updated and you are unable to provide an anchor link, what's the heading or area of interest? -- Suggested content: Do you have any changes you'd like to suggest to improve the documentation? - -Looking to tackle this issue? Check out our [markdown guide](https://freesewing.dev/guides/markdown) to learn how to format documentation. diff --git a/.github/ISSUE_TEMPLATE/4_showcase-template.md b/.github/ISSUE_TEMPLATE/4_showcase-template.md deleted file mode 100644 index 3b0d736ef19..00000000000 --- a/.github/ISSUE_TEMPLATE/4_showcase-template.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: 📸 Showcase template -about: Add a new showcase on freesewing.org -title: Create showcase from this content -labels: "\U0001F44D good first issue, \U0001F4F8 showcase, \U0001F917 community" -assignees: '' - ---- - -- Content: Provide a link here to where we can find the content - - Permission: - - [ ] I am the original author, and hereby grant permission to repost this content - - [ ] I am not the original author, please ask permission from them - - Credit: Please enter the FreeSewing, Instagram, Twitter, or other username of the original author (if you know it and they want to be credited) - -Looking to tackle this issue? We have [a how-to that shows how to add a showcase to the site](https://freesewing.dev/editors/howtos/showcase/). diff --git a/.github/ISSUE_TEMPLATE/5_all-contributors.md b/.github/ISSUE_TEMPLATE/5_all-contributors.md deleted file mode 100644 index 6ac6da1158e..00000000000 --- a/.github/ISSUE_TEMPLATE/5_all-contributors.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: 🎖️ All Contributors update -about: Help capture the various contributions to FreeSewing -title: "All Contributors: Please add (username here)" -labels: "\U0001F49C all contributors" -assignees: 'joostdecock' ---- - -### Who made the contribution(s)? - -- GitHub username: - -Please provide the GitHub username of the contributor. -(If it is you, you can skip this part, as your username will be available in the issue) - -### What type(s) of contribution did they make? - -- Contribution type(s): - -The most common contribution types are: - - - `doc` for documentation work - - `translation` for translation work - - `code` for code contributions - - `blog` for blog posts or showcase posts - - `question` for helping others by answering questions (on Discord for example) - - `bug` for reporting bugs - -A complete list of contribution types is available [on the all contributors website](https://allcontributors.org/docs/en/emoji-key). From 49f1772637cf34802dc2ff06ba0a839de351ff8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 15:46:47 +0000 Subject: [PATCH 1623/1675] Bump next-i18next from 11.2.1 to 11.3.0 Bumps [next-i18next](https://github.com/i18next/next-i18next) from 11.2.1 to 11.3.0. - [Release notes](https://github.com/i18next/next-i18next/releases) - [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/next-i18next/compare/v11.2.1...v11.3.0) --- updated-dependencies: - dependency-name: next-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 1a4ee29050d..80842627efc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16250,9 +16250,9 @@ new-find-package-json@^2.0.0: debug "^4.3.4" next-i18next@^11.0.0: - version "11.2.1" - resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-11.2.1.tgz#0593c3ee3913c59043bfb9f0cb5f1999417d729c" - integrity sha512-6isvEGLp7jJvIAmXPZ7o5oV5gszze59iiZwWPotlxXbue26WCQBE8xF0dK8xndUo+OtErM6VFtTl+z7gW0fFVw== + version "11.3.0" + resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-11.3.0.tgz#bfce51d8df07fb5cd61097423eeb7d744e09ae25" + integrity sha512-xl0oIRtiVrk9ZaWBRUbNk/prva4Htdu59o9rFWzd9ax/KemaDVuTTuBZTQMkmXohUQk/MJ7w1rV/mICL6TzyGw== dependencies: "@babel/runtime" "^7.18.6" "@types/hoist-non-react-statics" "^3.3.1" From 5c219146bc9c0060427470d965502348ca6d9307 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 22 Jul 2022 18:18:56 +0200 Subject: [PATCH 1624/1675] New translations app.yaml (Ukrainian) --- packages/i18n/src/locales/uk/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml index 1382e055991..20a8ab5cd79 100644 --- a/packages/i18n/src/locales/uk/app.yaml +++ b/packages/i18n/src/locales/uk/app.yaml @@ -102,7 +102,7 @@ howToTakeMeasurements: Як робити заміри i18n: Інтернаціоналізація imperialUnits: Імперські одиниці (дюйм) instagram: Інстаграм -invalidTldMessage: '.{tld} is not a valid TLD' +invalidTldMessage: '.{tld} не є дійсним доменом верхнього рівня (TLD)' joinTheChatMsg: Ми маємо спільноту в Discord, де Ви можете поспілкуватися з привітними людьми. justAMoment: Зачекайте хвилинку layout: Макет From 4ff20243568833247cac87b5868034f89baf3dd2 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 23 Jul 2022 12:40:03 +0200 Subject: [PATCH 1625/1675] chore: Updated lock file --- yarn.lock | 4240 ++++++++++++++++++++++++++--------------------------- 1 file changed, 2055 insertions(+), 2185 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3508cded4c8..10caf2cb582 100644 --- a/yarn.lock +++ b/yarn.lock @@ -112,11 +112,12 @@ "@algolia/requester-common" "4.14.1" "@ampproject/remapping@^2.1.0": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34" - integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg== + version "2.2.0" + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" + integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== dependencies: - "@jridgewell/trace-mapping" "^0.3.0" + "@jridgewell/gen-mapping" "^0.1.0" + "@jridgewell/trace-mapping" "^0.3.9" "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.18.6": version "7.18.6" @@ -125,49 +126,42 @@ dependencies: "@babel/highlight" "^7.18.6" -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53" - integrity sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ== +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.18.8": + version "7.18.8" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d" + integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ== "@babel/core@^7.14.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d" - integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ== + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59" + integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g== dependencies: "@ampproject/remapping" "^2.1.0" "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.18.6" - "@babel/helper-compilation-targets" "^7.18.6" - "@babel/helper-module-transforms" "^7.18.6" - "@babel/helpers" "^7.18.6" - "@babel/parser" "^7.18.6" + "@babel/generator" "^7.18.9" + "@babel/helper-compilation-targets" "^7.18.9" + "@babel/helper-module-transforms" "^7.18.9" + "@babel/helpers" "^7.18.9" + "@babel/parser" "^7.18.9" "@babel/template" "^7.18.6" - "@babel/traverse" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/traverse" "^7.18.9" + "@babel/types" "^7.18.9" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.2.1" semver "^6.3.0" -"@babel/generator@^7.18.6": - version "7.18.7" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd" - integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A== +"@babel/generator@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5" + integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug== dependencies: - "@babel/types" "^7.18.7" + "@babel/types" "^7.18.9" "@jridgewell/gen-mapping" "^0.3.2" jsesc "^2.5.1" -"@babel/helper-annotate-as-pure@^7.16.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" - integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-annotate-as-pure@^7.18.6": +"@babel/helper-annotate-as-pure@^7.16.0", "@babel/helper-annotate-as-pure@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== @@ -175,34 +169,34 @@ "@babel/types" "^7.18.6" "@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.6.tgz#f14d640ed1ee9246fb33b8255f08353acfe70e6a" - integrity sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw== + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb" + integrity sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw== dependencies: "@babel/helper-explode-assignable-expression" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/types" "^7.18.9" -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz#18d35bfb9f83b1293c22c55b3d576c1315b6ed96" - integrity sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg== +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf" + integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg== dependencies: - "@babel/compat-data" "^7.18.6" + "@babel/compat-data" "^7.18.8" "@babel/helper-validator-option" "^7.18.6" browserslist "^4.20.2" semver "^6.3.0" "@babel/helper-create-class-features-plugin@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz#6f15f8459f3b523b39e00a99982e2c040871ed72" - integrity sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw== + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz#d802ee16a64a9e824fcbf0a2ffc92f19d58550ce" + integrity sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-function-name" "^7.18.6" - "@babel/helper-member-expression-to-functions" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-function-name" "^7.18.9" + "@babel/helper-member-expression-to-functions" "^7.18.9" "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-replace-supers" "^7.18.6" + "@babel/helper-replace-supers" "^7.18.9" "@babel/helper-split-export-declaration" "^7.18.6" "@babel/helper-create-regexp-features-plugin@^7.18.6": @@ -227,10 +221,10 @@ resolve "^1.14.2" semver "^6.1.2" -"@babel/helper-environment-visitor@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7" - integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q== +"@babel/helper-environment-visitor@^7.18.6", "@babel/helper-environment-visitor@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" + integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== "@babel/helper-explode-assignable-expression@^7.18.6": version "7.18.6" @@ -239,13 +233,13 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-function-name@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83" - integrity sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw== +"@babel/helper-function-name@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0" + integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A== dependencies: "@babel/template" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/types" "^7.18.9" "@babel/helper-hoist-variables@^7.18.6": version "7.18.6" @@ -254,40 +248,33 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-member-expression-to-functions@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz#44802d7d602c285e1692db0bad9396d007be2afc" - integrity sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng== +"@babel/helper-member-expression-to-functions@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815" + integrity sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.18.9" -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" - integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-module-imports@^7.18.6": +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== dependencies: "@babel/types" "^7.18.6" -"@babel/helper-module-transforms@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz#57e3ca669e273d55c3cda55e6ebf552f37f483c8" - integrity sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw== +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712" + integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g== dependencies: - "@babel/helper-environment-visitor" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" "@babel/helper-module-imports" "^7.18.6" "@babel/helper-simple-access" "^7.18.6" "@babel/helper-split-export-declaration" "^7.18.6" "@babel/helper-validator-identifier" "^7.18.6" "@babel/template" "^7.18.6" - "@babel/traverse" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/traverse" "^7.18.9" + "@babel/types" "^7.18.9" "@babel/helper-optimise-call-expression@^7.18.6": version "7.18.6" @@ -296,31 +283,31 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d" - integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg== +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f" + integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w== "@babel/helper-remap-async-to-generator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz#fa1f81acd19daee9d73de297c0308783cd3cfc23" - integrity sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ== + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519" + integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-wrap-function" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-wrap-function" "^7.18.9" + "@babel/types" "^7.18.9" -"@babel/helper-replace-supers@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420" - integrity sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g== +"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz#1092e002feca980fbbb0bd4d51b74a65c6a500e6" + integrity sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ== dependencies: - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-member-expression-to-functions" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-member-expression-to-functions" "^7.18.9" "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/traverse" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/traverse" "^7.18.9" + "@babel/types" "^7.18.9" "@babel/helper-simple-access@^7.18.6": version "7.18.6" @@ -329,12 +316,12 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-skip-transparent-expression-wrappers@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.6.tgz#7dff00a5320ca4cf63270e5a0eca4b268b7380d9" - integrity sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw== +"@babel/helper-skip-transparent-expression-wrappers@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818" + integrity sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.18.9" "@babel/helper-split-export-declaration@^7.18.6": version "7.18.6" @@ -353,24 +340,24 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== -"@babel/helper-wrap-function@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.6.tgz#ec44ea4ad9d8988b90c3e465ba2382f4de81a073" - integrity sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw== +"@babel/helper-wrap-function@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.9.tgz#ae1feddc6ebbaa2fd79346b77821c3bd73a39646" + integrity sha512-cG2ru3TRAL6a60tfQflpEfs4ldiPwF6YW3zfJiRgmoFVIaC1vGnBBgatfec+ZUziPHkHSaXAuEck3Cdkf3eRpQ== dependencies: - "@babel/helper-function-name" "^7.18.6" + "@babel/helper-function-name" "^7.18.9" "@babel/template" "^7.18.6" - "@babel/traverse" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/traverse" "^7.18.9" + "@babel/types" "^7.18.9" -"@babel/helpers@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.6.tgz#4c966140eaa1fcaa3d5a8c09d7db61077d4debfd" - integrity sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ== +"@babel/helpers@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9" + integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ== dependencies: "@babel/template" "^7.18.6" - "@babel/traverse" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/traverse" "^7.18.9" + "@babel/types" "^7.18.9" "@babel/highlight@^7.18.6": version "7.18.6" @@ -386,10 +373,10 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17" integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw== -"@babel/parser@^7.0.0", "@babel/parser@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc" - integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw== +"@babel/parser@^7.0.0", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539" + integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg== "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": version "7.18.6" @@ -398,14 +385,14 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.6.tgz#b4e4dbc2cd1acd0133479918f7c6412961c9adb8" - integrity sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw== +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz#a11af19aa373d68d561f08e0a57242350ed0ec50" + integrity sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" - "@babel/plugin-proposal-optional-chaining" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" + "@babel/plugin-proposal-optional-chaining" "^7.18.9" "@babel/plugin-proposal-async-generator-functions@^7.13.15", "@babel/plugin-proposal-async-generator-functions@^7.18.6": version "7.18.6" @@ -442,12 +429,12 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-dynamic-import" "^7.8.3" -"@babel/plugin-proposal-export-namespace-from@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.6.tgz#1016f0aa5ab383bbf8b3a85a2dcaedf6c8ee7491" - integrity sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw== +"@babel/plugin-proposal-export-namespace-from@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203" + integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" "@babel/plugin-proposal-json-strings@^7.18.6": @@ -458,12 +445,12 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-json-strings" "^7.8.3" -"@babel/plugin-proposal-logical-assignment-operators@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.6.tgz#3b9cac6f1ffc2aa459d111df80c12020dfc6b665" - integrity sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q== +"@babel/plugin-proposal-logical-assignment-operators@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz#8148cbb350483bf6220af06fa6db3690e14b2e23" + integrity sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": @@ -482,16 +469,16 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@^7.18.6", "@babel/plugin-proposal-object-rest-spread@^7.4.4": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.6.tgz#ec93bba06bfb3e15ebd7da73e953d84b094d5daf" - integrity sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw== +"@babel/plugin-proposal-object-rest-spread@^7.18.9", "@babel/plugin-proposal-object-rest-spread@^7.4.4": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz#f9434f6beb2c8cae9dfcf97d2a5941bbbf9ad4e7" + integrity sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q== dependencies: - "@babel/compat-data" "^7.18.6" - "@babel/helper-compilation-targets" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/compat-data" "^7.18.8" + "@babel/helper-compilation-targets" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.18.6" + "@babel/plugin-transform-parameters" "^7.18.8" "@babel/plugin-proposal-optional-catch-binding@^7.18.6": version "7.18.6" @@ -501,13 +488,13 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" -"@babel/plugin-proposal-optional-chaining@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.6.tgz#46d4f2ffc20e87fad1d98bc4fa5d466366f6aa0b" - integrity sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA== +"@babel/plugin-proposal-optional-chaining@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993" + integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" "@babel/plugin-syntax-optional-chaining" "^7.8.3" "@babel/plugin-proposal-private-methods@^7.18.6": @@ -585,7 +572,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-jsx@^7.18.6": +"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== @@ -671,40 +658,40 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-block-scoping@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.6.tgz#b5f78318914615397d86a731ef2cc668796a726c" - integrity sha512-pRqwb91C42vs1ahSAWJkxOxU1RHWDn16XAa6ggQ72wjLlWyYeAcLvTtE0aM8ph3KNydy9CQF2nLYcjq1WysgxQ== +"@babel/plugin-transform-block-scoping@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz#f9b7e018ac3f373c81452d6ada8bd5a18928926d" + integrity sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" -"@babel/plugin-transform-classes@^7.18.6": - version "7.18.8" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.8.tgz#7e85777e622e979c85c701a095280360b818ce49" - integrity sha512-RySDoXdF6hgHSHuAW4aLGyVQdmvEX/iJtjVre52k0pxRq4hzqze+rAVP++NmNv596brBpYmaiKgTZby7ziBnVg== +"@babel/plugin-transform-classes@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz#90818efc5b9746879b869d5ce83eb2aa48bbc3da" + integrity sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-function-name" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-function-name" "^7.18.9" "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-replace-supers" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-replace-supers" "^7.18.9" "@babel/helper-split-export-declaration" "^7.18.6" globals "^11.1.0" -"@babel/plugin-transform-computed-properties@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.6.tgz#5d15eb90e22e69604f3348344c91165c5395d032" - integrity sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A== +"@babel/plugin-transform-computed-properties@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz#2357a8224d402dad623caf6259b611e56aec746e" + integrity sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" -"@babel/plugin-transform-destructuring@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.6.tgz#a98b0e42c7ffbf5eefcbcf33280430f230895c6f" - integrity sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ== +"@babel/plugin-transform-destructuring@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz#68906549c021cb231bee1db21d3b5b095f8ee292" + integrity sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4": version "7.18.6" @@ -714,12 +701,12 @@ "@babel/helper-create-regexp-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-duplicate-keys@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.6.tgz#e6c94e8cd3c9dd8a88144f7b78ae22975a7ff473" - integrity sha512-NJU26U/208+sxYszf82nmGYqVF9QN8py2HFTblPT9hbawi8+1C5a9JubODLTGFuT0qlkqVinmkwOD13s0sZktg== +"@babel/plugin-transform-duplicate-keys@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz#687f15ee3cdad6d85191eb2a372c4528eaa0ae0e" + integrity sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-transform-exponentiation-operator@^7.18.6": version "7.18.6" @@ -729,28 +716,28 @@ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-for-of@^7.18.6": +"@babel/plugin-transform-for-of@^7.18.8": version "7.18.8" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz#6ef8a50b244eb6a0bdbad0c7c61877e4e30097c1" integrity sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ== dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-function-name@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.6.tgz#6a7e4ae2893d336fd1b8f64c9f92276391d0f1b4" - integrity sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA== +"@babel/plugin-transform-function-name@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz#cc354f8234e62968946c61a46d6365440fc764e0" + integrity sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ== dependencies: - "@babel/helper-compilation-targets" "^7.18.6" - "@babel/helper-function-name" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-compilation-targets" "^7.18.9" + "@babel/helper-function-name" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" -"@babel/plugin-transform-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.6.tgz#9d6af353b5209df72960baf4492722d56f39a205" - integrity sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q== +"@babel/plugin-transform-literals@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz#72796fdbef80e56fba3c6a699d54f0de557444bc" + integrity sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-transform-member-expression-literals@^7.18.6": version "7.18.6" @@ -778,14 +765,14 @@ "@babel/helper-simple-access" "^7.18.6" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-systemjs@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.6.tgz#026511b7657d63bf5d4cf2fd4aeb963139914a54" - integrity sha512-UbPYpXxLjTw6w6yXX2BYNxF3p6QY225wcTkfQCy3OMnSlS/C3xGtwUjEzGkldb/sy6PWLiCQ3NbYfjWUTI3t4g== +"@babel/plugin-transform-modules-systemjs@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz#545df284a7ac6a05125e3e405e536c5853099a06" + integrity sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A== dependencies: "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-module-transforms" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-module-transforms" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/helper-validator-identifier" "^7.18.6" babel-plugin-dynamic-import-node "^2.3.3" @@ -820,10 +807,10 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/helper-replace-supers" "^7.18.6" -"@babel/plugin-transform-parameters@^7.18.6", "@babel/plugin-transform-parameters@^7.4.4": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.6.tgz#cbe03d5a4c6385dd756034ac1baa63c04beab8dc" - integrity sha512-FjdqgMv37yVl/gwvzkcB+wfjRI8HQmc5EgOG9iGNvUY1ok+TjsoaMP7IqCDZBhkFcM5f3OPVMs6Dmp03C5k4/A== +"@babel/plugin-transform-parameters@^7.18.8", "@babel/plugin-transform-parameters@^7.4.4": + version "7.18.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz#ee9f1a0ce6d78af58d0956a9378ea3427cccb48a" + integrity sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg== dependencies: "@babel/helper-plugin-utils" "^7.18.6" @@ -883,15 +870,15 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-transform-runtime@^7.13.15", "@babel/plugin-transform-runtime@^7.4.4": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70" - integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A== + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.9.tgz#d9e4b1b25719307bfafbf43065ed7fb3a83adb8f" + integrity sha512-wS8uJwBt7/b/mzE13ktsJdmS4JP/j7PQSaADtnb4I2wL0zK51MQ0pmF8/Jy0wUIS96fr+fXT6S/ifiPXnvrlSg== dependencies: - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - babel-plugin-polyfill-corejs2 "^0.3.0" - babel-plugin-polyfill-corejs3 "^0.5.0" - babel-plugin-polyfill-regenerator "^0.3.0" + "@babel/helper-module-imports" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" + babel-plugin-polyfill-corejs2 "^0.3.1" + babel-plugin-polyfill-corejs3 "^0.5.2" + babel-plugin-polyfill-regenerator "^0.3.1" semver "^6.3.0" "@babel/plugin-transform-shorthand-properties@^7.18.6": @@ -901,13 +888,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-spread@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.6.tgz#82b080241965f1689f0a60ecc6f1f6575dbdb9d6" - integrity sha512-ayT53rT/ENF8WWexIRg9AiV9h0aIteyWn5ptfZTZQrjk/+f3WdrJGCY4c9wcgl2+MKkKPhzbYp97FTsquZpDCw== +"@babel/plugin-transform-spread@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz#6ea7a6297740f381c540ac56caf75b05b74fb664" + integrity sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" "@babel/plugin-transform-sticky-regex@^7.18.6": version "7.18.6" @@ -916,19 +903,19 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-template-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.6.tgz#b763f4dc9d11a7cce58cf9a490d82e80547db9c2" - integrity sha512-UuqlRrQmT2SWRvahW46cGSany0uTlcj8NYOS5sRGYi8FxPYPoLd5DDmMd32ZXEj2Jq+06uGVQKHxa/hJx2EzKw== +"@babel/plugin-transform-template-literals@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz#04ec6f10acdaa81846689d63fae117dd9c243a5e" + integrity sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" -"@babel/plugin-transform-typeof-symbol@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.6.tgz#486bb39d5a18047358e0d04dc0d2f322f0b92e92" - integrity sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g== +"@babel/plugin-transform-typeof-symbol@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz#c8cea68263e45addcd6afc9091429f80925762c0" + integrity sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-transform-unicode-escapes@^7.18.6": version "7.18.6" @@ -954,28 +941,28 @@ regenerator-runtime "^0.13.4" "@babel/preset-env@^7.13.15", "@babel/preset-env@^7.4.5": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.6.tgz#953422e98a5f66bc56cd0b9074eaea127ec86ace" - integrity sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw== + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.9.tgz#9b3425140d724fbe590322017466580844c7eaff" + integrity sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg== dependencies: - "@babel/compat-data" "^7.18.6" - "@babel/helper-compilation-targets" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/compat-data" "^7.18.8" + "@babel/helper-compilation-targets" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/helper-validator-option" "^7.18.6" "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.6" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9" "@babel/plugin-proposal-async-generator-functions" "^7.18.6" "@babel/plugin-proposal-class-properties" "^7.18.6" "@babel/plugin-proposal-class-static-block" "^7.18.6" "@babel/plugin-proposal-dynamic-import" "^7.18.6" - "@babel/plugin-proposal-export-namespace-from" "^7.18.6" + "@babel/plugin-proposal-export-namespace-from" "^7.18.9" "@babel/plugin-proposal-json-strings" "^7.18.6" - "@babel/plugin-proposal-logical-assignment-operators" "^7.18.6" + "@babel/plugin-proposal-logical-assignment-operators" "^7.18.9" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" "@babel/plugin-proposal-numeric-separator" "^7.18.6" - "@babel/plugin-proposal-object-rest-spread" "^7.18.6" + "@babel/plugin-proposal-object-rest-spread" "^7.18.9" "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" - "@babel/plugin-proposal-optional-chaining" "^7.18.6" + "@babel/plugin-proposal-optional-chaining" "^7.18.9" "@babel/plugin-proposal-private-methods" "^7.18.6" "@babel/plugin-proposal-private-property-in-object" "^7.18.6" "@babel/plugin-proposal-unicode-property-regex" "^7.18.6" @@ -997,37 +984,37 @@ "@babel/plugin-transform-arrow-functions" "^7.18.6" "@babel/plugin-transform-async-to-generator" "^7.18.6" "@babel/plugin-transform-block-scoped-functions" "^7.18.6" - "@babel/plugin-transform-block-scoping" "^7.18.6" - "@babel/plugin-transform-classes" "^7.18.6" - "@babel/plugin-transform-computed-properties" "^7.18.6" - "@babel/plugin-transform-destructuring" "^7.18.6" + "@babel/plugin-transform-block-scoping" "^7.18.9" + "@babel/plugin-transform-classes" "^7.18.9" + "@babel/plugin-transform-computed-properties" "^7.18.9" + "@babel/plugin-transform-destructuring" "^7.18.9" "@babel/plugin-transform-dotall-regex" "^7.18.6" - "@babel/plugin-transform-duplicate-keys" "^7.18.6" + "@babel/plugin-transform-duplicate-keys" "^7.18.9" "@babel/plugin-transform-exponentiation-operator" "^7.18.6" - "@babel/plugin-transform-for-of" "^7.18.6" - "@babel/plugin-transform-function-name" "^7.18.6" - "@babel/plugin-transform-literals" "^7.18.6" + "@babel/plugin-transform-for-of" "^7.18.8" + "@babel/plugin-transform-function-name" "^7.18.9" + "@babel/plugin-transform-literals" "^7.18.9" "@babel/plugin-transform-member-expression-literals" "^7.18.6" "@babel/plugin-transform-modules-amd" "^7.18.6" "@babel/plugin-transform-modules-commonjs" "^7.18.6" - "@babel/plugin-transform-modules-systemjs" "^7.18.6" + "@babel/plugin-transform-modules-systemjs" "^7.18.9" "@babel/plugin-transform-modules-umd" "^7.18.6" "@babel/plugin-transform-named-capturing-groups-regex" "^7.18.6" "@babel/plugin-transform-new-target" "^7.18.6" "@babel/plugin-transform-object-super" "^7.18.6" - "@babel/plugin-transform-parameters" "^7.18.6" + "@babel/plugin-transform-parameters" "^7.18.8" "@babel/plugin-transform-property-literals" "^7.18.6" "@babel/plugin-transform-regenerator" "^7.18.6" "@babel/plugin-transform-reserved-words" "^7.18.6" "@babel/plugin-transform-shorthand-properties" "^7.18.6" - "@babel/plugin-transform-spread" "^7.18.6" + "@babel/plugin-transform-spread" "^7.18.9" "@babel/plugin-transform-sticky-regex" "^7.18.6" - "@babel/plugin-transform-template-literals" "^7.18.6" - "@babel/plugin-transform-typeof-symbol" "^7.18.6" + "@babel/plugin-transform-template-literals" "^7.18.9" + "@babel/plugin-transform-typeof-symbol" "^7.18.9" "@babel/plugin-transform-unicode-escapes" "^7.18.6" "@babel/plugin-transform-unicode-regex" "^7.18.6" "@babel/preset-modules" "^0.1.5" - "@babel/types" "^7.18.6" + "@babel/types" "^7.18.9" babel-plugin-polyfill-corejs2 "^0.3.1" babel-plugin-polyfill-corejs3 "^0.5.2" babel-plugin-polyfill-regenerator "^0.3.1" @@ -1058,17 +1045,17 @@ "@babel/plugin-transform-react-pure-annotations" "^7.18.6" "@babel/runtime-corejs3@^7.10.2": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.17.0.tgz#9de2f75b3ca4b68628c01bd76410b64faa4644f7" - integrity sha512-qeydncU80ravKzovVncW3EYaC1ji3GpntdPgNcJy9g7hHSY6KX+ne1cbV3ov7Zzm4F1z0+QreZPCuw1ynkmYNg== + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.18.9.tgz#7bacecd1cb2dd694eacd32a91fcf7021c20770ae" + integrity sha512-qZEWeccZCrHA2Au4/X05QW5CMdm4VjUDCrGq5gf1ZDcM4hRqreKrtwAn7yci9zfgAS9apvnsFXiGBHBAxZdK9A== dependencies: core-js-pure "^3.20.2" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.17", "@babel/runtime@^7.14.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.6", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.6.tgz#6a1ef59f838debd670421f8c7f2cbb8da9751580" - integrity sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ== +"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.17", "@babel/runtime@^7.14.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.6", "@babel/runtime@^7.18.9", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a" + integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw== dependencies: regenerator-runtime "^0.13.4" @@ -1081,26 +1068,26 @@ "@babel/parser" "^7.18.6" "@babel/types" "^7.18.6" -"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.4.5": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d" - integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw== +"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.4.5": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98" + integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg== dependencies: "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-function-name" "^7.18.6" + "@babel/generator" "^7.18.9" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-function-name" "^7.18.9" "@babel/helper-hoist-variables" "^7.18.6" "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/parser" "^7.18.9" + "@babel/types" "^7.18.9" debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.16.7", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.4.4": - version "7.18.7" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.7.tgz#a4a2c910c15040ea52cdd1ddb1614a65c8041726" - integrity sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ== +"@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f" + integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg== dependencies: "@babel/helper-validator-identifier" "^7.18.6" to-fast-properties "^2.0.0" @@ -1176,17 +1163,17 @@ lodash "4.17.21" yup "^0.32.9" -"@bugsnag/browser@^7.16.1": - version "7.16.1" - resolved "https://registry.yarnpkg.com/@bugsnag/browser/-/browser-7.16.1.tgz#652aa3ed64e51ba0015878d252a08917429bba03" - integrity sha512-Tq9fWpwmqdOsbedYL67GzsTKrG5MERIKtnKCi5FyvFjTj143b6as0pwj7LWQ+Eh8grWlR7S11+VvJmb8xnY8Tg== +"@bugsnag/browser@^7.17.0": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@bugsnag/browser/-/browser-7.17.0.tgz#c777d673df6075d001a2a7eb290ea37e6b2411d2" + integrity sha512-hTF1Bb62kIDN576vVw+u2m1kyT4b/1lDlAOxi5S+T1npydd+DKPQToXNbRJr29z23Ni+GG26uWA1c+rzWdYRDQ== dependencies: - "@bugsnag/core" "^7.16.1" + "@bugsnag/core" "^7.17.0" -"@bugsnag/core@^7.16.1": - version "7.16.1" - resolved "https://registry.yarnpkg.com/@bugsnag/core/-/core-7.16.1.tgz#0376b5c4dd7b44f57eb503775857d974e4b5afc9" - integrity sha512-zuBnL7B329VldItRqhXYrp1hjmjZnltJwNXMysi9WtY4t29WKk5LVwgWb1mPM9clJ0FoObZ7kvvQMUTKh3ezFQ== +"@bugsnag/core@^7.17.0": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@bugsnag/core/-/core-7.17.0.tgz#0422b87108c7807f6e334a573213126685b6df3d" + integrity sha512-qt3+Ub64tspbdb6wMiJZIOFyKGv7ZSGRa66GjBmW3Y9cTb42Y8cNx1/0hxY4cDhSbwfunGTqKCcjFRrRcTlfNA== dependencies: "@bugsnag/cuid" "^3.0.0" "@bugsnag/safe-json-stringify" "^6.0.0" @@ -1200,19 +1187,19 @@ integrity sha512-LOt8aaBI+KvOQGneBtpuCz3YqzyEAehd1f3nC5yr9TIYW1+IzYKa2xWS4EiMz5pPOnRPHkyyS5t/wmSmN51Gjg== "@bugsnag/js@^7.0.0": - version "7.16.1" - resolved "https://registry.yarnpkg.com/@bugsnag/js/-/js-7.16.1.tgz#4a4ec2c7f3e047333e7d15eb53cb11f165b7067f" - integrity sha512-yb83OmsbIMDJhX3hHhbHl5StN72feqdr/Ctq7gqsdcfOHNb2121Edf2EbegPJKZhFqSik66vWwiVbGJ6CdS/UQ== + version "7.17.0" + resolved "https://registry.yarnpkg.com/@bugsnag/js/-/js-7.17.0.tgz#0cabaee93bcb8436025a8d60932793cd133f3346" + integrity sha512-wBiB/4wv3X6Iw2HrU7wywGnT+tt1DfOJjTeZIcWVzJ4u9b5avx4SmvJogfHjYRV/BIZaGuG5wxZU/0NsQy429g== dependencies: - "@bugsnag/browser" "^7.16.1" - "@bugsnag/node" "^7.16.1" + "@bugsnag/browser" "^7.17.0" + "@bugsnag/node" "^7.17.0" -"@bugsnag/node@^7.16.1": - version "7.16.1" - resolved "https://registry.yarnpkg.com/@bugsnag/node/-/node-7.16.1.tgz#473bb6eeb346b418295b49e4c4576e0004af4901" - integrity sha512-9zBA1IfDTbLKMoDltdhELpTd1e+b5+vUW4j40zGA+4SYIe64XNZKShfqRdvij7embvC1iHQ9UpuPRSk60P6Dng== +"@bugsnag/node@^7.17.0": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@bugsnag/node/-/node-7.17.0.tgz#900cc24a543ed60c95bdaa3fa263e86dc4cb7444" + integrity sha512-tTk7QMp0eKTg8p0W404xnWHsAbz+cO7wyBUwrw2FAcLYj4QIbMqz0l0hjpwN+qUl07RbCrgdKA/RWN1Evf5ziw== dependencies: - "@bugsnag/core" "^7.16.1" + "@bugsnag/core" "^7.17.0" byline "^5.0.0" error-stack-parser "^2.0.2" iserror "^0.0.2" @@ -1231,6 +1218,11 @@ dependencies: sift "^13.0.0" +"@colors/colors@1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" + integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== + "@commitlint/cli@^17.0.2": version "17.0.3" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.3.tgz#50be9d9a8d79f6c47bfd2703638fe65215eb2526" @@ -1392,21 +1384,39 @@ "@jridgewell/trace-mapping" "0.3.9" "@dabh/diagnostics@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@dabh/diagnostics/-/diagnostics-2.0.2.tgz#290d08f7b381b8f94607dc8f471a12c675f9db31" - integrity sha512-+A1YivoVDNNVCdfozHSR8v/jyuuLTMXwjWuxPFlFlUapXoGc+Gj9mDlTDDfrwl7rXCl2tNZ0kE8sIBO6YOn96Q== + version "2.0.3" + resolved "https://registry.yarnpkg.com/@dabh/diagnostics/-/diagnostics-2.0.3.tgz#7f7e97ee9a725dffc7808d93668cc984e1dc477a" + integrity sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA== dependencies: colorspace "1.1.x" enabled "2.0.x" kuler "^2.0.0" -"@emotion/cache@^11.4.0", "@emotion/cache@^11.7.1": - version "11.7.1" - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.7.1.tgz#08d080e396a42e0037848214e8aa7bf879065539" - integrity sha512-r65Zy4Iljb8oyjtLeCuBH8Qjiy107dOYC6SJq7g7GV5UCQWMObY4SJDPGFjiiVpPrOJ2hmJOoBiYTC7hwx9E2A== +"@emotion/babel-plugin@^11.7.1": + version "11.9.2" + resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.9.2.tgz#723b6d394c89fb2ef782229d92ba95a740576e95" + integrity sha512-Pr/7HGH6H6yKgnVFNEj2MVlreu3ADqftqjqwUvDy/OJzKFgxKeTQ+eeUf20FOTuHVkDON2iNa25rAXVYtWJCjw== + dependencies: + "@babel/helper-module-imports" "^7.12.13" + "@babel/plugin-syntax-jsx" "^7.12.13" + "@babel/runtime" "^7.13.10" + "@emotion/hash" "^0.8.0" + "@emotion/memoize" "^0.7.5" + "@emotion/serialize" "^1.0.2" + babel-plugin-macros "^2.6.1" + convert-source-map "^1.5.0" + escape-string-regexp "^4.0.0" + find-root "^1.1.0" + source-map "^0.5.7" + stylis "4.0.13" + +"@emotion/cache@^11.4.0", "@emotion/cache@^11.9.3": + version "11.9.3" + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.9.3.tgz#96638449f6929fd18062cfe04d79b29b44c0d6cb" + integrity sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg== dependencies: "@emotion/memoize" "^0.7.4" - "@emotion/sheet" "^1.1.0" + "@emotion/sheet" "^1.1.1" "@emotion/utils" "^1.0.0" "@emotion/weak-memoize" "^0.2.5" stylis "4.0.13" @@ -1416,40 +1426,35 @@ resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== -"@emotion/is-prop-valid@^0.8.8": - version "0.8.8" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a" - integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA== +"@emotion/is-prop-valid@^1.1.0": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.1.3.tgz#f0907a416368cf8df9e410117068e20fe87c0a3a" + integrity sha512-RFg04p6C+1uO19uG8N+vqanzKqiM9eeV1LDOG3bmkYmuOj7NbKNlFC/4EZq5gnwAIlcC/jOT24f8Td0iax2SXA== dependencies: - "@emotion/memoize" "0.7.4" + "@emotion/memoize" "^0.7.4" -"@emotion/memoize@0.7.4": - version "0.7.4" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" - integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== - -"@emotion/memoize@^0.7.4": +"@emotion/memoize@^0.7.4", "@emotion/memoize@^0.7.5": version "0.7.5" resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50" integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ== "@emotion/react@^11.1.1": - version "11.7.1" - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.7.1.tgz#3f800ce9b20317c13e77b8489ac4a0b922b2fe07" - integrity sha512-DV2Xe3yhkF1yT4uAUoJcYL1AmrnO5SVsdfvu+fBuS7IbByDeTVx9+wFmvx9Idzv7/78+9Mgx2Hcmr7Fex3tIyw== + version "11.9.3" + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.3.tgz#f4f4f34444f6654a2e550f5dab4f2d360c101df9" + integrity sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ== dependencies: "@babel/runtime" "^7.13.10" - "@emotion/cache" "^11.7.1" - "@emotion/serialize" "^1.0.2" - "@emotion/sheet" "^1.1.0" - "@emotion/utils" "^1.0.0" + "@emotion/babel-plugin" "^11.7.1" + "@emotion/cache" "^11.9.3" + "@emotion/serialize" "^1.0.4" + "@emotion/utils" "^1.1.0" "@emotion/weak-memoize" "^0.2.5" hoist-non-react-statics "^3.3.1" -"@emotion/serialize@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965" - integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A== +"@emotion/serialize@^1.0.2", "@emotion/serialize@^1.0.4": + version "1.0.4" + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.4.tgz#ff31fd11bb07999611199c2229e152faadc21a3c" + integrity sha512-1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg== dependencies: "@emotion/hash" "^0.8.0" "@emotion/memoize" "^0.7.4" @@ -1457,10 +1462,10 @@ "@emotion/utils" "^1.0.0" csstype "^3.0.2" -"@emotion/sheet@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2" - integrity sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g== +"@emotion/sheet@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.1.tgz#015756e2a9a3c7c5f11d8ec22966a8dbfbfac787" + integrity sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA== "@emotion/stylis@^0.8.4": version "0.8.5" @@ -1472,10 +1477,10 @@ resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== -"@emotion/utils@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af" - integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA== +"@emotion/utils@^1.0.0", "@emotion/utils@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.1.0.tgz#86b0b297f3f1a0f2bdb08eeac9a2f49afd40d0cf" + integrity sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ== "@emotion/weak-memoize@^0.2.5": version "0.2.5" @@ -1642,17 +1647,22 @@ resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.2.36.tgz#b44e52db3b6b20523e0c57ef8c42d315532cb903" integrity sha512-a/7BiSgobHAgBWeN7N0w+lAhInrGxksn13uK7231n2m8EDPE3BMCl9NZLTGrj9ZXfCmC6LM0QLqXidIizVQ6yg== +"@fortawesome/fontawesome-common-types@^0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.3.0.tgz#949995a05c0d8801be7e0a594f775f1dbaa0d893" + integrity sha512-CA3MAZBTxVsF6SkfkHXDerkhcQs0QPofy43eFdbWJJkZiq3SfiaH1msOkac59rQaqto5EqWnASboY1dBuKen5w== + "@fortawesome/fontawesome-free@^5.12.0", "@fortawesome/fontawesome-free@^5.15.2", "@fortawesome/fontawesome-free@^5.15.3": version "5.15.4" resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5" integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg== "@fortawesome/fontawesome-svg-core@^1.2.22", "@fortawesome/fontawesome-svg-core@^1.2.25", "@fortawesome/fontawesome-svg-core@^1.2.35": - version "1.2.36" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-1.2.36.tgz#4f2ea6f778298e0c47c6524ce2e7fd58eb6930e3" - integrity sha512-YUcsLQKYb6DmaJjIHdDWpBIGCcyE/W+p/LMGvjQem55Mm2XWVAP5kWTMKWLv9lwpCVjpLxPyOMOyUocP1GxrtA== + version "1.3.0" + resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-1.3.0.tgz#343fac91fa87daa630d26420bfedfba560f85885" + integrity sha512-UIL6crBWhjTNQcONt96ExjUnKt1D68foe3xjEensLDclqQ6YagwCRYVQdrp/hW0ALRp/5Fv/VKw+MqTUWYYvPg== dependencies: - "@fortawesome/fontawesome-common-types" "^0.2.36" + "@fortawesome/fontawesome-common-types" "^0.3.0" "@fortawesome/free-brands-svg-icons@^5.15.2", "@fortawesome/free-brands-svg-icons@^5.15.3": version "5.15.4" @@ -1676,23 +1686,18 @@ "@fortawesome/fontawesome-common-types" "^0.2.36" "@fortawesome/react-fontawesome@^0.1.14", "@fortawesome/react-fontawesome@^0.1.4": - version "0.1.17" - resolved "https://registry.yarnpkg.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.1.17.tgz#06fc06cb1a721e38e5b50b4a1cb851e9b9c77d7a" - integrity sha512-dX43Z5IvMaW7fwzU8farosYjKNGfRb2HB/DgjVBHeJZ/NSnuuaujPPx0YOdcAq+n3mqn70tyCde2HM1mqbhiuw== + version "0.1.19" + resolved "https://registry.yarnpkg.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.1.19.tgz#2b36917578596f31934e71f92b7cf9c425fd06e4" + integrity sha512-Hyb+lB8T18cvLNX0S3llz7PcSOAJMLwiVKBuuzwM/nI5uoBw+gQjnf9il0fR1C3DKOI5Kc79pkJ4/xB0Uw9aFQ== dependencies: prop-types "^15.8.1" "@freesewing/prettier-config@latest": - version "2.20.4" - resolved "https://registry.yarnpkg.com/@freesewing/prettier-config/-/prettier-config-2.20.4.tgz#0cfed3d2b681588128158df8d41c36f587db621d" - integrity sha512-hYhP7epkpz9qg0dOGiS4unTI0pz0MqnnKvKbnp5XYKoNhsEJdmOI1fVFcrR2x/9WLOnIFuUx57abTUCZTMQdyQ== + version "2.21.3" + resolved "https://registry.yarnpkg.com/@freesewing/prettier-config/-/prettier-config-2.21.3.tgz#8a3d418bbf998b0048f2442efc87e320dc304b71" + integrity sha512-Nff58KPbOhO+QLc8iLc1xCNMW+e8307CUOMz6Wd9FZbhyB7jkLJC6eJzwh11a7VN/kK8hO5wgMuyN2WqEvlajg== -"@gar/promisify@^1.0.1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210" - integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw== - -"@gar/promisify@^1.1.3": +"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3": version "1.1.3" resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== @@ -1708,9 +1713,9 @@ integrity sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ== "@humanwhocodes/config-array@^0.9.2": - version "0.9.3" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.3.tgz#f2564c744b387775b436418491f15fce6601f63e" - integrity sha512-3xSMlXHh03hCcCmFc0rbKp3Ivt2PFEJnQUJDDMTJQ2wkECZWdq4GePs2ctc5H8zV+cHPaq8k2vU8mrQjA6iHdQ== + version "0.9.5" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7" + integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw== dependencies: "@humanwhocodes/object-schema" "^1.2.1" debug "^4.1.1" @@ -1776,6 +1781,14 @@ "@types/yargs" "^16.0.0" chalk "^4.0.0" +"@jridgewell/gen-mapping@^0.1.0": + version "0.1.1" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" + integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== + dependencies: + "@jridgewell/set-array" "^1.0.0" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/gen-mapping@^0.3.2": version "0.3.2" resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" @@ -1786,19 +1799,19 @@ "@jridgewell/trace-mapping" "^0.3.9" "@jridgewell/resolve-uri@^3.0.3": - version "3.0.4" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72" - integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg== + version "3.1.0" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" + integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== -"@jridgewell/set-array@^1.0.1": +"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": version "1.1.2" resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== "@jridgewell/sourcemap-codec@^1.4.10": - version "1.4.11" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" - integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== + version "1.4.14" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" + integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== "@jridgewell/trace-mapping@0.3.9": version "0.3.9" @@ -1808,26 +1821,18 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@jridgewell/trace-mapping@^0.3.0": - version "0.3.4" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" - integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ== - dependencies: - "@jridgewell/resolve-uri" "^3.0.3" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/trace-mapping@^0.3.9": - version "0.3.13" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea" - integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w== + version "0.3.14" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed" + integrity sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ== dependencies: "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" "@koa/cors@^3.0.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-3.1.0.tgz#618bb073438cfdbd3ebd0e648a76e33b84f3a3b2" - integrity sha512-7ulRC1da/rBa6kj6P4g2aJfnET3z8Uf3SWu60cjbtxTA5g8lxRdX/Bd2P92EagGwwAhANeNw8T8if99rJliR6Q== + version "3.3.0" + resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-3.3.0.tgz#b4c1c7ee303b7c968c8727f2a638a74675b50bb2" + integrity sha512-lzlkqLlL5Ond8jb6JLnVVDmD2OPym0r5kvZlMgAWiS9xle+Q5ulw1T358oW+RVguxUkANquZQz82i/STIRmsqQ== dependencies: vary "^1.1.2" @@ -2513,14 +2518,14 @@ write-file-atomic "^3.0.3" "@mapbox/node-pre-gyp@^1.0.5": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.8.tgz#32abc8a5c624bc4e46c43d84dfb8b26d33a96f58" - integrity sha512-CMGKi28CF+qlbXh26hDe6NxCd7amqeAzEqnS6IHeO6LoaKyM/n+Xw3HT1COdq8cuioOdlKdqn/hCmqPUOMOywg== + version "1.0.9" + resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.9.tgz#09a8781a3a036151cdebbe8719d6f8b25d4058bc" + integrity sha512-aDF3S3rK9Q2gey/WAttUlISduDItz5BU3306M9Eyv6/oS40aMprnopshtlKTykxRNIBEZuRMaZAnbrQ4QtKGyw== dependencies: - detect-libc "^1.0.3" + detect-libc "^2.0.0" https-proxy-agent "^5.0.0" make-dir "^3.1.0" - node-fetch "^2.6.5" + node-fetch "^2.6.7" nopt "^5.0.0" npmlog "^5.0.1" rimraf "^3.0.2" @@ -2699,7 +2704,7 @@ resolved "https://registry.yarnpkg.com/@netlify/binary-info/-/binary-info-1.0.0.tgz#cd0d86fb783fb03e52067f0cd284865e57be86c8" integrity sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw== -"@netlify/build@^27.4.1": +"@netlify/build@^27.4.2": version "27.4.2" resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.4.2.tgz#dd4278a8e24c544d0b6052b1588461120bbeb4b2" integrity sha512-Gs9cyxRQFqxVHm6QTRzN3cdTjx5eAXFTMIEgQJyu9OIxvEpvnuUyih1XtVCQbk8IDsoJkGiUyFdZGbK74vi05g== @@ -2759,18 +2764,18 @@ yargs "^17.3.1" "@netlify/cache-utils@^4.0.0": - version "4.1.2" - resolved "https://registry.yarnpkg.com/@netlify/cache-utils/-/cache-utils-4.1.2.tgz#7a4f6853027901be8f02270591d94a6d12b3118e" - integrity sha512-CRqJLmoyBipU2fjaOeBmH9VgNGnm2kp6yuoN5PoEgzPFnB4t1mBCtEw7hes00jb5KJqBON7ESLS+4pSKr7W61Q== + version "4.1.4" + resolved "https://registry.yarnpkg.com/@netlify/cache-utils/-/cache-utils-4.1.4.tgz#b8c7e654575e9ad1b8916b606674eaa0dfab079c" + integrity sha512-O31A0G5CelEAQ0ffkV6adscCP9/+0X4L3ABaxpBL02cr6XktOJd+imm+MiYF+9h/EYe8qRdwFeghjtlohXhcsQ== dependencies: cpy "^8.1.0" del "^6.0.0" get-stream "^6.0.0" - globby "^11.0.0" - junk "^3.1.0" - locate-path "^6.0.0" - move-file "^2.0.0" - path-exists "^4.0.0" + globby "^13.0.0" + junk "^4.0.0" + locate-path "^7.0.0" + move-file "^3.0.0" + path-exists "^5.0.0" readdirp "^3.4.0" "@netlify/config@^18.1.1": @@ -2803,10 +2808,10 @@ validate-npm-package-name "^4.0.0" yargs "^17.3.1" -"@netlify/edge-bundler@^1.6.0": - version "1.6.0" - resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.6.0.tgz#2f0894f6eb7c7cf261fc82c61152f15a0683d8ad" - integrity sha512-z363DvVE4fMcVoOplX8J2EweRcyvpm4Pfuxz0JbJlejz+ScKl9kpZB3sUArtsUT1nsy+mMMlaRkqWyO/2WI7sw== +"@netlify/edge-bundler@^1.6.0", "@netlify/edge-bundler@^1.7.0": + version "1.7.0" + resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.7.0.tgz#0c30c7b520327635b5b5f3a1a54fab0b0bbbee0c" + integrity sha512-aNTATeSkaFn+4+Lnyq0NUUq5IV2087TNtRm+jFqCKHBRLJQGogwKmBsqda5qDQxh8qxfGDOnhozEXyLNKXflSw== dependencies: common-path-prefix "^3.0.0" del "^6.0.0" @@ -2970,15 +2975,15 @@ path-exists "^5.0.0" "@netlify/git-utils@^4.0.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@netlify/git-utils/-/git-utils-4.1.0.tgz#8767e9e82e0796bc707f12dda9884b7feb2e6584" - integrity sha512-WseJxFYY6rgQcRX7GuHIhG7XZg1dz88pGSjO5nZCwqL7VAB0FSbholuZBUWqetCFVsW4ICIArDaA04WTvWyS+A== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@netlify/git-utils/-/git-utils-4.1.1.tgz#5e48e1073ba20916ab03f936330640ab6a64b549" + integrity sha512-nErJowHlUHd36R/1KsXFEh9a5VL98/fr/IjwealZRQK+2E4Pm9t/KBkvR+LAyqWoINrrtkbpwjBRnO4r034OUg== dependencies: - execa "^5.1.1" - map-obj "^4.0.0" + execa "^6.0.0" + map-obj "^5.0.0" micromatch "^4.0.2" moize "^6.0.0" - path-exists "^4.0.0" + path-exists "^5.0.0" "@netlify/local-functions-proxy-darwin-arm64@1.1.1": version "1.1.1" @@ -3058,10 +3063,10 @@ "@netlify/local-functions-proxy-win32-ia32" "1.1.1" "@netlify/local-functions-proxy-win32-x64" "1.1.1" -"@netlify/open-api@^2.10.0": - version "2.10.0" - resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.10.0.tgz#413bc76e86e4bf880921aa295958eb8afac042b1" - integrity sha512-ZJF4nbLPfxsWrVgp2reCb23HMxsWl5+r+K0RtIhxcZ/RxbHVihRA9mwyzIcxPWrT5x9uAAxCr1aKGP7IdsDe+Q== +"@netlify/open-api@^2.11.0": + version "2.11.0" + resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.11.0.tgz#0086ce3cf13976cffe8e2b01bff869dd819cadb8" + integrity sha512-ni6R1xdR8EtH0iB8ixGt9ocuboW+Q8eN4ilTX8lfNHS6Y6Q2S+O/aB2n1BnAgv39wopeQsQ2meL9vfEePURl7w== "@netlify/plugins-list@^6.35.0": version "6.35.0" @@ -3069,11 +3074,11 @@ integrity sha512-cZLX9F74i2wcMNWOtQAJzhsWHjpPgcWpovJHEamMO5/ZiUSlOENonJ19S+Zwoa2uA+ACJSeThMjcXUgDZwQZeA== "@netlify/run-utils@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@netlify/run-utils/-/run-utils-4.0.0.tgz#c15e7ea183130b91067fb374fb694eae23a3e2d4" - integrity sha512-ZeQFp1VmSMfrKaV2A13HJ2b7UJBHf7DUvzAcNjjJdbugD8wCDs5l00rRZeLhyl48AIZl9ki+RpsATZ/j6qKn+g== + version "4.0.1" + resolved "https://registry.yarnpkg.com/@netlify/run-utils/-/run-utils-4.0.1.tgz#c6ff494eb85753ab0a05ccb7a09da7f01cadd942" + integrity sha512-6xwmYJWcQkRTdtA/u6WFRYBTuU7j9j+lh7Ld2+6TsUricnyg4orMIKQBdmVYM3tGbzzAidTOjzmbc8XXzQOo6g== dependencies: - execa "^5.1.1" + execa "^6.0.0" "@netlify/zip-it-and-ship-it@5.13.2", "@netlify/zip-it-and-ship-it@^5.13.2": version "5.13.2" @@ -3189,41 +3194,6 @@ resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.2.3.tgz#403e1575a84c31cbd7f3c0ecd51b61bc25b7f808" integrity sha512-huSNb98KSG77Kl96CoPgCwom28aamuUsPpRmn/4s9L0RNbbHVSkp9E6HA4yOAykZCEuWcdNsRLbVVuAbt8rtIw== -"@node-redis/bloom@1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@node-redis/bloom/-/bloom-1.0.1.tgz#144474a0b7dc4a4b91badea2cfa9538ce0a1854e" - integrity sha512-mXEBvEIgF4tUzdIN89LiYsbi6//EdpFA7L8M+DHCvePXg+bfHWi+ct5VI6nHUFQE5+ohm/9wmgihCH3HSkeKsw== - -"@node-redis/client@1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@node-redis/client/-/client-1.0.3.tgz#ece282b7ee07283d744e6ab1fa72f2d47641402c" - integrity sha512-IXNgOG99PHGL3NxN3/e8J8MuX+H08I+OMNmheGmZBXngE0IntaCQwwrd7NzmiHA+zH3SKHiJ+6k3P7t7XYknMw== - dependencies: - cluster-key-slot "1.1.0" - generic-pool "3.8.2" - redis-parser "3.0.0" - yallist "4.0.0" - -"@node-redis/graph@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@node-redis/graph/-/graph-1.0.0.tgz#baf8eaac4a400f86ea04d65ec3d65715fd7951ab" - integrity sha512-mRSo8jEGC0cf+Rm7q8mWMKKKqkn6EAnA9IA2S3JvUv/gaWW/73vil7GLNwion2ihTptAm05I9LkepzfIXUKX5g== - -"@node-redis/json@1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@node-redis/json/-/json-1.0.2.tgz#8ad2d0f026698dc1a4238cc3d1eb099a3bee5ab8" - integrity sha512-qVRgn8WfG46QQ08CghSbY4VhHFgaTY71WjpwRBGEuqGPfWwfRcIf3OqSpR7Q/45X+v3xd8mvYjywqh0wqJ8T+g== - -"@node-redis/search@1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@node-redis/search/-/search-1.0.2.tgz#8cfc91006ea787df801d41410283e1f59027f818" - integrity sha512-gWhEeji+kTAvzZeguUNJdMSZNH2c5dv3Bci8Nn2f7VGuf6IvvwuZDSBOuOlirLVgayVuWzAG7EhwaZWK1VDnWQ== - -"@node-redis/time-series@1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@node-redis/time-series/-/time-series-1.0.1.tgz#703149f8fa4f6fff377c61a0873911e7c1ba5cc3" - integrity sha512-+nTn6EewVj3GlUXPuD3dgheWqo219jTxlo6R+pg24OeVvFHx9aFGGiyOgj3vBPhWUdRZ0xMcujXV5ki4fbLyMw== - "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" @@ -3296,9 +3266,9 @@ integrity sha512-3BGrt6FLjqM6br5AhWRKTr3u5GIVkjRYeAFrMp3HjnfICrg4xOrVRwFavKT6tsp++bq5dluL5t8ME/Nha/6c1Q== "@npmcli/config@^4.0.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-4.1.0.tgz#5c92e5ded2a44baf76b94926646329c3b39e79b8" - integrity sha512-cPQmIQ2Q0vuOfrenrA3isikdMFMAHgzlXV+EmvZ8f2JeJsU5xTU2bG7ipXECiMvPF9nM+QDnMLuIg8QLw9H4xg== + version "4.2.0" + resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-4.2.0.tgz#62b5d2b9cbf93fb2bc9f7cc947f25d7659ef849f" + integrity sha512-imWNz5dNWb2u+y41jyxL2WB389tkhu3a01Rchn16O/ur6GrnKySgOqdNG3N/9Z+mqxdISMEGKXI/POCauzz0dA== dependencies: "@npmcli/map-workspaces" "^2.0.2" ini "^3.0.0" @@ -3310,17 +3280,17 @@ walk-up-path "^1.0.0" "@npmcli/fs@^1.0.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.0.tgz#bec1d1b89c170d40e1b73ad6c943b0b75e7d2951" - integrity sha512-VhP1qZLXcrXRIaPoqb4YA55JQxLNF3jNR4T55IdOJa3+IFJKNYHtPvtXx8slmeMavj37vCzCfrqQM1vWLsYKLA== + version "1.1.1" + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257" + integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ== dependencies: "@gar/promisify" "^1.0.1" semver "^7.3.5" "@npmcli/fs@^2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-2.1.0.tgz#f2a21c28386e299d1a9fae8051d35ad180e33109" - integrity sha512-DmfBvNXGaetMxj9LTp8NAN9vEidXURrf5ZTslQzEAi/6GbW+4yjaLFQc6Tue5cpZ9Frlk4OBo/Snf1Bh/S7qTQ== + version "2.1.1" + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-2.1.1.tgz#c0c480b03450d8b9fc086816a50cb682668a48bf" + integrity sha512-1Q0uzx6c/NVNGszePbr5Gc2riSU1zLpNlo/1YWntH+eaPmMgBssAW0qXofCVkpdj3ce4swZtlDYQu+NKiYcptg== dependencies: "@gar/promisify" "^1.1.3" semver "^7.3.5" @@ -3359,9 +3329,9 @@ read-package-json-fast "^2.0.3" "@npmcli/metavuln-calculator@^3.0.1": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/metavuln-calculator/-/metavuln-calculator-3.1.0.tgz#b1c2f0991c4f2d992b1615a54d4358c05efc3702" - integrity sha512-Q5fbQqGDlYqk7kWrbg6E2j/mtqQjZop0ZE6735wYA1tYNHguIDjAuWs+kFb5rJCkLIlXllfapvsyotYKiZOTBA== + version "3.1.1" + resolved "https://registry.yarnpkg.com/@npmcli/metavuln-calculator/-/metavuln-calculator-3.1.1.tgz#9359bd72b400f8353f6a28a25c8457b562602622" + integrity sha512-n69ygIaqAedecLeVH3KnO39M6ZHiJ2dEv5A7DGvcqCB8q17BGUgW8QaanIkbWUo2aYGZqJaOORTLAlIvKjNDKA== dependencies: cacache "^16.0.0" json-parse-even-better-errors "^2.3.1" @@ -3419,14 +3389,15 @@ read-package-json-fast "^2.0.3" "@npmcli/run-script@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-4.1.0.tgz#1ecd270f6a14841721848f0a7dba441676fc45ab" - integrity sha512-bVX9/2YhQscdlC5WEDQ8HH7bw32klCiAvOSvUHJcmeUTUuaQ7z42KiwmnkXWqhVKKhbWPBp+5H0kN6WDyfknzw== + version "4.1.7" + resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-4.1.7.tgz#b1a2f57568eb738e45e9ea3123fb054b400a86f7" + integrity sha512-WXr/MyM4tpKA4BotB81NccGAv8B48lNH0gRoILucbcAhTQXLCoi6HflMV3KdXubIqvP9SuLsFn68Z7r4jl+ppw== dependencies: "@npmcli/node-gyp" "^2.0.0" "@npmcli/promise-spawn" "^3.0.0" node-gyp "^9.0.0" read-package-json-fast "^2.0.3" + which "^2.0.2" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -3436,13 +3407,13 @@ "@octokit/types" "^6.0.3" "@octokit/core@^3.5.1": - version "3.5.1" - resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b" - integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw== + version "3.6.0" + resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085" + integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q== dependencies: "@octokit/auth-token" "^2.4.4" "@octokit/graphql" "^4.5.8" - "@octokit/request" "^5.6.0" + "@octokit/request" "^5.6.3" "@octokit/request-error" "^2.0.5" "@octokit/types" "^6.0.3" before-after-hook "^2.2.0" @@ -3466,10 +3437,10 @@ "@octokit/types" "^6.0.3" universal-user-agent "^6.0.0" -"@octokit/openapi-types@^11.2.0": - version "11.2.0" - resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6" - integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA== +"@octokit/openapi-types@^12.10.0": + version "12.10.1" + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.10.1.tgz#57b5cc6c7b4e55d8642c93d06401fb1af4839899" + integrity sha512-P+SukKanjFY0ZhsK6wSVnQmxTP2eVPPE8OPSNuxaMYtgVzwJZgfGdwlYjf4RlRU4vLEw4ts2fsE2icG4nZ5ddQ== "@octokit/plugin-enterprise-rest@^6.0.1": version "6.0.1" @@ -3477,11 +3448,11 @@ integrity sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw== "@octokit/plugin-paginate-rest@^2.16.8": - version "2.17.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz#32e9c7cab2a374421d3d0de239102287d791bce7" - integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw== + version "2.21.3" + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz#7f12532797775640dbb8224da577da7dc210c87e" + integrity sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw== dependencies: - "@octokit/types" "^6.34.0" + "@octokit/types" "^6.40.0" "@octokit/plugin-request-log@^1.0.4": version "1.0.4" @@ -3489,11 +3460,11 @@ integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA== "@octokit/plugin-rest-endpoint-methods@^5.12.0": - version "5.13.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz#8c46109021a3412233f6f50d28786f8e552427ba" - integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA== + version "5.16.2" + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz#7ee8bf586df97dd6868cf68f641354e908c25342" + integrity sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw== dependencies: - "@octokit/types" "^6.34.0" + "@octokit/types" "^6.39.0" deprecation "^2.3.1" "@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0": @@ -3505,7 +3476,7 @@ deprecation "^2.0.0" once "^1.4.0" -"@octokit/request@^5.6.0": +"@octokit/request@^5.6.0", "@octokit/request@^5.6.3": version "5.6.3" resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0" integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A== @@ -3527,12 +3498,12 @@ "@octokit/plugin-request-log" "^1.0.4" "@octokit/plugin-rest-endpoint-methods" "^5.12.0" -"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.34.0": - version "6.34.0" - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.34.0.tgz#c6021333334d1ecfb5d370a8798162ddf1ae8218" - integrity sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw== +"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.39.0", "@octokit/types@^6.40.0": + version "6.40.0" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.40.0.tgz#f2e665196d419e19bb4265603cf904a820505d0e" + integrity sha512-MFZOU5r8SwgJWDMhrLUSvyJPtVsqA6VnbVI3TNbsmw+Jnvrktzvq2fYES/6RiJA/5Ykdwq4mJmtlYUfW7CGjmw== dependencies: - "@octokit/openapi-types" "^11.2.0" + "@octokit/openapi-types" "^12.10.0" "@purest/config@^1.0.0": version "1.0.1" @@ -3547,9 +3518,9 @@ integrity sha512-c+OxB8POBW00VG/exqYoh4/ryru48SZzN+uQkg+qK20iDeJ0Gr8nb1QNRuDmtLBJxOkRAze3zk04FctnE3joAw== "@react-dnd/asap@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@react-dnd/asap/-/asap-4.0.0.tgz#b300eeed83e9801f51bd66b0337c9a6f04548651" - integrity sha512-0XhqJSc6pPoNnf8DhdsPHtUhRzZALVzYMTzRwV4VI6DJNJ/5xxfL9OQUwb8IH5/2x7lSf7nAZrnzUD+16VyOVQ== + version "4.0.1" + resolved "https://registry.yarnpkg.com/@react-dnd/asap/-/asap-4.0.1.tgz#5291850a6b58ce6f2da25352a64f1b0674871aab" + integrity sha512-kLy0PJDDwvwwTXxqTFNAAllPHD73AycE9ypWeln/IguoGBEbvFcPDbCV03G52bEcC5E+YgupBE0VzHGdC8SIXg== "@react-dnd/invariant@^2.0.0": version "2.0.0" @@ -3561,10 +3532,44 @@ resolved "https://registry.yarnpkg.com/@react-dnd/shallowequal/-/shallowequal-2.0.0.tgz#a3031eb54129f2c66b2753f8404266ec7bf67f0a" integrity sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg== +"@redis/bloom@1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@redis/bloom/-/bloom-1.0.2.tgz#42b82ec399a92db05e29fffcdfd9235a5fc15cdf" + integrity sha512-EBw7Ag1hPgFzdznK2PBblc1kdlj5B5Cw3XwI9/oG7tSn85/HKy3X9xHy/8tm/eNXJYHLXHJL/pkwBpFMVVefkw== + +"@redis/client@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@redis/client/-/client-1.2.0.tgz#be2ef974881e57276123cb76d08756c03eed946f" + integrity sha512-a8Nlw5fv2EIAFJxTDSSDVUT7yfBGpZO96ybZXzQpgkyLg/dxtQ1uiwTc0EGfzg1mrPjZokeBSEGTbGXekqTNOg== + dependencies: + cluster-key-slot "1.1.0" + generic-pool "3.8.2" + yallist "4.0.0" + +"@redis/graph@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@redis/graph/-/graph-1.0.1.tgz#eabc58ba99cd70d0c907169c02b55497e4ec8a99" + integrity sha512-oDE4myMCJOCVKYMygEMWuriBgqlS5FqdWerikMoJxzmmTUErnTRRgmIDa2VcgytACZMFqpAOWDzops4DOlnkfQ== + +"@redis/json@1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@redis/json/-/json-1.0.3.tgz#a13fde1d22ebff0ae2805cd8e1e70522b08ea866" + integrity sha512-4X0Qv0BzD9Zlb0edkUoau5c1bInWSICqXAGrpwEltkncUwcxJIGEcVryZhLgb0p/3PkKaLIWkjhHRtLe9yiA7Q== + +"@redis/search@1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@redis/search/-/search-1.0.6.tgz#53d7451c2783f011ebc48ec4c2891264e0b22f10" + integrity sha512-pP+ZQRis5P21SD6fjyCeLcQdps+LuTzp2wdUbzxEmNhleighDDTD5ck8+cYof+WLec4csZX7ks+BuoMw0RaZrA== + +"@redis/time-series@1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@redis/time-series/-/time-series-1.0.3.tgz#4cfca8e564228c0bddcdf4418cba60c20b224ac4" + integrity sha512-OFp0q4SGrTH0Mruf6oFsHGea58u8vS/iI5+NpYdicaM+7BgqBZH8FFvNZ8rYYLrUO/QRqMq72NpXmxLVNcdmjA== + "@request/api@^0.6.0": version "0.6.0" resolved "https://registry.yarnpkg.com/@request/api/-/api-0.6.0.tgz#e46e4c32e21db9ca72639701cba1ebfee06c1666" - integrity sha1-5G5MMuIducpyY5cBy6Hr/uBsFmY= + integrity sha512-8V82isKYfLhSerVU1oof5TtYv3vimweF0PBqk313rJVcu7GPzX8B/qH1cTw2fMgjoo3smFbf91p3tS1CiOYczA== dependencies: "@request/interface" "^0.1.0" deep-copy "^1.1.2" @@ -3573,12 +3578,12 @@ "@request/interface@^0.1.0": version "0.1.0" resolved "https://registry.yarnpkg.com/@request/interface/-/interface-0.1.0.tgz#c913504d3dc2810afad555b599aeaec2cc4c6768" - integrity sha1-yRNQTT3CgQr61VW1ma6uwsxMZ2g= + integrity sha512-eU+ccrwfht1uqoYN/fpDnjYFHm7MJJDCkUbEZHvVTdUR6PqDvfNuYkhRIQ/peIm3Jzq94duZgX5l2yTEToXfbw== "@rushstack/eslint-patch@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz#6801033be7ff87a6b7cadaf5b337c9f366a3c4b0" - integrity sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw== + version "1.1.4" + resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.4.tgz#0c8b74c50f29ee44f423f7416829c0bf8bb5eb27" + integrity sha512-LwzQKA4vzIct1zNZzBmRKI9QuNpLgTQMEjsQLf3BXuGYb3QPTP4Yjf6mkdX+X1mYttZ808QpOwAzZjv28kq7DA== "@sailshq/lodash@^3.10.2", "@sailshq/lodash@^3.10.3": version "3.10.4" @@ -3756,24 +3761,24 @@ integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== "@tsconfig/node10@^1.0.7": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9" - integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg== + version "1.0.9" + resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.9.tgz#df4907fc07a886922637b15e02d4cebc4c0021b2" + integrity sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA== "@tsconfig/node12@^1.0.7": - version "1.0.9" - resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c" - integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw== + version "1.0.11" + resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.11.tgz#ee3def1f27d9ed66dac6e46a295cffb0152e058d" + integrity sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag== "@tsconfig/node14@^1.0.0": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2" - integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg== + version "1.0.3" + resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.3.tgz#e4386316284f00b98435bf40f72f75a09dabf6c1" + integrity sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow== "@tsconfig/node16@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e" - integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA== + version "1.0.3" + resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e" + integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== "@types/acorn@^4.0.0": version "4.0.6" @@ -3815,9 +3820,9 @@ "@types/responselike" "*" "@types/chai@4": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.0.tgz#23509ebc1fa32f1b4d50d6a66c4032d5b8eaabdc" - integrity sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw== + version "4.3.1" + resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.1.tgz#e2c6e73e0bdeb2521d00756d099218e9f5d90a04" + integrity sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ== "@types/concat-stream@^2.0.0": version "2.0.0" @@ -3869,24 +3874,19 @@ "@types/estree" "*" "@types/estree@*": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" + integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== + +"@types/estree@^0.0.51": version "0.0.51" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== -"@types/estree@^0.0.46": - version "0.0.46" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe" - integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== - -"@types/estree@^0.0.50": - version "0.0.50" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83" - integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw== - "@types/express-serve-static-core@^4.17.18": - version "4.17.28" - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8" - integrity sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig== + version "4.17.29" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.29.tgz#2a1795ea8e9e9c91b4a4bbe475034b20c1ec711c" + integrity sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q== dependencies: "@types/node" "*" "@types/qs" "*" @@ -3955,9 +3955,9 @@ integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ== "@types/http-proxy@^1.17.8": - version "1.17.8" - resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55" - integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA== + version "1.17.9" + resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.9.tgz#7f0e7931343761efde1e2bf48c40f02f3f75705a" + integrity sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw== dependencies: "@types/node" "*" @@ -3998,27 +3998,32 @@ dependencies: "@types/istanbul-lib-report" "*" +"@types/json-buffer@~3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@types/json-buffer/-/json-buffer-3.0.0.tgz#85c1ff0f0948fc159810d4b5be35bf8c20875f64" + integrity sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ== + "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8": - version "7.0.9" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" - integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== + version "7.0.11" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" + integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== "@types/json5@^0.0.29": version "0.0.29" resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" - integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= + integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== "@types/keyv@*", "@types/keyv@^3.1.1": - version "3.1.3" - resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.3.tgz#1c9aae32872ec1f20dcdaee89a9f3ba88f465e41" - integrity sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg== + version "3.1.4" + resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6" + integrity sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg== dependencies: "@types/node" "*" "@types/lodash@^4.14.175": - version "4.14.178" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.178.tgz#341f6d2247db528d4a13ddbb374bcdc80406f4f8" - integrity sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw== + version "4.14.182" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2" + integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q== "@types/mdast@^3.0.0": version "3.0.10" @@ -4033,9 +4038,9 @@ integrity sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA== "@types/mdx@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.1.tgz#e4c05d355d092d7b58db1abfe460e53f41102ac8" - integrity sha512-JPEv4iAl0I+o7g8yVWDwk30es8mfVrjkvh5UeVR2sYPpZCK44vrAPsbJpIS+rJAUxLgaSAMKTEH5Vn5qd9XsrQ== + version "2.0.2" + resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.2.tgz#64be19baddba4323ae7893e077e98759316fe279" + integrity sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ== "@types/mime@^1": version "1.3.2" @@ -4073,9 +4078,9 @@ "@types/unist" "*" "@types/node-fetch@^2.1.6": - version "2.5.12" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66" - integrity sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw== + version "2.6.2" + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.2.tgz#d1a9c5fd049d9415dce61571557104dec3ec81da" + integrity sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A== dependencies: "@types/node" "*" form-data "^3.0.0" @@ -4086,9 +4091,9 @@ integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw== "@types/node@^16.0.0": - version "16.11.22" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.22.tgz#e704150225bfc4195f8ce68a7ac8da02b753549a" - integrity sha512-DYNtJWauMQ9RNpesl4aVothr97/tIJM8HbyOXJ0AYT1Z2bEjLHyfjOBPAQQVMLf8h3kSShYfNk8Wnto8B2zHUA== + version "16.11.45" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.45.tgz#155b13a33c665ef2b136f7f245fa525da419e810" + integrity sha512-3rKg/L5x0rofKuuUt5zlXzOnKyIHXmIu5R8A0TuNDMF2062/AOIDBciFIjToLEJ/9F9DzkHNot+BpNsMI1OLdQ== "@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1": version "2.4.1" @@ -4105,10 +4110,10 @@ resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.3.tgz#705bb349e789efa06f43f128cef51240753424cb" integrity sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g== -"@types/prop-types@*": - version "15.7.4" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" - integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== +"@types/prop-types@*", "@types/prop-types@^15.0.0": + version "15.7.5" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" + integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== "@types/qs@*": version "6.9.7" @@ -4121,9 +4126,9 @@ integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== "@types/react-redux@^7.1.16": - version "7.1.22" - resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.22.tgz#0eab76a37ef477cc4b53665aeaf29cb60631b72a" - integrity sha512-GxIA1kM7ClU73I6wg9IRTVwSO9GS+SAKZKe0Enj+82HMU6aoESFU2HNAdNi3+J53IaOHPiUfT3kSG4L828joDQ== + version "7.1.24" + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.24.tgz#6caaff1603aba17b27d20f8ad073e4c077e975c0" + integrity sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ== dependencies: "@types/hoist-non-react-statics" "^3.3.0" "@types/react" "*" @@ -4131,16 +4136,16 @@ redux "^4.0.0" "@types/react-transition-group@^4.2.0": - version "4.4.4" - resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.4.tgz#acd4cceaa2be6b757db61ed7b432e103242d163e" - integrity sha512-7gAPz7anVK5xzbeQW9wFBDg7G++aPLAFY0QaSMOou9rJZpbuI58WAuJrgu+qR92l61grlnCUe7AFX8KGahAgug== + version "4.4.5" + resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.5.tgz#aae20dcf773c5aa275d5b9f7cdbca638abc5e416" + integrity sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA== dependencies: "@types/react" "*" "@types/react@*", "@types/react@16 || 17 || 18", "@types/react@>=16", "@types/react@^18.0.8": - version "18.0.14" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.14.tgz#e016616ffff51dba01b04945610fe3671fdbe06d" - integrity sha512-x4gGuASSiWmo0xjDLpm5mPb52syZHJx02VKbqUKdLmKtAwIh63XClGsiTI1K6DO5q7ox4xAsQrU+Gl3+gGXF9Q== + version "18.0.15" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.15.tgz#d355644c26832dc27f3e6cbf0c4f4603fc4ab7fe" + integrity sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -4159,9 +4164,9 @@ integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== "@types/semver@^7.0.0": - version "7.3.9" - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.9.tgz#152c6c20a7688c30b967ec1841d31ace569863fc" - integrity sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ== + version "7.3.10" + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.10.tgz#5f19ee40cbeff87d916eedc8c2bfe2305d957f73" + integrity sha512-zsv3fsC7S84NN6nPK06u79oWgrPVd0NvOyqgghV1haPaFcVxIrP4DLomRwGAXk0ui4HZA7mOcSFL98sMVW9viw== "@types/serve-static@*": version "1.13.10" @@ -4205,17 +4210,17 @@ integrity sha512-XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q== "@types/whatwg-url@^8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@types/whatwg-url/-/whatwg-url-8.2.1.tgz#f1aac222dab7c59e011663a0cb0a3117b2ef05d4" - integrity sha512-2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ== + version "8.2.2" + resolved "https://registry.yarnpkg.com/@types/whatwg-url/-/whatwg-url-8.2.2.tgz#749d5b3873e845897ada99be4448041d4cc39e63" + integrity sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA== dependencies: "@types/node" "*" "@types/webidl-conversions" "*" "@types/yargs-parser@*": - version "20.2.1" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129" - integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw== + version "21.0.0" + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" + integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== "@types/yargs@^15.0.0": version "15.0.14" @@ -4232,47 +4237,47 @@ "@types/yargs-parser" "*" "@typescript-eslint/parser@^5.21.0": - version "5.26.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2" - integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q== + version "5.30.7" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.7.tgz#99d09729392aec9e64b1de45cd63cb81a4ddd980" + integrity sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A== dependencies: - "@typescript-eslint/scope-manager" "5.26.0" - "@typescript-eslint/types" "5.26.0" - "@typescript-eslint/typescript-estree" "5.26.0" + "@typescript-eslint/scope-manager" "5.30.7" + "@typescript-eslint/types" "5.30.7" + "@typescript-eslint/typescript-estree" "5.30.7" debug "^4.3.4" -"@typescript-eslint/scope-manager@5.26.0": - version "5.26.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz#44209c7f649d1a120f0717e0e82da856e9871339" - integrity sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw== +"@typescript-eslint/scope-manager@5.30.7": + version "5.30.7" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.7.tgz#8269a931ef1e5ae68b5eb80743cc515c4ffe3dd7" + integrity sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw== dependencies: - "@typescript-eslint/types" "5.26.0" - "@typescript-eslint/visitor-keys" "5.26.0" + "@typescript-eslint/types" "5.30.7" + "@typescript-eslint/visitor-keys" "5.30.7" -"@typescript-eslint/types@5.26.0": - version "5.26.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3" - integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA== +"@typescript-eslint/types@5.30.7": + version "5.30.7" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.7.tgz#18331487cc92d0f1fb1a6f580c8ec832528079d0" + integrity sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg== -"@typescript-eslint/typescript-estree@5.26.0", "@typescript-eslint/typescript-estree@^5.13.0": - version "5.26.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3" - integrity sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w== +"@typescript-eslint/typescript-estree@5.30.7", "@typescript-eslint/typescript-estree@^5.13.0": + version "5.30.7" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.7.tgz#05da9f1b281985bfedcf62349847f8d168eecc07" + integrity sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA== dependencies: - "@typescript-eslint/types" "5.26.0" - "@typescript-eslint/visitor-keys" "5.26.0" + "@typescript-eslint/types" "5.30.7" + "@typescript-eslint/visitor-keys" "5.30.7" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/visitor-keys@5.26.0": - version "5.26.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57" - integrity sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q== +"@typescript-eslint/visitor-keys@5.30.7": + version "5.30.7" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.7.tgz#c093abae75b4fd822bfbad9fc337f38a7a14909a" + integrity sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw== dependencies: - "@typescript-eslint/types" "5.26.0" + "@typescript-eslint/types" "5.30.7" eslint-visitor-keys "^3.3.0" "@ungap/promise-all-settled@1.1.2": @@ -4281,9 +4286,9 @@ integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== "@vercel/nft@^0.20.0": - version "0.20.0" - resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.20.0.tgz#43b1027599f9041b27b9f6ed132f632c53bc7ea1" - integrity sha512-+lxsJP/sG4E8UkhfrJC6evkLLfUpZrjXxqEdunr3Q9kiECi8JYBGz6B5EpU1+MmeNnRoSphLcLh/1tI998ye4w== + version "0.20.1" + resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.20.1.tgz#41e559af189405c526ac1f6709773bc99995b95b" + integrity sha512-hSLcr64KHOkcNiTAlv154K4p4faEFBwYIi2eIgu1QCDhB1qyQYvFuEhtw3eaapNjA4/7x/2jcclfCAjILua/ag== dependencies: "@mapbox/node-pre-gyp" "^1.0.5" acorn "^8.6.0" @@ -4293,7 +4298,6 @@ graceful-fs "^4.2.9" micromatch "^4.0.2" node-gyp-build "^4.2.2" - node-pre-gyp "^0.13.0" resolve-from "^5.0.0" rollup-pluginutils "^2.8.2" @@ -4513,9 +4517,9 @@ acorn@^7.0.0: integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== acorn@^8.0.0, acorn@^8.4.1, acorn@^8.6.0, acorn@^8.7.1: - version "8.7.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30" - integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A== + version "8.8.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8" + integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w== add-dom-event-listener@^1.1.0: version "1.1.0" @@ -4527,12 +4531,12 @@ add-dom-event-listener@^1.1.0: add-stream@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" - integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo= + integrity sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ== addressparser@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/addressparser/-/addressparser-1.0.1.tgz#47afbe1a2a9262191db6838e4fd1d39b40821746" - integrity sha1-R6++GiqSYhkdtoOOT9HTm0CCF0Y= + integrity sha512-aQX7AISOMM7HFE0iZ3+YnD07oIeJqWGVnJ+ZIKaBZAk03ftmVYVqsGas/rbXKR21n4D/hKCSHypvcyOkds/xzg== agent-base@6, agent-base@^6.0.2: version "6.0.2" @@ -4541,16 +4545,7 @@ agent-base@6, agent-base@^6.0.2: dependencies: debug "4" -agentkeepalive@^4.1.3: - version "4.2.0" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.0.tgz#616ce94ccb41d1a39a45d203d8076fe98713062d" - integrity sha512-0PhAp58jZNw13UJv7NVdTGb0ZcghHUb3DrZ046JiiJY/BOaTTpbwdHq2VObPCBV8M2GPh7sgrJ3AQ8Ey468LJw== - dependencies: - debug "^4.1.0" - depd "^1.1.2" - humanize-ms "^1.2.1" - -agentkeepalive@^4.2.1: +agentkeepalive@^4.1.3, agentkeepalive@^4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717" integrity sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA== @@ -4568,9 +4563,9 @@ aggregate-error@^3.0.0: indent-string "^4.0.0" aggregate-error@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-4.0.0.tgz#83dbdb53a0d500721281d22e19eee9bc352a89cd" - integrity sha512-8DGp7zUt1E9k0NE2q4jlXHk+V3ORErmwolEdRz9iV+LKJ40WhMHh92cxAvhqV2I+zEn/gotIoqoMs0NjF3xofg== + version "4.0.1" + resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-4.0.1.tgz#25091fe1573b9e0be892aeda15c7c66a545f758e" + integrity sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w== dependencies: clean-stack "^4.0.0" indent-string "^5.0.0" @@ -4610,17 +4605,7 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.0: - version "8.10.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.10.0.tgz#e573f719bd3af069017e3b66538ab968d040e54d" - integrity sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw== - dependencies: - fast-deep-equal "^3.1.1" - json-schema-traverse "^1.0.0" - require-from-string "^2.0.2" - uri-js "^4.2.2" - -ajv@^8.11.0: +ajv@^8.0.0, ajv@^8.11.0: version "8.11.0" resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f" integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg== @@ -4690,7 +4675,7 @@ all-node-versions@^8.0.0: ansi-align@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" - integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= + integrity sha512-TdlOggdA/zURfMYa7ABC66j+oqfMew58KpJMbUlH3bcZP1b+cBHIHDDn5uH9INsxrHBPjsqM0tDB4jPTF/vgJA== dependencies: string-width "^2.0.0" @@ -4738,22 +4723,22 @@ ansi-html-community@0.0.8: ansi-regex@^0.2.0, ansi-regex@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-0.2.1.tgz#0d8e946967a3d8143f93e24e298525fc1b2235f9" - integrity sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk= + integrity sha512-sGwIGMjhYdW26/IhwK2gkWWI8DRCVO6uj3hYgHT+zD+QL1pa37tM3ujhyfcJIYSbsxp7Gxhy7zrRW/1AHm4BmA== ansi-regex@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA== ansi-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" - integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + version "3.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1" + integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw== ansi-regex@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" - integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + version "4.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed" + integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== ansi-regex@^5.0.0, ansi-regex@^5.0.1: version "5.0.1" @@ -4768,12 +4753,12 @@ ansi-regex@^6.0.1: ansi-styles@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.1.0.tgz#eaecbf66cd706882760b2f4691582b8f55d7a7de" - integrity sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94= + integrity sha512-f2PKUkN5QngiSemowa6Mrk9MPCdtFiOSmibjZ+j1qhLGHHYsqZwmBMRF3IRMVXo8sybDqx2fJl2d/8OphBoWkA== ansi-styles@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= + integrity sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA== ansi-styles@^3.2.0, ansi-styles@^3.2.1: version "3.2.1" @@ -4814,7 +4799,7 @@ any-observable@^0.3.0: any-promise@^1.0.0, any-promise@^1.1.0, any-promise@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" - integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= + integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== anymatch@^2.0.0: version "2.0.0" @@ -4842,7 +4827,7 @@ append-transform@^2.0.0: apr-engine-each@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/apr-engine-each/-/apr-engine-each-3.0.3.tgz#1d678537c89380b6987c5c1f0aac7a7dca3e63c8" - integrity sha1-HWeFN8iTgLaYfFwfCqx6fco+Y8g= + integrity sha512-XjNThCBnMn7l9bEUWZZeAK43GYrxS6uF3S5Yg9IlQMW/QYQ02IX0xV5ZeYPGUotnQi25X7EUjYZbXTiGE19ydw== dependencies: apr-engine-run "^3.0.3" lodash.defaults "^4.2.0" @@ -4850,7 +4835,7 @@ apr-engine-each@^3.0.3: apr-engine-iterator@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/apr-engine-iterator/-/apr-engine-iterator-3.0.3.tgz#013415eae0acebb569daa6cfb7e25698101d4f5d" - integrity sha1-ATQV6uCs67Vp2qbPt+JWmBAdT10= + integrity sha512-/RMcg26WoAgfs2ltIgjbAwGUjQ7M4Z3eEy3S1Rt8lcrMopx8/KuJBni5Bb1RlZcWSxW0WBOrQJ0uE2Uf05uVGg== dependencies: apr-engine-until "^3.0.3" build-array "^1.0.0" @@ -4861,19 +4846,19 @@ apr-engine-iterator@^3.0.3: apr-engine-run@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/apr-engine-run/-/apr-engine-run-3.0.3.tgz#c7f3e6e31f12de636d00e84be22160fe82569990" - integrity sha1-x/Pm4x8S3mNtAOhL4iFg/oJWmZA= + integrity sha512-bklaP+/iY5lhV8R57sZh0rvGMIELP70kKL1nrYF1a5PMH2e2VP01GbhI1xeueL67+d7CnxDr7wv0U1QS71gR0w== dependencies: apr-engine-iterator "^3.0.3" apr-engine-until@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/apr-engine-until/-/apr-engine-until-3.0.3.tgz#0168a429e1f6ad054cc8fbe2edff65663f92e9cb" - integrity sha1-AWikKeH2rQVMyPvi7f9lZj+S6cs= + integrity sha512-nEJgXJMnNY9COSNHwd0quwVuiuPEgJb7oENleCk1dLpGylaAWONdZjRGUxC9ELctGFl5QvYUFF2wAE5IQ/3VZw== apr-for-each@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/apr-for-each/-/apr-for-each-3.0.3.tgz#2efa6834bcac3ac8a7ecda4642edd318b7708580" - integrity sha1-LvpoNLysOsin7NpGQu3TGLdwhYA= + integrity sha512-/FmEKcMaOzkQb59OS6gm24SB1frQch/2JRcRi0GmnFnK8Mya8BYjKpdU2E2WXq/KpTy8vlzUaLwPqZZZp5y1rQ== dependencies: apr-engine-each "^3.0.3" lodash.defaults "^4.2.0" @@ -4886,7 +4871,7 @@ apr-intercept@^3.0.4: apr-reduce@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/apr-reduce/-/apr-reduce-3.0.3.tgz#be875cf29cdb80a4d47eaeb0f92b4de2857c13d7" - integrity sha1-vodc8pzbgKTUfq6w+StN4oV8E9c= + integrity sha512-eKCmD+oJWoAPssGIVDn/gspD+KJ1yUtvWBL9xzd5MdKeZeVDtjazJj0k35naNQNdYrv1vSW/OXUbXzTh65FHNw== dependencies: apr-engine-each "^3.0.3" lodash.defaults "^4.2.0" @@ -4904,7 +4889,7 @@ aproba@^1.0.3, aproba@^1.1.1: archive-type@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/archive-type/-/archive-type-4.0.0.tgz#f92e72233056dfc6969472749c267bdb046b1d70" - integrity sha1-+S5yIzBW38aWlHJ0nCZ72wRrHXA= + integrity sha512-zV4Ky0v1F8dBrdYElwTvQhweQ0P7Kwc1aluqJsYtOBP01jXcWCyW2IEfI1YiqsG+Iy7ZR+o5LF1N+PGECBxHWA== dependencies: file-type "^4.2.0" @@ -4925,12 +4910,12 @@ archiver-utils@^2.1.0: readable-stream "^2.0.0" archiver@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.0.tgz#dd3e097624481741df626267564f7dd8640a45ba" - integrity sha512-iUw+oDwK0fgNpvveEsdQ0Ase6IIKztBJU2U0E9MzszMfmVVUyv1QJhS2ITW9ZCqx8dktAxVAjWWkKehuZE8OPg== + version "5.3.1" + resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.1.tgz#21e92811d6f09ecfce649fbefefe8c79e57cbbb6" + integrity sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w== dependencies: archiver-utils "^2.1.0" - async "^3.2.0" + async "^3.2.3" buffer-crc32 "^0.2.1" readable-stream "^3.6.0" readdir-glob "^1.0.0" @@ -4940,7 +4925,7 @@ archiver@^5.3.0: archy@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40" - integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA= + integrity sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw== are-we-there-yet@^2.0.0: version "2.0.0" @@ -4991,7 +4976,7 @@ argparse@^2.0.1: argv@0.0.2: version "0.0.2" resolved "https://registry.yarnpkg.com/argv/-/argv-0.0.2.tgz#ecbd16f8949b157183711b1bda334f37840185ab" - integrity sha1-7L0W+JSbFXGDcRsb2jNPN4QBhas= + integrity sha512-dEamhpPEwRUBpLNHeuCm/v+g0anFByHahxodVO/BbAarHVBBg2MccCwf9K+o1Pof+2btdnkJelYVUWjW/VrATw== aria-query@^4.2.2: version "4.2.2" @@ -5004,7 +4989,7 @@ aria-query@^4.2.2: arr-diff@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + integrity sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA== arr-flatten@^1.1.0: version "1.1.0" @@ -5014,7 +4999,7 @@ arr-flatten@^1.1.0: arr-union@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q== array-back@^3.0.1, array-back@^3.1.0: version "3.1.0" @@ -5029,12 +5014,12 @@ array-differ@^3.0.0: array-find-index@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= + integrity sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw== array-flatten@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" - integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= + integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== array-flatten@^2.1.0: version "2.1.2" @@ -5044,20 +5029,9 @@ array-flatten@^2.1.0: array-ify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" - integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4= + integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== -array-includes@^3.1.3, array-includes@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9" - integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - get-intrinsic "^1.1.1" - is-string "^1.0.7" - -array-includes@^3.1.5: +array-includes@^3.1.4, array-includes@^3.1.5: version "3.1.5" resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb" integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ== @@ -5076,7 +5050,7 @@ array-iterate@^1.0.0: array-union@^1.0.1, array-union@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" - integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= + integrity sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng== dependencies: array-uniq "^1.0.1" @@ -5088,30 +5062,32 @@ array-union@^2.1.0: array-uniq@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" - integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= + integrity sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q== array-unique@^0.3.2: version "0.3.2" resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ== array.prototype.find@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.1.2.tgz#6abbd0c2573925d8094f7d23112306af8c16d534" - integrity sha512-00S1O4ewO95OmmJW7EesWfQlrCrLEL8kZ40w3+GkLX2yTt0m2ggcePPa2uHPJ9KUmJvwRq+lCV9bD8Yim23x/Q== + version "2.2.0" + resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.2.0.tgz#153b8a28ad8965cd86d3117b07e6596af6f2880d" + integrity sha512-sn40qmUiLYAcRb/1HsIQjTTZ1kCy8II8VtZJpMn2Aoen9twULhbWXisfh3HimGqMlHGUul0/TfKCnXg42LuPpQ== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.19.0" + es-abstract "^1.19.4" + es-shim-unscopables "^1.0.0" array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13" - integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg== + version "1.3.0" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b" + integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.19.0" + es-abstract "^1.19.2" + es-shim-unscopables "^1.0.0" array.prototype.flatmap@^1.3.0: version "1.3.0" @@ -5123,6 +5099,17 @@ array.prototype.flatmap@^1.3.0: es-abstract "^1.19.2" es-shim-unscopables "^1.0.0" +array.prototype.reduce@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz#8167e80089f78bff70a99e20bd4201d4663b0a6f" + integrity sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.2" + es-array-method-boxes-properly "^1.0.0" + is-string "^1.0.7" + arrgv@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/arrgv/-/arrgv-1.0.2.tgz#025ed55a6a433cad9b604f8112fc4292715a6ec0" @@ -5131,7 +5118,7 @@ arrgv@^1.0.2: arrify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" - integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= + integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== arrify@^2.0.1: version "2.0.1" @@ -5146,12 +5133,12 @@ arrify@^3.0.0: asap@^2.0.0, asap@~2.0.3: version "2.0.6" resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" - integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= + integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== ascii-table@0.0.9: version "0.0.9" resolved "https://registry.yarnpkg.com/ascii-table/-/ascii-table-0.0.9.tgz#06a6604d6a55d4bf41a9a47d9872d7a78da31e73" - integrity sha1-BqZgTWpV1L9BqaR9mHLXp42jHnM= + integrity sha512-xpkr6sCDIYTPqzvjG8M3ncw1YOTaloWZOyrUmicoEifBEKzQzt+ooUpRpQ/AbOoJfO/p2ZKiyp79qHThzJDulQ== asn1.js@^5.2.0, asn1.js@^5.3.0: version "5.4.1" @@ -5173,7 +5160,7 @@ asn1@~0.2.3: assert-plus@1.0.0, assert-plus@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= + integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw== assert@^1.1.1: version "1.5.0" @@ -5191,7 +5178,7 @@ assertion-error@^1.1.0: assign-symbols@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + integrity sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw== ast-module-types@^3.0.0: version "3.0.0" @@ -5201,17 +5188,17 @@ ast-module-types@^3.0.0: ast-types-flow@^0.0.7: version "0.0.7" resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad" - integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0= + integrity sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag== ast-types@0.9.6: version "0.9.6" resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.9.6.tgz#102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9" - integrity sha1-ECyenpAF0+fjgpvwxPok7oYu6bk= + integrity sha512-qEdtR2UH78yyHX/AUNfXmJTlM48XoFZKBdwi1nzkI1mJL21cmbu0cvjxjpkXJ5NENMq42H+hNs8VLJcqXLerBQ== astring@^1.4.0, astring@^1.6.0: - version "1.8.1" - resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.1.tgz#a91c4afd4af3523e11f31242a3d5d9af62bb6cc6" - integrity sha512-Aj3mbwVzj7Vve4I/v2JYOPFkCGM2YS7OqQTNSxmUR+LECRpokuPgAYghePgr6SALDo5bD5DlfbSaYjOzGJZOLQ== + version "1.8.3" + resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.3.tgz#1a0ae738c7cc558f8e5ddc8e3120636f5cebcb85" + integrity sha512-sRpyiNrx2dEYIMmUXprS8nlpRg2Drs8m9ElX9vVEXaCB4XEAJhKfs7IcX0IwShjuOAjLR6wzIrgoptz1n19i1A== async-each@^1.0.1: version "1.0.3" @@ -5221,7 +5208,7 @@ async-each@^1.0.1: async-foreach@^0.1.3: version "0.1.3" resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" - integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= + integrity sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA== async-limiter@~1.0.0: version "1.0.1" @@ -5236,26 +5223,26 @@ async-mutex@^0.3.2: tslib "^2.3.1" async@^2.1.2, async@^2.6.1, async@^2.6.2: - version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" - integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== + version "2.6.4" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" + integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA== dependencies: lodash "^4.17.14" -async@^3.0.1, async@^3.2.0, async@^3.2.3: - version "3.2.3" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" - integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== +async@^3.0.1, async@^3.2.3: + version "3.2.4" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" + integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== async@~1.5: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" - integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= + integrity sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w== asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= + integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== at-least-node@^1.0.0: version "1.0.0" @@ -5346,22 +5333,22 @@ ava@^4.0.1: aws-sign2@~0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= + integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA== aws4@^1.8.0: version "1.11.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== -axe-core@^4.3.5: - version "4.4.1" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413" - integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw== +axe-core@^4.4.3: + version "4.4.3" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.3.tgz#11c74d23d5013c0fa5d183796729bc3482bd2f6f" + integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w== axios@0.18.0: version "0.18.0" resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102" - integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI= + integrity sha512-14hgP2oTu6SPu+26Ofye6Se8u5Mmjc07a0ACHTJ5POKFU1Mtxz2IxSvaWy1O+QnbSa8XHy1gYz2E1l+G26XJdA== dependencies: follow-redirects "^1.3.0" is-buffer "^1.1.5" @@ -5410,7 +5397,16 @@ babel-plugin-dynamic-import-node@^2.3.3: dependencies: object.assign "^4.1.0" -babel-plugin-polyfill-corejs2@^0.3.0, babel-plugin-polyfill-corejs2@^0.3.1: +babel-plugin-macros@^2.6.1: + version "2.8.0" + resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" + integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== + dependencies: + "@babel/runtime" "^7.7.2" + cosmiconfig "^6.0.0" + resolve "^1.12.0" + +babel-plugin-polyfill-corejs2@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== @@ -5419,7 +5415,7 @@ babel-plugin-polyfill-corejs2@^0.3.0, babel-plugin-polyfill-corejs2@^0.3.1: "@babel/helper-define-polyfill-provider" "^0.3.1" semver "^6.1.1" -babel-plugin-polyfill-corejs3@^0.5.0, babel-plugin-polyfill-corejs3@^0.5.2: +babel-plugin-polyfill-corejs3@^0.5.2: version "0.5.2" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== @@ -5427,7 +5423,7 @@ babel-plugin-polyfill-corejs3@^0.5.0, babel-plugin-polyfill-corejs3@^0.5.2: "@babel/helper-define-polyfill-provider" "^0.3.1" core-js-compat "^3.21.0" -babel-plugin-polyfill-regenerator@^0.3.0, babel-plugin-polyfill-regenerator@^0.3.1: +babel-plugin-polyfill-regenerator@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== @@ -5435,19 +5431,20 @@ babel-plugin-polyfill-regenerator@^0.3.0, babel-plugin-polyfill-regenerator@^0.3 "@babel/helper-define-polyfill-provider" "^0.3.1" "babel-plugin-styled-components@>= 1.12.0": - version "2.0.2" - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.2.tgz#0fac11402dc9db73698b55847ab1dc73f5197c54" - integrity sha512-7eG5NE8rChnNTDxa6LQfynwgHTVOYYaHJbUYSlOhk8QBXIQiMBKq4gyfHBBKPrxUcVBXVJL61ihduCpCQbuNbw== + version "2.0.7" + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz#c81ef34b713f9da2b7d3f5550df0d1e19e798086" + integrity sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA== dependencies: "@babel/helper-annotate-as-pure" "^7.16.0" "@babel/helper-module-imports" "^7.16.0" babel-plugin-syntax-jsx "^6.18.0" lodash "^4.17.11" + picomatch "^2.3.0" babel-plugin-syntax-jsx@^6.18.0: version "6.18.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" - integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= + integrity sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw== babel-preset-backpack@^0.8.4: version "0.8.4" @@ -5468,7 +5465,7 @@ babel-preset-backpack@^0.8.4: backoff@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/backoff/-/backoff-2.5.0.tgz#f616eda9d3e4b66b8ca7fca79f695722c5f8e26f" - integrity sha1-9hbtqdPktmuMp/ynn2lXIsX44m8= + integrity sha512-wC5ihrnUXmR2douXmXLCe5O3zg3GKIyvRi/hi58a/XyRxVI+3/yM0PYueQOZXPXQ9pxBislYkw+sF9b7C/RuMA== dependencies: precond "0.2" @@ -5525,24 +5522,24 @@ base@^0.11.1: batch-processor@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/batch-processor/-/batch-processor-1.0.0.tgz#75c95c32b748e0850d10c2b168f6bdbe9891ace8" - integrity sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg= + integrity sha512-xoLQD8gmmR32MeuBHgH0Tzd5PuSZx71ZsbhVxOCRbgktZEPe4SQy7s9Z50uPp0F/f7iw2XmkHN2xkgbMfckMDA== batch@0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" - integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= + integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw== bcrypt-pbkdf@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= + integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w== dependencies: tweetnacl "^0.14.3" bcryptjs@^2.4.3: version "2.4.3" resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb" - integrity sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms= + integrity sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ== before-after-hook@^2.2.0: version "2.2.2" @@ -5591,7 +5588,7 @@ bin-links@^3.0.0: bin-pack@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/bin-pack/-/bin-pack-1.0.2.tgz#c2a014edbf0bed70a3292062ed46577b96120679" - integrity sha1-wqAU7b8L7XCjKSBi7UZXe5YSBnk= + integrity sha512-aOk0SxEon5LF9cMxQFViSKb4qccG6rs7XKyMXIb1J8f8LA2acTIWnHdT0IOTe4gYBbqgjdbuTZ5f+UP+vlh4Mw== binary-extensions@^1.0.0: version "1.13.1" @@ -5665,9 +5662,9 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== bn.js@^5.0.0, bn.js@^5.1.1: - version "5.2.0" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" - integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== + version "5.2.1" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70" + integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ== body-parser@1.20.0: version "1.20.0" @@ -5690,7 +5687,7 @@ body-parser@1.20.0: bonjour@^3.5.0: version "3.5.0" resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5" - integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU= + integrity sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg== dependencies: array-flatten "^2.1.0" deep-equal "^1.0.1" @@ -5702,7 +5699,7 @@ bonjour@^3.5.0: boolbase@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" - integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= + integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== boom@^7.3.0: version "7.3.0" @@ -5712,9 +5709,9 @@ boom@^7.3.0: hoek "6.x.x" bootstrap@^4.6.0: - version "4.6.1" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.1.tgz#bc25380c2c14192374e8dec07cf01b2742d222a2" - integrity sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og== + version "4.6.2" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.2.tgz#8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479" + integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ== boxen@4.2.0: version "4.2.0" @@ -5788,7 +5785,7 @@ braces@^2.3.1, braces@^2.3.2: split-string "^3.0.2" to-regex "^3.0.1" -braces@^3.0.1, braces@~3.0.2: +braces@^3.0.2, braces@~3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== @@ -5817,7 +5814,7 @@ broadcast-channel@^3.4.1: brorand@^1.0.1, brorand@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" - integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= + integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w== browser-stdout@1.3.1: version "1.3.1" @@ -5885,21 +5882,20 @@ browserify-zlib@^0.2.0: dependencies: pako "~1.0.5" -browserslist@^4.12.0, browserslist@^4.20.2, browserslist@^4.20.3: - version "4.20.3" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf" - integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg== +browserslist@^4.12.0, browserslist@^4.20.2, browserslist@^4.20.3, browserslist@^4.21.2: + version "4.21.2" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.2.tgz#59a400757465535954946a400b841ed37e2b4ecf" + integrity sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA== dependencies: - caniuse-lite "^1.0.30001332" - electron-to-chromium "^1.4.118" - escalade "^3.1.1" - node-releases "^2.0.3" - picocolors "^1.0.0" + caniuse-lite "^1.0.30001366" + electron-to-chromium "^1.4.188" + node-releases "^2.0.6" + update-browserslist-db "^1.0.4" -bson@*, bson@^4.6.2, bson@^4.6.3: - version "4.6.4" - resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.4.tgz#e66d4a334f1ab230dfcfb9ec4ea9091476dd372e" - integrity sha512-TdQ3FzguAu5HKPPlr0kYQCyrYUYh8tFM+CMTpxjNzVzxeiJY00Rtuj3LXLHSgiGvmaWlZ8PE+4KyM2thqE38pQ== +bson@*, bson@^4.6.2, bson@^4.6.3, bson@^4.6.5: + version "4.6.5" + resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.5.tgz#1a410148c20eef4e40d484878a037a7036e840fb" + integrity sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw== dependencies: buffer "^5.6.0" @@ -5937,17 +5933,17 @@ buffer-alloc@^1.2.0: buffer-crc32@^0.2.1, buffer-crc32@^0.2.13, buffer-crc32@~0.2.3: version "0.2.13" resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" - integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= + integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ== buffer-equal-constant-time@1.0.1, buffer-equal-constant-time@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" - integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk= + integrity sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA== buffer-fill@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c" - integrity sha1-+PeLdniYiO858gXNY39o5wISKyw= + integrity sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ== buffer-from@^1.0.0: version "1.1.2" @@ -5962,7 +5958,7 @@ buffer-indexof@^1.0.0: buffer-xor@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" - integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= + integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ== buffer@^4.3.0: version "4.9.2" @@ -5992,14 +5988,14 @@ buffer@^6.0.3: build-array@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/build-array/-/build-array-1.0.0.tgz#385e66f6b05c29ff16870c6e9944ccae77f7f100" - integrity sha1-OF5m9rBcKf8WhwxumUTMrnf38QA= + integrity sha512-qvqFGA0WpkFiNQTeD+jbtucBazba6J0Bo3AxXmcQzpNRpnVk7u8b0U8cKydFY/6kifWAopIn57QrXTpMSVNjiw== dependencies: type-component "0.0.1" buildmail@3.10.0: version "3.10.0" resolved "https://registry.yarnpkg.com/buildmail/-/buildmail-3.10.0.tgz#c6826d716e7945bb6f6b1434b53985e029a03159" - integrity sha1-xoJtcW55RbtvaxQ0tTmF4CmgMVk= + integrity sha512-6e5sDN/pl3en5Klqdfyir7LEIBiFr9oqZuvYaEyVwjxpIbBZN+98e0j87Fz2Ukl8ud32rbk9VGOZAnsOZ7pkaA== dependencies: addressparser "1.0.1" libbase64 "0.1.0" @@ -6009,38 +6005,31 @@ buildmail@3.10.0: nodemailer-shared "1.1.0" builtin-modules@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887" - integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA== + version "3.3.0" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" + integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== builtin-status-codes@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" - integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= + integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ== builtins@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88" - integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og= + integrity sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ== -builtins@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/builtins/-/builtins-4.0.0.tgz#a8345420de82068fdc4d6559d0456403a8fb1905" - integrity sha512-qC0E2Dxgou1IHhvJSLwGDSTvokbRovU5zZFuDY6oY8Y2lF3nGt5Ad8YZK7GMtqzY84Wu7pXTPeHQeHcXSXsRhw== - dependencies: - semver "^7.0.0" - -builtins@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.0.tgz#20d87e7f95d46481b1abe4adc616a9cb6b492cba" - integrity sha512-aizhtbxgT1Udg0Fj6GssXshAVK+nxbtCV+1OtTrMNy67jffDFBY6CUBAkhO4owbleAx6fdbnWdpsmmcXydbzNw== +builtins@^5.0.0, builtins@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9" + integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ== dependencies: semver "^7.0.0" byline@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1" - integrity sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE= + integrity sha512-s6webAy+R4SR8XVuJWt2V2rGvhnrhxN+9S15GNuTK3wKPOXFF6RNc+8ug2XhH+2s4f+uudG4kUVYmYOQWL2g0Q== byte-size@^7.0.0, byte-size@^7.0.1: version "7.0.1" @@ -6050,7 +6039,7 @@ byte-size@^7.0.0, byte-size@^7.0.1: bytes@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" - integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= + integrity sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw== bytes@3.1.2, bytes@^3.0.0: version "3.1.2" @@ -6160,7 +6149,7 @@ cacheable-lookup@^2.0.0: cacheable-request@^2.1.1: version "2.1.4" resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-2.1.4.tgz#0d808801b6342ad33c91df9d0b44dc09b91e5c3d" - integrity sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0= + integrity sha512-vag0O2LKZ/najSoUwDbVlnlCFvhBE/7mGTY2B5FgCBDcRD+oVV1HYTOwM6JZfMg/hIcM6IwnTZ1uQQL5/X3xIQ== dependencies: clone-response "1.0.2" get-stream "3.0.0" @@ -6222,12 +6211,12 @@ call-bind@^1.0.0, call-bind@^1.0.2: call-me-maybe@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" - integrity sha1-JtII6onje1y95gJQoV8DHBak1ms= + integrity sha512-wCyFsDQkKPwwF8BDwOiWNx/9K45L/hvggQiDbve+viMNMQnWhrlYIuBk09offfwCRtCO9P6XwUttufzU11WCVw== callsite@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/callsite/-/callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20" - integrity sha1-KAOY5dZkvXQDi28JBRU+borxvCA= + integrity sha512-0vdNRFXn5q+dtOqjfFtmtlI9N2eVZ7LMyEV2iKC5mEEFvSg/69Ml6b/WU2qF8W1nLRa0wiSrDT3Y5jOHZCwKPQ== callsites@^3.0.0: version "3.1.0" @@ -6242,7 +6231,7 @@ callsites@^4.0.0: camel-case@3.0.x: version "3.0.0" resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73" - integrity sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M= + integrity sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w== dependencies: no-case "^2.2.0" upper-case "^1.1.1" @@ -6264,7 +6253,7 @@ camelcase-keys@^6.2.2: camelcase@^4.0.0: version "4.1.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" - integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= + integrity sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw== camelcase@^5.0.0, camelcase@^5.2.0, camelcase@^5.3.1: version "5.3.1" @@ -6284,12 +6273,12 @@ camelcase@^7.0.0: camelize@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b" - integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= + integrity sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg== -caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335: - version "1.0.30001344" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001344.tgz#8a1e7fdc4db9c2ec79a05e9fd68eb93a761888bb" - integrity sha512-0ZFjnlCaXNOAYcV7i+TtdKBp0L/3XEU2MF/x6Du1lrh+SRX4IfzIVL4HNJg5pB2PmFb8rszIGyOvsZnqqRoc2g== +caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335, caniuse-lite@^1.0.30001366: + version "1.0.30001368" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001368.tgz#c5c06381c6051cd863c45021475434e81936f713" + integrity sha512-wgfRYa9DenEomLG/SdWgQxpIyvdtH3NW8Vq+tB6AwR9e56iOIcu1im5F/wNdDf04XlKHXqIx4N8Jo0PemeBenQ== captains-log@^2.0.2: version "2.0.3" @@ -6309,7 +6298,7 @@ capture-stack-trace@^1.0.0: caseless@~0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= + integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw== cbor@^8.1.0: version "8.1.0" @@ -6362,7 +6351,7 @@ chai@^4.2.0, chai@^4.3.4: chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= + integrity sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A== dependencies: ansi-styles "^2.2.1" escape-string-regexp "^1.0.2" @@ -6382,7 +6371,7 @@ chalk@2.4.1: chalk@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174" - integrity sha1-Zjs6ZItotV0EaQ1JFnqoN4WPIXQ= + integrity sha512-bIKA54hP8iZhyDT81TOsJiQvR1gW+ZYSXFaZUAvoD4wCHdbHY2actmpTE4x344ZlFqHbvoxKOaESULTZN2gstg== dependencies: ansi-styles "^1.1.0" escape-string-regexp "^1.0.0" @@ -6446,9 +6435,9 @@ character-entities@^1.0.0: integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== character-entities@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-2.0.1.tgz#98724833e1e27990dee0bd0f2b8a859c3476aac7" - integrity sha512-OzmutCf2Kmc+6DrFrrPS8/tDh2+DpnrfzdICHWhcVC9eOd0N1PXmQEE1a8iM4IziIAG+8tmTq3K+oo0ubH6RRQ== + version "2.0.2" + resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-2.0.2.tgz#2d09c2e72cd9523076ccb21157dff66ad43fcc22" + integrity sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ== character-reference-invalid@^1.0.0: version "1.1.4" @@ -6468,31 +6457,32 @@ chardet@^0.7.0: check-error@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82" - integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII= + integrity sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA== -cheerio-select@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-1.5.0.tgz#faf3daeb31b17c5e1a9dabcee288aaf8aafa5823" - integrity sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg== +cheerio-select@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-2.1.0.tgz#4d8673286b8126ca2a8e42740d5e3c4884ae21b4" + integrity sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g== dependencies: - css-select "^4.1.3" - css-what "^5.0.1" - domelementtype "^2.2.0" - domhandler "^4.2.0" - domutils "^2.7.0" + boolbase "^1.0.0" + css-select "^5.1.0" + css-what "^6.1.0" + domelementtype "^2.3.0" + domhandler "^5.0.3" + domutils "^3.0.1" cheerio@^1.0.0-rc.5: - version "1.0.0-rc.10" - resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e" - integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw== + version "1.0.0-rc.12" + resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683" + integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q== dependencies: - cheerio-select "^1.5.0" - dom-serializer "^1.3.2" - domhandler "^4.2.0" - htmlparser2 "^6.1.0" - parse5 "^6.0.1" - parse5-htmlparser2-tree-adapter "^6.0.1" - tslib "^2.2.0" + cheerio-select "^2.1.0" + dom-serializer "^2.0.0" + domhandler "^5.0.3" + domutils "^3.0.1" + htmlparser2 "^8.0.1" + parse5 "^7.0.0" + parse5-htmlparser2-tree-adapter "^7.0.0" chokidar@3.5.1: version "3.5.1" @@ -6543,7 +6533,7 @@ chokidar@^2.1.8: optionalDependencies: fsevents "^1.2.7" -chownr@^1.1.1, chownr@^1.1.4: +chownr@^1.1.1: version "1.1.4" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== @@ -6633,21 +6623,21 @@ clean-stack@^2.0.0: integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== clean-stack@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-4.1.0.tgz#5ce5a2fd19a12aecdce8570daefddb7ac94b6b4e" - integrity sha512-dxXQYI7mfQVcaF12s6sjNFoZ6ZPDQuBBLp3QJ5156k9EvUFClUoZ11fo8HnLQO241DDVntHEug8MOuFO5PSfRg== + version "4.2.0" + resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-4.2.0.tgz#c464e4cde4ac789f4e0735c5d75beb49d7b30b31" + integrity sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg== dependencies: escape-string-regexp "5.0.0" clean-yaml-object@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz#63fb110dc2ce1a84dc21f6d9334876d010ae8b68" - integrity sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g= + integrity sha512-3yONmlN9CSAkzNwnRCiJQ7Q2xK5mWuEfL3PuTZcAUzhObbXsfsnMptJzXwz93nc5zn9V9TwCVMmV7w4xsm43dw== cli-boxes@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" - integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= + integrity sha512-3Fo5wu8Ytle8q9iCzS4D2MWVL2X7JVWRiS1BnXbTFDhS9c/REkM9vd1AmabsoZoY5/dGi5TT9iKL8Kb6DeBRQg== cli-boxes@^2.2.0, cli-boxes@^2.2.1: version "2.2.1" @@ -6657,7 +6647,7 @@ cli-boxes@^2.2.0, cli-boxes@^2.2.1: cli-cursor@^2.0.0, cli-cursor@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" - integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= + integrity sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw== dependencies: restore-cursor "^2.0.0" @@ -6676,11 +6666,11 @@ cli-cursor@^4.0.0: restore-cursor "^4.0.0" cli-progress@^3.7.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.10.0.tgz#63fd9d6343c598c93542fdfa3563a8b59887d78a" - integrity sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw== + version "3.11.2" + resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.2.tgz#f8c89bd157e74f3f2c43bcfb3505670b4d48fc77" + integrity sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA== dependencies: - string-width "^4.2.0" + string-width "^4.2.3" cli-spinners@^2.5.0, cli-spinners@^2.6.1: version "2.6.1" @@ -6688,18 +6678,18 @@ cli-spinners@^2.5.0, cli-spinners@^2.6.1: integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== cli-table3@^0.6.0: - version "0.6.1" - resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.1.tgz#36ce9b7af4847f288d3cdd081fbd09bf7bd237b8" - integrity sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA== + version "0.6.2" + resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.2.tgz#aaf5df9d8b5bf12634dc8b3040806a0c07120d2a" + integrity sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw== dependencies: string-width "^4.2.0" optionalDependencies: - colors "1.4.0" + "@colors/colors" "1.5.0" cli-truncate@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574" - integrity sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ= + integrity sha512-f4r4yJnbT++qUPI9NR4XLDLq41gQ+uqnPItWG0F5ZkehuNiTTa3EY0S4AqTSUOeJ7/zU41oWPQSNkW5BqPL9bg== dependencies: slice-ansi "0.0.4" string-width "^1.0.1" @@ -6758,30 +6748,37 @@ clone-deep@^4.0.1: kind-of "^6.0.2" shallow-clone "^3.0.0" -clone-response@1.0.2, clone-response@^1.0.2: +clone-response@1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" - integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= + integrity sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q== + dependencies: + mimic-response "^1.0.0" + +clone-response@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz#af2032aa47816399cf5f0a1d0db902f517abb8c3" + integrity sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA== dependencies: mimic-response "^1.0.0" clone@^1.0.2: version "1.0.4" resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= + integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== cls-bluebird@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cls-bluebird/-/cls-bluebird-2.1.0.tgz#37ef1e080a8ffb55c2f4164f536f1919e7968aee" - integrity sha1-N+8eCAqP+1XC9BZPU28ZGeeWiu4= + integrity sha512-XVb0RPmHQyy35Tz9z34gvtUcBKUK8A/1xkGCyeFc9B0C7Zr5SysgFaswRVdwI5NEMcO+3JKlIDGIOgERSn9NdA== dependencies: is-bluebird "^1.0.2" shimmer "^1.1.0" clsx@^1.0.4: - version "1.1.1" - resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188" - integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA== + version "1.2.1" + resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12" + integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg== cluster-key-slot@1.1.0: version "1.1.0" @@ -6815,7 +6812,7 @@ co-body@^5.1.1: co@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" - integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= + integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ== code-excerpt@^4.0.0: version "4.0.0" @@ -6827,7 +6824,7 @@ code-excerpt@^4.0.0: code-point-at@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= + integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== codecov@^3.7.2: version "3.8.3" @@ -6841,14 +6838,14 @@ codecov@^3.7.2: urlgrey "1.0.0" codemirror@^5.61.0: - version "5.65.1" - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.1.tgz#5988a812c974c467f964bcc1a00c944e373de502" - integrity sha512-s6aac+DD+4O2u1aBmdxhB7yz2XU7tG3snOyQ05Kxifahz7hoxnfxIRHxiCSEv3TUC38dIVH8G+lZH9UWSfGQxA== + version "5.65.7" + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.7.tgz#29af41ce5f4c2b8f1c1e16f4e645ff392823716a" + integrity sha512-zb67cXzgugIQmb6tfD4G11ILjYoMfTjwcjn+cWsa4GewlI2adhR/h3kolkoCQTm1msD/1BuqVTKuO09ELsS++A== collection-visit@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + integrity sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw== dependencies: map-visit "^1.0.0" object-visit "^1.0.0" @@ -6870,7 +6867,7 @@ color-convert@^2.0.1: color-name@1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== color-name@^1.0.0, color-name@^1.1.4, color-name@~1.1.4: version "1.1.4" @@ -6878,9 +6875,9 @@ color-name@^1.0.0, color-name@^1.1.4, color-name@~1.1.4: integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== color-string@^1.6.0, color-string@^1.9.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.0.tgz#63b6ebd1bec11999d1df3a79a7569451ac2be8aa" - integrity sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ== + version "1.9.1" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4" + integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== dependencies: color-name "^1.0.0" simple-swizzle "^0.2.2" @@ -6979,12 +6976,7 @@ commander@^2.20.0, commander@^2.3.0, commander@^2.8.1: resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== -commander@^8.3.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" - integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== - -commander@^9.1.0, commander@^9.2.0, commander@^9.3.0: +commander@^9.0.0, commander@^9.1.0, commander@^9.2.0, commander@^9.3.0: version "9.4.0" resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== @@ -7007,7 +6999,7 @@ common-path-prefix@^3.0.0: commondir@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= + integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg== compare-func@^2.0.0: version "2.0.0" @@ -7022,6 +7014,14 @@ component-emitter@^1.2.0, component-emitter@^1.2.1: resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== +compress-brotli@^1.3.8: + version "1.3.8" + resolved "https://registry.yarnpkg.com/compress-brotli/-/compress-brotli-1.3.8.tgz#0c0a60c97a989145314ec381e84e26682e7b38db" + integrity sha512-lVcQsjhxhIXsuupfy9fmZUFtAIdBmXA7EGY6GBdgZ++qkM9zG4YFT8iU7FoBxzryNDMOpD1HIFHUSX4D87oqhQ== + dependencies: + "@types/json-buffer" "~3.0.0" + json-buffer "~3.0.1" + compress-commons@^4.1.0: version "4.1.1" resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-4.1.1.tgz#df2a09a7ed17447642bad10a85cc9a19e5c42a7d" @@ -7055,7 +7055,7 @@ compression@^1.7.4: concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== concat-stream@^1.5.0: version "1.6.2" @@ -7141,7 +7141,7 @@ console-browserify@^1.1.0: console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-strings@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= + integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== "consolidated-events@^1.1.1 || ^2.0.0": version "2.0.2" @@ -7151,7 +7151,7 @@ console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control- constants-browserify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" - integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= + integrity sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ== content-disposition@0.5.4, content-disposition@^0.5.2, content-disposition@~0.5.2: version "0.5.4" @@ -7256,7 +7256,7 @@ conventional-recommended-bump@^6.1.0: meow "^8.0.0" q "^1.5.1" -convert-source-map@^1.7.0: +convert-source-map@^1.5.0, convert-source-map@^1.7.0: version "1.8.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== @@ -7271,12 +7271,12 @@ convert-to-spaces@^2.0.1: cookie-signature@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" - integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ== cookie-signature@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.1.0.tgz#cc94974f91fb9a9c1bb485e95fc2b7f4b120aff2" - integrity sha512-Alvs19Vgq07eunykd3Xy2jF0/qSNv2u7KDbAek9H5liV1UMijbqFs5cycZvv5dVsvseT/U4H8/7/w8Koh35C4A== + version "1.2.0" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.2.0.tgz#4deed303f5f095e7a02c979e3fcb19157f5eaeea" + integrity sha512-R0BOPfLGTitaKhgKROKZQN6iyq2iDQcH1DOF8nJoaWapguX5bC2w+Q/I9NmmM5lfcvEarnLZr+cCvmEYYSXvYA== cookie@0.5.0, cookie@^0.5.0: version "0.5.0" @@ -7316,7 +7316,7 @@ copy-concurrently@^1.0.0: copy-descriptor@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== copy-template-dir@^1.4.0: version "1.4.0" @@ -7341,17 +7341,17 @@ copy-to-clipboard@^3.3.1: toggle-selection "^1.0.6" core-js-compat@^3.21.0, core-js-compat@^3.22.1: - version "3.22.7" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.7.tgz#8359eb66ecbf726dd0cfced8e48d5e73f3224239" - integrity sha512-uI9DAQKKiiE/mclIC5g4AjRpio27g+VMRhe6rQoz+q4Wm4L6A/fJhiLtBw+sfOpDG9wZ3O0pxIw7GbfOlBgjOA== + version "3.23.5" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.23.5.tgz#11edce2f1c4f69a96d30ce77c805ce118909cd5b" + integrity sha512-fHYozIFIxd+91IIbXJgWd/igXIc8Mf9is0fusswjnGIWVG96y2cwyUdlCkGOw6rMLHKAxg7xtCIVaHsyOUnJIg== dependencies: - browserslist "^4.20.3" + browserslist "^4.21.2" semver "7.0.0" core-js-pure@^3.20.2: - version "3.21.0" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.21.0.tgz#819adc8dfb808205ce25b51d50591becd615db7e" - integrity sha512-VaJUunCZLnxuDbo1rNOzwbet9E1K9joiXS5+DQMPtgxd24wfsZbJZMMfQLGYMlCUvSxLfsRUUhoOR2x28mFfeg== + version "3.23.5" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.23.5.tgz#23daaa9af9230e50f10b0fa4b8e6b87402be4c33" + integrity sha512-8t78LdpKSuCq4pJYCYk8hl7XEkAX+BP16yRIwL3AanTksxuEf7CM83vRyctmiEL8NDZ3jpUcv56fk9/zG3aIuw== core-js@^2.6.5: version "2.6.12" @@ -7359,14 +7359,14 @@ core-js@^2.6.5: integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== core-js@^3, core-js@^3.6.4: - version "3.22.4" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.4.tgz#f4b3f108d45736935aa028444a69397e40d8c531" - integrity sha512-1uLykR+iOfYja+6Jn/57743gc9n73EWiOnSJJ4ba3B4fOEYDBv25MagmEZBxTp5cWq4b/KPx/l77zgsp28ju4w== + version "3.23.5" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.5.tgz#1f82b0de5eece800827a2f59d597509c67650475" + integrity sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg== core-util-is@1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ== core-util-is@^1.0.2, core-util-is@~1.0.0: version "1.0.3" @@ -7382,12 +7382,23 @@ cors@2.8.5: vary "^1" cosmiconfig-typescript-loader@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.1.tgz#5622bb1eb87d293570bcc3a57f406940e0960113" - integrity sha512-B9s6sX/omXq7I6gC6+YgLmrBFMJhPWew7ty/X5Tuwtd2zOSgWaUdXjkuVwbe3qqcdETo60+1nSVMekq//LIXVA== + version "2.0.2" + resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.2.tgz#7e7ce6064af041c910e1e43fb0fd9625cee56e93" + integrity sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw== dependencies: cosmiconfig "^7" - ts-node "^10.8.0" + ts-node "^10.8.1" + +cosmiconfig@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" + integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== + dependencies: + "@types/parse-json" "^4.0.0" + import-fresh "^3.1.0" + parse-json "^5.0.0" + path-type "^4.0.0" + yaml "^1.7.2" cosmiconfig@^7, cosmiconfig@^7.0.0: version "7.0.1" @@ -7436,12 +7447,9 @@ cpy@^8.1.0: p-map "^3.0.0" crc-32@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.1.tgz#436d2bcaad27bcb6bd073a2587139d3024a16460" - integrity sha512-Dn/xm/1vFFgs3nfrpEVScHoIslO9NZRITWGz/1E/St6u4xw99vfZzVkW0OSnzx2h9egej9xwMCEut6sqwokM/w== - dependencies: - exit-on-epipe "~1.0.1" - printj "~1.3.1" + version "1.2.2" + resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff" + integrity sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ== crc32-stream@^4.0.2: version "4.0.2" @@ -7469,7 +7477,7 @@ create-ecdh@^4.0.0: create-error-class@^3.0.0: version "3.0.2" resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" - integrity sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= + integrity sha512-gYTKKexFO3kh200H1Nit76sRwRtOY32vQd3jpAQKpLtZqyNsSQNfI4N7o3eP2wUjV35pTWKRYqFUDBvUha/Pkw== dependencies: capture-stack-trace "^1.0.0" @@ -7510,11 +7518,11 @@ cron-parser@^2.7.3: moment-timezone "^0.5.31" cron-parser@^4.1.0, cron-parser@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.2.1.tgz#b43205d05ccd5c93b097dae64f3bd811f5993af3" - integrity sha512-5sJBwDYyCp+0vU5b7POl8zLWfgV5fOHxlc45FWoWdHecGC7MQHCjx0CHivCMRnGFovghKhhyYM+Zm9DcY5qcHg== + version "4.5.0" + resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.5.0.tgz#2c6240a0301eff1424689835ce9c8de4cde9cfbd" + integrity sha512-QHdeh3zLWz6YvYTFKpRb860rJlip16pEinbxXT1i2NZB/nOxBjd2RbSv54sn5UrAj9WykiSLYWWDgo8azQK0HA== dependencies: - luxon "^1.28.0" + luxon "^2.4.0" cropperjs@^1.5.11: version "1.5.12" @@ -7538,7 +7546,7 @@ cross-fetch@^3.0.4: cross-spawn@^5.0.1: version "5.1.0" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" - integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= + integrity sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A== dependencies: lru-cache "^4.0.1" shebang-command "^1.2.0" @@ -7584,7 +7592,7 @@ crypto-browserify@^3.11.0: crypto-random-string@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" - integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= + integrity sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg== crypto-random-string@^2.0.0: version "2.0.0" @@ -7594,7 +7602,7 @@ crypto-random-string@^2.0.0: css-color-keywords@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05" - integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU= + integrity sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg== css-loader@^2.1.1: version "2.1.1" @@ -7614,16 +7622,27 @@ css-loader@^2.1.1: schema-utils "^1.0.0" css-select@^4.1.3: - version "4.2.1" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.2.1.tgz#9e665d6ae4c7f9d65dbe69d0316e3221fb274cdd" - integrity sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ== + version "4.3.0" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b" + integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ== dependencies: boolbase "^1.0.0" - css-what "^5.1.0" - domhandler "^4.3.0" + css-what "^6.0.1" + domhandler "^4.3.1" domutils "^2.8.0" nth-check "^2.0.1" +css-select@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-5.1.0.tgz#b8ebd6554c3637ccc76688804ad3f6a6fdaea8a6" + integrity sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg== + dependencies: + boolbase "^1.0.0" + css-what "^6.1.0" + domhandler "^5.0.2" + domutils "^3.0.1" + nth-check "^2.0.1" + css-selector-tokenizer@^0.8.0: version "0.8.0" resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.8.0.tgz#88267ef6238e64f2215ea2764b3e2cf498b845dd" @@ -7649,10 +7668,10 @@ css-vendor@^2.0.8: "@babel/runtime" "^7.8.3" is-in-browser "^1.0.2" -css-what@^5.0.1, css-what@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" - integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== +css-what@^6.0.1, css-what@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4" + integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw== cssesc@^3.0.0: version "3.0.0" @@ -7660,26 +7679,26 @@ cssesc@^3.0.0: integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== csstype@^2.5.2: - version "2.6.19" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.19.tgz#feeb5aae89020bb389e1f63669a5ed490e391caa" - integrity sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ== + version "2.6.20" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda" + integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA== csstype@^3.0.2: - version "3.0.10" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.10.tgz#2ad3a7bed70f35b965707c092e5f30b327c290e5" - integrity sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA== + version "3.1.0" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.0.tgz#4ddcac3718d787cf9df0d1b7d15033925c8f29f2" + integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA== currently-unhandled@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" - integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= + integrity sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng== dependencies: array-find-index "^1.0.1" cyclist@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" - integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= + integrity sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A== "d3-dispatch@1 - 3", d3-dispatch@^3.0.1: version "3.0.1" @@ -7709,7 +7728,7 @@ daisyui@^2.0.6: postcss-js "^4.0.0" tailwindcss "^3.0" -damerau-levenshtein@^1.0.7: +damerau-levenshtein@^1.0.8: version "1.0.8" resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7" integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA== @@ -7722,14 +7741,14 @@ dargs@^7.0.0: dashdash@^1.12.0: version "1.14.1" resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= + integrity sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g== dependencies: assert-plus "^1.0.0" data-uri-regex@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/data-uri-regex/-/data-uri-regex-0.1.4.tgz#1e1db6c8397eca8a48ecdb55ad1b927ec0bbac2e" - integrity sha1-Hh22yDl+yopI7NtVrRuSfsC7rC4= + integrity sha512-QnJ3LVGIitKfO1wZ08l+0cpQUNdEGRDKR0kH2prNvbfBUk0zVn7A6KSTvETGqD2BI1h1CgdqY4X8bEjKu4CdXA== data-uri-to-buffer@^3.0.1: version "3.0.1" @@ -7744,7 +7763,7 @@ data-uri-to-buffer@^4.0.0: data-uri-to-file@^0.1.8: version "0.1.8" resolved "https://registry.yarnpkg.com/data-uri-to-file/-/data-uri-to-file-0.1.8.tgz#1bee84e1f9392cc95cd23e4360382fb62b7f0608" - integrity sha1-G+6E4fk5LMlc0j5DYDgvtit/Bgg= + integrity sha512-yAD0Ym8+l7QNVjRkEjFn463kWUQjv7brA5VshALcy2aTaXEg+gqiZMd4DK2PH8aK9XaDrPaXgebPnQlgvD1Acw== dependencies: data-uri-regex "^0.1.4" mime "^1.3.4" @@ -7756,9 +7775,9 @@ date-fns@^1.27.2: integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== date-fns@^2.19.0: - version "2.28.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2" - integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw== + version "2.29.1" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.1.tgz#9667c2615525e552b5135a3116b95b1961456e60" + integrity sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw== date-time@^3.1.0: version "3.1.0" @@ -7777,7 +7796,7 @@ dateformat@^3.0.0: resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== -debug@*, debug@4, debug@4.3.4, debug@4.x, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4: +debug@*, debug@4, debug@4.3.4, debug@4.x, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4: version "4.3.4" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== @@ -7798,13 +7817,6 @@ debug@3.1.0: dependencies: ms "2.0.0" -debug@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" - integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== - dependencies: - ms "^2.1.1" - debug@4.3.1: version "4.3.1" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" @@ -7822,7 +7834,7 @@ debug@^3.1.0, debug@^3.1.1, debug@^3.2.6, debug@^3.2.7: debuglog@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" - integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI= + integrity sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw== decache@^4.6.0: version "4.6.1" @@ -7834,7 +7846,7 @@ decache@^4.6.0: decamelize-keys@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" - integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= + integrity sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg== dependencies: decamelize "^1.1.0" map-obj "^1.0.0" @@ -7842,7 +7854,7 @@ decamelize-keys@^1.1.0: decamelize@^1.1.0, decamelize@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= + integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== decamelize@^4.0.0: version "4.0.0" @@ -7850,9 +7862,9 @@ decamelize@^4.0.0: integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== decode-named-character-reference@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/decode-named-character-reference/-/decode-named-character-reference-1.0.1.tgz#57b2bd9112659cacbc449d3577d7dadb8e1f3d1b" - integrity sha512-YV/0HQHreRwKb7uBopyIkLG17jG6Sv2qUchk9qSoVJ2f+flwRsPNBO0hAnjt6mTNYUT+vw9Gy2ihXg4sUWPi2w== + version "1.0.2" + resolved "https://registry.yarnpkg.com/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz#daabac9690874c394c81e4162a0304b35d824f0e" + integrity sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg== dependencies: character-entities "^2.0.0" @@ -7864,7 +7876,7 @@ decode-uri-component@^0.2.0: decompress-response@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" - integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= + integrity sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA== dependencies: mimic-response "^1.0.0" @@ -7921,7 +7933,7 @@ decompress-targz@^4.0.0: decompress-unzip@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/decompress-unzip/-/decompress-unzip-4.0.1.tgz#deaaccdfd14aeaf85578f733ae8210f9b4848f69" - integrity sha1-3qrM39FK6vhVePczroIQ+bSEj2k= + integrity sha512-1fqeluvxgnn86MOh66u8FjbtJpAFv5wgCT9Iw8rcBqQcCo5tO8eiJw7NNTrvt9n4CRBVq7CstiS922oPgyGLrw== dependencies: file-type "^3.8.0" get-stream "^2.2.0" @@ -7945,7 +7957,7 @@ decompress@^4.2.1: dedent@^0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" - integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw= + integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== deep-copy@^1.1.2: version "1.4.2" @@ -7974,7 +7986,7 @@ deep-equal@^1.0.1, deep-equal@^1.1.1: deep-equal@~1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5" - integrity sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= + integrity sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw== deep-extend@^0.6.0: version "0.6.0" @@ -8019,7 +8031,7 @@ default-require-extensions@^3.0.0: defaults@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" - integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= + integrity sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA== dependencies: clone "^1.0.2" @@ -8038,14 +8050,7 @@ define-lazy-prop@^2.0.0: resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== -define-properties@^1.1.2, define-properties@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - dependencies: - object-keys "^1.0.12" - -define-properties@^1.1.4: +define-properties@^1.1.2, define-properties@^1.1.3, define-properties@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1" integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA== @@ -8056,14 +8061,14 @@ define-properties@^1.1.4: define-property@^0.2.5: version "0.2.5" resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + integrity sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA== dependencies: is-descriptor "^0.1.0" define-property@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= + integrity sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA== dependencies: is-descriptor "^1.0.0" @@ -8078,7 +8083,7 @@ define-property@^2.0.2: defined@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693" - integrity sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= + integrity sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ== del@^4.1.1: version "4.1.1" @@ -8110,12 +8115,12 @@ del@^6.0.0, del@^6.1.1: delayed-stream@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= + integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== delegates@1.0.0, delegates@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= + integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== denque@^1.4.1: version "1.5.1" @@ -8123,9 +8128,9 @@ denque@^1.4.1: integrity sha512-XwE+iZ4D6ZUB7mfYRMb5wByE8L74HCn30FBN7sWnXksWc1LO1bPDl67pBR9o/kC4z/xSNAwkMYcGgqDV3BE3Hw== denque@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/denque/-/denque-2.0.1.tgz#bcef4c1b80dc32efe97515744f21a4229ab8934a" - integrity sha512-tfiWc6BQLXNLpNiR5iGd0Ocu3P3VpxfzFiqubLgMfhfOw9WyvgJBd46CClNn9k3qfbjvT//0cf7AlYRX/OslMQ== + version "2.1.0" + resolved "https://registry.yarnpkg.com/denque/-/denque-2.1.0.tgz#e93e1a6569fb5e66f16a3c2a2964617d349d6ab1" + integrity sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw== depd@2.0.0, depd@^2.0.0, depd@~2.0.0: version "2.0.0" @@ -8135,7 +8140,7 @@ depd@2.0.0, depd@^2.0.0, depd@~2.0.0: depd@^1.1.2, depd@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ== deprecation@^2.0.0, deprecation@^2.3.1: version "2.3.1" @@ -8143,9 +8148,9 @@ deprecation@^2.0.0, deprecation@^2.3.1: integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== dequal@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2.tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d" - integrity sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug== + version "2.0.3" + resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be" + integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== des.js@^1.0.0: version "1.0.1" @@ -8170,22 +8175,22 @@ detab@^2.0.0: detect-file@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" - integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= + integrity sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q== detect-indent@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" - integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50= + integrity sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g== detect-indent@^6.0.0: version "6.1.0" resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6" integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA== -detect-libc@^1.0.2, detect-libc@^1.0.3: +detect-libc@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" - integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= + integrity sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg== detect-libc@^2.0.0, detect-libc@^2.0.1: version "2.0.1" @@ -8280,10 +8285,18 @@ detective@^5.2.1: defined "^1.0.0" minimist "^1.2.6" -dezalgo@1.0.3, dezalgo@^1.0.0: +dezalgo@1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456" - integrity sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY= + integrity sha512-K7i4zNfT2kgQz3GylDw40ot9GAE47sFZ9EXHFSPP6zONLgH6kWXE0KWJchkbQJLBkRazq4APwZ4OwiFFlT95OQ== + dependencies: + asap "^2.0.0" + wrappy "1" + +dezalgo@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.4.tgz#751235260469084c132157dfa857f386d4c33d81" + integrity sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig== dependencies: asap "^2.0.0" wrappy "1" @@ -8293,7 +8306,7 @@ didyoumean@^1.2.1, didyoumean@^1.2.2: resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037" integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw== -diff@5.0.0, diff@^5.0.0: +diff@5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w== @@ -8303,6 +8316,11 @@ diff@^4.0.1: resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== +diff@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40" + integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw== + diffie-hellman@^5.0.0: version "5.0.3" resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" @@ -8334,7 +8352,7 @@ direction@^1.0.4: dkim-signer@0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/dkim-signer/-/dkim-signer-0.2.2.tgz#aa81ec071eeed3622781baa922044d7800e5f308" - integrity sha1-qoHsBx7u02IngbqpIgRNeADl8wg= + integrity sha512-24OZ3cCA30UTRz+Plpg+ibfPq3h7tDtsJRg75Bo0pGakZePXcPBddY80bKi1Bi7Jsz7tL5Cw527mhCRDvNFgfg== dependencies: libmime "^2.0.3" @@ -8355,7 +8373,7 @@ dnd-core@^10.0.2: dns-equal@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" - integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0= + integrity sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg== dns-packet@^1.3.1: version "1.3.4" @@ -8368,7 +8386,7 @@ dns-packet@^1.3.1: dns-txt@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6" - integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY= + integrity sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ== dependencies: buffer-indexof "^1.0.0" @@ -8415,33 +8433,49 @@ dom-helpers@^5.0.1, dom-helpers@^5.1.3: "@babel/runtime" "^7.8.7" csstype "^3.0.2" -dom-serializer@^1.0.1, dom-serializer@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" - integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig== +dom-serializer@^1.0.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30" + integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag== dependencies: domelementtype "^2.0.1" domhandler "^4.2.0" entities "^2.0.0" +dom-serializer@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53" + integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg== + dependencies: + domelementtype "^2.3.0" + domhandler "^5.0.2" + entities "^4.2.0" + domain-browser@^1.1.1: version "1.2.0" resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== -domelementtype@^2.0.1, domelementtype@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" - integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== +domelementtype@^2.0.1, domelementtype@^2.2.0, domelementtype@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" + integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== -domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626" - integrity sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g== +domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c" + integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ== dependencies: domelementtype "^2.2.0" -domutils@^2.5.2, domutils@^2.7.0, domutils@^2.8.0: +domhandler@^5.0.1, domhandler@^5.0.2, domhandler@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31" + integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w== + dependencies: + domelementtype "^2.3.0" + +domutils@^2.5.2, domutils@^2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== @@ -8450,6 +8484,15 @@ domutils@^2.5.2, domutils@^2.7.0, domutils@^2.8.0: domelementtype "^2.2.0" domhandler "^4.2.0" +domutils@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.0.1.tgz#696b3875238338cb186b6c0612bd4901c89a4f1c" + integrity sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q== + dependencies: + dom-serializer "^2.0.0" + domelementtype "^2.3.0" + domhandler "^5.0.1" + dot-prop@^4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4" @@ -8472,26 +8515,21 @@ dot-prop@^6.0.0, dot-prop@^6.0.1: is-obj "^2.0.0" dot-prop@^7.0.0: - version "7.1.1" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-7.1.1.tgz#15b7247eb35f0720bc82e17abcc40ad42ef1b30e" - integrity sha512-1Rux9sph1ofNp/Bi3+zzW7XGz7Kbz+GJMKw8ncks+zS9o/zQ/+xs1livKWfQcBLYYZjEpbpzf3RrIecwb5afFQ== + version "7.2.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-7.2.0.tgz#468172a3529779814d21a779c1ba2f6d76609809" + integrity sha512-Ol/IPXUARn9CSbkrdV4VJo7uCy1I3VuSiWCaFSg+8BdUOzF9n3jefIpcgAydvUZbTdEBZs2vEiTiS9m61ssiDA== dependencies: - type-fest "^2.10.0" + type-fest "^2.11.2" dotenv@8.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== -dotenv@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" - integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== - dotenv@^16.0.0: - version "16.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411" - integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q== + version "16.0.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.1.tgz#8f8f9d94876c35dac989876a5d3a82a267fdce1d" + integrity sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ== dottie@^2.0.0: version "2.0.2" @@ -8530,9 +8568,9 @@ draft-js@^0.11.5: object-assign "^4.1.1" duplexer3@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" - integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= + version "0.1.5" + resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.5.tgz#0b5e4d7bad5de8901ea4440624c8e1d20099217e" + integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA== duplexer@^0.1.1: version "0.1.2" @@ -8567,7 +8605,7 @@ eastasianwidth@^0.2.0: ecc-jsbn@~0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= + integrity sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw== dependencies: jsbn "~0.1.0" safer-buffer "^2.1.0" @@ -8582,17 +8620,17 @@ ecdsa-sig-formatter@1.0.11: ee-first@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== -electron-to-chromium@^1.4.118: - version "1.4.139" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.139.tgz#e634b69769ab4a54626bbd9e1475de872839c89a" - integrity sha512-lYxzcUCjWxxVug+A7UxBCUiVr13TCjfZFYJS9Lq1VpU/ErwV4a6zUQo9dfojuGpw/L/x9REGuBl6ICQPGgbs3g== +electron-to-chromium@^1.4.188: + version "1.4.198" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.198.tgz#36a8e7871046f7f94c01dc0133912fd5cf226c6a" + integrity sha512-jwqQPdKGeAslcq8L+1SZZgL6uDiIDmTe9Gq4brsdWAH27y7MJ2g9Ue6MyST3ogmSM49EAQP7bype1V5hsuNrmQ== elegant-spinner@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" - integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4= + integrity sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ== element-resize-detector@^1.2.2: version "1.2.4" @@ -8637,7 +8675,7 @@ emoji-regex@^9.2.2: emojis-list@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" - integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= + integrity sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng== emojis-list@^3.0.0: version "3.0.0" @@ -8652,7 +8690,7 @@ enabled@2.0.x: encodeurl@^1.0.2, encodeurl@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== encoding@^0.1.12, encoding@^0.1.13: version "0.1.13" @@ -8682,7 +8720,7 @@ entities@^2.0.0, entities@^2.2.0: resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== -entities@^4.3.0: +entities@^4.2.0, entities@^4.3.0: version "4.3.1" resolved "https://registry.yarnpkg.com/entities/-/entities-4.3.1.tgz#c34062a94c865c322f9d67b4384e4169bcede6a4" integrity sha512-o4q/dYJlmyjP2zfnaWDUC6A3BQFmVTX+tZPezK7k0GLSU9QYCauscf5Y+qcEPzKL+EixVouYDgLQK5H9GrLpkg== @@ -8735,39 +8773,13 @@ error-ex@^1.3.1, error-ex@^1.3.2: is-arrayish "^0.2.1" error-stack-parser@^2.0.0, error-stack-parser@^2.0.2, error-stack-parser@^2.0.3: - version "2.0.6" - resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8" - integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ== + version "2.1.4" + resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz#229cb01cdbfa84440bfa91876285b94680188286" + integrity sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ== dependencies: - stackframe "^1.1.1" + stackframe "^1.3.4" -es-abstract@^1.19.0, es-abstract@^1.19.1: - version "1.19.1" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3" - integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w== - dependencies: - call-bind "^1.0.2" - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - get-intrinsic "^1.1.1" - get-symbol-description "^1.0.0" - has "^1.0.3" - has-symbols "^1.0.2" - internal-slot "^1.0.3" - is-callable "^1.2.4" - is-negative-zero "^2.0.1" - is-regex "^1.1.4" - is-shared-array-buffer "^1.0.1" - is-string "^1.0.7" - is-weakref "^1.0.1" - object-inspect "^1.11.0" - object-keys "^1.1.1" - object.assign "^4.1.2" - string.prototype.trimend "^1.0.4" - string.prototype.trimstart "^1.0.4" - unbox-primitive "^1.0.1" - -es-abstract@^1.19.2, es-abstract@^1.19.5: +es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.4, es-abstract@^1.19.5, es-abstract@^1.20.1: version "1.20.1" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814" integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA== @@ -8796,6 +8808,11 @@ es-abstract@^1.19.2, es-abstract@^1.19.5: string.prototype.trimstart "^1.0.5" unbox-primitive "^1.0.2" +es-array-method-boxes-properly@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" + integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== + es-module-lexer@^0.10.0: version "0.10.5" resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.10.5.tgz#06f76d51fa53b1f78e3bd8bb36dd275eda2fdd53" @@ -8830,7 +8847,7 @@ es6-promisify@^6.0.0: es6-templates@^0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/es6-templates/-/es6-templates-0.2.3.tgz#5cb9ac9fb1ded6eb1239342b81d792bbb4078ee4" - integrity sha1-XLmsn7He1usSOTQrgdeSu7QHjuQ= + integrity sha512-sziUVwcvQ+lOsrTyUY0Q11ilAPj+dy7AQ1E1MgSaHTaaAFTffaa08QSlGNU61iyVaroyb6nYdBV6oD7nzn6i8w== dependencies: recast "~0.11.12" through "~2.3.6" @@ -8982,7 +8999,7 @@ escape-goat@^2.0.0: escape-html@^1.0.3, escape-html@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0: version "4.0.0" @@ -8997,7 +9014,7 @@ escape-string-regexp@5.0.0, escape-string-regexp@^5.0.0: escape-string-regexp@^1.0.0, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== escape-string-regexp@^2.0.0: version "2.0.0" @@ -9096,36 +9113,37 @@ eslint-plugin-import@^2.26.0: tsconfig-paths "^3.14.1" eslint-plugin-jsx-a11y@^6.5.1: - version "6.5.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8" - integrity sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g== + version "6.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.1.tgz#93736fc91b83fdc38cc8d115deedfc3091aef1ff" + integrity sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q== dependencies: - "@babel/runtime" "^7.16.3" + "@babel/runtime" "^7.18.9" aria-query "^4.2.2" - array-includes "^3.1.4" + array-includes "^3.1.5" ast-types-flow "^0.0.7" - axe-core "^4.3.5" + axe-core "^4.4.3" axobject-query "^2.2.0" - damerau-levenshtein "^1.0.7" + damerau-levenshtein "^1.0.8" emoji-regex "^9.2.2" has "^1.0.3" - jsx-ast-utils "^3.2.1" + jsx-ast-utils "^3.3.2" language-tags "^1.0.5" - minimatch "^3.0.4" + minimatch "^3.1.2" + semver "^6.3.0" eslint-plugin-n@^15.1.0: - version "15.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.0.tgz#fd378274bdf1c3ca11af84e7a4b5cb524b63ae1c" - integrity sha512-lWLg++jGwC88GDGGBX3CMkk0GIWq0y41aH51lavWApOKcMQcYoL3Ayd0lEdtD3SnQtR+3qBvWQS3qGbR2BxRWg== + version "15.2.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.4.tgz#d62021a0821ae650701ed459756aaf478a9b6056" + integrity sha512-tjnVMv2fiXYMnuiIFI8QMtyUFI42SckEEWvi8h68SWGWshfqO6SSCASy24dGMGAiy7NUk6DZt90DM0iNUsmQ5w== dependencies: - builtins "^4.0.0" + builtins "^5.0.1" eslint-plugin-es "^4.1.0" eslint-utils "^3.0.0" ignore "^5.1.1" - is-core-module "^2.3.0" - minimatch "^3.0.4" + is-core-module "^2.9.0" + minimatch "^3.1.2" resolve "^1.10.1" - semver "^6.3.0" + semver "^7.3.7" eslint-plugin-promise@^6.0.0: version "6.0.0" @@ -9133,14 +9151,14 @@ eslint-plugin-promise@^6.0.0: integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw== eslint-plugin-react-hooks@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad" - integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw== + version "4.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" + integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== eslint-plugin-react@^7.28.0, eslint-plugin-react@^7.29.4: - version "7.30.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3" - integrity sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A== + version "7.30.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz#2be4ab23ce09b5949c6631413ba64b2810fd3e22" + integrity sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg== dependencies: array-includes "^3.1.5" array.prototype.flatmap "^1.3.0" @@ -9203,9 +9221,9 @@ eslint-visitor-keys@^3.3.0: integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== eslint@^8.13.0: - version "8.16.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae" - integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA== + version "8.20.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.20.0.tgz#048ac56aa18529967da8354a478be4ec0a2bc81b" + integrity sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA== dependencies: "@eslint/eslintrc" "^1.3.0" "@humanwhocodes/config-array" "^0.9.2" @@ -9265,7 +9283,7 @@ esprima@^4.0.0, esprima@^4.0.1: esprima@~3.1.0: version "3.1.3" resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" - integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= + integrity sha512-AWwVMNxwhN8+NIPQzAQZCm7RkLC4RbM3B1OobMuyp3i+w73X57KCKaVIxaRZb+DYCojq7rspo+fmuQfAboyhFg== esquery@^1.4.0: version "1.4.0" @@ -9297,16 +9315,16 @@ estree-util-attach-comments@^1.0.0: integrity sha512-sL7dTwFGqzelPlB56lRZY1CC/yDxCe365WQpxNd49ispL40Yv8Tv4SmteGbvZeFwShOOVKfMlo4jrVvwoaMosA== estree-util-attach-comments@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/estree-util-attach-comments/-/estree-util-attach-comments-2.0.0.tgz#2c06d484dfcf841b5946bcb84d5412cbcd544e22" - integrity sha512-kT9YVRvlt2ewPp9BazfIIgXMGsXOEpOm57bK8aa4F3eOEndMml2JAETjWaG3SZYHmC6axSNIzHGY718dYwIuVg== + version "2.0.1" + resolved "https://registry.yarnpkg.com/estree-util-attach-comments/-/estree-util-attach-comments-2.0.1.tgz#57dd0ae170ce2a6d9170ad69e6a45c87bcb52d81" + integrity sha512-1wTBNndwMIsnvnuxjFIaYQz0M7PsCvcgP0YD7/dU8xWh1FuHk+O6pYpT4sLa5THY/CywJvdIdgw4uhozujga/g== dependencies: - "@types/estree" "^0.0.46" + "@types/estree" "^0.0.51" estree-util-build-jsx@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/estree-util-build-jsx/-/estree-util-build-jsx-2.0.0.tgz#4903e2a923ebc791f86e78ec3687d01715dec902" - integrity sha512-d49hPGqBCJF/bF06g1Ywg7zjH1mrrUdPPrixBlKBxcX4WvMYlUUJ8BkrwlzWc8/fm6XqGgk5jilhgeZBDEGwOQ== + version "2.1.0" + resolved "https://registry.yarnpkg.com/estree-util-build-jsx/-/estree-util-build-jsx-2.1.0.tgz#629aa81fbb1b16ed628c7a9334d37bc8a2a3726f" + integrity sha512-gsBGfsY6LOJUIDwmMkTOcgCX+3r/LUjRBccgHMSW55PHjhZsV13RmPl/iwpAvW8KcQqoN9P0FEFWTSS2Zc5bGA== dependencies: "@types/estree-jsx" "^0.0.1" estree-util-is-identifier-name "^2.0.0" @@ -9318,9 +9336,9 @@ estree-util-is-identifier-name@^1.0.0, estree-util-is-identifier-name@^1.1.0: integrity sha512-OVJZ3fGGt9By77Ix9NhaRbzfbDV/2rx9EP7YIDJTmsZSEc5kYn2vWcNccYyahJL2uAQZK2a5Or2i0wtIKTPoRQ== estree-util-is-identifier-name@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.0.0.tgz#e2d3d2ae3032c017b2112832bfc5d8ba938c8010" - integrity sha512-aXXZFVMnBBDRP81vS4YtAYJ0hUkgEsXea7lNKWCOeaAquGb1Jm2rcONPB5fpzwgbNxulTvrWuKnp9UElUGAKeQ== + version "2.0.1" + resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.0.1.tgz#cf07867f42705892718d9d89eb2d85eaa8f0fcb5" + integrity sha512-rxZj1GkQhY4x1j/CSnybK9cGuMFQYFPLq0iNyopqf14aOVLFtMv7Esika+ObJWPWiOHuMOAHz3YkWoLYYRnzWQ== estree-util-visit@^1.0.0: version "1.1.0" @@ -9353,7 +9371,7 @@ esutils@^2.0.2, esutils@^2.0.3: etag@^1.8.1, etag@~1.8.1: version "1.8.1" resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== eventemitter3@^4.0.0, eventemitter3@^4.0.4: version "4.0.7" @@ -9365,12 +9383,10 @@ events@^3.0.0: resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== -eventsource@^1.0.7: - version "1.1.1" - resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.1.1.tgz#4544a35a57d7120fba4fa4c86cb4023b2c09df2f" - integrity sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA== - dependencies: - original "^1.0.0" +eventsource@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-2.0.2.tgz#76dfcc02930fb2ff339520b6d290da573a9e8508" + integrity sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA== evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: version "1.0.3" @@ -9383,7 +9399,7 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: execa@^0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" - integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= + integrity sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw== dependencies: cross-spawn "^5.0.1" get-stream "^3.0.0" @@ -9451,15 +9467,10 @@ execa@^6.0.0, execa@^6.1.0: signal-exit "^3.0.7" strip-final-newline "^3.0.0" -exit-on-epipe@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz#0bdd92e87d5285d267daa8171d0eb06159689692" - integrity sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw== - expand-brackets@^2.1.4: version "2.1.4" resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + integrity sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA== dependencies: debug "^2.3.3" define-property "^0.2.5" @@ -9477,14 +9488,14 @@ expand-template@^2.0.3: expand-tilde@^2.0.0, expand-tilde@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" - integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= + integrity sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw== dependencies: homedir-polyfill "^1.0.1" express-logging@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/express-logging/-/express-logging-1.1.1.tgz#62839618cbab5bb3610f1a1c1485352fe9d26c2a" - integrity sha1-YoOWGMurW7NhDxocFIU1L+nSbCo= + integrity sha512-1KboYwxxCG5kwkJHR5LjFDTD1Mgl8n4PIMcCuhhd/1OqaxlC68P3QKbvvAbZVUtVgtlxEdTgSUwf6yxwzRCuuA== dependencies: on-headers "^1.0.0" @@ -9548,14 +9559,14 @@ ext-name@^5.0.0: extend-shallow@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= + integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== dependencies: is-extendable "^0.1.0" extend-shallow@^3.0.0, extend-shallow@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q== dependencies: assign-symbols "^1.0.0" is-extendable "^1.0.1" @@ -9591,7 +9602,7 @@ extglob@^2.0.4: extsprintf@1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= + integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g== extsprintf@^1.2.0: version "1.4.1" @@ -9608,10 +9619,10 @@ fast-diff@^1.2.0: resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== -fast-equals@^2.0.1: - version "2.0.4" - resolved "https://registry.yarnpkg.com/fast-equals/-/fast-equals-2.0.4.tgz#3add9410585e2d7364c2deeb6a707beadb24b927" - integrity sha512-caj/ZmjHljPrZtbzJ3kfH5ia/k4mTJe/qSiXAGzxZWRZgsgDV0cvNaQULqUX8t0/JVlzzEdYOwCN5DmzTxoD4w== +fast-equals@^3.0.1: + version "3.0.3" + resolved "https://registry.yarnpkg.com/fast-equals/-/fast-equals-3.0.3.tgz#8e6cb4e51ca1018d87dd41982ef92758b3e4197f" + integrity sha512-NCe8qxnZFARSHGztGMZOO/PC1qa5MIFB5Hp66WdzbCRAz8U8US3bx1UTgLS49efBQPcUtO9gf5oVEY8o7y/7Kg== fast-glob@^2.2.6: version "2.2.7" @@ -9649,7 +9660,7 @@ fast-json-stable-stringify@^2.0.0: fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= + integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== fast-safe-stringify@^1.0.8, fast-safe-stringify@^1.2.3: version "1.2.3" @@ -9664,7 +9675,7 @@ fast-safe-stringify@^2.0.7: fast-url-parser@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d" - integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0= + integrity sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ== dependencies: punycode "^1.3.2" @@ -9694,7 +9705,7 @@ fault@^2.0.0: dependencies: format "^0.2.0" -faye-websocket@^0.11.3: +faye-websocket@^0.11.3, faye-websocket@^0.11.4: version "0.11.4" resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da" integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== @@ -9723,14 +9734,14 @@ fbjs@^2.0.0: fd-slicer@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" - integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4= + integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g== dependencies: pend "~1.2.0" fecha@^4.2.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.1.tgz#0a83ad8f86ef62a091e22bb5a039cd03d23eecce" - integrity sha512-MMMQ0ludy/nBs1/o0zVOiKTpG7qMbonKUzjJgQFEuvq6INZ1OraKPRAWkBq5vlKLOUMpmNYG1JoN3oDPUQ9m3Q== + version "4.2.3" + resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd" + integrity sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw== feed@^4.2.2: version "4.2.2" @@ -9740,9 +9751,9 @@ feed@^4.2.2: xml-js "^1.6.11" fetch-blob@^3.1.2, fetch-blob@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.4.tgz#e8c6567f80ad7fc22fd302e7dcb72bafde9c1717" - integrity sha512-Eq5Xv5+VlSrYWEqKrusxY1C3Hm/hjeAsCGVG3ft7pZahlUAChpGZT/Ms1WmSLnEAisEXszjzu/s+ce6HZB2VHA== + version "3.2.0" + resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9" + integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ== dependencies: node-domexception "^1.0.0" web-streams-polyfill "^3.0.3" @@ -9767,7 +9778,7 @@ figgy-pudding@^3.5.1: figures@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" - integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= + integrity sha512-UxKlfCRuCBxSXU4C6t9scbDyWZ4VlaFFdojKtzJuSkuOBQ5CNFum+zZXFwHjo+CxBC1t6zlYPgHIgFjL8ggoEQ== dependencies: escape-string-regexp "^1.0.5" object-assign "^4.1.0" @@ -9775,7 +9786,7 @@ figures@^1.7.0: figures@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" - integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI= + integrity sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA== dependencies: escape-string-regexp "^1.0.5" @@ -9817,7 +9828,7 @@ file-saver@^2.0.5: file-size@0.0.5: version "0.0.5" resolved "https://registry.yarnpkg.com/file-size/-/file-size-0.0.5.tgz#057d43c3a3ed735da3f90d6052ab380f1e6d5e3b" - integrity sha1-BX1Dw6Ptc12j+Q1gUqs4Dx5tXjs= + integrity sha512-ZW056dw8Ta1RWHVOQue3LMZe+mSOnHkcM7AN9is8JoHSIHRiLD5szwPAHM3fM7P5SGJ1bkAmCv3PvUTGoluDqA== file-type@^11.1.0: version "11.1.0" @@ -9827,17 +9838,17 @@ file-type@^11.1.0: file-type@^3.8.0: version "3.9.0" resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9" - integrity sha1-JXoHg4TR24CHvESdEH1SpSZyuek= + integrity sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA== file-type@^4.2.0: version "4.4.0" resolved "https://registry.yarnpkg.com/file-type/-/file-type-4.4.0.tgz#1b600e5fca1fbdc6e80c0a70c71c8dba5f7906c5" - integrity sha1-G2AOX8ofvcboDApwxxyNul95BsU= + integrity sha512-f2UbFQEk7LXgWpi5ntcO86OeA/cC80fuDDDaX/fZ2ZGel+AF7leRQqBBW1eJNiiQkrZlAoM6P+VYP5P6bOlDEQ== file-type@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/file-type/-/file-type-5.2.0.tgz#2ddbea7c73ffe36368dfae49dc338c058c2b8ad6" - integrity sha1-LdvqfHP/42No365J3DOMBYwritY= + integrity sha512-Iq1nJ6D2+yIO4c8HHg4fyVb8mAJieo1Oloy1mLLaB2PvezNedhBVm+QU7g0qM42aiMbRXTxKKwGD17rjKNJYVQ== file-type@^6.1.0: version "6.2.0" @@ -9852,7 +9863,7 @@ file-uri-to-path@1.0.0: filename-reserved-regex@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229" - integrity sha1-q/c9+rc10EVECr/qLZHzieu/oik= + integrity sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ== filenamify@^3.0.0: version "3.0.0" @@ -9866,7 +9877,7 @@ filenamify@^3.0.0: fill-range@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + integrity sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ== dependencies: extend-shallow "^2.0.1" is-number "^3.0.0" @@ -9933,7 +9944,7 @@ find-replace@^3.0.0: dependencies: array-back "^3.0.1" -find-root@^1.0.0: +find-root@^1.0.0, find-root@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== @@ -9949,7 +9960,7 @@ find-up@5.0.0, find-up@^5.0.0: find-up@^2.0.0, find-up@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" - integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= + integrity sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ== dependencies: locate-path "^2.0.0" @@ -10005,9 +10016,9 @@ flatstr@^1.0.5: integrity sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw== flatted@^3.1.0: - version "3.2.5" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3" - integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== + version "3.2.6" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2" + integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ== flush-write-stream@^1.0.0: version "1.1.1" @@ -10037,12 +10048,7 @@ folder-walker@^3.2.0: dependencies: from2 "^2.1.0" -follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.7, follow-redirects@^1.3.0: - version "1.14.8" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc" - integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA== - -follow-redirects@^1.14.9: +follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.7, follow-redirects@^1.14.9, follow-redirects@^1.3.0: version "1.15.1" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5" integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA== @@ -10050,12 +10056,12 @@ follow-redirects@^1.14.9: font-awesome@^4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133" - integrity sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM= + integrity sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg== for-in@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ== foreground-child@^2.0.0: version "2.0.0" @@ -10068,7 +10074,7 @@ foreground-child@^2.0.0: forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= + integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw== form-data@^2.3.1: version "2.5.1" @@ -10109,7 +10115,7 @@ form-data@~2.3.2: format@^0.2.0: version "0.2.2" resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b" - integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= + integrity sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww== formdata-polyfill@^4.0.10: version "4.0.10" @@ -10159,14 +10165,14 @@ fraction.js@^4.2.0: fragment-cache@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + integrity sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA== dependencies: map-cache "^0.2.2" fresh@0.5.2, fresh@~0.5.2: version "0.5.2" resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== friendly-errors-webpack-plugin@^1.7.0: version "1.7.0" @@ -10180,14 +10186,14 @@ friendly-errors-webpack-plugin@^1.7.0: from2-array@^0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/from2-array/-/from2-array-0.0.4.tgz#eafc16b65f6e2719bcd57fdc1869005ac1332cd6" - integrity sha1-6vwWtl9uJxm81X/cGGkAWsEzLNY= + integrity sha512-0G0cAp7sYLobH7ALsr835x98PU/YeVF7wlwxdWbCUaea7wsa7lJfKZUAo6p2YZGZ8F94luCuqHZS3JtFER6uPg== dependencies: from2 "^2.0.3" from2@^2.0.3, from2@^2.1.0, from2@^2.1.1: version "2.3.0" resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" - integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= + integrity sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g== dependencies: inherits "^2.0.1" readable-stream "^2.0.0" @@ -10228,13 +10234,6 @@ fs-extra@^9.1.0: jsonfile "^6.0.1" universalify "^2.0.0" -fs-minipass@^1.2.7: - version "1.2.7" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7" - integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA== - dependencies: - minipass "^2.6.0" - fs-minipass@^2.0.0, fs-minipass@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" @@ -10245,7 +10244,7 @@ fs-minipass@^2.0.0, fs-minipass@^2.1.0: fs-write-stream-atomic@^1.0.8: version "1.0.10" resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" - integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= + integrity sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA== dependencies: graceful-fs "^4.1.2" iferr "^0.1.5" @@ -10255,7 +10254,7 @@ fs-write-stream-atomic@^1.0.8: fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== fsevents@^1.2.7: version "1.2.13" @@ -10288,17 +10287,17 @@ function.prototype.name@^1.1.2, function.prototype.name@^1.1.5: functional-red-black-tree@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" - integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= + integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== functions-have-names@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21" - integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA== + version "1.2.3" + resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" + integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== fuzzy@^0.1.3: version "0.1.3" resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8" - integrity sha1-THbsL/CsGjap3M+aAN+GIweNTtg= + integrity sha512-/gZffu4ykarLrCiP3Ygsa86UAo1E5vEVlvTrpkKywXSbP9Xhln3oSp9QSV57gEq3JFFpGJ4GZ+5zdEp3FcUh4w== gauge@^3.0.0: version "3.0.2" @@ -10332,7 +10331,7 @@ gauge@^4.0.3: gauge@~2.7.3: version "2.7.4" resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" - integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= + integrity sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg== dependencies: aproba "^1.0.3" console-control-strings "^1.0.0" @@ -10376,9 +10375,9 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5: get-func-name@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41" - integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE= + integrity sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig== -get-intrinsic@^1.0.2: +get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: version "1.1.2" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.2.tgz#336975123e05ad0b7ba41f152ee4aadbea6cf598" integrity sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA== @@ -10387,15 +10386,6 @@ get-intrinsic@^1.0.2: has "^1.0.3" has-symbols "^1.0.3" -get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" - integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.1" - get-package-type@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" @@ -10419,7 +10409,7 @@ get-port@^5.1.0, get-port@^5.1.1: get-stdin@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= + integrity sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw== get-stdin@^8.0.0: version "8.0.0" @@ -10429,12 +10419,12 @@ get-stdin@^8.0.0: get-stream@3.0.0, get-stream@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" - integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= + integrity sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ== get-stream@^2.2.0: version "2.3.1" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-2.3.1.tgz#5f38f93f346009666ee0150a054167f91bdd95de" - integrity sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4= + integrity sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA== dependencies: object-assign "^4.0.1" pinkie-promise "^2.0.0" @@ -10469,19 +10459,19 @@ get-symbol-description@^1.0.0: get-value@^2.0.3, get-value@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + integrity sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA== getpass@^0.1.1: version "0.1.7" resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= + integrity sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng== dependencies: assert-plus "^1.0.0" gh-release-fetch@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/gh-release-fetch/-/gh-release-fetch-3.0.1.tgz#6db98465e90e635f4dff90c65a3ccb56455ba897" - integrity sha512-gV6V6+T0kKppzh/+YXpI/jl8ZgvjMY4oyWR3DAmPsqk9ILhk8TEneLFjBBM3kO7OfZ3dWCvuQu5M0DSh/Hz21w== + version "3.0.2" + resolved "https://registry.yarnpkg.com/gh-release-fetch/-/gh-release-fetch-3.0.2.tgz#18119c47a4babb918b525cd1c0cb2de50fd96be2" + integrity sha512-xcX1uaOVDvsm+io4bvJfBFpQCLfoI3DsFay2GBMUtEnNInbNFFZqxTh7X0WIorCDtOmtos5atp2BGHAGEzmlAg== dependencies: "@types/download" "^8.0.0" "@types/node-fetch" "^2.1.6" @@ -10504,7 +10494,7 @@ git-raw-commits@^2.0.0, git-raw-commits@^2.0.8: git-remote-origin-url@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f" - integrity sha1-UoJlna4hBxRaERJhEq0yFuxfpl8= + integrity sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw== dependencies: gitconfiglocal "^1.0.0" pify "^2.3.0" @@ -10555,7 +10545,7 @@ git-url-parse@^12.0.0: gitconfiglocal@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b" - integrity sha1-QdBF84UaXqiPA/JMocYXgRRGS5s= + integrity sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ== dependencies: ini "^1.3.2" @@ -10569,7 +10559,7 @@ gitconfiglocal@^2.1.0: github-from-package@0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce" - integrity sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4= + integrity sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw== github-slugger@^1.0.0, github-slugger@^1.1.1: version "1.4.0" @@ -10579,7 +10569,7 @@ github-slugger@^1.0.0, github-slugger@^1.1.1: glob-parent@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" - integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= + integrity sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA== dependencies: is-glob "^3.1.0" path-dirname "^1.0.0" @@ -10601,7 +10591,7 @@ glob-parent@^6.0.1, glob-parent@^6.0.2: glob-to-regexp@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" - integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= + integrity sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig== glob-to-regexp@^0.4.1: version "0.4.1" @@ -10632,7 +10622,7 @@ glob@7.1.7, glob@~7.1.1: once "^1.3.0" path-is-absolute "^1.0.0" -glob@7.2.0, glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: +glob@7.2.0: version "7.2.0" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== @@ -10644,7 +10634,7 @@ glob@7.2.0, glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glo once "^1.3.0" path-is-absolute "^1.0.0" -glob@^7.2.0: +glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0: version "7.2.3" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== @@ -10686,7 +10676,7 @@ global-cache@^1.2.1: global-dirs@^0.1.0, global-dirs@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" - integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= + integrity sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg== dependencies: ini "^1.3.4" @@ -10716,7 +10706,7 @@ global-modules@^2.0.0: global-prefix@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" - integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= + integrity sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg== dependencies: expand-tilde "^2.0.2" homedir-polyfill "^1.0.1" @@ -10739,13 +10729,13 @@ globals@^11.1.0: integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== globals@^13.15.0: - version "13.15.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac" - integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog== + version "13.17.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4" + integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw== dependencies: type-fest "^0.20.2" -globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.1.0: +globby@^11.0.1, globby@^11.0.2, globby@^11.1.0: version "11.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== @@ -10757,10 +10747,10 @@ globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.1.0: merge2 "^1.4.1" slash "^3.0.0" -globby@^13.1.1: - version "13.1.1" - resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f" - integrity sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q== +globby@^13.0.0, globby@^13.1.1: + version "13.1.2" + resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515" + integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ== dependencies: dir-glob "^3.0.1" fast-glob "^3.2.11" @@ -10771,7 +10761,7 @@ globby@^13.1.1: globby@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" - integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= + integrity sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw== dependencies: array-union "^1.0.1" glob "^7.0.3" @@ -10794,12 +10784,12 @@ globby@^9.2.0: slash "^2.0.0" globule@^1.0.0: - version "1.3.3" - resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.3.tgz#811919eeac1ab7344e905f2e3be80a13447973c2" - integrity sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg== + version "1.3.4" + resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.4.tgz#7c11c43056055a75a6e68294453c17f2796170fb" + integrity sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg== dependencies: glob "~7.1.1" - lodash "~4.17.10" + lodash "^4.17.21" minimatch "~3.0.2" gonzales-pe@^4.2.3, gonzales-pe@^4.3.0: @@ -10833,7 +10823,7 @@ got@^10.0.0, got@^10.7.0: got@^6.7.1: version "6.7.1" resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0" - integrity sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA= + integrity sha512-Y/K3EDuiQN9rTZhBvPRWMLXIKdeD1Rj0nzunfoi0Yyn5WBEbzxXKU9Ub2X41oZBagVWOBU3MuDonFMgPWQFnwg== dependencies: create-error-class "^3.0.0" duplexer3 "^0.1.4" @@ -10888,9 +10878,9 @@ got@^9.6.0: url-parse-lax "^3.0.0" graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9: - version "4.2.9" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96" - integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ== + version "4.2.10" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" + integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== grant-koa@5.4.8: version "5.4.8" @@ -10900,9 +10890,9 @@ grant-koa@5.4.8: grant "^5.4.8" grant@^5.4.8: - version "5.4.20" - resolved "https://registry.yarnpkg.com/grant/-/grant-5.4.20.tgz#01ad40559057920e2297aa1d74043edee1056548" - integrity sha512-VwoKfA8IgMIbFDBVybb6iTqkSEyy+uZYeXRnaF6L/Dc9X2eq73ciEXQ71atCoVDy6yOD2YGszs+cGAACNK6NqQ== + version "5.4.21" + resolved "https://registry.yarnpkg.com/grant/-/grant-5.4.21.tgz#3306942f4a19e40d008e247d071104b19173c0c6" + integrity sha512-QaoZudI9Gmh2W415gd71Iul6gpVH9sG1SkjfnGHtqYZopQDQ5PUVxRol5zFCrwGi9S0EbExbelHlZScgdChg2w== dependencies: qs "^6.10.2" request-compose "^2.1.4" @@ -10948,7 +10938,7 @@ handlebars@^4.7.7: har-schema@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= + integrity sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q== har-validator@~5.1.3: version "5.1.5" @@ -10966,23 +10956,18 @@ hard-rejection@^2.1.0: has-ansi@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-0.1.0.tgz#84f265aae8c0e6a88a12d7022894b7568894c62e" - integrity sha1-hPJlqujA5qiKEtcCKJS3VoiUxi4= + integrity sha512-1YsTg1fk2/6JToQhtZkArMkurq8UoWU1Qe0aR3VUHjgij4nOylSWLWAtBXoZ4/dXOmugfLGm1c+QhuD0JyedFA== dependencies: ansi-regex "^0.2.0" has-ansi@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= + integrity sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg== dependencies: ansi-regex "^2.0.0" -has-bigints@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" - integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== - -has-bigints@^1.0.2: +has-bigints@^1.0.1, has-bigints@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== @@ -10990,7 +10975,7 @@ has-bigints@^1.0.2: has-flag@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== has-flag@^4.0.0: version "4.0.0" @@ -11000,7 +10985,7 @@ has-flag@^4.0.0: has-glob@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/has-glob/-/has-glob-1.0.0.tgz#9aaa9eedbffb1ba3990a7b0010fb678ee0081207" - integrity sha1-mqqe7b/7G6OZCnsAEPtnjuAIEgc= + integrity sha512-D+8A457fBShSEI3tFCj65PAbT++5sKiFtdCdOam0gnfBgw9D277OERk+HM9qYJXmdVLZ/znez10SqHN0BBQ50g== dependencies: is-glob "^3.0.0" @@ -11016,12 +11001,7 @@ has-symbol-support-x@^1.4.1: resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455" integrity sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw== -has-symbols@^1.0.1, has-symbols@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" - integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== - -has-symbols@^1.0.3: +has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== @@ -11043,12 +11023,12 @@ has-tostringtag@^1.0.0: has-unicode@^2.0.0, has-unicode@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= + integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== has-value@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= + integrity sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q== dependencies: get-value "^2.0.3" has-values "^0.1.4" @@ -11057,7 +11037,7 @@ has-value@^0.3.1: has-value@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + integrity sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw== dependencies: get-value "^2.0.6" has-values "^1.0.0" @@ -11066,12 +11046,12 @@ has-value@^1.0.0: has-values@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= + integrity sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ== has-values@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + integrity sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ== dependencies: is-number "^3.0.0" kind-of "^4.0.0" @@ -11091,7 +11071,7 @@ has@^1.0.3: hasbin@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/hasbin/-/hasbin-1.2.3.tgz#78c5926893c80215c2b568ae1fd3fcab7a2696b0" - integrity sha1-eMWSaJPIAhXCtWiuH9P8q3omlrA= + integrity sha512-CCd8e/w2w28G8DyZvKgiHnQJ/5XXDz6qiUHnthvtag/6T5acUeN5lqq+HMoBqcmgWueWDhiCplrw0Kb1zDACRg== dependencies: async "~1.5" @@ -11342,16 +11322,11 @@ highlight.js@^10.4.1: resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531" integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A== -highlight.js@^11.4.0: +highlight.js@^11.4.0, highlight.js@~11.6.0: version "11.6.0" resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.6.0.tgz#a50e9da05763f1bb0c1322c8f4f755242cff3f5a" integrity sha512-ig1eqDzJaB0pqEvlPVIpSSyMaO92bH1N2rJpLMN/nX396wTpDA4Eq0uK+7I/2XG17pFaaKE0kjV/XPeGt7Evjw== -highlight.js@~11.4.0: - version "11.4.0" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.4.0.tgz#34ceadd49e1596ee5aba3d99346cdfd4845ee05a" - integrity sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA== - history@^4.9.0: version "4.10.1" resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" @@ -11367,7 +11342,7 @@ history@^4.9.0: hmac-drbg@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" - integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= + integrity sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg== dependencies: hash.js "^1.0.3" minimalistic-assert "^1.0.0" @@ -11395,7 +11370,7 @@ homedir-polyfill@^1.0.1: hooks@^0.3.2: version "0.3.2" resolved "https://registry.yarnpkg.com/hooks/-/hooks-0.3.2.tgz#a31f060c2026cea6cf1ca3eb178430e718e1c4a3" - integrity sha1-ox8GDCAmzqbPHKPrF4Qw5xjhxKM= + integrity sha512-TqeFzUf12rSzcbm5lUls81jimUC8TmXZ4ANPxxeeMou09hrjBcHYhAQ0WgyN5YqNCXOzz7L6xVNl/+ctFuSeOw== hosted-git-info@^2.1.4: version "2.8.9" @@ -11416,15 +11391,15 @@ hosted-git-info@^5.0.0: dependencies: lru-cache "^7.5.1" -hotkeys-js@3.9.3: - version "3.9.3" - resolved "https://registry.yarnpkg.com/hotkeys-js/-/hotkeys-js-3.9.3.tgz#4b755cc695b388d7f93a83aff4b0c2a45719996c" - integrity sha512-s+f0xyvDmf6+DyrFQ2SY+eA7lbvMbjqkqi0I0SpMgnN5tZx7DeH8nsWhkJR4KEq3pxDPHJppDUhdt1rZFW5LeQ== +hotkeys-js@3.9.4: + version "3.9.4" + resolved "https://registry.yarnpkg.com/hotkeys-js/-/hotkeys-js-3.9.4.tgz#ce1aa4c3a132b6a63a9dd5644fc92b8a9b9cbfb9" + integrity sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q== hpack.js@^2.1.6: version "2.1.6" resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" - integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI= + integrity sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ== dependencies: inherits "^2.0.1" obuf "^1.0.0" @@ -11485,7 +11460,7 @@ html-void-elements@^2.0.0: html-webpack-plugin@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b" - integrity sha1-sBq71yOsqqeze2r0SS69oD2d03s= + integrity sha512-Br4ifmjQojUP4EmHnRBoUIYcZ9J7M4bTMcm7u6xoIAIuq2Nte4TzXX0533owvkQKQD1WeMTTTyD4Ni4QKxS0Bg== dependencies: html-minifier "^3.2.3" loader-utils "^0.2.16" @@ -11510,6 +11485,16 @@ htmlparser2@^6.0.0, htmlparser2@^6.1.0: domutils "^2.5.2" entities "^2.0.0" +htmlparser2@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.1.tgz#abaa985474fcefe269bc761a779b544d7196d010" + integrity sha512-4lVbmc1diZC7GUJQtRQ5yBAeUCL1exyMwmForWkRLnwyzWBFxN633SALPMGYaWZvKe9j1pRZJpauvmxENSp/EA== + dependencies: + domelementtype "^2.3.0" + domhandler "^5.0.2" + domutils "^3.0.1" + entities "^4.3.0" + http-assert@^1.3.0: version "1.5.0" resolved "https://registry.yarnpkg.com/http-assert/-/http-assert-1.5.0.tgz#c389ccd87ac16ed2dfa6246fd73b926aa00e6b8f" @@ -11531,7 +11516,7 @@ http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0: http-deceiver@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" - integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= + integrity sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw== http-errors@2.0.0: version "2.0.0" @@ -11558,7 +11543,7 @@ http-errors@^1.3.1, http-errors@^1.6.3, http-errors@^1.7.3, http-errors@^1.8.0, http-errors@~1.6.2: version "1.6.3" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" - integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= + integrity sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A== dependencies: depd "~1.1.2" inherits "2.0.3" @@ -11566,9 +11551,9 @@ http-errors@~1.6.2: statuses ">= 1.4.0 < 2" http-parser-js@>=0.5.1: - version "0.5.5" - resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.5.tgz#d7c30d5d3c90d865b4a2e870181f9d6f22ac7ac5" - integrity sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA== + version "0.5.8" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.8.tgz#af23090d9ac4e24573de6f6aecc9d84a48bf20e3" + integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q== http-proxy-agent@^4.0.0, http-proxy-agent@^4.0.1: version "4.0.1" @@ -11599,9 +11584,9 @@ http-proxy-middleware@0.19.1: micromatch "^3.1.10" http-proxy-middleware@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.2.tgz#94d7593790aad6b3de48164f13792262f656c332" - integrity sha512-XtmDN5w+vdFTBZaYhdJAbMqn0DP/EhkUaAeo963mojwpKMMbw6nivtFKw07D7DDOH745L5k0VL0P8KRYNEVF/g== + version "2.0.6" + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f" + integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw== dependencies: "@types/http-proxy" "^1.17.8" http-proxy "^1.18.1" @@ -11621,7 +11606,7 @@ http-proxy@^1.17.0, http-proxy@^1.18.0, http-proxy@^1.18.1: http-signature@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= + integrity sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ== dependencies: assert-plus "^1.0.0" jsprim "^1.2.2" @@ -11630,7 +11615,7 @@ http-signature@~1.2.0: https-browserify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" - integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= + integrity sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg== https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1: version "5.0.1" @@ -11658,7 +11643,7 @@ human-signals@^3.0.1: humanize-ms@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= + integrity sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ== dependencies: ms "^2.0.0" @@ -11695,14 +11680,14 @@ i18next@^21.8.13: iconv-lite@0.4.13: version "0.4.13" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2" - integrity sha1-H4irpKsLFQjoMSrMOTRfNumS4vI= + integrity sha512-QwVuTNQv7tXC5mMWFX5N5wGjmybjNBBD8P3BReTkPmipoxTUFgWM2gXNvldHQr6T14DH0Dh6qBVg98iJt7u4mQ== iconv-lite@0.4.15: version "0.4.15" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.15.tgz#fe265a218ac6a57cfe854927e9d04c19825eddeb" - integrity sha1-/iZaIYrGpXz+hUkn6dBMGYJe3es= + integrity sha512-RGR+c9Lm+tLsvU57FTJJtdbv2hQw42Yl2n26tVIBaYmZzLN+EGfroUugN/z9nJf9kOXd49hBmpoGr4FEm+A4pw== -iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: +iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== @@ -11719,7 +11704,7 @@ iconv-lite@^0.6.2: icss-replace-symbols@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" - integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= + integrity sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg== icss-utils@^4.1.0: version "4.1.1" @@ -11736,19 +11721,19 @@ ieee754@^1.1.13, ieee754@^1.1.4, ieee754@^1.2.1: iferr@^0.1.5: version "0.1.5" resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" - integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= + integrity sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA== ignore-by-default@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09" - integrity sha1-SMptcvbGo68Aqa1K5odr44ieKwk= + integrity sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA== ignore-by-default@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-2.1.0.tgz#c0e0de1a99b6065bdc93315a6f728867981464db" integrity sha512-yiWd4GVmJp0Q6ghmM2B/V3oZGRmjrKLXvHR3TE1nfoXsmoggllfZUQe74EN0fJdPFZu2NIvNdrMMLm3OsV7Ohw== -ignore-walk@3.0.4, ignore-walk@^3.0.1, ignore-walk@^3.0.3: +ignore-walk@3.0.4, ignore-walk@^3.0.3: version "3.0.4" resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335" integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ== @@ -11775,7 +11760,7 @@ ignore@^5.0.0, ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0: immediate@~3.0.5: version "3.0.6" resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" - integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps= + integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ== immer@^8.0.1: version "8.0.4" @@ -11785,14 +11770,14 @@ immer@^8.0.1: immutable@^3.8.2: version "3.8.2" resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" - integrity sha1-wkOZUUVbs5kT2vKBN28VMOEErfM= + integrity sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg== immutable@~3.7.4: version "3.7.6" resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b" - integrity sha1-E7TTyxK++hVIKib+Gy665kAHHks= + integrity sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw== -import-fresh@^3.0.0, import-fresh@^3.2.1: +import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== @@ -11803,7 +11788,7 @@ import-fresh@^3.0.0, import-fresh@^3.2.1: import-lazy@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" - integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= + integrity sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A== import-local@^2.0.0: version "2.0.0" @@ -11831,12 +11816,12 @@ import-meta-resolve@^2.0.0: imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== indent-string@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" - integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= + integrity sha512-BYqTHXTGUIvg7t1r4sJNKcbDZkL92nkXA8YtRpbjFHRHGDL/NtUeiBJMeE60kIFN/Mg8ESaWQvftaYMGJzQZCQ== indent-string@^4.0.0: version "4.0.0" @@ -11856,17 +11841,17 @@ infer-owner@^1.0.3, infer-owner@^1.0.4: inflation@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/inflation/-/inflation-2.0.0.tgz#8b417e47c28f925a45133d914ca1fd389107f30f" - integrity sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8= + integrity sha512-m3xv4hJYR2oXw4o4Y5l6P5P16WYmazYof+el6Al3f+YlggGj6qT9kImBAnzDelRALnP5d3h4jGBPKzYCizjZZw== inflection@1.12.0: version "1.12.0" resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.12.0.tgz#a200935656d6f5f6bc4dc7502e1aecb703228416" - integrity sha1-ogCTVlbW9fa8TcdQLhrstwMihBY= + integrity sha512-lRy4DxuIFWXlJU7ed8UiTJOSTqStqYdEb4CEbtXfNbkdj3nH1L+reUWiE10VWcJS2yR7tge8Z74pJjtBjNwj0w== inflight@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== dependencies: once "^1.3.0" wrappy "1" @@ -11879,12 +11864,12 @@ inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, i inherits@2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" - integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= + integrity sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA== inherits@2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw== ini@2.0.0: version "2.0.0" @@ -12023,7 +12008,7 @@ intl-messageformat@^8.3.7: into-stream@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6" - integrity sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY= + integrity sha512-TcdjPibTksa1NQximqep2r17ISRiNE9fwlfbg3F8ANdvP5/yrFTew86VcO//jk4QTaMlbjypPBq76HN2zaKfZQ== dependencies: from2 "^2.1.1" p-is-promise "^1.1.0" @@ -12038,12 +12023,17 @@ invariant@^2.2.1, invariant@^2.2.4: ip-regex@^2.0.0, ip-regex@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" - integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= + integrity sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw== ip@^1.1.0, ip@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" - integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= + version "1.1.8" + resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48" + integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg== + +ip@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da" + integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ== ipaddr.js@1.9.1, ipaddr.js@^1.9.0: version "1.9.1" @@ -12063,7 +12053,7 @@ is-absolute-url@^3.0.0, is-absolute-url@^3.0.3: is-accessor-descriptor@^0.1.6: version "0.1.6" resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + integrity sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A== dependencies: kind-of "^3.0.2" @@ -12111,7 +12101,7 @@ is-arguments@^1.0.4: is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== is-arrayish@^0.3.1: version "0.3.2" @@ -12128,7 +12118,7 @@ is-bigint@^1.0.1: is-binary-path@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" - integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + integrity sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q== dependencies: binary-extensions "^1.0.0" @@ -12142,7 +12132,7 @@ is-binary-path@~2.1.0: is-bluebird@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-bluebird/-/is-bluebird-1.0.2.tgz#096439060f4aa411abee19143a84d6a55346d6e2" - integrity sha1-CWQ5Bg9KpBGr7hkUOoTWpVNG1uI= + integrity sha512-PDRu1vVip5dGQg5tfn2qVCCyxbBYu5MhYUJwSfL/RoGBI97n1fxvilVazxzptZW0gcmsMH17H4EVZZI5E/RSeA== is-boolean-object@^1.1.0: version "1.1.2" @@ -12193,14 +12183,7 @@ is-class-hotfix@~0.0.6: resolved "https://registry.yarnpkg.com/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz#a527d31fb23279281dde5f385c77b5de70a72435" integrity sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ== -is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" - integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== - dependencies: - has "^1.0.3" - -is-core-module@^2.3.0, is-core-module@^2.9.0: +is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: version "2.9.0" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69" integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A== @@ -12210,7 +12193,7 @@ is-core-module@^2.3.0, is-core-module@^2.9.0: is-data-descriptor@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + integrity sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg== dependencies: kind-of "^3.0.2" @@ -12264,7 +12247,7 @@ is-docker@2.2.1, is-docker@^2.0.0, is-docker@^2.1.1: is-empty@^1.0.0: version "1.2.0" resolved "https://registry.yarnpkg.com/is-empty/-/is-empty-1.2.0.tgz#de9bb5b278738a05a0b09a57e1fb4d4a341a9f6b" - integrity sha1-3pu1snhzigWgsJpX4ftNSjQan2s= + integrity sha512-F2FnH/otLNJv0J6wc73A5Xo7oHLNnqplYqZhUu01tD54DIPvxIRSTSLkrUB/M0nHO4vo1O9PDfN4KoTxCzLh/w== is-error@^2.2.2: version "2.2.2" @@ -12274,7 +12257,7 @@ is-error@^2.2.2: is-extendable@^0.1.0, is-extendable@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== is-extendable@^1.0.1: version "1.0.1" @@ -12286,19 +12269,19 @@ is-extendable@^1.0.1: is-extglob@^2.1.0, is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== is-fullwidth-code-point@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= + integrity sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw== dependencies: number-is-nan "^1.0.0" is-fullwidth-code-point@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== is-fullwidth-code-point@^3.0.0: version "3.0.0" @@ -12320,7 +12303,7 @@ is-generator-function@^1.0.7: is-glob@^3.0.0, is-glob@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" - integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= + integrity sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw== dependencies: is-extglob "^2.1.0" @@ -12344,12 +12327,12 @@ is-hexadecimal@^2.0.0: is-in-browser@^1.0.2, is-in-browser@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.3.tgz#56ff4db683a078c6082eb95dad7dc62e1d04f835" - integrity sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU= + integrity sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g== is-installed-globally@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80" - integrity sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= + integrity sha512-ERNhMg+i/XgDwPIPF3u24qpajVreaiSuvpb1Uu0jugw7KKcxGyCX8cgp8P5fwTmAuXku6beDHHECdKArjlg7tw== dependencies: global-dirs "^0.1.0" is-path-inside "^1.0.0" @@ -12375,14 +12358,14 @@ is-interactive@^2.0.0: is-ip@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/is-ip/-/is-ip-2.0.0.tgz#68eea07e8a0a0a94c2d080dd674c731ab2a461ab" - integrity sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas= + integrity sha512-9MTn0dteHETtyUx8pxqMwg5hMBi3pvlyglJ+b79KOCca0po23337LbVV2Hl4xmMvfw++ljnO0/+5G6G+0Szh6g== dependencies: ip-regex "^2.0.0" is-lambda@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" - integrity sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU= + integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== is-nan@^1.3.0: version "1.3.2" @@ -12395,9 +12378,9 @@ is-nan@^1.3.0: is-natural-number@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8" - integrity sha1-q5124dtM7VHjXeDHLr7PCfc0zeg= + integrity sha512-Y4LTamMe0DDQIIAlaer9eKebAlDSV6huy+TWhJVPlzZh2o4tRP5SQWFlLn5N0To4mDD22/qdOq+veo1cSISLgQ== -is-negative-zero@^2.0.1, is-negative-zero@^2.0.2: +is-negative-zero@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== @@ -12405,7 +12388,7 @@ is-negative-zero@^2.0.1, is-negative-zero@^2.0.2: is-npm@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" - integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ= + integrity sha512-9r39FIr3d+KD9SbX0sfMsHzb5PP3uimOiwr3YupUaUFG4W0l1U57Rx3utpttV7qz5U3jmrO5auUa04LU9pyHsg== is-npm@^5.0.0: version "5.0.0" @@ -12413,16 +12396,16 @@ is-npm@^5.0.0: integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA== is-number-object@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0" - integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g== + version "1.0.7" + resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" + integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== dependencies: has-tostringtag "^1.0.0" is-number@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + integrity sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg== dependencies: kind-of "^3.0.2" @@ -12434,7 +12417,7 @@ is-number@^7.0.0: is-obj@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" - integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= + integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== is-obj@^2.0.0: version "2.0.0" @@ -12468,7 +12451,7 @@ is-path-in-cwd@^2.0.0: is-path-inside@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036" - integrity sha1-jvW33lBDej/cprToZe96pVy0gDY= + integrity sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g== dependencies: path-is-inside "^1.0.1" @@ -12487,7 +12470,7 @@ is-path-inside@^3.0.2: is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" - integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= + integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== is-plain-obj@^2.0.0, is-plain-obj@^2.1.0: version "2.1.0" @@ -12500,9 +12483,9 @@ is-plain-obj@^3.0.0: integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== is-plain-obj@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.0.0.tgz#06c0999fd7574edf5a906ba5644ad0feb3a84d22" - integrity sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw== + version "4.1.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0" + integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg== is-plain-object@^2.0.3, is-plain-object@^2.0.4: version "2.0.4" @@ -12529,7 +12512,7 @@ is-promise@^4.0.0: is-redirect@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" - integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= + integrity sha512-cr/SlUEe5zOGmzvj9bUyC4LVvkNVAXu4GytXLNMr1pny+a65MpQ9IJzFHD5vi7FyJgb4qt27+eS3TuQnqB+RQw== is-reference@^1.1.4: version "1.2.1" @@ -12565,11 +12548,6 @@ is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0: resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4" integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg== -is-shared-array-buffer@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6" - integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA== - is-shared-array-buffer@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" @@ -12587,7 +12565,7 @@ is-ssh@^1.3.0, is-ssh@^1.4.0: is-stream@^1.0.0, is-stream@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= + integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ== is-stream@^2.0.0: version "2.0.1" @@ -12616,7 +12594,7 @@ is-symbol@^1.0.1, is-symbol@^1.0.2, is-symbol@^1.0.3: is-text-path@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e" - integrity sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4= + integrity sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w== dependencies: text-extensions "^1.0.0" @@ -12637,7 +12615,7 @@ is-type-of@^1.0.0: is-typedarray@^1.0.0, is-typedarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= + integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== is-unicode-supported@^0.1.0: version "0.1.0" @@ -12664,7 +12642,7 @@ is-valid-domain@0.0.17: resolved "https://registry.yarnpkg.com/is-valid-domain/-/is-valid-domain-0.0.17.tgz#2cc19d576b4feebcf4ce5edd99dc8f0280e9d058" integrity sha512-w0UWEXyrgPeWWwj9FVT14y4/dSIqWgjDkzxbsGDFpT+QRbyS9HTwwNvGus2IOR/03GzCpeChzSWK9Bo9WlStDA== -is-weakref@^1.0.1, is-weakref@^1.0.2: +is-weakref@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== @@ -12679,7 +12657,7 @@ is-windows@^1.0.1, is-windows@^1.0.2: is-wsl@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" - integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= + integrity sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw== is-wsl@^2.0.0, is-wsl@^2.2.0: version "2.2.0" @@ -12696,46 +12674,46 @@ is-yarn-global@^0.3.0: is_js@^0.9.0: version "0.9.0" resolved "https://registry.yarnpkg.com/is_js/-/is_js-0.9.0.tgz#0ab94540502ba7afa24c856aa985561669e9c52d" - integrity sha1-CrlFQFArp6+iTIVqqYVWFmnpxS0= + integrity sha512-8Y5EHSH+TonfUHX2g3pMJljdbGavg55q4jmHzghJCdqYDbdNROC8uw/YFQwIRCRqRJT1EY3pJefz+kglw+o7sg== isarray@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" - integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= + integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ== isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== iserror@0.0.2, iserror@^0.0.2: version "0.0.2" resolved "https://registry.yarnpkg.com/iserror/-/iserror-0.0.2.tgz#bd53451fe2f668b9f2402c1966787aaa2c7c0bf5" - integrity sha1-vVNFH+L2aLnyQCwZZnh6qix8C/U= + integrity sha512-oKGGrFVaWwETimP3SiWwjDeY27ovZoyZPHtxblC4hCq9fXxed/jasx+ATWFFjCVSRZng8VTMsN1nDnGo6zMBSw== isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== isobject@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + integrity sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA== dependencies: isarray "1.0.0" isobject@^3.0.0, isobject@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= + integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g== -istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.0.0-alpha.1: +istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== @@ -12758,17 +12736,16 @@ istanbul-lib-instrument@^4.0.0: semver "^6.3.0" istanbul-lib-processinfo@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz#e1426514662244b2f25df728e8fd1ba35fe53b9c" - integrity sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw== + version "2.0.3" + resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz#366d454cd0dcb7eb6e0e419378e60072c8626169" + integrity sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg== dependencies: archy "^1.0.0" - cross-spawn "^7.0.0" - istanbul-lib-coverage "^3.0.0-alpha.1" - make-dir "^3.0.0" + cross-spawn "^7.0.3" + istanbul-lib-coverage "^3.2.0" p-map "^3.0.0" rimraf "^3.0.0" - uuid "^3.3.3" + uuid "^8.3.2" istanbul-lib-report@^3.0.0: version "3.0.0" @@ -12789,9 +12766,9 @@ istanbul-lib-source-maps@^4.0.0: source-map "^0.6.1" istanbul-reports@^3.0.2: - version "3.1.3" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.3.tgz#4bcae3103b94518117930d51283690960b50d3c2" - integrity sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg== + version "3.1.5" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.5.tgz#cc9a6ab25cb25659810e4785ed9d9fb742578bae" + integrity sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w== dependencies: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" @@ -12861,7 +12838,7 @@ js-sha3@0.8.0: js-string-escape@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef" - integrity sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8= + integrity sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg== "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" @@ -12893,7 +12870,7 @@ js-yaml@4.1.0, js-yaml@^4.0.0, js-yaml@^4.1.0: jsbn@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= + integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg== jsesc@^2.5.1: version "2.5.2" @@ -12903,14 +12880,14 @@ jsesc@^2.5.1: jsesc@~0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= + integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== json-buffer@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" - integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= + integrity sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ== -json-buffer@3.0.1: +json-buffer@3.0.1, json-buffer@~3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== @@ -12957,12 +12934,12 @@ json-schema@0.4.0: json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" - integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= + integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== json-stable-stringify@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" - integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= + integrity sha512-i/J297TW6xyj7sDFa7AmBPkQvLIxWr2kKPWI26tXydnZrzVAocNqn5DMNT1Mzk0vit1V5UkRM7C1KdVNp7Lmcg== dependencies: jsonify "~0.0.0" @@ -12974,17 +12951,12 @@ json-stringify-nice@^1.1.4: json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -json3@^3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" - integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== + integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== json5@^0.5.0: version "0.5.1" resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" - integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= + integrity sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw== json5@^1.0.1: version "1.0.1" @@ -13010,12 +12982,12 @@ jsonfile@^6.0.1: jsonify@~0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= + integrity sha512-trvBk1ki43VZptdBI5rIlG4YOzyeH/WefQt5rj1grasPn4iiZWKet8nkgc4GlsAylaztn0qZfUYOiTsASJFdNA== jsonparse@^1.2.0, jsonparse@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" - integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= + integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== jsonwebtoken@8.5.1, jsonwebtoken@^8.1.0, jsonwebtoken@^8.2.0, jsonwebtoken@^8.5.1: version "8.5.1" @@ -13044,81 +13016,81 @@ jsprim@^1.2.2: verror "1.10.0" jss-plugin-camel-case@^10.5.1: - version "10.9.0" - resolved "https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.9.0.tgz#4921b568b38d893f39736ee8c4c5f1c64670aaf7" - integrity sha512-UH6uPpnDk413/r/2Olmw4+y54yEF2lRIV8XIZyuYpgPYTITLlPOsq6XB9qeqv+75SQSg3KLocq5jUBXW8qWWww== + version "10.9.1" + resolved "https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.9.1.tgz#66fee442163cec6baa9d8791322fd5dec6ff69d5" + integrity sha512-irEr3Z2ENUz71OIq6PWN0N6g3uIA6LyGEwiIfL1JBzy+HVZS17xq/vwnHda3KyvPls18cKiwNNuuVwY6TrWwWg== dependencies: "@babel/runtime" "^7.3.1" hyphenate-style-name "^1.0.3" - jss "10.9.0" + jss "10.9.1" jss-plugin-default-unit@^10.5.1: - version "10.9.0" - resolved "https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.9.0.tgz#bb23a48f075bc0ce852b4b4d3f7582bc002df991" - integrity sha512-7Ju4Q9wJ/MZPsxfu4T84mzdn7pLHWeqoGd/D8O3eDNNJ93Xc8PxnLmV8s8ZPNRYkLdxZqKtm1nPQ0BM4JRlq2w== + version "10.9.1" + resolved "https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.9.1.tgz#c1f667e25141f9c18976157b6f217a4df85fd1e1" + integrity sha512-sqQ1nRSy07z1brABTXK8EamDDjYVp/u9b/gKL51ZB+NNzbqvQF0CR33fGKPt0IOai98mzk0aHHIpf5il7mRN7A== dependencies: "@babel/runtime" "^7.3.1" - jss "10.9.0" + jss "10.9.1" jss-plugin-global@^10.5.1: - version "10.9.0" - resolved "https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.9.0.tgz#fc07a0086ac97aca174e37edb480b69277f3931f" - integrity sha512-4G8PHNJ0x6nwAFsEzcuVDiBlyMsj2y3VjmFAx/uHk/R/gzJV+yRHICjT4MKGGu1cJq2hfowFWCyrr/Gg37FbgQ== + version "10.9.1" + resolved "https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.9.1.tgz#06d8124f919f67dc2895a84f27ac0daa8598226a" + integrity sha512-wc8EQMUe9NGInmnZErA1xQsX9jfk+7MrgN0sOB7l1IqfFQyuN0ntgo93bKhIj4I5RUtzjCskcvReBEZVwAHK8w== dependencies: "@babel/runtime" "^7.3.1" - jss "10.9.0" + jss "10.9.1" jss-plugin-nested@^10.5.1: - version "10.9.0" - resolved "https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.9.0.tgz#cc1c7d63ad542c3ccc6e2c66c8328c6b6b00f4b3" - integrity sha512-2UJnDrfCZpMYcpPYR16oZB7VAC6b/1QLsRiAutOt7wJaaqwCBvNsosLEu/fUyKNQNGdvg2PPJFDO5AX7dwxtoA== + version "10.9.1" + resolved "https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.9.1.tgz#75c1d219e6bc21d690dc884f53cb71a8286891c8" + integrity sha512-5kSHhhZra1+xwitBVyKN4da00860X7DDeuzf+sF8C6L6C0DuV2VAy6MKIoWKuIrx3pknYUgS/eo/VfsRmFP5Mw== dependencies: "@babel/runtime" "^7.3.1" - jss "10.9.0" + jss "10.9.1" tiny-warning "^1.0.2" jss-plugin-props-sort@^10.5.1: - version "10.9.0" - resolved "https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.9.0.tgz#30e9567ef9479043feb6e5e59db09b4de687c47d" - integrity sha512-7A76HI8bzwqrsMOJTWKx/uD5v+U8piLnp5bvru7g/3ZEQOu1+PjHvv7bFdNO3DwNPC9oM0a//KwIJsIcDCjDzw== + version "10.9.1" + resolved "https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.9.1.tgz#96757398abb8410e2b0bdbbad6cd83655ea101bb" + integrity sha512-Z+KkIty+MEq8+7SDGYdpb9A0IV6NTlk5s4NGGPvgHxyB/6gr46XWvaHuPE8BagrC+k1Aq5E63nPN6uL0pKsnjw== dependencies: "@babel/runtime" "^7.3.1" - jss "10.9.0" + jss "10.9.1" jss-plugin-rule-value-function@^10.5.1: - version "10.9.0" - resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.9.0.tgz#379fd2732c0746fe45168011fe25544c1a295d67" - integrity sha512-IHJv6YrEf8pRzkY207cPmdbBstBaE+z8pazhPShfz0tZSDtRdQua5jjg6NMz3IbTasVx9FdnmptxPqSWL5tyJg== + version "10.9.1" + resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.9.1.tgz#d799eafa3cd9ae2c99f60bc15c1c11783806ac7b" + integrity sha512-4GbLHDqq+Ps6BZMRYZwjiAtxuqnscGLxwG4YnrgfuDM/yqGNJFZwK4Zfabs3XMe0cM+IbadsgJVUQgJwuNB4IA== dependencies: "@babel/runtime" "^7.3.1" - jss "10.9.0" + jss "10.9.1" tiny-warning "^1.0.2" jss-plugin-vendor-prefixer@^10.5.1: - version "10.9.0" - resolved "https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.9.0.tgz#aa9df98abfb3f75f7ed59a3ec50a5452461a206a" - integrity sha512-MbvsaXP7iiVdYVSEoi+blrW+AYnTDvHTW6I6zqi7JcwXdc6I9Kbm234nEblayhF38EftoenbM+5218pidmC5gA== + version "10.9.1" + resolved "https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.9.1.tgz#b408c29912dd32168c9441732924123a98165669" + integrity sha512-tlaN/UdAkim7vji7EcAw5MbOUq5/Vh1hhrWMzmdlcDATwHhDp2bYiq9G21NEa5D0AzcW631VjJq7WulpE1APHQ== dependencies: "@babel/runtime" "^7.3.1" css-vendor "^2.0.8" - jss "10.9.0" + jss "10.9.1" -jss@10.9.0, jss@^10.5.1: - version "10.9.0" - resolved "https://registry.yarnpkg.com/jss/-/jss-10.9.0.tgz#7583ee2cdc904a83c872ba695d1baab4b59c141b" - integrity sha512-YpzpreB6kUunQBbrlArlsMpXYyndt9JATbt95tajx0t4MTJJcCJdd4hdNpHmOIDiUJrF/oX5wtVFrS3uofWfGw== +jss@10.9.1, jss@^10.5.1: + version "10.9.1" + resolved "https://registry.yarnpkg.com/jss/-/jss-10.9.1.tgz#43d95a964f68f31074470da8de5167aed4586311" + integrity sha512-omDBQTYyIdYuHee1mkpqDyHw2NguCrURBU1izPPHmdtDK6SkP7P3buZt4ybHWOahTZ3+xd0C+zLPBBw7Hn3eYg== dependencies: "@babel/runtime" "^7.3.1" csstype "^3.0.2" is-in-browser "^1.1.3" tiny-warning "^1.0.2" -"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz#720b97bfe7d901b927d87c3773637ae8ea48781b" - integrity sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA== +"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.2.tgz#afe5efe4332cd3515c065072bd4d6b0aa22152bd" + integrity sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q== dependencies: - array-includes "^3.1.3" + array-includes "^3.1.5" object.assign "^4.1.2" jszip@3.10.0: @@ -13136,6 +13108,11 @@ junk@^3.1.0: resolved "https://registry.yarnpkg.com/junk/-/junk-3.1.0.tgz#31499098d902b7e98c5d9b9c80f43457a88abfa1" integrity sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ== +junk@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/junk/-/junk-4.0.0.tgz#9b1104ddf5281cd24ffa3c8a7443d19ce192b37f" + integrity sha512-ojtSU++zLJ3jQG9bAYjg94w+/DOJtRyD7nPaerMFrBhmdVmiV5/exYH5t4uHga4G/95nT6hr1OJoKIFbYbrW5w== + just-diff-apply@^5.2.0: version "5.3.1" resolved "https://registry.yarnpkg.com/just-diff-apply/-/just-diff-apply-5.3.1.tgz#30f40809ffed55ad76dccf73fa9b85a76964c867" @@ -13238,10 +13215,11 @@ keyv@^3.0.0: json-buffer "3.0.0" keyv@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.1.0.tgz#8ab5ca4ae6a34e05c629531d9a7f871575af0d5b" - integrity sha512-YsY3wr6HabE11/sscee+3nZ03XjvkrPWGouAmJFBdZoK92wiOlJCzI5/sDEIKdJhdhHO144ei45U9gXfbu14Uw== + version "4.3.3" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.3.3.tgz#6c1bcda6353a9e96fc1b4e1aeb803a6e35090ba9" + integrity sha512-AcysI17RvakTh8ir03+a3zJr5r0ovnAH/XTXei/4HIv3bL2K/jzvgivLK9UuI/JbU1aJjM3NSAnVvVVd3n+4DQ== dependencies: + compress-brotli "^1.3.8" json-buffer "3.0.1" killable@^1.0.1: @@ -13252,14 +13230,14 @@ killable@^1.0.1: kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: version "3.2.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ== dependencies: is-buffer "^1.1.5" kind-of@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + integrity sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw== dependencies: is-buffer "^1.1.5" @@ -13279,9 +13257,9 @@ kleur@^3.0.3: integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== kleur@^4.0.3: - version "4.1.4" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.4.tgz#8c202987d7e577766d039a8cd461934c01cda04d" - integrity sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA== + version "4.1.5" + resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz#95106101795f7050c6c650f350c683febddb1780" + integrity sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ== klona@^2.0.3: version "2.0.5" @@ -13305,14 +13283,14 @@ koa-compose@4.1.0, koa-compose@^4.1.0: koa-compose@^3.0.0: version "3.2.1" resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-3.2.1.tgz#a85ccb40b7d986d8e5a345b3a1ace8eabcf54de7" - integrity sha1-qFzLQLfZhtjlo0Wzoazo6rz1Tec= + integrity sha512-8gen2cvKHIZ35eDEik5WOo8zbVp9t4cP8p4hW4uE55waxolLRexKKrqfCpwhGVppnB40jWeF8bZeTVg99eZgPw== dependencies: any-promise "^1.1.0" koa-compose@~2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-2.3.0.tgz#4617fa832a16412a56967334304efd797d6ed35c" - integrity sha1-Rhf6gyoWQSpWlnM0ME79eX1u01w= + integrity sha512-nnWA0chVm0d3ta1JRDSj6z7stsxPcfuydO912IgZ5QIZ6Z8qluMSX+kCkgcrJB5StRTnNqvRcy2yodh/UWOWuw== koa-compress@^5.0.1: version "5.1.0" @@ -13343,36 +13321,36 @@ koa-favicon@^2.0.0: koa-i18n@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/koa-i18n/-/koa-i18n-2.1.0.tgz#c5d399218a5307c11be54313a038b1937e529362" - integrity sha1-xdOZIYpTB8Eb5UMToDixk35Sk2I= + integrity sha512-pWxllaAv0aRN/07ImMYFDTbvyo9PtjzWULZS6YTdc+jTmJ6SFVe3tVDfRhPzFeQXNFOPh12eHVG7uHb431ci2w== dependencies: debug "*" i18n-2 "*" koa-ip@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/koa-ip/-/koa-ip-2.1.0.tgz#e684e8f8810a77321ee456c50d542216a4a9ccc1" - integrity sha512-3gpcu8i2YFR0jf8j98Mw2yUAglu3powVxFiYQGMe89n6JGGVIg6dv7zRMN+l8HF3wdiLseAfj2C97h+wlJAw4Q== + version "2.1.2" + resolved "https://registry.yarnpkg.com/koa-ip/-/koa-ip-2.1.2.tgz#a7e64c3f8c0e6736565b8bc1229993c0b711788e" + integrity sha512-U9w+WkasaIeHRrPfAp/J7UsGCqdCOeavetq6ASMjXUvMmEboKAWGFUlt0c2QU3z6F6Q5NJloh8IwkgWzoaJ8Tg== dependencies: - debug "4.1.1" + debug "4.3.4" lodash.isplainobject "4.0.6" request-ip "2.1.3" koa-is-json@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/koa-is-json/-/koa-is-json-1.0.0.tgz#273c07edcdcb8df6a2c1ab7d59ee76491451ec14" - integrity sha1-JzwH7c3Ljfaiwat9We52SRRR7BQ= + integrity sha512-+97CtHAlWDx0ndt0J8y3P12EWLwTLMXIfMnYDev3wOTwH/RpBGMlfn4bDXlMEg1u73K6XRE9BbUp+5ZAYoRYWw== koa-locale@~1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/koa-locale/-/koa-locale-1.3.0.tgz#95289ae6fa4098804a1ee8aadd46b0af1c82cbcb" - integrity sha1-lSia5vpAmIBKHuiq3UawrxyCy8s= + integrity sha512-90g3/l0Xv44AiHKIXRS6oglMnFNF3c2Z/ycipVqVC5NAbC3qG5mOvjlHX+weCqxiZ5DTc8TiIgjWseiUD31Y+A== dependencies: delegates "1.0.0" koa-lusca@~2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/koa-lusca/-/koa-lusca-2.2.0.tgz#6eb96d3012458c697447f688200976bf49bb9bfc" - integrity sha1-brltMBJFjGl0R/aIIAl2v0m7m/w= + integrity sha512-l0SAGrwO1QE5HjFvBJscCEUQKarTNDsaHwg3ABj6k5Wa26oft3f547KsGvsyvnQsezZZbSoZJpJGPnkUMAVTUg== dependencies: koa-compose "~2.3.0" @@ -13386,7 +13364,7 @@ koa-passport@4.1.4: koa-range@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/koa-range/-/koa-range-0.3.0.tgz#3588e3496473a839a1bd264d2a42b1d85bd7feac" - integrity sha1-NYjjSWRzqDmhvSZNKkKx2FvX/qw= + integrity sha512-Ich3pCz6RhtbajYXRWjIl6O5wtrLs6kE3nkXc9XmaWe+MysJyZO7K4L3oce1Jpg/iMgCbj+5UCiMm/rqVtcDIg== dependencies: stream-slice "^0.1.2" @@ -13473,30 +13451,30 @@ kuler@^2.0.0: integrity sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A== lambda-local@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/lambda-local/-/lambda-local-2.0.1.tgz#61001df575454f8938a1813824eacdfe4547dcb4" - integrity sha512-21AoIJYuGRPNMCEtxAOa/BP2j0fNY10IVYMQ1pRqDyhSJi5xt4r4IZUqWF40+aYU6TJ1SdB7t5s1BmSq391ILQ== + version "2.0.2" + resolved "https://registry.yarnpkg.com/lambda-local/-/lambda-local-2.0.2.tgz#7bc13858bd790562cc452ea794225f98b3a1c018" + integrity sha512-sCE0U645QdmQOx5y028kZnmvbfho4NkdAjmJuA8KdwPQS8tz9sByz281WHyEAfcBfXci/9eQxNURuL996Q8ybw== dependencies: - commander "^8.3.0" - dotenv "^10.0.0" - winston "^3.3.3" + commander "^9.0.0" + dotenv "^16.0.0" + winston "^3.6.0" language-subtag-registry@~0.3.2: - version "0.3.21" - resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz#04ac218bea46f04cb039084602c6da9e788dd45a" - integrity sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg== + version "0.3.22" + resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#2e1500861b2e457eba7e7ae86877cbd08fa1fd1d" + integrity sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w== language-tags@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.5.tgz#d321dbc4da30ba8bf3024e040fa5c14661f9193a" - integrity sha1-0yHbxNowuovzAk4ED6XBRmH5GTo= + integrity sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ== dependencies: language-subtag-registry "~0.3.2" latest-version@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15" - integrity sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU= + integrity sha512-Be1YRHWWlZaSsrz2U+VInk+tO0EwLIyV+23RhWLINJYwg/UIikxjlj3MhH37/6/EDCAusjajvMkMMUXRaMWl/w== dependencies: package-json "^4.0.0" @@ -13554,7 +13532,7 @@ levn@^0.4.1: levn@~0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= + integrity sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA== dependencies: prelude-ls "~1.1.2" type-check "~0.3.2" @@ -13562,12 +13540,12 @@ levn@~0.3.0: libbase64@0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/libbase64/-/libbase64-0.1.0.tgz#62351a839563ac5ff5bd26f12f60e9830bb751e6" - integrity sha1-YjUag5VjrF/1vSbxL2Dpgwu3UeY= + integrity sha512-B91jifmFw1DKEqEWstSpg1PbtUbBzR4yQAPT86kCQXBtud1AJVA+Z6RSklSrqmKe4q2eiEufgnhqJKPgozzfIQ== libmime@2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/libmime/-/libmime-2.1.0.tgz#51bc76de2283161eb9051c4bc80aed713e4fd1cd" - integrity sha1-Ubx23iKDFh65BRxLyArtcT5P0c0= + integrity sha512-4be2R6/jOasyPTw0BkpIZBVk2cElqjdIdS0PRPhbOCV4wWuL/ZcYYpN1BCTVB+6eIQ0uuAwp5hQTHFrM5Joa8w== dependencies: iconv-lite "0.4.13" libbase64 "0.1.0" @@ -13576,7 +13554,7 @@ libmime@2.1.0: libmime@^2.0.3: version "2.1.3" resolved "https://registry.yarnpkg.com/libmime/-/libmime-2.1.3.tgz#25017ca5ab5a1e98aadbe2725017cf1d48a42a0c" - integrity sha1-JQF8pataHpiq2+JyUBfPHUikKgw= + integrity sha512-ABr2f4O+K99sypmkF/yPz2aXxUFHEZzv+iUkxItCeKZWHHXdQPpDXd6rV1kBBwL4PserzLU09EIzJ2lxC9hPfQ== dependencies: iconv-lite "0.4.15" libbase64 "0.1.0" @@ -13606,7 +13584,7 @@ libnpmpublish@^4.0.0: libqp@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/libqp/-/libqp-1.1.0.tgz#f5e6e06ad74b794fb5b5b66988bf728ef1dedbe8" - integrity sha1-9ebgatdLeU+1tbZpiL9yjvHe2+g= + integrity sha512-4Rgfa0hZpG++t1Vi2IiqXG9Ad1ig4QTmtuZF946QJP4bPqOYC78ixUXgz5TW/wE7lNaNKlplSYTxQ+fR2KZ0EA== lie@~3.3.0: version "3.3.0" @@ -13616,9 +13594,9 @@ lie@~3.3.0: immediate "~3.0.5" lilconfig@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25" - integrity sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg== + version "2.0.6" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.6.tgz#32a384558bd58af3d4c6e077dd1ad1d397bc69d4" + integrity sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg== lines-and-columns@^1.1.6: version "1.2.4" @@ -13640,7 +13618,7 @@ linkify-it@^3.0.1: listr-silent-renderer@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz#924b5a3757153770bf1a8e3fbf74b8bbf3f9242e" - integrity sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4= + integrity sha512-L26cIFm7/oZeSNVhWB6faeorXhMg4HNlb/dS/7jHhr708jxlXrtrBWo4YUxZQkc6dGoxEAe6J/D3juTRBUzjtA== listr-update-renderer@^0.5.0: version "0.5.0" @@ -13684,7 +13662,7 @@ listr@^0.14.3: load-json-file@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" - integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= + integrity sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw== dependencies: graceful-fs "^4.1.2" parse-json "^4.0.0" @@ -13733,7 +13711,7 @@ loader-runner@^2.4.0: loader-utils@^0.2.16: version "0.2.17" resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348" - integrity sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g= + integrity sha512-tiv66G0SmiOx+pLWMtGEkfSEejxvb6N6uRrQjfWJIT79W9GMpgKeCAmm9aVBKtd4WEgntciI8CsGqjpDoCWJug== dependencies: big.js "^3.1.3" emojis-list "^2.0.0" @@ -13761,7 +13739,7 @@ loader-utils@^2.0.0: locate-path@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" - integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= + integrity sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA== dependencies: p-locate "^2.0.0" path-exists "^3.0.0" @@ -13789,9 +13767,9 @@ locate-path@^6.0.0: p-locate "^5.0.0" locate-path@^7.0.0, locate-path@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.1.0.tgz#241d62af60739f6097c055efe10329c88b798425" - integrity sha512-HNx5uOnYeK4SxEoid5qnhRfprlJeGMzFRKPLCf/15N3/B4AiofNwC/yq7VBKdVk9dx7m+PiYCJOGg55JYTAqoQ== + version "7.1.1" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.1.1.tgz#8e1e5a75c7343770cef02ff93c4bf1f0aa666374" + integrity sha512-vJXaRMJgRVD3+cUZs3Mncj2mxpt5mP0EmNOsxRSZRMlbqjvxzDEOIUWXGmavo0ZC9+tNZCBLQ66reA11nbpHZg== dependencies: p-locate "^6.0.0" @@ -13803,12 +13781,12 @@ lodash-es@^4.17.21: lodash.camelcase@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" - integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= + integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA== lodash.castarray@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115" - integrity sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU= + integrity sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q== lodash.clonedeep@^4.5.0: version "4.5.0" @@ -13818,92 +13796,92 @@ lodash.clonedeep@^4.5.0: lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= + integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== lodash.deburr@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/lodash.deburr/-/lodash.deburr-4.1.0.tgz#ddb1bbb3ef07458c0177ba07de14422cb033ff9b" - integrity sha1-3bG7s+8HRYwBd7oH3hRCLLAz/5s= + integrity sha512-m/M1U1f3ddMCs6Hq2tAsYThTBDaAKFDX3dwDo97GEYzamXi9SqUpjWi/Rrj/gf3X2n8ktwgZrlP1z6E3v/IExQ== lodash.defaults@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c" - integrity sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw= + integrity sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ== lodash.difference@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c" - integrity sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw= + integrity sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA== lodash.flatten@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" - integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= + integrity sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g== lodash.flattendeep@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" - integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= + integrity sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ== lodash.get@^4.4.2: version "4.4.2" resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" - integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= + integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ== lodash.includes@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f" - integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8= + integrity sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w== lodash.isarraylike@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.isarraylike/-/lodash.isarraylike-4.2.0.tgz#4623310ab318804b667ddc3619058137559400c4" - integrity sha1-RiMxCrMYgEtmfdw2GQWBN1WUAMQ= + integrity sha512-Hvd8bytK+M6ZBqSfSWkpQPi6U8PYEGwGiYuiKTLbOV1ya+tpkB9yoMME7ZZZlwGU6OrjiCsMVGdRaZe/Jo1xyg== lodash.isboolean@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" - integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY= + integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg== lodash.isempty@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.isempty/-/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e" - integrity sha1-b4bL7di+TsmHvpqvM8loTbGzHn4= + integrity sha512-oKMuF3xEeqDltrGMfDxAPGIVMSSRv8tbRSODbrs4KGsRRLEhrW8N8Rd4DRgB2+621hY8A8XwwrTVhXWpxFvMzg== lodash.isfinite@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz#fb89b65a9a80281833f0b7478b3a5104f898ebb3" - integrity sha1-+4m2WpqAKBgz8LdHizpRBPiY67M= + integrity sha512-7FGG40uhC8Mm633uKW1r58aElFlBlxCrg9JfSi3P6aYiWmfiWF0PgMd86ZUsxE5GwWPdHoS2+48bwTh2VPkIQA== lodash.isinteger@^4.0.4: version "4.0.4" resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" - integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M= + integrity sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA== lodash.ismatch@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" - integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc= + integrity sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g== lodash.isnumber@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc" - integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w= + integrity sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw== lodash.isplainobject@4.0.6, lodash.isplainobject@^4.0.6: version "4.0.6" resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= + integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== lodash.isstring@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" - integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE= + integrity sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw== lodash.keys@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-4.2.0.tgz#a08602ac12e4fb83f91fc1fb7a360a4d9ba35205" - integrity sha1-oIYCrBLk+4P5H8H7ejYKTZujUgU= + integrity sha512-J79MkJcp7Df5mizHiVNpjoHXLi4HLjh9VLS/M7lQSGoQ+0oQ+lWEigREkqKyizPB1IawvQLLKY8mzEcm1tkyxQ== lodash.merge@^4.6.2: version "4.6.2" @@ -13913,44 +13891,44 @@ lodash.merge@^4.6.2: lodash.once@^4.0.0: version "4.1.1" resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" - integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w= + integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg== lodash.orderby@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/lodash.orderby/-/lodash.orderby-4.6.0.tgz#e697f04ce5d78522f54d9338b32b81a3393e4eb3" - integrity sha1-5pfwTOXXhSL1TZM4syuBozk+TrM= + integrity sha512-T0rZxKmghOOf5YPnn8EY5iLYeWCpZq8G41FfqoVHH5QDTAFaghJRmAdLiadEDq+ztgM2q5PjA+Z1fOwGrLgmtg== lodash.set@^4.3.2: version "4.3.2" resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23" - integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM= + integrity sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg== lodash.throttle@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" - integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= + integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ== lodash.transform@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/lodash.transform/-/lodash.transform-4.6.0.tgz#12306422f63324aed8483d3f38332b5f670547a0" - integrity sha1-EjBkIvYzJK7YSD0/ODMrX2cFR6A= + integrity sha512-LO37ZnhmBVx0GvOU/caQuipEh4GN82TcWv3yHlebGDgOxbxiwwzW5Pcx2AcvpIv2WmvmSMoC492yQFNhy/l/UQ== lodash.union@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" - integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg= + integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw== lodash.uniqby@^4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302" - integrity sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI= + integrity sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww== lodash.unset@^4.5.2: version "4.5.2" resolved "https://registry.yarnpkg.com/lodash.unset/-/lodash.unset-4.5.2.tgz#370d1d3e85b72a7e1b0cdf2d272121306f23e4ed" - integrity sha1-Nw0dPoW3Kn4bDN8tJyEhMG8j5O0= + integrity sha512-bwKX88k2JhCV9D1vtE8+naDKlLiGrSmf8zi/Y9ivFHwbmRfA8RxS/aVJ+sIht2XOwqoNr4xUPUkGZpc1sHFEKg== -lodash@4.17.21, lodash@^4.1.1, lodash@^4.11.2, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.7.0, lodash@~4.17.10: +lodash@4.17.21, lodash@^4.1.1, lodash@^4.11.2, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.7.0: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -13986,7 +13964,7 @@ log-symbols@4.1.0, log-symbols@^4.0.0, log-symbols@^4.1.0: log-symbols@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18" - integrity sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg= + integrity sha512-mmPrW0Fh2fxOzdBbFv4g1m6pR72haFLPJ2G5SJEELf1y+iaQrDG6cWCPjy54RHYbZAt7X+ls690Kw62AdWXBzQ== dependencies: chalk "^1.0.0" @@ -14001,31 +13979,32 @@ log-symbols@^5.1.0: log-update@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708" - integrity sha1-iDKP19HOeTiykoN0bwsbwSayRwg= + integrity sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg== dependencies: ansi-escapes "^3.0.0" cli-cursor "^2.0.0" wrap-ansi "^3.0.1" log-update@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/log-update/-/log-update-5.0.0.tgz#e36011f941665b25c2a5585cefdddd399c910c30" - integrity sha512-HovF3knyZX9sleS0OkSJ6f53JEpbzcbomC6/WJ3iuGK8i6CRb6WZ542gO2F3pdQK8hwlijddDefVFhlMpwkOSQ== + version "5.0.1" + resolved "https://registry.yarnpkg.com/log-update/-/log-update-5.0.1.tgz#9e928bf70cb183c1f0c9e91d9e6b7115d597ce09" + integrity sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw== dependencies: ansi-escapes "^5.0.0" cli-cursor "^4.0.0" slice-ansi "^5.0.0" + strip-ansi "^7.0.1" wrap-ansi "^8.0.1" -logform@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/logform/-/logform-2.3.2.tgz#68babe6a74ab09a1fd15a9b1e6cbc7713d41cb5b" - integrity sha512-V6JiPThZzTsbVRspNO6TmHkR99oqYTs8fivMBYQkjZj6rxW92KxtDCPE6IkAk1DNBnYKNkjm4jYBm6JDUcyhOA== +logform@^2.3.2, logform@^2.4.0: + version "2.4.2" + resolved "https://registry.yarnpkg.com/logform/-/logform-2.4.2.tgz#a617983ac0334d0c3b942c34945380062795b47c" + integrity sha512-W4c9himeAwXEdZ05dQNerhFz2XG80P9Oj0loPUMV23VC2it0orMHQhJm4hdnnor3rd1HsGf6a2lPwBM1zeXHGw== dependencies: - colors "1.4.0" + "@colors/colors" "1.5.0" fecha "^4.2.0" ms "^2.1.1" - safe-stable-stringify "^1.1.0" + safe-stable-stringify "^2.3.1" triple-beam "^1.3.0" loglevel@^1.6.8: @@ -14036,7 +14015,7 @@ loglevel@^1.6.8: long-timeout@0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/long-timeout/-/long-timeout-0.1.1.tgz#9721d788b47e0bcb5a24c2e2bee1a0da55dab514" - integrity sha1-lyHXiLR+C8taJMLivuGg2lXatRQ= + integrity sha512-BFRuQUqc7x2NWxfJBCyUrN8iYUYznzL9JROmRz1gZ6KlOIgmoD+njPVbb+VNn2nGMKggMsK79iUNErillsrx7w== longest-streak@^2.0.0: version "2.0.4" @@ -14056,21 +14035,21 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3 js-tokens "^3.0.0 || ^4.0.0" loupe@^2.3.1: - version "2.3.3" - resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.3.tgz#5a92027d54cfb6de4c327d3c3b705561d394d3c6" - integrity sha512-krIV4Cf1BIGIx2t1e6tucThhrBemUnIUjMtD2vN4mrMxnxpBvrcosBSpooqunBqP/hOEEV1w/Cr1YskGtqw5Jg== + version "2.3.4" + resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.4.tgz#7e0b9bffc76f148f9be769cb1321d3dcf3cb25f3" + integrity sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ== dependencies: get-func-name "^2.0.0" lower-case@^1.1.1: version "1.1.4" resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" - integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= + integrity sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA== lowercase-keys@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" - integrity sha1-TjNms55/VFfjXxMkvfb4jQv8cwY= + integrity sha512-RPlX0+PHuvxVDZ7xX+EBVAp4RsVxP/TdDSN2mJYdiq1Lc4Hz7EUSjUI7RZrKKlmrIzVhf6Jo2stj7++gVarS0A== lowercase-keys@^1.0.0, lowercase-keys@^1.0.1: version "1.0.1" @@ -14083,13 +14062,13 @@ lowercase-keys@^2.0.0: integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== lowlight@^2.0.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-2.5.0.tgz#723a39fc0d9b911731a395b320519cbb0790ab14" - integrity sha512-OXGUch9JZu4q5r4Ir6QlUp5pBXMxS7NHaclhRiUlxNRcOSK0gtXZcVrsGP4eM7bv0/KDHg/TXQagx/X35EULsA== + version "2.7.0" + resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-2.7.0.tgz#2d3f267aa3006bb20473db5363f9941ffd7bab11" + integrity sha512-RRdrHalFfjpxL91ITTX7KhJYH3QmX5bW9Uie2D2E5GPIR3XBYDYhScBjE291ewFZkStz/k2PN9KC+8deNLiI3Q== dependencies: "@types/hast" "^2.0.0" fault "^2.0.0" - highlight.js "~11.4.0" + highlight.js "~11.6.0" lru-cache@^4.0.1: version "4.1.5" @@ -14114,36 +14093,36 @@ lru-cache@^6.0.0: yallist "^4.0.0" lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: - version "7.10.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.10.1.tgz#db577f42a94c168f676b638d15da8fb073448cab" - integrity sha512-BQuhQxPuRl79J5zSXRP+uNzPOyZw2oFI9JLRQ80XswSvg21KMKNtQza9eF42rfI/3Z40RvzBdXgziEkudzjo8A== + version "7.13.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.13.1.tgz#267a81fbd0881327c46a81c5922606a2cfe336c4" + integrity sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ== lru_map@^0.3.3: version "0.3.3" resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.3.3.tgz#b5c8351b9464cbd750335a79650a0ec0e56118dd" - integrity sha1-tcg1G5Rky9dQM1p5ZQoOwOVhGN0= + integrity sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ== -luxon@^1.28.0: - version "1.28.0" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf" - integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ== +luxon@^2.4.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.5.0.tgz#098090f67d690b247e83c090267a60b1aa8ea96c" + integrity sha512-IDkEPB80Rb6gCAU+FEib0t4FeJ4uVOuX1CQ9GsvU3O+JAGIgu0J7sf1OarXKaKDygTZIoJyU6YdZzTFRu+YR0A== macos-release@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-3.0.1.tgz#7d2a1329a616297db4a57f3d3ba8fa07a7caadd6" - integrity sha512-3l6OrhdDg2H2SigtuN3jBh+5dRJRWxNKuJTPBbGeNJTsmt/pj9PO25wYaNb05NuNmAsl435j4rDP6rgNXz7s7g== + version "3.1.0" + resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-3.1.0.tgz#6165bb0736ae567ed6649e36ce6a24d87cbb7aca" + integrity sha512-/M/R0gCDgM+Cv1IuBG1XGdfTFnMEG6PZeT+KGWHO/OG+imqmaD9CH5vHBTycEM3+Kc4uG2Il+tFAuUWLqQOeUA== magic-string@^0.25.3: - version "0.25.7" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051" - integrity sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== + version "0.25.9" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c" + integrity sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ== dependencies: - sourcemap-codec "^1.4.4" + sourcemap-codec "^1.4.8" mailcomposer@3.12.0: version "3.12.0" resolved "https://registry.yarnpkg.com/mailcomposer/-/mailcomposer-3.12.0.tgz#9c5e1188aa8e1c62ec8b86bd43468102b639e8f9" - integrity sha1-nF4RiKqOHGLsi4a9Q0aBArY56Pk= + integrity sha512-zBeDoKUTNI8IAsazoMQFt3eVSVRtDtgrvBjBVdBjxDEX+5KLlKtEFCrBXnxPhs8aTYufUS1SmbFnGpjHS53deg== dependencies: buildmail "3.10.0" libmime "2.1.0" @@ -14176,9 +14155,9 @@ make-error@^1.1.1: integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== make-fetch-happen@^10.0.3, make-fetch-happen@^10.0.6: - version "10.1.8" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.1.8.tgz#3b6e93dd8d8fdb76c0d7bf32e617f37c3108435a" - integrity sha512-0ASJbG12Au6+N5I84W+8FhGS6iM8MyzvZady+zaQAu+6IOaESFzCLLD0AR1sAFF3Jufi8bxm586ABN6hWd3k7g== + version "10.2.0" + resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.2.0.tgz#0bde3914f2f82750b5d48c6d2294d2c74f985e5b" + integrity sha512-OnEfCLofQVJ5zgKwGk55GaqosqKjaR6khQlJY3dBAA+hM25Bc5CmX5rKUfVut+rYA3uidA7zb7AvcglU87rPRg== dependencies: agentkeepalive "^4.2.1" cacache "^16.1.0" @@ -14250,12 +14229,12 @@ map-age-cleaner@^0.1.3: map-cache@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg== map-obj@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= + integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg== map-obj@^4.0.0: version "4.3.0" @@ -14263,14 +14242,14 @@ map-obj@^4.0.0: integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== map-obj@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-5.0.0.tgz#126c98596b63927d7360f287cccc67177aa1938b" - integrity sha512-2L3MIgJynYrZ3TYMriLDLWocz15okFakV6J12HXvMXDHui2x/zgChzg1u9mFFGbbGWE+GsLpQByt4POb9Or+uA== + version "5.0.2" + resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-5.0.2.tgz#174ad9f7e5e4e777a219126d9a734ff3e14a1c68" + integrity sha512-K6K2NgKnTXimT3779/4KxSvobxOtMmx1LBZ3NwRxT/MDIR3Br/fQ4Q+WCX5QxjyUR8zg5+RV9Tbf2c5pAWTD2A== map-visit@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + integrity sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w== dependencies: object-visit "^1.0.0" @@ -14282,7 +14261,7 @@ markdown-extensions@^1.0.0: markdown-it-abbr@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/markdown-it-abbr/-/markdown-it-abbr-1.0.4.tgz#d66b5364521cbb3dd8aa59dadfba2fb6865c8fd8" - integrity sha1-1mtTZFIcuz3Yqlna37ovtoZcj9g= + integrity sha512-ZeA4Z4SaBbYysZap5iZcxKmlPL6bYA8grqhzJIHB1ikn7njnzaP8uwbtuXc4YXD5LicI4/2Xmc0VwmSiFV04gg== markdown-it-container@^3.0.0: version "3.0.0" @@ -14295,9 +14274,9 @@ markdown-it-deflist@^2.0.3: integrity sha512-3OuqoRUlSxJiuQYu0cWTLHNhhq2xtoSFqsZK8plANg91+RJQU1ziQ6lA2LzmFAEes18uPBsHZpcX6We5l76Nzg== markdown-it-emoji@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-2.0.0.tgz#3164ad4c009efd946e98274f7562ad611089a231" - integrity sha512-39j7/9vP/CPCKbEI44oV8yoPJTpvfeReTn/COgRhSpNrjWF3PfP/JUxxB0hxV6ynOY8KH8Y8aX9NMDdo6z+6YQ== + version "2.0.2" + resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-2.0.2.tgz#cd42421c2fda1537d9cc12b9923f5c8aeb9029c8" + integrity sha512-zLftSaNrKuYl0kR5zm4gxXjHaOI3FAOEaloKmRA5hijmJZvSjmxcokOLlzycb/HXlUFWzXqpIEoyEMCE4i9MvQ== markdown-it-footnote@^3.0.2: version "3.0.3" @@ -14317,12 +14296,12 @@ markdown-it-mark@^3.0.1: markdown-it-sub@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/markdown-it-sub/-/markdown-it-sub-1.0.0.tgz#375fd6026eae7ddcb012497f6411195ea1e3afe8" - integrity sha1-N1/WAm6ufdywEkl/ZBEZXqHjr+g= + integrity sha512-z2Rm/LzEE1wzwTSDrI+FlPEveAAbgdAdPhdWarq/ZGJrGW/uCQbKAnhoCsE4hAbc3SEym26+W2z/VQB0cQiA9Q== markdown-it-sup@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/markdown-it-sup/-/markdown-it-sup-1.0.0.tgz#cb9c9ff91a5255ac08f3fd3d63286e15df0a1fc3" - integrity sha1-y5yf+RpSVawI8/09YyhuFd8KH8M= + integrity sha512-E32m0nV9iyhRR7CrhnzL5msqic7rL1juWre6TQNxsnApg7Uf+F97JOKxUijg5YwXz86lZ0mqfOnutoryyNdntQ== markdown-it@^12.0.6: version "12.3.2" @@ -14366,7 +14345,7 @@ matcher@^5.0.0: maxstache-stream@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/maxstache-stream/-/maxstache-stream-1.0.4.tgz#9c7f5cab7e5fdd2d90da86143b4e9631ea328040" - integrity sha1-nH9cq35f3S2Q2oYUO06WMeoygEA= + integrity sha512-v8qlfPN0pSp7bdSoLo1NTjG43GXGqk5W2NWFnOCq2GlmFFqebGzPCjLKSbShuqIOVorOtZSAy7O/S1OCCRONUw== dependencies: maxstache "^1.0.0" pump "^1.0.0" @@ -14376,7 +14355,7 @@ maxstache-stream@^1.0.0: maxstache@^1.0.0: version "1.0.7" resolved "https://registry.yarnpkg.com/maxstache/-/maxstache-1.0.7.tgz#2231d5180ba783d5ecfc31c45fedac7ae4276984" - integrity sha1-IjHVGAung9Xs/DHEX+2seuQnaYQ= + integrity sha512-53ZBxHrZM+W//5AcRVewiLpDunHnucfdzZUGz54Fnvo4tE+J3p8EL66kBrs2UhBXvYKTWckWYYWBqJqoTcenqg== md5-file@^5.0.0: version "5.0.0" @@ -14421,22 +14400,22 @@ mdast-util-definitions@^4.0.0: unist-util-visit "^2.0.0" mdast-util-definitions@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-5.1.0.tgz#b6d10ef00a3c4cf191e8d9a5fa58d7f4a366f817" - integrity sha512-5hcR7FL2EuZ4q6lLMUK5w4lHT2H3vqL9quPvYZ/Ku5iifrirfMHiGdhxdXMUbUkDmz5I+TYMd7nbaxUhbQkfpQ== + version "5.1.1" + resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-5.1.1.tgz#2c1d684b28e53f84938bb06317944bee8efa79db" + integrity sha512-rQ+Gv7mHttxHOBx2dkF4HWTg+EE+UR78ptQWDylzPKaQuVGdG4HIoY3SrS/pCp80nZ04greFvXbVFHT+uf0JVQ== dependencies: "@types/mdast" "^3.0.0" "@types/unist" "^2.0.0" - unist-util-visit "^3.0.0" + unist-util-visit "^4.0.0" mdast-util-find-and-replace@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.1.0.tgz#69728acd250749f8aac6e150e07d1fd15619e829" - integrity sha512-1w1jbqAd13oU78QPBf5223+xB+37ecNtQ1JElq2feWols5oEYAl+SgNDnOZipe7NfLemoEt362yUS15/wip4mw== + version "2.2.1" + resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.1.tgz#249901ef43c5f41d6e8a8d446b3b63b17e592d7c" + integrity sha512-SobxkQXFAdd4b5WmEakmkVoh18icjQRxGy5OWTCzgsLRm1Fu/KCtwD1HIQSsmq5ZRjVH0Ehwg6/Fn3xIUk+nKw== dependencies: escape-string-regexp "^5.0.0" unist-util-is "^5.0.0" - unist-util-visit-parents "^4.0.0" + unist-util-visit-parents "^5.0.0" mdast-util-from-markdown@^0.8.0: version "0.8.5" @@ -14509,11 +14488,12 @@ mdast-util-gfm-strikethrough@^1.0.0: mdast-util-to-markdown "^1.3.0" mdast-util-gfm-table@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.3.tgz#5f880aa6ecd1a9307cd7127f3d94c631ea88da07" - integrity sha512-B/tgpJjND1qIZM2WZst+NYnb0notPE6m0J+YOe3NOHXyEmvK38ytxaOsgz4BvrRPQQcNbRrTzSHMPnBkj1fCjg== + version "1.0.4" + resolved "https://registry.yarnpkg.com/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.4.tgz#0dbb25f04fd9c0877dc63b76203ecbdf5d945755" + integrity sha512-aEuoPwZyP4iIMkf2cLWXxx3EQ6Bmh2yKy9MVCg4i6Sd3cX80dcLEfXO/V4ul3pGH9czBK4kp+FAl+ZHmSUt9/w== dependencies: markdown-table "^3.0.0" + mdast-util-from-markdown "^1.0.0" mdast-util-to-markdown "^1.3.0" mdast-util-gfm-task-list-item@^1.0.0: @@ -14525,15 +14505,17 @@ mdast-util-gfm-task-list-item@^1.0.0: mdast-util-to-markdown "^1.3.0" mdast-util-gfm@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/mdast-util-gfm/-/mdast-util-gfm-2.0.0.tgz#2545856bc18a66d5cc63fbef0b097a020a8e9e3d" - integrity sha512-wMwejlTN3EQADPFuvxe8lmGsay3+f6gSJKdAHR6KBJzpcxvsjJSILB9K6u6G7eQLC7iOTyVIHYGui9uBc9r1Tg== + version "2.0.1" + resolved "https://registry.yarnpkg.com/mdast-util-gfm/-/mdast-util-gfm-2.0.1.tgz#16fcf70110ae689a06d77e8f4e346223b64a0ea6" + integrity sha512-42yHBbfWIFisaAfV1eixlabbsa6q7vHeSPY+cg+BBjX51M8xhgMacqH9g6TftB/9+YkcI0ooV4ncfrJslzm/RQ== dependencies: + mdast-util-from-markdown "^1.0.0" mdast-util-gfm-autolink-literal "^1.0.0" mdast-util-gfm-footnote "^1.0.0" mdast-util-gfm-strikethrough "^1.0.0" mdast-util-gfm-table "^1.0.0" mdast-util-gfm-task-list-item "^1.0.0" + mdast-util-to-markdown "^1.0.0" mdast-util-heading-style@^2.0.0: version "2.0.0" @@ -14543,9 +14525,9 @@ mdast-util-heading-style@^2.0.0: "@types/mdast" "^3.0.0" mdast-util-mdx-expression@^1.0.0, mdast-util-mdx-expression@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.2.0.tgz#3e927afe27943956dc5d1c64cb949652062f71ff" - integrity sha512-wb36oi09XxqO9RVqgfD+xo8a7xaNgS+01+k3v0GKW0X0bYbeBmUZz22Z/IJ8SuphVlG+DNgNo9VoEaUJ3PKfJQ== + version "1.2.1" + resolved "https://registry.yarnpkg.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.2.1.tgz#3195450498c438fbdb82838c23d9b3f8b23174da" + integrity sha512-BtQwyalaq6jRjx0pagtuAwGrmzL1yInrfA4EJv7GOoiPOUbR4gr6h65I+G3WTh1/Cag2Eda4ip400Ch6CFmWiA== dependencies: "@types/estree-jsx" "^0.0.1" "@types/hast" "^2.0.0" @@ -14561,9 +14543,9 @@ mdast-util-mdx-expression@~0.1.0: strip-indent "^3.0.0" mdast-util-mdx-jsx@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.0.1.tgz#03d003c8b0b4bd94ab092d876c0f92d2b0c83b0b" - integrity sha512-oPC7/smPBf7vxnvIYH5y3fPo2lw1rdrswFfSb4i0GTAXRUQv7JUU/t/hbp07dgGdUFTSDOHm5DNamhNg/s2Hrg== + version "2.0.2" + resolved "https://registry.yarnpkg.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.0.2.tgz#087448dc29f6df9b9d9951132f82c20bd378bb68" + integrity sha512-Bs1HnFprSJW0al1h49ZQBaLfwROFEY3SLK98xWsA60fVhe6zEbPS8gVYxkuT07TeEZWIbkjyFYXkZ34ARxfYNQ== dependencies: "@types/estree-jsx" "^0.0.1" "@types/hast" "^2.0.0" @@ -14608,9 +14590,9 @@ mdast-util-mdx@^2.0.0: mdast-util-mdxjs-esm "^1.0.0" mdast-util-mdxjs-esm@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.2.0.tgz#eca8b985f091c2d65a72c19d2740cefbc209aa63" - integrity sha512-IPpX9GBzAIbIRCjbyeLDpMhACFb0wxTIujuR3YElB8LWbducUdMgRJuqs/Vg8xQ1bIAMm7lw8L+YNtua0xKXRw== + version "1.2.1" + resolved "https://registry.yarnpkg.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.2.1.tgz#9e3fd9770f06022b2e7b40fb444eafe64a96495f" + integrity sha512-3zNmTy1V1OgIxoV97PTkAl+tLriilS8d4CJwPV9LvBmWra5nnRriN8rpGSGGIM7NLoHfsUfvjcPoNIzl77F8Kw== dependencies: "@types/estree-jsx" "^0.0.1" "@types/hast" "^2.0.0" @@ -14653,9 +14635,9 @@ mdast-util-to-hast@^11.0.0: unist-util-visit "^4.0.0" mdast-util-to-hast@^12.1.0: - version "12.1.1" - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-12.1.1.tgz#89a2bb405eaf3b05eb8bf45157678f35eef5dbca" - integrity sha512-qE09zD6ylVP14jV4mjLIhDBOrpFdShHZcEsYvvKGABlr9mGbV7mTlRWdoFxL/EYSTNDiC9GZXy7y8Shgb9Dtzw== + version "12.1.2" + resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-12.1.2.tgz#5c793b04014746585254c7ce0bc2d117201a5d1d" + integrity sha512-Wn6Mcj04qU4qUXHnHpPATYMH2Jd8RlntdnloDfYLe1ErWRHo6+pvSl/DzHp6sCZ9cBSYlc8Sk8pbwb8xtUoQhQ== dependencies: "@types/hast" "^2.0.0" "@types/mdast" "^3.0.0" @@ -14663,6 +14645,7 @@ mdast-util-to-hast@^12.1.0: mdast-util-definitions "^5.0.0" mdurl "^1.0.0" micromark-util-sanitize-uri "^1.0.0" + trim-lines "^3.0.0" unist-builder "^3.0.0" unist-util-generated "^2.0.0" unist-util-position "^4.0.0" @@ -14720,12 +14703,12 @@ mdast-util-toc@^6.1.0: mdurl@^1.0.0, mdurl@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" - integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= + integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g== media-typer@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" - integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== mem@^9.0.2: version "9.0.2" @@ -14748,7 +14731,7 @@ memoize-one@^6.0.0: memory-fs@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" - integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= + integrity sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ== dependencies: errno "^0.1.3" readable-stream "^2.0.1" @@ -14804,7 +14787,7 @@ meow@^9.0.0: merge-descriptors@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" - integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w== merge-options@^3.0.4: version "3.0.4" @@ -14826,7 +14809,7 @@ merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1: methods@^1.0.1, methods@^1.1.1, methods@^1.1.2, methods@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" - integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w== micro-api-client@^3.3.0: version "3.3.0" @@ -14834,9 +14817,9 @@ micro-api-client@^3.3.0: integrity sha512-y0y6CUB9RLVsy3kfgayU28746QrNMpSm9O/AYGNsBgOkJr/X/Jk0VLGoO8Ude7Bpa8adywzF+MzXNZRFRsNPhg== micro-memoize@^4.0.9: - version "4.0.9" - resolved "https://registry.yarnpkg.com/micro-memoize/-/micro-memoize-4.0.9.tgz#b44a38c9dffbee1cefc2fd139bc8947952268b62" - integrity sha512-Z2uZi/IUMGQDCXASdujXRqrXXEwSY0XffUrAOllhqzQI3wpUyZbiZTiE2JuYC0HSG2G7DbCS5jZmsEKEGZuemg== + version "4.0.10" + resolved "https://registry.yarnpkg.com/micro-memoize/-/micro-memoize-4.0.10.tgz#cedf7682df990cd2290700af4537afa6dba7d4e9" + integrity sha512-rk0OlvEQkShjbr2EvGn1+GdCsgLDgABQyM9ZV6VoHNU7hiNM+eSOkjGWhiNabU/XWiEalWbjNQrNO+zcqd+pEA== micromark-core-commonmark@^1.0.0, micromark-core-commonmark@^1.0.1: version "1.0.6" @@ -14888,9 +14871,9 @@ micromark-extension-gfm-autolink-literal@^1.0.0: uvu "^0.5.0" micromark-extension-gfm-footnote@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.0.3.tgz#5280b29667e4ecb8687f369829aa3322caca7d11" - integrity sha512-bn62pC5y39rIo2g1RqZk1NhF7T7cJLuJlbevunQz41U0iPVCdVOFASe5/L1kke+DFKSgfCRhv24+o42cZ1+ADw== + version "1.0.4" + resolved "https://registry.yarnpkg.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.0.4.tgz#cbfd8873b983e820c494498c6dac0105920818d5" + integrity sha512-E/fmPmDqLiMUP8mLJ8NbJWJ4bTw6tS+FEQS8CcuDtZpILuOb2kjLqPEeAePF1djXROHXChM/wPJw0iS4kHCcIg== dependencies: micromark-core-commonmark "^1.0.0" micromark-factory-space "^1.0.0" @@ -14898,6 +14881,7 @@ micromark-extension-gfm-footnote@^1.0.0: micromark-util-normalize-identifier "^1.0.0" micromark-util-sanitize-uri "^1.0.0" micromark-util-symbol "^1.0.0" + micromark-util-types "^1.0.0" uvu "^0.5.0" micromark-extension-gfm-strikethrough@^1.0.0: @@ -15024,9 +15008,9 @@ micromark-extension-mdx@^0.2.0: micromark-extension-mdx-md "~0.1.0" micromark-extension-mdxjs-esm@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-1.0.2.tgz#df0c48743a0b1988119489c68314160b7942ffa6" - integrity sha512-bIaxblNIM+CCaJvp3L/V+168l79iuNmxEiTU6i3vB0YuDW+rumV64BFMxvhfRDxaJxQE1zD5vTPdyLBbW4efGA== + version "1.0.3" + resolved "https://registry.yarnpkg.com/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-1.0.3.tgz#630d9dc9db2c2fd470cac8c1e7a824851267404d" + integrity sha512-2N13ol4KMoxb85rdDwTAC6uzs8lMX0zeqpcyx7FhS7PxXomOnLactu8WI8iBNXW8AVyea3KIJd/1CKnUmwrK9A== dependencies: micromark-core-commonmark "^1.0.0" micromark-util-character "^1.0.0" @@ -15190,21 +15174,22 @@ micromark-util-encode@^1.0.0: integrity sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA== micromark-util-events-to-acorn@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.0.4.tgz#07d26cd675dbca8c38b8d9aff2d4cdc91c9997aa" - integrity sha512-dpo8ecREK5s/KMph7jJ46RLM6g7N21CMc9LAJQbDLdbQnTpijigkSJPTIfLXZ+h5wdXlcsQ+b6ufAE9v76AdgA== + version "1.1.0" + resolved "https://registry.yarnpkg.com/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.1.0.tgz#9891638e201c266484d0af7cd2505d208f73db9d" + integrity sha512-hB8HzidNt/Us5q2BvqXj8eeEm0U9rRfnZxcA9T65JRUMAY4MbfJRAFm7m9fXMAdSHJiVPmajsp8/rp6/FlHL8A== dependencies: "@types/acorn" "^4.0.0" - "@types/estree" "^0.0.50" + "@types/estree" "^0.0.51" estree-util-visit "^1.0.0" micromark-util-types "^1.0.0" uvu "^0.5.0" + vfile-location "^4.0.0" vfile-message "^3.0.0" micromark-util-html-tag-name@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.0.0.tgz#75737e92fef50af0c6212bd309bc5cb8dbd489ed" - integrity sha512-NenEKIshW2ZI/ERv9HtFNsrn3llSPZtY337LID/24WeLqMzeZhBEE6BQ0vS2ZBjshm5n40chKtJ3qjAbVV8S0g== + version "1.1.0" + resolved "https://registry.yarnpkg.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.1.0.tgz#eb227118befd51f48858e879b7a419fc0df20497" + integrity sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA== micromark-util-normalize-identifier@^1.0.0: version "1.0.0" @@ -15300,12 +15285,12 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: to-regex "^3.0.2" micromatch@^4.0.2, micromatch@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" - integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== + version "4.0.5" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== dependencies: - braces "^3.0.1" - picomatch "^2.2.3" + braces "^3.0.2" + picomatch "^2.3.1" microseconds@0.2.0: version "0.2.0" @@ -15320,17 +15305,17 @@ miller-rabin@^4.0.0: bn.js "^4.0.0" brorand "^1.0.1" -mime-db@1.51.0, "mime-db@>= 1.43.0 < 2", mime-db@^1.28.0: - version "1.51.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c" - integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g== +mime-db@1.52.0, "mime-db@>= 1.43.0 < 2", mime-db@^1.28.0: + version "1.52.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" + integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== mime-types@^2.1.12, mime-types@^2.1.18, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34: - version "2.1.34" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24" - integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A== + version "2.1.35" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" + integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== dependencies: - mime-db "1.51.0" + mime-db "1.52.0" mime@1.6.0, mime@^1.2.11, mime@^1.3.4, mime@^1.4.1: version "1.6.0" @@ -15402,9 +15387,9 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: minimalistic-crypto-utils@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" - integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= + integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg== -minimatch@3.0.4, minimatch@~3.0.2: +minimatch@3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== @@ -15425,13 +15410,20 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -minimatch@^5.0.0, minimatch@^5.0.1: +minimatch@^5.0.0, minimatch@^5.0.1, minimatch@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== dependencies: brace-expansion "^2.0.1" +minimatch@~3.0.2: + version "3.0.8" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1" + integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== + dependencies: + brace-expansion "^1.1.7" + minimist-options@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" @@ -15504,35 +15496,13 @@ minipass-sized@^1.0.3: dependencies: minipass "^3.0.0" -minipass@^2.6.0, minipass@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6" - integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg== - dependencies: - safe-buffer "^5.1.2" - yallist "^3.0.0" - -minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3: - version "3.1.6" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee" - integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ== +minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3, minipass@^3.1.6: + version "3.3.4" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.4.tgz#ca99f95dd77c43c7a76bf51e6d200025eee0ffae" + integrity sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw== dependencies: yallist "^4.0.0" -minipass@^3.1.6: - version "3.3.3" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.3.tgz#fd1f0e6c06449c10dadda72618b59c00f3d6378d" - integrity sha512-N0BOsdFAlNRfmwMhjAsLVWOk7Ljmeb39iqFlsV1At+jqRhSUP9yeof8FyJu4imaJiSUp8vQebWD/guZwGQC8iA== - dependencies: - yallist "^4.0.0" - -minizlib@^1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d" - integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== - dependencies: - minipass "^2.9.0" - minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" @@ -15580,11 +15550,11 @@ mkdirp-infer-owner@^2.0.0: mkdirp "^1.0.3" mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5: - version "0.5.5" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" - integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== + version "0.5.6" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" + integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== dependencies: - minimist "^1.2.5" + minimist "^1.2.6" mkdirp@^1.0.3, mkdirp@^1.0.4: version "1.0.4" @@ -15664,11 +15634,11 @@ module-definition@^4.0.0: node-source-walk "^5.0.0" moize@^6.0.0, moize@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/moize/-/moize-6.1.0.tgz#736e505d30d0ff7751005ed2c66c74cf52941b87" - integrity sha512-WrMcM+C2Jy+qyOC/UMhA3BCHGowxV34dhDZnDNfxsREW/8N+33SFjmc23Q61Xv1WUthUA1vYopTitP1sZ5jkeg== + version "6.1.1" + resolved "https://registry.yarnpkg.com/moize/-/moize-6.1.1.tgz#e75f18734fcb22aec30205681eb97cd7eb3ffa51" + integrity sha512-6bryLehIBVByDdAkXhoaPP1fknkoq1hNPmVCDYIb/w5zwfidT02zLSto1uGbmnv1GKu02ysgAEaJ5Ic7QQaGQA== dependencies: - fast-equals "^2.0.1" + fast-equals "^3.0.1" micro-memoize "^4.0.9" moment-timezone@^0.5.21, moment-timezone@^0.5.31: @@ -15679,14 +15649,14 @@ moment-timezone@^0.5.21, moment-timezone@^0.5.31: moment ">= 2.9.0" "moment@>= 2.9.0", moment@>=1.6.0, moment@^2.24.0, moment@^2.29.1: - version "2.29.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" - integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" + integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== mongodb-connection-string-url@^2.5.2: - version "2.5.2" - resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.5.2.tgz#f075c8d529e8d3916386018b8a396aed4f16e5ed" - integrity sha512-tWDyIG8cQlI5k3skB6ywaEA5F9f5OntrKKsT/Lteub2zgwSUlhqEN2inGgBTm8bpYJf8QYBdA/5naz65XDpczA== + version "2.5.3" + resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.5.3.tgz#c0c572b71570e58be2bd52b33dffd1330cfb6990" + integrity sha512-f+/WsED+xF4B74l3k9V/XkTVj5/fxFH2o5ToKXd8Iyi5UhM+sO9u0Ape17Mvl/GkZaFtM0HQnzAG5OTmhKw+tQ== dependencies: "@types/whatwg-url" "^8.2.1" whatwg-url "^11.0.0" @@ -15747,7 +15717,7 @@ mongodb@3.7.3: optionalDependencies: saslprep "^1.0.0" -mongodb@4.7.0, mongodb@^4.7.0: +mongodb@4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.7.0.tgz#99f7323271d93659067695b60e7b4efee2de9bf0" integrity sha512-HhVar6hsUeMAVlIbwQwWtV36iyjKd9qdhY+s4wcU8K6TOj4Q331iiMy+FoPuxEntDIijTYWivwFJkLv8q/ZgvA== @@ -15759,6 +15729,18 @@ mongodb@4.7.0, mongodb@^4.7.0: optionalDependencies: saslprep "^1.0.3" +mongodb@^4.7.0: + version "4.8.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.8.0.tgz#8287c85b43781c042c272d00ff3a143b68698671" + integrity sha512-a0eVzm1e1kxwnzJV1wZXIS54KegM2y6wXTXOGTSAxr/E2YOUkl/zGBHNSI4z+6z+YQtVdzDqy1nJ4n5MxYJRnQ== + dependencies: + bson "^4.6.5" + denque "^2.0.1" + mongodb-connection-string-url "^2.5.2" + socks "^2.6.2" + optionalDependencies: + saslprep "^1.0.3" + mongoose-bcrypt@^1.8.1: version "1.9.0" resolved "https://registry.yarnpkg.com/mongoose-bcrypt/-/mongoose-bcrypt-1.9.0.tgz#bcb371bd5633d1c3fd92948c45d3cec267a47676" @@ -15849,7 +15831,7 @@ mongoose@^5.5.13: move-concurrently@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" - integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= + integrity sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ== dependencies: aproba "^1.1.1" copy-concurrently "^1.0.0" @@ -15858,12 +15840,12 @@ move-concurrently@^1.0.1: rimraf "^2.5.4" run-queue "^1.0.3" -move-file@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/move-file/-/move-file-2.1.0.tgz#3bec9d34fbe4832df6865f112cda4492b56e8507" - integrity sha512-i9qLW6gqboJ5Ht8bauZi7KlTnQ3QFpBCvMvFfEcHADKgHGeJ9BZMO7SFCTwHPV9Qa0du9DYY1Yx3oqlGt30nXA== +move-file@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/move-file/-/move-file-3.0.0.tgz#b2da5d7b4627e61ff5408841e81312143fa58a64" + integrity sha512-v6u4XjX3MFW6Jo1V/YfbhC7eiGSgvYPJ/NM+aGtTtB9/Y6IYj7YViaHu6dkgDsZFB7MbnAoSI5+Z26XZXnP0vg== dependencies: - path-exists "^4.0.0" + path-exists "^5.0.0" mpath@0.7.0: version "0.7.0" @@ -15917,7 +15899,7 @@ mri@^1.1.0, mri@^1.1.5: ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== ms@2.1.2: version "2.1.2" @@ -15932,7 +15914,7 @@ ms@2.1.3, ms@^2.0.0, ms@^2.1.1, ms@^2.1.3: multicast-dns-service-types@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901" - integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE= + integrity sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ== multicast-dns@^6.0.1: version "6.2.3" @@ -15981,7 +15963,7 @@ mustache@^4.0.1, mustache@^4.2.0: mute-stream@0.0.7: version "0.0.7" resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" - integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= + integrity sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ== mute-stream@0.0.8, mute-stream@~0.0.4: version "0.0.8" @@ -15998,14 +15980,14 @@ mz@^2.7.0: thenify-all "^1.0.0" nan@^2.12.1, nan@^2.13.2: - version "2.15.0" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee" - integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ== + version "2.16.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.16.0.tgz#664f43e45460fb98faf00edca0bb0d7b8dce7916" + integrity sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA== nano-time@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/nano-time/-/nano-time-1.0.0.tgz#b0554f69ad89e22d0907f7a12b0993a5d96137ef" - integrity sha1-sFVPaa2J4i0JB/ehKwmTpdlhN+8= + integrity sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA== dependencies: big-integer "^1.6.16" @@ -16054,16 +16036,7 @@ napi-build-utils@^1.0.1: natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - -needle@^2.2.1: - version "2.9.1" - resolved "https://registry.yarnpkg.com/needle/-/needle-2.9.1.tgz#22d1dffbe3490c2b83e301f7709b6736cd8f2684" - integrity sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ== - dependencies: - debug "^3.2.6" - iconv-lite "^0.4.4" - sax "^1.2.4" + integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== negotiator@0.6.3, negotiator@^0.6.2, negotiator@^0.6.3: version "0.6.3" @@ -16076,18 +16049,18 @@ neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1: integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61" - integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug== + version "2.1.1" + resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz#26c8a3cee6cc05fbcf1e333cd2fc3e003326c0b5" + integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw== netlify-cli@^10.3.3: - version "10.10.2" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.10.2.tgz#9241cf3644ae4dd7e16f9b5494df98521d044be6" - integrity sha512-m9jP+jWNQeYFyR3zm0ebDCX2WwLOC9WAGs9eNtBJ9162nJO0xRozSUqEXu++kqBy5u1VVGEx+1U7YTXHEULglA== + version "10.11.0" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.11.0.tgz#5d924cbeb300f60a3e146913a9e6bf6e0f30337d" + integrity sha512-CYdffO4QwZIkLp12FSTF4aH89QVEKGlq6HCVLFRqlvPeATKbQkRxMSbcls2EZMjJDn1LU2X/VtCMbLKlqbNJ5w== dependencies: - "@netlify/build" "^27.4.1" + "@netlify/build" "^27.4.2" "@netlify/config" "^18.1.1" - "@netlify/edge-bundler" "^1.6.0" + "@netlify/edge-bundler" "^1.7.0" "@netlify/framework-info" "^9.1.1" "@netlify/local-functions-proxy" "^1.1.1" "@netlify/plugins-list" "^6.35.0" @@ -16154,7 +16127,7 @@ netlify-cli@^10.3.3: memoize-one "^6.0.0" minimist "^1.2.5" multiparty "^4.2.1" - netlify "^11.0.2" + netlify "^12.0.0" netlify-headers-parser "^6.0.2" netlify-onegraph-internal "0.3.6" netlify-redirect-parser "^13.0.5" @@ -16230,11 +16203,24 @@ netlify-redirector@^0.2.1: integrity sha512-17vDR9p1Loanp+vd57y+b6WlKb5X+qb0LZ44oTYsKJbdonz4Md+Ybv1lzH1w1aKm5YWWXHR8LMpWyY9bjlAJKw== netlify@^11.0.2: - version "11.0.2" - resolved "https://registry.yarnpkg.com/netlify/-/netlify-11.0.2.tgz#d65f6b67d60315c669c863e59b7f48bac597f6c5" - integrity sha512-dOgKAADwP0qQ9iHmbB4erimtpW0YczJtQLrnYGBTFElstG2Y9sj+ZRFlIUvJhVLOOdzFy4j+x9Zmn9dUoD1e0A== + version "11.0.4" + resolved "https://registry.yarnpkg.com/netlify/-/netlify-11.0.4.tgz#f7de45a1432b90ff32e6143011121e65e12175a4" + integrity sha512-pvaFCKkc0pi4CYnM21pNTlQ79zxbnPi8saxT1aslc4zC7gG6A97iIfCQYF7bGWOQgLyaDbmv6A4AWQ7vncDjBg== dependencies: - "@netlify/open-api" "^2.10.0" + "@netlify/open-api" "^2.11.0" + lodash.camelcase "^4.3.0" + micro-api-client "^3.3.0" + node-fetch "^3.0.0" + omit.js "^2.0.2" + p-wait-for "^4.0.0" + qs "^6.9.6" + +netlify@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/netlify/-/netlify-12.0.0.tgz#3759dc152cb155f875e8433437e4d37ef48f8450" + integrity sha512-4LfNS4c/9301B0oxzosmHD7NHhOvvo4KlEmPH2AuMx9or6CXK2IP09K1MWnpdOyNA3Y/8jlUOtOTATK68jBK9A== + dependencies: + "@netlify/open-api" "^2.11.0" lodash.camelcase "^4.3.0" micro-api-client "^3.3.0" node-fetch "^3.0.0" @@ -16320,9 +16306,9 @@ node-abi@^2.21.0: semver "^5.4.1" node-abi@^3.3.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.8.0.tgz#679957dc8e7aa47b0a02589dbfde4f77b29ccb32" - integrity sha512-tzua9qWWi7iW4I42vUPKM+SfaF0vQSLAm4yO5J83mSwB7GeoWrDKC/K+8YCnYNwqP5duwazbw2X9l4m8SC2cUw== + version "3.22.0" + resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.22.0.tgz#00b8250e86a0816576258227edbce7bbe0039362" + integrity sha512-u4uAs/4Zzmp/jjsD9cyFYDXeISfUWaAVWshPmDZOFOv4Xl4SbzTXm53I04C2uRueYJ+0t5PEtLH/owbn2Npf/w== dependencies: semver "^7.3.5" @@ -16346,7 +16332,7 @@ node-fetch@2.6.1: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== -node-fetch@2.6.7, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.5, node-fetch@^2.6.7: +node-fetch@2.6.7, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== @@ -16354,9 +16340,9 @@ node-fetch@2.6.7, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node- whatwg-url "^5.0.0" node-fetch@^3.0.0, node-fetch@^3.1.1: - version "3.2.4" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.4.tgz#3fbca2d8838111048232de54cb532bd3cf134947" - integrity sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw== + version "3.2.9" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.9.tgz#3f6070bf854de20f21b9fe8479f823462e615d7d" + integrity sha512-/2lI+DBecVvVm9tDhjziTVjo2wmTsSxSk58saUYP0P/fRJ3xxtfMDY24+CKTkfm0Dlhyn3CSXNL0SoRiCZ8Rzg== dependencies: data-uri-to-buffer "^4.0.0" fetch-blob "^3.1.4" @@ -16368,9 +16354,9 @@ node-forge@^0.10.0: integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== node-gyp-build@^4.2.2: - version "4.3.0" - resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3" - integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q== + version "4.5.0" + resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.5.0.tgz#7a64eefa0b21112f89f58379da128ac177f20e40" + integrity sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg== node-gyp@^8.4.1: version "8.4.1" @@ -16389,9 +16375,9 @@ node-gyp@^8.4.1: which "^2.0.2" node-gyp@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.0.0.tgz#e1da2067427f3eb5bb56820cb62bc6b1e4bd2089" - integrity sha512-Ma6p4s+XCTPxCuAMrOA/IJRmVy16R8Sdhtwl4PrCr7IBlj4cPawF0vg/l7nOT1jPbuNS7lIRJpBSvVsXwEZuzw== + version "9.1.0" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.1.0.tgz#c8d8e590678ea1f7b8097511dedf41fc126648f8" + integrity sha512-HkmN0ZpQJU7FLbJauJTHkHlSVAXlNGDAzH/VYFZGDOnFyn/Na3GlNJfkudmufOdS6/jNFhy88ObzL7ERz9es1g== dependencies: env-paths "^2.2.0" glob "^7.1.4" @@ -16438,22 +16424,6 @@ node-machine-id@1.1.12, node-machine-id@^1.1.10: resolved "https://registry.yarnpkg.com/node-machine-id/-/node-machine-id-1.1.12.tgz#37904eee1e59b320bb9c5d6c0a59f3b469cb6267" integrity sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ== -node-pre-gyp@^0.13.0: - version "0.13.0" - resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.13.0.tgz#df9ab7b68dd6498137717838e4f92a33fc9daa42" - integrity sha512-Md1D3xnEne8b/HGVQkZZwV27WUi1ZRuZBij24TNaZwUPU3ZAFtvT6xxJGaUVillfmMKnn5oD1HoGsp2Ftik7SQ== - dependencies: - detect-libc "^1.0.2" - mkdirp "^0.5.1" - needle "^2.2.1" - nopt "^4.0.1" - npm-packlist "^1.1.6" - npmlog "^4.0.2" - rc "^1.2.7" - rimraf "^2.6.1" - semver "^5.3.0" - tar "^4" - node-preload@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/node-preload/-/node-preload-0.2.1.tgz#c03043bb327f417a18fee7ab7ee57b408a144301" @@ -16461,10 +16431,10 @@ node-preload@^0.2.1: dependencies: process-on-spawn "^1.0.0" -node-releases@^2.0.3: - version "2.0.5" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666" - integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q== +node-releases@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" + integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== node-sass@^7.0.1: version "7.0.1" @@ -16497,9 +16467,9 @@ node-schedule@1.3.2: sorted-array-functions "^1.0.0" node-source-walk@^4.0.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/node-source-walk/-/node-source-walk-4.2.0.tgz#c2efe731ea8ba9c03c562aa0a9d984e54f27bc2c" - integrity sha512-hPs/QMe6zS94f5+jG3kk9E7TNm4P2SulrKiLWMzKszBfNZvL/V6wseHlTd7IvfW0NZWqPtK3+9yYNr+3USGteA== + version "4.3.0" + resolved "https://registry.yarnpkg.com/node-source-walk/-/node-source-walk-4.3.0.tgz#8336b56cfed23ac5180fe98f1e3bb6b11fd5317c" + integrity sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA== dependencies: "@babel/parser" "^7.0.0" @@ -16530,12 +16500,12 @@ node-version-alias@^1.0.1: nodemailer-fetch@1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/nodemailer-fetch/-/nodemailer-fetch-1.6.0.tgz#79c4908a1c0f5f375b73fe888da9828f6dc963a4" - integrity sha1-ecSQihwPXzdbc/6IjamCj23JY6Q= + integrity sha512-P7S5CEVGAmDrrpn351aXOLYs1R/7fD5NamfMCHyi6WIkbjS2eeZUB/TkuvpOQr0bvRZicVqo59+8wbhR3yrJbQ== nodemailer-shared@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/nodemailer-shared/-/nodemailer-shared-1.1.0.tgz#cf5994e2fd268d00f5cf0fa767a08169edb07ec0" - integrity sha1-z1mU4v0mjQD1zw+nZ6CBae2wfsA= + integrity sha512-68xW5LSyPWv8R0GLm6veAvm7E+XFXkVgvE3FW0FGxNMMZqMkPFeGDVALfR1DPdSfcoO36PnW7q5AAOgFImEZGg== dependencies: nodemailer-fetch "1.6.0" @@ -16584,15 +16554,7 @@ nofilter@^3.1.0: noop2@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/noop2/-/noop2-2.0.0.tgz#4b636015e9882b54783c02b412f699d8c5cd0a5b" - integrity sha1-S2NgFemIK1R4PAK0EvaZ2MXNCls= - -nopt@^4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48" - integrity sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg== - dependencies: - abbrev "1" - osenv "^0.1.4" + integrity sha512-2bu7Pfpf6uNqashWV8P7yYeutQ3XkLY9MBSYI5sOAFZxuWcW/uJfLbKj5m6SvMDT9U1Y0C+7UFG+7VSiIdXjtA== nopt@^5.0.0: version "5.0.0" @@ -16604,7 +16566,7 @@ nopt@^5.0.0: nopt@~1.0.10: version "1.0.10" resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee" - integrity sha1-bd0hvSoxQXuScn3Vhfim83YI6+4= + integrity sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg== dependencies: abbrev "1" @@ -16651,7 +16613,7 @@ normalize-package-data@^4.0.0: normalize-path@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + integrity sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w== dependencies: remove-trailing-separator "^1.0.1" @@ -16663,7 +16625,7 @@ normalize-path@^3.0.0, normalize-path@~3.0.0: normalize-range@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" - integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= + integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== normalize-url@2.0.1: version "2.0.1" @@ -16684,7 +16646,7 @@ normalize-url@^6.0.1, normalize-url@^6.1.0: resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a" integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== -npm-bundled@^1.0.1, npm-bundled@^1.1.1, npm-bundled@^1.1.2: +npm-bundled@^1.1.1, npm-bundled@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.2.tgz#944c78789bd739035b70baa2ca5cc32b8d860bc1" integrity sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ== @@ -16713,23 +16675,15 @@ npm-package-arg@^8.0.0, npm-package-arg@^8.1.0, npm-package-arg@^8.1.2, npm-pack validate-npm-package-name "^3.0.0" npm-package-arg@^9.0.0, npm-package-arg@^9.0.1: - version "9.0.2" - resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-9.0.2.tgz#f3ef7b1b3b02e82564af2d5228b4c36567dcd389" - integrity sha512-v/miORuX8cndiOheW8p2moNuPJ7QhcFh9WGlTorruG8hXSA23vMTEp5hTCmDxic0nD8KHhj/NQgFuySD3GYY3g== + version "9.1.0" + resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-9.1.0.tgz#a60e9f1e7c03e4e3e4e994ea87fff8b90b522987" + integrity sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw== dependencies: hosted-git-info "^5.0.0" + proc-log "^2.0.1" semver "^7.3.5" validate-npm-package-name "^4.0.0" -npm-packlist@^1.1.6: - version "1.4.8" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.8.tgz#56ee6cc135b9f98ad3d51c1c95da22bbb9b2ef3e" - integrity sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A== - dependencies: - ignore-walk "^3.0.1" - npm-bundled "^1.0.1" - npm-normalize-package-bin "^1.0.1" - npm-packlist@^2.1.4: version "2.2.2" resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-2.2.2.tgz#076b97293fa620f632833186a7a8f65aaa6148c8" @@ -16741,9 +16695,9 @@ npm-packlist@^2.1.4: npm-normalize-package-bin "^1.0.1" npm-packlist@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-5.1.0.tgz#f3fd52903a021009913a133732022132eb355ce7" - integrity sha512-a04sqF6FbkyOAFA19AA0e94gS7Et5T2/IMj3VOT9nOF2RaRdVPQ1Q17Fb/HaDRFs+gbC7HOmhVZ29adpWgmDZg== + version "5.1.1" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-5.1.1.tgz#79bcaf22a26b6c30aa4dd66b976d69cc286800e0" + integrity sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw== dependencies: glob "^8.0.1" ignore-walk "^5.0.1" @@ -16773,9 +16727,9 @@ npm-registry-fetch@^11.0.0: npm-package-arg "^8.0.0" npm-registry-fetch@^13.0.0, npm-registry-fetch@^13.0.1: - version "13.1.1" - resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-13.1.1.tgz#26dc4b26d0a545886e807748032ba2aefaaae96b" - integrity sha512-5p8rwe6wQPLJ8dMqeTnA57Dp9Ox6GH9H60xkyJup07FmVlu3Mk7pf/kIIpl9gaN5bM8NM+UUx3emUWvDNTt39w== + version "13.3.0" + resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-13.3.0.tgz#0ce10fa4a699a1e70685ecf41bbfb4150d74231b" + integrity sha512-10LJQ/1+VhKrZjIuY9I/+gQTvumqqlgnsCufoXETHAPFTS3+M+Z5CFhZRDHGavmJ6rOye3UvNga88vl8n1r6gg== dependencies: make-fetch-happen "^10.0.6" minipass "^3.1.6" @@ -16802,7 +16756,7 @@ npm-registry-fetch@^9.0.0: npm-run-path@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= + integrity sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw== dependencies: path-key "^2.0.0" @@ -16820,7 +16774,7 @@ npm-run-path@^5.1.0: dependencies: path-key "^4.0.0" -npmlog@^4.0.1, npmlog@^4.0.2: +npmlog@^4.0.1: version "4.1.2" resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== @@ -16851,21 +16805,21 @@ npmlog@^6.0.0, npmlog@^6.0.2: set-blocking "^2.0.0" nth-check@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" - integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== + version "2.1.1" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" + integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== dependencies: boolbase "^1.0.0" num2fraction@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" - integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= + integrity sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg== number-is-nan@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= + integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ== nyc@^15.1.0: version "15.1.0" @@ -16908,12 +16862,12 @@ oauth-sign@^0.9.0, oauth-sign@~0.9.0: object-assign@4.x, object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== object-copy@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + integrity sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ== dependencies: copy-descriptor "^0.1.0" define-property "^0.2.5" @@ -16924,11 +16878,6 @@ object-hash@^3.0.0: resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== -object-inspect@^1.11.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" - integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== - object-inspect@^1.12.0, object-inspect@^1.9.0: version "1.12.2" resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" @@ -16942,7 +16891,7 @@ object-is@^1.0.1, object-is@^1.1.2: call-bind "^1.0.2" define-properties "^1.1.3" -object-keys@^1.0.12, object-keys@^1.1.1: +object-keys@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== @@ -16950,7 +16899,7 @@ object-keys@^1.0.12, object-keys@^1.1.1: object-visit@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + integrity sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA== dependencies: isobject "^3.0.0" @@ -16983,13 +16932,14 @@ object.fromentries@^2.0.5: es-abstract "^1.19.1" object.getownpropertydescriptors@^2.0.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz#b223cf38e17fefb97a63c10c91df72ccb386df9e" - integrity sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw== + version "2.1.4" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz#7965e6437a57278b587383831a9b829455a4bc37" + integrity sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ== dependencies: + array.prototype.reduce "^1.0.4" call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" + define-properties "^1.1.4" + es-abstract "^1.20.1" object.hasown@^1.1.1: version "1.1.1" @@ -17002,7 +16952,7 @@ object.hasown@^1.1.1: object.pick@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + integrity sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ== dependencies: isobject "^3.0.1" @@ -17045,7 +16995,7 @@ on-headers@^1.0.0, on-headers@~1.0.2: once@1.4.0, once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== dependencies: wrappy "1" @@ -17059,7 +17009,7 @@ one-time@^1.0.0: onetime@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" - integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= + integrity sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ== dependencies: mimic-fn "^1.0.0" @@ -17080,7 +17030,7 @@ onetime@^6.0.0: only@~0.0.2: version "0.0.2" resolved "https://registry.yarnpkg.com/only/-/only-0.0.2.tgz#2afde84d03e50b9a8edc444e30610a70295edfb4" - integrity sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q= + integrity sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ== open-color@^1.7.0: version "1.9.1" @@ -17155,9 +17105,9 @@ ora@^5.0.0, ora@^5.4.0: wcwidth "^1.0.1" ora@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/ora/-/ora-6.1.0.tgz#86aa07058c4e9fb91444412d103b0d7e01aca973" - integrity sha512-CxEP6845hLK+NHFWZ+LplGO4zfw4QSfxTlqMfvlJ988GoiUeZDMzCvqsZkFHv69sPICmJH1MDxZoQFOKXerAVw== + version "6.1.2" + resolved "https://registry.yarnpkg.com/ora/-/ora-6.1.2.tgz#7b3c1356b42fd90fb1dad043d5dbe649388a0bf5" + integrity sha512-EJQ3NiP5Xo94wJXIzAyOtSb0QEIAUu7m8t6UZ9krbz0vAJqr92JpcK/lEXg91q6B9pEGqrykkd2EQplnifDSBw== dependencies: bl "^5.0.0" chalk "^5.0.0" @@ -17169,22 +17119,10 @@ ora@^6.1.0: strip-ansi "^7.0.1" wcwidth "^1.0.1" -original@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" - integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== - dependencies: - url-parse "^1.4.3" - os-browserify@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" - integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= + integrity sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A== os-name@^5.0.0: version "5.0.1" @@ -17194,18 +17132,10 @@ os-name@^5.0.0: macos-release "^3.0.1" windows-release "^5.0.1" -os-tmpdir@^1.0.0, os-tmpdir@~1.0.2: +os-tmpdir@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -osenv@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" + integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== p-all@^2.1.0: version "2.1.0" @@ -17232,7 +17162,7 @@ p-cancelable@^2.0.0: p-defer@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" - integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= + integrity sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw== p-event@^2.1.0: version "2.3.1" @@ -17279,12 +17209,12 @@ p-filter@^3.0.0: p-finally@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= + integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow== p-is-promise@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e" - integrity sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4= + integrity sha512-zL7VE4JVS2IFSkR2GQKDSPEVxkoH43/p7oEnwpdCndKYJO0HVeRB7fA8TJwuLOTBREtK0ea8eHaxdwcpob5dmg== p-limit@^1.1.0: version "1.3.0" @@ -17317,7 +17247,7 @@ p-limit@^4.0.0: p-locate@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" - integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= + integrity sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg== dependencies: p-limit "^1.1.0" @@ -17425,14 +17355,14 @@ p-timeout@^3.0.0, p-timeout@^3.1.0, p-timeout@^3.2.0: p-finally "^1.0.0" p-timeout@^5.0.0, p-timeout@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-5.0.2.tgz#d12964c4b2f988e15f72b455c2c428d82a0ec0a0" - integrity sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ== + version "5.1.0" + resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-5.1.0.tgz#b3c691cf4415138ce2d9cfe071dba11f0fee085b" + integrity sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew== p-try@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" - integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= + integrity sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww== p-try@^2.0.0: version "2.2.0" @@ -17483,7 +17413,7 @@ package-json@6.5.0, package-json@^6.3.0: package-json@^4.0.0: version "4.0.1" resolved "https://registry.yarnpkg.com/package-json/-/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed" - integrity sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0= + integrity sha512-q/R5GrMek0vzgoomq6rm9OX+3PQve8sLwTirmK30YB3Cu0Bbt9OX9M/SIUnroN5BGJkzwGsFwDaRGD9EwBOlCA== dependencies: got "^6.7.1" registry-auth-token "^3.0.1" @@ -17534,7 +17464,7 @@ parallel-transform@^1.1.0, parallel-transform@^1.2.0: param-case@2.1.x: version "2.1.1" resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247" - integrity sha1-35T9jPZTHs915r75oIWPvHK+Ikc= + integrity sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w== dependencies: no-case "^2.2.0" @@ -17604,7 +17534,7 @@ parse-gitignore@^1.0.1: parse-json@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + integrity sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw== dependencies: error-ex "^1.3.1" json-parse-better-errors "^1.0.1" @@ -17646,7 +17576,7 @@ parse-ms@^2.1.0: parse-passwd@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" - integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= + integrity sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q== parse-path@^4.0.4: version "4.0.4" @@ -17668,7 +17598,7 @@ parse-path@^5.0.0: parse-srcset@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/parse-srcset/-/parse-srcset-1.0.2.tgz#f2bd221f6cc970a938d88556abc589caaaa2bde1" - integrity sha1-8r0iH2zJcKk42IVWq8WJyqqiveE= + integrity sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q== parse-url@^6.0.0: version "6.0.2" @@ -17690,17 +17620,13 @@ parse-url@^7.0.2: parse-path "^5.0.0" protocols "^2.0.1" -parse5-htmlparser2-tree-adapter@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6" - integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== +parse5-htmlparser2-tree-adapter@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz#23c2cc233bcf09bb7beba8b8a69d46b08c62c2f1" + integrity sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g== dependencies: - parse5 "^6.0.1" - -parse5@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" - integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== + domhandler "^5.0.2" + parse5 "^7.0.0" parse5@^7.0.0: version "7.0.0" @@ -17717,7 +17643,7 @@ parseurl@^1.3.2, parseurl@~1.3.2, parseurl@~1.3.3: pascalcase@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + integrity sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw== passport-jwt@4.0.0: version "4.0.0" @@ -17730,14 +17656,14 @@ passport-jwt@4.0.0: passport-local@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/passport-local/-/passport-local-1.0.0.tgz#1fe63268c92e75606626437e3b906662c15ba6ee" - integrity sha1-H+YyaMkudWBmJkN+O5BmYsFbpu4= + integrity sha512-9wCE6qKznvf9mQYYbgJ3sVOHmCWoUNMVFoZzNoznmISbhnNNPhN9xfY3sLmScHMetEJeoY7CXwfhCe7argfQow== dependencies: passport-strategy "1.x.x" passport-strategy@1.x.x, passport-strategy@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/passport-strategy/-/passport-strategy-1.0.0.tgz#b5539aa8fc225a3d1ad179476ddf236b440f52e4" - integrity sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ= + integrity sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA== passport@0.6.0: version "0.6.0" @@ -17769,12 +17695,12 @@ path-data-parser@0.1.0, path-data-parser@^0.1.0: path-dirname@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" - integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= + integrity sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q== path-exists@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= + integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ== path-exists@^4.0.0: version "4.0.0" @@ -17789,17 +17715,17 @@ path-exists@^5.0.0: path-is-absolute@1.0.1, path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== path-is-inside@^1.0.1, path-is-inside@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" - integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= + integrity sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w== path-key@^2.0.0, path-key@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw== path-key@^3.0.0, path-key@^3.1.0, path-key@^3.1.1: version "3.1.1" @@ -17811,7 +17737,7 @@ path-key@^4.0.0: resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18" integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ== -path-parse@^1.0.6, path-parse@^1.0.7: +path-parse@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== @@ -17819,7 +17745,7 @@ path-parse@^1.0.6, path-parse@^1.0.7: path-to-regexp@0.1.7: version "0.1.7" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" - integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== path-to-regexp@^1.1.1, path-to-regexp@^1.7.0: version "1.8.0" @@ -17853,7 +17779,7 @@ pathval@^1.1.1: pause@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/pause/-/pause-0.0.1.tgz#1d408b3fdb76923b9543d96fb4c9dfd535d9cb5d" - integrity sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10= + integrity sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg== pbkdf2@^3.0.3: version "3.1.2" @@ -17869,17 +17795,17 @@ pbkdf2@^3.0.3: pegjs@^0.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/pegjs/-/pegjs-0.10.0.tgz#cf8bafae6eddff4b5a7efb185269eaaf4610ddbd" - integrity sha1-z4uvrm7d/0tafvsYUmnqr0YQ3b0= + integrity sha512-qI5+oFNEGi3L5HAxDwN2LA4Gg7irF70Zs25edhjld9QemOgp0CbvMtbFcMvFtEo1OityPrcCzkQFB8JP/hxgow== pend@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" - integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= + integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg== performance-now@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= + integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow== periscopic@^2.0.0: version "2.0.3" @@ -17907,7 +17833,7 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.0, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== @@ -17915,12 +17841,12 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: pify@^2.0.0, pify@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= + integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== pify@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" - integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg== pify@^4.0.1: version "4.0.1" @@ -17935,14 +17861,14 @@ pify@^5.0.0: pinkie-promise@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= + integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw== dependencies: pinkie "^2.0.0" pinkie@^2.0.0: version "2.0.4" resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= + integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg== pino-std-serializers@^2.0.0: version "2.5.0" @@ -18047,7 +17973,7 @@ portfinder@^1.0.26: posix-character-classes@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + integrity sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg== postcss-import@^14.1.0: version "14.1.0" @@ -18214,7 +18140,7 @@ precinct@^9.0.1: precond@0.2: version "0.2.3" resolved "https://registry.yarnpkg.com/precond/-/precond-0.2.3.tgz#aa9591bcaa24923f1e0f4849d240f47efc1075ac" - integrity sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw= + integrity sha512-QCYG84SgGyGzqJ/vlMsxeXd/pgL/I94ixdNFyh1PusWmTCyVfPJjZ1K1jvHtsbfnXQs2TSkEP2fR7QiMZAnKFQ== prelude-ls@^1.2.1: version "1.2.1" @@ -18224,17 +18150,17 @@ prelude-ls@^1.2.1: prelude-ls@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= + integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w== prepend-http@^1.0.1: version "1.0.4" resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" - integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= + integrity sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg== prepend-http@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" - integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= + integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA== prettier@^2.3.0, prettier@^2.3.1: version "2.7.1" @@ -18300,17 +18226,12 @@ prettyjson@^1.2.1: colors "1.4.0" minimist "^1.2.0" -printj@~1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/printj/-/printj-1.3.1.tgz#9af6b1d55647a1587ac44f4c1654a4b95b8e12cb" - integrity sha512-GA3TdL8szPK4AQ2YnOe/b+Y1jUFwmmGMMK/qbY7VcE3Z7FU8JstbKiKRzO6CIiAKPhTO8m01NoQ0V5f3jc4OGg== - private@~0.1.5: version "0.1.8" resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== -proc-log@^2.0.0: +proc-log@^2.0.0, proc-log@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-2.0.1.tgz#8f3f69a1f608de27878f91f5c688b225391cb685" integrity sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw== @@ -18330,7 +18251,7 @@ process-on-spawn@^1.0.0: process@^0.11.10: version "0.11.10" resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" - integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= + integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== promise-all-reject-late@^1.0.0: version "1.0.1" @@ -18345,7 +18266,7 @@ promise-call-limit@^1.0.1: promise-inflight@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= + integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== promise-retry@^2.0.1: version "2.0.1" @@ -18373,7 +18294,7 @@ prompts@^2.4.2: promzard@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/promzard/-/promzard-0.3.0.tgz#26a5d6ee8c7dee4cb12208305acfb93ba382a9ee" - integrity sha1-JqXW7ox97kyxIggwWs+5O6OCqe4= + integrity sha512-JZeYqd7UAcHCwI+sTOeUDYkvEU+1bQ7iE0UT1MgB/tERkAPkesW46MrpIySzODi+owTjZtiF8Ay5j9m60KmMBw== dependencies: read "1" @@ -18415,7 +18336,7 @@ property-information@^6.0.0: proto-list@~1.2.1: version "1.2.4" resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" - integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk= + integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA== protocols@^1.4.0: version "1.4.8" @@ -18438,7 +18359,7 @@ proxy-addr@~2.0.7: prr@~1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= + integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw== ps-list@^8.0.0: version "8.1.0" @@ -18448,12 +18369,12 @@ ps-list@^8.0.0: pseudomap@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= + integrity sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ== psl@^1.1.28: - version "1.8.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" - integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== + version "1.9.0" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7" + integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag== pstree.remy@^1.1.7, pstree.remy@^1.1.8: version "1.1.8" @@ -18508,12 +18429,12 @@ pumpify@^1.3.3: punycode@1.3.2: version "1.3.2" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" - integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= + integrity sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw== punycode@^1.2.4, punycode@^1.3.2: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" - integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= + integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== punycode@^2.1.0, punycode@^2.1.1: version "2.1.1" @@ -18539,7 +18460,7 @@ purest@3.1.0: q@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" - integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= + integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== qs@6.10.1: version "6.10.1" @@ -18548,7 +18469,7 @@ qs@6.10.1: dependencies: side-channel "^1.0.4" -qs@6.10.3, qs@^6.10.1, qs@^6.10.2, qs@^6.4.0, qs@^6.5.1, qs@^6.9.6: +qs@6.10.3: version "6.10.3" resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== @@ -18560,7 +18481,7 @@ qs@6.9.3: resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.3.tgz#bfadcd296c2d549f1dffa560619132c977f5008e" integrity sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw== -qs@^6.9.4: +qs@^6.10.1, qs@^6.10.2, qs@^6.4.0, qs@^6.5.1, qs@^6.9.4, qs@^6.9.6: version "6.11.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== @@ -18604,12 +18525,12 @@ query-string@^6.13.8: querystring-es3@^0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" - integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= + integrity sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA== querystring@0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" - integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= + integrity sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g== querystringify@^2.1.1: version "2.2.0" @@ -18624,7 +18545,7 @@ queue-microtask@^1.2.2: quick-format-unescaped@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/quick-format-unescaped/-/quick-format-unescaped-1.1.2.tgz#0ca581de3174becef25ac3c2e8956342381db698" - integrity sha1-DKWB3jF0vs7yWsPC6JVjQjgdtpg= + integrity sha512-lli1svZnGwCLiDydlAN2bmSiEeThfI5gnqWsv0cFRiRbzXsRuzoPldK+BY5TM/i+koLoZ8dmZA6uPEBGTpaZqw== dependencies: fast-safe-stringify "^1.0.8" @@ -18641,7 +18562,7 @@ quick-lru@^5.1.1: quote-unquote@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/quote-unquote/-/quote-unquote-1.0.0.tgz#67a9a77148effeaf81a4d428404a710baaac8a0b" - integrity sha1-Z6mncUjv/q+BpNQoQEpxC6qsigs= + integrity sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg== raf@^3.4.1: version "3.4.1" @@ -18658,7 +18579,7 @@ ramda@^0.26.1: random-bytes@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/random-bytes/-/random-bytes-1.0.0.tgz#4f68a1dc0ae58bd3fb95848c30324db75d64360b" - integrity sha1-T2ih3Arli9P7lYSMMDJNt11kNgs= + integrity sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ== randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0: version "2.1.0" @@ -18812,11 +18733,11 @@ react-helmet@^6.1.0: react-side-effect "^2.1.0" react-hotkeys-hook@^3.4.4: - version "3.4.6" - resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-3.4.6.tgz#21eda8e97121583a14056479e3eea9e51d2e2a69" - integrity sha512-SiGKHnauaAQglRA7qeiW5LTa0KoT2ssv8YGYKZQoM3P9v5JFEHJdXOSFml1N6K86oKQ8dLCLlxqBqGlSJWGmxQ== + version "3.4.7" + resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-3.4.7.tgz#e16a0a85f59feed9f48d12cfaf166d7df4c96b7a" + integrity sha512-+bbPmhPAl6ns9VkXkNNyxlmCAIyDAcWbB76O4I0ntr3uWCRuIQf/aRLartUahe9chVMPj+OEzzfk3CQSjclUEQ== dependencies: - hotkeys-js "3.9.3" + hotkeys-js "3.9.4" react-i18next@^11.18.0: version "11.18.1" @@ -18899,6 +18820,11 @@ react-is@^16.12.0, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== +react-is@^18.0.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" + integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== + react-lifecycles-compat@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" @@ -18951,17 +18877,18 @@ react-markdown@^7.1.1: vfile "^5.0.0" react-markdown@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-8.0.0.tgz#3243296a59ddb0f451d262cc2e11123674b416c2" - integrity sha512-qbrWpLny6Ef2xHqnYqtot948LXP+4FtC+MWIuaN1kvSnowM+r1qEeEHpSaU0TDBOisQuj+Qe6eFY15cNL3gLAw== + version "8.0.3" + resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-8.0.3.tgz#e8aba0d2f5a1b2124d476ee1fff9448a2f57e4b3" + integrity sha512-We36SfqaKoVNpN1QqsZwWSv/OZt5J15LNgTLWynwAN5b265hrQrsjMtlRNwUvS+YyR3yDM8HpTNc4pK9H/Gc0A== dependencies: "@types/hast" "^2.0.0" + "@types/prop-types" "^15.0.0" "@types/unist" "^2.0.0" comma-separated-tokens "^2.0.0" hast-util-whitespace "^2.0.0" prop-types "^15.0.0" property-information "^6.0.0" - react-is "^17.0.0" + react-is "^18.0.0" remark-parse "^10.0.0" remark-rehype "^10.0.0" space-separated-tokens "^2.0.0" @@ -19002,9 +18929,9 @@ react-popper@^1.3.6: warning "^4.0.2" react-portal@^4.2.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/react-portal/-/react-portal-4.2.1.tgz#12c1599238c06fb08a9800f3070bea2a3f78b1a6" - integrity sha512-fE9kOBagwmTXZ3YGRYb4gcMy+kSA+yLO0xnPankjRlfBv4uCpFXqKPfkpsGQQR15wkZ9EssnvTOl1yMzbkxhPQ== + version "4.2.2" + resolved "https://registry.yarnpkg.com/react-portal/-/react-portal-4.2.2.tgz#bff1e024147d6041ba8c530ffc99d4c8248f49fa" + integrity sha512-vS18idTmevQxyQpnde0Td6ZcUlv+pD8GTyR42n3CHUQq9OHi1C4jDE4ZWEbEsrbrLRhSECYiao58cvocwMtP7Q== dependencies: prop-types "^15.5.8" @@ -19030,22 +18957,22 @@ react-redux@7.2.3: react-is "^16.13.1" react-router-dom@^5.0.0, react-router-dom@^5.2.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.0.tgz#da1bfb535a0e89a712a93b97dd76f47ad1f32363" - integrity sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ== + version "5.3.3" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.3.tgz#8779fc28e6691d07afcaf98406d3812fe6f11199" + integrity sha512-Ov0tGPMBgqmbu5CDmN++tv2HQ9HlWDuWIIqn4b88gjlAN5IHI+4ZUZRcpz9Hl0azFIwihbLDYw1OiHGRo7ZIng== dependencies: "@babel/runtime" "^7.12.13" history "^4.9.0" loose-envify "^1.3.1" prop-types "^15.6.2" - react-router "5.2.1" + react-router "5.3.3" tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-router@5.2.1, react-router@^5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d" - integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ== +react-router@5.3.3, react-router@^5.2.0: + version "5.3.3" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.3.tgz#8e3841f4089e728cf82a429d92cdcaa5e4a3a288" + integrity sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w== dependencies: "@babel/runtime" "^7.12.13" history "^4.9.0" @@ -19072,9 +18999,9 @@ react-select@^4.0.2: react-transition-group "^4.3.0" react-side-effect@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.1.tgz#66c5701c3e7560ab4822a4ee2742dee215d72eb3" - integrity sha512-2FoTQzRNTncBVtnzxFOk2mCpcfxQpenBMbk5kSVBg5UcPqV9fRbgY2zhb7GTWWOlpFmAxhClBDlIq8Rsubz1yQ== + version "2.1.2" + resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.2.tgz#dc6345b9e8f9906dc2eeb68700b615e0b4fe752a" + integrity sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw== react-sizeme@^3.0.2: version "3.0.2" @@ -19278,9 +19205,9 @@ read-package-json@^3.0.0: npm-normalize-package-bin "^1.0.0" read-package-json@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-4.1.1.tgz#153be72fce801578c1c86b8ef2b21188df1b9eea" - integrity sha512-P82sbZJ3ldDrWCOSKxJT0r/CXMWR0OR3KRh55SgKo3p91GSIEEC32v3lSHAvO/UcH3/IoL7uqhOFBduAnwdldw== + version "4.1.2" + resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-4.1.2.tgz#b444d047de7c75d4a160cb056d00c0693c1df703" + integrity sha512-Dqer4pqzamDE2O4M55xp1qZMuLPqi4ldk2ya648FOMHRjwMzFhuxVrG04wd0c38IsvkVdr3vgHI6z+QTPdAjrQ== dependencies: glob "^7.1.1" json-parse-even-better-errors "^2.3.0" @@ -19300,7 +19227,7 @@ read-package-json@^5.0.0: read-pkg-up@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07" - integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc= + integrity sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw== dependencies: find-up "^2.0.0" read-pkg "^3.0.0" @@ -19326,7 +19253,7 @@ read-pkg-up@^9.0.0: read-pkg@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" - integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= + integrity sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA== dependencies: load-json-file "^4.0.0" normalize-package-data "^2.3.2" @@ -19355,7 +19282,7 @@ read-pkg@^7.1.0: read@1, read@~1.0.1: version "1.0.7" resolved "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4" - integrity sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ= + integrity sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ== dependencies: mute-stream "~0.0.4" @@ -19382,11 +19309,11 @@ readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stre util-deprecate "^1.0.1" readdir-glob@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/readdir-glob/-/readdir-glob-1.1.1.tgz#f0e10bb7bf7bfa7e0add8baffdc54c3f7dbee6c4" - integrity sha512-91/k1EzZwDx6HbERR+zucygRFfiPl2zkIYZtv3Jjr6Mn7SkKcVct8aVO+sSRiGMc6fLf72du3d92/uY63YPdEA== + version "1.1.2" + resolved "https://registry.yarnpkg.com/readdir-glob/-/readdir-glob-1.1.2.tgz#b185789b8e6a43491635b6953295c5c5e3fd224c" + integrity sha512-6RLVvwJtVwEDfPdn6X6Ille4/lxGl0ATOY4FN/B9nxQcgOazvvI0nodiD19ScKq0PvA/29VpaOQML36o5IzZWA== dependencies: - minimatch "^3.0.4" + minimatch "^5.1.0" readdir-scoped-modules@^1.1.0: version "1.1.0" @@ -19424,7 +19351,7 @@ readdirp@~3.5.0: recast@~0.11.12: version "0.11.23" resolved "https://registry.yarnpkg.com/recast/-/recast-0.11.23.tgz#451fd3004ab1e4df9b4e4b66376b2a21912462d3" - integrity sha1-RR/TAEqx5N+bTktmN2sqIZEkYtM= + integrity sha512-+nixG+3NugceyR8O1bLU45qs84JgI3+8EauyRZafLgC9XbdAOIVgwV1Pe2da0YzGo62KzWoZwUpVEQf6qNAXWA== dependencies: ast-types "0.9.6" esprima "~3.1.0" @@ -19446,34 +19373,22 @@ redent@^3.0.0: indent-string "^4.0.0" strip-indent "^3.0.0" -redis-errors@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/redis-errors/-/redis-errors-1.2.0.tgz#eb62d2adb15e4eaf4610c04afe1529384250abad" - integrity sha1-62LSrbFeTq9GEMBK/hUpOEJQq60= - -redis-parser@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/redis-parser/-/redis-parser-3.0.0.tgz#b66d828cdcafe6b4b8a428a7def4c6bcac31c8b4" - integrity sha1-tm2CjNyv5rS4pCin3vTGvKwxyLQ= - dependencies: - redis-errors "^1.0.0" - redis@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/redis/-/redis-4.0.3.tgz#f60931175de6f5b5727240a08e58a9ed5cf0f9de" - integrity sha512-SJMRXvgiQUYN0HaWwWv002J5ZgkhYXOlbLomzcrL3kP42yRNZ8Jx5nvLYhVpgmf10xcDpanFOxxJkphu2eyIFQ== + version "4.2.0" + resolved "https://registry.yarnpkg.com/redis/-/redis-4.2.0.tgz#1278a265b8aa1e096a585d103bdead027cd04e43" + integrity sha512-bCR0gKVhIXFg8zCQjXEANzgI01DDixtPZgIUZHBCmwqixnu+MK3Tb2yqGjh+HCLASQVVgApiwhNkv+FoedZOGQ== dependencies: - "@node-redis/bloom" "1.0.1" - "@node-redis/client" "1.0.3" - "@node-redis/graph" "1.0.0" - "@node-redis/json" "1.0.2" - "@node-redis/search" "1.0.2" - "@node-redis/time-series" "1.0.1" + "@redis/bloom" "1.0.2" + "@redis/client" "1.2.0" + "@redis/graph" "1.0.1" + "@redis/json" "1.0.3" + "@redis/search" "1.0.6" + "@redis/time-series" "1.0.3" redux-immutable@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/redux-immutable/-/redux-immutable-4.0.0.tgz#3a1a32df66366462b63691f0e1dc35e472bbc9f3" - integrity sha1-Ohoy32Y2ZGK2NpHw4dw15HK7yfM= + integrity sha512-SchSn/DWfGb3oAejd+1hhHx01xUoxY+V7TeK0BKqpkLKiQPVFf7DYzEaKmrEVxsWxielKfSK9/Xq66YyxgR1cg== redux-saga@^0.16.0: version "0.16.2" @@ -19481,16 +19396,16 @@ redux-saga@^0.16.0: integrity sha512-iIjKnRThI5sKPEASpUvySemjzwqwI13e3qP7oLub+FycCRDysLSAOwt958niZW6LhxfmS6Qm1BzbU70w/Koc4w== redux@^4.0.0, redux@^4.0.1, redux@^4.0.4: - version "4.1.2" - resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.2.tgz#140f35426d99bb4729af760afcf79eaaac407104" - integrity sha512-SH8PglcebESbd/shgf6mii6EIoRM0zrQyjcuQ+ojmfxjTtE0z9Y8pa62iA/OJ58qjP6j27uyW4kUF4jl/jd6sw== + version "4.2.0" + resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.0.tgz#46f10d6e29b6666df758780437651eeb2b969f13" + integrity sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA== dependencies: "@babel/runtime" "^7.9.2" reflect.ownkeys@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460" - integrity sha1-dJrO7H8/34tj+SegSAnpDFwLNGA= + integrity sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg== regenerate-unicode-properties@^10.0.1: version "10.0.1" @@ -19536,15 +19451,7 @@ regexp-clone@1.0.0, regexp-clone@^1.0.0: resolved "https://registry.yarnpkg.com/regexp-clone/-/regexp-clone-1.0.0.tgz#222db967623277056260b992626354a04ce9bf63" integrity sha512-TuAasHQNamyyJ2hb97IuBEif4qBHGjPHBS64sZwytpLEqtBQ1gPJTnOaQ6qmpET16cK14kkjbazl6+p0RRv0yw== -regexp.prototype.flags@^1.2.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307" - integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: +regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: version "1.4.3" resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== @@ -19591,16 +19498,16 @@ registry-auth-token@^3.0.1: safe-buffer "^5.0.1" registry-auth-token@^4.0.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250" - integrity sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw== + version "4.2.2" + resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.2.tgz#f02d49c3668884612ca031419491a13539e21fac" + integrity sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg== dependencies: - rc "^1.2.8" + rc "1.2.8" registry-url@^3.0.3: version "3.1.0" resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942" - integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI= + integrity sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA== dependencies: rc "^1.0.1" @@ -19730,12 +19637,12 @@ rehype-stringify@^9.0.2: relateurl@0.2.x: version "0.2.7" resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" - integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= + integrity sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog== release-zalgo@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/release-zalgo/-/release-zalgo-1.0.0.tgz#09700b7e5074329739330e535c5a90fb67851730" - integrity sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA= + integrity sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA== dependencies: es6-error "^4.0.1" @@ -20119,9 +20026,9 @@ remark-mdx@2.0.0-next.9: micromark-extension-mdxjs "^0.3.0" remark-mdx@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-2.0.0.tgz#bd921780c19ce3e51941e54b1e6388440ed499b3" - integrity sha512-TDnjSv77Oynf+K1deGWZPKSwh3/9hykVAxVm9enAw6BmicCGklREET8s19KYnjGsNPms0pNDJLmp+bnHDVItAQ== + version "2.1.2" + resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-2.1.2.tgz#eea2784fa5697e14f6e0686700077986b88b8078" + integrity sha512-npQagPdczPAv0xN9F8GSi5hJfAe/z6nBjylyfOfjLOmz086ahWrIjlk4BulRfNhA+asutqWxyuT3DFVsxiTVHA== dependencies: mdast-util-mdx "^2.0.0" micromark-extension-mdxjs "^1.0.0" @@ -20285,12 +20192,12 @@ remark@^14.0.0: remove-accents@0.4.2: version "0.4.2" resolved "https://registry.yarnpkg.com/remove-accents/-/remove-accents-0.4.2.tgz#0a43d3aaae1e80db919e07ae254b285d9e1c7bb5" - integrity sha1-CkPTqq4egNuRngeuJUsoXZ4ce7U= + integrity sha512-7pXIJqJOq5tFgG1A2Zxti3Ht8jJF337m4sowbuHsW30ZnkQFnDzy9qBNhgzX8ZLW4+UBcXiiR7SwR6pokHsxiA== remove-trailing-separator@^1.0.1: version "1.1.0" resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + integrity sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw== renderkid@^2.0.4: version "2.0.7" @@ -20311,7 +20218,7 @@ repeat-element@^1.1.2: repeat-string@^1.0.0, repeat-string@^1.5.4, repeat-string@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= + integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w== reportback@^2.0.2: version "2.0.2" @@ -20322,9 +20229,9 @@ reportback@^2.0.2: switchback "^2.0.1" request-compose@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/request-compose/-/request-compose-2.1.4.tgz#d427d614d31c0300e5893cbeaf86e51da1dff445" - integrity sha512-F8xik9Dxd5i2aHZ0/L/oIrCM1kKSgvp9BKYxGXk91lSWF9TbicWpnuxdOchxIhEWwvLdSBWZIAbCOeXfGfqaqA== + version "2.1.5" + resolved "https://registry.yarnpkg.com/request-compose/-/request-compose-2.1.5.tgz#10c99ae13aa21ddddf3b4baf8841cc3599ebe3e2" + integrity sha512-qfnt6TMfss3SKYt/l0QipIjPYV46DlQwIckP6t4TaR3Cs/11nsmkbIUAbm13kvqhNqb5RHxbMordHzS6AezHvQ== request-ip@2.1.3: version "2.1.3" @@ -20376,7 +20283,7 @@ require-at@^1.0.6: require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== require-from-string@^2.0.2: version "2.0.2" @@ -20391,7 +20298,7 @@ require-main-filename@^2.0.0: require-package-name@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9" - integrity sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk= + integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q== require_optional@^1.0.1: version "1.0.1" @@ -20404,17 +20311,17 @@ require_optional@^1.0.1: requires-port@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= + integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== reselect@^4.0.0: - version "4.1.5" - resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.5.tgz#852c361247198da6756d07d9296c2b51eddb79f6" - integrity sha512-uVdlz8J7OO+ASpBYoz1Zypgx0KasCY20H+N8JD13oUMtPvSHQuscrHop4KbXrbsBcdB9Ds7lVK7eRkBIfO43vQ== + version "4.1.6" + resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.6.tgz#19ca2d3d0b35373a74dc1c98692cdaffb6602656" + integrity sha512-ZovIuXqto7elwnxyXbBtCPo9YFEr3uJqj2rRbcOOog1bmu2Ag85M4hixSwFWyaBMKXNgvPaJ9OSu9SkBPIeJHQ== resolve-cwd@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" - integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= + integrity sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg== dependencies: resolve-from "^3.0.0" @@ -20428,7 +20335,7 @@ resolve-cwd@^3.0.0: resolve-dir@^1.0.0, resolve-dir@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" - integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= + integrity sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg== dependencies: expand-tilde "^2.0.0" global-modules "^1.0.0" @@ -20441,12 +20348,12 @@ resolve-from@5.0.0, resolve-from@^5.0.0: resolve-from@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57" - integrity sha1-lICrIOlP+h2egKgEx+oUdhGWa1c= + integrity sha512-qpFcKaXsq8+oRoLilkwyc7zHGF5i9Q2/25NIgLQQ/+VVv9rU4qvr6nXVAw1DsnXJyQkZsR4Ytfbtg5ehfcUssQ== resolve-from@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= + integrity sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw== resolve-from@^4.0.0: version "4.0.0" @@ -20463,7 +20370,7 @@ resolve-global@1.0.0, resolve-global@^1.0.0: resolve-path@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/resolve-path/-/resolve-path-1.4.0.tgz#c4bda9f5efb2fce65247873ab36bb4d834fe16f7" - integrity sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= + integrity sha512-i1xevIst/Qa+nA9olDxLWnLk8YZbi8R/7JPbCMcgyWaFR6bKWaexgJgEB5oc2PKMjYdrHynyz0NY+if+H98t1w== dependencies: http-errors "~1.6.2" path-is-absolute "1.0.1" @@ -20476,9 +20383,9 @@ resolve-pathname@^3.0.0: resolve-url@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg== -resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1: +resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1: version "1.22.1" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== @@ -20488,31 +20395,32 @@ resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.20 supports-preserve-symlinks-flag "^1.0.0" resolve@^2.0.0-next.1, resolve@^2.0.0-next.3: - version "2.0.0-next.3" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46" - integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q== + version "2.0.0-next.4" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660" + integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ== dependencies: - is-core-module "^2.2.0" - path-parse "^1.0.6" + is-core-module "^2.9.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" responselike@1.0.2, responselike@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" - integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= + integrity sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ== dependencies: lowercase-keys "^1.0.0" responselike@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/responselike/-/responselike-2.0.0.tgz#26391bcc3174f750f9a79eacc40a12a5c42d7723" - integrity sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw== + version "2.0.1" + resolved "https://registry.yarnpkg.com/responselike/-/responselike-2.0.1.tgz#9a0bc8fdc252f3fb1cca68b016591059ba1422bc" + integrity sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw== dependencies: lowercase-keys "^2.0.0" restore-cursor@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" - integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= + integrity sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q== dependencies: onetime "^2.0.0" signal-exit "^3.0.2" @@ -20549,9 +20457,9 @@ retext-latin@^3.0.0: unified "^10.0.0" retext-smartypants@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/retext-smartypants/-/retext-smartypants-5.1.0.tgz#cd5c308710ade5161e642ee1f60bf6df1603d9dc" - integrity sha512-P+VS0YlE96T2MRAlFHaTUhPrq1Rls+1GCvIytBvbo7wcgmRxC9xHle0/whTYpRqWirV9WaUm5mXmh1dKnskGWQ== + version "5.2.0" + resolved "https://registry.yarnpkg.com/retext-smartypants/-/retext-smartypants-5.2.0.tgz#da9cb79cc60f36aa33a20a462dfc663bec0068b4" + integrity sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw== dependencies: "@types/nlcst" "^1.0.0" nlcst-to-string "^3.0.0" @@ -20587,7 +20495,7 @@ retry-as-promised@^3.2.0: retry@^0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= + integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== reusify@^1.0.4: version "1.0.4" @@ -20618,7 +20526,7 @@ rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" -rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3: +rimraf@^2.5.4, rimraf@^2.6.3: version "2.7.1" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== @@ -20664,7 +20572,7 @@ run-parallel@^1.1.4, run-parallel@^1.1.9: run-queue@^1.0.0, run-queue@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" - integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= + integrity sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg== dependencies: aproba "^1.1.1" @@ -20687,7 +20595,7 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0: +safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -20700,15 +20608,10 @@ safe-json-stringify@^1.2.0: safe-regex@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + integrity sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg== dependencies: ret "~0.1.10" -safe-stable-stringify@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz#c8a220ab525cd94e60ebf47ddc404d610dc5d84a" - integrity sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw== - safe-stable-stringify@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz#ab67cbe1fe7d40603ca641c5e765cb942d04fc73" @@ -20735,7 +20638,7 @@ sanitize-html@2.3.3: sanitize.css@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-4.1.0.tgz#0bafc3c513699f2fe8c7980c6d37edf21d3f5448" - integrity sha1-C6/DxRNpny/ox5gMbTft8h0/VEg= + integrity sha512-bIcHg1fKwn0J3Ps2DUr0MqYEITfFDjJjBiAGbrzaH0UYUwaZcLa6xn7b/pmk811ht8LmvKKzO2aOOKAi9SkB+A== saslprep@^1.0.0, saslprep@^1.0.3: version "1.0.3" @@ -20820,7 +20723,7 @@ seek-bzip@^1.0.5: select-hose@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" - integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= + integrity sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg== selfsigned@^1.10.8: version "1.10.14" @@ -20832,7 +20735,7 @@ selfsigned@^1.10.8: semver-diff@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" - integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= + integrity sha512-gL8F8L4ORwsS0+iQ34yCYv///jsOq0ZL7WP55d1HnJ32o7tyFYEFQZQA22mrLIacZdU6xecaBBZ+uEiffGNyXw== dependencies: semver "^5.0.3" @@ -20843,7 +20746,7 @@ semver-diff@^3.1.1: dependencies: semver "^6.3.0" -"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.1: +"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.1: version "5.7.1" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== @@ -20961,7 +20864,7 @@ serialize-javascript@^4.0.0: serve-index@^1.9.1: version "1.9.1" resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" - integrity sha1-03aNabHn2C5c4FD/9bRTvqEqkjk= + integrity sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw== dependencies: accepts "~1.3.4" batch "0.6.1" @@ -20984,7 +20887,7 @@ serve-static@1.15.0: set-blocking@^2.0.0, set-blocking@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== set-value@^2.0.0, set-value@^2.0.1: version "2.0.1" @@ -20999,7 +20902,7 @@ set-value@^2.0.0, set-value@^2.0.1: setimmediate@^1.0.4, setimmediate@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= + integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== setprototypeof@1.1.0: version "1.1.0" @@ -21067,7 +20970,7 @@ sharp@^0.30.1: shebang-command@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg== dependencies: shebang-regex "^1.0.0" @@ -21081,7 +20984,7 @@ shebang-command@^2.0.0: shebang-regex@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ== shebang-regex@^3.0.0: version "3.0.0" @@ -21163,7 +21066,7 @@ simple-get@^4.0.0, simple-get@^4.0.1: simple-swizzle@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" - integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= + integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg== dependencies: is-arrayish "^0.3.1" @@ -21197,7 +21100,7 @@ slash@^4.0.0: slice-ansi@0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" - integrity sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU= + integrity sha512-up04hB2hR92PgjpyU3y/eg91yIBILyjVY26NvvciY3EVVPjybkMszMpXQ9QAkcS3I5rtJBDLoTxxg+qvW8c7rw== slice-ansi@^5.0.0: version "5.0.0" @@ -21210,9 +21113,9 @@ slice-ansi@^5.0.0: sliced@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/sliced/-/sliced-1.0.1.tgz#0b3a662b5d04c3177b1926bea82b03f837a2ef41" - integrity sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E= + integrity sha512-VZBmZP8WU3sMOZm1bdgTadsQbcscK0UM8oKxKVBs4XAhUo2Xxzm/OFMGBkPusxw9xL3Uy8LrzEqGqJhclsr0yA== -smart-buffer@^4.1.0, smart-buffer@^4.2.0: +smart-buffer@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== @@ -21248,16 +21151,15 @@ snapdragon@^0.8.1: use "^3.1.0" sockjs-client@^1.5.0: - version "1.5.2" - resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.2.tgz#4bc48c2da9ce4769f19dc723396b50f5c12330a3" - integrity sha512-ZzRxPBISQE7RpzlH4tKJMQbHM9pabHluk0WBaxAQ+wm/UieeBVBou0p4wVnSQGN9QmpAZygQ0cDIypWuqOFmFQ== + version "1.6.1" + resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.6.1.tgz#350b8eda42d6d52ddc030c39943364c11dcad806" + integrity sha512-2g0tjOR+fRs0amxENLi/q5TiJTqY+WXFOzb5UwXndlK6TO3U/mirZznpx6w34HVMoc3g7cY24yC/ZMIYnDlfkw== dependencies: - debug "^3.2.6" - eventsource "^1.0.7" - faye-websocket "^0.11.3" + debug "^3.2.7" + eventsource "^2.0.2" + faye-websocket "^0.11.4" inherits "^2.0.4" - json3 "^3.3.3" - url-parse "^1.5.3" + url-parse "^1.5.10" sockjs@^0.3.21: version "0.3.24" @@ -21278,13 +21180,13 @@ socks-proxy-agent@^5.0.0: socks "^2.3.3" socks-proxy-agent@^6.0.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz#e664e8f1aaf4e1fb3df945f09e3d94f911137f87" - integrity sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew== + version "6.2.1" + resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz#2687a31f9d7185e38d530bef1944fe1f1496d6ce" + integrity sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ== dependencies: agent-base "^6.0.2" - debug "^4.3.1" - socks "^2.6.1" + debug "^4.3.3" + socks "^2.6.2" socks-proxy-agent@^7.0.0: version "7.0.0" @@ -21295,40 +21197,32 @@ socks-proxy-agent@^7.0.0: debug "^4.3.3" socks "^2.6.2" -socks@^2.3.3, socks@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.1.tgz#989e6534a07cf337deb1b1c94aaa44296520d30e" - integrity sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA== +socks@^2.3.3, socks@^2.6.2: + version "2.7.0" + resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.0.tgz#f9225acdb841e874dca25f870e9130990f3913d0" + integrity sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA== dependencies: - ip "^1.1.5" - smart-buffer "^4.1.0" - -socks@^2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.2.tgz#ec042d7960073d40d94268ff3bb727dc685f111a" - integrity sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA== - dependencies: - ip "^1.1.5" + ip "^2.0.0" smart-buffer "^4.2.0" sort-keys-length@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/sort-keys-length/-/sort-keys-length-1.0.1.tgz#9cb6f4f4e9e48155a6aa0671edd336ff1479a188" - integrity sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg= + integrity sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw== dependencies: sort-keys "^1.0.0" sort-keys@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad" - integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0= + integrity sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg== dependencies: is-plain-obj "^1.0.0" sort-keys@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" - integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= + integrity sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg== dependencies: is-plain-obj "^1.0.0" @@ -21378,10 +21272,10 @@ source-map-url@^0.4.0: resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== -source-map@^0.5.6, source-map@~0.5.0: +source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0: version "0.5.7" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= + integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: version "0.6.1" @@ -21389,11 +21283,11 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== source-map@^0.7.0, source-map@^0.7.1: - version "0.7.3" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" - integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== + version "0.7.4" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" + integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== -sourcemap-codec@^1.4.4: +sourcemap-codec@^1.4.8: version "1.4.8" resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== @@ -21411,7 +21305,7 @@ space-separated-tokens@^2.0.0: sparse-bitfield@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz#ff4ae6e68656056ba4b3e792ab3334d38273ca11" - integrity sha1-/0rm5oZWBWuks+eSqzM004JzyhE= + integrity sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ== dependencies: memory-pager "^1.0.2" @@ -21491,7 +21385,7 @@ split-string@^3.0.1, split-string@^3.0.2: split2@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/split2/-/split2-1.1.1.tgz#162d9b18865f02ab2f2ad9585522db9b54c481f9" - integrity sha1-Fi2bGIZfAqsvKtlYVSLbm1TEgfk= + integrity sha512-cfurE2q8LamExY+lJ9Ex3ZfBwqAPduzOKVscPDXNCLLMvyaeD3DTz1yk7fVIs6Chco+12XeD0BB6HEoYzPYbXA== dependencies: through2 "~2.0.0" @@ -21524,7 +21418,7 @@ sprintf-js@^1.1.1: sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= + integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== sshpk@^1.7.0: version "1.17.0" @@ -21563,16 +21457,16 @@ ssri@^9.0.0: minipass "^3.1.1" stack-generator@^2.0.3: - version "2.0.5" - resolved "https://registry.yarnpkg.com/stack-generator/-/stack-generator-2.0.5.tgz#fb00e5b4ee97de603e0773ea78ce944d81596c36" - integrity sha512-/t1ebrbHkrLrDuNMdeAcsvynWgoH/i4o8EGGfX7dEYDoTXOYVAkEpFdtshlvabzc6JlJ8Kf9YdFEoz7JkzGN9Q== + version "2.0.10" + resolved "https://registry.yarnpkg.com/stack-generator/-/stack-generator-2.0.10.tgz#8ae171e985ed62287d4f1ed55a1633b3fb53bb4d" + integrity sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ== dependencies: - stackframe "^1.1.1" + stackframe "^1.3.4" stack-trace@0.0.x: version "0.0.10" resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0" - integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= + integrity sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg== stack-utils@^2.0.5: version "2.0.5" @@ -21581,10 +21475,10 @@ stack-utils@^2.0.5: dependencies: escape-string-regexp "^2.0.0" -stackframe@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.0.tgz#52429492d63c62eb989804c11552e3d22e779303" - integrity sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA== +stackframe@^1.3.4: + version "1.3.4" + resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310" + integrity sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw== standard-engine@^15.0.0: version "15.0.0" @@ -21613,7 +21507,7 @@ standard@^17.0.0: static-extend@^0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + integrity sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g== dependencies: define-property "^0.2.5" object-copy "^0.1.0" @@ -21642,7 +21536,7 @@ statuses@2.0.1, statuses@^2.0.1: "statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== std-env@^2.2.1: version "2.3.1" @@ -22189,19 +22083,19 @@ stream-shift@^1.0.0: stream-slice@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/stream-slice/-/stream-slice-0.1.2.tgz#2dc4f4e1b936fb13f3eb39a2def1932798d07a4b" - integrity sha1-LcT04bk2+xPz6zmi3vGTJ5jQeks= + integrity sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA== stream-to-array@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/stream-to-array/-/stream-to-array-2.3.0.tgz#bbf6b39f5f43ec30bc71babcb37557acecf34353" - integrity sha1-u/azn19D7DC8cbq8s3VXrOzzQ1M= + integrity sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA== dependencies: any-promise "^1.1.0" strict-uri-encode@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" - integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= + integrity sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ== strict-uri-encode@^2.0.0: version "2.0.0" @@ -22216,7 +22110,7 @@ string-similarity@^4.0.4: string-width@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= + integrity sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw== dependencies: code-point-at "^1.0.0" is-fullwidth-code-point "^1.0.0" @@ -22249,9 +22143,9 @@ string-width@^3.0.0, string-width@^3.1.0: strip-ansi "^5.1.0" string-width@^5.0.0, string-width@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.0.tgz#5ab00980cfb29f43e736b113a120a73a0fb569d3" - integrity sha512-7x54QnN21P+XL/v8SuNKvfgsUre6PXpN7mc77N3HlZv+f1SBRGmjxtOud2Z6FZ8DmdkD/IdjCaf9XXbnqmTZGQ== + version "5.1.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== dependencies: eastasianwidth "^0.2.0" emoji-regex "^9.2.2" @@ -22271,14 +22165,6 @@ string.prototype.matchall@^4.0.7: regexp.prototype.flags "^1.4.1" side-channel "^1.0.4" -string.prototype.trimend@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" - integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - string.prototype.trimend@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0" @@ -22288,14 +22174,6 @@ string.prototype.trimend@^1.0.5: define-properties "^1.1.4" es-abstract "^1.19.5" -string.prototype.trimstart@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" - integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - string.prototype.trimstart@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef" @@ -22329,9 +22207,9 @@ stringify-entities@^3.0.1, stringify-entities@^3.1.0: xtend "^4.0.0" stringify-entities@^4.0.0, stringify-entities@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-4.0.2.tgz#13d113dc7449dc8ae4cb22c28883ee3fff8753e3" - integrity sha512-MTxTVcEkorNtBbNpoFJPEh0kKdM6+QbMjLbaxmvaPMmayOXdr/AIVIIJX7FReUVweRBFJfZepK4A4AKgwuFpMQ== + version "4.0.3" + resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-4.0.3.tgz#cfabd7039d22ad30f3cc435b0ca2c1574fc88ef8" + integrity sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g== dependencies: character-entities-html4 "^2.0.0" character-entities-legacy "^3.0.0" @@ -22344,21 +22222,21 @@ strip-ansi-control-characters@^2.0.0: strip-ansi@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.3.0.tgz#25f48ea22ca79187f3174a4db8759347bb126220" - integrity sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA= + integrity sha512-DerhZL7j6i6/nEnVG0qViKXI0OKouvvpsAiaj7c+LfqZZZxdwZtv8+UiA/w4VUJpT8UzX0pR1dcHOii1GbmruQ== dependencies: ansi-regex "^0.2.1" strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + integrity sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg== dependencies: ansi-regex "^2.0.0" strip-ansi@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= + integrity sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow== dependencies: ansi-regex "^3.0.0" @@ -22386,7 +22264,7 @@ strip-ansi@^7.0.0, strip-ansi@^7.0.1: strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" - integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= + integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA== strip-bom@^4.0.0: version "4.0.0" @@ -22403,7 +22281,7 @@ strip-dirs@^2.0.0: strip-eof@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= + integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q== strip-final-newline@^2.0.0: version "2.0.0" @@ -22430,7 +22308,7 @@ strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1. strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= + integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== strip-outer@^1.0.0: version "1.0.1" @@ -22451,7 +22329,7 @@ strong-log-transformer@^2.1.0: stubs@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/stubs/-/stubs-3.0.0.tgz#e8d2ba1fa9c90570303c030b6900f7d5f89abe5b" - integrity sha1-6NK6H6nJBXAwPAMLaQD31fiavls= + integrity sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw== style-loader@^0.23.1: version "0.23.1" @@ -22469,13 +22347,13 @@ style-to-object@^0.3.0: inline-style-parser "0.1.1" styled-components@^5.2.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.3.tgz#312a3d9a549f4708f0fb0edc829eb34bde032743" - integrity sha512-++4iHwBM7ZN+x6DtPPWkCI4vdtwumQ+inA/DdAsqYd4SVgUKJie5vXyzotA00ttcFdQkCng7zc6grwlfIfw+lw== + version "5.3.5" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.5.tgz#a750a398d01f1ca73af16a241dec3da6deae5ec4" + integrity sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/traverse" "^7.4.5" - "@emotion/is-prop-valid" "^0.8.8" + "@emotion/is-prop-valid" "^1.1.0" "@emotion/stylis" "^0.8.4" "@emotion/unitless" "^0.7.4" babel-plugin-styled-components ">= 1.12.0" @@ -22530,12 +22408,12 @@ supports-color@8.1.1: supports-color@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-0.2.0.tgz#d92de2694eb3f67323973d7ae3d8b55b4c22190a" - integrity sha1-2S3iaU6z9nMjlz1649i1W0wiGQo= + integrity sha512-tdCZ28MnM7k7cJDJc7Eq80A9CsRFAAOZUy41npOZCs++qSjfIy7o5Rh46CBk+Dk5FbKJ33X3Tqg4YrV07N5RaA== supports-color@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= + integrity sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g== supports-color@^5.3.0, supports-color@^5.5.0: version "5.5.0" @@ -22559,9 +22437,9 @@ supports-color@^7.0.0, supports-color@^7.1.0: has-flag "^4.0.0" supports-color@^9.0.0: - version "9.2.1" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.2.1.tgz#599dc9d45acf74c6176e0d880bab1d7d718fe891" - integrity sha512-Obv7ycoCTG51N7y175StI9BlAXrmgZrFhZOb0/PyjHBher/NmsdBgbbQ1Inhq+gIhz6+7Gb+jWF2Vqi7Mf1xnQ== + version "9.2.2" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.2.2.tgz#502acaf82f2b7ee78eb7c83dcac0f89694e5a7bb" + integrity sha512-XC6g/Kgux+rJXmwokjm9ECpD6k/smUoS5LKlUCcsYr4IY3rW0XyAympon2RmxGrlnZURMpg5T18gWDP9CsHXFA== supports-hyperlinks@^2.0.0: version "2.2.0" @@ -22684,19 +22562,6 @@ tar@6.1.9: mkdirp "^1.0.3" yallist "^4.0.0" -tar@^4: - version "4.4.19" - resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.19.tgz#2e4d7263df26f2b914dee10c825ab132123742f3" - integrity sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA== - dependencies: - chownr "^1.1.4" - fs-minipass "^1.2.7" - minipass "^2.9.0" - minizlib "^1.3.3" - mkdirp "^0.5.5" - safe-buffer "^5.2.1" - yallist "^3.1.1" - tar@^6.0.2, tar@^6.1.0, tar@^6.1.11, tar@^6.1.2: version "6.1.11" resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" @@ -22723,7 +22588,7 @@ teeny-request@7.1.1: temp-dir@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" - integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0= + integrity sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ== temp-dir@^2.0.0: version "2.0.0" @@ -22744,7 +22609,7 @@ tempy@^1.0.0: term-size@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" - integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= + integrity sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ== dependencies: execa "^0.7.0" @@ -22807,12 +22672,12 @@ text-hex@1.0.x: text-table@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" - integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= + integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== thenify-all@^1.0.0: version "1.6.0" resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" - integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= + integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== dependencies: thenify ">= 3.1.0 < 4" @@ -22839,7 +22704,7 @@ through2-filter@^3.0.0: through2-map@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/through2-map/-/through2-map-3.0.0.tgz#a6c3026ce63b4898a997d540506b66ffd970f271" - integrity sha1-psMCbOY7SJipl9VAUGtm/9lw8nE= + integrity sha512-Ms68QPbSJKjRYY7fmqZHB0VGt+vD0/tjmDHUWgxltjifCof6hZWWeQAEi27Wjbs7jyNlIIyerQw/TVj7gHkd/Q== dependencies: through2 "~2.0.0" xtend "^4.0.0" @@ -22862,7 +22727,7 @@ through2@^4.0.0: through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6, through@^2.3.8, through@~2.3.6: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= + integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== thunky@^1.0.2: version "1.1.0" @@ -22872,12 +22737,12 @@ thunky@^1.0.2: time-zone@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/time-zone/-/time-zone-1.0.0.tgz#99c5bf55958966af6d06d83bdf3800dc82faec5d" - integrity sha1-mcW/VZWJZq9tBtg73zgA3IL67F0= + integrity sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA== timed-out@^4.0.0, timed-out@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" - integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= + integrity sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA== timers-browserify@^2.0.4: version "2.0.12" @@ -22925,7 +22790,7 @@ tmp@^0.2.0, tmp@^0.2.1: to-arraybuffer@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" - integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= + integrity sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA== to-buffer@^1.1.1: version "1.1.1" @@ -22935,12 +22800,12 @@ to-buffer@^1.1.1: to-fast-properties@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= + integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== to-object-path@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + integrity sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg== dependencies: kind-of "^3.0.2" @@ -22957,7 +22822,7 @@ to-readable-stream@^2.0.0, to-readable-stream@^2.1.0: to-regex-range@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + integrity sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg== dependencies: is-number "^3.0.0" repeat-string "^1.6.1" @@ -22990,7 +22855,7 @@ to-vfile@^7.0.0, to-vfile@^7.2.2: toggle-selection@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32" - integrity sha1-bkWxJj8gF/oKzH2J14sVuL932jI= + integrity sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ== toidentifier@1.0.1: version "1.0.1" @@ -23010,17 +22875,17 @@ tomlify-j0.4@^3.0.0: toposort-class@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/toposort-class/-/toposort-class-1.0.1.tgz#7ffd1f78c8be28c3ba45cd4e1a3f5ee193bd9988" - integrity sha1-f/0feMi+KMO6Rc1OGj9e4ZO9mYg= + integrity sha512-OsLcGGbYF3rMjPUf8oKktyvCiUxSbqMMS39m33MAjLTC1DVIH6x3WSt63/M77ihI09+Sdfk1AXvfhCEeUmC7mg== toposort@^1.0.0: version "1.0.7" resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" - integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk= + integrity sha512-FclLrw8b9bMWf4QlCJuHBEVhSRsqDj6u3nIjAzPeJvgl//1hBlffdlk0MALceL14+koWEdU4ofRAXofbODxQzg== toposort@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330" - integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA= + integrity sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg== touch@^3.1.0: version "3.1.0" @@ -23054,13 +22919,18 @@ tr46@^3.0.0: tr46@~0.0.3: version "0.0.3" resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" - integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== treeverse@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-2.0.0.tgz#036dcef04bc3fd79a9b79a68d4da03e882d8a9ca" integrity sha512-N5gJCkLu1aXccpOTtqV6ddSEi6ZmGkh3hjmbu1IjcavJK4qyOVQmi0myQKM7z5jVGmD68SJoliaVrMmVObhj6A== +trim-lines@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-3.0.1.tgz#d802e332a07df861c48802c04321017b1bd87338" + integrity sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg== + trim-newlines@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" @@ -23069,11 +22939,11 @@ trim-newlines@^3.0.0: trim-repeated@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21" - integrity sha1-42RqLqTokTEr9+rObPsFOAvAHCE= + integrity sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg== dependencies: escape-string-regexp "^1.0.2" -triple-beam@^1.2.0, triple-beam@^1.3.0: +triple-beam@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9" integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw== @@ -23084,9 +22954,9 @@ trough@^1.0.0: integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== trough@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/trough/-/trough-2.0.2.tgz#94a3aa9d5ce379fc561f6244905b3f36b7458d96" - integrity sha512-FnHq5sTMxC0sk957wHDzRnemFnNBvt/gSY99HzK8F7UP5WAbvP70yX5bd7CjEQkN+TjdxwI7g7lJ6podqrG2/w== + version "2.1.0" + resolved "https://registry.yarnpkg.com/trough/-/trough-2.1.0.tgz#0f7b511a4fde65a46f18477ab38849b22c554876" + integrity sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g== "true-case-path@^1.0.2": version "1.0.3" @@ -23095,10 +22965,10 @@ trough@^2.0.0: dependencies: glob "^7.1.2" -ts-node@^10.6.0, ts-node@^10.8.0: - version "10.8.1" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066" - integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g== +ts-node@^10.6.0, ts-node@^10.8.1: + version "10.9.1" + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b" + integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw== dependencies: "@cspotcode/source-map-support" "^0.8.0" "@tsconfig/node10" "^1.0.7" @@ -23129,7 +22999,7 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.1, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.0: +tslib@^2.0.1, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== @@ -23149,19 +23019,19 @@ tsutils@^3.21.0: tty-browserify@0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" - integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= + integrity sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw== tunnel-agent@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= + integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== dependencies: safe-buffer "^5.0.1" tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5" resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= + integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA== type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" @@ -23173,14 +23043,14 @@ type-check@^0.4.0, type-check@~0.4.0: type-check@~0.3.2: version "0.3.2" resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= + integrity sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg== dependencies: prelude-ls "~1.1.2" type-component@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/type-component/-/type-component-0.0.1.tgz#952a6c81c21efd24d13d811d0c8498cb860e1956" - integrity sha1-lSpsgcIe/STRPYEdDISYy4YOGVY= + integrity sha512-mDZRBQS2yZkwRQKfjJvQ8UIYJeBNNWCq+HBNstl9N5s9jZ4dkVYXEGkVPsSCEh5Ld4JM1kmrZTzjnrqSAIQ7dw== type-detect@^4.0.0, type-detect@^4.0.5: version "4.0.8" @@ -23242,10 +23112,10 @@ type-fest@^1.0.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1" integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA== -type-fest@^2.0.0, type-fest@^2.10.0, type-fest@^2.5.0: - version "2.11.2" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.11.2.tgz#5534a919858bc517492cd3a53a673835a76d2e71" - integrity sha512-reW2Y2Mpn0QNA/5fvtm5doROLwDPu2zOm5RtY7xQQS05Q7xgC8MOZ3yPNaP9m/s/sNjjFQtHo7VCNqYW2iI+Ig== +type-fest@^2.0.0, type-fest@^2.11.2, type-fest@^2.5.0: + version "2.17.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.17.0.tgz#c677030ce61e5be0c90c077d52571eb73c506ea9" + integrity sha512-U+g3/JVXnOki1kLSc+xZGPRll3Ah9u2VIG6Sn9iH9YX6UkPERmt6O/0fIyTgsd2/whV0+gAaHAg8fz6sG1QzMA== type-is@^1.6.14, type-is@^1.6.16, type-is@~1.6.18: version "1.6.18" @@ -23270,7 +23140,7 @@ typedarray-to-buffer@^3.1.5: typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" - integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= + integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== typescript@^4.5.4, typescript@^4.5.5, typescript@^4.6.4: version "4.7.4" @@ -23301,9 +23171,9 @@ uglify-js@3.4.x: source-map "~0.6.1" uglify-js@^3.1.4: - version "3.15.0" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.15.0.tgz#2d6a689d94783cab43975721977a13c2afec28f1" - integrity sha512-x+xdeDWq7FiORDvyIJ0q/waWd4PhjBNOm5dQUOq2AKC0IEjxOS66Ha9tctiVDGcRQuh69K7fgU5oRuTK4cysSg== + version "3.16.2" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.16.2.tgz#0481e1dbeed343ad1c2ddf3c6d42e89b7a6d4def" + integrity sha512-AaQNokTNgExWrkEYA24BTNMSjyqEXPSfhqoS0AxmHkCJ4U+Dyy5AvbGV/sqxuxficEfGGoX3zWw9R7QpLFfEsg== uid-safe@2.1.5: version "2.1.5" @@ -23312,16 +23182,6 @@ uid-safe@2.1.5: dependencies: random-bytes "~1.0.0" -unbox-primitive@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" - integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== - dependencies: - function-bind "^1.1.1" - has-bigints "^1.0.1" - has-symbols "^1.0.2" - which-boxed-primitive "^1.0.2" - unbox-primitive@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e" @@ -23346,9 +23206,9 @@ undefsafe@^2.0.2, undefsafe@^2.0.5: integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA== underscore@^1.5.0: - version "1.13.2" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.2.tgz#276cea1e8b9722a8dbed0100a407dda572125881" - integrity sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g== + version "1.13.4" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.4.tgz#7886b46bbdf07f768e0052f1828e1dcab40c0dee" + integrity sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ== unherit@^3.0.0: version "3.0.0" @@ -23444,9 +23304,9 @@ unified-message-control@^4.0.0: vfile-message "^3.0.0" unified@^10.0.0, unified@^10.1.0: - version "10.1.1" - resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.1.tgz#345e349e3ab353ab612878338eb9d57b4dea1d46" - integrity sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w== + version "10.1.2" + resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.2.tgz#b1d64e55dafe1f0b98bb6c719881103ecf6c86df" + integrity sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q== dependencies: "@types/unist" "^2.0.0" bail "^2.0.0" @@ -23495,7 +23355,7 @@ unique-slug@^2.0.0: unique-string@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" - integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= + integrity sha512-ODgiYu03y5g76A1I9Gt0/chLCzQjvzDy7DsZGsLOE/1MrF6wriEskSncj1+/C58Xk/kPZDppSctDybCwOSaGAg== dependencies: crypto-random-string "^1.0.0" @@ -23578,9 +23438,11 @@ unist-util-position@^3.0.0, unist-util-position@^3.1.0: integrity sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA== unist-util-position@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-4.0.1.tgz#f8484b2da19a897a0180556d160c28633070dbb9" - integrity sha512-mgy/zI9fQ2HlbOtTdr2w9lhVaiFUHWQnZrFF2EUoVOqtAUdzqMtNiD99qA5a1IcjWVR8O6aVYE9u7Z2z1v0SQA== + version "4.0.3" + resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-4.0.3.tgz#5290547b014f6222dff95c48d5c3c13a88fadd07" + integrity sha512-p/5EMGIa1qwbXjA+QgcBXaPWjSnZfQ2Sc3yBEEfgPwsEmJd8Qh+DSk3LGnmOM4S1bY2C0AjmMnB8RuEYxpPwXQ== + dependencies: + "@types/unist" "^2.0.0" unist-util-remove-position@^3.0.0: version "3.0.0" @@ -23612,9 +23474,9 @@ unist-util-stringify-position@^2.0.0: "@types/unist" "^2.0.2" unist-util-stringify-position@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.0.tgz#d517d2883d74d0daa0b565adc3d10a02b4a8cde9" - integrity sha512-SdfAl8fsDclywZpfMDTVDxA2V7LjtRDTOFd44wUJamgl6OlVngsqWjxvermMYf60elWHbxhuRCZml7AnuXCaSA== + version "3.0.2" + resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz#5c6aa07c90b1deffd9153be170dce628a869a447" + integrity sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg== dependencies: "@types/unist" "^2.0.0" @@ -23701,7 +23563,7 @@ universalify@^2.0.0: unixify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unixify/-/unixify-1.0.0.tgz#3a641c8c2ffbce4da683a5c70f03a462940c2090" - integrity sha1-OmQcjC/7zk2mg6XHDwOkYpQMIJA= + integrity sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg== dependencies: normalize-path "^2.1.1" @@ -23716,12 +23578,12 @@ unload@2.2.0: unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== unset-value@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + integrity sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ== dependencies: has-value "^0.3.1" isobject "^3.0.0" @@ -23734,7 +23596,7 @@ untildify@^3.0.3: unzip-response@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" - integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= + integrity sha512-N0XH6lqDtFH84JxptQoZYmloF4nzrQqqrAymNj+/gW60AO2AZgOcf4O/nUXJcYfyQkqvMo9lSupBZmmgvuVXlw== upath@^1.1.1: version "1.2.0" @@ -23746,6 +23608,14 @@ upath@^2.0.1: resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b" integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w== +update-browserslist-db@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz#be06a5eedd62f107b7c19eb5bcefb194411abf38" + integrity sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q== + dependencies: + escalade "^3.1.1" + picocolors "^1.0.0" + update-notifier@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6" @@ -23785,7 +23655,7 @@ update-notifier@^5.0.0: upper-case@^1.1.1: version "1.1.3" resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" - integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= + integrity sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA== uri-js@^4.2.2: version "4.4.1" @@ -23802,7 +23672,7 @@ urijs@^1.19.0: urix@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + integrity sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg== url-loader@^1.1.2: version "1.1.2" @@ -23816,18 +23686,18 @@ url-loader@^1.1.2: url-parse-lax@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" - integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= + integrity sha512-BVA4lR5PIviy2PMseNd2jbFQ+jwSwQGdJejf5ctd1rEXt0Ypd7yanUK9+lYechVlN5VaTJGsu2U/3MDDu6KgBA== dependencies: prepend-http "^1.0.1" url-parse-lax@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" - integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= + integrity sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ== dependencies: prepend-http "^2.0.0" -url-parse@^1.4.3, url-parse@^1.5.3: +url-parse@^1.5.10: version "1.5.10" resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== @@ -23838,12 +23708,12 @@ url-parse@^1.4.3, url-parse@^1.5.3: url-to-options@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9" - integrity sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k= + integrity sha512-0kQLIzG4fdk/G5NONku64rSH/x32NOA39LVQqlK8Le6lvTF6GGRJpqaQFGgU+CLwySIqBSMdwYM0sYcW9f6P4A== url@^0.11.0: version "0.11.0" resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" - integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= + integrity sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ== dependencies: punycode "1.3.2" querystring "0.2.0" @@ -23868,7 +23738,7 @@ use@^3.1.0: util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== util.promisify@1.0.0: version "1.0.0" @@ -23881,7 +23751,7 @@ util.promisify@1.0.0: util@0.10.3: version "0.10.3" resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" - integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= + integrity sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ== dependencies: inherits "2.0.1" @@ -23895,14 +23765,14 @@ util@^0.11.0: utila@~0.4: version "0.4.0" resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" - integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= + integrity sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA== utils-merge@1.0.1, utils-merge@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== -uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2, uuid@^3.3.3: +uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== @@ -23918,9 +23788,9 @@ uuid@^8.0.0, uuid@^8.3.1, uuid@^8.3.2: integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== uvu@^0.5.0: - version "0.5.3" - resolved "https://registry.yarnpkg.com/uvu/-/uvu-0.5.3.tgz#3d83c5bc1230f153451877bfc7f4aea2392219ae" - integrity sha512-brFwqA3FXzilmtnIyJ+CxdkInkY/i4ErvP7uV0DnUVxQcQ55reuHphorpF+tZoVHK2MniZ/VJzI7zJQoc9T9Yw== + version "0.5.6" + resolved "https://registry.yarnpkg.com/uvu/-/uvu-0.5.6.tgz#2754ca20bcb0bb59b64e9985e84d2e81058502df" + integrity sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA== dependencies: dequal "^2.0.0" diff "^5.0.0" @@ -23948,7 +23818,7 @@ validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4: validate-npm-package-name@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz#5fa912d81eb7d0c74afc140de7317f0ca7df437e" - integrity sha1-X6kS2B630MdK/BQN5zF/DKffQ34= + integrity sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw== dependencies: builtins "^1.0.3" @@ -23972,12 +23842,12 @@ value-equal@^1.0.1: vary@^1, vary@^1.1.2, vary@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== verror@1.10.0: version "1.10.0" resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= + integrity sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw== dependencies: assert-plus "^1.0.0" core-util-is "1.0.2" @@ -24009,17 +23879,17 @@ vfile-message@^2.0.0: unist-util-stringify-position "^2.0.0" vfile-message@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.1.0.tgz#5437035aa43185ff4b9210d32fada6c640e59143" - integrity sha512-4QJbBk+DkPEhBXq3f260xSaWtjE4gPKOfulzfMFF8ZNwaPZieWsg3iVlcmF04+eebzpcpeXOOFMfrYzJHVYg+g== + version "3.1.2" + resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.1.2.tgz#a2908f64d9e557315ec9d7ea3a910f658ac05f7d" + integrity sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA== dependencies: "@types/unist" "^2.0.0" unist-util-stringify-position "^3.0.0" vfile-reporter@^7.0.0: - version "7.0.3" - resolved "https://registry.yarnpkg.com/vfile-reporter/-/vfile-reporter-7.0.3.tgz#faa72f6d2d56841b352480c827b53f8417cb1b33" - integrity sha512-q+ruTWxFHbow359TDqoNJn5THdwRDeV+XUOtzdT/OESgaGw05CjL68ImlbzRzqS5xL62Y1IaIWb8x+RbaNjayA== + version "7.0.4" + resolved "https://registry.yarnpkg.com/vfile-reporter/-/vfile-reporter-7.0.4.tgz#f5a91c7420c7b2d6bed6f64719069545d47a22cd" + integrity sha512-4cWalUnLrEnbeUQ+hARG5YZtaHieVK3Jp4iG5HslttkVl+MHunSGNAIrODOTLbtjWsNZJRMCkL66AhvZAYuJ9A== dependencies: "@types/supports-color" "^8.0.0" string-width "^5.0.0" @@ -24053,9 +23923,9 @@ vfile@^4.0.0: vfile-message "^2.0.0" vfile@^5.0.0, vfile@^5.1.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.0.tgz#4990c78cb3157005590ee8c930b71cd7fa6a006e" - integrity sha512-Tj44nY/48OQvarrE4FAjUfrv7GZOYzPbl5OD65HxVKwLJKMPU7zmfV8cCgCnzKWnSfYG2f3pxu+ALqs7j22xQQ== + version "5.3.4" + resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.4.tgz#bbb8c96b956693bbf70b2c67fdb5781dff769b93" + integrity sha512-KI+7cnst03KbEyN1+JE504zF5bJBZa+J+CrevLeyIMq0aPU681I2rQ5p4PlnQ6exFtWiUrg26QUdFMnAKR6PIw== dependencies: "@types/unist" "^2.0.0" is-buffer "^2.0.0" @@ -24086,7 +23956,7 @@ vm-browserify@^1.0.1: void-elements@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09" - integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= + integrity sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w== wait-port@^0.3.0: version "0.3.0" @@ -24137,7 +24007,7 @@ wbuf@^1.1.0, wbuf@^1.7.3: wcwidth@^1.0.0, wcwidth@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= + integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== dependencies: defaults "^1.0.3" @@ -24147,14 +24017,14 @@ web-namespaces@^2.0.0: integrity sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ== web-streams-polyfill@^3.0.3: - version "3.2.0" - resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz#a6b74026b38e4885869fb5c589e90b95ccfc7965" - integrity sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA== + version "3.2.1" + resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6" + integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q== webidl-conversions@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" - integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== webidl-conversions@^6.1.0: version "6.1.0" @@ -24332,7 +24202,7 @@ whatwg-url@^11.0.0: whatwg-url@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" - integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== dependencies: tr46 "~0.0.3" webidl-conversions "^3.0.0" @@ -24360,7 +24230,7 @@ which-boxed-primitive@^1.0.2: which-module@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= + integrity sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q== which@2.0.2, which@^2.0.1, which@^2.0.2: version "2.0.2" @@ -24411,30 +24281,30 @@ windows-release@^5.0.1: dependencies: execa "^5.1.1" -winston-transport@^4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.4.2.tgz#554efe3fce229d046df006e0e3c411d240652e51" - integrity sha512-9jmhltAr5ygt5usgUTQbEiw/7RYXpyUbEAFRCSicIacpUzPkrnQsQZSPGEI12aLK9Jth4zNcYJx3Cvznwrl8pw== +winston-transport@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.5.0.tgz#6e7b0dd04d393171ed5e4e4905db265f7ab384fa" + integrity sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q== dependencies: logform "^2.3.2" - readable-stream "^3.4.0" - triple-beam "^1.2.0" + readable-stream "^3.6.0" + triple-beam "^1.3.0" -winston@^3.2.1, winston@^3.3.3: - version "3.5.1" - resolved "https://registry.yarnpkg.com/winston/-/winston-3.5.1.tgz#b25cc899d015836dbf8c583dec8c4c4483a0da2e" - integrity sha512-tbRtVy+vsSSCLcZq/8nXZaOie/S2tPXPFt4be/Q3vI/WtYwm7rrwidxVw2GRa38FIXcJ1kUM6MOZ9Jmnk3F3UA== +winston@^3.2.1, winston@^3.6.0: + version "3.8.1" + resolved "https://registry.yarnpkg.com/winston/-/winston-3.8.1.tgz#76f15b3478cde170b780234e0c4cf805c5a7fb57" + integrity sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w== dependencies: "@dabh/diagnostics" "^2.0.2" async "^3.2.3" is-stream "^2.0.0" - logform "^2.3.2" + logform "^2.4.0" one-time "^1.0.0" readable-stream "^3.4.0" safe-stable-stringify "^2.3.1" stack-trace "0.0.x" triple-beam "^1.3.0" - winston-transport "^4.4.2" + winston-transport "^4.5.0" wkx@^0.4.8: version "0.4.8" @@ -24451,7 +24321,7 @@ word-wrap@^1.2.3, word-wrap@~1.2.3: wordwrap@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" - integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= + integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== worker-farm@^1.7.0: version "1.7.0" @@ -24473,7 +24343,7 @@ workerpool@6.2.1: wrap-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba" - integrity sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo= + integrity sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ== dependencies: string-width "^2.1.1" strip-ansi "^4.0.0" @@ -24517,7 +24387,7 @@ wrap-ansi@^8.0.1: wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== write-file-atomic@^2.0.0, write-file-atomic@^2.4.2: version "2.4.3" @@ -24589,7 +24459,7 @@ ws@^6.2.1: xdg-basedir@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" - integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= + integrity sha512-1Dly4xqlulvPD3fZUQJLY+FUIeqN3N2MM3uqe4rCJftAvOjFa3jFGfctOgluGx4ahPbUCsZkmJILiP0Vi4T6lQ== xdg-basedir@^4.0.0: version "4.0.0" @@ -24626,9 +24496,9 @@ yallist@4.0.0, yallist@^4.0.0: yallist@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A== -yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1: +yallist@^3.0.2: version "3.1.1" resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== @@ -24642,15 +24512,15 @@ yaml-loader@^0.8.0: loader-utils "^2.0.0" yaml "^2.0.0" -yaml@^1.10.0, yaml@^1.10.2: +yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: version "1.10.2" resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== yaml@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.1.tgz#71886d6021f3da28169dbefde78d4dd0f8d83650" - integrity sha512-1NpAYQ3wjzIlMs0mgdBmYzLkFgWBIWrzYVDYfrixhoFNNgJ444/jT2kUT2sicRbJES3oQYRZugjB6Ro8SjKeFg== + version "2.1.1" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.1.1.tgz#1e06fb4ca46e60d9da07e4f786ea370ed3c3cfec" + integrity sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw== yargs-parser@20.2.4: version "20.2.4" @@ -24679,9 +24549,9 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.3: integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== yargs-parser@^21.0.0: - version "21.0.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.0.tgz#a485d3966be4317426dd56bdb6a30131b281dc55" - integrity sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA== + version "21.0.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35" + integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg== yargs-unparser@2.0.0: version "2.0.0" @@ -24755,15 +24625,15 @@ yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1, yargs@^17.5.1: yauzl@^2.10.0, yauzl@^2.4.2: version "2.10.0" resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" - integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk= + integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g== dependencies: buffer-crc32 "~0.2.3" fd-slicer "~1.1.0" ylru@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ylru/-/ylru-1.2.1.tgz#f576b63341547989c1de7ba288760923b27fe84f" - integrity sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ== + version "1.3.2" + resolved "https://registry.yarnpkg.com/ylru/-/ylru-1.3.2.tgz#0de48017473275a4cbdfc83a1eaf67c01af8a785" + integrity sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA== yn@3.1.1: version "3.1.1" From 7d91624b97d6ccd8fd48e0f5816505a83e9c7637 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 23 Jul 2022 12:40:45 +0200 Subject: [PATCH 1626/1675] chore(i18n): Updated after prebuild --- packages/i18n/src/next/es/workbench.mjs | 2 +- packages/i18n/src/next/uk/account.mjs | 67 ++++ packages/i18n/src/next/uk/app.mjs | 351 +++++++++++++++++++++ packages/i18n/src/next/uk/cfp.mjs | 40 +++ packages/i18n/src/next/uk/common.mjs | 20 ++ packages/i18n/src/next/uk/cty.mjs | 27 ++ packages/i18n/src/next/uk/docs.mjs | 10 + packages/i18n/src/next/uk/email.mjs | 41 +++ packages/i18n/src/next/uk/errors.mjs | 18 ++ packages/i18n/src/next/uk/filter.mjs | 7 + packages/i18n/src/next/uk/gdpr.mjs | 46 +++ packages/i18n/src/next/uk/homepage.mjs | 9 + packages/i18n/src/next/uk/i18n.mjs | 13 + packages/i18n/src/next/uk/index.mjs | 153 +++++++++ packages/i18n/src/next/uk/intro.mjs | 19 ++ packages/i18n/src/next/uk/jargon.mjs | 36 +++ packages/i18n/src/next/uk/lab.mjs | 13 + packages/i18n/src/next/uk/measurements.mjs | 46 +++ packages/i18n/src/next/uk/o_aaron.mjs | 24 ++ packages/i18n/src/next/uk/o_albert.mjs | 20 ++ packages/i18n/src/next/uk/o_bee.mjs | 62 ++++ packages/i18n/src/next/uk/o_bella.mjs | 46 +++ packages/i18n/src/next/uk/o_benjamin.mjs | 26 ++ packages/i18n/src/next/uk/o_bent.mjs | 12 + packages/i18n/src/next/uk/o_bob.mjs | 16 + packages/i18n/src/next/uk/o_breanna.mjs | 34 ++ packages/i18n/src/next/uk/o_brian.mjs | 76 +++++ packages/i18n/src/next/uk/o_bruce.mjs | 20 ++ packages/i18n/src/next/uk/o_carlita.mjs | 10 + packages/i18n/src/next/uk/o_carlton.mjs | 28 ++ packages/i18n/src/next/uk/o_cathrin.mjs | 24 ++ packages/i18n/src/next/uk/o_charlie.mjs | 42 +++ packages/i18n/src/next/uk/o_cornelius.mjs | 24 ++ packages/i18n/src/next/uk/o_diana.mjs | 12 + packages/i18n/src/next/uk/o_florence.mjs | 14 + packages/i18n/src/next/uk/o_florent.mjs | 10 + packages/i18n/src/next/uk/o_hi.mjs | 16 + packages/i18n/src/next/uk/o_holmes.mjs | 26 ++ packages/i18n/src/next/uk/o_hortensia.mjs | 16 + packages/i18n/src/next/uk/o_huey.mjs | 22 ++ packages/i18n/src/next/uk/o_hugo.mjs | 10 + packages/i18n/src/next/uk/o_jaeger.mjs | 82 +++++ packages/i18n/src/next/uk/o_lucy.mjs | 14 + packages/i18n/src/next/uk/o_lunetius.mjs | 14 + packages/i18n/src/next/uk/o_noble.mjs | 46 +++ packages/i18n/src/next/uk/o_paco.mjs | 18 ++ packages/i18n/src/next/uk/o_penelope.mjs | 36 +++ packages/i18n/src/next/uk/o_sandy.mjs | 24 ++ packages/i18n/src/next/uk/o_shin.mjs | 12 + packages/i18n/src/next/uk/o_simon.mjs | 82 +++++ packages/i18n/src/next/uk/o_simone.mjs | 18 ++ packages/i18n/src/next/uk/o_sven.mjs | 16 + packages/i18n/src/next/uk/o_tamiko.mjs | 14 + packages/i18n/src/next/uk/o_teagan.mjs | 20 ++ packages/i18n/src/next/uk/o_theo.mjs | 12 + packages/i18n/src/next/uk/o_tiberius.mjs | 28 ++ packages/i18n/src/next/uk/o_titan.mjs | 38 +++ packages/i18n/src/next/uk/o_trayvon.mjs | 12 + packages/i18n/src/next/uk/o_unice.mjs | 16 + packages/i18n/src/next/uk/o_ursula.mjs | 28 ++ packages/i18n/src/next/uk/o_wahid.mjs | 36 +++ packages/i18n/src/next/uk/o_walburga.mjs | 20 ++ packages/i18n/src/next/uk/o_waralee.mjs | 36 +++ packages/i18n/src/next/uk/ograph.mjs | 12 + packages/i18n/src/next/uk/optiongroups.mjs | 32 ++ packages/i18n/src/next/uk/parts.mjs | 65 ++++ packages/i18n/src/next/uk/patrons.mjs | 12 + packages/i18n/src/next/uk/patterns.mjs | 100 ++++++ packages/i18n/src/next/uk/plugin.mjs | 58 ++++ packages/i18n/src/next/uk/posts.mjs | 10 + packages/i18n/src/next/uk/settings.mjs | 34 ++ packages/i18n/src/next/uk/themes.mjs | 13 + packages/i18n/src/next/uk/welcome.mjs | 17 + packages/i18n/src/next/uk/workbench.mjs | 15 + 74 files changed, 2497 insertions(+), 1 deletion(-) create mode 100644 packages/i18n/src/next/uk/account.mjs create mode 100644 packages/i18n/src/next/uk/app.mjs create mode 100644 packages/i18n/src/next/uk/cfp.mjs create mode 100644 packages/i18n/src/next/uk/common.mjs create mode 100644 packages/i18n/src/next/uk/cty.mjs create mode 100644 packages/i18n/src/next/uk/docs.mjs create mode 100644 packages/i18n/src/next/uk/email.mjs create mode 100644 packages/i18n/src/next/uk/errors.mjs create mode 100644 packages/i18n/src/next/uk/filter.mjs create mode 100644 packages/i18n/src/next/uk/gdpr.mjs create mode 100644 packages/i18n/src/next/uk/homepage.mjs create mode 100644 packages/i18n/src/next/uk/i18n.mjs create mode 100644 packages/i18n/src/next/uk/index.mjs create mode 100644 packages/i18n/src/next/uk/intro.mjs create mode 100644 packages/i18n/src/next/uk/jargon.mjs create mode 100644 packages/i18n/src/next/uk/lab.mjs create mode 100644 packages/i18n/src/next/uk/measurements.mjs create mode 100644 packages/i18n/src/next/uk/o_aaron.mjs create mode 100644 packages/i18n/src/next/uk/o_albert.mjs create mode 100644 packages/i18n/src/next/uk/o_bee.mjs create mode 100644 packages/i18n/src/next/uk/o_bella.mjs create mode 100644 packages/i18n/src/next/uk/o_benjamin.mjs create mode 100644 packages/i18n/src/next/uk/o_bent.mjs create mode 100644 packages/i18n/src/next/uk/o_bob.mjs create mode 100644 packages/i18n/src/next/uk/o_breanna.mjs create mode 100644 packages/i18n/src/next/uk/o_brian.mjs create mode 100644 packages/i18n/src/next/uk/o_bruce.mjs create mode 100644 packages/i18n/src/next/uk/o_carlita.mjs create mode 100644 packages/i18n/src/next/uk/o_carlton.mjs create mode 100644 packages/i18n/src/next/uk/o_cathrin.mjs create mode 100644 packages/i18n/src/next/uk/o_charlie.mjs create mode 100644 packages/i18n/src/next/uk/o_cornelius.mjs create mode 100644 packages/i18n/src/next/uk/o_diana.mjs create mode 100644 packages/i18n/src/next/uk/o_florence.mjs create mode 100644 packages/i18n/src/next/uk/o_florent.mjs create mode 100644 packages/i18n/src/next/uk/o_hi.mjs create mode 100644 packages/i18n/src/next/uk/o_holmes.mjs create mode 100644 packages/i18n/src/next/uk/o_hortensia.mjs create mode 100644 packages/i18n/src/next/uk/o_huey.mjs create mode 100644 packages/i18n/src/next/uk/o_hugo.mjs create mode 100644 packages/i18n/src/next/uk/o_jaeger.mjs create mode 100644 packages/i18n/src/next/uk/o_lucy.mjs create mode 100644 packages/i18n/src/next/uk/o_lunetius.mjs create mode 100644 packages/i18n/src/next/uk/o_noble.mjs create mode 100644 packages/i18n/src/next/uk/o_paco.mjs create mode 100644 packages/i18n/src/next/uk/o_penelope.mjs create mode 100644 packages/i18n/src/next/uk/o_sandy.mjs create mode 100644 packages/i18n/src/next/uk/o_shin.mjs create mode 100644 packages/i18n/src/next/uk/o_simon.mjs create mode 100644 packages/i18n/src/next/uk/o_simone.mjs create mode 100644 packages/i18n/src/next/uk/o_sven.mjs create mode 100644 packages/i18n/src/next/uk/o_tamiko.mjs create mode 100644 packages/i18n/src/next/uk/o_teagan.mjs create mode 100644 packages/i18n/src/next/uk/o_theo.mjs create mode 100644 packages/i18n/src/next/uk/o_tiberius.mjs create mode 100644 packages/i18n/src/next/uk/o_titan.mjs create mode 100644 packages/i18n/src/next/uk/o_trayvon.mjs create mode 100644 packages/i18n/src/next/uk/o_unice.mjs create mode 100644 packages/i18n/src/next/uk/o_ursula.mjs create mode 100644 packages/i18n/src/next/uk/o_wahid.mjs create mode 100644 packages/i18n/src/next/uk/o_walburga.mjs create mode 100644 packages/i18n/src/next/uk/o_waralee.mjs create mode 100644 packages/i18n/src/next/uk/ograph.mjs create mode 100644 packages/i18n/src/next/uk/optiongroups.mjs create mode 100644 packages/i18n/src/next/uk/parts.mjs create mode 100644 packages/i18n/src/next/uk/patrons.mjs create mode 100644 packages/i18n/src/next/uk/patterns.mjs create mode 100644 packages/i18n/src/next/uk/plugin.mjs create mode 100644 packages/i18n/src/next/uk/posts.mjs create mode 100644 packages/i18n/src/next/uk/settings.mjs create mode 100644 packages/i18n/src/next/uk/themes.mjs create mode 100644 packages/i18n/src/next/uk/welcome.mjs create mode 100644 packages/i18n/src/next/uk/workbench.mjs diff --git a/packages/i18n/src/next/es/workbench.mjs b/packages/i18n/src/next/es/workbench.mjs index 8c4b7ec2bcd..19b5e14f5ba 100644 --- a/packages/i18n/src/next/es/workbench.mjs +++ b/packages/i18n/src/next/es/workbench.mjs @@ -3,7 +3,7 @@ * All edits will be overwritten on the next (pre)build */ const workbench = { - "designOptions": "Design options", + "designOptions": "Opciones de diseño", "forPrinting": "For printing", "forCutting": "For cutting", "layoutThing": "Layout {thing}", diff --git a/packages/i18n/src/next/uk/account.mjs b/packages/i18n/src/next/uk/account.mjs new file mode 100644 index 00000000000..0947ff4c5fe --- /dev/null +++ b/packages/i18n/src/next/uk/account.mjs @@ -0,0 +1,67 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const account = { + "accountRemoved": "Обліковий запис видалено", + "accountRestricted": "Обліковий запис обмежено", + "avatar": "Аватар", + "avatarInfo": "Ваш аватар або фото профілю буде показано на сторінці Вашого профілю.", + "avatarTitle": "Встановіть своє зображення профілю", + "bio": "Про мене", + "bioInfo": "Це місце, де Ви можете розповісти іншим користувачам Freesewing трішки про себе. Дане поле підтримує MarkDown - це робить можливим додавання посилань. Для прикладу, Ви можете додати посилання на свій блог, щоб інші могли його відвідати.", + "bioTitle": "Напишіть коротку біографію", + "currentPassword": "Поточний пароль", + "email": "Адреса електронної пошти", + "emailInfo": "Адреса електронної пошти, прив'язана до вашого облікового запису, є важливою, оскільки вона буде використовуватися для відновлення доступу до вашого облікового запису, якщо ви забудете пароль. Через це зміна електронної адреси потребує підтвердження.", + "emailTitle": "Введіть адресу електронної пошти, яку Ви хочете прив'язати до цього облікового запису", + "exportYourData": "Експортуйте Ваші дані", + "exportYourDataInfo": "Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на мобільність даних — право отримувати та повторно використовувати свої особисті дані для власних цілей, в тому числі на різних платформах.", + "exportYourDataTitle": "Натисніть нижче, щоб завантажити персональні дані", + "github": "GitHub", + "githubInfo": "Якщо ви надасте своє ім'я користувача GitHub, сторінка вашого профілю буде містити посилання на ваш обліковий запис в GitHub. Інші відвідувачі зможуть переглянути Ваші внески в код, дати Вам зірочку або підписатися на Вас.", + "githubTitle": "Заповніть своє ім'я користувача GitHub", + "instagramInfo": "Якщо ви надасте ім'я користувача Instagram, сторінка профілю буде містити посилання на Ваш обліковий запис в Instagram. Таким чином, відвідувачі зможуть переглянути Ваші фотографії та слідкувати за Вами.", + "instagram": "Instagram", + "instagramTitle": "Заповніть своє ім'я користувача Instagram", + "languageInfo": "Даний вибір мови визначає, якою мовою ви будете отримувати електронні листи від FreeSewing. Він не визначає мову сайту, яку можна вибрати на кожній сторінці.", + "language": "Мова", + "languageTitle": "Оберіть бажану мову користування", + "newPassword": "Новий пароль", + "newsletter": "Розсилка новин", + "newsletterTitle": "Чи хочете Ви отримувати розсилку новин від FreeSewing?", + "newsletterInfo": "Раз на 3 місяці, ми надсилаємо нашу інформаційну розсилку з корисним та чесним контентом. Без відстеження, без реклами, без нісенітниць.", + "passwordInfo": "Зміна пароля вимагає Вашого поточного пароля. Заповніть його, потім введіть новий пароль.", + "password": "Пароль", + "passwordTitle": "Введіть поточний пароль та новий пароль", + "patronInfo": "Патрони фінансово підтримують FreeSewing. Вони є лояльними прихильниками, які забезпечують стійке майбутнє для freesewing.org, нашого коду, викрійок та нашої спільноти.", + "patron": "Патрон", + "removeYourAccountInfo": "Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на усунення даних — право видалити Ваші персональні дані.", + "removeYourAccount": "Видалення облікового запису", + "removeYourAccountWarning": "Ця дія вилучить Ваш обліковий запис, Ваші чернетки, Ваші моделі, та всю збережену нами інформацію про Ваш обліковий запис. Жодних шляхів назад.", + "resetPasswordInfo": "Введіть Ваш новий пароль.", + "resetPassword": "Змінити пароль", + "resetPasswordTitle": "Введіть Ваш новий пароль", + "restrictProcessingOfYourDataInfo": "Загальний регламент про захист даних ЄС (GDPR) гарантує Ваші так звані права на обмеження опрацювання - право припиняти обробку Ваших даних.", + "restrictProcessingOfYourData": "Обмежити обробку ваших даних", + "restrictProcessingWarning": "Ваші дані не будуть видалені, проте Ви вийдете зі свого облікового запису та заморозите його. Також, Ви не можете відмінити цю дію самостійно – Вам доведеться зв'язатися з нами, якщо Ви захочете відновити доступ до свого облікового запису.", + "reviewYourConsent": "Переглянути вашу згоду", + "socialInfo": "Якщо Ви надасте своє ім'я користувача GitHub, Twitter або Instagram, сторінка вашого профілю буде містити посилання на Ваші облікові записи на цих сайтах. Це дозволяє користувачам FreeSewing підписатися на Вас.
    Ми не контактуємо з жодним з цих сайтів від Вашого імені. Це тільки для того, щоб люди могли розуміти, що, наприклад, користувач @joost на FreeSewing є тією самою людиною, що і користувач @j__st в Twitter.", + "social": "Соціальні мережі", + "socialTitle": "Дозволити людям слідкувати за Вами на інших платформах", + "twitterInfo": "Якщо ви надасте своє ім'я користувача Twitter, сторінка вашого профілю буде містити посилання на Ваш обліковий запис у Twitter. Таким чином, відвідувачі можуть переглянути ваші твіти і слідкувати за Вами.", + "twitterTitle": "Заповніть своє ім'я користувача у Twitter", + "twitter": "Twitter", + "unitsInfo": "FreeSewing підтримує як метричну систему, так і імперську систему вимірювань.", + "unitsTitle": "Будь ласка, оберіть систему вимірювань, з якою Ви найбільш знайомі", + "units": "Одиниці вимірювання", + "usernameInfo": "Кожен користувач отримує випадково згенероване ім'я користувача. Це не дуже особисте, тому Ви можете змінити Ваше ім'я користувача на щось більш відповідне Вашій особистості. До прикладу, власне ім'я, або або будь-що інше.", + "usernameTitle": "Будь ласка, oберіть ім'я користувача", + "username": "Ім’я користувача", + "accountIsInactive": "Ваш обліковий запис неактивний", + "accountNeedsActivation": "Перш ніж Ви зможете увійти, потрібно активувати свій обліковий запис. Будь ласка, перевірте Вашу поштову скриньку для реєстрації і натисніть на посилання у листі.", + "reloadAccount": "Перезавантажити обліковий запис", + "reloadAccountDescription": "Це перезавантажить дані Вашого облікового запису із backend. Буквально те саме, що й вийти та знову увійти." +} + +export default account diff --git a/packages/i18n/src/next/uk/app.mjs b/packages/i18n/src/next/uk/app.mjs new file mode 100644 index 00000000000..c4feebac556 --- /dev/null +++ b/packages/i18n/src/next/uk/app.mjs @@ -0,0 +1,351 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const app = { + "100PercentCommunity": "100% спільноти", + "100PercentFree": "100% безкоштовно", + "100PercentOpenSource": "100% відкритий код", + "aboutFreesewing": "Про Freesewing", + "accessoryPatterns": "Викрійки аксесуарів", + "account": "Обліковий запис", + "accountCreated": "Обліковий запис створено", + "actions": "Дії", + "allDocumentation": "Вся документація", + "andThatIsAwesome": "І це чудово", + "applyThisLayout": "Застосувати макет", + "areYouSureYouWantToContinue": "Ви впевнені, що хочете продовжити?", + "askForHelp": "Попросити про допомогу", + "automatic": "Автоматично", + "averagePeopleDoNotExist": "Середньостатистичних людей не існує", + "awesome": "Чудово", + "back": "Назад", + "becauseThatWouldBeReallyHelpful": "Тому що це було б дуже корисно.", + "becomeAPatron": "Стати патроном", + "blockPatterns": "Викрійки-основи", + "blog": "Блог", + "browseBlogposts": "Перегляд блог-постів", + "browsePatterns": "Перегляд викрійок", + "browseShowcases": "Перегляд показів", + "butThatCouldChange": "Але це може змінитися", + "cancel": "Скасувати", + "changePerson": "Змінити людину", + "changePattern": "Змінити викрійку", + "chatOnDiscord": "Чат в Discord", + "checkInboxClickLinkInConfirmationEmail": "Тепер перевірте поштову скриньку та перейдіть за посиланням у листі, що ми надіслали вам.", + "chest": "Груди", + "chestInfo": "Молочні залози потребують додаткових замірів. Якщо людина не має молочних залоз, ці заміри будуть приховані. Це не впливає на створення викрійок.", + "chooseASize": "Обрати розмір", + "chooseAPerson": "Обрати людину", + "chooseADesign": "Обрати дизайн", + "chooseAPattern": "Обрати викрійку", + "chooseYourOptions": "Обрати Ваші налаштування", + "close": "Закрити", + "community": "Спільнота", + "configureLayout": "Налаштування макета", + "configureYourDraft": "Налаштуйте свою чернетку", + "contactUs": "Контакти", + "contentLocaleFallback": "Тому замість цього ми показуємо Вам англійську версію.", + "contents": "Зміст", + "continue": "Продовжити", + "copiedToClipboard": "Скопійовано в буфер обміну", + "copy": "Копіювати", + "couldYouTranslateThis": "Можете це перекласти?", + "countModelsLackingForPattern": "{count} Ваших людей не мають достатньо замірів для створення {pattern}", + "created": "Створено", + "custom": "Налаштувати", + "customSeamAllowance": "Налаштувати припуски на шви", + "lightMode": "Світлий режим", + "data": "Дані", + "darkMode": "Темний режим", + "default": "За замовчуванням", + "demo": "Демо", + "designOptions": "Налаштування дизайну", + "designs": "Дизайни", + "docs": "Документація", + "docsFooterMsg": "Документація ніколи не завершена. Сподіваємося, ми змогли відповісти на всі Ваші запитання, але якщо це не так - можна звернутися за допомогою.", + "docsNotFoundMsg": "Не вдалося знайти цю документацію. Це зазвичай значить, що вона ще не була написана.", + "docsNotFoundTitle": "Ця документація відсутня", + "documentationForDevelopers": "Документація для розробників", + "documentationForEditors": "Документація для коригувачів", + "documentationForTranslators": "Документація для перекладачів", + "documentationOverview": "Перегляд документації", + "dolls": "Ляльки", + "download": "Завантажити", + "draft": "Чернетка", + "draftPattern": "Створити {pattern}", + "testPattern": "Протестувати {pattern}", + "draftPatternForModel": "Створити {pattern} для {model}", + "drafts": "Чернетки", + "draftSettings": "Налаштування чернетки", + "dragAndDropImageHere": "Перетягніть зображення сюди або виберіть власноруч, тицьнувши на кнопку знизу", + "emailAddress": "Електронна адреса", + "emailWorksToo": "Якщо Ви не знаєте своє ім'я користувача, можна також використати свою електронну адресу для входу", + "enterEmailPickPassword": "Введіть свою електронну адресу та оберіть пароль", + "export": "Експортувати", + "exportTiledPDF": "Експортувати посторінковий PDF", + "faq": "Поширені запитання", + "fieldRemoved": "{field} видалено", + "fieldSaved": "{field} збережено", + "filterByPattern": "Фільтрувати за викрійками", + "filterPatterns": "Фільтрувати викрійки", + "forgotLoginInstructions": "Якщо Ви не пам'ятаєте свій пароль, напишіть знизу своє ім'я користувача чи електронну адресу та тицьніть кнопку Змінити пароль", + "freesewing": "Freesewing", + "freesewingOnGithub": "Freesewing на GitHub", + "garmentPatterns": "Викрійки одягу", + "giants": "Велетні", + "github": "GitHub", + "goAheadWeWillWait": "Продовжуйте, ми зачекаємо.", + "goodJob": "Молодець", + "goodToSeeYouAgain": "Раді бачити Вас знову, {user}", + "handle": "Handle", + "helpUsTranslate": "Допоможіть нам з перекладом", + "home": "Головна", + "howCanWeHelpYou": "Як ми можемо Вам допомогти?", + "howToTakeMeasurements": "Як робити заміри", + "i18n": "Інтернаціоналізація", + "imperialUnits": "Імперські одиниці (дюйм)", + "instagram": "Інстаграм", + "invalidTldMessage": ".{tld} is not a valid TLD", + "joinTheChatMsg": "Ми маємо спільноту в Discord, де Ви можете поспілкуватися з привітними людьми.", + "justAMoment": "Зачекайте хвилинку", + "layout": "Макет", + "logIn": "Увійти", + "loginWithProvider": "Увійти через {provider}", + "logOut": "Вийти", + "manual": "Manual", + "markdownHelp": "MarkDown help", + "measurements": "Заміри", + "menu": "Меню", + "metadata": "Метадані", + "metricUnits": "Метричні одиниці (см)", + "person": "Людина", + "people": "Люди", + "nameInfo": "Назва допомагає відрізняти речі. Ви можете обрати назву, яку душа забажає.", + "name": "Назва", + "addThing": "Додати {thing}", + "newThing": "Створити {thing}", + "newPatternForModel": "Створити {pattern} для {model}", + "noChanges": "Без змін", + "no": "Ні", + "noPasswordPolicy": "Ми не застосовуємо політику правил введення пароля", + "noSeamAllowance": "Без припусків на шви", + "notAllOfThisContentIsAvailableInLanguage": "Не весь цей контент доступний англійською мовою", + "notesInfo": "Це Ваші нотатки. Ви можете писати тут все, що забажаєте", + "notes": "Нотатки", + "ohNo": "О ні!", + "oneMoreThing": "І ще одна річ", + "optionalMeasurements": "Додаткові заміри", + "options": "Налаштування", + "orPayPerYear": "Чи оплачувати щороку", + "other": "Інше", + "otherThing": "Ще {thing}", + "ourPatrons": "Наші патрони", + "ourRevenuePledge": "Куди йде наш прибуток", + "patron-2": "Порохова мавпочка", + "patron-4": "First mate", + "patron-8": "Капітан", + "patronHelp": "Якщо Ви маєте будь-які запитання чи бажаєте внести зміни до свого статусу патрона — зв'яжіться з нами, будь ласка", + "patron": "Патрон", + "patronPitch": "Якщо Ви вважаєте, що ми робимо цінну роботу, та можете без труднощів відшкодувати кілька копійок щомісяця, будь ласка, підтримайте нашу працю", + "patronsKeepUsAfloat": "Freesewing існує завдяки фінансовій підтримці наших патронів. Вони тримають цей корабель на плаву.", + "patternInstructions": "Інструкції до викрійок", + "patternOptions": "Налаштування викрійок", + "pattern": "викрійка", + "sewingPatterns": "Викрійка для шиття", + "patterns": "Викрійки", + "pendingConfirmation": "Підтвердження очікується", + "perMonth": "Щомісячно", + "pleaseEnterAValidEmailAddress": "Будь ласка, вкажіть чинну електронну адресу", + "pleaseIncludeTheInformationBelow": "Будь ласка, додайте відомості нижче", + "preview": "Попередній перегляд", + "privacyNotice": "Можливе порушення приватності", + "proceedWithCaution": "Продовжуйте з обережністю", + "profile": "Обліковий запис", + "relatedLinks": "Споріднені посилання", + "remove": "Видалити", + "removeThing": "Видалити {thing}", + "reportThisOnGithub": "Повідомте про проблему на GitHub", + "requiredMeasurements": "Необхідні заміри", + "resendActivationEmailMessage": "Напишіть електронну адресу, за допомогою якої Ви зареєструвалися - ми надішлемо Вам нове повідомлення для підтвердження.", + "resendActivationEmail": "Повторно надіслати лист для активації", + "resetPassword": "Змінити пароль", + "reset": "Змінити", + "restoreDefaults": "Скидання налаштувань", + "restoreDesignDefaults": "Скинути налаштування дизайну", + "restorePatternDefaults": "Скинути налаштування викрійки", + "saveDraftToYourAccount": "Зберегти чернетку до облікового запису", + "save": "Зберегти", + "searchLanguageMsg": "Кожна мова має власний індекс пошуку. Оскільки не весь наш контент перекладений, Ви, скоріш за все, отримаєте більше результатів англійською.", + "searchLanguageTitle": "Не знайшли, що шукали?", + "search": "Пошук", + "selectAPartToMoveMirrorOrRotate": "Обрати частину для переміщення, віддзеркалення або обертання", + "selectImage": "Вибрати зображення", + "sendAnEmail": "Надіслати e-mail", + "settings": "Налаштування", + "sewingHelp": "Допомога з шиттям", + "sewingPatternsForNonAveragePeople": "Швейні викрійки для справжніх людей", + "share": "Поширити", + "shareFreesewing": "Поширити FreeSewing", + "showcase": "Готові проєкти", + "signUpForAFreeAccount": "Реєстрація безкоштовного облікового запису", + "signUp": "Реєстрація", + "signupWithProvider": "Реєстрація через {provider}", + "sortByField": "Сортувати за {field}", + "standardSeamAllowance": "Стандартні припуски на шви", + "startOver": "Почати знову", + "startTranslatingNowOrRead": "{startTranslatingNow}, або спочатку прочитайте {documentationForTranslators}.", + "startTranslatingNow": "Почни перекладати зараз", + "subscribe": "Підписатися", + "support": "Підтримати", + "supportFreesewing": "Підтримати freesewing", + "tellMeMore": "Хочу дізнатися більше", + "thanksForYourSupport": "Дякуємо за Вашу підтримку", + "thisContentIsNotAvailableInLanguage": "Цього контенту немає англійською", + "thisFieldSupportsMarkdown": "Це поле підтримує Markdown", + "thisPageRequiresAuthentication": "Ця сторінка потребує автентифікації", + "troubleLoggingIn": "Не вдається увійти?", + "twitter": "Twitter", + "txt-footer": "Freesewing працює завдяки спільноті учасників
    з фінансовою підтримкою наших патронів", + "txt-tier2": "Рівень з найбільш демократичною ціною. Він дешевший за філіжанку кави, але ми дуже цінуємо Вашу підтримку.", + "txt-tier4": "Підпишіться на цей рівень та ми доставимо наші смачнющі \"булочки\" до Вашого ґанку (будь-де на мапі).", + "txt-tier8": "Якщо Ви хочете не лише підтримувати нас, а й бажаєте freesewing процвітання, цей рівень для Вас. Також: додаткові \"булочки\". ;)", + "txt-tiers": "FreeSewing існує завдяки добровільній моделі підписки", + "unitsInfo": "Freesewing підтримує як метричні, так й імперські одиниці вимірювання. Просто оберіть ті, яким надаєте перевагу. (Зазвичай використовуються одиниці, зазначені в Вашому обліковому записі.)", + "updated": "Оновлено", + "update": "Оновити", + "userHasBeenWithUsSince": "{user} тут з {since}", + "users": "Користувачі", + "utilityPatterns": "Utility Patterns", + "weAreValidatingYourConfirmationCode": "Ми перевіряємо Ваш код підтвердження", + "weCouldNotValidateYourConfirmationCode": "Нам не вдалося підтвердити Ваш код", + "weEncounteredAProblem": "У нас виникла проблема", + "weEncourageYouToReportThis": "Ми будемо вдячні, якщо Ви повідомите нам про це", + "welcomeAboard": "Ласкаво просимо", + "welcome": "Вітаємо", + "weNeverShareYourEmail": "Ми ніколи не передамо Вашу електронну адресу третім обличчям", + "whatIsThis": "Що це таке?", + "withBreasts": "З молочними залозами", + "withoutBreasts": "Без молочних залоз", + "yay": "Ура!", + "yes": "\"Так\"", + "youAreAPatron": "Ви патрон", + "youAreNotAPatron": "Ви не є патроном", + "youAreNotLoggedIn": "Ви не ввійшли в свій обліковий запис", + "yourRights": "Ваші права", + "makerDocs": "Ремісницька документація", + "devDocs": "Розробницька документація", + "slogan": "Бібліотека JavaScript для створення швейних викрійок на базі замірів", + "getStarted": "Розпочати", + "apiReference": "API Reference", + "tutorial": "Урок", + "editThisPage": "Редагувати сторінку", + "loginRequiredRedirect": "Вас було перенаправлено на сторінку входу, оскільки {page} потребує автентифікації", + "various": "Різне", + "sewing": "Шиття", + "examples": "Приклади", + "by": "від", + "years": "Роки", + "pricing": "Ціни", + "createFirst": "Розпочніть зі створення нової викрійки", + "noPattern": "Ви не маєте жодних викрійок (поки що). Створіть нову викрійку, потім збережіть її до свого облікового запису.", + "modelFirst": "Розпочніть з додавання замірів", + "noModel": "Ви не додали жодних замірів (поки що). FreeSewing може створювати швейні викрійки на базі замірів. Однак для цього нам потрібні власне заміри.", + "noModel2": "Розпочніть зі створення людини, після чого діставайте свою сантиметрову стрічку.", + "noUserBrowsingTitle": "Ви не можете просто переглядати всіх користувачів", + "noUserBrowsingText": "У нас їх тисячі. Ви дійсно хочете витрачати свій час на це?", + "usePatternMeasurements": "Використати заміри вихідної викрійки", + "createReplica": "Створити копію", + "showDetails": "Показати подробиці", + "hideDetails": "Приховати подробиці", + "clickBelowToLogOut": "Тицьніть знизу для виходу", + "compare": "Порівняти", + "savePattern": "Зберегти викрійку", + "recreate": "Відтворити", + "recreateThing": "Відтворити {thing}", + "recreateThingForPerson": "Відтворити {thing} для {person}", + "seeYouLaterUser": "До зустрічі, {user}", + "exportForPrinting": "Експортувати для друку", + "exportForEditing": "Експортувати для коригування", + "startWithNeckTitle": "Розпочніть з обхвату шиї", + "startWithNeckDescription": "Спираючись на Ваш обхват шиї, ми можемо зловити помилки в Ваших замірах.", + "whatYouNeed": "Що Вам потрібно", + "fabricOptions": "Варіанти тканини", + "cutting": "Вирізання", + "instructions": "Інструкція", + "hide": "Приховати", + "show": "Показати", + "oneMomentPlease": "Будь ласка, зачекайте", + "loadingMagic": "Ми завантажуємо магію", + "estimate": "Прикидка", + "actual": "Насправді", + "weEstimateYM2B": "Ми прикидаємо, що {measurement} дорівнює:", + "exportAsData": "Експорт даних", + "availablePatterns": "Доступні викрійки", + "browseCollection": "Огляд колекції", + "browseYourPatterns": "Переглянути викрійки", + "yourPatterns": "Ваші викрійки", + "loginNeededToSavePatternsMsg": "Ви маєте увійти, аби зберігати викрійки", + "docsForContributors": "Документація для учасників", + "patternDocs": "Документація викрійок", + "socialMedia": "Соціальні мережі", + "create": "Створити", + "browse": "Огляд", + "patrons": "Патрони", + "scrollToTop": "Повернутися нагору", + "sitemap": "Мапа сайту", + "contributeToThing": "Долучитися до {thing}", + "mtmIsOurJam": "Ми спеціалізуємося в швейних викрійках на базі замірів", + "fitYouDeserve": "Ви обділяєте себе, обираючи стандартизовані розміри.
    Зареєструйтеся сьогодні та отримайте крій, що личить Вам.", + "supportNag": "FreeSeewing є безкоштовною платформою, але ми будемо вдячні, якщо Ви підтримаєте нас.", + "madeToMeasure": "На базі замірів", + "sizes": "Розміри", + "standardSizes": "Стандартні розміри", + "accountRequired": "Ця функція вимагає обліковий запис FreeSewing", + "size": "Розмір", + "switchToThing": "Перейти до {thing}", + "saveThing": "Зберегти {thing}", + "shareThing": "Поширити {thing}", + "link": "Посилання", + "cloneThing": "Копіювати {thing}", + "cloneDescription": "Відтворити точну копію, використовуючи заміри вихідної викрійки.", + "furtherReading": "Подальше вивчення", + "saveAsNewPattern": "Зберегти як нову викрійку", + "saveAsNewPattern-txt": "Збережіть цю викрійку/копію в своєму обліковому записі FreeSewing", + "exportPattern": "Експортувати викрійку", + "printPattern": "Роздрукувати викрійку", + "exportPattern-txt": "Експортувати PDF для Вашого принтера, або завантажити цю викрійку в інших форматах", + "editThing": "Коригувати {thing}", + "editPattern-txt": "Відкрити цю викрійку в швейному редакторі", + "featureRequiresAccount": "Ця функція вимагає обліковий запис FreeSewing", + "zoom": "Масштаб", + "zoomIn": "Збільшити", + "zoomOut": "Зменшити", + "zoom-txt": "Перемикає між ужиманням висоти чи ширини викрійки для розміщення на Вашому екрані", + "savePattern-txt": "Збережіть цю викрійку в своєму обліковому записі FreeSewing", + "comparePattern": "Порівняти викрійку", + "showPattern": "Показати викрійку", + "comparePattern-txt": "Порівняйте свою викрійку зі стандартизованими розмірами для того, щоб побачити можливі проблеми моделювання", + "recreatePattern": "Відтворити викрійку", + "recreatePattern-txt": "Оберіть іншу людину та відтворіть цю викрійку для неї", + "editOwnPatternsOnly": "Ви можете коригувати лише свої викрійки", + "editOwnPatternsOnly-txt": "Ви не можете скоригувати цю викрійку, бо вона не Ваша. Але Ви можете використувати її як базу для створення власної викрійки.", + "updateNotes-txt": "Оновлюйте нотатки до Ваших викрійок", + "franceWarning": "До уваги користувачів з Франції", + "franceWarning-txt": "Декілька французьких провайдерів електронної пошти — включаючи free.fr, laposte.net, orange.fr та sfr.fr — відомі регулярним блокуванням наших електронних листів.", + "emailNotReceived": "Якщо Ви не отримаєте лист для активації, будь ласка, зв'яжіться з нами, щоб ми могли Вам допомогти.", + "error": "Помилка", + "info": "Інформація", + "warning": "Увага", + "debug": "Налагодження", + "unsubscribe": "Відписатися", + "slogan-come": "Приходьте за викрійками", + "slogan-stay": "Залишайтеся заради спільноти", + "lightTheme": "Світла тема", + "darkTheme": "Темна тема", + "hax0rTheme": "Тема Hax0r", + "lgbtqTheme": "Тема ЛГБТК", + "transTheme": "Транс тема" +} + +export default app diff --git a/packages/i18n/src/next/uk/cfp.mjs b/packages/i18n/src/next/uk/cfp.mjs new file mode 100644 index 00000000000..850254f411c --- /dev/null +++ b/packages/i18n/src/next/uk/cfp.mjs @@ -0,0 +1,40 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const cfp = { + "author": "Автор", + "githubRepo": "Репозиторій GitHub", + "packageManager": "Менеджер пакунків", + "patternName": "Назва викрійки", + "patternType": "Тип викрійки", + "patternCreated": "Ваш каркас викрійки створено у", + "runTheseCommands": "Щоб розпочати, запустіть цю команду", + "startRollup": "У одному терміналі запустіть ролап у режимі перегляду", + "startWebpack": "Це відкриє папку \"приклад\" та запустить девелопмент.", + "devDocsAvailableAt": "Документація для розробників доступна за адресою", + "talkToUs": "Для запитань, відгуків чи пропозицій, приєднуйтесь до нашого серверу в Discord", + "draftYourPattern": "Створіть Вашу викрійку", + "testYourPattern": "Протестувати Вашу викрійку", + "draftThing": "Створити {thing}", + "testThing": "Протестувати {thing}", + "renderInBrowser": "Натисніть нижче, щоб відобразити Вашу викрійку у браузері.", + "weWillReRender": "Коли Ви виконаєте зміни, ми перезавантажимо зображення для Вас.", + "youCan": "Ви можете", + "enterMeasurements": "Ввести вимірювання вручну", + "preloadMeasurements": "Завантажити набір мірок", + "size": "Розмір", + "noRequiredMeasurements": "Ця викрійка не потребує замірів", + "howtoAddMeasurements": "Щоб додати бажані мірки, додайте їх у секцію заміри у файлі конфігурації викрійки.", + "seeDocsAt": "Документація по цій темі доступна за адресою", + "clearDesignMode": "Очистити режим дизайну", + "designMode": "Режим дизайну", + "exportMode": "Режим експорту", + "thingIsEnabled": "{thing} увімкнено", + "thingIsDisabled": "{thing} вимкнено", + "turnOn": "Увімкнути", + "turnOff": "Вимкнути", + "validNameWarning": "Будь ласка, оберіть іншу назву, бо дана назва може призвести до проблем.\nМи (повторно) використовуємо назву викрійки як NPM назву пакету.\nІмена пакунків повинні бути в нижньому регістрі та не можуть містити спеціальних символів.\nБудь ласка, назвіть викрійку згідно правил, наприклад:" +} + +export default cfp diff --git a/packages/i18n/src/next/uk/common.mjs b/packages/i18n/src/next/uk/common.mjs new file mode 100644 index 00000000000..06ec1b05d4a --- /dev/null +++ b/packages/i18n/src/next/uk/common.mjs @@ -0,0 +1,20 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const common = { + "account": "Обліковий запис", + "blog": "Блог", + "commumity": "Спільнота", + "designs": "Дизайни", + "docs": "Документація", + "patternInstructions": "Інструкції до викрійок", + "patternOptions": "Налаштування викрійок", + "requiredMeasurements": "Необхідні вимірювання", + "showcase": "Готові проєкти", + "sloganCome": "Приходьте за викрійками", + "sloganStay": "Залишайтеся заради спільноти", + "support": "Підтримка" +} + +export default common diff --git a/packages/i18n/src/next/uk/cty.mjs b/packages/i18n/src/next/uk/cty.mjs new file mode 100644 index 00000000000..0f7ae1a4eeb --- /dev/null +++ b/packages/i18n/src/next/uk/cty.mjs @@ -0,0 +1,27 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const cty = { + "wafsHashtag": "WeAreFreeSewing", + "weAreACommunityOfMakers": "Ми - спільнота ремісників", + "weProvideMtmSewingPatterns": "Ми надаємо викрійки, адаптовані під надані Вами заміри", + "isAPatron": "є патроном", + "contributesWith": "співпрацює з", + "communityBuilding": "Створення спільноти", + "development": "Розробка", + "patternTesting": "Тестування викрійок", + "patternDesign": "Дизайн викрійок", + "support": "Підтримка", + "translation": "Переклад", + "writing": "Письмо", + "whereToFindUs": "Де нас знайти", + "whoWeAre": "Про нас", + "community": "Спільнота", + "team": "Команда", + "teams": "Команди", + "contributors": "Помічники", + "calls": "Дзвінки помічників" +} + +export default cty diff --git a/packages/i18n/src/next/uk/docs.mjs b/packages/i18n/src/next/uk/docs.mjs new file mode 100644 index 00000000000..2474178544c --- /dev/null +++ b/packages/i18n/src/next/uk/docs.mjs @@ -0,0 +1,10 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const docs = { + "thingIsDeprecated": "{thing} є застарілим", + "weRecommendThingInstead": "Ми рекомендуємо {thing} замість цього" +} + +export default docs diff --git a/packages/i18n/src/next/uk/email.mjs b/packages/i18n/src/next/uk/email.mjs new file mode 100644 index 00000000000..19e58ec98da --- /dev/null +++ b/packages/i18n/src/next/uk/email.mjs @@ -0,0 +1,41 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const email = { + "chatWithUs": "Напишіть нам", + "emailchangeActionText": "Підтвердіть нову адресу електронної пошти", + "emailchangeCopy1": "Ви запросили зміну адреси електронної пошти, прив'язану до вашого облікового запису на freesewing.org.

    Перед тим як це зробити, необхідно підтвердити нову адресу електронної пошти. Будь ласка, натисніть на посилання нижче, щоб зробити це:", + "emailchangeHeaderOpeningLine": "Просто перевіряємо, що ми зможемо зв'язатися з Вами, коли це буде необхідно", + "emailchangeHiddenIntro": "Час підтвердити нову адресу електронної пошти", + "emailchangeSubject": "Будь ласка, підтвердіть нову адресу електронної пошти", + "emailchangeTitle": "Будь ласка, підтвердіть нову адресу електронної пошти", + "emailchangeWhy": "Ви отримали цей лист, оскільки змінили адресу електронної пошти, прив'язану до вашого облікового запису на freesewing.org", + "footerCredits": "Зроблено Йостом та учасниками проєкту завдяки фінансовій допомозі наших патронів ❤️ ", + "footerSlogan": "FreeSewing є платформою з відкритим кодом для створення швейних викрійок, які адаптуються під виміри користувача", + "goodbyeCopy1": "Якщо Ви хочете поділитися, чому Ви йдете, можете відповісти на це повідомлення.
    З нашого боку, ми більше не турбуватимемо Вас.", + "goodbyeHeaderOpeningLine": "Просто щоб Ви знали – Ви завжди можете повернутися", + "goodbyeHiddenIntro": "Дякуємо за ще один шанс для FreeSewing", + "goodbyeSubject": "До побачення 👋", + "goodbyeTitle": "Дякуємо за ще один шанс для FreeSewing", + "goodbyeWhy": "Ви отримали цей лист, як останнє прощання після видалення вашого облікового запису на freesewing.org", + "joostFromFreesewing": "Йост з FreeSewing", + "passwordresetActionText": "Повторно отримати доступ до вашого облікового запису", + "passwordresetCopy1": "Ви забули пароль для облікового запису на freesewing.org.

    Натисніть на посилання нижче, щоб змінити пароль:", + "passwordresetHeaderOpeningLine": "Не хвилюйтеся, це стається з нами усіма", + "passwordresetHiddenIntro": "Повторно отримати доступ до вашого облікового запису", + "passwordresetSubject": "Повторно отримати доступ до вашого облікового запису на freesewing.org", + "passwordresetTitle": "Змінити пароль і повторно отримати доступ до вашого облікового запису", + "passwordresetWhy": "Ви отримали цей електронний лист, тому що ви запросили зміну паролю на сайті freesewing.org", + "questionsJustReply": "Якщо у вас є запитання, просто надішліть відповідь на цей E-mail. Ми завжди раді допомогти 🙂", + "signature": "З любов'ю,", + "signupActionText": "Підтвердіть адресу електронної пошти", + "signupCopy1": "Дякуємо за реєстрацію на freesewing.org.

    Перед початком роботи потрібно підтвердити Вашу адресу електронної пошти. Будь ласка, натисніть на посилання нижче, щоб зробити це:", + "signupHeaderOpeningLine": "Ми дуже раді, що Ви приєдналися до спільноти FreeSewing.", + "signupHiddenIntro": "Час підтвердити нову адресу електронної пошти", + "signupSubject": "Ласкаво просимо на freesewing.org", + "signupTitle": "Ласкаво просимо", + "signupWhy": "Ви отримали цей електронний лист, тому що ви щойно зареєструвалися на сайті freesewing.org" +} + +export default email diff --git a/packages/i18n/src/next/uk/errors.mjs b/packages/i18n/src/next/uk/errors.mjs new file mode 100644 index 00000000000..5c710791cb4 --- /dev/null +++ b/packages/i18n/src/next/uk/errors.mjs @@ -0,0 +1,18 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const errors = { + "404": "Сторінку не знайдено", + "confirmationNotFound": "Якщо Ви перейшли на дану сторінку через посилання в електронному листі, ми будемо вдячні, якщо Ви повідомите нам про цю проблему.", + "emailExists": "У нас вже є користувач з цією адресою електронної пошти. Можливо, Ви хочете авторизуватися?", + "networkError": "Помилка сервера або мережі", + "notAValidImageFormat": "Неприпустимий формат зображення", + "requestFailedWithStatusCode400": "Не вдалося виконати запит", + "requestFailedWithStatusCode401": "Помилка аутентифікації", + "requestFailedWithStatusCode403": "Заборонено", + "requestFailedWithStatusCode500": "Виникла неочікувана проблема. Будь ласка, повідомте про це.", + "something": "Щось пішло не так" +} + +export default errors diff --git a/packages/i18n/src/next/uk/filter.mjs b/packages/i18n/src/next/uk/filter.mjs new file mode 100644 index 00000000000..47c2296495a --- /dev/null +++ b/packages/i18n/src/next/uk/filter.mjs @@ -0,0 +1,7 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const filter = {} + +export default filter diff --git a/packages/i18n/src/next/uk/gdpr.mjs b/packages/i18n/src/next/uk/gdpr.mjs new file mode 100644 index 00000000000..a1adfbd58dd --- /dev/null +++ b/packages/i18n/src/next/uk/gdpr.mjs @@ -0,0 +1,46 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const gdpr = { + "compliant": "Freesewing.org поважає вашу конфіденційність і ваші права. Ми застосовуємо Загальний регламент про захист даних (GDPR) Європейського Союзу (ЄС).", + "consent": "Згода", + "consentForModelData": "Дозвіл на дані моделі", + "consentForProfileData": "Дозвіл на дані облікового запису", + "consentGiven": "Згода отримана", + "consentNotGiven": "Згода не отримана", + "consentWhyAnswer": "Згідно з GDPR, обробка ваших персональних даних вимагає Вашої згоди - іншими словами, Ваш дозвіл.", + "createMyAccount": "Створити обліковий запис", + "furtherReading": "Подальше вивчення", + "modelQuestion": "Чи даєте Ви згоду на обробку даних моделі?", + "modelWarning": "Анулювання даної згоди зробить неможливим використання даних замірів моделі. Це також анулює функціонал вебсайту, який залежить від даної інформації.", + "modelWhatAnswer": "Заміри та налаштування молочних залоз кожної моделі.", + "modelWhatAnswerOptional": "За навності: Зображення моделі та ім'я моделі.", + "modelWhatQuestion": "Що таке дані моделі?", + "modelWhyAnswer": "Для розробки викрійок, адаптованих під заміри спеціально вимірунам необхідні виміри тіла.", + "noConsentNoAccount": "Без цієї згоди ми не можемо створити Ваш обліковий запис", + "noConsentNoPatterns": "Без цієї згоди, Ви не можете створити будь-які викрійки", + "noIDoNot": "Ні, не даю", + "openDataInfo": "Ці дані використовуються для вивчення і розуміння людського тіла в усіх його формах. Це дозволяє нам покращити наші викрійки та створювати більш підходящий до тіла одяг. Незважаючи на те, що ці дані є анонімними, Ви маєте право не давати згоду на їх обробку.", + "openDataQuestion": "Поділитися замірами анонімно як відкритими даними", + "profileQuestion": "Чи даєте Ви згоду на обробку даних Вашого облікового запису?", + "profileShareAnswer": "Ні, ніколи.", + "profileTimingAnswer": "12 місяців після останнього входу в систему, або до тих пір, поки Ви не видалите Ваш обліковий запис або скасуєте дану згоду.", + "profileWarning": "Відкликання згоди видалить усі Ваші данні. Це має той же ефект, що і видалення облікового запису.", + "profileWhatAnswerOptional": "За наявності: зображення облікового запису, біоі соціальні мережі", + "profileWhatAnswer": "Ваша електронна адреса, ім'я користувачаі пароль.", + "profileWhatQuestion": "Що таке дані облікового запису?", + "profileWhyAnswer": "Щоб автентифікувати Вас, зв'язатися з Вами коли це потрібно та задля покращення нашої спільноти.", + "readMore": "Для отримання додаткової інформації, будь ласка, прочитайте наше повідомлення про конфіденційність.", + "readRights": "Для отримання додаткової інформації, будь ласка, прочитайте про Ваші права.", + "revokeConsent": "Відкликати згоду", + "shareQuestion": "Чи передаємо ми її іншим?", + "timingQuestion": "Скільки ми її зберігаємо?", + "whatYouNeedToKnow": "Що вам потрібно знати", + "whyQuestion": "Чому нам це потрібно?", + "yesIDoObject": "Ні, я проти", + "yesIDo": "Так, я даю згоду", + "openData": "Примітка: FreeSewing публікує анонімні заміри тіла як відкриті дані для наукових досліджень. Ви маєте право відмовитися від цього" +} + +export default gdpr diff --git a/packages/i18n/src/next/uk/homepage.mjs b/packages/i18n/src/next/uk/homepage.mjs new file mode 100644 index 00000000000..354796ea099 --- /dev/null +++ b/packages/i18n/src/next/uk/homepage.mjs @@ -0,0 +1,9 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const homepage = { + "scrollDownToLearnMore": "Прокрутіть вниз, щоб дізнатися більше про FreeSewing і безкоштовно скористатися його функціями" +} + +export default homepage diff --git a/packages/i18n/src/next/uk/i18n.mjs b/packages/i18n/src/next/uk/i18n.mjs new file mode 100644 index 00000000000..e50cb5d05c5 --- /dev/null +++ b/packages/i18n/src/next/uk/i18n.mjs @@ -0,0 +1,13 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const i18n = { + "de": "Німецька", + "en": "Англійська", + "es": "Іспанська", + "fr": "Французька", + "nl": "Нідерландська" +} + +export default i18n diff --git a/packages/i18n/src/next/uk/index.mjs b/packages/i18n/src/next/uk/index.mjs new file mode 100644 index 00000000000..75b2c125528 --- /dev/null +++ b/packages/i18n/src/next/uk/index.mjs @@ -0,0 +1,153 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +import account from "./account.mjs" +import app from "./app.mjs" +import cfp from "./cfp.mjs" +import common from "./common.mjs" +import homepage from "./homepage.mjs" +import ograph from "./ograph.mjs" +import patrons from "./patrons.mjs" +import posts from "./posts.mjs" +import themes from "./themes.mjs" +import workbench from "./workbench.mjs" +import cty from "./cty.mjs" +import docs from "./docs.mjs" +import email from "./email.mjs" +import errors from "./errors.mjs" +import filter from "./filter.mjs" +import gdpr from "./gdpr.mjs" +import i18n from "./i18n.mjs" +import intro from "./intro.mjs" +import jargon from "./jargon.mjs" +import lab from "./lab.mjs" +import measurements from "./measurements.mjs" +import optiongroups from "./optiongroups.mjs" +import o_aaron from "./o_aaron.mjs" +import o_albert from "./o_albert.mjs" +import o_bee from "./o_bee.mjs" +import o_bella from "./o_bella.mjs" +import o_benjamin from "./o_benjamin.mjs" +import o_bent from "./o_bent.mjs" +import o_bob from "./o_bob.mjs" +import o_breanna from "./o_breanna.mjs" +import o_brian from "./o_brian.mjs" +import o_bruce from "./o_bruce.mjs" +import o_carlita from "./o_carlita.mjs" +import o_carlton from "./o_carlton.mjs" +import o_cathrin from "./o_cathrin.mjs" +import o_charlie from "./o_charlie.mjs" +import o_cornelius from "./o_cornelius.mjs" +import o_diana from "./o_diana.mjs" +import o_florence from "./o_florence.mjs" +import o_florent from "./o_florent.mjs" +import o_hi from "./o_hi.mjs" +import o_holmes from "./o_holmes.mjs" +import o_hortensia from "./o_hortensia.mjs" +import o_huey from "./o_huey.mjs" +import o_hugo from "./o_hugo.mjs" +import o_jaeger from "./o_jaeger.mjs" +import o_lucy from "./o_lucy.mjs" +import o_lunetius from "./o_lunetius.mjs" +import o_noble from "./o_noble.mjs" +import o_paco from "./o_paco.mjs" +import o_penelope from "./o_penelope.mjs" +import o_sandy from "./o_sandy.mjs" +import o_shin from "./o_shin.mjs" +import o_simon from "./o_simon.mjs" +import o_simone from "./o_simone.mjs" +import o_sven from "./o_sven.mjs" +import o_tamiko from "./o_tamiko.mjs" +import o_teagan from "./o_teagan.mjs" +import o_theo from "./o_theo.mjs" +import o_tiberius from "./o_tiberius.mjs" +import o_titan from "./o_titan.mjs" +import o_trayvon from "./o_trayvon.mjs" +import o_unice from "./o_unice.mjs" +import o_ursula from "./o_ursula.mjs" +import o_wahid from "./o_wahid.mjs" +import o_walburga from "./o_walburga.mjs" +import o_waralee from "./o_waralee.mjs" +import parts from "./parts.mjs" +import patterns from "./patterns.mjs" +import plugin from "./plugin.mjs" +import settings from "./settings.mjs" +import welcome from "./welcome.mjs" + +const allNamespaces = { + account, + app, + cfp, + common, + homepage, + ograph, + patrons, + posts, + themes, + workbench, + cty, + docs, + email, + errors, + filter, + gdpr, + i18n, + intro, + jargon, + lab, + measurements, + optiongroups, + o_aaron, + o_albert, + o_bee, + o_bella, + o_benjamin, + o_bent, + o_bob, + o_breanna, + o_brian, + o_bruce, + o_carlita, + o_carlton, + o_cathrin, + o_charlie, + o_cornelius, + o_diana, + o_florence, + o_florent, + o_hi, + o_holmes, + o_hortensia, + o_huey, + o_hugo, + o_jaeger, + o_lucy, + o_lunetius, + o_noble, + o_paco, + o_penelope, + o_sandy, + o_shin, + o_simon, + o_simone, + o_sven, + o_tamiko, + o_teagan, + o_theo, + o_tiberius, + o_titan, + o_trayvon, + o_unice, + o_ursula, + o_wahid, + o_walburga, + o_waralee, + parts, + patterns, + plugin, + settings, + welcome +} + +export default allNamespaces diff --git a/packages/i18n/src/next/uk/intro.mjs b/packages/i18n/src/next/uk/intro.mjs new file mode 100644 index 00000000000..187565949ba --- /dev/null +++ b/packages/i18n/src/next/uk/intro.mjs @@ -0,0 +1,19 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const intro = { + "txt-blog": "Новини, оновлення та анонси від команди FreeSewing", + "txt-community": "Проєкт існує на добровільних засадах. FreeSewing не прив'язаний до жодних комерційних засад та компаній.", + "txt-different": "Чому ми особливі", + "txt-draft": "Оберіть одну з викрійок, модель та налаштування. Ми зробимо решту.", + "txt-how": "Як це працює", + "txt-join": "Приєднайтеся до тисяч інших користувачів та створіть безкоштовний акаунт на freesewing.org.", + "txt-model": "Всі наші викрійки адаптуються під задані виміри. Тому перше, що варто зробити – піти взяти сантиметрову стрічку.", + "txt-newHere": "Якщо ви тут вперше – найкраще місце для початку є наше демо:", + "txt-opensource": "Наша платформа, наші викрійки і навіть наш вебсайт. Весь наш код доступний на GitHub. Пулл реквести вітаються!", + "txt-patrons": "FreeSewing існує завдяки фінансовій підтримці наших Патронів. Прокрутіть вниз, щоб дізнатися про нашу модель підписки.", + "txt-showcase": "Завершені проекти від спільноти FreeSewing" +} + +export default intro diff --git a/packages/i18n/src/next/uk/jargon.mjs b/packages/i18n/src/next/uk/jargon.mjs new file mode 100644 index 00000000000..2206c1d8781 --- /dev/null +++ b/packages/i18n/src/next/uk/jargon.mjs @@ -0,0 +1,36 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const jargon = { + "basting.d": "Дивіться Зметування у документація до шиття", + "coverlock.d": "Дивіться Каверлок у Документація до шиття", + "cutting.d": "Дивіться Вирізання у Документація до шиття", + "darts.d": "Дивіться Виточки уДокументація до шиття", + "doubleWeltPockets.d": "Дивіться Кишеня з подвійною листочкою уДокументація до шиття", + "ease.d": "Дивіться Свобода облягання у Документація до шиття", + "edgestitch.d": "Дивіться Шов по краю у Документація до шиття", + "fabricGrain.d": "Дивіться Нитка основа тканини у Документація до шиття", + "goodSidesTogether.d": "Дивіться Лицьові сторони одна до одної у Документація до шиття", + "onTheFold.d": "Дивіться На згині у Документація до шиття", + "hemming.d": "Дивіться Підшивання краю у Документація до шиття", + "jersey.d": "Дивіться Джерсі у Документація до шиття", + "knitBinding.d": "Дивіться Трикотажна бейка у Документація до шиття", + "knitFabric.d": "Дивіться Трикотаж у Документація до шиття", + "pinning.d": "Дивіться Зметування булавками у Документація до шиття", + "rayon.d": "Дивіться Віскоза уДокументація до шиття", + "sa.d": "Дивіться Припуск на шов у Документація до шиття", + "serger.d": "Дивіться Оверлок у Документація до шиття", + "slipstitch.d": "Дивіться Потайний шов у Документація до шиття", + "topstitching.d": "Дивіться Оздоблювальний шов у Документація до шиття", + "trimming.d": "Дивіться Підрізання припусків на шов у Документація до шиття", + "twinNeedle.d": "Дивіться Подвійна голка у Документація до шиття", + "zigZag.d": "Дивіться шов \"Зіг-заг\" уДокументація до пошиття", + "freesewing.d": "FreeSewing є платформою з відкритим кодом для створення швейних викрійок, які адаптуються під виміри користувача", + "patternOptions.d": "Налаштування викрійки дозволяє Вам змінити дизайн викрійки за Вашими побажаннями", + "draftSettings.d": "налаштування чернетки надає Вам контроль над генерацією викрійки", + "patrons.d": "Патрони фінансово підтримують FreeSewing. Вони є лояльними прихильниками, які забезпечують стійке майбутнє для freesewing.org, нашого коду, викрійок та нашої спільноти.", + "msf.d": "Médecins Sans Frontières/Лікарі без кордонів – Більше на msf.org" +} + +export default jargon diff --git a/packages/i18n/src/next/uk/lab.mjs b/packages/i18n/src/next/uk/lab.mjs new file mode 100644 index 00000000000..e65df29e00c --- /dev/null +++ b/packages/i18n/src/next/uk/lab.mjs @@ -0,0 +1,13 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const lab = { + "slogan": "Лабораторія FreeSewing забезпечує", + "slogan1": "Всі наші дизайни викрійок", + "slogan2": "Нова & стара версія", + "slogan3": "Bleeding edge code", + "slogan4": "Не запущені дизайни" +} + +export default lab diff --git a/packages/i18n/src/next/uk/measurements.mjs b/packages/i18n/src/next/uk/measurements.mjs new file mode 100644 index 00000000000..cd39e720d26 --- /dev/null +++ b/packages/i18n/src/next/uk/measurements.mjs @@ -0,0 +1,46 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const measurements = { + "ankle": "Обхват щиколотки", + "biceps": "Обхват біцепсів", + "bustFront": "Передній напівобхват грудей", + "bustPointToUnderbust": "Центр грудей до підгруддя", + "bustSpan": "Центр грудей", + "chest": "Обхват грудей", + "crossSeam": "Посадка", + "crossSeamFront": "Посадка спереду", + "head": "Обхват голови", + "heel": "Обхват підйому", + "highBustFront": "Напівобхват над грудьми", + "highBust": "Обхват над грудьми", + "hips": "Обхват тазу", + "hpsToBust": "Від плеча до грудей", + "hpsToWaistBack": "Від плеча до талії ззаду", + "hpsToWaistFront": "Від плеча до талії спереду", + "inseam": "Внутрішній шов", + "knee": "Обхват коліна", + "neck": "Обхват шиї", + "seat": "Обхват стегон", + "seatBack": "Напівобхват стегон", + "crotchDepth": "Висота сидіння", + "shoulderSlope": "Нахил плеча", + "shoulderToElbow": "Від плеча до ліктя", + "shoulderToShoulder": "Ширина плечей", + "shoulderToWrist": "Від плеча до зап'ястя", + "underbust": "Підгруддя", + "upperLeg": "Обхват верху ноги", + "waist": "Обхват талії", + "waistBack": "Ширина талії ззаду", + "waistToArmhole": "Від талії до пройми", + "waistToFloor": "Від талії до підлоги", + "waistToHips": "Талія до кісточки таза", + "waistToKnee": "Талія до коліна", + "waistToSeat": "Від талії до стегон", + "waistToUnderbust": "Від талії до підгруддя", + "waistToUpperLeg": "Від талії до початку ноги", + "wrist": "Обхват зап'ясть" +} + +export default measurements diff --git a/packages/i18n/src/next/uk/o_aaron.mjs b/packages/i18n/src/next/uk/o_aaron.mjs new file mode 100644 index 00000000000..6c973d73cdc --- /dev/null +++ b/packages/i18n/src/next/uk/o_aaron.mjs @@ -0,0 +1,24 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_aaron = { + "armholeDrop.t": "Спуск пройми", + "armholeDrop.d": "Опускає пройму на обрану відстань. Негативний показик підіймає пройму.", + "backlineBend.t": "Задня частина пройми", + "backlineBend.d": "Визначає форму/криву задньої частини пройми.", + "hipsEase.t": "Свобода облягяння на животі", + "hipsEase.d": "Відсоток свободи облягання на животі.", + "necklineBend.t": "Форма горловини", + "necklineBend.d": "Визначає форму/криву горловини спереду.", + "necklineDrop.t": "Спуск горловини", + "necklineDrop.d": "Процент відкриття шиї спереду.", + "shoulderStrapPlacement.t": "Розташування лямки", + "shoulderStrapPlacement.d": "Визначає розташування лямки ближче до шиї (нижчі номери) або ближче до плеча (вищі номери).", + "shoulderStrapWidth.t": "Ширина лямки", + "shoulderStrapWidth.d": "Визначає ширину лямок.", + "stretchFactor.t": "Розтяжність", + "stretchFactor.d": "Визначає горизонтальне зменшення свободи облягання." +} + +export default o_aaron diff --git a/packages/i18n/src/next/uk/o_albert.mjs b/packages/i18n/src/next/uk/o_albert.mjs new file mode 100644 index 00000000000..5898cd43084 --- /dev/null +++ b/packages/i18n/src/next/uk/o_albert.mjs @@ -0,0 +1,20 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_albert = { + "backOpening.t": "Відкриття спини", + "backOpening.d": "Контролює відкриття на задній частині фартука", + "chestDepth.t": "Довжина лямки", + "chestDepth.d": "Контролює довжину лямки", + "lengthBonus.t": "Додаткова довжина", + "lengthBonus.d": "Контролює довжину фартука", + "bibLength.t": "Довжина нагрудної пройми", + "bibLength.d": "Контролює довжину нагрудної пройми", + "bibWidth.t": "Ширина нагрудної пройми", + "bibWidth.d": "Контролює ширину нагрудної пройми", + "strapWidth.t": "Ширина лямки", + "strapWidth.d": "Контролює ширину лямки" +} + +export default o_albert diff --git a/packages/i18n/src/next/uk/o_bee.mjs b/packages/i18n/src/next/uk/o_bee.mjs new file mode 100644 index 00000000000..f4545f1d4cf --- /dev/null +++ b/packages/i18n/src/next/uk/o_bee.mjs @@ -0,0 +1,62 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_bee = { + "chestEase.t": "Свобода облягання на грудях", + "chestEase.d": "Контролює свободу облягання грудей у викрійці-основі Белла, на якій основана Бі", + "waistEase.t": "Свобода облягання на талії", + "waistEase.d": "Контролює свободу облягання талії у викрійці-основі Белла, на якій основана Бі", + "bustSpanEase.t": "Свобода облягання центру грудей", + "bustSpanEase.d": "Контролює свободу облягання центру грудей у викрійці-основі Белла, на якій основана Бі", + "topDepth.t": "Глибина верху", + "topDepth.d": "Контролює, як високо чашка піднімається наверх", + "bottomCupDepth.t": "Глибина низу", + "bottomCupDepth.d": "Контролює, як низько чашка опускається вниз", + "sideDepth.t": "Глибина боку", + "sideDepth.d": "Контролює, як далеко чашка збільшується у сторону", + "sideCurve.t": "Дуга лінії боку", + "sideCurve.d": "Контролює дугу сторони чашки", + "frontCurve.t": "Дуга внутрішньої лінії", + "frontCurve.d": "Контролює дугу внутрішньої сторони чашки", + "bellaGuide.t": "Показати Беллу", + "bellaGuide.d": "Показує контур викрійки-основи Белла, на якій основана Бі", + "ties.t": "Зав'язки", + "ties.d": "Чи включати до викрійки зав'язки, так чи ні", + "bandTieWidth.t": "Ширина зав'язок на спині", + "bandTieWidth.d": "Контролює ширину зав'язок на спині", + "bandTieLength.t": "Довжина зав'язок на спині", + "bandTieLength.d": "Контролює довжину зав'язок на спині", + "bandTieEnds.t": "Кінчики зав'язок на спині", + "bandTieEnds.d": "Створює прямі або загострені кінчики на зав'язках", + "bandTieColours.t": "Кольори зав'язок на спині", + "bandTieColours.d": "Створює монохромні або двоколірні зав'язки на спині", + "neckTieWidth.t": "Ширина зав'язок на шиї", + "neckTieWidth.d": "Контролює ширину зав'язок навколо шиї", + "neckTieLength.t": "Довжина зав'язок навколо шиї", + "neckTieLength.d": "Контролює довжину зав'язок навколо шиї", + "neckTieEnds.t": "Кінчики зав'язок навколо шиї", + "neckTieEnds.d": "Створює прямі або гострі кінчики на зав'язках навколо шиї", + "neckTieColours.t": "Колір зав'язок навколо шиї", + "neckTieColours.d": "Створює монохромні або двоколірні зав'язки навколо шиї", + "crossBackTies.t": "Перехресні зав'язки", + "crossBackTies.d": "Чи включати до викрійки перехресні зав'язки на спині", + "bandLength.t": "Довжина резинки (перехресні зав'язки)", + "bandLength.d": "Контролює довжину резинки навколо спини для версії Бі з перехресними зав'язками", + "backDartHeight.t": "Висота виточки на спині (Белла)", + "backDartHeight.d": "Контролює висоту виточки на спині у викрійці-основі Белла, на якій основана Бі", + "armholeDepth.t": "Глибина пройми (Белла)", + "armholeDepth.d": "Контролює глибину пройми у викрійці-основі Белла, на якій основана Бі", + "frontArmholePitchDepth.t": "Передній виступ пройми (Белла)", + "frontArmholePitchDepth.d": "Контролює передній виступ пройми у викрійці-основі Белла, на якій основана Бі", + "frontShoulderWidth.t": "Передня ширина плеча (Белла)", + "frontShoulderWidth.d": "Контролює передню ширину плеча у викрійці-основі Белла, на якій основана Бі", + "fullChestEaseReduction.t": "Зменшення грудної частини (Белла)", + "fullChestEaseReduction.d": "Контролює зменшення грудної частини у викрійці-основі Белла, на якій основана Бі", + "highBustWidth.t": "Ширина над грудьми (Белла)", + "highBustWidth.d": "Контролює ширину над грудьми у викрійці-основі Белла, на якій основана Бі", + "shoulderToShoulderEase.t": "Свобода облягання ширини плечей (Белла)", + "shoulderToShoulderEase.d": "Контролює свободу облягання ширини плечей у викрійці-основі Белла, на якій основана Бі" +} + +export default o_bee diff --git a/packages/i18n/src/next/uk/o_bella.mjs b/packages/i18n/src/next/uk/o_bella.mjs new file mode 100644 index 00000000000..c21add1ccce --- /dev/null +++ b/packages/i18n/src/next/uk/o_bella.mjs @@ -0,0 +1,46 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_bella = { + "chestEase.t": "Свобода облягання на грудях", + "chestEase.d": "Контролює свободу облягання на найбільшій частині грудей", + "waistEase.t": "Свобода облягання на талії", + "waistEase.d": "Контролює свободу облягання на талії", + "bustSpanEase.t": "Свобода облягання центру грудей", + "bustSpanEase.d": "Контролює горизонтальну свободу облягання на центрі грудей.", + "shoulderToShoulderEase.t": "Свобода облягання ширини плечей", + "shoulderToShoulderEase.d": "Контролює свободу облягання ширини плечей. Початково налаштовано на -5%, бо Белла розроблена як викрійка-основа, що застосовується у швейній індустрії.", + "fullChestEaseReduction.t": "Full chest ease reduction", + "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area", + "backDartHeight.t": "Back dart height", + "backDartHeight.d": "Controls the height of the back dart", + "bustDartLength.t": "Bust dart length", + "bustDartLength.d": "Controls the length of the bust dart", + "waistDartLength.t": "Waist dart length", + "waistDartLength.d": "Controls the length of the waist dart", + "bustDartCurve.t": "Bust dart curve", + "bustDartCurve.d": "Controls the curvature of the bust dart", + "armholeDepth.t": "Armhole depth", + "armholeDepth.d": "Controls the depth of the armhole", + "backArmholeSlant.t": "Back armhole slant", + "backArmholeSlant.d": "Slightly rotates the armhole around its pitch point", + "frontArmholeCurvature.t": "Front armhole curvature", + "frontArmholeCurvature.d": "Controls how deep the armhole is scooped out at the front bottom", + "backArmholeCurvature.t": "Back armhole curvature", + "backArmholeCurvature.d": "Controls how deep the armhole is scooped out at the back bottom", + "frontArmholePitchDepth.t": "Front armhole pitch depth", + "frontArmholePitchDepth.d": "Tweaks the horizontal placement of the front armhole pitch point", + "backArmholePitchDepth.t": "Back armhole pitch depth", + "backArmholePitchDepth.d": "Tweaks the horizontal placement of the back armhole pitch point", + "backNeckCutout.t": "Back neck cutout", + "backNeckCutout.d": "Controls how deep the neck opening is scooped out at at the back", + "backHemSlope.t": "Back hem slope", + "backHemSlope.d": "Controls the slope of the hem at the back", + "frontShoulderWidth.t": "Front shoulder width", + "frontShoulderWidth.d": "Controls the narrowness of the front shoulders relative to the back", + "highBustWidth.t": "High bust width", + "highBustWidth.d": "Allows you to tweak the hight bust width at the front" +} + +export default o_bella diff --git a/packages/i18n/src/next/uk/o_benjamin.mjs b/packages/i18n/src/next/uk/o_benjamin.mjs new file mode 100644 index 00000000000..9e22ef79a1d --- /dev/null +++ b/packages/i18n/src/next/uk/o_benjamin.mjs @@ -0,0 +1,26 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_benjamin = { + "adjustmentRibbon.t": "Рихтувальна тасьма", + "adjustmentRibbon.d": "Додавати чи не додавати рихтувальну тасьму в елементи викрійки", + "bandLength.t": "Band length", + "bandLength.d": "Length of the band", + "tipWidth.t": "Ширина країв", + "tipWidth.d": "Ширина чи висота країв бантика", + "knotWidth.t": "Ширина вузлика", + "knotWidth.d": "Ширина перемички (місця зав'язування краватки)", + "bowLength.t": "Довжина бантика", + "bowLength.d": "Довжина бантика (у зав'язаному стані)", + "bowStyle.t": "Форма бантика", + "bowStyle.d": "Загальна форма бантика", + "endStyle.t": "Форма стрічок", + "endStyle.d": "Форма стрічок під бантиком", + "collarEase.t": "Свобода коміра", + "collarEase.d": "Свобода облягання коміра навколо шиї", + "ribbonWidth.t": "Ширина тасьми", + "ribbonWidth.d": "Ширина тасьми (стрічки)" +} + +export default o_benjamin diff --git a/packages/i18n/src/next/uk/o_bent.mjs b/packages/i18n/src/next/uk/o_bent.mjs new file mode 100644 index 00000000000..7fe4def5a46 --- /dev/null +++ b/packages/i18n/src/next/uk/o_bent.mjs @@ -0,0 +1,12 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_bent = { + "sleeveBend.t": "Згин рукава", + "sleeveBend.d": "Керує кутом згину рукава в лікті.", + "sleevecapHeight.t": "Висота окату", + "sleevecapHeight.d": "Керує висотою окату рукава." +} + +export default o_bent diff --git a/packages/i18n/src/next/uk/o_bob.mjs b/packages/i18n/src/next/uk/o_bob.mjs new file mode 100644 index 00000000000..1e934f26fcc --- /dev/null +++ b/packages/i18n/src/next/uk/o_bob.mjs @@ -0,0 +1,16 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_bob = { + "neckRatio.t": "Шийний зріз", + "neckRatio.d": "Керує діаметром шийного зрізу відповідно до розміру слинявчика", + "widthRatio.t": "Ширина", + "widthRatio.d": "Керує загальною шириною слинявчика", + "lengthRatio.t": "Довжина", + "lengthRatio.d": "Керує загальною довжиною слинявчика", + "headSize.t": "Розмір голови", + "headSize.d": "Обхват голови, на який має налізати слинявчик" +} + +export default o_bob diff --git a/packages/i18n/src/next/uk/o_breanna.mjs b/packages/i18n/src/next/uk/o_breanna.mjs new file mode 100644 index 00000000000..48cc7209f31 --- /dev/null +++ b/packages/i18n/src/next/uk/o_breanna.mjs @@ -0,0 +1,34 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_breanna = { + "shoulderDart.t": "Плечова виточка", + "shoulderDart.d": "Додавати чи не додавати виточку на плечі для заокруглення спини", + "shoulderDartSize.t": "Розмір плечової виточки", + "shoulderDartSize.d": "Ширина (розмір) плечової виточки", + "shoulderDartLength.t": "Довжина плечової виточки", + "shoulderDartLength.d": "Загальна довжина плечової виточки", + "waistDart.t": "Поясна виточка", + "waistDart.d": "Додавати чи не додавати виточки на талії для заокруглення спини", + "waistDartSize.t": "Розмір поясної виточки", + "waistDartSize.d": "Ширина (розмір) виточки на талії", + "waistDartLength.t": "Довжина поясної виточки", + "waistDartLength.d": "Загальна довжина виточки на талії", + "verticalEase.t": "Вертикальна свобода облягання", + "verticalEase.d": "Керує свободою облягання, що розподіляється по довжині виробу", + "waistEase.t": "Свобода облягання на талії", + "waistEase.d": "Відсоток свободи облягання на талії", + "primaryBustDart.t": "Грудна виточка", + "primaryBustDart.d": "Керує розташуванням виточки для формування ліфу", + "primaryBustDartLength.t": "Довжина грудної виточки", + "primaryBustDartLength.d": "Загальна довжина виточки на грудях", + "secondaryBustDart.t": "Вторинна грудна виточка", + "secondaryBustDart.d": "За бажанням можна додати вторинну виточку на грудях для подальшого формування ліфу", + "secondaryBustDartLength.t": "Довжина вторинної грудної виточки", + "secondaryBustDartLength.d": "Загальна довжина вторинної виточки на грудях", + "primaryBustDartShaping.t": "Формування грудних виточок", + "primaryBustDartShaping.d": "Керує співвідношенням між головними та вторинними виточками на грудях" +} + +export default o_breanna diff --git a/packages/i18n/src/next/uk/o_brian.mjs b/packages/i18n/src/next/uk/o_brian.mjs new file mode 100644 index 00000000000..26034fbdea3 --- /dev/null +++ b/packages/i18n/src/next/uk/o_brian.mjs @@ -0,0 +1,76 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_brian = { + "acrossBackFactor.t": "Across back factor", + "acrossBackFactor.d": "Controls your across back width as a factor of your shoulder to shoulder measurement.", + "armholeDepthFactor.t": "Armhole depth factor", + "armholeDepthFactor.d": "Controls the depth of the armhole. Higher values make a deeper armhole.", + "backNeckCutout.t": "Back neck cutout", + "backNeckCutout.d": "How deep the neck is cut out at the back", + "bicepsEase.t": "Biceps ease", + "bicepsEase.d": "The amount of ease at your upper arm. Note that while we try to respect this, fitting the sleeve to the armhole takes precedence over respecting the exact amount of ease.", + "collarEase.t": "Collar ease", + "collarEase.d": "The amount of ease around your neck", + "chestEase.t": "Chest ease", + "chestEase.d": "The amount of ease at your chest.", + "cuffEase.t": "Cuff ease", + "cuffEase.d": "The amount of ease at your wrist.", + "frontArmholeDeeper.t": "Front armhole extra cutout", + "frontArmholeDeeper.d": "How much do you want the front armhole to be cut out deeper than the back.", + "lengthBonus.t": "Length bonus", + "lengthBonus.d": "The amount to lengthen the garment. A negative value will shorten it.", + "s3Collar.t": "Shoulder seam shift: collar side", + "s3Collar.d": "Increase this option to shift the shoulder seam forward on the collar side. Decreasing it shifts it backwards.", + "s3Armhole.t": "Shoulder seam shift: armhole side", + "s3Armhole.d": "Increase this option to shift the shoulder seam forward on the armhole side. Decreasing it shifts it backwards.", + "shoulderEase.t": "Shoulder ease", + "shoulderEase.d": "The amount of ease at your shoulder. This increases the shoulder to shoulder distance to accommodate additional layers or thickness.", + "shoulderSlopeReduction.t": "Shoulder slope reduction", + "shoulderSlopeReduction.d": "The amount by which the shoulder slope is reduced to allow for shoulder padding.", + "sleeveLengthBonus.t": "Sleeve length bonus", + "sleeveLengthBonus.d": "The amount to lengthen the sleeve. A negative value will shorten it.", + "sleevecapEase.t": "Sleevecap ease", + "sleevecapEase.d": "The amount by which the sleevecap seam is longer than the armhole seam.", + "sleevecapTopFactorX.t": "Sleevecap top X", + "sleevecapTopFactorX.d": "Controls the horizontal location of the sleevecap top.", + "sleevecapTopFactorY.t": "Sleevecap top Y", + "sleevecapTopFactorY.d": "Controls the height of the sleevecap. A higher value results in a higher and more narrow sleevecap.", + "sleevecapBackFactorX.t": "Sleevecap back X", + "sleevecapBackFactorX.d": "Controls the placement of the sleevecap back pitchpoint on the X-axis (horizontal)", + "sleevecapBackFactorY.t": "Sleevecap back Y", + "sleevecapBackFactorY.d": "Controls the placement of the sleevecap back pitchpoint on the Y-axis (vertical)", + "sleevecapFrontFactorX.t": "Sleevecap front X", + "sleevecapFrontFactorX.d": "Controls the placement of the sleevecap front pitchpoint on the X-axis (horizontal)", + "sleevecapFrontFactorY.t": "Sleevecap front Y", + "sleevecapFrontFactorY.d": "Controls the placement of the sleevecap front pitchpoint on the Y-axis (vertical)", + "sleevecapQ1Offset.t": "Sleevecap Q1 offset", + "sleevecapQ1Offset.d": "Controls the curvature of the sleevecap in the first quadrant (front armhole)", + "sleevecapQ2Offset.t": "Sleevecap Q2 offset", + "sleevecapQ2Offset.d": "Controls the curvature of the sleevecap in the second quadrant (front shoulder)", + "sleevecapQ3Offset.t": "Sleevecap Q3 offset", + "sleevecapQ3Offset.d": "Controls the curvature of the sleevecap in the third quadrant (back shoulder)", + "sleevecapQ4Offset.t": "Sleevecap Q4 offset", + "sleevecapQ4Offset.d": "Controls the curvature of the sleevecap in the fourth quadrant (back armhole)", + "sleevecapQ1Spread1.t": "Sleevecap Q1 downward spread", + "sleevecapQ1Spread1.d": "Controls the spread of the sleevecap first quadrant curvature towards the armhole", + "sleevecapQ1Spread2.t": "Sleevecap Q1 upward spread", + "sleevecapQ1Spread2.d": "Controls the spread of the sleevecap first quadrant curvature towards the shoulder", + "sleevecapQ2Spread1.t": "Sleevecap Q2 downward spread", + "sleevecapQ2Spread1.d": "Controls the spread of the sleevecap second quadrant curvature towards the armhole", + "sleevecapQ2Spread2.t": "Sleevecap Q2 upward spread", + "sleevecapQ2Spread2.d": "Controls the spread of the sleevecap second quadrant curvature towards the shoulder", + "sleevecapQ3Spread1.t": "Sleevecap Q3 upward spread", + "sleevecapQ3Spread1.d": "Controls the spread of the sleevecap third quadrant curvature towards the shoulder", + "sleevecapQ3Spread2.t": "Sleevecap Q3 downward spread", + "sleevecapQ3Spread2.d": "Controls the spread of the sleevecap third quadrant curvature towards the armhole", + "sleevecapQ4Spread1.t": "Sleevecap Q4 upward spread", + "sleevecapQ4Spread1.d": "Controls the spread of the sleevecap fourth quadrant curvature towards the shoulder", + "sleevecapQ4Spread2.t": "Sleevecap Q4 downward spread", + "sleevecapQ4Spread2.d": "Controls the spread of the sleevecap fourth quadrant curvature towards the armhole", + "sleeveWidthGuarantee.t": "Sleeve width guarantee", + "sleeveWidthGuarantee.d": "Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole." +} + +export default o_brian diff --git a/packages/i18n/src/next/uk/o_bruce.mjs b/packages/i18n/src/next/uk/o_bruce.mjs new file mode 100644 index 00000000000..ef46b9393b0 --- /dev/null +++ b/packages/i18n/src/next/uk/o_bruce.mjs @@ -0,0 +1,20 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_bruce = { + "bulge.t": "Пахова вставка", + "bulge.d": "Керує кутом пахової вставки для регулювання простору в передній мішковині.", + "legBonus.t": "Додаткова довжина", + "legBonus.d": "Збільшує загальну довжину по нозі.", + "rise.t": "Посадка", + "rise.d": "Керує висотою посадки на талії. Негативний показник зробить посадку нижчою.", + "stretch.t": "Еластичність", + "stretch.d": "Керує негативною свободою облягання.", + "legStretch.t": "Обхват ноги", + "legStretch.d": "Для найкращого результату рекомендується дещо туга посадка на нозі — ніяких пройм.", + "backRise.t": "Посадка ззаду", + "backRise.d": "Керує відсотком висоти посадки ззаду." +} + +export default o_bruce diff --git a/packages/i18n/src/next/uk/o_carlita.mjs b/packages/i18n/src/next/uk/o_carlita.mjs new file mode 100644 index 00000000000..04c8f39751f --- /dev/null +++ b/packages/i18n/src/next/uk/o_carlita.mjs @@ -0,0 +1,10 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_carlita = { + "contour.t": "Contour", + "contour.d": "Controls how sharply the princess seam is contoured." +} + +export default o_carlita diff --git a/packages/i18n/src/next/uk/o_carlton.mjs b/packages/i18n/src/next/uk/o_carlton.mjs new file mode 100644 index 00000000000..2b4638ebf2a --- /dev/null +++ b/packages/i18n/src/next/uk/o_carlton.mjs @@ -0,0 +1,28 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_carlton = { + "seatEase.t": "Seat ease", + "seatEase.d": "Amount of ease around your bum", + "pocketPlacementHorizontal.t": "Horizontal pocket placement", + "pocketPlacementHorizontal.d": "The (horizontal) location of the pockets", + "pocketPlacementVertical.t": "Vertical pocket placement", + "pocketPlacementVertical.d": "The (vertical) location of the pockets", + "collarHeight.t": "Collar height", + "collarHeight.d": "Height of the collar", + "length.t": "Length", + "length.d": "Total length", + "pocketFlapRadius.t": "Pocket flap radius", + "pocketFlapRadius.d": "The amount by which the pocket flap is rounded", + "pocketRadius.t": "Pocket radius", + "pocketRadius.d": "The amount by which the pocket is rounded", + "chestPocketHeight.t": "Chest pocket height", + "chestPocketHeight.d": "Height of the chest pocket", + "beltWidth.t": "Belt width", + "beltWidth.d": "Width of the belt", + "buttonSpacingHorizontal.t": "Horizontal button spacing", + "buttonSpacingHorizontal.d": "Horizontal spacing of the buttons, also determines the front closure overlap" +} + +export default o_carlton diff --git a/packages/i18n/src/next/uk/o_cathrin.mjs b/packages/i18n/src/next/uk/o_cathrin.mjs new file mode 100644 index 00000000000..dd5009c895d --- /dev/null +++ b/packages/i18n/src/next/uk/o_cathrin.mjs @@ -0,0 +1,24 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_cathrin = { + "panels.t": "Number of panels", + "panels.d": "The number of panels to draft. More panels are better to fit a curvier model.", + "waistReduction.t": "Waist reduction", + "waistReduction.d": "The amount by which you want the corset to pinch your waist.", + "backOpening.t": "Back opening", + "backOpening.d": "Opening at the center back closure.", + "backRise.t": "Back rise", + "backRise.d": "How much the back panels rise from your arms to your center back.", + "backDrop.t": "Back drop", + "backDrop.d": "How much the back panels lower from your hips towards your center back. Negative values will raise the back.", + "frontRise.t": "Front rise", + "frontRise.d": "Rise of the front panels at center front, between your breasts. Negative values will lower them.", + "frontDrop.t": "Front drop", + "frontDrop.d": "How much the front panels lower from your hips towards your center front.", + "hipRise.t": "Hip rise", + "hipRise.d": "How much the side panels rise on your hips." +} + +export default o_cathrin diff --git a/packages/i18n/src/next/uk/o_charlie.mjs b/packages/i18n/src/next/uk/o_charlie.mjs new file mode 100644 index 00000000000..28a3743001b --- /dev/null +++ b/packages/i18n/src/next/uk/o_charlie.mjs @@ -0,0 +1,42 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_charlie = { + "backPocketHorizontalPlacement.t": "Back pocket horizontal placement", + "backPocketHorizontalPlacement.d": "Controls the horizontal placement of the back pocket", + "backPocketVerticalPlacement.t": "Back pocket vertical placement", + "backPocketVerticalPlacement.d": "Controls the vertical placement of the back pocket", + "backPocketWidth.t": "Back pocket width", + "backPocketWidth.d": "Controls the width of the back pocket", + "backPocketDepth.t": "Back pocket depth", + "backPocketDepth.d": "Controls the depth of the back pocket", + "backPocketFacing.t": "Back pocket facing", + "backPocketFacing.d": "Controls whether or not to include facing on the back pockets", + "frontPocketSlantDepth.t": "Front pocket slant depth", + "frontPocketSlantDepth.d": "Controls the depth of the (front) pocket slant", + "frontPocketSlantWidth.t": "Front pocket slant width", + "frontPocketSlantWidth.d": "Controls the width of the (front) pocket slant", + "frontPocketSlantRound.t": "Front pocket slant round", + "frontPocketSlantRound.d": "Controls how far from the end of the slant we start rounding into the outseam", + "frontPocketSlantBend.t": "Front pocket slant bend", + "frontPocketSlantBend.d": "Controls the radius by which we round the pocket slant into the outseam", + "frontPocketWidth.t": "Front pocket width", + "frontPocketWidth.d": "Controls the width of the front pocket bag", + "frontPocketDepth.t": "Front pocket depth", + "frontPocketDepth.d": "Controls the depth of the front pocket bag", + "frontPocketFacing.t": "Front pocket facing", + "frontPocketFacing.d": "Controls how far the pocket facing extends into the pocket bag", + "beltLoops.t": "Belt loops", + "beltLoops.d": "Controls the amount of belt loops", + "flyCurve.t": "Fly curve", + "flyCurve.d": "Controls the curvature of the fly J-seam", + "flyLength.t": "Fly length", + "flyLength.d": "Controls the length of the fly", + "flyWidth.t": "Fly width", + "flyWidth.d": "Controls how far the J-seam of offset from the fly edge", + "waistbandCurve.t": "Waistband Curve", + "waistbandCurve.d": "Controls how curved the waistband is." +} + +export default o_charlie diff --git a/packages/i18n/src/next/uk/o_cornelius.mjs b/packages/i18n/src/next/uk/o_cornelius.mjs new file mode 100644 index 00000000000..2a7729cc9a3 --- /dev/null +++ b/packages/i18n/src/next/uk/o_cornelius.mjs @@ -0,0 +1,24 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_cornelius = { + "fullness.t": "Fullness", + "fullness.d": "Controls the fullness of the breeches", + "waistbandBelowWaist.t": "Lower waistband", + "waistbandBelowWaist.d": "Percentage to move the waistband below the actual waist", + "waistReduction.t": "Waist reduction", + "waistReduction.d": "Percentage to reduce the waistband", + "cuffWidth.t": "Cuff width", + "cuffWidth.d": "Width of the leg cuff", + "cuffStyle.t": "Cuff style", + "cuffStyle.d": "Style of the leg cuff", + "bandBelowKnee.t": "Cuff below knee", + "bandBelowKnee.d": "Controls the cuff distance from the knee", + "kneeToBelow.t": "Cuff length", + "kneeToBelow.d": "Controls the tightness of the cuff as compared to the knee", + "ventLength.t": "Vent length", + "ventLength.d": "Controls the length of the vent between knee and cuff" +} + +export default o_cornelius diff --git a/packages/i18n/src/next/uk/o_diana.mjs b/packages/i18n/src/next/uk/o_diana.mjs new file mode 100644 index 00000000000..77a767689ee --- /dev/null +++ b/packages/i18n/src/next/uk/o_diana.mjs @@ -0,0 +1,12 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_diana = { + "shoulderSeamLength.t": "Shoulder seam length", + "shoulderSeamLength.d": "Controls the length of the shoulder seam", + "drapeAngle.t": "Drape angle", + "drapeAngle.d": "Controls the amount of drape" +} + +export default o_diana diff --git a/packages/i18n/src/next/uk/o_florence.mjs b/packages/i18n/src/next/uk/o_florence.mjs new file mode 100644 index 00000000000..8eeef0b7bae --- /dev/null +++ b/packages/i18n/src/next/uk/o_florence.mjs @@ -0,0 +1,14 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_florence = { + "height.t": "Height", + "height.d": "Controls the height of the face mask", + "length.t": "Length", + "length.d": "Controls the length of the face mask", + "curve.t": "Curve", + "curve.d": "Controls the curvature of the upper edge of the face mask" +} + +export default o_florence diff --git a/packages/i18n/src/next/uk/o_florent.mjs b/packages/i18n/src/next/uk/o_florent.mjs new file mode 100644 index 00000000000..a6862b8ca69 --- /dev/null +++ b/packages/i18n/src/next/uk/o_florent.mjs @@ -0,0 +1,10 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_florent = { + "headEase.t": "Head ease", + "headEase.d": "The amound of ease around your head" +} + +export default o_florent diff --git a/packages/i18n/src/next/uk/o_hi.mjs b/packages/i18n/src/next/uk/o_hi.mjs new file mode 100644 index 00000000000..4c2e9292890 --- /dev/null +++ b/packages/i18n/src/next/uk/o_hi.mjs @@ -0,0 +1,16 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_hi = { + "hungry.t": "Hungry", + "hungry.d": "Changes the mouth shape to convey Hi is hungry", + "nosePointiness.t": "Nose pointiness", + "nosePointiness.d": "Controls how pointy Hi's nose is", + "aggressive.t": "Aggressive", + "aggressive.d": "Give Hi pointy teeth, or not", + "size.t": "Size", + "size.d": "Sharks come in all sizes, and so does Hi" +} + +export default o_hi diff --git a/packages/i18n/src/next/uk/o_holmes.mjs b/packages/i18n/src/next/uk/o_holmes.mjs new file mode 100644 index 00000000000..b8c232024fb --- /dev/null +++ b/packages/i18n/src/next/uk/o_holmes.mjs @@ -0,0 +1,26 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_holmes = { + "headEase.t": "Head ease", + "headEase.d": "The amount of ease around your head.", + "lengthRatio.t": "Length ratio", + "lengthRatio.d": "Controls the length of the crown and ear flaps", + "gores.t": "Number of gores", + "gores.d": "The number of gores used to construct the crown", + "visorAngle.t": "Visor angle", + "visorAngle.d": "The arc angle used to draft the inner curve of the visor", + "visorWidth.t": "Visor width", + "visorWidth.d": "Controls the width of the visor", + "earLength.t": "Ear flap length", + "earLength.d": "Controls the length of the ear flaps independently from the crown pieces", + "earWidth.t": "Ear flap width", + "earWidth.d": "Controls the width of the ear flaps", + "buttonhole.t": "Buttonhole guide", + "buttonhole.d": "Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant", + "visorLength.t": "Visor length", + "visorLength.d": "Controls the length of the visor" +} + +export default o_holmes diff --git a/packages/i18n/src/next/uk/o_hortensia.mjs b/packages/i18n/src/next/uk/o_hortensia.mjs new file mode 100644 index 00000000000..9f0a3796c18 --- /dev/null +++ b/packages/i18n/src/next/uk/o_hortensia.mjs @@ -0,0 +1,16 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_hortensia = { + "size.t": "Size", + "size.d": "Controls the overall size of the handbag", + "zipperSize.t": "Zipper size", + "zipperSize.d": "Which size of zipper to use", + "strapLength.t": "Strap length", + "strapLength.d": "Controls the length of the strap", + "handleWidth.t": "Handle width", + "handleWidth.d": "Controls the width of the handle" +} + +export default o_hortensia diff --git a/packages/i18n/src/next/uk/o_huey.mjs b/packages/i18n/src/next/uk/o_huey.mjs new file mode 100644 index 00000000000..d053c97b88c --- /dev/null +++ b/packages/i18n/src/next/uk/o_huey.mjs @@ -0,0 +1,22 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_huey = { + "pocket.t": "Pocket", + "pocket.d": "Whether to include a front pocket or not", + "pocketHeight.t": "Pocket height", + "pocketHeight.d": "Controls the height of the pocket", + "hoodHeight.t": "Hood height", + "hoodHeight.d": "Controls the height of the hood", + "hoodCutback.t": "Hood cutback", + "hoodCutback.d": "Controls how far the hood opening is cut back", + "hoodClosure.t": "Hood closure", + "hoodClosure.d": "Controls how much of the hood is part of the front closure", + "hoodDepth.t": "Hood depth", + "hoodDepth.d": "Controls the depth of the hood", + "hoodAngle.t": "Hood angle", + "hoodAngle.d": "Controls the angle at which the hood is attached" +} + +export default o_huey diff --git a/packages/i18n/src/next/uk/o_hugo.mjs b/packages/i18n/src/next/uk/o_hugo.mjs new file mode 100644 index 00000000000..f4068c9f7e2 --- /dev/null +++ b/packages/i18n/src/next/uk/o_hugo.mjs @@ -0,0 +1,10 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_hugo = { + "hipsEase.t": "Hips ease", + "hipsEase.d": "The amount of ease at your hips." +} + +export default o_hugo diff --git a/packages/i18n/src/next/uk/o_jaeger.mjs b/packages/i18n/src/next/uk/o_jaeger.mjs new file mode 100644 index 00000000000..90a767db89b --- /dev/null +++ b/packages/i18n/src/next/uk/o_jaeger.mjs @@ -0,0 +1,82 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_jaeger = { + "centerBackDart.t": "Center back dart", + "centerBackDart.d": "Dart at the center back of your neck to accommodate a rounded back", + "sleeveVentLength.t": "Sleeve vent length", + "sleeveVentLength.d": "Length of the sleeve vent", + "sleeveVentWidth.t": "Sleeve vent width", + "sleeveVentWidth.d": "Width of the sleeve vent", + "chestShaping.t": "Chest shaping", + "chestShaping.d": "Amount of shaping to accommodate for the chest curve", + "frontDartPlacement.t": "Front dart placement", + "frontDartPlacement.d": "Location of the front darts", + "frontOverlap.t": "Front overlap", + "frontOverlap.d": "How far the fabric extends beyond the closing buttons", + "sideFrontPlacement.t": "Side/Front placement", + "sideFrontPlacement.d": "The location of the side/front boundary", + "chestPocketDepth.t": "Chest pocket depth", + "chestPocketDepth.d": "The depth of the chest pocket", + "chestPocketWidth.t": "Chest pocket width", + "chestPocketWidth.d": "The width of the chest pocket", + "chestPocketPlacement.t": "Chest pocket placement", + "chestPocketPlacement.d": "The location of the chest pocket", + "chestPocketAngle.t": "Chest pocket angle", + "chestPocketAngle.d": "The angle under which the chest pocket is placed", + "chestPocketWeltSize.t": "Chest pocket welt size", + "chestPocketWeltSize.d": "The size of the chest pocket welt", + "frontPocketPlacement.t": "Front pocket placement", + "frontPocketPlacement.d": "Location of the front pocket", + "frontPocketWidth.t": "Front pocket width", + "frontPocketWidth.d": "The width of the front pocket", + "frontPocketDepth.t": "Front pocket depth", + "frontPocketDepth.d": "The depth of the front pocket", + "frontPocketRadius.t": "Front pocket radius", + "frontPocketRadius.d": "The radius by which the front pocket is rounded", + "innerPocketPlacement.t": "Inner pocket placement", + "innerPocketPlacement.d": "The location of the inner pocket", + "innerPocketWidth.t": "Inner pocket width", + "innerPocketWidth.d": "The width of the inner pocket", + "innerPocketDepth.t": "Inner pocket depth", + "innerPocketDepth.d": "The depth of the inner pocket", + "innerPocketWeltHeight.t": "Inner pocket welt height", + "innerPocketWeltHeight.d": "The height of the inner pocket welt", + "pocketFoldover.t": "Pocket fold-over", + "pocketFoldover.d": "The amount by which the main fabric is folder over into the pocket", + "centerFrontHemDrop.t": "Center front hem drop", + "centerFrontHemDrop.d": "The amount by which the hem is lowered towards the center front", + "backVent.t": "Back vent", + "backVent.d": "The amount of back vents", + "backVentLength.t": "Back vent length", + "backVentLength.d": "The length of the back vent(s)", + "buttonLength.t": "Button length", + "buttonLength.d": "The distance over which buttons are spread", + "frontCutawayAngle.t": "Front cutaway angle", + "frontCutawayAngle.d": "The angle under which the front is cut away towards the hem", + "frontCutawayStart.t": "Front cutaway start", + "frontCutawayStart.d": "The location at which the front starts opening up towards the hem", + "frontCutawayEnd.t": "Front cutaway end", + "frontCutawayEnd.d": "Increasing this will make the front cutaway stay closer to the center front", + "collarSpread.t": "Collar spread", + "collarSpread.d": "The collar spread controls how the collar drapes over the shoulders", + "lapelStart.t": "Lapel start", + "lapelStart.d": "Location where the center front goes over into the lapels", + "lapelReduction.t": "Lapel reduction", + "lapelReduction.d": "How much the tip of the lapels turns inwards", + "collarHeight.t": "Collar height", + "collarHeight.d": "Height of the collar", + "collarNotchDepth.t": "Collar notch depth", + "collarNotchDepth.d": "Depth of the collar notch", + "collarNotchAngle.t": "Collar notch angle", + "collarNotchAngle.d": "Angle of the collar notch", + "collarNotchReturn.t": "Collar notch return", + "collarNotchReturn.d": "How much the collar returns from the notch, in comparison to the lapel", + "rollLineCollarHeight.t": "Roll-line collar height", + "rollLineCollarHeight.d": "How much the roll-line hugs the neck", + "hemRadius.t": "Hem radius", + "hemRadius.d": "The amount by which the hem is rounded" +} + +export default o_jaeger diff --git a/packages/i18n/src/next/uk/o_lucy.mjs b/packages/i18n/src/next/uk/o_lucy.mjs new file mode 100644 index 00000000000..2a36dcac6d1 --- /dev/null +++ b/packages/i18n/src/next/uk/o_lucy.mjs @@ -0,0 +1,14 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_lucy = { + "width.t": "Width", + "width.d": "Width of the pocket", + "length.t": "Length", + "length.d": "Length (depth) of the pocket", + "edge.t": "Taper", + "edge.d": "Controls how much the pocket opening tapers inwards" +} + +export default o_lucy diff --git a/packages/i18n/src/next/uk/o_lunetius.mjs b/packages/i18n/src/next/uk/o_lunetius.mjs new file mode 100644 index 00000000000..5641a647e43 --- /dev/null +++ b/packages/i18n/src/next/uk/o_lunetius.mjs @@ -0,0 +1,14 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_lunetius = { + "lengthRatio.t": "Length ratio", + "lengthRatio.d": "Controls the length of the garment", + "widthRatio.t": "Width ratio", + "widthRatio.d": "Controls the width of the garment", + "length.t": "Length", + "length.d": "Choose from the different length styles" +} + +export default o_lunetius diff --git a/packages/i18n/src/next/uk/o_noble.mjs b/packages/i18n/src/next/uk/o_noble.mjs new file mode 100644 index 00000000000..c786079ead1 --- /dev/null +++ b/packages/i18n/src/next/uk/o_noble.mjs @@ -0,0 +1,46 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_noble = { + "dartPosition.t": "Dart position", + "dartPosition.d": "Controls whether to split at the shoulder or armhole", + "chestEase.t": "Chest ease", + "chestEase.d": "Controls the amount of ease at the chest", + "waistEase.t": "Waist ease", + "waistEase.d": "Controls the amount of ease at the waist", + "bustSpanEase.t": "Bust span ease", + "bustSpanEase.d": "Controls the amount of ease along the bust span", + "backDartHeight.t": "Controls the height of the back dart", + "backDartHeight.d": "Back dart height", + "waistDartLength.t": "Waist dart length", + "waistDartLength.d": "Controls the length of the waist dart", + "shoulderDartPosition.t": "Shoulder dart position", + "shoulderDartPosition.d": "Controls the position of the shoulder dart", + "upperDartLength.t": "Upper dart length", + "upperDartLength.d": "Controls the length of the upper dart", + "armholeDartPosition.t": "Armhole dart position", + "armholeDartPosition.d": "Controls the position of the armhole dart", + "armholeDepth.t": "Armhole depth", + "armholeDepth.d": "Controls the depth of the armhole", + "backArmholeSlant.t": "Back armhole slant", + "backArmholeSlant.d": "Controls the slant of the armhole at the back", + "backArmholeCurvature.t": "Back armhole curvature", + "backArmholeCurvature.d": "Controls how deep the armhole is scooped out at the back", + "frontArmholePitchDepth.t": "Front armhole pitch depth", + "frontArmholePitchDepth.d": "Controls how deep the armhole curts into the front", + "backArmholePitchDepth.t": "Back armhole pitch depth", + "backArmholePitchDepth.d": "Controls how deep the armhole curts into the back", + "backNeckCutout.t": "Back neck cutout", + "backNeckCutout.d": "Controls how deep the neck is cutout in the back", + "backHemSlope.t": "Back hem slope", + "backHemSlope.d": "Constrols the slope of the back hem", + "frontShoulderWidth.t": "Front shoulder width", + "frontShoulderWidth.d": "Controls how much width is added to the shoulder in the front", + "highBustWidth.t": "Hight bust width", + "highBustWidth.d": "Controls the widht of the high bust", + "shoulderToShoulderEase.t": "Shoulder to shoulder ease", + "shoulderToShoulderEase.d": "Controls the amount of ease long the shoulder to shoulder measurement" +} + +export default o_noble diff --git a/packages/i18n/src/next/uk/o_paco.mjs b/packages/i18n/src/next/uk/o_paco.mjs new file mode 100644 index 00000000000..2d0b8605211 --- /dev/null +++ b/packages/i18n/src/next/uk/o_paco.mjs @@ -0,0 +1,18 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_paco = { + "heelEase.t": "Heel ease", + "heelEase.d": "The amount of ease at your heel (when stepping into the leg)", + "frontPockets.t": "Front pockets", + "frontPockets.d": "Whether or not to add front pockets on the side seam", + "backPockets.t": "Back pockets", + "backPockets.d": "Whether or not to add welt pockets to the back", + "elasticatedHem.t": "Elasticated hem", + "elasticatedHem.d": "Whether or not you want an elasticated hem", + "ankleElastic.t": "Ankle/Hem elastic width", + "ankleElastic.d": "Width of the (optional) elastic at the ankle/hem" +} + +export default o_paco diff --git a/packages/i18n/src/next/uk/o_penelope.mjs b/packages/i18n/src/next/uk/o_penelope.mjs new file mode 100644 index 00000000000..32cdd6967d8 --- /dev/null +++ b/packages/i18n/src/next/uk/o_penelope.mjs @@ -0,0 +1,36 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_penelope = { + "backDartDepthFactor.t": "Back dart depth factor", + "backDartDepthFactor.d": "How far down does the back dart go from the waistband. This is a factor of the Natural Waist To Seat measurement.", + "backVent.t": "Back vent", + "backVent.d": "Add a vent in the back of the skirt.", + "backVentLength.t": "Back vent length", + "backVentLength.d": "Length of the Back Vent as a percentage of the skirt length.", + "dartToSideSeamFactor.t": "Dart to side seam factor", + "dartToSideSeamFactor.d": "Percentage of how much of the hip to waist reduction has to be taken in by the darts versus the side seam.", + "frontDartDepthFactor.t": "Front dart depth factor", + "frontDartDepthFactor.d": "How far down does the front dart go from the waistband. This is a factor of the Natural Waist To Seat measurement.", + "hem.t": "Size of the hem", + "hem.d": "The size of the hem. Measurement in absolute values.", + "hemBonus.t": "Hem bonus", + "hemBonus.d": "This option will reduce the circumference of the skirt at the hem. Percentage of the Seat measurement.", + "lengthBonus.t": "Length bonus", + "lengthBonus.d": "This sets the length of the skirt. Percentage of the Natural Waist to Knee measurement.", + "nrOfDarts.t": "Number of darts", + "nrOfDarts.d": "The number of darts used in the pattern. Maximum is 2. This option can be reduced by the pattern if the calculations create darts that are too small.", + "seatEase.t": "Seat ease", + "seatEase.d": "Amount of ease at the seat level.", + "waistBand.t": "Waist band", + "waistBand.d": "Add a waistband to the pattern.", + "waistBandWidth.t": "Waist band width", + "waistBandWidth.d": "The width of the waist band.", + "waistEase.t": "Waist ease", + "waistEase.d": "Amount of ease at the waist level.", + "zipperLocation.t": "Zipper location", + "zipperLocation.d": "The location of the zipper." +} + +export default o_penelope diff --git a/packages/i18n/src/next/uk/o_sandy.mjs b/packages/i18n/src/next/uk/o_sandy.mjs new file mode 100644 index 00000000000..11f193fed8b --- /dev/null +++ b/packages/i18n/src/next/uk/o_sandy.mjs @@ -0,0 +1,24 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_sandy = { + "waistbandWidth.t": "Waistband width", + "waistbandWidth.d": "Controls the width of the waistband.", + "waistbandPosition.t": "Waistband position", + "waistbandPosition.d": "Controls the position of the waistband.", + "waistbandShape.t": "Waistband shape", + "waistbandShape.d": "Whether you want a straight or shaped waistband.", + "circleRatio.t": "Circle ratio", + "circleRatio.d": "The percentage of a circle you want the skirt to be.", + "waistbandOverlap.t": "Waistband overlap", + "waistbandOverlap.d": "The amount by which the waistband overlaps.", + "gathering.t": "Gathering", + "gathering.d": "The percent by which the top of the skirt is longer than the bottom of the waistband.", + "seamlessFullCircle.t": "Seamless full circle", + "seamlessFullCircle.d": "Enables a seamless full circle skirt.", + "hemWidth.t": "Hem width", + "hemWidth.d": "Width of the hem" +} + +export default o_sandy diff --git a/packages/i18n/src/next/uk/o_shin.mjs b/packages/i18n/src/next/uk/o_shin.mjs new file mode 100644 index 00000000000..9f65073ff89 --- /dev/null +++ b/packages/i18n/src/next/uk/o_shin.mjs @@ -0,0 +1,12 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_shin = { + "legReduction.t": "Leg reduction", + "legReduction.d": "Reduces the leg opening to prevent gaping", + "elasticWidth.t": "Elastic width", + "elasticWidth.d": "Width of the elastic at the waist" +} + +export default o_shin diff --git a/packages/i18n/src/next/uk/o_simon.mjs b/packages/i18n/src/next/uk/o_simon.mjs new file mode 100644 index 00000000000..e2efd76d3ab --- /dev/null +++ b/packages/i18n/src/next/uk/o_simon.mjs @@ -0,0 +1,82 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_simon = { + "backDarts.t": "Back darts", + "backDarts.d": "Whether or not to include back darts", + "backDartShaping.t": "Back dart shaping", + "backDartShaping.d": "The amount of shaping that is done by the back darts", + "barrelCuffNarrowButton.t": "Cuff narrow button", + "barrelCuffNarrowButton.d": "Whether to include a button to tie the cuffs more narrow. This option is only relevant for barrel cuffs.", + "boxPleat.t": "Box pleat", + "boxPleat.d": "Whether to include a box pleat at the back or not", + "boxPleatWidth.t": "Box pleat width", + "boxPleatWidth.d": "The total widh of the box pleat", + "boxPleatFold.t": "Box pleat fold", + "boxPleatFold.d": "The amount by with the box pleat folds inwards", + "buttonPlacketStyle.t": "Button placket style", + "buttonPlacketStyle.d": "Style of the button placket.", + "buttonPlacketWidth.t": "Button placket width", + "buttonPlacketWidth.d": "Width of the button placket.", + "buttonFreeLength.t": "Button free length", + "buttonFreeLength.d": "How much of the bottom of the front closure to keep button-free.", + "buttonholePlacketFoldWidth.t": "Buttonhole placket fold width", + "buttonholePlacketFoldWidth.d": "Width of the buttonhole placket fold.", + "buttonholePlacketStyle.t": "Buttonhole placket style", + "buttonholePlacketStyle.d": "Style of the buttonhole placket.", + "buttonholePlacketWidth.t": "Buttonhole placket width", + "buttonholePlacketWidth.d": "Width of the buttonhole placket.", + "buttons.t": "Number of buttons", + "buttons.d": "The number of buttons on the front closure.", + "collarAngle.t": "Collar angle", + "collarAngle.d": "The angle of the collar tips.", + "collarBend.t": "Collar bend", + "collarBend.d": "The bend of the collar.", + "collarFlare.t": "Collar flare", + "collarFlare.d": "The flare of the collar tips.", + "collarGap.t": "Collar gap", + "collarGap.d": "The gap between the the two collar ends.", + "collarRoll.t": "Collar roll", + "collarRoll.d": "The amount by which the top collar is larger than the undercollar.", + "collarStandBend.t": "Collar stand bend", + "collarStandBend.d": "The bend of the collar stand.", + "collarStandCurve.t": "Collar stand curve", + "collarStandCurve.d": "The curve of the collar stand.", + "collarStandWidth.t": "Collar stand width", + "collarStandWidth.d": "Width of the collar stand.", + "cuffButtonRows.t": "Cuff button rows", + "cuffButtonRows.d": "Whether to draft a single or double row of cuff buttons. This option is only relevant for barrel cuffs.", + "cuffDrape.t": "Cuff drape", + "cuffDrape.d": "The amount by which the sleeve is wider than the cuff where the are joined.", + "cuffLength.t": "Cuff length", + "cuffLength.d": "The length of the cuffs.", + "cuffStyle.t": "Cuff style", + "cuffStyle.d": "The style of the cuffs.", + "extraTopButton.t": "Extra top button", + "extraTopButton.d": "Whether or not to include an extra top button on the front closure.", + "ffsa.t": "Flat-felled seam allowace", + "ffsa.d": "The amount of seam allowance on flet-felled seams as a proportion of the regular seam allowance", + "hemCurve.t": "Hem curve", + "hemCurve.d": "The height of the curve on a curved hem.", + "hemStyle.t": "Hem style", + "hemStyle.d": "The style of the shirt hem.", + "roundBack.t": "Round back", + "roundBack.d": "To fit a round(er) back, this adds length to the center back (at the yoke) that tapers of towards the sides.", + "seperateButtonholePlacket.t": "Seperate buttonhole placket", + "seperateButtonholePlacket.d": "Draft a separate buttonhole placket.", + "seperateButtonPlacket.t": "Seperate button placket", + "seperateButtonPlacket.d": "Draft a separate button placket", + "sleevePlacketLength.t": "Sleeve placket length", + "sleevePlacketLength.d": "The length of the sleeve placket.", + "sleevePlacketWidth.t": "Sleeve placket width", + "sleevePlacketWidth.d": "The width of the sleeve placket.", + "splitYoke.t": "Split yoke", + "splitYoke.d": "Whether to draft a split or regular yoke.", + "waistEase.t": "Waist ease", + "waistEase.d": "The amount of ease at your (natural) waist.", + "yokeHeight.t": "Yoke height", + "yokeHeight.d": "Controls the height of the yoke" +} + +export default o_simon diff --git a/packages/i18n/src/next/uk/o_simone.mjs b/packages/i18n/src/next/uk/o_simone.mjs new file mode 100644 index 00000000000..c23a665a9bf --- /dev/null +++ b/packages/i18n/src/next/uk/o_simone.mjs @@ -0,0 +1,18 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_simone = { + "bustDartAngle.t": "Bust dart angle", + "bustDartAngle.d": "Controls the angle by which the (side) bust dart slopes downward", + "bustDartLength.t": "Bust dart length", + "bustDartLength.d": "Controls how close the bust dart approaches the bust point", + "contour.t": "Contour", + "contour.d": "Controls how sharply the extra room for breasts is removed again below the chest", + "frontDarts.t": "Front darts", + "frontDarts.d": "Whether to include front darts or not", + "frontDartLength.t": "Front dart length", + "frontDartLength.d": "Controls how close the front dart approaches the bust point" +} + +export default o_simone diff --git a/packages/i18n/src/next/uk/o_sven.mjs b/packages/i18n/src/next/uk/o_sven.mjs new file mode 100644 index 00000000000..9deed8bf7be --- /dev/null +++ b/packages/i18n/src/next/uk/o_sven.mjs @@ -0,0 +1,16 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_sven = { + "hipsEase.t": "Hips ease", + "hipsEase.d": "Controls the amount of ease at your hips (the bottom of the sweater)", + "ribbing.t": "Ribbing", + "ribbing.d": "Whether to finish the hem and cuffs with ribbing or not.", + "ribbingHeight.t": "Ribbing height", + "ribbingHeight.d": "The height of the ribbing on cuffs and hem.", + "ribbingStretch.t": "Ribbing stretch", + "ribbingStretch.d": "The amount of negative ease to apply to the ribbing used for cuffs and hem." +} + +export default o_sven diff --git a/packages/i18n/src/next/uk/o_tamiko.mjs b/packages/i18n/src/next/uk/o_tamiko.mjs new file mode 100644 index 00000000000..a31aaa9e588 --- /dev/null +++ b/packages/i18n/src/next/uk/o_tamiko.mjs @@ -0,0 +1,14 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_tamiko = { + "flare.t": "Flare", + "flare.d": "The amount by which the garment flares from your chest downwards", + "shoulderseamLength.t": "Shoulder seam length", + "shoulderseamLength.d": "The length of the shoulder seam, as a factor of your shoulder to shoulder measurement", + "shoulderSlope.t": "Shoulder slope", + "shoulderSlope.d": "Controls the angle of the shoulder seams" +} + +export default o_tamiko diff --git a/packages/i18n/src/next/uk/o_teagan.mjs b/packages/i18n/src/next/uk/o_teagan.mjs new file mode 100644 index 00000000000..7daf618fe35 --- /dev/null +++ b/packages/i18n/src/next/uk/o_teagan.mjs @@ -0,0 +1,20 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_teagan = { + "draftForHighBust.t": "Draft for high bust", + "draftForHighBust.d": "Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.", + "sleeveEase.t": "Свобода прилягання рукава", + "sleeveEase.d": "Змінити свободу прилягання рукавів", + "sleeveLength.t": "Довжина рукава", + "sleeveLength.d": "Змінити довжину рукавів", + "necklineBend.t": "Вигін горловини", + "necklineBend.d": "Змінити лінію вигину горловини.", + "necklineDepth.t": "Глибина горловини", + "necklineDepth.d": "Змінити параметр того, як низько знаходиться горловина.", + "necklineWidth.t": "Ширина горловини", + "necklineWidth.d": "Змінити ширину горловини." +} + +export default o_teagan diff --git a/packages/i18n/src/next/uk/o_theo.mjs b/packages/i18n/src/next/uk/o_theo.mjs new file mode 100644 index 00000000000..ad4bfc62f5e --- /dev/null +++ b/packages/i18n/src/next/uk/o_theo.mjs @@ -0,0 +1,12 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_theo = { + "wedge.t": "Wedge", + "wedge.d": "Controls the length of the cross seam", + "legWidth.t": "Leg width", + "legWidth.d": "Controls the width of the legs" +} + +export default o_theo diff --git a/packages/i18n/src/next/uk/o_tiberius.mjs b/packages/i18n/src/next/uk/o_tiberius.mjs new file mode 100644 index 00000000000..0faf069afb1 --- /dev/null +++ b/packages/i18n/src/next/uk/o_tiberius.mjs @@ -0,0 +1,28 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_tiberius = { + "headRatio.t": "Head ratio", + "headRatio.d": "Controls the size of the head opening", + "armholeDrop.t": "Armhole drop", + "armholeDrop.d": "Controls the depth of the armhole", + "lengthBonus.t": "Length bonus", + "lengthBonus.d": "Allows variation of the length of the garment", + "widthBonus.t": "Width bonus", + "widthBonus.d": "Allows variation of the width of the garment", + "clavi.t": "Clavi", + "clavi.d": "Whether or not to include guides for clavi", + "clavusLocation.t": "Clavus location", + "clavusLocation.d": "Controls the location of the clavi", + "clavusWidth.t": "Clavus width", + "clavusWidth.d": "Controls the width of the clavi", + "length.t": "Length", + "length.d": "Controls the length of the garment", + "width.t": "Width", + "width.d": "Controls the width of the garment", + "forceWidth.t": "Force width", + "forceWidth.d": "Apply width settings regardless of constraints" +} + +export default o_tiberius diff --git a/packages/i18n/src/next/uk/o_titan.mjs b/packages/i18n/src/next/uk/o_titan.mjs new file mode 100644 index 00000000000..02b102082a5 --- /dev/null +++ b/packages/i18n/src/next/uk/o_titan.mjs @@ -0,0 +1,38 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_titan = { + "kneeEase.t": "Knee ease", + "kneeEase.d": "Controls the amout of ease at the knee", + "waistHeight.t": "Waist height", + "waistHeight.d": "Controls the height of the waist, 100% = waist height, 0% = hip height", + "lengthBonus.t": "Length bonus", + "lengthBonus.d": "Controls the length of the trousers", + "crotchDrop.t": "Crotch drop", + "crotchDrop.d": "Lowers the crotch for a more relaxed fit", + "fitKnee.t": "Fit the knee", + "fitKnee.d": "Fits the legs from based on the knee circumference, rather than seat circumference", + "legBalance.t": "Leg balance", + "legBalance.d": "Controls the ratio between front and back panel of the leg", + "crossSeamCurveStart.t": "Start of the cross seam curve", + "crossSeamCurveStart.d": "Controls how far into the cross seam we start to curve", + "crossSeamCurveBend.t": "Cross seam bend", + "crossSeamCurveBend.d": "Controls the curvature of the cross seam", + "crossSeamCurveAngle.t": "Cross seam angle", + "crossSeamCurveAngle.d": "Controls the angle of the cross seam", + "crotchSeamCurveStart.t": "Start of the crotch seam curve", + "crotchSeamCurveStart.d": "Controls how far into the crotch seam we start to curve", + "crotchSeamCurveBend.t": "Crotch seam bend", + "crotchSeamCurveBend.d": "Controls the curvature of the crotch seam", + "crotchSeamCurveAngle.t": "Crotch seam angle", + "crotchSeamCurveAngle.d": "Controls the angle of the crotch seam", + "waistBalance.t": "Waist balance", + "waistBalance.d": "Controls the horizontal position of the waist relative to the seat", + "waistbandWidth.t": "Waistband width", + "waistbandWidth.d": "The width of the waistband", + "grainlinePosition.t": "Grainline position", + "grainlinePosition.d": "Controls the horizontal position of the leg relative to the seat" +} + +export default o_titan diff --git a/packages/i18n/src/next/uk/o_trayvon.mjs b/packages/i18n/src/next/uk/o_trayvon.mjs new file mode 100644 index 00000000000..c5bd73f2013 --- /dev/null +++ b/packages/i18n/src/next/uk/o_trayvon.mjs @@ -0,0 +1,12 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_trayvon = { + "tipWidth.t": "Tip width", + "tipWidth.d": "The width of your tie at the tip", + "knotWidth.t": "Knot width", + "knotWidth.d": "The width of your tie at the knot" +} + +export default o_trayvon diff --git a/packages/i18n/src/next/uk/o_unice.mjs b/packages/i18n/src/next/uk/o_unice.mjs new file mode 100644 index 00000000000..ebf2967acd5 --- /dev/null +++ b/packages/i18n/src/next/uk/o_unice.mjs @@ -0,0 +1,16 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_unice = { + "fabricStretchX.t": "Fabric stretch (horizontal)", + "fabricStretchX.d": "Adjust this for more or less stretchy fabrics", + "fabricStretchY.t": "Fabric stretch (vertical)", + "fabricStretchY.d": "Adjust this for more or less stretchy fabrics", + "adjustStretch.t": "Adjust stretch", + "adjustStretch.d": "This option allows you to put in the maximum stretch that the fabric will allow in both horizontal and vertical directions; When disabled, the stretch values are used as-is", + "useCrossSeam.t": "Use crossseam", + "useCrossSeam.d": "When enabled, the total height of the pattern pieces combined will match the cross seam length minus the front and back rise. When disabled, the total height depends on the gusset length option." +} + +export default o_unice diff --git a/packages/i18n/src/next/uk/o_ursula.mjs b/packages/i18n/src/next/uk/o_ursula.mjs new file mode 100644 index 00000000000..9495f237de1 --- /dev/null +++ b/packages/i18n/src/next/uk/o_ursula.mjs @@ -0,0 +1,28 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_ursula = { + "fabricStretch.t": "Fabric stretch", + "fabricStretch.d": "Adjust this for more or less stretchy fabrics", + "gussetWidth.t": "Gusset width", + "gussetWidth.d": "Controls the width of the gusset", + "gussetLength.t": "Gusset length", + "gussetLength.d": "Controls the length of the gusset", + "elasticStretch.t": "Elastic stretch", + "elasticStretch.d": "Adjust this for more or less stretchy elastic", + "rise.t": "Rise", + "rise.d": "Controls the height of the waist", + "legOpening.t": "Leg opening", + "legOpening.d": "Controls how high the leg is cut out", + "frontDip.t": "Front waist dip", + "frontDip.d": "Controls how much the front waist curves (revealing more or less skin)", + "backDip.t": "Back waist dip", + "backDip.d": "Controls how much the back waist curves (revealing more or less skin)", + "taperToGusset.t": "Front exposure", + "taperToGusset.d": "Controls the amount of exposed skin on the front", + "backExposure.t": "Back exposure", + "backExposure.d": "Controls the amount of exposed skin on the back" +} + +export default o_ursula diff --git a/packages/i18n/src/next/uk/o_wahid.mjs b/packages/i18n/src/next/uk/o_wahid.mjs new file mode 100644 index 00000000000..6a10a639dd4 --- /dev/null +++ b/packages/i18n/src/next/uk/o_wahid.mjs @@ -0,0 +1,36 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_wahid = { + "backScyeDart.t": "Back scye dart", + "backScyeDart.d": "The amount to take out in a dart at the back of the armhole.", + "frontScyeDart.t": "Front scye dart", + "frontScyeDart.d": "The amount to take out in a dart at the front of the armhole.", + "pocketLocation.t": "Pocket location", + "pocketLocation.d": "Determines the placement of the pocket", + "pocketWidth.t": "Pocket width", + "pocketWidth.d": "Determines the width of the pocket", + "weltHeight.t": "Welt height", + "weltHeight.d": "Determines the height of the welt", + "necklineDrop.t": "Neckline drop", + "necklineDrop.d": "Determines how low the neckline drops at the front", + "frontStyle.t": "Neck opening style", + "frontStyle.d": "Style of the neck opening", + "hemStyle.t": "Hem style", + "hemStyle.d": "Style of the front hem", + "hemRadius.t": "Hem radius", + "hemRadius.d": "Radius by which the hem is rounded", + "backInset.t": "Back inset", + "backInset.d": "How much the back of the armhole is cut inwards", + "frontInset.t": "Front inset", + "frontInset.d": "How much the front of the armhole is cut inwards", + "shoulderInset.t": "Shoulder inset", + "shoulderInset.d": "How much the shoulder seam is cut inwards at the shoulder", + "neckInset.t": "Neck inset", + "neckInset.d": "How much the shoulder seam is cut inwards at the neck", + "pocketAngle.t": "Pocket angle", + "pocketAngle.d": "Angle of the pocket slant" +} + +export default o_wahid diff --git a/packages/i18n/src/next/uk/o_walburga.mjs b/packages/i18n/src/next/uk/o_walburga.mjs new file mode 100644 index 00000000000..e033f36b0b4 --- /dev/null +++ b/packages/i18n/src/next/uk/o_walburga.mjs @@ -0,0 +1,20 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_walburga = { + "headRatio.t": "Head ratio", + "headRatio.d": "Controls the size of the head opening", + "lengthBonus.t": "Length bonus", + "lengthBonus.d": "Allows variation of the length of the garment", + "widthBonus.t": "Width bonus", + "widthBonus.d": "Allows variation of the width of the garment", + "length.t": "Length", + "length.d": "Controls the length of the garment", + "neckoRatio.t": "Neck opening shape", + "neckoRatio.d": "controls the shape of the neck opening", + "neckline.t": "Neckline", + "neckline.d": "Controls whether or not to draft a neck opening" +} + +export default o_walburga diff --git a/packages/i18n/src/next/uk/o_waralee.mjs b/packages/i18n/src/next/uk/o_waralee.mjs new file mode 100644 index 00000000000..d25f7564705 --- /dev/null +++ b/packages/i18n/src/next/uk/o_waralee.mjs @@ -0,0 +1,36 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const o_waralee = { + "backPocket.t": "Back pocket", + "backPocket.d": "Whether to include a back pocket or not", + "frontPocket.t": "Front pocket", + "frontPocket.d": "Whether to include a front pocket or not", + "hemWidth.t": "Hem size", + "hemWidth.d": "Size of the hem at the bottom of the pants", + "waistbandWidth.t": "Waist Band", + "waistbandWidth.d": "Size of the waist band", + "waistRaise.t": "Waist Raise", + "waistRaise.d": "How much to raise the waist from the seat depth measurement. This influences the depth of the crotch cut-out.", + "crotchBack.t": "Crotch Back", + "crotchBack.d": "The percentage of the seat circumference that the back crotch needs to occupy. This creates more or less space between the side seam and the back.", + "crotchFront.t": "Crotch Front", + "crotchFront.d": "The percentage of the seat circumference that the front crotch needs to occupy. This creates more or less space between the side seam and the front.", + "crotchFactorBackHor.t": "Back Crotch Factor Horizontal", + "crotchFactorBackHor.d": "Used to move the curve of the crotch in the back horizontally", + "crotchFactorBackVer.t": "Back Crotch Factor Vertical", + "crotchFactorBackVer.d": "Used to move the curve of the crotch in the back vertically", + "crotchFactorFrontHor.t": "Front Crotch Factor Horizontal", + "crotchFactorFrontHor.d": "Used to move the curve of the crotch in the front horizontally", + "crotchFactorFrontVer.t": "Front Crotch Factor Vertical", + "crotchFactorFrontVer.d": "Used to move the curve of the crotch in the front vertically", + "waistOverlap.t": "Waist Overlap", + "waistOverlap.d": "This dicates how much you want the leg flaps to overlap at the waist. A setting of 0 would have them meet at the side seam, and a setting of 100 makes them meet at the front/back.", + "legShortening.t": "Leg Shortening", + "legShortening.d": "This dictates how long the pants will be. It is a factor of the inseam measurement. The larger the value, the more that will be taken off the length.", + "backRaise.t": "Back Raise", + "backRaise.d": "This setting raises the waist in the back. Our waist does not sit horizontally, but is angled up at the back. This seting allows you to raise this in the back if you need it for a good fit." +} + +export default o_waralee diff --git a/packages/i18n/src/next/uk/ograph.mjs b/packages/i18n/src/next/uk/ograph.mjs new file mode 100644 index 00000000000..306cf6a8a31 --- /dev/null +++ b/packages/i18n/src/next/uk/ograph.mjs @@ -0,0 +1,12 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const ograph = { + "orgTitle": "Ласкаво просимо до FreeSewing.org", + "devTitle": "Ласкаво просимо до FreeSewing.dev", + "labTitle": "Ласкаво просимо до lab.FreeSewing.lab", + "devDescription": "Документація та навчальні матеріали для розробників FreeSewing та учасників. А також наш блог розробників" +} + +export default ograph diff --git a/packages/i18n/src/next/uk/optiongroups.mjs b/packages/i18n/src/next/uk/optiongroups.mjs new file mode 100644 index 00000000000..ad5a1b86da7 --- /dev/null +++ b/packages/i18n/src/next/uk/optiongroups.mjs @@ -0,0 +1,32 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const optiongroups = { + "advanced": "Додатково", + "armhole": "Пройма", + "closure": "Закриття", + "collar": "Комір", + "construction": "Конструкція", + "cuffs": "Манжети", + "darts": "Виточки", + "elastic": "Резинка", + "fit": "За розміром", + "pockets": "Кишені", + "preferences": "Уподобання", + "sleevecap": "Окат рукава", + "sleeves": "Рукава", + "style": "Стиль", + "backPockets": "Задні кишені", + "frontPockets": "Передні кишені", + "waistband": "Резинка на талії", + "fly": "Гульфик", + "bellaDarts": "Виточки Белла", + "bellaArmhole": "Пройма Белла", + "bellaAdvanced": "Додатково Белла", + "clavi": "Клав", + "type": "Тип", + "size": "Розмір" +} + +export default optiongroups diff --git a/packages/i18n/src/next/uk/parts.mjs b/packages/i18n/src/next/uk/parts.mjs new file mode 100644 index 00000000000..6aa1d1352e1 --- /dev/null +++ b/packages/i18n/src/next/uk/parts.mjs @@ -0,0 +1,65 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const parts = { + "back": "Спина", + "backBase": "Основа спинки", + "backPocketWelt": "Листочка задньої кишені", + "base": "База", + "bentBack": "Спина Бент", + "bentBase": "Основа Бент", + "bentFront": "Перед Бент", + "bentSleeve": "Рукав Бент", + "bentTopSleeve": "Верх рукава Бент", + "bentUnderSleeve": "Низ рукава Бент", + "buttonholePlacket": "Деталь під отвір для ґудзика", + "buttonPlacket": "Деталь під ґудзик", + "collar": "Комір", + "collarStand": "Стійка під комір", + "cuff": "Манжет", + "fabricTail": "Fabric tail", + "fabricTip": "Fabric tip", + "frontBase": "Низ переду", + "frontFacing": "Лицьовий бік", + "front": "Переднє полотнище", + "frontLeft": "Лівий бік переду", + "frontLining": "Перед підкладки", + "frontRight": "Правий бік переду", + "gusset": "Ластовиця", + "hoodCenter": "Центр капюшону", + "hood": "Капюшон", + "hoodSide": "Сторона капюшону", + "inset": "Вставка", + "interfacingTail": "Interfacing tail", + "interfacingTip": "Interfacing tip", + "liningTail": "Lining tail", + "liningTip": "Lining tip", + "loop": "Петелька", + "panel1": "Панель 1", + "panel2": "Панель 2", + "panel3": "Панель 3", + "panel4": "Панель 4", + "panel5": "Панель 5", + "panel6": "Панель 6", + "panels": "Панелі", + "pocketBag": "Pocket bag", + "pocketFacing": "Зовнішня частина кишені", + "pocketInterfacing": "Pocket interfacing", + "pocket": "Кишеня", + "pocketWelt": "Кишенькова листочка", + "side": "Бік", + "sleeveBase": "Sleeve base", + "sleevecap": "Окат рукава", + "sleevePlacketOverlap": "Верх шліца", + "sleevePlacketUnderlap": "Низ шліца", + "sleeve": "Рукав", + "topSleeve": "Верх рукава", + "top": "Верх", + "underCollar": "Підборт", + "underSleeve": "Низ рукава", + "waistband": "Резинка на талії", + "yoke": "Кокетка" +} + +export default parts diff --git a/packages/i18n/src/next/uk/patrons.mjs b/packages/i18n/src/next/uk/patrons.mjs new file mode 100644 index 00000000000..247d82c1988 --- /dev/null +++ b/packages/i18n/src/next/uk/patrons.mjs @@ -0,0 +1,12 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const patrons = { + "becomeAPatron": "Стати патроном", + "supportFreesewing": "Підтримати FreeSewing", + "patronLead": "FreeSewing існує завдяки добровільній моделі підписки", + "patronPitch": "Якщо Ви думаєте, що ми робимо цінну роботу, і якщо Ви можете відшкодувати кілька монет щомісяця без труднощів, будь ласка, підтримайте нашу роботу" +} + +export default patrons diff --git a/packages/i18n/src/next/uk/patterns.mjs b/packages/i18n/src/next/uk/patterns.mjs new file mode 100644 index 00000000000..8b1664148e5 --- /dev/null +++ b/packages/i18n/src/next/uk/patterns.mjs @@ -0,0 +1,100 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const patterns = { + "aaron.t": "Майка Аарон", + "aaron.d": "Аарон є спортивною майкою.", + "albert.t": "Фартук Альберт", + "albert.d": "Альберт – це фартук.", + "bee.t": "Ліф купальника Бі", + "bee.d": "Бі – це ліф купальника", + "bella.t": "Викрійка-основа Белла", + "bella.d": "Белла є викрійкою-основою з виточками.", + "benjamin.t": "Галстук-метелик Бенджамін", + "benjamin.d": "Бенджамін – це викрійка краватки-метелика з чотирьма різними формами.", + "bent.t": "Викрійка-основа Бент", + "bent.d": "Ця двочастинна викрійка є основою для викрійок пальто та піджаків.", + "bob.t": "Нагрудник Боб", + "bob.d": "Це нагрудник, викрійку якого ви можете самостійно створити, пройшовши нашу інструкцію з дизайну викрійок", + "breanna.t": "Викрійка-основа Бреанна", + "breanna.d": "Бреанна – це викрійка-основа з виточками.", + "brian.t": "Викрійка-основа Брайан", + "brian.d": "Брайан – це викрійка-основа без виточок.", + "bruce.t": "Труси-боксери Брюс", + "bruce.d": "Брюс – комфортні та стильні боксери.", + "carlita.t": "Пальто Карліта", + "carlita.d": "Версія пальто Карлтон, ака пальто Шерлока Холмса, тільки зі швом Принц(есса).", + "carlton.t": "Пальто Карлтон", + "carlton.d": "Підходить для косплею Шерлока Холмса, або просто як гарне і практичне пальто.", + "cathrin.t": "Корсет Катрін", + "cathrin.d": "Катрін – це підгрудний корсет або тренувач талії.", + "charlie.t": "Брюки-чіноси Чарлі", + "charlie.d": "Чарлі – це викрійка для брюк-чіносів.", + "cornelius.t": "Бріджі для катання Корнеліус", + "cornelius.d": "Корнеліус – це бріджі для катання на велосипеді, основані на методі крою Кістон.", + "diana.t": "Топ з горловиною-хомутом Діана", + "diana.d": "Діана – це топ з горловиною-хомутом.", + "florent.t": "Пласка кепка Флорент", + "florent.d": "Флорент – це пласка кепка, заокруглена кепка з невеликим твердим козирцем спереду.", + "florence.t": "Маска Флоренс", + "florence.d": "Флоренс – це маска для обличчя.", + "hi.t": "Акула Куку", + "hi.d": "Найдружелюбніша акула у світі.", + "holmes.t": "Шапка Холмс", + "holmes.d": "Для косплею Шерлока Холмса, або просто як мила шапочка.", + "hortensia.t": "Ручна сумка Гортензія", + "hortensia.d": "Гортензія – це ручна сумка.", + "huey.t": "Худі Хьюї", + "huey.d": "Хьюі – це худі на блискавці з кишенями спереду (на ваш вибір).", + "hugo.t": "Худі Хьюго", + "hugo.d": "Хьюго – це джампер з капюшоном та рукавами реглан.", + "jaeger.t": "Піджак Джагер", + "jaeger.d": "Джагер – це спортивний піджак з двома ґудзиками та накладними кишенями.", + "lucy.t": "Кишеня на зав'язках Люсі", + "lucy.d": "Люсі – це кишеня з минулого, яку можна зав'язати на талії.", + "lunetius.t": "Ласерна Лютінус", + "lunetius.d": "Лютінус – це ласерна, або історична накидка з Древнього Риму.", + "noble.t": "Викрійка-основа Нобл", + "noble.d": "Нобл – це викрійка-основа з швом принц(есса).", + "paco.t": "Штани Пако", + "paco.d": "Пако – це базові та стильні літні штани.", + "penelope.t": "Юбка-олівець Пенелопа", + "penelope.d": "Пенелопа – це спідниця-олівець з розрізом ззаду (за бажанням).", + "sandy.t": "Юбка-сонце Сенді", + "sandy.d": "Сенді – викрійка спідниці-сонце на будь-яку довжину та пишність.", + "shin.t": "Плавки Шін", + "shin.d": "Шін – це спортивні плавки.", + "simon.t": "Сорочка Саймон", + "simon.d": "Саймон – це викрійка сорочки без передніх виточок. Легко адаптується під Ваші швейні плани.", + "simone.t": "Сорочка Сімон", + "simone.d": "Сімон – це як Саймон, але з передніми виточками.", + "sven.t": "Светр Свен", + "sven.d": "Свен – це простий і прямий светр.", + "tamiko.t": "Блузка Таміко", + "tamiko.d": "Таміко – це топ \"Нуль відходів\".", + "teagan.t": "Футболка Тіган", + "teagan.d": "Тіган – це викрійка футболки по розміру.", + "theo.t": "Штани Тео", + "theo.d": "Тео – це викрійка класичних штанів.", + "tiberius.t": "Туніка Тіберіус", + "tiberius.d": "Тіберіус – це Древньоримська туніка.", + "titan.t": "Викрійка-основа штанів Титан", + "titan.d": "Титан – це викрійка-основа штанів без виточок.", + "trayvon.t": "Краватка Трейвон", + "trayvon.d": "Трейвон – це краватка, яка робиться без відрізання кутів для професіонального вигляду.", + "unice.t": "Труси Юніс", + "unice.d": "Юніс – це варіант Урсули. Базова, багатофункціональна викрійка трусів.", + "ursula.t": "Труси Урсула", + "ursula.d": "Урсула – це викрійка базових трусів з великою кількістю налаштувань дизайну.", + "wahid.t": "Жилет Вахід", + "wahid.d": "Вахід – це класичний облягаючий жилет.", + "walburga.t": "Туніка Валбурга", + "walburga.d": "Валбурга – це гербова накидка; елемент одягу середньовічної Європи.", + "waralee.t": "Штани з запахом Варалі", + "waralee.d": "Варалі – це штани з запахом.", + "yuri.t": "Худі Юрі", + "yuri.d": "Юрі – це екстравагантний кардиган без блискавки, оснований на худі Хьюі та Хьюго." +} + +export default patterns diff --git a/packages/i18n/src/next/uk/plugin.mjs b/packages/i18n/src/next/uk/plugin.mjs new file mode 100644 index 00000000000..caf30f945f3 --- /dev/null +++ b/packages/i18n/src/next/uk/plugin.mjs @@ -0,0 +1,58 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const plugin = { + "cutOneStripToFinishTheNeckOpening": "Виріжте одну смугу для обробки горловини", + "cutTwoStripsToFinishTheArmholes": "Виріжте дві смуги для обробки пройми", + "length": "Довжина", + "width": "Ширина", + "back": "Зад", + "front": "Перед", + "sleeve": "Рукав", + "inset": "Вставка", + "side": "Бік", + "hello": "Привіт", + "Vent": "Виріз", + "PocketFacing": "Зовнішня частина кишені", + "SidePanel": "Бокова панель", + "FrontBackPanel": "Передня та задня панель", + "BottomPanel": "Нижня панель", + "ZipperPanel": "Панель під блискавку", + "Strap": "Ручка", + "strapLength": "Довжина ручок", + "handleWidth": "Ширина ручок", + "zipperSize": "Стандартний розмір блискавки", + "SidePanelReinforcement": "Бокова підкріплююча панель", + "cuff": "Манжет", + "hoodCenter": "Центр капюшону", + "hoodSide": "Бік капюшону", + "pocketFacing": "Зовнішня частина кишені", + "pocket": "Кишеня", + "waistband": "Резинка на талії", + "buttonholePlacket": "Деталь під отвір для ґудзика", + "buttonPlacket": "Деталь під ґудзик", + "collarAndUndercollar": "Комір та Внутрішній комір", + "collarStand": "Стійка під комір", + "cutUndercollarSlightlySmaller": "Виріжте внутрішню частину коміру трошки меншою", + "frontLeft": "Перед зліва", + "frontRight": "Перед справа", + "sideOfTheCollarStand": "Бік стійки під комір", + "sleevePlacketOverlap": "Sleeve placket overlap", + "sleevePlacketUnderlap": "Sleeve placket underlap", + "yoke": "Кокетка", + "matchHere": "З'єднайте візерунок тканини по цій лінії", + "fullLengthFromHps": "Повна довжина (від ВТП)", + "cutTwoPiecesOfElasticToFinishTheLegOpenings": "Виріжте два шматочка гумки (резинки) щоб завершити зріз низу", + "cutOnePieceOfElasticToFinishTheWaistBand": "Виріжте один шматок гумки (резинки) щоб завершити пояс", + "cutOnFoldAndGrainline": "Розрізати у зігнутому вигляді / Нитка основи", + "cutOnFold": "Розрізати у зігнутому вигляді", + "grainline": "Нитка основи", + "theBlackOutsideOfThisBoxShouldMeasure": "Зовнішня сторона цієї коробки має бути", + "theWhiteInsideOfThisBoxShouldMeasure": "Внутрішня сторона цієї коробки має бути", + "supportFreesewingBecomeAPatron": "Підтримайте FreeSewing, станьте Патроном", + "cut": "Вирізати", + "onFold": "У зігнутому вигляді" +} + +export default plugin diff --git a/packages/i18n/src/next/uk/posts.mjs b/packages/i18n/src/next/uk/posts.mjs new file mode 100644 index 00000000000..1722708dd81 --- /dev/null +++ b/packages/i18n/src/next/uk/posts.mjs @@ -0,0 +1,10 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const posts = { + "xMadeThis": "{x} є автором цієї роботи", + "xWroteThis": "{x} є автором цього тексту" +} + +export default posts diff --git a/packages/i18n/src/next/uk/settings.mjs b/packages/i18n/src/next/uk/settings.mjs new file mode 100644 index 00000000000..9b3f864541a --- /dev/null +++ b/packages/i18n/src/next/uk/settings.mjs @@ -0,0 +1,34 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const settings = { + "advanced.t": "Режим фахівця", + "advanced.d": "Визначає показ додаткових налаштувань та налаштувань викрійки", + "paperless.t": "Без паперу", + "paperless.d": "Створює викрійку з урахуванням масштабу для перенесення на тканину чи інший матеріал без потреби друку", + "sa.t": "Припуск на шов", + "sa.d": "Визначає розмір припусків на шви в Вашій викрійці", + "locale.t": "Мова", + "locale.d": "Визначає мову на викрійці", + "only.t": "Зміст", + "only.d": "Дозволяє керувати тим, які елементи викрійки відображуватимуться на Вашій викрійці", + "units.t": "Одиниці виміру", + "units.d": "Керує одиницями вимірювання на викрійці", + "margin.t": "Відступ", + "margin.d": "Контролює відступ навколо елементів викрійки", + "complete.t": "Докладність", + "complete.d": "Керує докладність викрійки: відображувати повноцінну викрійку з усіма подробицями чи лише основний контур елементів викрійки", + "layout.t": "Макет", + "layout.d": "Керує подальше розташування окремих елементів викрійки на матеріалі", + "debug.t": "Налагодження", + "debug.d": "Увімкнути налагодження для отримання додаткової інформації щодо способу створення викрійки", + "scale.t": "Масштаб", + "scale.d": "Керує ширину контуру, кегль шрифту та інші елементи, які не масштабуються відповідно до замірів викрійки", + "renderer.t": "Двигун відтворювання", + "renderer.d": "Керує відтворення викрійки на екрані", + "xray.t": "Рентген", + "xray.d": "Зазирніть за лаштунки з рентгенівським режимом FreeSewing" +} + +export default settings diff --git a/packages/i18n/src/next/uk/themes.mjs b/packages/i18n/src/next/uk/themes.mjs new file mode 100644 index 00000000000..d99b1b88fa3 --- /dev/null +++ b/packages/i18n/src/next/uk/themes.mjs @@ -0,0 +1,13 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const themes = { + "lightTheme": "Світла тема", + "darkTheme": "Темна тема", + "hax0rTheme": "Тема Hax0r", + "lgbtqTheme": "Тема ЛГБТК", + "transTheme": "Тема Транс" +} + +export default themes diff --git a/packages/i18n/src/next/uk/welcome.mjs b/packages/i18n/src/next/uk/welcome.mjs new file mode 100644 index 00000000000..9c842512830 --- /dev/null +++ b/packages/i18n/src/next/uk/welcome.mjs @@ -0,0 +1,17 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const welcome = { + "units": "Оберіть одиниці, які Ви хочете використовувати", + "username": "Оберіть ім'я користувача", + "avatar": "Додайте зображення профілю", + "bio": "Розкажіть нам трохи про себе", + "social": "Дайте нам знати, де ми можемо слідкувати за Вами", + "newsletter": "Надайте нам свої налаштування для розсилки", + "letUsSetupYourAccount": "Давайте налаштуємо Ваш обліковий запис.", + "walkYouThrough": "Ми допоможемо Вам пройти наступні етапи:", + "someOptional": "Хоча всі ці етапи необов'язкові, ми рекомендуємо Вам пройти їх, щоб отримати максимум користі від FreeSewing." +} + +export default welcome diff --git a/packages/i18n/src/next/uk/workbench.mjs b/packages/i18n/src/next/uk/workbench.mjs new file mode 100644 index 00000000000..00fe1965627 --- /dev/null +++ b/packages/i18n/src/next/uk/workbench.mjs @@ -0,0 +1,15 @@ +/* + * This file is auto-generated by the prebuild script + * All edits will be overwritten on the next (pre)build + */ +const workbench = { + "designOptions": "Варіанти дизайну", + "forPrinting": "Для друку", + "forCutting": "Для вирізання", + "layoutThing": "Розташувати {thing}", + "pageSize": "Розмір сторінки", + "startBySelectingAThing": "Почніть з вибору {thing}", + "testThing": "Протестувати {thing}" +} + +export default workbench From 21434ed2f658ce9d3284ced96fa5f089144bb5d4 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 23 Jul 2022 14:50:32 +0200 Subject: [PATCH 1627/1675] chore: Added code coverage --- .github/workflows/tests.all.yml | 8 +++++++- config/scripts.yaml | 3 +-- package.json | 2 +- packages/core/.nycrc.yaml | 4 ++++ packages/core/package.json | 3 +-- yarn.lock | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 packages/core/.nycrc.yaml diff --git a/.github/workflows/tests.all.yml b/.github/workflows/tests.all.yml index ce45a233e60..7b3033fc6ed 100644 --- a/.github/workflows/tests.all.yml +++ b/.github/workflows/tests.all.yml @@ -38,4 +38,10 @@ jobs: run: npm run buildall - name: Run all tests run: npm run testall - + - name: Upload to codecov.io + uses: codecov/codecov-action@v3 + with: + files: ./packages/core/coverage/coverage-final.json + flags: core + name: codecov-core + fail_ci_if_error: true diff --git a/config/scripts.yaml b/config/scripts.yaml index d4759e0654a..e6492df9797 100644 --- a/config/scripts.yaml +++ b/config/scripts.yaml @@ -24,10 +24,9 @@ components: storybook: 'start-storybook -p 6663' test: *notests core: - coverage: 'nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov' report: 'nyc report --reporter=html' test: 'nyc -x node_modules -x tests/fixtures -x bin-pack npx mocha tests/*.test.js' - testci: "npx mocha tests/*.test.js --reporter ../../tests/reporters/terse.js" + testci: "nyc --silent npx mocha tests/*.test.js --reporter ../../tests/reporters/terse.js && nyc report --reporter=json" testonly: 'npx mocha tests/*.test.js' i18n: # react-scripts doesn't handle .mjs files correctly diff --git a/package.json b/package.json index 091d3bc358f..a722830b65d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "chai": "^4.2.0", "chai-string": "^1.5.0", "chalk": "^4.1.0", - "codecov": "^3.7.2", + "codecov": "^3.8.3", "cross-env": "^7.0.2", "esbuild": "^0.14.43", "esbuild-plugin-yaml": "^0.0.1", diff --git a/packages/core/.nycrc.yaml b/packages/core/.nycrc.yaml new file mode 100644 index 00000000000..8e787be9169 --- /dev/null +++ b/packages/core/.nycrc.yaml @@ -0,0 +1,4 @@ +exclude: + - tests/fixtures + - bin-pack + diff --git a/packages/core/package.json b/packages/core/package.json index 4c3e1c3ae8d..89fd1a6d735 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -36,9 +36,8 @@ "vbuild": "VERBOSE=1 node build.js", "lab": "cd ../../sites/lab && yarn start", "tips": "node ../../scripts/help.mjs", - "coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov", "report": "nyc report --reporter=html", - "testci": "npx mocha tests/*.test.js --reporter ../../tests/reporters/terse.js", + "testci": "nyc --silent npx mocha tests/*.test.js --reporter ../../tests/reporters/terse.js && nyc report --reporter=json", "testonly": "npx mocha tests/*.test.js", "cibuild_step0": "node build.js" }, diff --git a/yarn.lock b/yarn.lock index 10caf2cb582..62908cbba92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6826,7 +6826,7 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== -codecov@^3.7.2: +codecov@^3.7.2, codecov@^3.8.3: version "3.8.3" resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7" integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA== From 50b37f4cb540f0516171bdcf93fda7fd03784b46 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 23 Jul 2022 14:52:56 +0200 Subject: [PATCH 1628/1675] feat(core): Added new utility methods for attrs --- packages/core/src/part.js | 16 ++++++++++++++++ packages/core/src/path.js | 7 +++++++ packages/core/src/point.js | 16 ++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/packages/core/src/part.js b/packages/core/src/part.js index ae19aad1a80..7a7829964d1 100644 --- a/packages/core/src/part.js +++ b/packages/core/src/part.js @@ -359,4 +359,20 @@ Part.prototype.generateTransform = function(transforms) { } } +/** Chainable way to set the grain property */ +Part.prototype.setGrain = function (grain = 90) { + this.attributes.set('data-grain', grain) + + return this +} + +/** Chainable way to set the grain property */ +Part.prototype.setCut = function (cut = { count: 2, mirror: true, onFold: false }) { + this.attributes.set('data-cut', cut) + + return this +} + + + export default Part diff --git a/packages/core/src/path.js b/packages/core/src/path.js index 0cd589ba75a..710fa01f2fe 100644 --- a/packages/core/src/path.js +++ b/packages/core/src/path.js @@ -35,6 +35,13 @@ Path.prototype.setRender = function (render = true) { return this } +/** Chainable way to set the class property */ +Path.prototype.setClass = function (className = false) { + if (className) this.attributes.set('class', className) + + return this +} + /** Adds a move operation to Point to */ Path.prototype.move = function (to) { if (to instanceof Point !== true) diff --git a/packages/core/src/point.js b/packages/core/src/point.js index fd00e49f41b..9830e4349e0 100644 --- a/packages/core/src/point.js +++ b/packages/core/src/point.js @@ -231,4 +231,20 @@ Point.prototype.translate = function (x, y) { return p } +/** Chainable way to set the data-text property (and optional class) */ +Point.prototype.setText = function (text = '', className=false) { + this.attributes.set('data-text', text) + if (className) this.attributes.set('data-text-class', className) + + return this +} + +/** Chainable way to set the data-circle property (and optional class) */ +Point.prototype.setCircle = function (radius = false, className=false) { + if (radius) this.attributes.set('data-circle', radius) + if (className) this.attributes.set('data-circle-class', className) + + return this +} + export default Point From 04c4c438da73d777ba3d3a36487cc14ada4d5cee Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 23 Jul 2022 14:53:17 +0200 Subject: [PATCH 1629/1675] fix(markdown): Added attributes to part props --- markdown/dev/reference/api/part/en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/markdown/dev/reference/api/part/en.md b/markdown/dev/reference/api/part/en.md index 60c5eb5c91e..9c630826ea0 100644 --- a/markdown/dev/reference/api/part/en.md +++ b/markdown/dev/reference/api/part/en.md @@ -11,6 +11,7 @@ and multiple parts together typically make up a pattern. | Property | Description | | --------:| ----------- | +| `attributes` | An [Attributes](/reference/api/attributes) instance holding the part's attributes | | `paths` | A plain object to store your paths in | | `points` | A plain object to store your points in | | `render` | A flag that controls whether to include the part in the render output | From 17a9e5709c6ec48a21fc197052e49b2a61c11746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 13:18:51 +0000 Subject: [PATCH 1630/1675] Bump netlify-cli from 10.11.0 to 10.11.1 Bumps [netlify-cli](https://github.com/netlify/cli) from 10.11.0 to 10.11.1. - [Release notes](https://github.com/netlify/cli/releases) - [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/cli/compare/v10.11.0...v10.11.1) --- updated-dependencies: - dependency-name: netlify-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 10caf2cb582..e4cd3fbb8be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16054,9 +16054,9 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw== netlify-cli@^10.3.3: - version "10.11.0" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.11.0.tgz#5d924cbeb300f60a3e146913a9e6bf6e0f30337d" - integrity sha512-CYdffO4QwZIkLp12FSTF4aH89QVEKGlq6HCVLFRqlvPeATKbQkRxMSbcls2EZMjJDn1LU2X/VtCMbLKlqbNJ5w== + version "10.11.1" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.11.1.tgz#8514df49fa647446eeba5ab007e7e6236dfe7b24" + integrity sha512-wbIXwHfFxcUH0znvB9odl2+YkG0gEUAqirOfZSMq1jvBwSPXLGV1iUnj1hsW9R73q6LHcKrHcxZ9uw0LQMcIPA== dependencies: "@netlify/build" "^27.4.2" "@netlify/config" "^18.1.1" From 3877d7070c4e50d8797e75ff858887c0aa03a186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 13:18:57 +0000 Subject: [PATCH 1631/1675] Bump eslint-config-next from 12.2.2 to 12.2.3 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.2.2 to 12.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v12.2.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sites/dev/package.json | 2 +- sites/lab/package.json | 2 +- sites/org/package.json | 2 +- yarn.lock | 18 +++++++++--------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sites/dev/package.json b/sites/dev/package.json index 4ca936f8ab1..e920602a9e4 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.0", - "eslint-config-next": "12.2.2", + "eslint-config-next": "12.2.3", "js-yaml": "^4.1.0", "postcss": "^8.4.4", "tailwindcss": "^3.0.1", diff --git a/sites/lab/package.json b/sites/lab/package.json index e676768d659..1835fa0e977 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.0", - "eslint-config-next": "12.2.2", + "eslint-config-next": "12.2.3", "js-yaml": "^4.1.0", "postcss": "^8.4.4", "tailwindcss": "^3.0.1" diff --git a/sites/org/package.json b/sites/org/package.json index 1474682f614..00c3236ac47 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.0", - "eslint-config-next": "12.2.2", + "eslint-config-next": "12.2.3", "js-yaml": "^4.1.0", "postcss": "^8.4.4", "tailwindcss": "^3.0.1" diff --git a/yarn.lock b/yarn.lock index 10caf2cb582..8dbc4883d36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3122,10 +3122,10 @@ resolved "https://registry.yarnpkg.com/@next/env/-/env-12.2.3.tgz#64f210e74c137d3d9feea738795b055a7f8aebe2" integrity sha512-2lWKP5Xcvnor70NaaROZXBvU8z9mFReePCG8NhZw6NyNGnPvC+8s+Cre/63LAB1LKzWw/e9bZJnQUg0gYFRb2Q== -"@next/eslint-plugin-next@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.2.2.tgz#b4a22c06b6454068b54cc44502168d90fbb29a6d" - integrity sha512-XOi0WzJhGH3Lk51SkSu9eZxF+IY1ZZhWcJTIGBycAbWU877IQa6+6KxMATWCOs7c+bmp6Sd8KywXJaDRxzu0JA== +"@next/eslint-plugin-next@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.2.3.tgz#63726691aac6a7f01b64190a0323d590a0e8154d" + integrity sha512-B2e8Yg1MpuLsGxhCx4rU8/Tcnr5wFmCx1O2eyLXBPnaCcsFXfGCo067ujagtDLtWASL3GNgzg78U1SB0dbc38A== dependencies: glob "7.1.7" @@ -9033,12 +9033,12 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-next@12.2.2: - version "12.2.2" - resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.2.2.tgz#4bb996026e118071849bc4011283a160ad5bde46" - integrity sha512-oJhWBLC4wDYYUFv/5APbjHUFd0QRFCojMdj/QnMoOEktmeTvwnnoA8F8uaXs0fQgsaTK0tbUxBRv9/Y4/rpxOA== +eslint-config-next@12.2.3: + version "12.2.3" + resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.2.3.tgz#468fe9756ccbf7e4452139062db5b4e6557dc885" + integrity sha512-xAQqAqwa2bu9ZMRypz58ym4tNCo22Wc6LuoLpbpf3yW5c4ZkVib9934AgGDDvh2zKrP56Z6X0Pp6gNnuuZzcRw== dependencies: - "@next/eslint-plugin-next" "12.2.2" + "@next/eslint-plugin-next" "12.2.3" "@rushstack/eslint-patch" "^1.1.3" "@typescript-eslint/parser" "^5.21.0" eslint-import-resolver-node "^0.3.6" From 1dfe7d3cb61e919d5f9a3f556ea28b29c33b364e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 23 Jul 2022 19:22:13 +0200 Subject: [PATCH 1632/1675] New translations florence.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/florence.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/florence.yml b/packages/i18n/src/locales/uk/options/florence.yml index b794f00c392..01ed5482d02 100644 --- a/packages/i18n/src/locales/uk/options/florence.yml +++ b/packages/i18n/src/locales/uk/options/florence.yml @@ -1,10 +1,10 @@ --- height: - title: Height - description: Controls the height of the face mask + title: Висота + description: Контролює висоту данної маски length: - title: Length - description: Controls the length of the face mask + title: Довжина + description: Контролює довжину маски curve: - title: Curve + title: Крива description: Controls the curvature of the upper edge of the face mask From c71a6e1e00a4e361bf7d680c695e732716c28ae5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 23 Jul 2022 19:22:13 +0200 Subject: [PATCH 1633/1675] New translations diana.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/diana.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/diana.yml b/packages/i18n/src/locales/uk/options/diana.yml index c52ffeba498..a995e56fc35 100644 --- a/packages/i18n/src/locales/uk/options/diana.yml +++ b/packages/i18n/src/locales/uk/options/diana.yml @@ -1,8 +1,8 @@ --- shoulderSeamLength: - title: Shoulder seam length - description: Controls the length of the shoulder seam + title: Довжина плечового шва + description: Контролює довжину плечового шва drapeAngle: - title: Drape angle - description: Controls the amount of drape + title: Кут драпірування + description: Контролює кількість складок From 6fb643b2a4fdf851dcd536bdf5de6292d7a81fe5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 23 Jul 2022 20:38:23 +0200 Subject: [PATCH 1634/1675] New translations jaeger.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/jaeger.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/jaeger.yml b/packages/i18n/src/locales/uk/options/jaeger.yml index 80a8ae42dd5..f69ffb3bf0c 100644 --- a/packages/i18n/src/locales/uk/options/jaeger.yml +++ b/packages/i18n/src/locales/uk/options/jaeger.yml @@ -1,6 +1,6 @@ --- centerBackDart: - title: Center back dart + title: Центральна виточка на комірі description: Dart at the center back of your neck to accommodate a rounded back sleeveVentLength: title: Sleeve vent length @@ -93,8 +93,8 @@ lapelReduction: title: Lapel reduction description: How much the tip of the lapels turns inwards collarHeight: - title: Collar height - description: Height of the collar + title: Висота коміру + description: Контролює висоту коміру collarNotchDepth: title: Collar notch depth description: Depth of the collar notch From d7dff1b235aeeef03d232347396c6706ca38dde4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 23 Jul 2022 20:38:24 +0200 Subject: [PATCH 1635/1675] New translations florent.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/florent.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/florent.yml b/packages/i18n/src/locales/uk/options/florent.yml index 1a5f3b6855a..cb6537ee754 100644 --- a/packages/i18n/src/locales/uk/options/florent.yml +++ b/packages/i18n/src/locales/uk/options/florent.yml @@ -1,4 +1,4 @@ --- headEase: - title: Head ease - description: The amound of ease around your head + title: Свобода облягання на голові + description: Контролює свободу облягання навколо голови From bfff2a9631031b27dd58870cd6698623ae541e4b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 23 Jul 2022 20:38:25 +0200 Subject: [PATCH 1636/1675] New translations florence.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/florence.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/uk/options/florence.yml b/packages/i18n/src/locales/uk/options/florence.yml index 01ed5482d02..e5c568c6a81 100644 --- a/packages/i18n/src/locales/uk/options/florence.yml +++ b/packages/i18n/src/locales/uk/options/florence.yml @@ -7,4 +7,4 @@ length: description: Контролює довжину маски curve: title: Крива - description: Controls the curvature of the upper edge of the face mask + description: Контролює вигин верхнього краю маски From 690750686c38db0de4aa9b5483dbf0ec53c968eb Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 23 Jul 2022 20:38:26 +0200 Subject: [PATCH 1637/1675] New translations bella.yml (Ukrainian) --- .../i18n/src/locales/uk/options/bella.yml | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/bella.yml b/packages/i18n/src/locales/uk/options/bella.yml index 6e721aa068b..1940e126986 100644 --- a/packages/i18n/src/locales/uk/options/bella.yml +++ b/packages/i18n/src/locales/uk/options/bella.yml @@ -12,43 +12,43 @@ shoulderToShoulderEase: title: Свобода облягання ширини плечей description: Контролює свободу облягання ширини плечей. Початково налаштовано на -5%, бо Белла розроблена як викрійка-основа, що застосовується у швейній індустрії. fullChestEaseReduction: - title: Full chest ease reduction - description: Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area + title: Зменшення свободи облягання на грудях + description: Керує незалежним від інших параметрів зменшенням свободи облягання на грудях для (більш) тугої посадки backDartHeight: - title: Back dart height - description: Controls the height of the back dart + title: Висота спинної виточки + description: Керує висотою виточки на спині (більше значення зменшує висоту виточки) bustDartLength: - title: Bust dart length - description: Controls the length of the bust dart + title: Довжина грудної виточки + description: Керує загальною довжиною виточки на грудях waistDartLength: - title: Waist dart length - description: Controls the length of the waist dart + title: Довжина поясної виточки + description: Керує загальною довжиною виточки на талії bustDartCurve: - title: Bust dart curve - description: Controls the curvature of the bust dart + title: Заокруглення грудної виточки + description: Керує наскільки кривими є лінії виточки на грудях armholeDepth: - title: Armhole depth - description: Controls the depth of the armhole + title: Глибина пройми рукава + description: Керує глибиною (шириною) пройми рукава backArmholeSlant: - title: Back armhole slant - description: Slightly rotates the armhole around its pitch point + title: Нахил пройми рукава на спині + description: Трохи змінює нахил пройми рукава на спині, спираючись на точку збігу пройми frontArmholeCurvature: - title: Front armhole curvature - description: Controls how deep the armhole is scooped out at the front bottom + title: Заокруглення пройми рукава спереду + description: Керує заокругленням пройми рукава спереду backArmholeCurvature: - title: Back armhole curvature - description: Controls how deep the armhole is scooped out at the back bottom + title: Заокруглення пройми рукава ззаду + description: Керує заокругленням пройми рукава ззаду frontArmholePitchDepth: - title: Front armhole pitch depth - description: Tweaks the horizontal placement of the front armhole pitch point + title: Висота передньої точки збігу пройми + description: Налаштовує розташування передньої точки збігу по вертикалі backArmholePitchDepth: - title: Back armhole pitch depth - description: Tweaks the horizontal placement of the back armhole pitch point + title: Висота задньої точки збігу пройми + description: Налаштовує розташування задньої точки збігу по вертикалі backNeckCutout: - title: Back neck cutout - description: Controls how deep the neck opening is scooped out at at the back + title: Глибина горловини ззаду + description: Керує глибиною горловини на задньому полотнищі backHemSlope: - title: Back hem slope + title: Нахил заднього краю description: Controls the slope of the hem at the back frontShoulderWidth: title: Front shoulder width From a47915aab471d068f049edc1b7c37f3b8b0e09e8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 23 Jul 2022 22:11:57 +0200 Subject: [PATCH 1638/1675] New translations cathrin.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/cathrin.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/cathrin.yml b/packages/i18n/src/locales/uk/options/cathrin.yml index a028a809df5..75ea1c6fdbe 100644 --- a/packages/i18n/src/locales/uk/options/cathrin.yml +++ b/packages/i18n/src/locales/uk/options/cathrin.yml @@ -1,15 +1,15 @@ --- panels: - title: Number of panels - description: The number of panels to draft. More panels are better to fit a curvier model. + title: Кількість панелей + description: Загальна кількість панелей на викрійці. Більша кількість панелей забезпечить кращу посадку для гладких моделей. options: - '11': 11 panels - '13': 13 panels + '11': 11 панелей + '13': 13 панелей waistReduction: - title: Waist reduction - description: The amount by which you want the corset to pinch your waist. + title: Утягування талії + description: Відсоток утягування талії для бажаного ефекту. backOpening: - title: Back opening + title: Зріз на спині description: Opening at the center back closure. backRise: title: Back rise From eb0523a499f0a6fbba816d290b93385a8edfba8b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 23 Jul 2022 22:11:58 +0200 Subject: [PATCH 1639/1675] New translations bella.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/bella.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/bella.yml b/packages/i18n/src/locales/uk/options/bella.yml index 1940e126986..c606ff7e25f 100644 --- a/packages/i18n/src/locales/uk/options/bella.yml +++ b/packages/i18n/src/locales/uk/options/bella.yml @@ -31,7 +31,7 @@ armholeDepth: description: Керує глибиною (шириною) пройми рукава backArmholeSlant: title: Нахил пройми рукава на спині - description: Трохи змінює нахил пройми рукава на спині, спираючись на точку збігу пройми + description: Трохи змінює нахил пройми рукава на спині відповідно до точки збігу пройми frontArmholeCurvature: title: Заокруглення пройми рукава спереду description: Керує заокругленням пройми рукава спереду @@ -49,10 +49,10 @@ backNeckCutout: description: Керує глибиною горловини на задньому полотнищі backHemSlope: title: Нахил заднього краю - description: Controls the slope of the hem at the back + description: Керує нахилом краю на спині frontShoulderWidth: - title: Front shoulder width - description: Controls the narrowness of the front shoulders relative to the back + title: Ширина плечей спереду + description: Контролює ширину плечей переднього полотнища відповідно до заднього highBustWidth: - title: High bust width - description: Allows you to tweak the hight bust width at the front + title: Ширина полички + description: Дозволяє керувати шириною полички на ліфі From 871f7e9c558a46b7f5a48d436cdf94d3988a6dd7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 23 Jul 2022 23:33:02 +0200 Subject: [PATCH 1640/1675] New translations cathrin.yml (Ukrainian) --- .../i18n/src/locales/uk/options/cathrin.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/cathrin.yml b/packages/i18n/src/locales/uk/options/cathrin.yml index 75ea1c6fdbe..e43722edb3e 100644 --- a/packages/i18n/src/locales/uk/options/cathrin.yml +++ b/packages/i18n/src/locales/uk/options/cathrin.yml @@ -10,19 +10,19 @@ waistReduction: description: Відсоток утягування талії для бажаного ефекту. backOpening: title: Зріз на спині - description: Opening at the center back closure. + description: Ширина відстані центрального спинного зрізу. backRise: - title: Back rise - description: How much the back panels rise from your arms to your center back. + title: Верхня посадка ззаду + description: Висота задніх панелей від боків до центру спини. backDrop: - title: Back drop - description: How much the back panels lower from your hips towards your center back. Negative values will raise the back. + title: Нижня посадка ззаду + description: Наскільки задні панелі опускаються від стегон до центру спини. Від'ємне значення підніме ці панелі вгору. frontRise: - title: Front rise - description: 'Rise of the front panels at center front, between your breasts. Negative values will lower them.' + title: Верхня посадка спереду + description: 'Висота передніх панелей від боків до центру між грудьми. Від''ємне значення опустить ці панелі донизу.' frontDrop: - title: Front drop - description: How much the front panels lower from your hips towards your center front. + title: Нижня посадка спереду + description: Наскільки передні панелі опускаються від стегон до центру тулуба. hipRise: - title: Hip rise - description: How much the side panels rise on your hips. + title: Посадка на стегнах + description: Наскільки високо розташовуються бокові панелі відповідно до стегон. From e11489349bf9ea935d68c4682f271e0c91cf30e8 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 23 Jul 2022 23:16:25 -0500 Subject: [PATCH 1641/1675] copy locale files to the sites in prebuild --- packages/i18n/scripts/prebuilder.mjs | 5 +++- packages/i18n/src/prebuild.mjs | 1 + sites/shared/prebuild/i18n.mjs | 37 +++++++++++++++++++++++++++- 3 files changed, 41 insertions(+), 2 deletions(-) diff --git a/packages/i18n/scripts/prebuilder.mjs b/packages/i18n/scripts/prebuilder.mjs index 65dd971a48a..292e0a69cce 100644 --- a/packages/i18n/scripts/prebuilder.mjs +++ b/packages/i18n/scripts/prebuilder.mjs @@ -1,4 +1,7 @@ import {build} from '../src/prebuild.mjs' +// use a deny-list to keep locales that aren't ready out of the build +export const denyList = ['uk'] + // call this here instead of in the src/prebuild.mjs so that build isn't called by other files importing that build function -build() +build((loc) => denyList.indexOf(loc) === -1) diff --git a/packages/i18n/src/prebuild.mjs b/packages/i18n/src/prebuild.mjs index db65b36def9..65224923ae9 100644 --- a/packages/i18n/src/prebuild.mjs +++ b/packages/i18n/src/prebuild.mjs @@ -220,6 +220,7 @@ export const build = async (localeFilter = () => true, only=false) => { const namespaces = await getNamespacesFromFileList(files, locales, only) await writeFiles(namespaces) + return namespaces } //export default strings diff --git a/sites/shared/prebuild/i18n.mjs b/sites/shared/prebuild/i18n.mjs index 240a290fb5d..7546f9b73cb 100644 --- a/sites/shared/prebuild/i18n.mjs +++ b/sites/shared/prebuild/i18n.mjs @@ -1,5 +1,40 @@ import {build} from '../../../packages/i18n/src/prebuild.mjs' +import {denyList} from '../../../packages/i18n/scripts/prebuilder.mjs' +import fs from 'fs' +import path from 'path' +import {mkdir} from 'fs/promises' export const prebuildI18n = async(site, only=false) => { - build((loc) => site !== 'dev' || loc === 'en', only) + const writeJson = async (locale, namespace, content) => fs.writeFileSync( + path.resolve( + '..', + site, + 'public', + 'locales', + locale, + `${namespace}.json` + ), + JSON.stringify(content) + ) + + const filter = site === 'dev' ? (loc => lock === 'en') : (loc => denyList.indexOf(loc) === -1) + const locales = await build(filter, only) + + console.log (`copying them to ${site}`, Object.keys(locales)) + + const languages = {} + Object.keys(locales).forEach(l => languages[l] = locales[l].i18n[l]) + for (const locale in locales) { + // Only English for dev site + const loc = locales[locale] + // Fan out into namespaces + for (const namespace in loc) { + writeJson( + locale, namespace, + loc[namespace] + ) + } + + writeJson(locale, 'locales', languages) + } } From 04eae1f5fa5417bae0cb11cf9d1eb0c714ef4ef4 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Sat, 23 Jul 2022 23:23:46 -0500 Subject: [PATCH 1642/1675] deepscan fixes --- sites/shared/prebuild/i18n.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/sites/shared/prebuild/i18n.mjs b/sites/shared/prebuild/i18n.mjs index 7546f9b73cb..5cbd48b9b33 100644 --- a/sites/shared/prebuild/i18n.mjs +++ b/sites/shared/prebuild/i18n.mjs @@ -2,7 +2,6 @@ import {build} from '../../../packages/i18n/src/prebuild.mjs' import {denyList} from '../../../packages/i18n/scripts/prebuilder.mjs' import fs from 'fs' import path from 'path' -import {mkdir} from 'fs/promises' export const prebuildI18n = async(site, only=false) => { const writeJson = async (locale, namespace, content) => fs.writeFileSync( From 34181f2e440962bfd891b0597c5ba92c47a1ed8f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 24 Jul 2022 15:51:29 +0200 Subject: [PATCH 1643/1675] New translations charlie.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/charlie.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/charlie.yml b/packages/i18n/src/locales/uk/options/charlie.yml index cd395335db1..edd9389174c 100644 --- a/packages/i18n/src/locales/uk/options/charlie.yml +++ b/packages/i18n/src/locales/uk/options/charlie.yml @@ -1,7 +1,7 @@ --- backPocketHorizontalPlacement: - title: Back pocket horizontal placement - description: Controls the horizontal placement of the back pocket + title: Горизонтальне розміщення задньої кишені + description: Керує розміщенням задньої кишені по горизонталі backPocketVerticalPlacement: title: Back pocket vertical placement description: Controls the vertical placement of the back pocket From 3d6fcc8eee1d9d917b261a7730f71f2d618ecbc3 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 24 Jul 2022 17:19:30 +0200 Subject: [PATCH 1644/1675] New translations charlie.yml (Ukrainian) --- packages/i18n/src/locales/uk/options/charlie.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/i18n/src/locales/uk/options/charlie.yml b/packages/i18n/src/locales/uk/options/charlie.yml index edd9389174c..c80b04de2cf 100644 --- a/packages/i18n/src/locales/uk/options/charlie.yml +++ b/packages/i18n/src/locales/uk/options/charlie.yml @@ -3,14 +3,14 @@ backPocketHorizontalPlacement: title: Горизонтальне розміщення задньої кишені description: Керує розміщенням задньої кишені по горизонталі backPocketVerticalPlacement: - title: Back pocket vertical placement - description: Controls the vertical placement of the back pocket + title: Вертикальне розміщення задньої кишені + description: Керує розміщенням задньої кишені по вертикалі backPocketWidth: - title: Back pocket width - description: Controls the width of the back pocket + title: Ширина задньої кишені + description: Керує шириною задньої кишені backPocketDepth: - title: Back pocket depth - description: Controls the depth of the back pocket + title: Глибина задньої кишені + description: Керує глибиною задньої кишені backPocketFacing: title: Back pocket facing description: Controls whether or not to include facing on the back pockets From 634b4fe7b8fb1d7a75febcf8684b89ee6980ac99 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 24 Jul 2022 21:41:41 +0200 Subject: [PATCH 1645/1675] fix(simon): Handle boxpleat issue in yoke. Fixes #2400 --- CHANGELOG.md | 6 ++++++ config/changelog.yaml | 3 +++ designs/simon/src/back.js | 1 + designs/simon/src/yoke.js | 2 +- 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6762dfe2dae..52896672bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,12 @@ - Fix hem allowance. Closes [#2350](https://github.com/freesewing/freesewing/issues/2350) +### simon + +#### Fixed + + - Fix issue with boxPleat and yoke Fixes [#2400](https://github.com/freesewing/freesewing/issues/2400) + ### simone #### Fixed diff --git a/config/changelog.yaml b/config/changelog.yaml index f2d7b99b187..88a79d0e0f7 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -20,6 +20,9 @@ Unreleased: brian: - Make s3 options sticky to zero below 10% to avoid path split issues. Fixes [#2249](https://github.com/freesewing/freesewing/issues/2249) + simon: + - Fix issue with boxPleat and yoke + Fixes [#2400](https://github.com/freesewing/freesewing/issues/2400) simone: - Don't do a negative FBA from there's no need for an FBA Fixes [#2121](https://github.com/freesewing/freesewing/issues/2121) diff --git a/designs/simon/src/back.js b/designs/simon/src/back.js index 3f0630800bd..674b27c5fb2 100644 --- a/designs/simon/src/back.js +++ b/designs/simon/src/back.js @@ -129,6 +129,7 @@ export default (part) => { } else points.cbTop = points.cbYoke // Box pleat + points.armholeYokeSplitPreBoxpleat = points.armholeYokeSplit.clone() if (options.boxPleat) { points.boxPleatLeft = points.cbTop.shift(0, store.get('boxPleatWidth') / 2) points.boxPleatMid = points.boxPleatLeft.shift(0, store.get('boxPleatFold')) diff --git a/designs/simon/src/yoke.js b/designs/simon/src/yoke.js index f543ef71818..0b7e4064776 100644 --- a/designs/simon/src/yoke.js +++ b/designs/simon/src/yoke.js @@ -7,7 +7,7 @@ export default (part) => { } // Paths - paths.saBase = new Path().move(points.cbYoke).line(points.armholeYokeSplit) + paths.saBase = new Path().move(points.cbYoke).line(points.armholeYokeSplitPreBoxpleat) if (options.yokeHeight > 0) paths.saBase = paths.saBase.join(paths.backArmholeYoke) paths.saBase = paths.saBase.line(points.s3CollarSplit).join(paths.backCollar) if (options.splitYoke) paths.saBase = paths.saBase.line(points.cbYoke).close() From e7391db9803ff368393d4157df7508c19b417803 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 24 Jul 2022 21:46:04 +0200 Subject: [PATCH 1646/1675] fix(simon): Forgot about notch. See #2400 --- designs/simon/src/yoke.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/designs/simon/src/yoke.js b/designs/simon/src/yoke.js index 0b7e4064776..718f69dac59 100644 --- a/designs/simon/src/yoke.js +++ b/designs/simon/src/yoke.js @@ -29,6 +29,8 @@ export default (part) => { delete snippets.armholePitchNotch delete snippets.collarNotch delete snippets.shoulderNotch + delete snippets.shoulderNotch + snippets.sleevecapNotch = new Snippet('notch', points.armholeYokeSplitPreBoxpleat) points.title = new Point(points.neck.x, points.cbYoke.y / 3) macro('title', { at: points.title, nr: 4, title: 'yoke', scale: 0.8 }) points.logo = points.title.shift(-90, 50) From db4cd6d754a99b0e5479ffeb2de40fc54add49c8 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 24 Jul 2022 21:47:31 +0200 Subject: [PATCH 1647/1675] chore(simon): Deleted double line --- designs/simon/src/yoke.js | 1 - 1 file changed, 1 deletion(-) diff --git a/designs/simon/src/yoke.js b/designs/simon/src/yoke.js index 718f69dac59..fbefb013854 100644 --- a/designs/simon/src/yoke.js +++ b/designs/simon/src/yoke.js @@ -29,7 +29,6 @@ export default (part) => { delete snippets.armholePitchNotch delete snippets.collarNotch delete snippets.shoulderNotch - delete snippets.shoulderNotch snippets.sleevecapNotch = new Snippet('notch', points.armholeYokeSplitPreBoxpleat) points.title = new Point(points.neck.x, points.cbYoke.y / 3) macro('title', { at: points.title, nr: 4, title: 'yoke', scale: 0.8 }) From 3e01f73801352fcf9ff6cdb627d2388b684c8b15 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Sun, 24 Jul 2022 15:02:51 -0700 Subject: [PATCH 1648/1675] Fix for Simon superfluous notches. --- designs/simon/src/buttonholeplacket.js | 3 +++ designs/simon/src/buttonplacket.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/designs/simon/src/buttonholeplacket.js b/designs/simon/src/buttonholeplacket.js index 932fd7dfb10..8757a2ee759 100644 --- a/designs/simon/src/buttonholeplacket.js +++ b/designs/simon/src/buttonholeplacket.js @@ -25,6 +25,9 @@ export default (part) => { } for (const id in paths) delete part.paths[id] + for (const i of ['waist', 'armholePitch', 'hips', 'armhole']) { + delete snippets[i + '-notch'] + } const width = store.get('buttonholePlacketWidth') const fold = store.get('buttonholePlacketFoldWidth') diff --git a/designs/simon/src/buttonplacket.js b/designs/simon/src/buttonplacket.js index 551ab9c8023..2dbfdf7b732 100644 --- a/designs/simon/src/buttonplacket.js +++ b/designs/simon/src/buttonplacket.js @@ -27,6 +27,9 @@ export default (part) => { for (const id in paths) { if (id !== 'seam') delete part.paths[id] } + for (const i in snippets) { + if (i.indexOf('notch')) delete snippets[i] + } macro('flip') const width = store.get('buttonPlacketWidth') points.placketTopIn = utils.lineIntersectsCurve( From 85dc6f91374f1284ad068a9250b8d9bb4b74de75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:11:53 +0000 Subject: [PATCH 1649/1675] Bump lerna from 5.1.8 to 5.2.0 Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 5.1.8 to 5.2.0. - [Release notes](https://github.com/lerna/lerna/releases) - [Changelog](https://github.com/lerna/lerna/blob/main/core/lerna/CHANGELOG.md) - [Commits](https://github.com/lerna/lerna/commits/v5.2.0/core/lerna) --- updated-dependencies: - dependency-name: lerna dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 1144 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 689 insertions(+), 455 deletions(-) diff --git a/yarn.lock b/yarn.lock index 62908cbba92..78998a9168e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1836,39 +1836,39 @@ dependencies: vary "^1.1.2" -"@lerna/add@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/add/-/add-5.1.8.tgz#9710a838cb1616cf84c47e85aab5a7cc5a36ce21" - integrity sha512-ABplk8a5MmiT8lG1b9KHijRUwj/nOePMuezBHjJEpNeQ8Bw5w3IV/6hpdmApx/w1StBwWWf0UG42klrxXlfl/g== +"@lerna/add@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/add/-/add-5.2.0.tgz#b9d3c728e059eea67f5757ee4b8e9550295f0be6" + integrity sha512-BKTWhii4i1JUKqmOXkauD2rTGabo83gnqYYsORobmquKFG02tFD2upqkP73DmP6xgmovpBQ8NpPO/75r1MbtIQ== dependencies: - "@lerna/bootstrap" "5.1.8" - "@lerna/command" "5.1.8" - "@lerna/filter-options" "5.1.8" - "@lerna/npm-conf" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/bootstrap" "5.2.0" + "@lerna/command" "5.2.0" + "@lerna/filter-options" "5.2.0" + "@lerna/npm-conf" "5.2.0" + "@lerna/validation-error" "5.2.0" dedent "^0.7.0" npm-package-arg "^8.1.0" p-map "^4.0.0" - pacote "^13.4.1" + pacote "^13.6.1" semver "^7.3.4" -"@lerna/bootstrap@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-5.1.8.tgz#b8664d7eef6bd1072fe3ea5285848cc0c590a9bc" - integrity sha512-/QZJc6aRxi6csSR59jdqRXPFh33fbn60F1k/SWtCCELGkZub23fAPLKaO7SlMcyghN3oKlfTfVymu/NWEcptJQ== +"@lerna/bootstrap@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-5.2.0.tgz#2e2fd307274e0d0fcd5ab2f3830a6e743fbd8346" + integrity sha512-4GMpgqT2F3E+LlD6iIAoJSFtvbXR7A8iX27mCv7fEFR8aPyxGxa6lC+sKIHLoH7s6X7/5aEI2sZCZ3p1v6QNUg== dependencies: - "@lerna/command" "5.1.8" - "@lerna/filter-options" "5.1.8" - "@lerna/has-npm-version" "5.1.8" - "@lerna/npm-install" "5.1.8" - "@lerna/package-graph" "5.1.8" - "@lerna/pulse-till-done" "5.1.8" - "@lerna/rimraf-dir" "5.1.8" - "@lerna/run-lifecycle" "5.1.8" - "@lerna/run-topologically" "5.1.8" - "@lerna/symlink-binary" "5.1.8" - "@lerna/symlink-dependencies" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/command" "5.2.0" + "@lerna/filter-options" "5.2.0" + "@lerna/has-npm-version" "5.2.0" + "@lerna/npm-install" "5.2.0" + "@lerna/package-graph" "5.2.0" + "@lerna/pulse-till-done" "5.2.0" + "@lerna/rimraf-dir" "5.2.0" + "@lerna/run-lifecycle" "5.2.0" + "@lerna/run-topologically" "5.2.0" + "@lerna/symlink-binary" "5.2.0" + "@lerna/symlink-dependencies" "5.2.0" + "@lerna/validation-error" "5.2.0" "@npmcli/arborist" "5.2.0" dedent "^0.7.0" get-port "^5.1.1" @@ -1880,102 +1880,102 @@ p-waterfall "^2.1.1" semver "^7.3.4" -"@lerna/changed@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-5.1.8.tgz#7db0c16703440ba6bf53ad3719fd13ba748aaf27" - integrity sha512-JA9jX9VTHrwSMRJTgLEzdyyx4zi35X0yP6fUUFuli9a0zrB4HV4IowSn1XM03H8iebbDLB0eWBbosqhYwSP8Sw== +"@lerna/changed@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-5.2.0.tgz#6a9eec17f63311f0c166fc839f1491242ce7076c" + integrity sha512-xbvMuUsmELZmmENsSX5KpG6OAeO1kZkPiXw5P8mdZVqzSz3/tO0v5SKV1TBYlWYM+/IumO/F+HTVL+GwnjMsww== dependencies: - "@lerna/collect-updates" "5.1.8" - "@lerna/command" "5.1.8" - "@lerna/listable" "5.1.8" - "@lerna/output" "5.1.8" + "@lerna/collect-updates" "5.2.0" + "@lerna/command" "5.2.0" + "@lerna/listable" "5.2.0" + "@lerna/output" "5.2.0" -"@lerna/check-working-tree@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-5.1.8.tgz#9529006f1c57cf1d783539063a381777aa983054" - integrity sha512-3QyiV75cYt9dtg9JhUt+Aiyk44mFjlyqIIJ/XZ2Cp/Xcwws/QrNKOTs5iYFX5XWzlpTgotOHcu1MH/mY55Czlw== +"@lerna/check-working-tree@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-5.2.0.tgz#c664fb62e78a96e95f4d234f03cd1687b14b79b6" + integrity sha512-MM+I+7+PyQGz5rzt4jnC7m2J3WhEjfetE895Ut/YwobOhng4kThzxmscJuCGY+2jZigwFMSugc0/JjTNZ0Hg5A== dependencies: - "@lerna/collect-uncommitted" "5.1.8" - "@lerna/describe-ref" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/collect-uncommitted" "5.2.0" + "@lerna/describe-ref" "5.2.0" + "@lerna/validation-error" "5.2.0" -"@lerna/child-process@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-5.1.8.tgz#4350eb58fe4c478000317a65f62985d212ee4f89" - integrity sha512-P0o4Y/sdiUJ53spZpaVv53NdAcl15UAi5//W3uT2T250xQPlVROwKy11S3Wzqglh94FYdi6XUy293x1uwBlFPw== +"@lerna/child-process@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-5.2.0.tgz#5c43fe5eb8a81667a5dfaeb6e1a310a0825bbd06" + integrity sha512-UY1W3+MdYZmCzvyi0C2SvDKwbXrm6HlZKzyWoxDhqR/GqPa0CBeOBa+lSslM1+yltI+4IHQpqLQAdZIYGjeCUw== dependencies: chalk "^4.1.0" execa "^5.0.0" strong-log-transformer "^2.1.0" -"@lerna/clean@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-5.1.8.tgz#dbf4634bbc3f5c526eec38c850eaa6882bb6eb2c" - integrity sha512-xMExZgjan5/8ZTjJkZoLoTKY1MQOMk7W1YXslbg9BpLevBycPk041MlLauzCyO8XdOpqpVnFCg/9W66fltqmQg== +"@lerna/clean@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-5.2.0.tgz#e1534b8e84402441f1abcfb4a0b33400b39ece92" + integrity sha512-9/gJBBPvISICRfv2Y5KjGcUgZykpXZqAk6txHrl7eTZ0XHAnu9SxxLq3xCEq5IPNkevu++bOSYJ7BFTYzPxAgw== dependencies: - "@lerna/command" "5.1.8" - "@lerna/filter-options" "5.1.8" - "@lerna/prompt" "5.1.8" - "@lerna/pulse-till-done" "5.1.8" - "@lerna/rimraf-dir" "5.1.8" + "@lerna/command" "5.2.0" + "@lerna/filter-options" "5.2.0" + "@lerna/prompt" "5.2.0" + "@lerna/pulse-till-done" "5.2.0" + "@lerna/rimraf-dir" "5.2.0" p-map "^4.0.0" p-map-series "^2.1.0" p-waterfall "^2.1.1" -"@lerna/cli@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-5.1.8.tgz#b094a2d2eb70522ced850da60c94a2e0bf8c5adc" - integrity sha512-0Ghhd9M9QvY6qZtnjTq5RHOIac2ttsW2VNFLFso8ov3YV+rJF4chLhyVaVBvLSA+5ZhwFH+xQ3/yeUx1tDO8GA== +"@lerna/cli@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-5.2.0.tgz#821ce8e657cfc5966c006503e5e75c8f7e37434f" + integrity sha512-bn6L317xjTeJ+60bj+wNvmwnDEOKH0T45yO14u1TNNs7cVUv9ZtHYohuKSbanUogthEDu2m680RwgdvikyyCLQ== dependencies: - "@lerna/global-options" "5.1.8" + "@lerna/global-options" "5.2.0" dedent "^0.7.0" npmlog "^6.0.2" yargs "^16.2.0" -"@lerna/collect-uncommitted@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-5.1.8.tgz#1caf374998402883b4a345dffed8c1cddd57e76a" - integrity sha512-pRsIYu82A3DxLahQI/3azoi/kjj6QSSHHAOx4y1YVefeDCaVtAm8aesNbpnyNVfJrie/1Gt5GMEpjfm/KScjlw== +"@lerna/collect-uncommitted@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-5.2.0.tgz#d6aa4eb41eed13a941e3fa4771828048559d25ad" + integrity sha512-LlTY08RhTnrynvuqK1wNbq+H8FFWAMNiTOUJcxMo+bMlLrjPy3xCLhcDcKApVZvZnkE+kWLyQRROs0ZEY78MaQ== dependencies: - "@lerna/child-process" "5.1.8" + "@lerna/child-process" "5.2.0" chalk "^4.1.0" npmlog "^6.0.2" -"@lerna/collect-updates@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-5.1.8.tgz#b4d2f1a333abb690b74e4c5def45763347070754" - integrity sha512-ZPQmYKzwDJ4T+t2fRUI/JjaCzC8Lv02kWIeSXrcIG+cf2xrbM0vK4iQMAKhagTsiWt9hrFwvtMgLp4a6+Ht8Qg== +"@lerna/collect-updates@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-5.2.0.tgz#1bbbb1a23e70d8c856ced4faba6356385778013b" + integrity sha512-thENc95GHPEt3N18u0WOtkVDRjTWM2rLld8SiFDtecqlV7F2pN0pILY5mNDTS2kYZDwxACQ+XLCinBmb8VET5Q== dependencies: - "@lerna/child-process" "5.1.8" - "@lerna/describe-ref" "5.1.8" + "@lerna/child-process" "5.2.0" + "@lerna/describe-ref" "5.2.0" minimatch "^3.0.4" npmlog "^6.0.2" slash "^3.0.0" -"@lerna/command@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/command/-/command-5.1.8.tgz#0dcca15a7148ce3326178c7358d5f907430dc328" - integrity sha512-j/Q++APvkyN2t8GqOpK+4OxH1bB7OZGVWIKh0JQlwbtqH1Y06wlSyNdwpPmv8h1yO9fS1pY/xHwFbs1IicxwzA== +"@lerna/command@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/command/-/command-5.2.0.tgz#4034b2f2bde407ef85b4a807b56f2d61cc0cbb32" + integrity sha512-QJLpOp6z/6NlSuqhl9IiSBq4SVcgcC4nJh5dZme+6hRCkcaAG0WEhe809xcx6pehYJdbbMHtmSWp7dk/GujWxw== dependencies: - "@lerna/child-process" "5.1.8" - "@lerna/package-graph" "5.1.8" - "@lerna/project" "5.1.8" - "@lerna/validation-error" "5.1.8" - "@lerna/write-log-file" "5.1.8" + "@lerna/child-process" "5.2.0" + "@lerna/package-graph" "5.2.0" + "@lerna/project" "5.2.0" + "@lerna/validation-error" "5.2.0" + "@lerna/write-log-file" "5.2.0" clone-deep "^4.0.1" dedent "^0.7.0" execa "^5.0.0" is-ci "^2.0.0" npmlog "^6.0.2" -"@lerna/conventional-commits@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-5.1.8.tgz#5d6f87ebb024d4468024b22ced0ea948246d593f" - integrity sha512-UduSVDp/+2WlEV6ZO5s7yTzkfhYyPdEsqR6aaUtIJZe9wejcCK4Lc3BJ2BAYIOdtDArNY2CJPsz1LYvFDtPRkw== +"@lerna/conventional-commits@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-5.2.0.tgz#af14e0a9cf1ac24cda5ba967e7609a2eabb239f8" + integrity sha512-sI3QVV0kHqbFhHJy8dTNhrJdIWSGv1t7dfYyHiyGdlttSFWd6b+jGYZtAfIie2iC26+Z1ZksGW/0mdyAD55Zig== dependencies: - "@lerna/validation-error" "5.1.8" + "@lerna/validation-error" "5.2.0" conventional-changelog-angular "^5.0.12" - conventional-changelog-core "^4.2.2" + conventional-changelog-core "^4.2.4" conventional-recommended-bump "^6.1.0" fs-extra "^9.1.0" get-stream "^6.0.0" @@ -1984,31 +1984,31 @@ pify "^5.0.0" semver "^7.3.4" -"@lerna/create-symlink@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-5.1.8.tgz#36b3cb34d3e434f021a878c7353a6dd0ccacd6bd" - integrity sha512-5acQITDsJ7dqywPRrF1mpTUPm/EXFfiv/xF6zX+ySUjp4h0Zhhnsm8g2jFdRPDSjIxFD0rV/5iU4X6qmflXlAg== +"@lerna/create-symlink@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-5.2.0.tgz#8c451a1c510d948b10a09b8af087c6736848cda6" + integrity sha512-0+WwJWZUAp6nIbOL0fxTCVyt37VmpkqCJs8aK3//DgjS8u5hSlPQjj3oWjVFMFtfSdoA7HieohBS86FZ4Tkg0w== dependencies: cmd-shim "^4.1.0" fs-extra "^9.1.0" npmlog "^6.0.2" -"@lerna/create@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/create/-/create-5.1.8.tgz#ccb485e460d4d9f1b34cbe74e79b0261c710af3a" - integrity sha512-n9qLLeg1e0bQeuk8pA8ELEP05Ktl50e1EirdXGRqqvaXdCn41nYHo4PilUgb77/o/t3Z5N4/ic+0w8OvGVakNg== +"@lerna/create@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/create/-/create-5.2.0.tgz#955e8cfcfadb31f3c6bc19e7229c01d4ad50f36e" + integrity sha512-6KuamMSIgLWm0TuLre8hTUSvr8LGw8ex/XoXNhSUJUGbUAIpkS+F8YKLSTLKBw/odFXRW7rgxv/ik6T0qqjLqw== dependencies: - "@lerna/child-process" "5.1.8" - "@lerna/command" "5.1.8" - "@lerna/npm-conf" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/child-process" "5.2.0" + "@lerna/command" "5.2.0" + "@lerna/npm-conf" "5.2.0" + "@lerna/validation-error" "5.2.0" dedent "^0.7.0" fs-extra "^9.1.0" globby "^11.0.2" init-package-json "^2.0.2" npm-package-arg "^8.1.0" p-reduce "^2.1.0" - pacote "^13.4.1" + pacote "^13.6.1" pify "^5.0.0" semver "^7.3.4" slash "^3.0.0" @@ -2017,217 +2017,218 @@ whatwg-url "^8.4.0" yargs-parser "20.2.4" -"@lerna/describe-ref@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-5.1.8.tgz#b0f5d252f97d9d96ca404f2b99c91d426f2b7577" - integrity sha512-/u5b2ho09icPcvPb1mlh/tPC07nSFc1cvvFjM9Yg5kfVs23vzVWeA8y0Bk5djlaaSzyHECyqviriX0aoaY47Wg== +"@lerna/describe-ref@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-5.2.0.tgz#a6c6c033bff77269dc3d5eb8cb350c310d1cdb04" + integrity sha512-ZSdVWzPpgz8tcJ2rLpKAi1q2WLv4lP+Qdjr0QpblcM0y4+QM9GU5bVayDXRNl+fVeaFpftr4Vou8/hVzzb2fTQ== dependencies: - "@lerna/child-process" "5.1.8" + "@lerna/child-process" "5.2.0" npmlog "^6.0.2" -"@lerna/diff@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-5.1.8.tgz#112f68a99025e5732d4ec8ec6cb6db323555846a" - integrity sha512-BLoi6l/v8p43IkAHTkpjZ4Kq27kYK7iti6y6gYoZuljSwNj38TjgqRb2ohHezQ5c0KFAj8xHEOuZM3Ou6tGyTQ== +"@lerna/diff@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-5.2.0.tgz#3ce5ac66ead67b88463a693ffc09f7ad649e8a71" + integrity sha512-RIp/PeigKoC0xoCYGk6G9hSFiw8bMGcTL9+ii1628DALh8j/ddt3Fi7kCPO9b03ALkPUVQlLIDe/Wzry4ME1BA== dependencies: - "@lerna/child-process" "5.1.8" - "@lerna/command" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/child-process" "5.2.0" + "@lerna/command" "5.2.0" + "@lerna/validation-error" "5.2.0" npmlog "^6.0.2" -"@lerna/exec@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-5.1.8.tgz#a5a808ebb40c74c1a339e73816ea1aa1c53dc284" - integrity sha512-U+owlBKoAUfULqRz0oBtHx/I6tYQy9I7xfPP0GoaXa8lpF7esnpCxsJG8GpdzFqIS30o6a2PtyHvp4jkrQF8Zw== +"@lerna/exec@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-5.2.0.tgz#f554551c8b1046be9ded9ce967eac80aabe6acff" + integrity sha512-MyTe+YRIbibkjZ6VYGI0c5In1+lDrPE5fgR1G4cOI8RN7nx6fBi6I3w7rSISRuMf3npVDKLU1/LRW7qjxISdJw== dependencies: - "@lerna/child-process" "5.1.8" - "@lerna/command" "5.1.8" - "@lerna/filter-options" "5.1.8" - "@lerna/profiler" "5.1.8" - "@lerna/run-topologically" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/child-process" "5.2.0" + "@lerna/command" "5.2.0" + "@lerna/filter-options" "5.2.0" + "@lerna/profiler" "5.2.0" + "@lerna/run-topologically" "5.2.0" + "@lerna/validation-error" "5.2.0" p-map "^4.0.0" -"@lerna/filter-options@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-5.1.8.tgz#cb18431a92a138e9428af0217b01bfa89adb9b13" - integrity sha512-ene6xj1BRSFgIgcVg9xABp1cCiRnqm3Uetk9InxOtECbofpSDa7cQy5lsPv6GGAgXFbT91SURQiipH9FAOP+yQ== +"@lerna/filter-options@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-5.2.0.tgz#9cc44c7ad180128e3326c4c690645264888e9abf" + integrity sha512-gbX/ksk/kKmhEPPXWTvRAYLBFmDcpWQOfJiE+JybRgTaIAKrAVo8mHzw1j2ZsWJcxvbOOPvSGAy+54MILBr3Xw== dependencies: - "@lerna/collect-updates" "5.1.8" - "@lerna/filter-packages" "5.1.8" + "@lerna/collect-updates" "5.2.0" + "@lerna/filter-packages" "5.2.0" dedent "^0.7.0" npmlog "^6.0.2" -"@lerna/filter-packages@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-5.1.8.tgz#5dd32c05c646f4d3ad55adde8e67d60661c2bead" - integrity sha512-2pdtZ+I2Sb+XKfUa/q8flVUyaY0hhwqFYMXll7Nut7Phb1w1TtkEXc2/N0Ac1yia6qSJB/5WrsbAcLF/ITp1vA== +"@lerna/filter-packages@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-5.2.0.tgz#93135ba5b38c949627e2d25dbbe90a26fdbd9690" + integrity sha512-G1RolCWUIc45vfu/o6v3SBYb3FflfYyUfUtHMteE3frJsgDIIOuERmlDp0hl6k7DBxdBvi6AK5bvEMt+FE3h0A== dependencies: - "@lerna/validation-error" "5.1.8" + "@lerna/validation-error" "5.2.0" multimatch "^5.0.0" npmlog "^6.0.2" -"@lerna/get-npm-exec-opts@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-5.1.8.tgz#71ea0a8760231322c5a4fe103aab659e3de062a3" - integrity sha512-oujoIkEDDVK2+5ooPMEPI+xGs/iwPmGJ63AZu1h7P42YU9tHKQmF5yPybF3Jn99W8+HggM6APUGiX+5oHRvKXA== +"@lerna/get-npm-exec-opts@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-5.2.0.tgz#ad80e9f2b7eae672d74fc3639cdd4a5baeca9d09" + integrity sha512-ZGWBcrynGNbPOhJkwJfGQS+UqmwT/9K6cD6rnK3ddDlj2UBcjcTgPTCLRseFO3j/4m36N4CQh9jy9tsXO8VeDg== dependencies: npmlog "^6.0.2" -"@lerna/get-packed@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-5.1.8.tgz#c8020be24befbe018fc535cf513efa5863a4a1a2" - integrity sha512-3vabIFlfUFQPbFnlOaDCNY4p7mufrhIFPoXxWu15JnjJsSDf9UB2a98xX43xNlxjgZLvnLai3bhCNfrKonI4Kw== +"@lerna/get-packed@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-5.2.0.tgz#f96c5ca61a6e08981517dfe51b5a059260cb384f" + integrity sha512-wuFex+v6Nk8BqsZCml56+8Uextpu4fhk3bjz/3DBrNHaGHrg/VKGhZ6kqCCTWpUyclm3RzZfg63/5bXW/SDmiw== dependencies: fs-extra "^9.1.0" ssri "^8.0.1" tar "^6.1.0" -"@lerna/github-client@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-5.1.8.tgz#1b0a3d5ae9996d56e7977d319d5b95ec2c24df8f" - integrity sha512-y1oweMZ9xc/htIHy42hy2FuMUR/LS3CQlslXG9PAHzl5rE1VDDjvSv61kS50ZberGfB9xmkCxqH+2LgROG9B1A== +"@lerna/github-client@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-5.2.0.tgz#5f7aab6c5e430c5f6a38f91e426ca324404b65ac" + integrity sha512-tFl0DWv53MhJ4x2978MtdGzcwL94mAVOQueAU0/MU0O+nWgC0l+va7WSE4d04OuIj2veadZoqYiT0LYdVx3cLQ== dependencies: - "@lerna/child-process" "5.1.8" + "@lerna/child-process" "5.2.0" "@octokit/plugin-enterprise-rest" "^6.0.1" - "@octokit/rest" "^18.1.0" + "@octokit/rest" "^19.0.3" git-url-parse "^12.0.0" npmlog "^6.0.2" -"@lerna/gitlab-client@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-5.1.8.tgz#84e9063c79b0543570ca02ad50f7ad54446ab78d" - integrity sha512-/EMKdkGnBU4ldyAQ4pXp2TKi1znvY3MiCULt8Hy42p4HhfFl/AxZYDovQYfop1NHVk29BQrGHfvlpyBNqZ2a8g== +"@lerna/gitlab-client@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-5.2.0.tgz#49b5573e0ab8e5e58a6505c29c3489a0f7388a80" + integrity sha512-Mz+tOHwzuZCVV4ThV2ZsYFd2Pz9JM1gsND/e1FYG2RuOVSPksuOaBXj+sD6AJZ98jYeOGxJ9lUTHesTDomqaww== dependencies: node-fetch "^2.6.1" npmlog "^6.0.2" whatwg-url "^8.4.0" -"@lerna/global-options@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-5.1.8.tgz#ba760c9a9a686bc0109d9b09017737a7365b7649" - integrity sha512-VCfTilGh0O4T6Lk4DKYA5cUl1kPjwFfRUS/GSpdJx0Lf/dyDbFihrmTHefgUe9N2/nTQySDIdPk9HBr45tozWQ== +"@lerna/global-options@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-5.2.0.tgz#a68e2309559a500bbbd089ef275b987116a4ee1f" + integrity sha512-AXbuQN50K4PZKTtgTLTH1Wia7kkIVg3k6JPCdPehgQbULFUs5vwGIDRlgaW2iOXRtRLnvFj73BCFTAnI8rNDtw== -"@lerna/has-npm-version@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-5.1.8.tgz#9ea80ee3616006df1094cc18c1bc58f3f1008299" - integrity sha512-yN5j9gje2ND8zQf4tN52QDQ/yFb24o9Kasm4PZm99FzBURRIwFWCnvo3edOMaiJg0DpA660L+Kq9G0L+ZRKRZQ== +"@lerna/has-npm-version@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-5.2.0.tgz#80feb9b334e9dc2ec953ec9571fd9bc04617946a" + integrity sha512-RRnJUVJpR4VAuDhH+yLJP3O85p2Uhxp/kurNzbIkGP56Vi/tvoSlbCbNWL7hLznnCjkdvNS1cf+LuZyGD4FNZw== dependencies: - "@lerna/child-process" "5.1.8" + "@lerna/child-process" "5.2.0" semver "^7.3.4" -"@lerna/import@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/import/-/import-5.1.8.tgz#b1eebfaab1df618ec0a92a639c45010c1fcd1098" - integrity sha512-m1+TEhlgS9i14T7o0/8o6FMZJ1O2PkQdpCjqUa5xdLITqvPozoMNujNgiX3ZVLg/XcFOjMtbCsYtspqtKyEsMQ== +"@lerna/import@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/import/-/import-5.2.0.tgz#9b5bc76b9e4f9a49f77073f0267fd56804637caf" + integrity sha512-33BrWs6HNulx+wVR6FFF/DNLCHvL5u/8Tr8GPISUOMIXFdvLiMCyMIeM5g2BU/e044W6TzrCKcRxsTjXqhimVA== dependencies: - "@lerna/child-process" "5.1.8" - "@lerna/command" "5.1.8" - "@lerna/prompt" "5.1.8" - "@lerna/pulse-till-done" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/child-process" "5.2.0" + "@lerna/command" "5.2.0" + "@lerna/prompt" "5.2.0" + "@lerna/pulse-till-done" "5.2.0" + "@lerna/validation-error" "5.2.0" dedent "^0.7.0" fs-extra "^9.1.0" p-map-series "^2.1.0" -"@lerna/info@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/info/-/info-5.1.8.tgz#99aab0f599cf9d9f1f144dbc110e38f6337e0a77" - integrity sha512-VNCBNOrd5Q1iv1MOF++PzMrdAnTn6KTDbb5hcXHdWBRZUuOs3QOwVYGzAlTFMvwVmmlcER4z8BYyUsbxk3sIdQ== +"@lerna/info@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/info/-/info-5.2.0.tgz#d95e0daedaee209cac2463d2a6a6df76112c437d" + integrity sha512-GraI2Z+bmNEt3vatvYdE/oajk1/yNM1ULR1loaF0IemZ6S5GYHAJXgT2qNl/Jt0qh+oRM2a5ITtLTjCrtzAkVg== dependencies: - "@lerna/command" "5.1.8" - "@lerna/output" "5.1.8" + "@lerna/command" "5.2.0" + "@lerna/output" "5.2.0" envinfo "^7.7.4" -"@lerna/init@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/init/-/init-5.1.8.tgz#7ad1433d50e283ba01cae84f9640cf99b0a8a047" - integrity sha512-vEMnq/70u/c031/vURA4pZSxlBRAwjg7vOP7mt9M4dmKz/vkVnQ/5Ig9K0TKqC31hQg957/4m20obYEiFgC3Pw== +"@lerna/init@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/init/-/init-5.2.0.tgz#208e49eda705f50ecefa5caf0faebe7c587ee837" + integrity sha512-a8VupVxsjxknDIUHM5nT6i9CJkr2MjKuR/QnQcI6eVtKP26mppd/GwZQ2XtnkULRtHWfajbksVODuOwwssroqQ== dependencies: - "@lerna/child-process" "5.1.8" - "@lerna/command" "5.1.8" + "@lerna/child-process" "5.2.0" + "@lerna/command" "5.2.0" + "@lerna/project" "5.2.0" fs-extra "^9.1.0" p-map "^4.0.0" write-json-file "^4.3.0" -"@lerna/link@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/link/-/link-5.1.8.tgz#f9d5736640f524c9f255007d3d7b3792846042ef" - integrity sha512-qOtZiMzB9JYyNPUlvpqTxh0Z1EmNVde8pFUIYybv+s3btrKEBPgsvvrOrob/mha3QJxnwcPDPjHt/wCHFxLruA== +"@lerna/link@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/link/-/link-5.2.0.tgz#01599f185a0ea570509e24cbbba12ddda21bc72e" + integrity sha512-DnfiIyl6f2hrv0qyRH8ZzcDCrcxsWBoaAxlOTgCUggiIq1eLMBBqQu6cQt3k0zSb40jFwIsggdYsffvV/GkLXQ== dependencies: - "@lerna/command" "5.1.8" - "@lerna/package-graph" "5.1.8" - "@lerna/symlink-dependencies" "5.1.8" + "@lerna/command" "5.2.0" + "@lerna/package-graph" "5.2.0" + "@lerna/symlink-dependencies" "5.2.0" p-map "^4.0.0" slash "^3.0.0" -"@lerna/list@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/list/-/list-5.1.8.tgz#72268a7ab4042f4d4463cc41e247c1473ad7c7cf" - integrity sha512-fVN9o/wKtgcOyuYwvYTg2HI6ORX2kOoBkCJ+PI/uZ/ImwLMTJ2Bf8i/Vsysl3bLFHhQFglzPZ7V1SQP/ku0Sdw== +"@lerna/list@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/list/-/list-5.2.0.tgz#f41e5f512653258232a9c7ef581457fd4e2b0716" + integrity sha512-HlRLjYFYs7Sy78jp+J2z/yGhRhHHf4AjwHN6ZkAvroHSdZLHfOVUcdGAxSwuFmJ9ULb32ydtyCWwtMS4z6JICg== dependencies: - "@lerna/command" "5.1.8" - "@lerna/filter-options" "5.1.8" - "@lerna/listable" "5.1.8" - "@lerna/output" "5.1.8" + "@lerna/command" "5.2.0" + "@lerna/filter-options" "5.2.0" + "@lerna/listable" "5.2.0" + "@lerna/output" "5.2.0" -"@lerna/listable@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-5.1.8.tgz#d101e7a6c1bb9df670b4514422621684edab7770" - integrity sha512-nQ/40cbVZLFBv8o9Dz6ivHFZhosfDTYOPm4oHNu0xdexaTXWz5bQUlM4HtOm7K0dJ1fvLEVqiQNAuFSEhARt9g== +"@lerna/listable@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-5.2.0.tgz#c02e032fc102561ee939deafdecc045a2925c005" + integrity sha512-CEUR4i3Ws9H7iS1IlLrW5MIPWxp2Tx4gnzn43CN9diWVkCo1wdC/mwGirqaHMK6jpSIhfUHkJqCUqSOszg7+fg== dependencies: - "@lerna/query-graph" "5.1.8" + "@lerna/query-graph" "5.2.0" chalk "^4.1.0" columnify "^1.6.0" -"@lerna/log-packed@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-5.1.8.tgz#22e02f41b99e7202a45b066f8747dc8451e0b18e" - integrity sha512-alaCIzCtKV5oKyu632emda0hUQMw/BcL2U3v4ObLu90sU8P7mu6TipKRvR9OZxOLDnZGnPE7CMHSU8gsQoIasw== +"@lerna/log-packed@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-5.2.0.tgz#065fcba4903e5dd56f413e22e9492b864a874458" + integrity sha512-6BOgHPWBNyZvNv4DjKZc5yqBgvkYwjIZqYXvGRgFLWqGtNK71HyDW6ybw/msKzWu6nRygx/2oz/q79NJT1xb8A== dependencies: byte-size "^7.0.0" columnify "^1.6.0" has-unicode "^2.0.1" npmlog "^6.0.2" -"@lerna/npm-conf@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-5.1.8.tgz#a36b216c1af65c0524c4278b2f53ed50295110ed" - integrity sha512-d/pIcO4RwO3fXNlUbhQ6+qwULxGSiW/xcOtiETVf4ZfjaDqjkCaIxZaeZfm5gWDtII5klpQn3f2d71FCnZG5lw== +"@lerna/npm-conf@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-5.2.0.tgz#8fb3a3f1042cbfb8041359a99e3e220a31c208dc" + integrity sha512-fJ73bVQgt4gFzvpxBeZhigfR+f02vlI+wJA9otLXkkigz/R4OGBurKNBvwtvt5P99cNH5xaxQlneKmYlXd858Q== dependencies: config-chain "^1.1.12" pify "^5.0.0" -"@lerna/npm-dist-tag@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-5.1.8.tgz#f5b26dfd9e97a0eb72987c8175d3b1bd2a7d82a0" - integrity sha512-vZXO0/EClOzRRHHfqB4APhZkxiJpQbsQAAFwaXQCNJE+3S+I/MD0S3iiUWrNs4QnN/8Lj1KyzUfznVDXX7AIUQ== +"@lerna/npm-dist-tag@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-5.2.0.tgz#072d0e7d0bc85b6cb13f4c5c80bae298f21aae9a" + integrity sha512-blBVl8rbFQFtI41Y1UKcz9qFRfAJUHt680Jp8XECWEKvZijY+Sm16yNk9L3k0IwH8pQkDN0ZIxHaIHSJ+qYPvQ== dependencies: - "@lerna/otplease" "5.1.8" + "@lerna/otplease" "5.2.0" npm-package-arg "^8.1.0" npm-registry-fetch "^9.0.0" npmlog "^6.0.2" -"@lerna/npm-install@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-5.1.8.tgz#03aada74bd17e196288d417ec2f7d3399e289c01" - integrity sha512-AiYQyz4W1+NDeBw3qmdiiatfCtwtaGOi7zHtN1eAqheVTxEMuuYjNHt+8hu6nSpDFYtonz0NsKFvaqRJ5LbVmw== +"@lerna/npm-install@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-5.2.0.tgz#b5803a6807a18be23e6b0638fc389e98ca9e8963" + integrity sha512-1pNgN0Px2acEPoF3Hme7d6U0JuhMKHN3L9UjdRu28H1anR3Li+ZJQtAtV4pL7DY26csGOOhd6+rjCxzlb1ihqQ== dependencies: - "@lerna/child-process" "5.1.8" - "@lerna/get-npm-exec-opts" "5.1.8" + "@lerna/child-process" "5.2.0" + "@lerna/get-npm-exec-opts" "5.2.0" fs-extra "^9.1.0" npm-package-arg "^8.1.0" npmlog "^6.0.2" signal-exit "^3.0.3" write-pkg "^4.0.0" -"@lerna/npm-publish@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-5.1.8.tgz#259550c25d1d277c296dc3eb4e3e20f626e64510" - integrity sha512-Gup/1d8ovc21x3spKPhFK0tIYYn8HOjnpCAg5ytINIW1QM/QcLAigY58If8uiyt+aojz6lubWrSR8/OHf9CXBw== +"@lerna/npm-publish@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-5.2.0.tgz#febb446a0bf680d802f464dcdb6abc037aa7eec8" + integrity sha512-vNPwa4aU8IBm+c6sXGmV2ampkYFXKPxCXpURZWKiXYZ0pigEg0CX3YnOJMQ1ax8U97CISVoIdLY+RKi3nSJm3w== dependencies: - "@lerna/otplease" "5.1.8" - "@lerna/run-lifecycle" "5.1.8" + "@lerna/otplease" "5.2.0" + "@lerna/run-lifecycle" "5.2.0" fs-extra "^9.1.0" libnpmpublish "^4.0.0" npm-package-arg "^8.1.0" @@ -2235,85 +2236,85 @@ pify "^5.0.0" read-package-json "^3.0.0" -"@lerna/npm-run-script@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-5.1.8.tgz#6472bd96cf667feb829101a5e4db587b2e009d33" - integrity sha512-HzvukNC+hDIR25EpYWOvIGJItd0onXqzS9Ivdtw98ZQG3Jexi2Mn18A9tDqHOKCEGO3pVYrI9ep8VWkah2Bj1w== +"@lerna/npm-run-script@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-5.2.0.tgz#27bb196660135cf81c32ca84fbfaf9197b05a27d" + integrity sha512-Fxl9BByoKxm7QyIaIxhjGzGQXsTwUwk+1gFtO6OlQBH5/Y971nHG604Pmv25nZKBD3lE+3Qk2IK/XtE39ruHRg== dependencies: - "@lerna/child-process" "5.1.8" - "@lerna/get-npm-exec-opts" "5.1.8" + "@lerna/child-process" "5.2.0" + "@lerna/get-npm-exec-opts" "5.2.0" npmlog "^6.0.2" -"@lerna/otplease@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-5.1.8.tgz#b0019f71b8a86e1594f277abf0f9c95aeebd2419" - integrity sha512-/OVZ7Rbs8/ft14f4i/9HEFDsxJkBSg74rMUqyqFH3fID/RL3ja9hW5bI1bENxvYgs0bp/THy4lV5V75ZcI81zQ== +"@lerna/otplease@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-5.2.0.tgz#34def8f7c7a6fab79f2032247cd2c028f326ba84" + integrity sha512-vsFB1N+s9KGwF4wreRFYJlhDrQnSYyxgCt8atC0iUs+32Bx9zdtmOIgBnGwuqPVSOhEj+wxbuVRtopAWRWCBFw== dependencies: - "@lerna/prompt" "5.1.8" + "@lerna/prompt" "5.2.0" -"@lerna/output@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/output/-/output-5.1.8.tgz#ca4d96379bbe7556035039bf2f416f36d363082a" - integrity sha512-dXsKY8X2eAdPKRKHDZTASlWn95Eav1oQX9doUXkvV3o4UwIgqOCIsU7RqSED3EAEQz6VUH0rXNb/+d3uVeAoJQ== +"@lerna/output@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/output/-/output-5.2.0.tgz#b9ed21ea2bc09b38a530660469479b3f0c10878c" + integrity sha512-afls4I7ei09lab5WEb34/AKumpBxt8MgQnr8b9pKC6fy5GMXCSOZ9Qb/xRKhepJ4qvQRsfKWptX4UT2VB8PGeg== dependencies: npmlog "^6.0.2" -"@lerna/pack-directory@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-5.1.8.tgz#09e02134acaecd6be81a17dec7b9fdc7f66a29b7" - integrity sha512-aaH28ttS+JVimLFrVeZRWZ9Cii4GG2vkJXmQNikWBNQiFL/7S1x83NjMk4SQRdmtpYJkcQpQMZ2hDUdNxLnDCg== +"@lerna/pack-directory@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-5.2.0.tgz#af1b4f94c3683d5b7e78aab179a0293c76032556" + integrity sha512-wirOo/6hs3yWMPTw/ZU7ApQKiCyXGrxDu8PWGnVggKcD8PnwrtQoJMSEIeFbHJEw7ny7RE46oy6Q8DPCEYJNxg== dependencies: - "@lerna/get-packed" "5.1.8" - "@lerna/package" "5.1.8" - "@lerna/run-lifecycle" "5.1.8" - "@lerna/temp-write" "5.1.8" - npm-packlist "^2.1.4" + "@lerna/get-packed" "5.2.0" + "@lerna/package" "5.2.0" + "@lerna/run-lifecycle" "5.2.0" + "@lerna/temp-write" "5.2.0" + npm-packlist "^5.1.1" npmlog "^6.0.2" tar "^6.1.0" -"@lerna/package-graph@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-5.1.8.tgz#38339c3ad6e1469118ea3d52cf818ce7950d41c3" - integrity sha512-aGwXTwCpPfhUPiSRhdppogZjOqJPm39EBxHFDa1E0+/Qaig5avJs4hI6OrPLyjsTywAswtCMOArvD1QZqxwvrQ== +"@lerna/package-graph@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-5.2.0.tgz#09426a09f0de4a63c8f37006e8de032c957ab022" + integrity sha512-KAjbO83EmBzxEKVX6eyelp/xA9eztIF6BqJuPv7m9iexHh/qCIuKhnQSmgh3xDlCZ7e5FUXC3Rzvq17TLJWPfw== dependencies: - "@lerna/prerelease-id-from-version" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/prerelease-id-from-version" "5.2.0" + "@lerna/validation-error" "5.2.0" npm-package-arg "^8.1.0" npmlog "^6.0.2" semver "^7.3.4" -"@lerna/package@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/package/-/package-5.1.8.tgz#17e119553b8c957915f92e43a5f4284ec98439c2" - integrity sha512-Ot+wu6XZ93tw8p9oSTJJA15TzGhVpo8VbgNhKPcI3JJjkxVq2D5L5jVeBkjQvFEQBonLibTr339uLLXyZ0RMzg== +"@lerna/package@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/package/-/package-5.2.0.tgz#733ca4e03ca2c597364869243730a01bde88a7d1" + integrity sha512-zHDHnDNVeEmYIReSjecCpwQmF9yrK8oZLRUnVe2jI91y2D9iipHBQj5LVvJKwflpQy60vZFiavvlqi/gqPzpVA== dependencies: load-json-file "^6.2.0" npm-package-arg "^8.1.0" write-pkg "^4.0.0" -"@lerna/prerelease-id-from-version@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-5.1.8.tgz#83f27db93b19ccb74187e85b8174e4bd4f46e091" - integrity sha512-wfWv/8lHSk2/pl4FjopbDelFSLCz9s6J9AY5o7Sju9HtD9QUXcQHaXnEP1Rum9/rJZ8vWdFURcp9kzz8nxQ1Ow== +"@lerna/prerelease-id-from-version@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-5.2.0.tgz#a5cd2c4bb53e6e80f6ffe8ecff734bfdfeaacb36" + integrity sha512-PpvTllFUcAPbZUGYjXGalGwaRfFZZCzNKMKF+lck2qmkvLYSRQhPz+iN7NpvZgnXEWds0dV78MkbLcTf4rEThw== dependencies: semver "^7.3.4" -"@lerna/profiler@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-5.1.8.tgz#1f757c2bf87cdfad592d58f7d17f60e3648d956f" - integrity sha512-vpAFN85BvMHfIGA53IcwaUnS9FHAismEnNyFCjMkzKV55mmXFZlWpZyO36ESdSQRWCo5/25f3Ln0Y6YubY3Dvw== +"@lerna/profiler@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-5.2.0.tgz#4c1971a066a34595a4caaf4977e2e376f2b41baa" + integrity sha512-vKhbmeZCCSU6QRPJdJlcyUuAGD1b/Vz7SYDM/D2o0M5nyOnc5V9fom1pTR9KuJUg0dWt/g+8COOiHNYg3rCDsA== dependencies: fs-extra "^9.1.0" npmlog "^6.0.2" upath "^2.0.1" -"@lerna/project@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/project/-/project-5.1.8.tgz#6c379d258eed12acff0d4fe8524f8f084e3892a4" - integrity sha512-zTFp91kmyJ0VHBmNXEArVrMSZVxnBJ7pHTt8C7RY91WSZhw8XDNumqMHDM+kEM1z/AtDBAAAGqBE3sjk5ONDXQ== +"@lerna/project@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/project/-/project-5.2.0.tgz#b50a4673d1bacaee07eaf210a7b410abcd13ac50" + integrity sha512-qE4I0tXl8IoqqR1bgDyr5YTYy2qcO2o8QrQ8PfJnm3Mp2ffRWG5E5MMiA2QXG09yk9YUq0q9cwGCr55wJcZRrw== dependencies: - "@lerna/package" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/package" "5.2.0" + "@lerna/validation-error" "5.2.0" cosmiconfig "^7.0.0" dedent "^0.7.0" dot-prop "^6.0.1" @@ -2325,38 +2326,38 @@ resolve-from "^5.0.0" write-json-file "^4.3.0" -"@lerna/prompt@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-5.1.8.tgz#292639f0c4064f088462bc45b1825b9496a265c9" - integrity sha512-Cmq0FV/vyCHu00kySxXMfuPvutsi8qoME2/nFcICIktvDqxXr5aSFY8QqB123awNCbpb4xcHykjFnEj/RNdb2Q== +"@lerna/prompt@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-5.2.0.tgz#f516da9bb011715d392df590236b9c0e99e3538e" + integrity sha512-XPB7F3JpUnNsCrgvo90gSfYrnUBK2F4GFQ189K9WtwvuFQ774WfsqLbBlOVh9HRDCNGHx1xq6wXYkQN6s/Kblw== dependencies: - inquirer "^7.3.3" + inquirer "^8.2.4" npmlog "^6.0.2" -"@lerna/publish@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-5.1.8.tgz#a503d88ea74f197bfc4b02c23e43414b75e94583" - integrity sha512-Q88WxXVNAh/ZWj7vYG83RZUfQyQlJMg7tDhsVTvZzy3VpkkCPtmJXZfX+g4RmE0PNyjsXx9QLYAOZnOB613WyA== +"@lerna/publish@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-5.2.0.tgz#79374cb6a5a57b35af619dec4aded93f1f867819" + integrity sha512-pfxRn/6zAk/QHDxCgKXWkUOk+SxSQipqyEuJLzFwW/KBJHl3MdvS8yuODx0WqZuydwvBIz29YUarK7xYW9JamQ== dependencies: - "@lerna/check-working-tree" "5.1.8" - "@lerna/child-process" "5.1.8" - "@lerna/collect-updates" "5.1.8" - "@lerna/command" "5.1.8" - "@lerna/describe-ref" "5.1.8" - "@lerna/log-packed" "5.1.8" - "@lerna/npm-conf" "5.1.8" - "@lerna/npm-dist-tag" "5.1.8" - "@lerna/npm-publish" "5.1.8" - "@lerna/otplease" "5.1.8" - "@lerna/output" "5.1.8" - "@lerna/pack-directory" "5.1.8" - "@lerna/prerelease-id-from-version" "5.1.8" - "@lerna/prompt" "5.1.8" - "@lerna/pulse-till-done" "5.1.8" - "@lerna/run-lifecycle" "5.1.8" - "@lerna/run-topologically" "5.1.8" - "@lerna/validation-error" "5.1.8" - "@lerna/version" "5.1.8" + "@lerna/check-working-tree" "5.2.0" + "@lerna/child-process" "5.2.0" + "@lerna/collect-updates" "5.2.0" + "@lerna/command" "5.2.0" + "@lerna/describe-ref" "5.2.0" + "@lerna/log-packed" "5.2.0" + "@lerna/npm-conf" "5.2.0" + "@lerna/npm-dist-tag" "5.2.0" + "@lerna/npm-publish" "5.2.0" + "@lerna/otplease" "5.2.0" + "@lerna/output" "5.2.0" + "@lerna/pack-directory" "5.2.0" + "@lerna/prerelease-id-from-version" "5.2.0" + "@lerna/prompt" "5.2.0" + "@lerna/pulse-till-done" "5.2.0" + "@lerna/run-lifecycle" "5.2.0" + "@lerna/run-topologically" "5.2.0" + "@lerna/validation-error" "5.2.0" + "@lerna/version" "5.2.0" fs-extra "^9.1.0" libnpmaccess "^4.0.1" npm-package-arg "^8.1.0" @@ -2364,100 +2365,100 @@ npmlog "^6.0.2" p-map "^4.0.0" p-pipe "^3.1.0" - pacote "^13.4.1" + pacote "^13.6.1" semver "^7.3.4" -"@lerna/pulse-till-done@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-5.1.8.tgz#585ebc121841d9f1c587c553a3990601ac0e4168" - integrity sha512-KsyOazHG6wnjfdJhIdhTaTNwhj8Np/aPPei/ac9WzcuzgLS/uCs1IVFFIYBv5JdTmyVBKmguSZxdYjk7JzKBew== +"@lerna/pulse-till-done@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-5.2.0.tgz#6d6243a0a6a5a427d241d6490d8751855a76fb44" + integrity sha512-WfM5GGw19ymnzsC5SqLKvW/mXdpIuF3KZttqGfMRV4xjAuxaNA0o9yFBjAWeQ47S8AFGT+PPmDlBvpe/Q4geyw== dependencies: npmlog "^6.0.2" -"@lerna/query-graph@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-5.1.8.tgz#8ef6059f81e0fb64c4236f5fb664582568225af9" - integrity sha512-+p+bjPI403Hwv1djTS5aJe7DtPWIDw0a427BE68h1mmrPc9oTe3GG+0lingbfGR8woA2rOmjytgK2jeErOryPg== +"@lerna/query-graph@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-5.2.0.tgz#bed8ca8d6a689e6531ff7222d1d9c0286f9d9732" + integrity sha512-tfW1RubB/vjRp3Q6Kchh4pdSsmjiz4cMTtyHqVwcm4bWAV5+kSRsa0rZp6jzMZlwFlMtchBjOeC2UPzo+G6vLA== dependencies: - "@lerna/package-graph" "5.1.8" + "@lerna/package-graph" "5.2.0" -"@lerna/resolve-symlink@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-5.1.8.tgz#dbccd14caf2701a9c968f1cb869b2bab28f0144a" - integrity sha512-OJa8ct4Oo2BcD95FmJqkc5qZMepaQK5RZAWoTqEXG/13Gs0mPc0fZGIhnnpTqtm3mgNhlT7ypCHG42I7hKiSeg== +"@lerna/resolve-symlink@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-5.2.0.tgz#7c2cc96b361131f593ef936e1874cc1703144e84" + integrity sha512-sW7yQXvgi2HstJP00Ptyclh1cfDyyd1tbRGO+M8t53GEh+SG+y/k/1m6TdclQDpR51JCq65WZOBspUe0qtBAgA== dependencies: fs-extra "^9.1.0" npmlog "^6.0.2" read-cmd-shim "^2.0.0" -"@lerna/rimraf-dir@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-5.1.8.tgz#b0546a785cef0eb549b9b21a831e732ac56a7d84" - integrity sha512-3pT1X8kzW8xHUuAmRgzSKAF+/H1h1eSWq5+ACzeTWnvgqE7++0URee7TXwVCP/5FZPTZIzIclQCh4G0WD9Jfjg== +"@lerna/rimraf-dir@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-5.2.0.tgz#18274710870b1f7fa07461a09f4daecd946ce1a3" + integrity sha512-fC8HnVAabmKT30x/kRQ7Zb5lHyVAX8KLcs/CYLE/BXnlfQ6T6WhMZAUTJXQ9LJiww4bY7qYoLX5agBmJXe2TgA== dependencies: - "@lerna/child-process" "5.1.8" + "@lerna/child-process" "5.2.0" npmlog "^6.0.2" path-exists "^4.0.0" rimraf "^3.0.2" -"@lerna/run-lifecycle@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-5.1.8.tgz#bac65e96f20b395a1e05db3823fa68d82a7796c8" - integrity sha512-5rRpovujhLJufKRzMp5sl2BIIqrPeoXxjniQbzkpSxZ2vnD+bE9xOoaciHQxOsmXfXhza0C+k3xYMM5+B/bVzg== +"@lerna/run-lifecycle@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-5.2.0.tgz#8f1606555290be3f429a2a6acb545327c186666b" + integrity sha512-8wC/oNQo4/x8vujkodY7llz+7ZhBpYVR5tGqi42r5nA29GnzbLpmEd1GMpzlAvdsu5JdT2SSP2FN3t2vvjeUuQ== dependencies: - "@lerna/npm-conf" "5.1.8" + "@lerna/npm-conf" "5.2.0" "@npmcli/run-script" "^3.0.2" npmlog "^6.0.2" -"@lerna/run-topologically@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-5.1.8.tgz#5c49ab5ebf0a871c5f705db74648d0023448c387" - integrity sha512-isuulfBdNsrgV2QF/HwCKCecfR9mPEU9N4Nf8n9nQQgakwOscoDlwGp2xv27pvcQKI52q/o/ISEjz3JeoEQiOA== +"@lerna/run-topologically@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-5.2.0.tgz#8d0cc2382d50a8f6e4538655aab3d9dd8980509e" + integrity sha512-7WpsuWVzZgHm08H0grWFXVYSQtFA8ZYel/9uRnjppNJv7jfEnfMYpny1Mry6aTwR5Sz2sxoMddkQx4nHBrbE2Q== dependencies: - "@lerna/query-graph" "5.1.8" + "@lerna/query-graph" "5.2.0" p-queue "^6.6.2" -"@lerna/run@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/run/-/run-5.1.8.tgz#ede8db4df9ae19e87e1cc372a820f29a9ef5079b" - integrity sha512-E5mI3FswVN9zQ3bCYUQxxPlLL400vnKpwLSzzRNFy//TR8Geu0LeR6NY+Jf0jklsKxwWGMJgqL6VqPqxDaNtdw== +"@lerna/run@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/run/-/run-5.2.0.tgz#ab0d8fd5a365e5f0338622f48aeb11143687ce3c" + integrity sha512-KIkDlM6U4BGtyC2jRV/ndFP7J0auUWZyjk8GCaM2FkeU6ZRKGtlFCKPO8t4UJqTsvkg5mLAU9adyOfgag3fOWg== dependencies: - "@lerna/command" "5.1.8" - "@lerna/filter-options" "5.1.8" - "@lerna/npm-run-script" "5.1.8" - "@lerna/output" "5.1.8" - "@lerna/profiler" "5.1.8" - "@lerna/run-topologically" "5.1.8" - "@lerna/timer" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/command" "5.2.0" + "@lerna/filter-options" "5.2.0" + "@lerna/npm-run-script" "5.2.0" + "@lerna/output" "5.2.0" + "@lerna/profiler" "5.2.0" + "@lerna/run-topologically" "5.2.0" + "@lerna/timer" "5.2.0" + "@lerna/validation-error" "5.2.0" p-map "^4.0.0" -"@lerna/symlink-binary@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-5.1.8.tgz#0e92997547d13d3da7efe437ecad64b919ff0383" - integrity sha512-s7VfKNJZnWvTKZ7KR8Yxh1rYhE/ARMioD5axyu3FleS3Xsdla2M5sQsLouCrdfM3doTO8lMxPVvVSFmL7q0KOA== +"@lerna/symlink-binary@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-5.2.0.tgz#b77a37755a96b005087755db188a7d5ad9bbc340" + integrity sha512-sWTN215WarE+wuBuWhgLOnTtEem7RjiVUwSH7tOvLCX0TyCny/3NjXJkjdNzPxyYO809C3sDTtH7d3DnmYYAGQ== dependencies: - "@lerna/create-symlink" "5.1.8" - "@lerna/package" "5.1.8" + "@lerna/create-symlink" "5.2.0" + "@lerna/package" "5.2.0" fs-extra "^9.1.0" p-map "^4.0.0" -"@lerna/symlink-dependencies@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-5.1.8.tgz#a8738d122b4274397e65a565d444540b9a10df61" - integrity sha512-U5diiaKdWUlvoFMh3sYIEESBLa8Z3Q/EpkLl5o4YkcbPBjFHJFpmoqCGomwL9sf9HQUV2S9Lt9szJT8qgQm86Q== +"@lerna/symlink-dependencies@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-5.2.0.tgz#da52ff859a212b340f0dfb4a30b5eadbcfdc3ca9" + integrity sha512-2MbkZnyn2M7Ng4ebrkMFO4yPwX814+IhLA74ZDSLnPle+2AafSk4xnOq+qTLSUfHoIxFDdCyWAvvEFSdDKSuRA== dependencies: - "@lerna/create-symlink" "5.1.8" - "@lerna/resolve-symlink" "5.1.8" - "@lerna/symlink-binary" "5.1.8" + "@lerna/create-symlink" "5.2.0" + "@lerna/resolve-symlink" "5.2.0" + "@lerna/symlink-binary" "5.2.0" fs-extra "^9.1.0" p-map "^4.0.0" p-map-series "^2.1.0" -"@lerna/temp-write@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/temp-write/-/temp-write-5.1.8.tgz#e3e16743160fdde2fadbff6e1855c4050495b38e" - integrity sha512-4/guYB5XotugyM8P/F1z6b+hNlSCe/QuZsmiZwgXOw2lmYnkSzLWDVjqsdZtNYqojK0lioxcPjZiL5qnEkk1PQ== +"@lerna/temp-write@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/temp-write/-/temp-write-5.2.0.tgz#ecaa29b343e22d4d289be4895ab2a2ef838b3399" + integrity sha512-kvkFMVZbguhRr26svSdTcE29Iwyvv2l5g3VXYg0weD1J+k+UKGxTmeCCIxXIDAUM6+GN3FAH08Bj6Tyu3O1TsA== dependencies: graceful-fs "^4.1.15" is-stream "^2.0.0" @@ -2465,37 +2466,37 @@ temp-dir "^1.0.0" uuid "^8.3.2" -"@lerna/timer@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-5.1.8.tgz#8613aca7ed121a7c9f73f754a5b07e9891bf2e5e" - integrity sha512-Ua4bw2YOO3U+sFujE+MsUG+lllU0X7u6PCTj1QKe0QlR0zr2gCa0pcwjUQPdNfxnpJpPY+hdbfTUv2viDloaiA== +"@lerna/timer@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-5.2.0.tgz#c711116d090bb1bda0ab89f754f57e183a5360b7" + integrity sha512-LZM5lzoAhMx86eISENdsXHhjIu/hwiQp9jgPbPU+FEZOFFeNCSNtpD0zOViXFJnIeASs/e6dgYc2iRefOp4+dw== -"@lerna/validation-error@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-5.1.8.tgz#e12f6ee6bb9bd18bc1f3b2d0ae3045882d2a4f32" - integrity sha512-n+IiaxN2b08ZMYnezsmwL6rXB15/VvweusC04GMh1XtWunnMzSg9JDM7y6bw2vfpBBQx6cBFhLKSpD2Fcq5D5Q== +"@lerna/validation-error@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-5.2.0.tgz#0156d76b2ec6bf742359e349430cc638ae8cc09f" + integrity sha512-9Mlciy2rraha7e/PuZlSfbAEAOgHtepxLFPbdxfkb/K793EUGoQGWt6X4SdbMsISP+dgx08HwigT2asOTz1eYw== dependencies: npmlog "^6.0.2" -"@lerna/version@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/version/-/version-5.1.8.tgz#fa2034bbbbcdaf5493d6235109f6e4813f8f7a60" - integrity sha512-3f4P7KjIs6Gn2iaGkA5EASE9izZeDKtEzE8i2DE7YfVdw/P+EwFfKv2mKBXGbckYw42YO1tL6aD2QH0C8XbwlA== +"@lerna/version@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/version/-/version-5.2.0.tgz#1af161853548d97e3e56b4e73690fd748436da1c" + integrity sha512-2ilAzMidA4o74jHrU9KN3sGTe7wiZmme82fKSAT4RoYfkfTk6KO98Z6ZTXPTYfHkrb7/e02NuYNy0OQAt66UBA== dependencies: - "@lerna/check-working-tree" "5.1.8" - "@lerna/child-process" "5.1.8" - "@lerna/collect-updates" "5.1.8" - "@lerna/command" "5.1.8" - "@lerna/conventional-commits" "5.1.8" - "@lerna/github-client" "5.1.8" - "@lerna/gitlab-client" "5.1.8" - "@lerna/output" "5.1.8" - "@lerna/prerelease-id-from-version" "5.1.8" - "@lerna/prompt" "5.1.8" - "@lerna/run-lifecycle" "5.1.8" - "@lerna/run-topologically" "5.1.8" - "@lerna/temp-write" "5.1.8" - "@lerna/validation-error" "5.1.8" + "@lerna/check-working-tree" "5.2.0" + "@lerna/child-process" "5.2.0" + "@lerna/collect-updates" "5.2.0" + "@lerna/command" "5.2.0" + "@lerna/conventional-commits" "5.2.0" + "@lerna/github-client" "5.2.0" + "@lerna/gitlab-client" "5.2.0" + "@lerna/output" "5.2.0" + "@lerna/prerelease-id-from-version" "5.2.0" + "@lerna/prompt" "5.2.0" + "@lerna/run-lifecycle" "5.2.0" + "@lerna/run-topologically" "5.2.0" + "@lerna/temp-write" "5.2.0" + "@lerna/validation-error" "5.2.0" chalk "^4.1.0" dedent "^0.7.0" load-json-file "^6.2.0" @@ -2509,10 +2510,10 @@ slash "^3.0.0" write-json-file "^4.3.0" -"@lerna/write-log-file@5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-5.1.8.tgz#b464c7fab43c14adb96ba41d92900b8907d8d14d" - integrity sha512-B+shMH3TpzA7Q5GGbuNkOmdPQdD1LXRFj7R17LINkn82PhP9CUgubwYuiVzrLa16ADi0V5Ad76pqtHi/6kD0nA== +"@lerna/write-log-file@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-5.2.0.tgz#412ec9801792a333ea79117a97d5a9ce1fc939ea" + integrity sha512-qFUjCAXfkCTyH94zVWc86ipqlpJN0Pjr0l4qZDfOdelQoYFXz6WsP+ogAN1ka8m744vhYqSM1o+e9dpnCbES8A== dependencies: npmlog "^6.0.2" write-file-atomic "^3.0.3" @@ -3399,6 +3400,20 @@ read-package-json-fast "^2.0.3" which "^2.0.2" +"@nrwl/cli@14.4.3": + version "14.4.3" + resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-14.4.3.tgz#3d949e0da32e3af9f285ec376ec4f06314339716" + integrity sha512-9WzOOXgdf9YJxqte5e8KNkM3NWOuBgM7hz9jEOyw53Ht1Y2H8xLDPVkqDTS9kROgcyMQxHIjIcw80wZNaZL8Mw== + dependencies: + nx "14.4.3" + +"@nrwl/tao@14.4.3": + version "14.4.3" + resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-14.4.3.tgz#08b86a81cb71574f491e9254104eaea1f7c6c5fd" + integrity sha512-sHlnqTlJ/XEc/lv0MIKYI1R643CWFvYL6QyZD7f38FvP1RblZ6eVqvOJcrkpwcvRWcZNEY+GrQpb1Io1ZvMEmQ== + dependencies: + nx "14.4.3" + "@octokit/auth-token@^2.4.4": version "2.5.0" resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.5.0.tgz#27c37ea26c205f28443402477ffd261311f21e36" @@ -3406,6 +3421,13 @@ dependencies: "@octokit/types" "^6.0.3" +"@octokit/auth-token@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-3.0.0.tgz#6f22c5fc56445c496628488ba6810131558fa4a9" + integrity sha512-MDNFUBcJIptB9At7HiV7VCvU3NcL4GnfCQaP8C5lrxWrRPMJBnemYtehaKSOlaM7AYxeRyj9etenu8LVpSpVaQ== + dependencies: + "@octokit/types" "^6.0.3" + "@octokit/core@^3.5.1": version "3.6.0" resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085" @@ -3419,6 +3441,19 @@ before-after-hook "^2.2.0" universal-user-agent "^6.0.0" +"@octokit/core@^4.0.0": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@octokit/core/-/core-4.0.4.tgz#335d9b377691e3264ce57a9e5a1f6cda783e5838" + integrity sha512-sUpR/hc4Gc7K34o60bWC7WUH6Q7T6ftZ2dUmepSyJr9PRF76/qqkWjE2SOEzCqLA5W83SaISymwKtxks+96hPQ== + dependencies: + "@octokit/auth-token" "^3.0.0" + "@octokit/graphql" "^5.0.0" + "@octokit/request" "^6.0.0" + "@octokit/request-error" "^3.0.0" + "@octokit/types" "^6.0.3" + before-after-hook "^2.2.0" + universal-user-agent "^6.0.0" + "@octokit/endpoint@^6.0.1": version "6.0.12" resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.12.tgz#3b4d47a4b0e79b1027fb8d75d4221928b2d05658" @@ -3428,6 +3463,15 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" +"@octokit/endpoint@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-7.0.0.tgz#be758a1236d68d6bbb505e686dd50881c327a519" + integrity sha512-Kz/mIkOTjs9rV50hf/JK9pIDl4aGwAtT8pry6Rpy+hVXkAPhXanNQRxMoq6AeRgDCZR6t/A1zKniY2V1YhrzlQ== + dependencies: + "@octokit/types" "^6.0.3" + is-plain-object "^5.0.0" + universal-user-agent "^6.0.0" + "@octokit/graphql@^4.5.8": version "4.8.0" resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.8.0.tgz#664d9b11c0e12112cbf78e10f49a05959aa22cc3" @@ -3437,6 +3481,15 @@ "@octokit/types" "^6.0.3" universal-user-agent "^6.0.0" +"@octokit/graphql@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-5.0.0.tgz#2cc6eb3bf8e0278656df1a7d0ca0d7591599e3b3" + integrity sha512-1ZZ8tX4lUEcLPvHagfIVu5S2xpHYXAmgN0+95eAOPoaVPzCfUXJtA5vASafcpWcO86ze0Pzn30TAx72aB2aguQ== + dependencies: + "@octokit/request" "^6.0.0" + "@octokit/types" "^6.0.3" + universal-user-agent "^6.0.0" + "@octokit/openapi-types@^12.10.0": version "12.10.1" resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.10.1.tgz#57b5cc6c7b4e55d8642c93d06401fb1af4839899" @@ -3454,6 +3507,13 @@ dependencies: "@octokit/types" "^6.40.0" +"@octokit/plugin-paginate-rest@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-3.0.0.tgz#df779de686aeb21b5e776e4318defc33b0418566" + integrity sha512-fvw0Q5IXnn60D32sKeLIxgXCEZ7BTSAjJd8cFAE6QU5qUp0xo7LjFUjjX1J5D7HgN355CN4EXE4+Q1/96JaNUA== + dependencies: + "@octokit/types" "^6.39.0" + "@octokit/plugin-request-log@^1.0.4": version "1.0.4" resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85" @@ -3467,6 +3527,14 @@ "@octokit/types" "^6.39.0" deprecation "^2.3.1" +"@octokit/plugin-rest-endpoint-methods@^6.0.0": + version "6.1.2" + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.1.2.tgz#bbf55cfc43acf177514441ecd1d26031006f73ed" + integrity sha512-sAfSKtLHNq0UQ2iFuI41I6m5SK6bnKFRJ5kUjDRVbmQXiRVi4aQiIcgG4cM7bt+bhSiWL4HwnTxDkWFlKeKClA== + dependencies: + "@octokit/types" "^6.40.0" + deprecation "^2.3.1" + "@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0": version "2.1.0" resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.1.0.tgz#9e150357831bfc788d13a4fd4b1913d60c74d677" @@ -3476,6 +3544,15 @@ deprecation "^2.0.0" once "^1.4.0" +"@octokit/request-error@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-3.0.0.tgz#f527d178f115a3b62d76ce4804dd5bdbc0270a81" + integrity sha512-WBtpzm9lR8z4IHIMtOqr6XwfkGvMOOILNLxsWvDwtzm/n7f5AWuqJTXQXdDtOvPfTDrH4TPhEvW2qMlR4JFA2w== + dependencies: + "@octokit/types" "^6.0.3" + deprecation "^2.0.0" + once "^1.4.0" + "@octokit/request@^5.6.0", "@octokit/request@^5.6.3": version "5.6.3" resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0" @@ -3488,7 +3565,19 @@ node-fetch "^2.6.7" universal-user-agent "^6.0.0" -"@octokit/rest@^18.0.0", "@octokit/rest@^18.1.0": +"@octokit/request@^6.0.0": + version "6.2.0" + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-6.2.0.tgz#9c25606df84e6f2ccbcc2c58e1d35438e20b688b" + integrity sha512-7IAmHnaezZrgUqtRShMlByJK33MT9ZDnMRgZjnRrRV9a/jzzFwKGz0vxhFU6i7VMLraYcQ1qmcAOin37Kryq+Q== + dependencies: + "@octokit/endpoint" "^7.0.0" + "@octokit/request-error" "^3.0.0" + "@octokit/types" "^6.16.1" + is-plain-object "^5.0.0" + node-fetch "^2.6.7" + universal-user-agent "^6.0.0" + +"@octokit/rest@^18.0.0": version "18.12.0" resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.12.0.tgz#f06bc4952fc87130308d810ca9d00e79f6988881" integrity sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q== @@ -3498,6 +3587,16 @@ "@octokit/plugin-request-log" "^1.0.4" "@octokit/plugin-rest-endpoint-methods" "^5.12.0" +"@octokit/rest@^19.0.3": + version "19.0.3" + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.3.tgz#b9a4e8dc8d53e030d611c053153ee6045f080f02" + integrity sha512-5arkTsnnRT7/sbI4fqgSJ35KiFaN7zQm0uQiQtivNQLI8RQx8EHwJCajcTUwmaCMNDg7tdCvqAnc7uvHHPxrtQ== + dependencies: + "@octokit/core" "^4.0.0" + "@octokit/plugin-paginate-rest" "^3.0.0" + "@octokit/plugin-request-log" "^1.0.4" + "@octokit/plugin-rest-endpoint-methods" "^6.0.0" + "@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.39.0", "@octokit/types@^6.40.0": version "6.40.0" resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.40.0.tgz#f2e665196d419e19bb4265603cf904a820505d0e" @@ -3505,6 +3604,14 @@ dependencies: "@octokit/openapi-types" "^12.10.0" +"@parcel/watcher@2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@parcel/watcher/-/watcher-2.0.4.tgz#f300fef4cc38008ff4b8c29d92588eced3ce014b" + integrity sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg== + dependencies: + node-addon-api "^3.2.1" + node-gyp-build "^4.3.0" + "@purest/config@^1.0.0": version "1.0.1" resolved "https://registry.yarnpkg.com/@purest/config/-/config-1.0.1.tgz#d7dc6a0629032fd98d4ae5f59bec26ba1465c8e0" @@ -4696,6 +4803,11 @@ ansi-colors@^3.0.0: resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== +ansi-colors@^4.1.1: + version "4.1.3" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" + integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== + ansi-escapes@^3.0.0, ansi-escapes@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" @@ -6368,6 +6480,14 @@ chalk@2.4.1: escape-string-regexp "^1.0.5" supports-color "^5.3.0" +chalk@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" + integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + chalk@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174" @@ -6644,6 +6764,13 @@ cli-boxes@^2.2.0, cli-boxes@^2.2.1: resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== +cli-cursor@3.1.0, cli-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" + integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== + dependencies: + restore-cursor "^3.1.0" + cli-cursor@^2.0.0, cli-cursor@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" @@ -6651,13 +6778,6 @@ cli-cursor@^2.0.0, cli-cursor@^2.1.0: dependencies: restore-cursor "^2.0.0" -cli-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" - integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - dependencies: - restore-cursor "^3.1.0" - cli-cursor@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-4.0.0.tgz#3cecfe3734bf4fe02a8361cbdc0f6fe28c6a57ea" @@ -6672,7 +6792,7 @@ cli-progress@^3.7.0: dependencies: string-width "^4.2.3" -cli-spinners@^2.5.0, cli-spinners@^2.6.1: +cli-spinners@2.6.1, cli-spinners@^2.5.0, cli-spinners@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== @@ -6826,7 +6946,7 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== -codecov@^3.7.2, codecov@^3.8.3: +codecov@^3.8.3: version "3.8.3" resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7" integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA== @@ -7182,7 +7302,7 @@ conventional-changelog-conventionalcommits@^5.0.0: lodash "^4.17.15" q "^1.5.1" -conventional-changelog-core@^4.2.2: +conventional-changelog-core@^4.2.4: version "4.2.4" resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz#e50d047e8ebacf63fac3dc67bf918177001e1e9f" integrity sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg== @@ -8531,6 +8651,11 @@ dotenv@^16.0.0: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.1.tgz#8f8f9d94876c35dac989876a5d3a82a267fdce1d" integrity sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ== +dotenv@~10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" + integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== + dottie@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/dottie/-/dottie-2.0.2.tgz#cc91c0726ce3a054ebf11c55fbc92a7f266dd154" @@ -8715,6 +8840,13 @@ enhanced-resolve@^4.1.1, enhanced-resolve@^4.5.0: memory-fs "^0.5.0" tapable "^1.0.0" +enquirer@~2.3.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" + integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== + dependencies: + ansi-colors "^4.1.1" + entities@^2.0.0, entities@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" @@ -9624,6 +9756,17 @@ fast-equals@^3.0.1: resolved "https://registry.yarnpkg.com/fast-equals/-/fast-equals-3.0.3.tgz#8e6cb4e51ca1018d87dd41982ef92758b3e4197f" integrity sha512-NCe8qxnZFARSHGztGMZOO/PC1qa5MIFB5Hp66WdzbCRAz8U8US3bx1UTgLS49efBQPcUtO9gf5oVEY8o7y/7Kg== +fast-glob@3.2.7: + version "3.2.7" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1" + integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + fast-glob@^2.2.6: version "2.2.7" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d" @@ -9775,6 +9918,13 @@ figgy-pudding@^3.5.1: resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== +figures@3.2.0, figures@^3.0.0, figures@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" + integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== + dependencies: + escape-string-regexp "^1.0.5" + figures@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" @@ -9790,13 +9940,6 @@ figures@^2.0.0: dependencies: escape-string-regexp "^1.0.5" -figures@^3.0.0, figures@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" - integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== - dependencies: - escape-string-regexp "^1.0.5" - figures@^4.0.0, figures@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/figures/-/figures-4.0.1.tgz#27b26609907bc888b3e3b0ef5403643f80aa2518" @@ -10215,7 +10358,7 @@ fs-constants@^1.0.0: resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== -fs-extra@^10.0.0: +fs-extra@^10.0.0, fs-extra@^10.1.0: version "10.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== @@ -10598,6 +10741,18 @@ glob-to-regexp@^0.4.1: resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== +glob@7.1.4: + version "7.1.4" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" + integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + glob@7.1.6: version "7.1.6" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" @@ -11733,7 +11888,7 @@ ignore-by-default@^2.1.0: resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-2.1.0.tgz#c0e0de1a99b6065bdc93315a6f728867981464db" integrity sha512-yiWd4GVmJp0Q6ghmM2B/V3oZGRmjrKLXvHR3TE1nfoXsmoggllfZUQe74EN0fJdPFZu2NIvNdrMMLm3OsV7Ohw== -ignore-walk@3.0.4, ignore-walk@^3.0.3: +ignore-walk@3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335" integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ== @@ -11752,7 +11907,7 @@ ignore@^4.0.3: resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== -ignore@^5.0.0, ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0: +ignore@^5.0.0, ignore@^5.0.4, ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== @@ -11934,7 +12089,7 @@ inquirer@^6.0.0, inquirer@^6.2.1, inquirer@^6.3.1, inquirer@^6.5.1: strip-ansi "^5.1.0" through "^2.3.6" -inquirer@^7.0.4, inquirer@^7.3.3: +inquirer@^7.0.4: version "7.3.3" resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== @@ -11953,6 +12108,27 @@ inquirer@^7.0.4, inquirer@^7.3.3: strip-ansi "^6.0.0" through "^2.3.6" +inquirer@^8.2.4: + version "8.2.4" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4" + integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg== + dependencies: + ansi-escapes "^4.2.1" + chalk "^4.1.1" + cli-cursor "^3.1.0" + cli-width "^3.0.0" + external-editor "^3.0.3" + figures "^3.0.0" + lodash "^4.17.21" + mute-stream "0.0.8" + ora "^5.4.1" + run-async "^2.4.0" + rxjs "^7.5.5" + string-width "^4.1.0" + strip-ansi "^6.0.0" + through "^2.3.6" + wrap-ansi "^7.0.0" + internal-ip@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" @@ -12970,6 +13146,11 @@ json5@^2.0.0, json5@^2.1.2, json5@^2.2.1: resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== +jsonc-parser@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22" + integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA== + jsonfile@^6.0.1: version "6.1.0" resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" @@ -13493,28 +13674,29 @@ lazystream@^1.0.0: readable-stream "^2.0.5" lerna@^5.1.4: - version "5.1.8" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-5.1.8.tgz#77b2f10882c3eaec256fa9a643a21957e6ca7ec2" - integrity sha512-KrpFx2l1x1X7wb9unqRU7OZTaNs5+67VQ1vxf8fIMgdtCAjEqkLxF/F3xLs+KBMws5PV19Q9YtPHn7SiwDl7iQ== + version "5.2.0" + resolved "https://registry.yarnpkg.com/lerna/-/lerna-5.2.0.tgz#eac37e40e111ae1bbc2f0716718915043e0fb0a3" + integrity sha512-JbjmGhS8ja5lmTnwZhtDiFxkthR2chhA3QAyRPZDm3ptgZhZbAKsgIj4SdEQvZcepU4ixPlX9d3lIzbzlQFPAg== dependencies: - "@lerna/add" "5.1.8" - "@lerna/bootstrap" "5.1.8" - "@lerna/changed" "5.1.8" - "@lerna/clean" "5.1.8" - "@lerna/cli" "5.1.8" - "@lerna/create" "5.1.8" - "@lerna/diff" "5.1.8" - "@lerna/exec" "5.1.8" - "@lerna/import" "5.1.8" - "@lerna/info" "5.1.8" - "@lerna/init" "5.1.8" - "@lerna/link" "5.1.8" - "@lerna/list" "5.1.8" - "@lerna/publish" "5.1.8" - "@lerna/run" "5.1.8" - "@lerna/version" "5.1.8" + "@lerna/add" "5.2.0" + "@lerna/bootstrap" "5.2.0" + "@lerna/changed" "5.2.0" + "@lerna/clean" "5.2.0" + "@lerna/cli" "5.2.0" + "@lerna/create" "5.2.0" + "@lerna/diff" "5.2.0" + "@lerna/exec" "5.2.0" + "@lerna/import" "5.2.0" + "@lerna/info" "5.2.0" + "@lerna/init" "5.2.0" + "@lerna/link" "5.2.0" + "@lerna/list" "5.2.0" + "@lerna/publish" "5.2.0" + "@lerna/run" "5.2.0" + "@lerna/version" "5.2.0" import-local "^3.0.2" npmlog "^6.0.2" + nx ">=14.4.3 < 16" leven@^3.1.0: version "3.1.0" @@ -15396,6 +15578,13 @@ minimatch@3.0.4: dependencies: brace-expansion "^1.1.7" +minimatch@3.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3" + integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== + dependencies: + brace-expansion "^1.1.7" + minimatch@5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" @@ -16312,6 +16501,11 @@ node-abi@^3.3.0: dependencies: semver "^7.3.5" +node-addon-api@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161" + integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A== + node-addon-api@^4.0.0: version "4.3.0" resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f" @@ -16353,7 +16547,7 @@ node-forge@^0.10.0: resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== -node-gyp-build@^4.2.2: +node-gyp-build@^4.2.2, node-gyp-build@^4.3.0: version "4.5.0" resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.5.0.tgz#7a64eefa0b21112f89f58379da128ac177f20e40" integrity sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg== @@ -16684,17 +16878,7 @@ npm-package-arg@^9.0.0, npm-package-arg@^9.0.1: semver "^7.3.5" validate-npm-package-name "^4.0.0" -npm-packlist@^2.1.4: - version "2.2.2" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-2.2.2.tgz#076b97293fa620f632833186a7a8f65aaa6148c8" - integrity sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg== - dependencies: - glob "^7.1.6" - ignore-walk "^3.0.3" - npm-bundled "^1.1.1" - npm-normalize-package-bin "^1.0.1" - -npm-packlist@^5.1.0: +npm-packlist@^5.1.0, npm-packlist@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-5.1.1.tgz#79bcaf22a26b6c30aa4dd66b976d69cc286800e0" integrity sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw== @@ -16821,6 +17005,42 @@ number-is-nan@^1.0.0: resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ== +nx@14.4.3, "nx@>=14.4.3 < 16": + version "14.4.3" + resolved "https://registry.yarnpkg.com/nx/-/nx-14.4.3.tgz#27a1aea9ffaf143800c20006ed20f9a26f4610a3" + integrity sha512-XPaoEAfJI9056qdwTvkutQSwwA3iihqNDwhvk3dmgpT35j8Uzm/y67goACaCUBCjP2dIQqXfNfJVWQIpcG3MTw== + dependencies: + "@nrwl/cli" "14.4.3" + "@nrwl/tao" "14.4.3" + "@parcel/watcher" "2.0.4" + chalk "4.1.0" + chokidar "^3.5.1" + cli-cursor "3.1.0" + cli-spinners "2.6.1" + cliui "^7.0.2" + dotenv "~10.0.0" + enquirer "~2.3.6" + fast-glob "3.2.7" + figures "3.2.0" + flat "^5.0.2" + fs-extra "^10.1.0" + glob "7.1.4" + ignore "^5.0.4" + js-yaml "4.1.0" + jsonc-parser "3.0.0" + minimatch "3.0.5" + npm-run-path "^4.0.1" + open "^8.4.0" + semver "7.3.4" + string-width "^4.2.3" + tar-stream "~2.2.0" + tmp "~0.2.1" + tsconfig-paths "^3.9.0" + tslib "^2.3.0" + v8-compile-cache "2.3.0" + yargs "^17.4.0" + yargs-parser "21.0.1" + nyc@^15.1.0: version "15.1.0" resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02" @@ -17037,7 +17257,7 @@ open-color@^1.7.0: resolved "https://registry.yarnpkg.com/open-color/-/open-color-1.9.1.tgz#a6e6328f60eff7aa60e3e8fcfa50f53ff3eece35" integrity sha512-vCseG/EQ6/RcvxhUcGJiHViOgrtz4x0XbZepXvKik66TMGkvbmjeJrKFyBEx6daG5rNyyd14zYXhz0hZVwQFOw== -open@^8.0.4: +open@^8.0.4, open@^8.4.0: version "8.4.0" resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8" integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== @@ -17089,7 +17309,7 @@ optionator@^0.9.1: type-check "^0.4.0" word-wrap "^1.2.3" -ora@^5.0.0, ora@^5.4.0: +ora@^5.0.0, ora@^5.4.0, ora@^5.4.1: version "5.4.1" resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== @@ -17420,7 +17640,7 @@ package-json@^4.0.0: registry-url "^3.0.3" semver "^5.1.0" -pacote@^13.0.3, pacote@^13.0.5, pacote@^13.4.1: +pacote@^13.0.3, pacote@^13.0.5, pacote@^13.6.1: version "13.6.1" resolved "https://registry.yarnpkg.com/pacote/-/pacote-13.6.1.tgz#ac6cbd9032b4c16e5c1e0c60138dfe44e4cc589d" integrity sha512-L+2BI1ougAPsFjXRyBhcKmfT016NscRFLv6Pz5EiNf1CCFJFU0pSKKQwsZTyAQB+sTuUL4TyFyp6J1Ork3dOqw== @@ -20583,6 +20803,13 @@ rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.2: dependencies: tslib "^1.9.0" +rxjs@^7.5.5: + version "7.5.6" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc" + integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw== + dependencies: + tslib "^2.1.0" + sade@^1.7.3: version "1.8.1" resolved "https://registry.yarnpkg.com/sade/-/sade-1.8.1.tgz#0a78e81d658d394887be57d2a409bf703a3b2701" @@ -20761,6 +20988,13 @@ semver@7.0.0, semver@~7.0.0: resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== +semver@7.3.4: + version "7.3.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97" + integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== + dependencies: + lru-cache "^6.0.0" + semver@7.3.5: version "7.3.5" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" @@ -22539,7 +22773,7 @@ tar-stream@^1.5.2: to-buffer "^1.1.1" xtend "^4.0.0" -tar-stream@^2.1.4, tar-stream@^2.2.0: +tar-stream@^2.1.4, tar-stream@^2.2.0, tar-stream@~2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287" integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== @@ -22780,7 +23014,7 @@ tmp@^0.0.33: dependencies: os-tmpdir "~1.0.2" -tmp@^0.2.0, tmp@^0.2.1: +tmp@^0.2.0, tmp@^0.2.1, tmp@~0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== @@ -22984,7 +23218,7 @@ ts-node@^10.6.0, ts-node@^10.8.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -tsconfig-paths@^3.14.1: +tsconfig-paths@^3.14.1, tsconfig-paths@^3.9.0: version "3.14.1" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== @@ -22999,7 +23233,7 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.1, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0: +tslib@^2.0.1, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== @@ -23802,7 +24036,7 @@ v8-compile-cache-lib@^3.0.1: resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf" integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg== -v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1: +v8-compile-cache@2.3.0, v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1: version "2.3.0" resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== @@ -24527,6 +24761,11 @@ yargs-parser@20.2.4: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== +yargs-parser@21.0.1, yargs-parser@^21.0.0: + version "21.0.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35" + integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg== + yargs-parser@^13.1.2: version "13.1.2" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" @@ -24548,11 +24787,6 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.3: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== -yargs-parser@^21.0.0: - version "21.0.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35" - integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg== - yargs-unparser@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb" @@ -24609,7 +24843,7 @@ yargs@^15.0.1, yargs@^15.0.2: y18n "^4.0.0" yargs-parser "^18.1.2" -yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1, yargs@^17.5.1: +yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1, yargs@^17.4.0, yargs@^17.5.1: version "17.5.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e" integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA== From 139ae73a39dd1da2fb35e8c9318b7cba87c411be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:13:11 +0000 Subject: [PATCH 1650/1675] Bump mongodb-memory-server from 8.7.2 to 8.8.0 Bumps [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) from 8.7.2 to 8.8.0. - [Release notes](https://github.com/nodkz/mongodb-memory-server/releases) - [Changelog](https://github.com/nodkz/mongodb-memory-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodkz/mongodb-memory-server/commits/v8.8.0/packages/mongodb-memory-server) --- updated-dependencies: - dependency-name: mongodb-memory-server dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/yarn.lock b/yarn.lock index 62908cbba92..82ef3d7e74a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5892,7 +5892,7 @@ browserslist@^4.12.0, browserslist@^4.20.2, browserslist@^4.20.3, browserslist@^ node-releases "^2.0.6" update-browserslist-db "^1.0.4" -bson@*, bson@^4.6.2, bson@^4.6.3, bson@^4.6.5: +bson@*, bson@^4.6.2, bson@^4.6.3: version "4.6.5" resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.5.tgz#1a410148c20eef4e40d484878a037a7036e840fb" integrity sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw== @@ -6826,7 +6826,7 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== -codecov@^3.7.2, codecov@^3.8.3: +codecov@^3.8.3: version "3.8.3" resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7" integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA== @@ -15661,10 +15661,10 @@ mongodb-connection-string-url@^2.5.2: "@types/whatwg-url" "^8.2.1" whatwg-url "^11.0.0" -mongodb-memory-server-core@8.7.2: - version "8.7.2" - resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-8.7.2.tgz#1bc8586d7392cf4d5e150d80484288583df2e3e6" - integrity sha512-ScYLuxJ9NFhxatu+d+1T0ncJI1aeLFIXYaGGi7Gg5jTbnYvldOdZaabxD/LIigFurJOHFFBReJ0A++njOssdIw== +mongodb-memory-server-core@8.8.0: + version "8.8.0" + resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-8.8.0.tgz#c45e3d60ed0299f3216407bce5a72d5121d1935c" + integrity sha512-pguLQes27cFhiqs/rRqINst1y2zCMGVNrVEREbvFtKaMTQUh40TU1XeOrVesqu1qYFGHYntYCOzlJueUtl62qQ== dependencies: "@types/tmp" "^0.2.3" async-mutex "^0.3.2" @@ -15674,7 +15674,7 @@ mongodb-memory-server-core@8.7.2: get-port "^5.1.1" https-proxy-agent "^5.0.1" md5-file "^5.0.0" - mongodb "^4.7.0" + mongodb "~4.7.0" new-find-package-json "^2.0.0" semver "^7.3.7" tar-stream "^2.1.4" @@ -15684,11 +15684,11 @@ mongodb-memory-server-core@8.7.2: yauzl "^2.10.0" mongodb-memory-server@^8.3.0: - version "8.7.2" - resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-8.7.2.tgz#d688354f50d7eb505f27601ed74e23dfe4e20419" - integrity sha512-uD1lyrCQ40MAxkJTZVLjy+WomHGcmCWxuXqlKujXP64CSH+vPMXRWqRbcfxNesc2C98h6IU7yrHbMp0SmTbvdQ== + version "8.8.0" + resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-8.8.0.tgz#f44543160e3de307447ed306beb5d763667a217e" + integrity sha512-1cy/N4RC7mH/T8Go6J/vbbOWg5d2YR3DZCnhrRJkhQMUQmEIdU62jqLTepViW7A2LKKweopkfb4PiKAFJV/Z1A== dependencies: - mongodb-memory-server-core "8.7.2" + mongodb-memory-server-core "8.8.0" tslib "^2.4.0" mongodb@3.6.2: @@ -15717,7 +15717,7 @@ mongodb@3.7.3: optionalDependencies: saslprep "^1.0.0" -mongodb@4.7.0: +mongodb@4.7.0, mongodb@~4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.7.0.tgz#99f7323271d93659067695b60e7b4efee2de9bf0" integrity sha512-HhVar6hsUeMAVlIbwQwWtV36iyjKd9qdhY+s4wcU8K6TOj4Q331iiMy+FoPuxEntDIijTYWivwFJkLv8q/ZgvA== @@ -15729,18 +15729,6 @@ mongodb@4.7.0: optionalDependencies: saslprep "^1.0.3" -mongodb@^4.7.0: - version "4.8.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.8.0.tgz#8287c85b43781c042c272d00ff3a143b68698671" - integrity sha512-a0eVzm1e1kxwnzJV1wZXIS54KegM2y6wXTXOGTSAxr/E2YOUkl/zGBHNSI4z+6z+YQtVdzDqy1nJ4n5MxYJRnQ== - dependencies: - bson "^4.6.5" - denque "^2.0.1" - mongodb-connection-string-url "^2.5.2" - socks "^2.6.2" - optionalDependencies: - saslprep "^1.0.3" - mongoose-bcrypt@^1.8.1: version "1.9.0" resolved "https://registry.yarnpkg.com/mongoose-bcrypt/-/mongoose-bcrypt-1.9.0.tgz#bcb371bd5633d1c3fd92948c45d3cec267a47676" From ca4f8c28ad6837d8f85874a2934b80b158d205e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:14:52 +0000 Subject: [PATCH 1651/1675] Bump express-rate-limit from 6.4.0 to 6.5.1 Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.4.0 to 6.5.1. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Changelog](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v6.4.0...v6.5.1) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 62908cbba92..74f22af4e52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6826,7 +6826,7 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== -codecov@^3.7.2, codecov@^3.8.3: +codecov@^3.8.3: version "3.8.3" resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7" integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA== @@ -9500,9 +9500,9 @@ express-logging@^1.1.1: on-headers "^1.0.0" express-rate-limit@^6.2.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.4.0.tgz#b7066afe21157a012ed2b7c9adde386e712485cd" - integrity sha512-lxQRZI4gi3qAWTf0/Uqsyugsz57h8bd7QyllXBgJvd6DJKokzW7C5DTaNvwzvAQzwHGFaItybfYGhC8gpu0V2A== + version "6.5.1" + resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.5.1.tgz#2b4c329f03265f94f19613519b169afbd018e783" + integrity sha512-pxO6ioBLd3i8IHL+RmJtL4noYzte5fugoMdaDabtU4hcg53+x0QkTwfPtM7vWD0YUaXQgNj9NRdzmps+CHEHlA== express@4.18.1, express@^4.17.1: version "4.18.1" From c8cc484e027ab3678781947bc66e06c1e1e6093b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:19:40 +0000 Subject: [PATCH 1652/1675] Bump daisyui from 2.19.1 to 2.20.0 Bumps [daisyui](https://github.com/saadeghi/daisyui) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/saadeghi/daisyui/releases) - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/commits) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 62908cbba92..0676a2c8520 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6826,7 +6826,7 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== -codecov@^3.7.2, codecov@^3.8.3: +codecov@^3.8.3: version "3.8.3" resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7" integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA== @@ -7719,14 +7719,14 @@ d3-selection@3, d3-selection@^3.0.0: integrity sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ== daisyui@^2.0.6: - version "2.19.1" - resolved "https://registry.yarnpkg.com/daisyui/-/daisyui-2.19.1.tgz#0055f3727a7e5f29b279605f47d7c3de46114281" - integrity sha512-qExtDCp7N3F0Nlt7oVVehP1QMulbav8dXmEo66wavVxLVIf5tM4cV0F2Oi0OO0drzaez9v1LjBzk/vHMESs/lw== + version "2.20.0" + resolved "https://registry.yarnpkg.com/daisyui/-/daisyui-2.20.0.tgz#6abeeb628912a15636bfc9e924417d985c92fa89" + integrity sha512-97xFBWQOXV/JCVRrGI5xranElKMmXIajDxojTQ1qoYwcWlkfFE7hY4D/NyHVIzlQb+B4xbiXhVPJM7EleRAY8g== dependencies: color "^4.2" css-selector-tokenizer "^0.8.0" postcss-js "^4.0.0" - tailwindcss "^3.0" + tailwindcss "^3" damerau-levenshtein@^1.0.8: version "1.0.8" @@ -22483,7 +22483,7 @@ tailwindcss-open-variant@^1.0.0: resolved "https://registry.yarnpkg.com/tailwindcss-open-variant/-/tailwindcss-open-variant-1.0.0.tgz#e4555c0a0ec2a82801e563ed36b1b23e4dd04a3b" integrity sha512-XKw7rXUWvMKDKC62+V1z/kS0hVtTzWk6ALrOoGXC8MGAyetXIiRu/npnLGGHT1kL59Y2RZHT7Dq1C3moeTeptQ== -tailwindcss@^3.0, tailwindcss@^3.0.1: +tailwindcss@^3, tailwindcss@^3.0.1: version "3.1.6" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.6.tgz#bcb719357776c39e6376a8d84e9834b2b19a49f1" integrity sha512-7skAOY56erZAFQssT1xkpk+kWt2NrO45kORlxFPXUt3CiGsVPhH1smuH5XoDH6sGPXLyBv+zgCKA2HWBsgCytg== From 3d46d26709503cb82216764de64a255650fd6b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:21:30 +0000 Subject: [PATCH 1653/1675] Bump @types/node from 18.0.6 to 18.6.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.6 to 18.6.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 62908cbba92..7528d70d0e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4086,9 +4086,9 @@ form-data "^3.0.0" "@types/node@*", "@types/node@>=12", "@types/node@^18.0.0": - version "18.0.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7" - integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw== + version "18.6.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.1.tgz#828e4785ccca13f44e2fb6852ae0ef11e3e20ba5" + integrity sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg== "@types/node@^16.0.0": version "16.11.45" @@ -6826,7 +6826,7 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== -codecov@^3.7.2, codecov@^3.8.3: +codecov@^3.8.3: version "3.8.3" resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7" integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA== From adaa3962d999d648b747b5e0e1e8e1ce60c7ce14 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Mon, 25 Jul 2022 19:02:25 -0700 Subject: [PATCH 1654/1675] Remove superfluous bnotch from split yoke --- designs/simon/src/yoke.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/designs/simon/src/yoke.js b/designs/simon/src/yoke.js index fbefb013854..98649023fbd 100644 --- a/designs/simon/src/yoke.js +++ b/designs/simon/src/yoke.js @@ -35,9 +35,6 @@ export default (part) => { points.logo = points.title.shift(-90, 50) snippets.logo = new Snippet('logo', points.logo) snippets.logo.attr('data-scale', 0.8) - if (options.splitYoke) { - snippets.sleeveNotch = new Snippet('bnotch', points.armholePitch) - } points.grainlineFrom = points.cbYoke.shift(0, 20) points.grainlineTo = points.cbNeck.shift(0, 20) From 2f86a26436e75942da514add0a86981125faa5c0 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Mon, 25 Jul 2022 19:17:46 -0700 Subject: [PATCH 1655/1675] Add changelog for 2399 fix. --- CHANGELOG.md | 1 + config/changelog.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52896672bae..a2651ed8138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ #### Fixed - Fix issue with boxPleat and yoke Fixes [#2400](https://github.com/freesewing/freesewing/issues/2400) + - Removed superfluous notches in button placket, buttonhole placket, and split yoke. Fixes [#2399](https://github.com/freesewing/freesewing/issues/2399) ### simone diff --git a/config/changelog.yaml b/config/changelog.yaml index 88a79d0e0f7..2ec93f663c9 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -23,6 +23,8 @@ Unreleased: simon: - Fix issue with boxPleat and yoke Fixes [#2400](https://github.com/freesewing/freesewing/issues/2400) + - Removed superfluous notches in button placket, buttonhole placket, and split yoke. + Fixes [#2399](https://github.com/freesewing/freesewing/issues/2399) simone: - Don't do a negative FBA from there's no need for an FBA Fixes [#2121](https://github.com/freesewing/freesewing/issues/2121) From cd623a56f7c65b3c0a288ea21f959f80ff4778d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 04:05:24 +0000 Subject: [PATCH 1656/1675] Bump esbuild from 0.14.49 to 0.14.50 Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.49 to 0.14.50. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.14.49...v0.14.50) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 206 +++++++++++++++++++++++++++--------------------------- 1 file changed, 103 insertions(+), 103 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0517a7c602f..40ddda640d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8984,85 +8984,85 @@ es6-templates@^0.2.3: recast "~0.11.12" through "~2.3.6" -esbuild-android-64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.49.tgz#9e4682c36dcf6e7b71b73d2a3723a96e0fdc5054" - integrity sha512-vYsdOTD+yi+kquhBiFWl3tyxnj2qZJsl4tAqwhT90ktUdnyTizgle7TjNx6Ar1bN7wcwWqZ9QInfdk2WVagSww== +esbuild-android-64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.50.tgz#a46fc80fa2007690e647680d837483a750a3097f" + integrity sha512-H7iUEm7gUJHzidsBlFPGF6FTExazcgXL/46xxLo6i6bMtPim6ZmXyTccS8yOMpy6HAC6dPZ/JCQqrkkin69n6Q== -esbuild-android-arm64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.49.tgz#9861b1f7e57d1dd1f23eeef6198561c5f34b51f6" - integrity sha512-g2HGr/hjOXCgSsvQZ1nK4nW/ei8JUx04Li74qub9qWrStlysaVmadRyTVuW32FGIpLQyc5sUjjZopj49eGGM2g== +esbuild-android-arm64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.50.tgz#bdda7851fa7f5f770d6ff0ad593a8945d3a0fcdd" + integrity sha512-NFaoqEwa+OYfoYVpQWDMdKII7wZZkAjtJFo1WdnBeCYlYikvUhTnf2aPwPu5qEAw/ie1NYK0yn3cafwP+kP+OQ== -esbuild-darwin-64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.49.tgz#fd30a5ebe28704a3a117126c60f98096c067c8d1" - integrity sha512-3rvqnBCtX9ywso5fCHixt2GBCUsogNp9DjGmvbBohh31Ces34BVzFltMSxJpacNki96+WIcX5s/vum+ckXiLYg== +esbuild-darwin-64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.50.tgz#f0535435f9760766f30db14a991ee5ca94c022a4" + integrity sha512-gDQsCvGnZiJv9cfdO48QqxkRV8oKAXgR2CGp7TdIpccwFdJMHf8hyIJhMW/05b/HJjET/26Us27Jx91BFfEVSA== -esbuild-darwin-arm64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.49.tgz#c04a3a57dad94a972c66a697a68a25aa25947f41" - integrity sha512-XMaqDxO846srnGlUSJnwbijV29MTKUATmOLyQSfswbK/2X5Uv28M9tTLUJcKKxzoo9lnkYPsx2o8EJcTYwCs/A== +esbuild-darwin-arm64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.50.tgz#76a41a40e8947a15ae62970e9ed2853883c4b16c" + integrity sha512-36nNs5OjKIb/Q50Sgp8+rYW/PqirRiFN0NFc9hEvgPzNJxeJedktXwzfJSln4EcRFRh5Vz4IlqFRScp+aiBBzA== -esbuild-freebsd-64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.49.tgz#c404dbd66c98451395b1eef0fa38b73030a7be82" - integrity sha512-NJ5Q6AjV879mOHFri+5lZLTp5XsO2hQ+KSJYLbfY9DgCu8s6/Zl2prWXVANYTeCDLlrIlNNYw8y34xqyLDKOmQ== +esbuild-freebsd-64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.50.tgz#2ed6633c17ed42c20a1bd68e82c4bbc75ea4fb57" + integrity sha512-/1pHHCUem8e/R86/uR+4v5diI2CtBdiWKiqGuPa9b/0x3Nwdh5AOH7lj+8823C6uX1e0ufwkSLkS+aFZiBCWxA== -esbuild-freebsd-arm64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.49.tgz#b62cec96138ebc5937240ce3e1b97902963ea74a" - integrity sha512-lFLtgXnAc3eXYqj5koPlBZvEbBSOSUbWO3gyY/0+4lBdRqELyz4bAuamHvmvHW5swJYL7kngzIZw6kdu25KGOA== +esbuild-freebsd-arm64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.50.tgz#cb115f4cdafe9cdbe58875ba482fccc54d32aa43" + integrity sha512-iKwUVMQztnPZe5pUYHdMkRc9aSpvoV1mkuHlCoPtxZA3V+Kg/ptpzkcSY+fKd0kuom+l6Rc93k0UPVkP7xoqrw== -esbuild-linux-32@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.49.tgz#495b1cc011b8c64d8bbaf65509c1e7135eb9ddbf" - integrity sha512-zTTH4gr2Kb8u4QcOpTDVn7Z8q7QEIvFl/+vHrI3cF6XOJS7iEI1FWslTo3uofB2+mn6sIJEQD9PrNZKoAAMDiA== +esbuild-linux-32@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.50.tgz#fe2b724994dcf1d4e48dc4832ff008ad7d00bcfd" + integrity sha512-sWUwvf3uz7dFOpLzYuih+WQ7dRycrBWHCdoXJ4I4XdMxEHCECd8b7a9N9u7FzT6XR2gHPk9EzvchQUtiEMRwqw== -esbuild-linux-64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.14.49.tgz#3f28dd8f986e6ff42f38888ee435a9b1fb916a56" - integrity sha512-hYmzRIDzFfLrB5c1SknkxzM8LdEUOusp6M2TnuQZJLRtxTgyPnZZVtyMeCLki0wKgYPXkFsAVhi8vzo2mBNeTg== +esbuild-linux-64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.14.50.tgz#7851ab5151df9501a2187bd4909c594ad232b623" + integrity sha512-u0PQxPhaeI629t4Y3EEcQ0wmWG+tC/LpP2K7yDFvwuPq0jSQ8SIN+ARNYfRjGW15O2we3XJvklbGV0wRuUCPig== -esbuild-linux-arm64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.49.tgz#a52e99ae30246566dc5f33e835aa6ca98ef70e33" - integrity sha512-KLQ+WpeuY+7bxukxLz5VgkAAVQxUv67Ft4DmHIPIW+2w3ObBPQhqNoeQUHxopoW/aiOn3m99NSmSV+bs4BSsdA== +esbuild-linux-arm64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.50.tgz#76a76afef484a0512f1fbbcc762edd705dee8892" + integrity sha512-ZyfoNgsTftD7Rp5S7La5auomKdNeB3Ck+kSKXC4pp96VnHyYGjHHXWIlcbH8i+efRn9brszo1/Thl1qn8RqmhQ== -esbuild-linux-arm@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.49.tgz#7c33d05a64ec540cf7474834adaa57b3167bbe97" - integrity sha512-iE3e+ZVv1Qz1Sy0gifIsarJMQ89Rpm9mtLSRtG3AH0FPgAzQ5Z5oU6vYzhc/3gSPi2UxdCOfRhw2onXuFw/0lg== +esbuild-linux-arm@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.50.tgz#6d7a8c0712091b0c3a668dd5d8b5c924adbaeb12" + integrity sha512-VALZq13bhmFJYFE/mLEb+9A0w5vo8z+YDVOWeaf9vOTrSC31RohRIwtxXBnVJ7YKLYfEMzcgFYf+OFln3Y0cWg== -esbuild-linux-mips64le@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.49.tgz#ed062bd844b587be649443831eb84ba304685f25" - integrity sha512-n+rGODfm8RSum5pFIqFQVQpYBw+AztL8s6o9kfx7tjfK0yIGF6tm5HlG6aRjodiiKkH2xAiIM+U4xtQVZYU4rA== +esbuild-linux-mips64le@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.50.tgz#43426909c1884c5dc6b40765673a08a7ec1d2064" + integrity sha512-ygo31Vxn/WrmjKCHkBoutOlFG5yM9J2UhzHb0oWD9O61dGg+Hzjz9hjf5cmM7FBhAzdpOdEWHIrVOg2YAi6rTw== -esbuild-linux-ppc64le@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.49.tgz#c0786fb5bddffd90c10a2078181513cbaf077958" - integrity sha512-WP9zR4HX6iCBmMFH+XHHng2LmdoIeUmBpL4aL2TR8ruzXyT4dWrJ5BSbT8iNo6THN8lod6GOmYDLq/dgZLalGw== +esbuild-linux-ppc64le@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.50.tgz#c754ea3da1dd180c6e9b6b508dc18ce983d92b11" + integrity sha512-xWCKU5UaiTUT6Wz/O7GKP9KWdfbsb7vhfgQzRfX4ahh5NZV4ozZ4+SdzYG8WxetsLy84UzLX3Pi++xpVn1OkFQ== -esbuild-linux-riscv64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.49.tgz#579b0e7cc6fce4bfc698e991a52503bb616bec49" - integrity sha512-h66ORBz+Dg+1KgLvzTVQEA1LX4XBd1SK0Fgbhhw4akpG/YkN8pS6OzYI/7SGENiN6ao5hETRDSkVcvU9NRtkMQ== +esbuild-linux-riscv64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.50.tgz#f3b2dd3c4c2b91bf191d3b98a9819c8aa6f5ad7f" + integrity sha512-0+dsneSEihZTopoO9B6Z6K4j3uI7EdxBP7YSF5rTwUgCID+wHD3vM1gGT0m+pjCW+NOacU9kH/WE9N686FHAJg== -esbuild-linux-s390x@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.49.tgz#09eb15c753e249a500b4e28d07c5eef7524a9740" - integrity sha512-DhrUoFVWD+XmKO1y7e4kNCqQHPs6twz6VV6Uezl/XHYGzM60rBewBF5jlZjG0nCk5W/Xy6y1xWeopkrhFFM0sQ== +esbuild-linux-s390x@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.50.tgz#3dfbc4578b2a81995caabb79df2b628ea86a5390" + integrity sha512-tVjqcu8o0P9H4StwbIhL1sQYm5mWATlodKB6dpEZFkcyTI8kfIGWiWcrGmkNGH2i1kBUOsdlBafPxR3nzp3TDA== -esbuild-netbsd-64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.49.tgz#f7337cd2bddb7cc9d100d19156f36c9ca117b58d" - integrity sha512-BXaUwFOfCy2T+hABtiPUIpWjAeWK9P8O41gR4Pg73hpzoygVGnj0nI3YK4SJhe52ELgtdgWP/ckIkbn2XaTxjQ== +esbuild-netbsd-64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.50.tgz#17dbf51eaa48d983e794b588d195415410ef8c85" + integrity sha512-0R/glfqAQ2q6MHDf7YJw/TulibugjizBxyPvZIcorH0Mb7vSimdHy0XF5uCba5CKt+r4wjax1mvO9lZ4jiAhEg== -esbuild-openbsd-64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.49.tgz#1f8bdc49f8a44396e73950a3fb6b39828563631d" - integrity sha512-lP06UQeLDGmVPw9Rg437Btu6J9/BmyhdoefnQ4gDEJTtJvKtQaUcOQrhjTq455ouZN4EHFH1h28WOJVANK41kA== +esbuild-openbsd-64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.50.tgz#cf6b1a50c8cf67b0725aaa4bce9773976168c50e" + integrity sha512-7PAtmrR5mDOFubXIkuxYQ4bdNS6XCK8AIIHUiZxq1kL8cFIH5731jPcXQ4JNy/wbj1C9sZ8rzD8BIM80Tqk29w== esbuild-plugin-yaml@^0.0.1: version "0.0.1" @@ -9072,51 +9072,51 @@ esbuild-plugin-yaml@^0.0.1: fs-extra "^9.1.0" js-yaml "^4.0.0" -esbuild-sunos-64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.49.tgz#47d042739365b61aa8ca642adb69534a8eef9f7a" - integrity sha512-4c8Zowp+V3zIWje329BeLbGh6XI9c/rqARNaj5yPHdC61pHI9UNdDxT3rePPJeWcEZVKjkiAS6AP6kiITp7FSw== +esbuild-sunos-64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.50.tgz#f705ae0dd914c3b45dc43319c4f532216c3d841f" + integrity sha512-gBxNY/wyptvD7PkHIYcq7se6SQEXcSC8Y7mE0FJB+CGgssEWf6vBPfTTZ2b6BWKnmaP6P6qb7s/KRIV5T2PxsQ== -esbuild-windows-32@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.49.tgz#79198c88ec9bde163c18a6b430c34eab098ec21a" - integrity sha512-q7Rb+J9yHTeKr9QTPDYkqfkEj8/kcKz9lOabDuvEXpXuIcosWCJgo5Z7h/L4r7rbtTH4a8U2FGKb6s1eeOHmJA== +esbuild-windows-32@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.50.tgz#6364905a99c1e6c1e2fe7bfccebd958131b1cd6c" + integrity sha512-MOOe6J9cqe/iW1qbIVYSAqzJFh0p2LBLhVUIWdMVnNUNjvg2/4QNX4oT4IzgDeldU+Bym9/Tn6+DxvUHJXL5Zw== -esbuild-windows-64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.49.tgz#b36b230d18d1ee54008e08814c4799c7806e8c79" - integrity sha512-+Cme7Ongv0UIUTniPqfTX6mJ8Deo7VXw9xN0yJEN1lQMHDppTNmKwAM3oGbD/Vqff+07K2gN0WfNkMohmG+dVw== +esbuild-windows-64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.50.tgz#56603cb6367e30d14098deb77de6aa18d76dd89b" + integrity sha512-r/qE5Ex3w1jjGv/JlpPoWB365ldkppUlnizhMxJgojp907ZF1PgLTuW207kgzZcSCXyquL9qJkMsY+MRtaZ5yQ== -esbuild-windows-arm64@0.14.49: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.49.tgz#d83c03ff6436caf3262347cfa7e16b0a8049fae7" - integrity sha512-v+HYNAXzuANrCbbLFJ5nmO3m5y2PGZWLe3uloAkLt87aXiO2mZr3BTmacZdjwNkNEHuH3bNtN8cak+mzVjVPfA== +esbuild-windows-arm64@0.14.50: + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.50.tgz#e7ddde6a97194051a5a4ac05f4f5900e922a7ea5" + integrity sha512-EMS4lQnsIe12ZyAinOINx7eq2mjpDdhGZZWDwPZE/yUTN9cnc2Ze/xUTYIAyaJqrqQda3LnDpADKpvLvol6ENQ== esbuild@^0.14.43: - version "0.14.49" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.49.tgz#b82834760eba2ddc17b44f05cfcc0aaca2bae492" - integrity sha512-/TlVHhOaq7Yz8N1OJrjqM3Auzo5wjvHFLk+T8pIue+fhnhIMpfAzsG6PLVMbFveVxqD2WOp3QHei+52IMUNmCw== + version "0.14.50" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.50.tgz#7a665392c8df94bf6e1ae1e999966a5ee62c6cbc" + integrity sha512-SbC3k35Ih2IC6trhbMYW7hYeGdjPKf9atTKwBUHqMCYFZZ9z8zhuvfnZihsnJypl74FjiAKjBRqFkBkAd0rS/w== optionalDependencies: - esbuild-android-64 "0.14.49" - esbuild-android-arm64 "0.14.49" - esbuild-darwin-64 "0.14.49" - esbuild-darwin-arm64 "0.14.49" - esbuild-freebsd-64 "0.14.49" - esbuild-freebsd-arm64 "0.14.49" - esbuild-linux-32 "0.14.49" - esbuild-linux-64 "0.14.49" - esbuild-linux-arm "0.14.49" - esbuild-linux-arm64 "0.14.49" - esbuild-linux-mips64le "0.14.49" - esbuild-linux-ppc64le "0.14.49" - esbuild-linux-riscv64 "0.14.49" - esbuild-linux-s390x "0.14.49" - esbuild-netbsd-64 "0.14.49" - esbuild-openbsd-64 "0.14.49" - esbuild-sunos-64 "0.14.49" - esbuild-windows-32 "0.14.49" - esbuild-windows-64 "0.14.49" - esbuild-windows-arm64 "0.14.49" + esbuild-android-64 "0.14.50" + esbuild-android-arm64 "0.14.50" + esbuild-darwin-64 "0.14.50" + esbuild-darwin-arm64 "0.14.50" + esbuild-freebsd-64 "0.14.50" + esbuild-freebsd-arm64 "0.14.50" + esbuild-linux-32 "0.14.50" + esbuild-linux-64 "0.14.50" + esbuild-linux-arm "0.14.50" + esbuild-linux-arm64 "0.14.50" + esbuild-linux-mips64le "0.14.50" + esbuild-linux-ppc64le "0.14.50" + esbuild-linux-riscv64 "0.14.50" + esbuild-linux-s390x "0.14.50" + esbuild-netbsd-64 "0.14.50" + esbuild-openbsd-64 "0.14.50" + esbuild-sunos-64 "0.14.50" + esbuild-windows-32 "0.14.50" + esbuild-windows-64 "0.14.50" + esbuild-windows-arm64 "0.14.50" escalade@^3.1.1: version "3.1.1" From 8bb7c8483a1f21437dc3d9930fd5a2e38f8ba7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 04:06:24 +0000 Subject: [PATCH 1657/1675] Bump mongoose from 6.4.6 to 6.4.7 Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.4.6 to 6.4.7. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/6.4.6...6.4.7) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0517a7c602f..608d7083352 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15956,9 +15956,9 @@ mongoose-long@^0.3.2: integrity sha512-5gTjPH6HUmtNhamv8MPwExWo01Z4d9CT5njZlupqqbmxzMXTbDOgCuP/jnK+9SV0Fs7nuyYlXv7pJ/nA2pAAuA== "mongoose@3.8.* || >=4", mongoose@^6.1.8: - version "6.4.6" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.4.6.tgz#57bc7ae68de56abcc5e890284f2d10acac863aa2" - integrity sha512-ZAfNCWgXhwev6k/+rMzjHIJ/+wLkundQU/i+aUTqmCgGoYqc+B5e4EC4Y3E1XaLzNXiWID1/vocSM6zs5IAGvA== + version "6.4.7" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.4.7.tgz#8595450f663c59df2992bcdbffa70adb5df84447" + integrity sha512-NvWxRkhXUt4RXR4kj47c8LApf4EIl2Ewt24ZojQiVbHy4mfqpW7UKUV698p8zIdYQ9EEeEfzDlwd4n7B3NGRnA== dependencies: bson "^4.6.2" kareem "2.4.1" From 13714ad19de8811787e3eb292282533d8bba8966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 04:10:54 +0000 Subject: [PATCH 1658/1675] Bump netlify-cli from 10.11.1 to 10.11.2 Bumps [netlify-cli](https://github.com/netlify/cli) from 10.11.1 to 10.11.2. - [Release notes](https://github.com/netlify/cli/releases) - [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/cli/compare/v10.11.1...v10.11.2) --- updated-dependencies: - dependency-name: netlify-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 47 +++++++++++++++++------------------------------ 1 file changed, 17 insertions(+), 30 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0517a7c602f..fcf31edbcc7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2705,15 +2705,15 @@ resolved "https://registry.yarnpkg.com/@netlify/binary-info/-/binary-info-1.0.0.tgz#cd0d86fb783fb03e52067f0cd284865e57be86c8" integrity sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw== -"@netlify/build@^27.4.2": - version "27.4.2" - resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.4.2.tgz#dd4278a8e24c544d0b6052b1588461120bbeb4b2" - integrity sha512-Gs9cyxRQFqxVHm6QTRzN3cdTjx5eAXFTMIEgQJyu9OIxvEpvnuUyih1XtVCQbk8IDsoJkGiUyFdZGbK74vi05g== +"@netlify/build@^27.5.0": + version "27.5.0" + resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.5.0.tgz#38aff144b05235e2784cf06bdaadd52251b87994" + integrity sha512-xsoaYmJEmnyWKMPk+W//WbBrBuZm9Oee9lXj+W8oQTtFaYdmPk4X/QN2+YfkmKOf+E303uRERtDuNOrBIkPOPw== dependencies: "@bugsnag/js" "^7.0.0" "@netlify/cache-utils" "^4.0.0" - "@netlify/config" "^18.1.1" - "@netlify/edge-bundler" "^1.6.0" + "@netlify/config" "^18.1.2" + "@netlify/edge-bundler" "^1.7.0" "@netlify/functions-utils" "^4.2.2" "@netlify/git-utils" "^4.0.0" "@netlify/plugins-list" "^6.35.0" @@ -2779,10 +2779,10 @@ path-exists "^5.0.0" readdirp "^3.4.0" -"@netlify/config@^18.1.1": - version "18.1.1" - resolved "https://registry.yarnpkg.com/@netlify/config/-/config-18.1.1.tgz#c5c5aad3154ba40ec67acb1a8aca1d5089de71ff" - integrity sha512-w3rIWV72anBCnAb69rCTnuwkLHhZUgZPf9Gsr0Y5AIf/sWJ7cbxwo9cAewgfqVt7ZOFniiQD5ePOaZOawGdn8A== +"@netlify/config@^18.1.2": + version "18.1.2" + resolved "https://registry.yarnpkg.com/@netlify/config/-/config-18.1.2.tgz#e71789680e5fd6076c9cab72c193572b41f69278" + integrity sha512-eOMKqzkAhUjliLCySLqqf2NYpgbxXYIMPZPNocKnVAoKJiuTouZsEI6Pf+BJ9t/4U1JS0OJLF04MEjHJzaWgow== dependencies: chalk "^5.0.0" cron-parser "^4.1.0" @@ -2797,7 +2797,7 @@ is-plain-obj "^4.0.0" js-yaml "^4.0.0" map-obj "^5.0.0" - netlify "^11.0.2" + netlify "^12.0.0" netlify-headers-parser "^6.0.2" netlify-redirect-parser "13.0.5" omit.js "^2.0.2" @@ -2809,7 +2809,7 @@ validate-npm-package-name "^4.0.0" yargs "^17.3.1" -"@netlify/edge-bundler@^1.6.0", "@netlify/edge-bundler@^1.7.0": +"@netlify/edge-bundler@^1.7.0": version "1.7.0" resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.7.0.tgz#0c30c7b520327635b5b5f3a1a54fab0b0bbbee0c" integrity sha512-aNTATeSkaFn+4+Lnyq0NUUq5IV2087TNtRm+jFqCKHBRLJQGogwKmBsqda5qDQxh8qxfGDOnhozEXyLNKXflSw== @@ -16231,12 +16231,12 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw== netlify-cli@^10.3.3: - version "10.11.1" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.11.1.tgz#8514df49fa647446eeba5ab007e7e6236dfe7b24" - integrity sha512-wbIXwHfFxcUH0znvB9odl2+YkG0gEUAqirOfZSMq1jvBwSPXLGV1iUnj1hsW9R73q6LHcKrHcxZ9uw0LQMcIPA== + version "10.11.2" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.11.2.tgz#c3e1bf3992f12458f042ad9c3733f8dbbc9a4b28" + integrity sha512-gbIZfHkjwar7XuyqiVJzKgRcNp1V4s7ihpGAxh8mwYgi1Z2KMihfaImtaw2yGkp1DoHCbGAZYEt2bKXvU6BomA== dependencies: - "@netlify/build" "^27.4.2" - "@netlify/config" "^18.1.1" + "@netlify/build" "^27.5.0" + "@netlify/config" "^18.1.2" "@netlify/edge-bundler" "^1.7.0" "@netlify/framework-info" "^9.1.1" "@netlify/local-functions-proxy" "^1.1.1" @@ -16379,19 +16379,6 @@ netlify-redirector@^0.2.1: resolved "https://registry.yarnpkg.com/netlify-redirector/-/netlify-redirector-0.2.1.tgz#efdb761ea2c52edb3ecb5f237db0e10861f2ff0e" integrity sha512-17vDR9p1Loanp+vd57y+b6WlKb5X+qb0LZ44oTYsKJbdonz4Md+Ybv1lzH1w1aKm5YWWXHR8LMpWyY9bjlAJKw== -netlify@^11.0.2: - version "11.0.4" - resolved "https://registry.yarnpkg.com/netlify/-/netlify-11.0.4.tgz#f7de45a1432b90ff32e6143011121e65e12175a4" - integrity sha512-pvaFCKkc0pi4CYnM21pNTlQ79zxbnPi8saxT1aslc4zC7gG6A97iIfCQYF7bGWOQgLyaDbmv6A4AWQ7vncDjBg== - dependencies: - "@netlify/open-api" "^2.11.0" - lodash.camelcase "^4.3.0" - micro-api-client "^3.3.0" - node-fetch "^3.0.0" - omit.js "^2.0.2" - p-wait-for "^4.0.0" - qs "^6.9.6" - netlify@^12.0.0: version "12.0.0" resolved "https://registry.yarnpkg.com/netlify/-/netlify-12.0.0.tgz#3759dc152cb155f875e8433437e4d37ef48f8450" From 7f756a408f0129fb8e6b88cff9852bae19c56e87 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 06:15:11 +0000 Subject: [PATCH 1659/1675] docs: update CONTRIBUTORS.md [skip ci] --- CONTRIBUTORS.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0819dbf2022..9c24e21ec98 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -19,112 +19,113 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
    Anthony

    💬
    Ari Grayzel-student

    💻 +
    BenJamesBen

    💻
    Cameron Dubas

    📖
    Carsten Biebricher

    📖
    Cathy Zoller

    📖
    Chantal Lapointe

    🌍 -
    Damien PIQUET

    💻 +
    Damien PIQUET

    💻
    Darigov Research

    📖 🤔
    Elena FdR

    📖 📝
    Emmanuel Nyachoke

    💻 📖
    Enoch Riese

    💻
    EvEkSwed

    🌍
    Fantastik-Maman

    🌍 -
    Forrest O.

    📖 +
    Forrest O.

    📖
    Frédéric

    🌍
    Glenn Matthews

    📖
    Igor Couto

    🐛
    Ikko Ashimine

    📖
    Irapeke

    🌍
    Jacek Sawoszczuk

    📖 -
    Jason Williams

    📖 +
    Jason Williams

    📖
    Jeremy Jackson

    💻
    Joebidido

    🌍
    Joost De Cock

    🚧
    Josh Essman

    📖
    Kake

    📖
    Kapunahele Wong

    📖 -
    Karen

    📖 📋 +
    Karen

    📖 📋
    Katie McGinley

    📖
    Kieran Klaassen

    💻
    Kittycatou

    🌍
    Kris

    📖
    Kristin Ruben

    💻
    Loudepeuter

    🌍 -
    Lucian

    📋 +
    Lucian

    📋
    Marcus

    🌍
    Martin Tribo

    📖
    Nadege Michel

    ⚠️ 📖
    Natalia

    💻 🎨 📝
    Nathan Yergler

    📖
    Nick Dower

    📖 💻 🐛 -
    Patrick Forringer

    🔌 +
    Patrick Forringer

    🔌
    Paul

    📖 📝 🌍
    Phillip Thelen

    💻
    Pixieish

    📖
    Prof. dr. Sorcha Ní Dhubhghaill

    📖
    Quentin FELIX

    💻 🎨
    Rik Hekker

    🐛 -
    Sam Livingston-Gray

    📖 +
    Sam Livingston-Gray

    📖
    Sanne

    💻 📖
    Sara Latorre

    🌍
    SeaZeeZee

    📖 💻
    Slylele

    📖 🌍
    Soazillon

    🌍
    SoneaTheBest

    🌍 -
    Stefan Sydow

    🌍 📖 💻 +
    Stefan Sydow

    🌍 📖 💻
    Tríona

    📖
    Unmutual

    📖
    Wouter van Wageningen

    💻 🎨 🔧
    amysews

    📖
    anna-puk

    💻
    beautifulsummermoon

    🌍 -
    berce

    📖 +
    berce

    📖
    biou

    💻
    bobgeorgethe3rd

    💻 📖 🎨
    brmlyklr

    📖
    chri5b

    💻 ⚠️
    dingcycle

    🌍
    drowned-in-books

    💬 -
    econo202

    📖 +
    econo202

    📖
    ericamattos

    🌍
    fightingrabbit

    💻
    gaylyndie

    📖
    grimlokason

    💻
    hellgy

    🎨
    jackseye

    📖 -
    marckiesel

    🌍 +
    marckiesel

    🌍
    mesil

    🐛
    starfetch

    💻 📖 🌍 🎨
    ttimearl

    🖋
    tuesgloomsday

    📖
    valadaptive

    💻
    viocky

    🌍 -
    woolishboy

    💻 +
    woolishboy

    💻
    yc

    🌍 From ea94489fd92db15c7e12a0c1348a59e487d32dca Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 06:15:11 +0000 Subject: [PATCH 1660/1675] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7eabd1d839e..2d2df353ab7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -867,6 +867,15 @@ "contributions": [ "code" ] + }, + { + "login": "BenJamesBen", + "name": "BenJamesBen", + "avatar_url": "https://avatars.githubusercontent.com/u/109869956?v=4", + "profile": "https://github.com/BenJamesBen", + "contributions": [ + "code" + ] } ], "skipCi": true From 1d2b7807d0d374b143ab49f4e22620959cab5b56 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 06:22:00 +0000 Subject: [PATCH 1661/1675] docs: update CONTRIBUTORS.md [skip ci] --- CONTRIBUTORS.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9c24e21ec98..a24c22822fd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -84,47 +84,48 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
    Sanne

    💻 📖
    Sara Latorre

    🌍
    SeaZeeZee

    📖 💻 +
    SimonbJohnson

    🐛
    Slylele

    📖 🌍
    Soazillon

    🌍 -
    SoneaTheBest

    🌍 +
    SoneaTheBest

    🌍
    Stefan Sydow

    🌍 📖 💻
    Tríona

    📖
    Unmutual

    📖
    Wouter van Wageningen

    💻 🎨 🔧
    amysews

    📖
    anna-puk

    💻 -
    beautifulsummermoon

    🌍 +
    beautifulsummermoon

    🌍
    berce

    📖
    biou

    💻
    bobgeorgethe3rd

    💻 📖 🎨
    brmlyklr

    📖
    chri5b

    💻 ⚠️
    dingcycle

    🌍 -
    drowned-in-books

    💬 +
    drowned-in-books

    💬
    econo202

    📖
    ericamattos

    🌍
    fightingrabbit

    💻
    gaylyndie

    📖
    grimlokason

    💻
    hellgy

    🎨 -
    jackseye

    📖 +
    jackseye

    📖
    marckiesel

    🌍
    mesil

    🐛
    starfetch

    💻 📖 🌍 🎨
    ttimearl

    🖋
    tuesgloomsday

    📖
    valadaptive

    💻 -
    viocky

    🌍 +
    viocky

    🌍
    woolishboy

    💻
    yc

    🌍 From dc84b193ce76e20606de974f6704543149051db9 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 06:22:02 +0000 Subject: [PATCH 1662/1675] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2d2df353ab7..f02f58f3680 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -876,6 +876,15 @@ "contributions": [ "code" ] + }, + { + "login": "SimonbJohnson", + "name": "SimonbJohnson", + "avatar_url": "https://avatars.githubusercontent.com/u/2110742?v=4", + "profile": "https://github.com/SimonbJohnson", + "contributions": [ + "bug" + ] } ], "skipCi": true From b6c1fd74f2c3fd0378ac8ff75af5771ce8dc2684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 04:14:17 +0000 Subject: [PATCH 1663/1675] Bump netlify-cli from 10.11.2 to 10.12.0 Bumps [netlify-cli](https://github.com/netlify/cli) from 10.11.2 to 10.12.0. - [Release notes](https://github.com/netlify/cli/releases) - [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/cli/compare/v10.11.2...v10.12.0) --- updated-dependencies: - dependency-name: netlify-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5eb05a55d03..fd41a328585 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16231,9 +16231,9 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw== netlify-cli@^10.3.3: - version "10.11.2" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.11.2.tgz#c3e1bf3992f12458f042ad9c3733f8dbbc9a4b28" - integrity sha512-gbIZfHkjwar7XuyqiVJzKgRcNp1V4s7ihpGAxh8mwYgi1Z2KMihfaImtaw2yGkp1DoHCbGAZYEt2bKXvU6BomA== + version "10.12.0" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.12.0.tgz#a8e4a5a81405644e18293c7ad57c75fab0d0f834" + integrity sha512-sDOb2m4zx1QfHVdw/6VaGRBPtDd62MjDVgrpStVstDb+SZCAbEJYY25avbc4T8eE9ehOAjJaYX3z8IimlUb0uA== dependencies: "@netlify/build" "^27.5.0" "@netlify/config" "^18.1.2" @@ -16306,7 +16306,7 @@ netlify-cli@^10.3.3: multiparty "^4.2.1" netlify "^12.0.0" netlify-headers-parser "^6.0.2" - netlify-onegraph-internal "0.3.6" + netlify-onegraph-internal "0.3.8" netlify-redirect-parser "^13.0.5" netlify-redirector "^0.2.1" node-fetch "^2.6.0" @@ -16355,10 +16355,10 @@ netlify-headers-parser@^6.0.2: path-exists "^5.0.0" toml "^3.0.0" -netlify-onegraph-internal@0.3.6: - version "0.3.6" - resolved "https://registry.yarnpkg.com/netlify-onegraph-internal/-/netlify-onegraph-internal-0.3.6.tgz#b1187183b51dcbc6f3d275ac5a65cd81dd8c6b0c" - integrity sha512-nNqCWT2jzPmqw/3/sKf1RFicL2JEFjmxXTpnIzJKt5U+bnS633cOy5pImNnfBGTd50NTNvdZ0GXMhQ7AwH16Qg== +netlify-onegraph-internal@0.3.8: + version "0.3.8" + resolved "https://registry.yarnpkg.com/netlify-onegraph-internal/-/netlify-onegraph-internal-0.3.8.tgz#cda09d3676ea7a7e2ca01f63eb0e1233024ecd18" + integrity sha512-ElgiJwQpXwXjHjC0Lhq2woZoJ/l62b1xUIDeg6tC3UF/pQFNIaD0aaIwphoiPfkkkbo5DVLogg9AASt2E0oONQ== dependencies: graphql "16.0.0" node-fetch "^2.6.0" From 236e4384f2f70494f48b3b2de53b066ed15be09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 04:20:34 +0000 Subject: [PATCH 1664/1675] Bump mongoose from 6.4.7 to 6.5.0 Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.4.7 to 6.5.0. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/6.4.7...6.5.0) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5eb05a55d03..9509deff42e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6004,7 +6004,7 @@ browserslist@^4.12.0, browserslist@^4.20.2, browserslist@^4.20.3, browserslist@^ node-releases "^2.0.6" update-browserslist-db "^1.0.4" -bson@*, bson@^4.6.2, bson@^4.6.3: +bson@*, bson@^4.6.3, bson@^4.6.5: version "4.6.5" resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.5.tgz#1a410148c20eef4e40d484878a037a7036e840fb" integrity sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw== @@ -15906,7 +15906,19 @@ mongodb@3.7.3: optionalDependencies: saslprep "^1.0.0" -mongodb@4.7.0, mongodb@~4.7.0: +mongodb@4.8.1: + version "4.8.1" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.8.1.tgz#596de88ff4519128266d9254dbe5b781c4005796" + integrity sha512-/NyiM3Ox9AwP5zrfT9TXjRKDJbXlLaUDQ9Rg//2lbg8D2A8GXV0VidYYnA/gfdK6uwbnL4FnAflH7FbGw3TS7w== + dependencies: + bson "^4.6.5" + denque "^2.0.1" + mongodb-connection-string-url "^2.5.2" + socks "^2.6.2" + optionalDependencies: + saslprep "^1.0.3" + +mongodb@~4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.7.0.tgz#99f7323271d93659067695b60e7b4efee2de9bf0" integrity sha512-HhVar6hsUeMAVlIbwQwWtV36iyjKd9qdhY+s4wcU8K6TOj4Q331iiMy+FoPuxEntDIijTYWivwFJkLv8q/ZgvA== @@ -15956,13 +15968,13 @@ mongoose-long@^0.3.2: integrity sha512-5gTjPH6HUmtNhamv8MPwExWo01Z4d9CT5njZlupqqbmxzMXTbDOgCuP/jnK+9SV0Fs7nuyYlXv7pJ/nA2pAAuA== "mongoose@3.8.* || >=4", mongoose@^6.1.8: - version "6.4.7" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.4.7.tgz#8595450f663c59df2992bcdbffa70adb5df84447" - integrity sha512-NvWxRkhXUt4RXR4kj47c8LApf4EIl2Ewt24ZojQiVbHy4mfqpW7UKUV698p8zIdYQ9EEeEfzDlwd4n7B3NGRnA== + version "6.5.0" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.5.0.tgz#5c71aa8d4027e50bfe8d29d6e955e378e010d174" + integrity sha512-swOX8ZEbmCeJaEs29B1j67StBIhuOccNNkipbVhsnLYYCDpNE7heM9W54MFGwN5es9tGGoxINHSzOhJ9kTOZGg== dependencies: - bson "^4.6.2" + bson "^4.6.5" kareem "2.4.1" - mongodb "4.7.0" + mongodb "4.8.1" mpath "0.9.0" mquery "4.0.3" ms "2.1.3" From 197420db287a313888cf469cf1b515f5baa9a1a3 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 27 Jul 2022 00:06:10 -0700 Subject: [PATCH 1665/1675] notch/bnotch snippets now come from plugin-notches, not plugin-theme. --- markdown/dev/reference/api/snippets/bnotch/en.md | 2 +- markdown/dev/reference/api/snippets/notch/en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/dev/reference/api/snippets/bnotch/en.md b/markdown/dev/reference/api/snippets/bnotch/en.md index 9aba63594dd..9f7d7d290dd 100644 --- a/markdown/dev/reference/api/snippets/bnotch/en.md +++ b/markdown/dev/reference/api/snippets/bnotch/en.md @@ -5,7 +5,7 @@ title: bnotch The `bnotch` snippet is intended for notches at the back, or when you need an alternative to the default `notch`. -It is provided by [plugin-theme](/reference/plugins/theme/). +It is provided by [plugin-notches](/reference/plugins/notches/). ```js snippets.demo = new Snippet('bnotch', points.anchor) diff --git a/markdown/dev/reference/api/snippets/notch/en.md b/markdown/dev/reference/api/snippets/notch/en.md index e481d6ce9cb..f47aaa70274 100644 --- a/markdown/dev/reference/api/snippets/notch/en.md +++ b/markdown/dev/reference/api/snippets/notch/en.md @@ -3,7 +3,7 @@ title: notch --- The `notch` snippet is intended for notches and is -provided by [plugin-theme](/reference/plugins/theme/). +provided by [plugin-notches](/reference/plugins/notches/). ```js snippets.demo = new Snippet('bnotch', points.anchor) From 674112a9de6fff2d74d4c3197658abef13525156 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 27 Jul 2022 11:07:12 -0700 Subject: [PATCH 1666/1675] Fix Snippet.attr() webpage URLs. --- markdown/dev/reference/api/snippet/attr/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/dev/reference/api/snippet/attr/en.md b/markdown/dev/reference/api/snippet/attr/en.md index 0b0f0856a18..192990d2e73 100644 --- a/markdown/dev/reference/api/snippet/attr/en.md +++ b/markdown/dev/reference/api/snippet/attr/en.md @@ -10,10 +10,10 @@ Snippet snippet.attr( ) ``` -This `Snippet.attr()` method calls [`Attributes.add()`](./attributes#add) under the hood, +This `Snippet.attr()` method calls [`Attributes.add()`](/reference/api/attributes/add) under the hood, but returns the Snippet object. This allows you to chain different calls together. -If the third parameter is set to `true` it will call [`Attributes.set()`](./attributes#set) instead, +If the third parameter is set to `true` it will call [`Attributes.set()`](/reference/api/attributes/set) instead, thereby overwriting the value of the attribute. From ee5520bb6b48bbf3745dfdedd3edbed3debe1351 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 27 Jul 2022 14:07:59 -0700 Subject: [PATCH 1667/1675] Correct dev setup tutorial for mac and linux. --- .../dev/tutorials/getting-started-linux/dev-setup/en.md | 2 +- .../dev/tutorials/getting-started-mac/dev-setup/en.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md b/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md index 855c2765458..41a68309eb1 100644 --- a/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md +++ b/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md @@ -46,7 +46,7 @@ Our repository uses yarn workspaces. So you'll need yarn to work with it. To install it run: ```bash -npm i -G yarn +npm install yarn --global ``` #### Fork our repository diff --git a/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md b/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md index 150e671022a..57e761b1c83 100644 --- a/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md +++ b/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md @@ -37,7 +37,7 @@ yarn kickstart These docs assume you have git installed. -But if you're running Linux, you have git, right? +But if you're running macOS, you have git, right? #### Install yarn @@ -46,7 +46,7 @@ Our repository uses yarn workspaces. So you'll need yarn to work with it. To install it run: ```bash -npm i -G yarn +npm install yarn --global ``` #### Fork our repository @@ -74,7 +74,7 @@ cd freesewing yarn kickstart ``` -Now you're ready to [start the development environment](/tutorials/getting-started-linux/dev-start). +Now you're ready to [start the development environment](/tutorials/getting-started-mac/dev-start). ## Stand-alone development @@ -87,7 +87,7 @@ npx @freesewing/new-design After you've answered [some questions](#questions), it will take a while to set everything up. When it's done, you will have a new folder with the development environent inside. -Now you're ready to [start the development environment](/tutorials/getting-started-linux/dev-start). +Now you're ready to [start the development environment](/tutorials/getting-started-mac/dev-start). The folder will have the name you chose above From 5b4db403a478ec1c613fa4ca6593eacb8a2a53f2 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 27 Jul 2022 14:38:18 -0700 Subject: [PATCH 1668/1675] Document all plugin-bundle plugins. --- markdown/dev/reference/plugins/banner/en.md | 6 ++++++ markdown/dev/reference/plugins/bartack/en.md | 6 ++++++ markdown/dev/reference/plugins/bundle/en.md | 14 ++++++++++---- markdown/dev/reference/plugins/measurements/en.md | 6 ++++++ markdown/dev/reference/plugins/mirror/en.md | 6 ++++++ 5 files changed, 34 insertions(+), 4 deletions(-) diff --git a/markdown/dev/reference/plugins/banner/en.md b/markdown/dev/reference/plugins/banner/en.md index ef6d1b65bf7..dad2f2f36cf 100644 --- a/markdown/dev/reference/plugins/banner/en.md +++ b/markdown/dev/reference/plugins/banner/en.md @@ -10,6 +10,12 @@ This macro allows you to add repeating text along a path. Example of the banner macro provided by this plugin + + +The banner plugin is part of our [plugin-bundle](/reference/plugins/bundle) + + + ## Installation ```sh diff --git a/markdown/dev/reference/plugins/bartack/en.md b/markdown/dev/reference/plugins/bartack/en.md index 94da11bca86..736eb8effae 100644 --- a/markdown/dev/reference/plugins/bartack/en.md +++ b/markdown/dev/reference/plugins/bartack/en.md @@ -11,6 +11,12 @@ tight zig-zag stitches used to enforce a seam — to your design. Example of the bartack macro provided by this plugin + + +The bartack plugin is part of our [plugin-bundle](/reference/plugins/bundle) + + + ## Installation ```sh diff --git a/markdown/dev/reference/plugins/bundle/en.md b/markdown/dev/reference/plugins/bundle/en.md index 1568c609c72..d2767f10264 100644 --- a/markdown/dev/reference/plugins/bundle/en.md +++ b/markdown/dev/reference/plugins/bundle/en.md @@ -4,14 +4,20 @@ title: "@freesewing/plugin-bundle" The **@freesewing/plugin-bundle** plugin bundles the most common FreeSewing build-time plugins: +- [plugin-banner](/reference/plugins/banner) : Add repeating text to your patterns +- [plugin-bartack](/reference/plugins/bartack) : Add bartacks to your patterns +- [plugin-buttons](/reference/plugins/buttons) : Add buttons, buttonholes, and snaps to your patterns - [plugin-cutonfold](/reference/plugins/cutonfold) : Add cut-on-fold indicators to your patterns - [plugin-dimension](/reference/plugins/dimension) : Add dimensions to your (paperless) patterns - [plugin-grainline](/reference/plugins/grainline) : Add grainline indicators to your patterns -- [plugin-logo](/reference/plugins/logo) : Add a scalebox to your patterns -- [plugin-scalebox](/reference/plugins/scalebox) : Add pretty titles to your pattern parts +- [plugin-logo](/reference/plugins/logo) : Add a FreeSewing logo to your patterns +- [plugin-measurements](/reference/plugins/measurements) : Make extra, calculated measurements available to your patterns +- [plugin-mirror](/reference/plugins/mirror) : Mirror points and paths in your patterns +- [plugin-notches](/reference/plugins/notches) : Add notches to your patterns +- [plugin-scalebox](/reference/plugins/scalebox) : Add scaleboxes to your pattern parts +- [plugin-round](/reference/plugins/round) : Create rounded corners in your patterns +- [plugin-sprinkle](/reference/plugins/sprinkle) : Add multiple snippets to your patterns - [plugin-title](/reference/plugins/title) : Add pretty titles to your pattern parts -- [plugin-round](/reference/plugins/round) : Rounds corners -- [plugin-sprinkle](/reference/plugins/sprinkle) : Add multiple snippets to your pattern Almost all patterns use these plugins, so it made sense to bundle them. diff --git a/markdown/dev/reference/plugins/measurements/en.md b/markdown/dev/reference/plugins/measurements/en.md index b180d5603f2..71edab00a81 100644 --- a/markdown/dev/reference/plugins/measurements/en.md +++ b/markdown/dev/reference/plugins/measurements/en.md @@ -17,6 +17,12 @@ It will add the following measurements: - `waistFrontArc` (if both `waist` and `waistBack` are provided) - `crossSeamBack` (if both `crossSeam` and `crossSeamFront` are available) + + +The measurements plugin is part of our [plugin-bundle](/reference/plugins/bundle) + + + ## Installation ```sh diff --git a/markdown/dev/reference/plugins/mirror/en.md b/markdown/dev/reference/plugins/mirror/en.md index 5f0793a1d79..70a2fd556de 100644 --- a/markdown/dev/reference/plugins/mirror/en.md +++ b/markdown/dev/reference/plugins/mirror/en.md @@ -8,6 +8,12 @@ a number of points and/or paths around a given mirror line. Example of the mirror plugin + + +The mirror plugin is part of our [plugin-bundle](/reference/plugins/bundle) + + + ## Installation ```bash From 091d817592e5b2c000de7c3dc4dfcadba570d783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 04:10:19 +0000 Subject: [PATCH 1669/1675] Bump algoliasearch from 4.14.1 to 4.14.2 Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.14.1 to 4.14.2. - [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases) - [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.1...4.14.2) --- updated-dependencies: - dependency-name: algoliasearch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 192 +++++++++++++++++++++++++++--------------------------- 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/yarn.lock b/yarn.lock index be460dbf181..e69e5d45247 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,114 +2,114 @@ # yarn lockfile v1 -"@algolia/cache-browser-local-storage@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.14.1.tgz#a0b85a6c3fe3d5c49fca01b16f00b41bf38a918c" - integrity sha512-BBdibsPn3hLBajc/NRAtHEeoXsw+ziSGR/3bqRNB5puUuwKPQZSE2MaMVWSADnlc3KV3bEj4xsfKOVLJyfJSPQ== +"@algolia/cache-browser-local-storage@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.14.2.tgz#d5b1b90130ca87c6321de876e167df9ec6524936" + integrity sha512-FRweBkK/ywO+GKYfAWbrepewQsPTIEirhi1BdykX9mxvBPtGNKccYAxvGdDCumU1jL4r3cayio4psfzKMejBlA== dependencies: - "@algolia/cache-common" "4.14.1" + "@algolia/cache-common" "4.14.2" -"@algolia/cache-common@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.14.1.tgz#11d44a6442f83deb3629a04c20df8408088f6449" - integrity sha512-XhAzm0Sm3D3DuOWUyDoVSXZ/RjYMvI1rbki+QH4ODAVaHDWVhMhg3IJPv3gIbBQnEQdtPdBhsf2hyPxAu28E5w== +"@algolia/cache-common@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.14.2.tgz#b946b6103c922f0c06006fb6929163ed2c67d598" + integrity sha512-SbvAlG9VqNanCErr44q6lEKD2qoK4XtFNx9Qn8FK26ePCI8I9yU7pYB+eM/cZdS9SzQCRJBbHUumVr4bsQ4uxg== -"@algolia/cache-in-memory@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.14.1.tgz#68ede8520f054bc65938209b59962056ae5b56c7" - integrity sha512-fVUu7N1hYb/zZYfV9Krlij70NwS+8bQm5vmDJyfp0+9FjSjz2V7wj1CUxvaY8ZcgoBPj9ehQ8sRuqSM2m5OPww== +"@algolia/cache-in-memory@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.14.2.tgz#88e4a21474f9ac05331c2fa3ceb929684a395a24" + integrity sha512-HrOukWoop9XB/VFojPv1R5SVXowgI56T9pmezd/djh2JnVN/vXswhXV51RKy4nCpqxyHt/aGFSq2qkDvj6KiuQ== dependencies: - "@algolia/cache-common" "4.14.1" + "@algolia/cache-common" "4.14.2" -"@algolia/client-account@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.14.1.tgz#b92e091f698630c49ec7df48816ae75af3cbac40" - integrity sha512-Zm4+PN3bsBPhv1dKKwzBaRGzf0G1JcjjSTpE231L7Z7LsEDcFDW4E6L5ctwMz3SliSBeL/j1ghmaunJrZlkRIg== +"@algolia/client-account@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.14.2.tgz#b76ac1ba9ea71e8c3f77a1805b48350dc0728a16" + integrity sha512-WHtriQqGyibbb/Rx71YY43T0cXqyelEU0lB2QMBRXvD2X0iyeGl4qMxocgEIcbHyK7uqE7hKgjT8aBrHqhgc1w== dependencies: - "@algolia/client-common" "4.14.1" - "@algolia/client-search" "4.14.1" - "@algolia/transporter" "4.14.1" + "@algolia/client-common" "4.14.2" + "@algolia/client-search" "4.14.2" + "@algolia/transporter" "4.14.2" -"@algolia/client-analytics@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.14.1.tgz#aca3436775f608a6141cc81899e1d75ef030efa2" - integrity sha512-EhZLR0ezBZx7ZGkwzj7OTvnI8j2Alyv1ByC0Mx48qh3KqRhVwMFm/Uf34zAv4Dum2PTFin41Y4smAvAypth9nQ== +"@algolia/client-analytics@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.14.2.tgz#ca04dcaf9a78ee5c92c5cb5e9c74cf031eb2f1fb" + integrity sha512-yBvBv2mw+HX5a+aeR0dkvUbFZsiC4FKSnfqk9rrfX+QrlNOKEhCG0tJzjiOggRW4EcNqRmaTULIYvIzQVL2KYQ== dependencies: - "@algolia/client-common" "4.14.1" - "@algolia/client-search" "4.14.1" - "@algolia/requester-common" "4.14.1" - "@algolia/transporter" "4.14.1" + "@algolia/client-common" "4.14.2" + "@algolia/client-search" "4.14.2" + "@algolia/requester-common" "4.14.2" + "@algolia/transporter" "4.14.2" -"@algolia/client-common@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.14.1.tgz#2709bddf934a3545cd9feecc0591e9285fbed7c2" - integrity sha512-WDwziD7Rt1yCRDfONmeLOfh1Lt8uOy6Vn7dma171KOH9NN3q8yDQpOhPqdFOCz1j3GC1FfIZxaC0YEOIobZ2lg== +"@algolia/client-common@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.14.2.tgz#e1324e167ffa8af60f3e8bcd122110fd0bfd1300" + integrity sha512-43o4fslNLcktgtDMVaT5XwlzsDPzlqvqesRi4MjQz2x4/Sxm7zYg5LRYFol1BIhG6EwxKvSUq8HcC/KxJu3J0Q== dependencies: - "@algolia/requester-common" "4.14.1" - "@algolia/transporter" "4.14.1" + "@algolia/requester-common" "4.14.2" + "@algolia/transporter" "4.14.2" -"@algolia/client-personalization@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.14.1.tgz#58f0b85b8f6d531e13877a099f54513ac2bec154" - integrity sha512-D4eeW7bTi769PWcEYZO+QiKuUXFOC5zK5Iy83Ey6FHqS7m5TXws5MP1rmETE018lTXeYq2NSHWp/F07fRRg0RA== +"@algolia/client-personalization@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.14.2.tgz#656bbb6157a3dd1a4be7de65e457fda136c404ec" + integrity sha512-ACCoLi0cL8CBZ1W/2juehSltrw2iqsQBnfiu/Rbl9W2yE6o2ZUb97+sqN/jBqYNQBS+o0ekTMKNkQjHHAcEXNw== dependencies: - "@algolia/client-common" "4.14.1" - "@algolia/requester-common" "4.14.1" - "@algolia/transporter" "4.14.1" + "@algolia/client-common" "4.14.2" + "@algolia/requester-common" "4.14.2" + "@algolia/transporter" "4.14.2" -"@algolia/client-search@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.14.1.tgz#44bfc65b3e6939b725f8f97aad725593f2a4ad7f" - integrity sha512-K6XrdIIQq8a3o+kCedj5slUVzA1aKttae4mLzwnY0bS7tYduv1IQggi9Sz8gOG6/MMyKMB4IwYqr47t/0z4Vxw== +"@algolia/client-search@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.14.2.tgz#357bdb7e640163f0e33bad231dfcc21f67dc2e92" + integrity sha512-L5zScdOmcZ6NGiVbLKTvP02UbxZ0njd5Vq9nJAmPFtjffUSOGEp11BmD2oMJ5QvARgx2XbX4KzTTNS5ECYIMWw== dependencies: - "@algolia/client-common" "4.14.1" - "@algolia/requester-common" "4.14.1" - "@algolia/transporter" "4.14.1" + "@algolia/client-common" "4.14.2" + "@algolia/requester-common" "4.14.2" + "@algolia/transporter" "4.14.2" "@algolia/events@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950" integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ== -"@algolia/logger-common@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.14.1.tgz#acbd36b66e3b408f99cacfb581ad3bd28defcc28" - integrity sha512-58CK87wTjUWI1QNXc3nFDQ7EXBi28NoLufXE9sMjng2fAL1wPdyO+KFD8KTBoXOZnJWflPj5F7p6jLyGAfgvcQ== +"@algolia/logger-common@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.14.2.tgz#b74b3a92431f92665519d95942c246793ec390ee" + integrity sha512-/JGlYvdV++IcMHBnVFsqEisTiOeEr6cUJtpjz8zc0A9c31JrtLm318Njc72p14Pnkw3A/5lHHh+QxpJ6WFTmsA== -"@algolia/logger-console@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.14.1.tgz#7e7d7486d71ccfe38e63234626931083592149d2" - integrity sha512-not+VwH1Dx2B/BaN+4+4+YnGRBJ9lduNz2qbMCTxZ4yFHb+84j4ewHRPBTtEmibn7caVCPybdTKfHLQhimSBLQ== +"@algolia/logger-console@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.14.2.tgz#ec49cb47408f5811d4792598683923a800abce7b" + integrity sha512-8S2PlpdshbkwlLCSAB5f8c91xyc84VM9Ar9EdfE9UmX+NrKNYnWR1maXXVDQQoto07G1Ol/tYFnFVhUZq0xV/g== dependencies: - "@algolia/logger-common" "4.14.1" + "@algolia/logger-common" "4.14.2" -"@algolia/requester-browser-xhr@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.14.1.tgz#9e683dc0916afae221bf946255a998b06830be78" - integrity sha512-mpH6QsFBbXjTy9+iU86Rcdt9LxS7GA/tWhGMr0+Ap8+4Za5+ELToz0PC7euVeVOcclgGGi7gbjOAmf6k8b10iA== +"@algolia/requester-browser-xhr@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.14.2.tgz#a2cd4d9d8d90d53109cc7f3682dc6ebf20f798f2" + integrity sha512-CEh//xYz/WfxHFh7pcMjQNWgpl4wFB85lUMRyVwaDPibNzQRVcV33YS+63fShFWc2+42YEipFGH2iPzlpszmDw== dependencies: - "@algolia/requester-common" "4.14.1" + "@algolia/requester-common" "4.14.2" -"@algolia/requester-common@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.14.1.tgz#b07ffa00ae0cf61442dcda71a3209051fed130d8" - integrity sha512-EbXBKrfYcX5/JJfaw7IZxhWlbUtjd5Chs+Alrfc4tutgRQn4dmImWS07n3iffwJcYdOWY1eRrnfBK5BwopuN5A== +"@algolia/requester-common@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.14.2.tgz#bc4e9e5ee16c953c0ecacbfb334a33c30c28b1a1" + integrity sha512-73YQsBOKa5fvVV3My7iZHu1sUqmjjfs9TteFWwPwDmnad7T0VTCopttcsM3OjLxZFtBnX61Xxl2T2gmG2O4ehg== -"@algolia/requester-node-http@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.14.1.tgz#5e5f4ff55deb5aa0e92f3105d77299de744b1471" - integrity sha512-/sbRqL9P8aVuYUG50BgpCbdJyyCS7fia+sQIx9d1DiGPO7hunwLaEyR4H7JDHc/PLKdVEPygJx3rnbJWix4Btg== +"@algolia/requester-node-http@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.14.2.tgz#7c1223a1785decaab1def64c83dade6bea45e115" + integrity sha512-oDbb02kd1o5GTEld4pETlPZLY0e+gOSWjWMJHWTgDXbv9rm/o2cF7japO6Vj1ENnrqWvLBmW1OzV9g6FUFhFXg== dependencies: - "@algolia/requester-common" "4.14.1" + "@algolia/requester-common" "4.14.2" -"@algolia/transporter@4.14.1": - version "4.14.1" - resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.14.1.tgz#7eca8568ff710d9d1a7bbd3c1dafbbf44a6143f5" - integrity sha512-xbmoIqszFDOCCZqizBQ2TNHcGtjZX7EkJCzABsrokA0WqtfZzClFmtc+tZYgtEiyAfIF70alTegG19poQGdkvg== +"@algolia/transporter@4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.14.2.tgz#77c069047fb1a4359ee6a51f51829508e44a1e3d" + integrity sha512-t89dfQb2T9MFQHidjHcfhh6iGMNwvuKUvojAj+JsrHAGbuSy7yE4BylhLX6R0Q1xYRoC4Vvv+O5qIw/LdnQfsQ== dependencies: - "@algolia/cache-common" "4.14.1" - "@algolia/logger-common" "4.14.1" - "@algolia/requester-common" "4.14.1" + "@algolia/cache-common" "4.14.2" + "@algolia/logger-common" "4.14.2" + "@algolia/requester-common" "4.14.2" "@ampproject/remapping@^2.1.0": version "2.2.0" @@ -4730,24 +4730,24 @@ algoliasearch-helper@^3.10.0: "@algolia/events" "^4.0.1" algoliasearch@^4.11.0: - version "4.14.1" - resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.14.1.tgz#7f24cabd264f8294b461d108e1603e673571e806" - integrity sha512-ZWqnbsGUgU03/IyG995pMCc+EmNVDA/4c9ntr8B0dWQwFqazOQ4ErvKZxarbgSNmyPo/eZcVsTb0bNplJMttGQ== + version "4.14.2" + resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.14.2.tgz#63f142583bfc3a9bd3cd4a1b098bf6fe58e56f6c" + integrity sha512-ngbEQonGEmf8dyEh5f+uOIihv4176dgbuOZspiuhmTTBRBuzWu3KCGHre6uHj5YyuC7pNvQGzB6ZNJyZi0z+Sg== dependencies: - "@algolia/cache-browser-local-storage" "4.14.1" - "@algolia/cache-common" "4.14.1" - "@algolia/cache-in-memory" "4.14.1" - "@algolia/client-account" "4.14.1" - "@algolia/client-analytics" "4.14.1" - "@algolia/client-common" "4.14.1" - "@algolia/client-personalization" "4.14.1" - "@algolia/client-search" "4.14.1" - "@algolia/logger-common" "4.14.1" - "@algolia/logger-console" "4.14.1" - "@algolia/requester-browser-xhr" "4.14.1" - "@algolia/requester-common" "4.14.1" - "@algolia/requester-node-http" "4.14.1" - "@algolia/transporter" "4.14.1" + "@algolia/cache-browser-local-storage" "4.14.2" + "@algolia/cache-common" "4.14.2" + "@algolia/cache-in-memory" "4.14.2" + "@algolia/client-account" "4.14.2" + "@algolia/client-analytics" "4.14.2" + "@algolia/client-common" "4.14.2" + "@algolia/client-personalization" "4.14.2" + "@algolia/client-search" "4.14.2" + "@algolia/logger-common" "4.14.2" + "@algolia/logger-console" "4.14.2" + "@algolia/requester-browser-xhr" "4.14.2" + "@algolia/requester-common" "4.14.2" + "@algolia/requester-node-http" "4.14.2" + "@algolia/transporter" "4.14.2" all-contributors-cli@^6.20.0: version "6.20.0" From 3736fcd6165631c10eff7017414d840630415f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 04:12:50 +0000 Subject: [PATCH 1670/1675] Bump lerna from 5.2.0 to 5.3.0 Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/lerna/lerna/releases) - [Changelog](https://github.com/lerna/lerna/blob/main/core/lerna/CHANGELOG.md) - [Commits](https://github.com/lerna/lerna/commits/v5.3.0/core/lerna) --- updated-dependencies: - dependency-name: lerna dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 1057 ++++++++++++++++++++++++----------------------------- 1 file changed, 481 insertions(+), 576 deletions(-) diff --git a/yarn.lock b/yarn.lock index be460dbf181..3709f730766 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1836,485 +1836,485 @@ dependencies: vary "^1.1.2" -"@lerna/add@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/add/-/add-5.2.0.tgz#b9d3c728e059eea67f5757ee4b8e9550295f0be6" - integrity sha512-BKTWhii4i1JUKqmOXkauD2rTGabo83gnqYYsORobmquKFG02tFD2upqkP73DmP6xgmovpBQ8NpPO/75r1MbtIQ== +"@lerna/add@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/add/-/add-5.3.0.tgz#2e6cd5ff3d8bad2b0b36cdeaa300fc39fbae215e" + integrity sha512-MxwTO2UBxZwwuquKbBqdYa56YTqg6Lfz1MZsRQxO7F2cb2NN8NEYTcGOli/71Ee/2AoX4R4xIFTh3TnaflQ25A== dependencies: - "@lerna/bootstrap" "5.2.0" - "@lerna/command" "5.2.0" - "@lerna/filter-options" "5.2.0" - "@lerna/npm-conf" "5.2.0" - "@lerna/validation-error" "5.2.0" + "@lerna/bootstrap" "5.3.0" + "@lerna/command" "5.3.0" + "@lerna/filter-options" "5.3.0" + "@lerna/npm-conf" "5.3.0" + "@lerna/validation-error" "5.3.0" dedent "^0.7.0" - npm-package-arg "^8.1.0" + npm-package-arg "8.1.1" p-map "^4.0.0" pacote "^13.6.1" semver "^7.3.4" -"@lerna/bootstrap@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-5.2.0.tgz#2e2fd307274e0d0fcd5ab2f3830a6e743fbd8346" - integrity sha512-4GMpgqT2F3E+LlD6iIAoJSFtvbXR7A8iX27mCv7fEFR8aPyxGxa6lC+sKIHLoH7s6X7/5aEI2sZCZ3p1v6QNUg== +"@lerna/bootstrap@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-5.3.0.tgz#3e0e06757ec139b4742f2bb9bc55c10fd8ddf8da" + integrity sha512-iHVjt6YOQKLY0j+ex13a6ZxjIQ1TSSXqbl6z1hVjBFaDyCh7pra/tgj0LohZDVCaouLwRKucceQfTGrb+cfo7A== dependencies: - "@lerna/command" "5.2.0" - "@lerna/filter-options" "5.2.0" - "@lerna/has-npm-version" "5.2.0" - "@lerna/npm-install" "5.2.0" - "@lerna/package-graph" "5.2.0" - "@lerna/pulse-till-done" "5.2.0" - "@lerna/rimraf-dir" "5.2.0" - "@lerna/run-lifecycle" "5.2.0" - "@lerna/run-topologically" "5.2.0" - "@lerna/symlink-binary" "5.2.0" - "@lerna/symlink-dependencies" "5.2.0" - "@lerna/validation-error" "5.2.0" - "@npmcli/arborist" "5.2.0" + "@lerna/command" "5.3.0" + "@lerna/filter-options" "5.3.0" + "@lerna/has-npm-version" "5.3.0" + "@lerna/npm-install" "5.3.0" + "@lerna/package-graph" "5.3.0" + "@lerna/pulse-till-done" "5.3.0" + "@lerna/rimraf-dir" "5.3.0" + "@lerna/run-lifecycle" "5.3.0" + "@lerna/run-topologically" "5.3.0" + "@lerna/symlink-binary" "5.3.0" + "@lerna/symlink-dependencies" "5.3.0" + "@lerna/validation-error" "5.3.0" + "@npmcli/arborist" "5.3.0" dedent "^0.7.0" get-port "^5.1.1" multimatch "^5.0.0" - npm-package-arg "^8.1.0" + npm-package-arg "8.1.1" npmlog "^6.0.2" p-map "^4.0.0" p-map-series "^2.1.0" p-waterfall "^2.1.1" semver "^7.3.4" -"@lerna/changed@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-5.2.0.tgz#6a9eec17f63311f0c166fc839f1491242ce7076c" - integrity sha512-xbvMuUsmELZmmENsSX5KpG6OAeO1kZkPiXw5P8mdZVqzSz3/tO0v5SKV1TBYlWYM+/IumO/F+HTVL+GwnjMsww== +"@lerna/changed@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-5.3.0.tgz#631dd147f2c86f292106fe6d891b0a2bcc5ad43b" + integrity sha512-i6ZfBDBZCpnPaSWTuNGTrnExkHNMC+/cSUuS9njaqe+tXgqE95Ja3cMxWZth9Q1uasjcEBHPU2jG0VKrU37rpA== dependencies: - "@lerna/collect-updates" "5.2.0" - "@lerna/command" "5.2.0" - "@lerna/listable" "5.2.0" - "@lerna/output" "5.2.0" + "@lerna/collect-updates" "5.3.0" + "@lerna/command" "5.3.0" + "@lerna/listable" "5.3.0" + "@lerna/output" "5.3.0" -"@lerna/check-working-tree@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-5.2.0.tgz#c664fb62e78a96e95f4d234f03cd1687b14b79b6" - integrity sha512-MM+I+7+PyQGz5rzt4jnC7m2J3WhEjfetE895Ut/YwobOhng4kThzxmscJuCGY+2jZigwFMSugc0/JjTNZ0Hg5A== +"@lerna/check-working-tree@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-5.3.0.tgz#fd10158bcb62a840e343d1a4b12a0eedbc2e0146" + integrity sha512-qo6jUGWXKLVL1nU8aEECqwrGRjs9o1l1hXdD2juA4Fvzsam1cFVHJwsmw3hAXGhEPD0oalg/XR62H9rZSCLOvQ== dependencies: - "@lerna/collect-uncommitted" "5.2.0" - "@lerna/describe-ref" "5.2.0" - "@lerna/validation-error" "5.2.0" + "@lerna/collect-uncommitted" "5.3.0" + "@lerna/describe-ref" "5.3.0" + "@lerna/validation-error" "5.3.0" -"@lerna/child-process@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-5.2.0.tgz#5c43fe5eb8a81667a5dfaeb6e1a310a0825bbd06" - integrity sha512-UY1W3+MdYZmCzvyi0C2SvDKwbXrm6HlZKzyWoxDhqR/GqPa0CBeOBa+lSslM1+yltI+4IHQpqLQAdZIYGjeCUw== +"@lerna/child-process@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-5.3.0.tgz#ec27b96afbb02f4c0cd2cf09db41be5312182799" + integrity sha512-4uXPNIptrgQQQVHVVAXBD8F7IqSvZL3Og0G0DHiWKH+dsSyMIUtaIGJt7sifVoL7nzex4AqEiPq/AubpmG5g4Q== dependencies: chalk "^4.1.0" execa "^5.0.0" strong-log-transformer "^2.1.0" -"@lerna/clean@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-5.2.0.tgz#e1534b8e84402441f1abcfb4a0b33400b39ece92" - integrity sha512-9/gJBBPvISICRfv2Y5KjGcUgZykpXZqAk6txHrl7eTZ0XHAnu9SxxLq3xCEq5IPNkevu++bOSYJ7BFTYzPxAgw== +"@lerna/clean@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-5.3.0.tgz#2a98de89c365c711040acbfaa96a52e3ca88af79" + integrity sha512-Jn+Dr7A69dch8m1dLe7l/SDVQVQT2j7zdy2gaZVEmJIgEEaXmEbfJ2t2n06vRXtckI9B85M5mubT1U3Y7KuNuA== dependencies: - "@lerna/command" "5.2.0" - "@lerna/filter-options" "5.2.0" - "@lerna/prompt" "5.2.0" - "@lerna/pulse-till-done" "5.2.0" - "@lerna/rimraf-dir" "5.2.0" + "@lerna/command" "5.3.0" + "@lerna/filter-options" "5.3.0" + "@lerna/prompt" "5.3.0" + "@lerna/pulse-till-done" "5.3.0" + "@lerna/rimraf-dir" "5.3.0" p-map "^4.0.0" p-map-series "^2.1.0" p-waterfall "^2.1.1" -"@lerna/cli@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-5.2.0.tgz#821ce8e657cfc5966c006503e5e75c8f7e37434f" - integrity sha512-bn6L317xjTeJ+60bj+wNvmwnDEOKH0T45yO14u1TNNs7cVUv9ZtHYohuKSbanUogthEDu2m680RwgdvikyyCLQ== +"@lerna/cli@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-5.3.0.tgz#b42808b747a6b3136028e5cdc775f72805112b95" + integrity sha512-P7F3Xs98pXMEGZX+mnFfsd6gU03x8UrwQ3mElvQBICl4Ew9z6rS8NGUd3JOPFzm4/vSTjYTnPyPdWBjj6/f6sw== dependencies: - "@lerna/global-options" "5.2.0" + "@lerna/global-options" "5.3.0" dedent "^0.7.0" npmlog "^6.0.2" yargs "^16.2.0" -"@lerna/collect-uncommitted@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-5.2.0.tgz#d6aa4eb41eed13a941e3fa4771828048559d25ad" - integrity sha512-LlTY08RhTnrynvuqK1wNbq+H8FFWAMNiTOUJcxMo+bMlLrjPy3xCLhcDcKApVZvZnkE+kWLyQRROs0ZEY78MaQ== +"@lerna/collect-uncommitted@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-5.3.0.tgz#fa031bff12ca8c7c78f8fb4584bd6289ccbba40e" + integrity sha512-Ll/mU9Nes0NQoa0pSv2TR2PTCkIomBGuDWH48OF2sKKu69NuLjrD2L0udS5nJYig9HxFewtm4QTiUdYPxfJXkQ== dependencies: - "@lerna/child-process" "5.2.0" + "@lerna/child-process" "5.3.0" chalk "^4.1.0" npmlog "^6.0.2" -"@lerna/collect-updates@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-5.2.0.tgz#1bbbb1a23e70d8c856ced4faba6356385778013b" - integrity sha512-thENc95GHPEt3N18u0WOtkVDRjTWM2rLld8SiFDtecqlV7F2pN0pILY5mNDTS2kYZDwxACQ+XLCinBmb8VET5Q== +"@lerna/collect-updates@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-5.3.0.tgz#21ec4fa7f7e836937ebc9ec7ab4d2053ad9f7bd7" + integrity sha512-fzJo/rmdXKWKYt+9IXjtenIZtSr3blMH8GEqoVKpSZ7TJGpxcFNmMe6foa60BgaTnDmmg1y7Qu6JbQJ3Ra5c5w== dependencies: - "@lerna/child-process" "5.2.0" - "@lerna/describe-ref" "5.2.0" + "@lerna/child-process" "5.3.0" + "@lerna/describe-ref" "5.3.0" minimatch "^3.0.4" npmlog "^6.0.2" slash "^3.0.0" -"@lerna/command@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/command/-/command-5.2.0.tgz#4034b2f2bde407ef85b4a807b56f2d61cc0cbb32" - integrity sha512-QJLpOp6z/6NlSuqhl9IiSBq4SVcgcC4nJh5dZme+6hRCkcaAG0WEhe809xcx6pehYJdbbMHtmSWp7dk/GujWxw== +"@lerna/command@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/command/-/command-5.3.0.tgz#0ef7a09ca5b03ff08f164500df560959893c6775" + integrity sha512-UNQQ4EGTumqLhOuDPcRA4LpdS9pcTYKSdh/8MdKPeyIRN70vCTwdeTrxqaaKsn3Jo7ycvyUQT5yfrUFmCClfoA== dependencies: - "@lerna/child-process" "5.2.0" - "@lerna/package-graph" "5.2.0" - "@lerna/project" "5.2.0" - "@lerna/validation-error" "5.2.0" - "@lerna/write-log-file" "5.2.0" + "@lerna/child-process" "5.3.0" + "@lerna/package-graph" "5.3.0" + "@lerna/project" "5.3.0" + "@lerna/validation-error" "5.3.0" + "@lerna/write-log-file" "5.3.0" clone-deep "^4.0.1" dedent "^0.7.0" execa "^5.0.0" is-ci "^2.0.0" npmlog "^6.0.2" -"@lerna/conventional-commits@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-5.2.0.tgz#af14e0a9cf1ac24cda5ba967e7609a2eabb239f8" - integrity sha512-sI3QVV0kHqbFhHJy8dTNhrJdIWSGv1t7dfYyHiyGdlttSFWd6b+jGYZtAfIie2iC26+Z1ZksGW/0mdyAD55Zig== +"@lerna/conventional-commits@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-5.3.0.tgz#64d2035648186146d6c331fd6dcbf146813b3600" + integrity sha512-9uoQ2E1J7pL0fml5PNO7FydnBNeqrNOQa53Ca1Klf5t/x4vIn51ocOZNm/YbRAc/affnrxxp+gR2/SWlN0yKqQ== dependencies: - "@lerna/validation-error" "5.2.0" + "@lerna/validation-error" "5.3.0" conventional-changelog-angular "^5.0.12" conventional-changelog-core "^4.2.4" conventional-recommended-bump "^6.1.0" fs-extra "^9.1.0" get-stream "^6.0.0" - npm-package-arg "^8.1.0" + npm-package-arg "8.1.1" npmlog "^6.0.2" pify "^5.0.0" semver "^7.3.4" -"@lerna/create-symlink@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-5.2.0.tgz#8c451a1c510d948b10a09b8af087c6736848cda6" - integrity sha512-0+WwJWZUAp6nIbOL0fxTCVyt37VmpkqCJs8aK3//DgjS8u5hSlPQjj3oWjVFMFtfSdoA7HieohBS86FZ4Tkg0w== +"@lerna/create-symlink@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-5.3.0.tgz#8398ca1c099606510505ad65601b15bc4c6f0000" + integrity sha512-xIoC9m4J/u4NV/8ms4P2fiimaYgialqJvNamvMDRmgE1c3BLDSGk2nE4nVI2W5LxjgJdMTiIH9v1QpTUC9Fv+Q== dependencies: - cmd-shim "^4.1.0" + cmd-shim "^5.0.0" fs-extra "^9.1.0" npmlog "^6.0.2" -"@lerna/create@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/create/-/create-5.2.0.tgz#955e8cfcfadb31f3c6bc19e7229c01d4ad50f36e" - integrity sha512-6KuamMSIgLWm0TuLre8hTUSvr8LGw8ex/XoXNhSUJUGbUAIpkS+F8YKLSTLKBw/odFXRW7rgxv/ik6T0qqjLqw== +"@lerna/create@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/create/-/create-5.3.0.tgz#af0bd2f1da91976a91b5b8ce621b921ea3d155d0" + integrity sha512-DotTReCc3+Q9rpMA8RKAGemUK7JXT7skbxHvpqpPj7ryNkIv/dNAFC2EHglcpt9Rmyo6YbSP2zk0gfDbdiIcVA== dependencies: - "@lerna/child-process" "5.2.0" - "@lerna/command" "5.2.0" - "@lerna/npm-conf" "5.2.0" - "@lerna/validation-error" "5.2.0" + "@lerna/child-process" "5.3.0" + "@lerna/command" "5.3.0" + "@lerna/npm-conf" "5.3.0" + "@lerna/validation-error" "5.3.0" dedent "^0.7.0" fs-extra "^9.1.0" globby "^11.0.2" - init-package-json "^2.0.2" - npm-package-arg "^8.1.0" + init-package-json "^3.0.2" + npm-package-arg "8.1.1" p-reduce "^2.1.0" pacote "^13.6.1" pify "^5.0.0" semver "^7.3.4" slash "^3.0.0" validate-npm-package-license "^3.0.4" - validate-npm-package-name "^3.0.0" + validate-npm-package-name "^4.0.0" whatwg-url "^8.4.0" yargs-parser "20.2.4" -"@lerna/describe-ref@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-5.2.0.tgz#a6c6c033bff77269dc3d5eb8cb350c310d1cdb04" - integrity sha512-ZSdVWzPpgz8tcJ2rLpKAi1q2WLv4lP+Qdjr0QpblcM0y4+QM9GU5bVayDXRNl+fVeaFpftr4Vou8/hVzzb2fTQ== +"@lerna/describe-ref@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-5.3.0.tgz#5edd1d5ce314e6b51b8e2902f40dd0a7132c9daa" + integrity sha512-R+CtJcOuAF3kJ6GNQnGC3STEi+5OtpNVz2n17sAs/xqJnq79tPdzEhT+pMxB2eSEkQYlSr+cCKMpF0m/mtIPQA== dependencies: - "@lerna/child-process" "5.2.0" + "@lerna/child-process" "5.3.0" npmlog "^6.0.2" -"@lerna/diff@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-5.2.0.tgz#3ce5ac66ead67b88463a693ffc09f7ad649e8a71" - integrity sha512-RIp/PeigKoC0xoCYGk6G9hSFiw8bMGcTL9+ii1628DALh8j/ddt3Fi7kCPO9b03ALkPUVQlLIDe/Wzry4ME1BA== +"@lerna/diff@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-5.3.0.tgz#51204c112d6154becd6ffcf9320ee415a95c58bd" + integrity sha512-i6f99dtO90u1QIJEfVtKE831m4gnMHBwY+4D84GY2SJMno8uI7ZyxMRZQh1nAFtvlNozO2MgzLr1OHtNMZOIgQ== dependencies: - "@lerna/child-process" "5.2.0" - "@lerna/command" "5.2.0" - "@lerna/validation-error" "5.2.0" + "@lerna/child-process" "5.3.0" + "@lerna/command" "5.3.0" + "@lerna/validation-error" "5.3.0" npmlog "^6.0.2" -"@lerna/exec@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-5.2.0.tgz#f554551c8b1046be9ded9ce967eac80aabe6acff" - integrity sha512-MyTe+YRIbibkjZ6VYGI0c5In1+lDrPE5fgR1G4cOI8RN7nx6fBi6I3w7rSISRuMf3npVDKLU1/LRW7qjxISdJw== +"@lerna/exec@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-5.3.0.tgz#c680261e484c9b3072e3c56368523d3a8cab32f5" + integrity sha512-kI/IuF1hbT+pEMZc3v4+w8BLckUIi45ipzOP0bWvXNgSKKuADAU3HLv+ifRXEjob5906C+Zc7K2IVoVS6r1TDg== dependencies: - "@lerna/child-process" "5.2.0" - "@lerna/command" "5.2.0" - "@lerna/filter-options" "5.2.0" - "@lerna/profiler" "5.2.0" - "@lerna/run-topologically" "5.2.0" - "@lerna/validation-error" "5.2.0" + "@lerna/child-process" "5.3.0" + "@lerna/command" "5.3.0" + "@lerna/filter-options" "5.3.0" + "@lerna/profiler" "5.3.0" + "@lerna/run-topologically" "5.3.0" + "@lerna/validation-error" "5.3.0" p-map "^4.0.0" -"@lerna/filter-options@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-5.2.0.tgz#9cc44c7ad180128e3326c4c690645264888e9abf" - integrity sha512-gbX/ksk/kKmhEPPXWTvRAYLBFmDcpWQOfJiE+JybRgTaIAKrAVo8mHzw1j2ZsWJcxvbOOPvSGAy+54MILBr3Xw== +"@lerna/filter-options@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-5.3.0.tgz#08ba418787db5ee809aecebfa4e7a4461a6a5bbb" + integrity sha512-ddgy0oDisTKIhCJ4WY5CeEhTsyrbW+zeBvZ7rVaG0oQXjSSYBried4TXRvgy67fampfHoPX+eQq5l1SYTRFPlw== dependencies: - "@lerna/collect-updates" "5.2.0" - "@lerna/filter-packages" "5.2.0" + "@lerna/collect-updates" "5.3.0" + "@lerna/filter-packages" "5.3.0" dedent "^0.7.0" npmlog "^6.0.2" -"@lerna/filter-packages@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-5.2.0.tgz#93135ba5b38c949627e2d25dbbe90a26fdbd9690" - integrity sha512-G1RolCWUIc45vfu/o6v3SBYb3FflfYyUfUtHMteE3frJsgDIIOuERmlDp0hl6k7DBxdBvi6AK5bvEMt+FE3h0A== +"@lerna/filter-packages@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-5.3.0.tgz#3a5c73e01233921c50018d02809a9da9d82186db" + integrity sha512-5/2V50sQB2+JNwuCHP/UPm3y8PN2JWVY9CbNLtF3K5bymNsCkQh2KHEL9wlWZ4yfr/2ufpy4XFPaFUHNoUOGnQ== dependencies: - "@lerna/validation-error" "5.2.0" + "@lerna/validation-error" "5.3.0" multimatch "^5.0.0" npmlog "^6.0.2" -"@lerna/get-npm-exec-opts@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-5.2.0.tgz#ad80e9f2b7eae672d74fc3639cdd4a5baeca9d09" - integrity sha512-ZGWBcrynGNbPOhJkwJfGQS+UqmwT/9K6cD6rnK3ddDlj2UBcjcTgPTCLRseFO3j/4m36N4CQh9jy9tsXO8VeDg== +"@lerna/get-npm-exec-opts@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-5.3.0.tgz#60d4fb6d1786b051d532a2c9dc91fcac722edcfb" + integrity sha512-cYBypDo8C7f4MvVvap2nYgtk8MXAADrYU1VdECSJ3Stbe4p2vBGt8bM9xkS2uPfQFMK3YSy3YPkSZcSjVXyoGw== dependencies: npmlog "^6.0.2" -"@lerna/get-packed@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-5.2.0.tgz#f96c5ca61a6e08981517dfe51b5a059260cb384f" - integrity sha512-wuFex+v6Nk8BqsZCml56+8Uextpu4fhk3bjz/3DBrNHaGHrg/VKGhZ6kqCCTWpUyclm3RzZfg63/5bXW/SDmiw== +"@lerna/get-packed@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-5.3.0.tgz#e1798e1be914f5f2b5671eba4c6a7c57e983fe46" + integrity sha512-kD12w7Ko5TThuOuPF2HBLyuPsHK3oyyWyzleGBqR4DqxMtbMRgimyTQnr5o58XBOwUPCFsv1EZiqeGk+3HTGEA== dependencies: fs-extra "^9.1.0" - ssri "^8.0.1" + ssri "^9.0.1" tar "^6.1.0" -"@lerna/github-client@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-5.2.0.tgz#5f7aab6c5e430c5f6a38f91e426ca324404b65ac" - integrity sha512-tFl0DWv53MhJ4x2978MtdGzcwL94mAVOQueAU0/MU0O+nWgC0l+va7WSE4d04OuIj2veadZoqYiT0LYdVx3cLQ== +"@lerna/github-client@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-5.3.0.tgz#45b97c0daa80ea03d8cacac841ea9474c57c2b71" + integrity sha512-UqAclsWDMthmbv3Z8QE1K7D/4e93ytg31mc+nEj+UdU+xJQ0L1ypl8zWAmGNs1sFkQntIiTIB4W5zgHet5mmZw== dependencies: - "@lerna/child-process" "5.2.0" + "@lerna/child-process" "5.3.0" "@octokit/plugin-enterprise-rest" "^6.0.1" "@octokit/rest" "^19.0.3" git-url-parse "^12.0.0" npmlog "^6.0.2" -"@lerna/gitlab-client@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-5.2.0.tgz#49b5573e0ab8e5e58a6505c29c3489a0f7388a80" - integrity sha512-Mz+tOHwzuZCVV4ThV2ZsYFd2Pz9JM1gsND/e1FYG2RuOVSPksuOaBXj+sD6AJZ98jYeOGxJ9lUTHesTDomqaww== +"@lerna/gitlab-client@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-5.3.0.tgz#d24935717cd6fc2921f7fe73eac3dd70819bc4ce" + integrity sha512-otwbiaGDgvn5MGF1ypsCO48inMpdcxuiDlbxrKD6glPUwNHiGV+PU8LLCCDKimwjjQhl88ySLpL1oTm4jnZ1Aw== dependencies: node-fetch "^2.6.1" npmlog "^6.0.2" whatwg-url "^8.4.0" -"@lerna/global-options@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-5.2.0.tgz#a68e2309559a500bbbd089ef275b987116a4ee1f" - integrity sha512-AXbuQN50K4PZKTtgTLTH1Wia7kkIVg3k6JPCdPehgQbULFUs5vwGIDRlgaW2iOXRtRLnvFj73BCFTAnI8rNDtw== +"@lerna/global-options@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-5.3.0.tgz#d244c6ad7d117433370818e1bbfd60cbafffd243" + integrity sha512-iEoFrDSU+KtfcB+lHW5grjg3VkEqzZNTUnWnE1FCBBwj9tSLOHjgKGtWWjIQtBUJ+qcLBbusap9Stqzr7UPYpQ== -"@lerna/has-npm-version@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-5.2.0.tgz#80feb9b334e9dc2ec953ec9571fd9bc04617946a" - integrity sha512-RRnJUVJpR4VAuDhH+yLJP3O85p2Uhxp/kurNzbIkGP56Vi/tvoSlbCbNWL7hLznnCjkdvNS1cf+LuZyGD4FNZw== +"@lerna/has-npm-version@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-5.3.0.tgz#0834cc58f1e7b9515227d79f8ebaa5af52b71bcf" + integrity sha512-A/bK8e+QP/VMqZkq1wZbyOzMz/AY92tAVsBOQ5Yw2zqshdMVj99st3YHLOqJf/HTEzQo27GGI/ajmcltHS2l6A== dependencies: - "@lerna/child-process" "5.2.0" + "@lerna/child-process" "5.3.0" semver "^7.3.4" -"@lerna/import@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/import/-/import-5.2.0.tgz#9b5bc76b9e4f9a49f77073f0267fd56804637caf" - integrity sha512-33BrWs6HNulx+wVR6FFF/DNLCHvL5u/8Tr8GPISUOMIXFdvLiMCyMIeM5g2BU/e044W6TzrCKcRxsTjXqhimVA== +"@lerna/import@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/import/-/import-5.3.0.tgz#9f020c3a8f486afc3ef839e6a59079411178e98c" + integrity sha512-KjVT9oFNSp1JLdrS1LSXjDcLiu2TMSfy6tpmhF9Zxo7oKB21SgWmXVV9rcWDueW2RIxNXDeVUG0NVNj2BRGeEQ== dependencies: - "@lerna/child-process" "5.2.0" - "@lerna/command" "5.2.0" - "@lerna/prompt" "5.2.0" - "@lerna/pulse-till-done" "5.2.0" - "@lerna/validation-error" "5.2.0" + "@lerna/child-process" "5.3.0" + "@lerna/command" "5.3.0" + "@lerna/prompt" "5.3.0" + "@lerna/pulse-till-done" "5.3.0" + "@lerna/validation-error" "5.3.0" dedent "^0.7.0" fs-extra "^9.1.0" p-map-series "^2.1.0" -"@lerna/info@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/info/-/info-5.2.0.tgz#d95e0daedaee209cac2463d2a6a6df76112c437d" - integrity sha512-GraI2Z+bmNEt3vatvYdE/oajk1/yNM1ULR1loaF0IemZ6S5GYHAJXgT2qNl/Jt0qh+oRM2a5ITtLTjCrtzAkVg== +"@lerna/info@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/info/-/info-5.3.0.tgz#7e3fe690df5bf6b6f01414561b3b31cb01528ece" + integrity sha512-pyeZSM/PIpBHCXdHPrbh6sPZlngXUxhTVFb0VaIjQ5Ms585xi15s1UQDO3FvzqdyMyalx0QGzCJbNx5XeoCejg== dependencies: - "@lerna/command" "5.2.0" - "@lerna/output" "5.2.0" + "@lerna/command" "5.3.0" + "@lerna/output" "5.3.0" envinfo "^7.7.4" -"@lerna/init@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/init/-/init-5.2.0.tgz#208e49eda705f50ecefa5caf0faebe7c587ee837" - integrity sha512-a8VupVxsjxknDIUHM5nT6i9CJkr2MjKuR/QnQcI6eVtKP26mppd/GwZQ2XtnkULRtHWfajbksVODuOwwssroqQ== +"@lerna/init@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/init/-/init-5.3.0.tgz#e1953858db749a48f7b7ebb66bf334b69db89888" + integrity sha512-y46lzEtgMdEseTJGQQqYZOjqqd7iN+e14vFh/9q5h62V4Y8nlUJRzovVo8JSeaGwKLB0B3dq3BuUn0PNywMhpA== dependencies: - "@lerna/child-process" "5.2.0" - "@lerna/command" "5.2.0" - "@lerna/project" "5.2.0" + "@lerna/child-process" "5.3.0" + "@lerna/command" "5.3.0" + "@lerna/project" "5.3.0" fs-extra "^9.1.0" p-map "^4.0.0" write-json-file "^4.3.0" -"@lerna/link@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/link/-/link-5.2.0.tgz#01599f185a0ea570509e24cbbba12ddda21bc72e" - integrity sha512-DnfiIyl6f2hrv0qyRH8ZzcDCrcxsWBoaAxlOTgCUggiIq1eLMBBqQu6cQt3k0zSb40jFwIsggdYsffvV/GkLXQ== +"@lerna/link@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/link/-/link-5.3.0.tgz#3ff49118d91c0322c47e0eb7c3fc25fc16407212" + integrity sha512-+QBwnGg3S8Zk8M8G5CA4kmGq92rkEMbmWJXaxie3jQayp+GXgSlLs6R4jwSOZlztY6xR3WawMI9sHJ0Vdu+g7w== dependencies: - "@lerna/command" "5.2.0" - "@lerna/package-graph" "5.2.0" - "@lerna/symlink-dependencies" "5.2.0" + "@lerna/command" "5.3.0" + "@lerna/package-graph" "5.3.0" + "@lerna/symlink-dependencies" "5.3.0" p-map "^4.0.0" slash "^3.0.0" -"@lerna/list@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/list/-/list-5.2.0.tgz#f41e5f512653258232a9c7ef581457fd4e2b0716" - integrity sha512-HlRLjYFYs7Sy78jp+J2z/yGhRhHHf4AjwHN6ZkAvroHSdZLHfOVUcdGAxSwuFmJ9ULb32ydtyCWwtMS4z6JICg== +"@lerna/list@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/list/-/list-5.3.0.tgz#c61d451ffe6054ddf5cbe5c13aba2f4b152e80c2" + integrity sha512-5RJvle3m4l2H0UmKNlwS8h2OIlNGsNTKPC4DYrJYt0+fhgzf5SEV1QKw+fuUqe3F8MziIkSGQB52HsjwPE6AWQ== dependencies: - "@lerna/command" "5.2.0" - "@lerna/filter-options" "5.2.0" - "@lerna/listable" "5.2.0" - "@lerna/output" "5.2.0" + "@lerna/command" "5.3.0" + "@lerna/filter-options" "5.3.0" + "@lerna/listable" "5.3.0" + "@lerna/output" "5.3.0" -"@lerna/listable@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-5.2.0.tgz#c02e032fc102561ee939deafdecc045a2925c005" - integrity sha512-CEUR4i3Ws9H7iS1IlLrW5MIPWxp2Tx4gnzn43CN9diWVkCo1wdC/mwGirqaHMK6jpSIhfUHkJqCUqSOszg7+fg== +"@lerna/listable@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-5.3.0.tgz#8817193159d46fe92ff28656791b04399812c67f" + integrity sha512-RdmeV9mDeuBOgVOlF/KNH/qttyiYwHbeqHiMAw9s9AfMo/Fz3iDZaTGZuruMm84TZSkKxI7m5mjTlC0djsyKog== dependencies: - "@lerna/query-graph" "5.2.0" + "@lerna/query-graph" "5.3.0" chalk "^4.1.0" columnify "^1.6.0" -"@lerna/log-packed@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-5.2.0.tgz#065fcba4903e5dd56f413e22e9492b864a874458" - integrity sha512-6BOgHPWBNyZvNv4DjKZc5yqBgvkYwjIZqYXvGRgFLWqGtNK71HyDW6ybw/msKzWu6nRygx/2oz/q79NJT1xb8A== +"@lerna/log-packed@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-5.3.0.tgz#93ee09897f147da67beaa41ba2d86a642c53be4e" + integrity sha512-tDuOot3vSOUSP7fNNej8UM0fah5oy8mKXe026grt4J0OP4L3rhSWxhfrDBQ3Ylh2dAjgHzscUf/vpnNC9HnhOQ== dependencies: byte-size "^7.0.0" columnify "^1.6.0" has-unicode "^2.0.1" npmlog "^6.0.2" -"@lerna/npm-conf@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-5.2.0.tgz#8fb3a3f1042cbfb8041359a99e3e220a31c208dc" - integrity sha512-fJ73bVQgt4gFzvpxBeZhigfR+f02vlI+wJA9otLXkkigz/R4OGBurKNBvwtvt5P99cNH5xaxQlneKmYlXd858Q== +"@lerna/npm-conf@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-5.3.0.tgz#41b87554fba6343aeb16012d87080b85065a7073" + integrity sha512-ejlypb90tvIsKUCb0fcOKt7wcPEjLdVK2zfbNs0M+UlRDLyRVOHUVdelJ15cRDNjQHzhBo2HBUKn5Fmm/2pcmg== dependencies: config-chain "^1.1.12" pify "^5.0.0" -"@lerna/npm-dist-tag@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-5.2.0.tgz#072d0e7d0bc85b6cb13f4c5c80bae298f21aae9a" - integrity sha512-blBVl8rbFQFtI41Y1UKcz9qFRfAJUHt680Jp8XECWEKvZijY+Sm16yNk9L3k0IwH8pQkDN0ZIxHaIHSJ+qYPvQ== +"@lerna/npm-dist-tag@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-5.3.0.tgz#70c15da5d1f001e6785cf0f89b25eba4cceb2694" + integrity sha512-OPahPk9QLXQXFgtrWm22NNxajVYKavCyTh8ijMwXTGXXbMJAw+PVjokfrUuEtg7FQi+kfJSrYAcJAxxfQq2eiA== dependencies: - "@lerna/otplease" "5.2.0" - npm-package-arg "^8.1.0" - npm-registry-fetch "^9.0.0" + "@lerna/otplease" "5.3.0" + npm-package-arg "8.1.1" + npm-registry-fetch "^13.3.0" npmlog "^6.0.2" -"@lerna/npm-install@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-5.2.0.tgz#b5803a6807a18be23e6b0638fc389e98ca9e8963" - integrity sha512-1pNgN0Px2acEPoF3Hme7d6U0JuhMKHN3L9UjdRu28H1anR3Li+ZJQtAtV4pL7DY26csGOOhd6+rjCxzlb1ihqQ== +"@lerna/npm-install@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-5.3.0.tgz#41d76cb4b74679bd41015b460573331e2976632c" + integrity sha512-scbWo8nW+P9KfitWG3y7Ep97dOs64ECfz9xfqtjagEXKYBPxG3skvwwljkfNnuxrCNs71JVD+imvcewHzih28g== dependencies: - "@lerna/child-process" "5.2.0" - "@lerna/get-npm-exec-opts" "5.2.0" + "@lerna/child-process" "5.3.0" + "@lerna/get-npm-exec-opts" "5.3.0" fs-extra "^9.1.0" - npm-package-arg "^8.1.0" + npm-package-arg "8.1.1" npmlog "^6.0.2" signal-exit "^3.0.3" write-pkg "^4.0.0" -"@lerna/npm-publish@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-5.2.0.tgz#febb446a0bf680d802f464dcdb6abc037aa7eec8" - integrity sha512-vNPwa4aU8IBm+c6sXGmV2ampkYFXKPxCXpURZWKiXYZ0pigEg0CX3YnOJMQ1ax8U97CISVoIdLY+RKi3nSJm3w== +"@lerna/npm-publish@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-5.3.0.tgz#b53f47d441a2f776ded6af045a02f42cf06f1f26" + integrity sha512-n+ocN1Dxrs6AmrSNqZl57cwhP4/VjQXdEI+QYauNnErNjMQW8Wt+tNaTlVAhZ1DnorwAo86o2uzFF/BgdUqh9A== dependencies: - "@lerna/otplease" "5.2.0" - "@lerna/run-lifecycle" "5.2.0" + "@lerna/otplease" "5.3.0" + "@lerna/run-lifecycle" "5.3.0" fs-extra "^9.1.0" - libnpmpublish "^4.0.0" - npm-package-arg "^8.1.0" + libnpmpublish "^6.0.4" + npm-package-arg "8.1.1" npmlog "^6.0.2" pify "^5.0.0" - read-package-json "^3.0.0" + read-package-json "^5.0.1" -"@lerna/npm-run-script@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-5.2.0.tgz#27bb196660135cf81c32ca84fbfaf9197b05a27d" - integrity sha512-Fxl9BByoKxm7QyIaIxhjGzGQXsTwUwk+1gFtO6OlQBH5/Y971nHG604Pmv25nZKBD3lE+3Qk2IK/XtE39ruHRg== +"@lerna/npm-run-script@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-5.3.0.tgz#28745ec962398ab864837155e9b0732aa119071f" + integrity sha512-2cLR1YdzeMjaMKgDuwHE+iZgVPt+Ttzb3/wFtp7Mw9TlKmNIdbHdrnfl12ABz5knPC+62CCNjB/gznfLndPp2w== dependencies: - "@lerna/child-process" "5.2.0" - "@lerna/get-npm-exec-opts" "5.2.0" + "@lerna/child-process" "5.3.0" + "@lerna/get-npm-exec-opts" "5.3.0" npmlog "^6.0.2" -"@lerna/otplease@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-5.2.0.tgz#34def8f7c7a6fab79f2032247cd2c028f326ba84" - integrity sha512-vsFB1N+s9KGwF4wreRFYJlhDrQnSYyxgCt8atC0iUs+32Bx9zdtmOIgBnGwuqPVSOhEj+wxbuVRtopAWRWCBFw== +"@lerna/otplease@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-5.3.0.tgz#96b4bd0c31387811684fdedc33465a548927fddf" + integrity sha512-Xpju2VC5TiycmBP/mdp9hRstkH2MLm8/7o2NotVTCJwASWdKphRMqezhh5BX0E9i6VyrjzmTqSYEh9FNZZ9MwQ== dependencies: - "@lerna/prompt" "5.2.0" + "@lerna/prompt" "5.3.0" -"@lerna/output@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/output/-/output-5.2.0.tgz#b9ed21ea2bc09b38a530660469479b3f0c10878c" - integrity sha512-afls4I7ei09lab5WEb34/AKumpBxt8MgQnr8b9pKC6fy5GMXCSOZ9Qb/xRKhepJ4qvQRsfKWptX4UT2VB8PGeg== +"@lerna/output@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/output/-/output-5.3.0.tgz#bfcf7d6ada32d3b94655c39441f6aba36fc60012" + integrity sha512-fISmHDu/9PKInFmT5NXsbh8cR6aE6SUXWrteXJ6PBYK30s0f/pVcfswb9VccX0Yea8HmqMQgCHWUWifkZeXiRA== dependencies: npmlog "^6.0.2" -"@lerna/pack-directory@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-5.2.0.tgz#af1b4f94c3683d5b7e78aab179a0293c76032556" - integrity sha512-wirOo/6hs3yWMPTw/ZU7ApQKiCyXGrxDu8PWGnVggKcD8PnwrtQoJMSEIeFbHJEw7ny7RE46oy6Q8DPCEYJNxg== +"@lerna/pack-directory@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-5.3.0.tgz#043c45b5e825dc002c3de21f00be3b192bd12b0d" + integrity sha512-dTGMUB6/GjExhmLZ8yeFaRKJuSm6M/IsfxSJdL4gFPLigUIAS4XhzXS3KnL0+Ef1ue1yaTlAE9c/czfkE0pc/w== dependencies: - "@lerna/get-packed" "5.2.0" - "@lerna/package" "5.2.0" - "@lerna/run-lifecycle" "5.2.0" - "@lerna/temp-write" "5.2.0" + "@lerna/get-packed" "5.3.0" + "@lerna/package" "5.3.0" + "@lerna/run-lifecycle" "5.3.0" + "@lerna/temp-write" "5.3.0" npm-packlist "^5.1.1" npmlog "^6.0.2" tar "^6.1.0" -"@lerna/package-graph@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-5.2.0.tgz#09426a09f0de4a63c8f37006e8de032c957ab022" - integrity sha512-KAjbO83EmBzxEKVX6eyelp/xA9eztIF6BqJuPv7m9iexHh/qCIuKhnQSmgh3xDlCZ7e5FUXC3Rzvq17TLJWPfw== +"@lerna/package-graph@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-5.3.0.tgz#6a8e87ce55628d2daef31f317d7916fc05274210" + integrity sha512-UEHY7l/yknwFvQgo0RifyY+B5QdzuFutLZYSN1BMmyWttOZD9rkM263qnLNGTZ2BUE4dXDwwwOHuhLvi+xDRsA== dependencies: - "@lerna/prerelease-id-from-version" "5.2.0" - "@lerna/validation-error" "5.2.0" - npm-package-arg "^8.1.0" + "@lerna/prerelease-id-from-version" "5.3.0" + "@lerna/validation-error" "5.3.0" + npm-package-arg "8.1.1" npmlog "^6.0.2" semver "^7.3.4" -"@lerna/package@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/package/-/package-5.2.0.tgz#733ca4e03ca2c597364869243730a01bde88a7d1" - integrity sha512-zHDHnDNVeEmYIReSjecCpwQmF9yrK8oZLRUnVe2jI91y2D9iipHBQj5LVvJKwflpQy60vZFiavvlqi/gqPzpVA== +"@lerna/package@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/package/-/package-5.3.0.tgz#8985035bfdaa91b99b855b9d1abb86aa9cc2cc74" + integrity sha512-hsB03miiaNdvZ/UGzl0sVqxVat5x33EG9JiYgIoFqzroQPrG+WShmX3ctuO06TY1pxb4iNuHLPIbQomHEzzj8w== dependencies: load-json-file "^6.2.0" - npm-package-arg "^8.1.0" + npm-package-arg "8.1.1" write-pkg "^4.0.0" -"@lerna/prerelease-id-from-version@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-5.2.0.tgz#a5cd2c4bb53e6e80f6ffe8ecff734bfdfeaacb36" - integrity sha512-PpvTllFUcAPbZUGYjXGalGwaRfFZZCzNKMKF+lck2qmkvLYSRQhPz+iN7NpvZgnXEWds0dV78MkbLcTf4rEThw== +"@lerna/prerelease-id-from-version@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-5.3.0.tgz#dc806da65600458c5567728e18a1b29053d9fd10" + integrity sha512-o1wsLns6hFTsmk4iqTRJNWLnFzlBBwgu17hp8T2iU4U7LUlDT2ZSKV3smGAU6GfrwX3MAp4LZ5syxgjFjrUOnw== dependencies: semver "^7.3.4" -"@lerna/profiler@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-5.2.0.tgz#4c1971a066a34595a4caaf4977e2e376f2b41baa" - integrity sha512-vKhbmeZCCSU6QRPJdJlcyUuAGD1b/Vz7SYDM/D2o0M5nyOnc5V9fom1pTR9KuJUg0dWt/g+8COOiHNYg3rCDsA== +"@lerna/profiler@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-5.3.0.tgz#42db1b4e62de7a030db3af86175ebf16f7d92533" + integrity sha512-LEZYca29EPgZR0q5E+7CJkn25Cw3OxNMQJU/CVn/HGeoWYWOpoDxujrZBl8is2bw06LHXvRbVXEUATLc+ACbqQ== dependencies: fs-extra "^9.1.0" npmlog "^6.0.2" upath "^2.0.1" -"@lerna/project@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/project/-/project-5.2.0.tgz#b50a4673d1bacaee07eaf210a7b410abcd13ac50" - integrity sha512-qE4I0tXl8IoqqR1bgDyr5YTYy2qcO2o8QrQ8PfJnm3Mp2ffRWG5E5MMiA2QXG09yk9YUq0q9cwGCr55wJcZRrw== +"@lerna/project@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/project/-/project-5.3.0.tgz#1727a81f4b945b491dfed5d1a0ed2ea3dc3329cc" + integrity sha512-InhIo9uwT1yod72ai5SKseJSUk8KkqG6COmwp1/45vibbawb7ZLbokpns7n46A0NdGNlmwJolamybYOuyumejw== dependencies: - "@lerna/package" "5.2.0" - "@lerna/validation-error" "5.2.0" + "@lerna/package" "5.3.0" + "@lerna/validation-error" "5.3.0" cosmiconfig "^7.0.0" dedent "^0.7.0" dot-prop "^6.0.1" @@ -2326,139 +2326,140 @@ resolve-from "^5.0.0" write-json-file "^4.3.0" -"@lerna/prompt@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-5.2.0.tgz#f516da9bb011715d392df590236b9c0e99e3538e" - integrity sha512-XPB7F3JpUnNsCrgvo90gSfYrnUBK2F4GFQ189K9WtwvuFQ774WfsqLbBlOVh9HRDCNGHx1xq6wXYkQN6s/Kblw== +"@lerna/prompt@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-5.3.0.tgz#0565cdbb092e71d8e2ce4a18a8c44db3c5ff7c17" + integrity sha512-4bIusBdjpw665CJtFsVsaB55hLHnmKnrcOaRjna6N/MdJDl8Th6X4EM4rrfXTX/uUNR3XcV91lYqcLuLmrpm5w== dependencies: inquirer "^8.2.4" npmlog "^6.0.2" -"@lerna/publish@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-5.2.0.tgz#79374cb6a5a57b35af619dec4aded93f1f867819" - integrity sha512-pfxRn/6zAk/QHDxCgKXWkUOk+SxSQipqyEuJLzFwW/KBJHl3MdvS8yuODx0WqZuydwvBIz29YUarK7xYW9JamQ== +"@lerna/publish@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-5.3.0.tgz#136af3be2c0779a9994aa6fbc0d24fb15438c68e" + integrity sha512-T8T1BQdI+NnlVARKwIXzILknEuiQlZToBsDpuX06M7+45t/pp9Z+u6pVt3rrqwiUPZ/dpoZzYKI31YdNJtGMcQ== dependencies: - "@lerna/check-working-tree" "5.2.0" - "@lerna/child-process" "5.2.0" - "@lerna/collect-updates" "5.2.0" - "@lerna/command" "5.2.0" - "@lerna/describe-ref" "5.2.0" - "@lerna/log-packed" "5.2.0" - "@lerna/npm-conf" "5.2.0" - "@lerna/npm-dist-tag" "5.2.0" - "@lerna/npm-publish" "5.2.0" - "@lerna/otplease" "5.2.0" - "@lerna/output" "5.2.0" - "@lerna/pack-directory" "5.2.0" - "@lerna/prerelease-id-from-version" "5.2.0" - "@lerna/prompt" "5.2.0" - "@lerna/pulse-till-done" "5.2.0" - "@lerna/run-lifecycle" "5.2.0" - "@lerna/run-topologically" "5.2.0" - "@lerna/validation-error" "5.2.0" - "@lerna/version" "5.2.0" + "@lerna/check-working-tree" "5.3.0" + "@lerna/child-process" "5.3.0" + "@lerna/collect-updates" "5.3.0" + "@lerna/command" "5.3.0" + "@lerna/describe-ref" "5.3.0" + "@lerna/log-packed" "5.3.0" + "@lerna/npm-conf" "5.3.0" + "@lerna/npm-dist-tag" "5.3.0" + "@lerna/npm-publish" "5.3.0" + "@lerna/otplease" "5.3.0" + "@lerna/output" "5.3.0" + "@lerna/pack-directory" "5.3.0" + "@lerna/prerelease-id-from-version" "5.3.0" + "@lerna/prompt" "5.3.0" + "@lerna/pulse-till-done" "5.3.0" + "@lerna/run-lifecycle" "5.3.0" + "@lerna/run-topologically" "5.3.0" + "@lerna/validation-error" "5.3.0" + "@lerna/version" "5.3.0" fs-extra "^9.1.0" - libnpmaccess "^4.0.1" - npm-package-arg "^8.1.0" - npm-registry-fetch "^9.0.0" + libnpmaccess "^6.0.3" + npm-package-arg "8.1.1" + npm-registry-fetch "^13.3.0" npmlog "^6.0.2" p-map "^4.0.0" p-pipe "^3.1.0" pacote "^13.6.1" semver "^7.3.4" -"@lerna/pulse-till-done@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-5.2.0.tgz#6d6243a0a6a5a427d241d6490d8751855a76fb44" - integrity sha512-WfM5GGw19ymnzsC5SqLKvW/mXdpIuF3KZttqGfMRV4xjAuxaNA0o9yFBjAWeQ47S8AFGT+PPmDlBvpe/Q4geyw== +"@lerna/pulse-till-done@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-5.3.0.tgz#6342a2ceb915597e909fea30769d0afc55e70524" + integrity sha512-yNvSuPLT1ZTtD2LMVOmiDhw4+9qkyf6xCpfxiUp4cGEN+qIuazWB5JicKLE49o27DBdaG8Ao4lAlb16x/gNrwQ== dependencies: npmlog "^6.0.2" -"@lerna/query-graph@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-5.2.0.tgz#bed8ca8d6a689e6531ff7222d1d9c0286f9d9732" - integrity sha512-tfW1RubB/vjRp3Q6Kchh4pdSsmjiz4cMTtyHqVwcm4bWAV5+kSRsa0rZp6jzMZlwFlMtchBjOeC2UPzo+G6vLA== +"@lerna/query-graph@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-5.3.0.tgz#596f7827b7d0ac9d1217ac5ab6d9e62ba5388a2c" + integrity sha512-t99lNj97/Vilp5Js1Be7MoyaZ5U0fbOFh0E7lnTfSLvZhTkPMK6xLvAx2M3NQqhwYCQjTFDuf9ozQ3HQtYZAmA== dependencies: - "@lerna/package-graph" "5.2.0" + "@lerna/package-graph" "5.3.0" -"@lerna/resolve-symlink@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-5.2.0.tgz#7c2cc96b361131f593ef936e1874cc1703144e84" - integrity sha512-sW7yQXvgi2HstJP00Ptyclh1cfDyyd1tbRGO+M8t53GEh+SG+y/k/1m6TdclQDpR51JCq65WZOBspUe0qtBAgA== +"@lerna/resolve-symlink@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-5.3.0.tgz#6150b65905910fc34fce6c781516b89c853c394e" + integrity sha512-zKI7rV5FzzlMBfi6kjDS0ulzcdDTORvdOJ/+CHU5C2h+v+P64Nk2VhZZNCCBDoO/l4GRhgehZOB70GIamO1TSw== dependencies: fs-extra "^9.1.0" npmlog "^6.0.2" - read-cmd-shim "^2.0.0" + read-cmd-shim "^3.0.0" -"@lerna/rimraf-dir@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-5.2.0.tgz#18274710870b1f7fa07461a09f4daecd946ce1a3" - integrity sha512-fC8HnVAabmKT30x/kRQ7Zb5lHyVAX8KLcs/CYLE/BXnlfQ6T6WhMZAUTJXQ9LJiww4bY7qYoLX5agBmJXe2TgA== +"@lerna/rimraf-dir@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-5.3.0.tgz#765855a30d68f62b1af993e644e4d5f4224bfdb4" + integrity sha512-/QJebh0tSY3LjgEyOo+6NH/b7ZNw9IpjqiDtvnLixjtdfkgli1OKOoZTa4KrO0mJoqMRq4yAa98cjpIzyKqCqw== dependencies: - "@lerna/child-process" "5.2.0" + "@lerna/child-process" "5.3.0" npmlog "^6.0.2" path-exists "^4.0.0" rimraf "^3.0.2" -"@lerna/run-lifecycle@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-5.2.0.tgz#8f1606555290be3f429a2a6acb545327c186666b" - integrity sha512-8wC/oNQo4/x8vujkodY7llz+7ZhBpYVR5tGqi42r5nA29GnzbLpmEd1GMpzlAvdsu5JdT2SSP2FN3t2vvjeUuQ== +"@lerna/run-lifecycle@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-5.3.0.tgz#e884e4c5503bc7431ddec2bb457d74f0817312ad" + integrity sha512-EuBCGwm2PLgkebfyqo3yNkwfSb1EzHeo3lA8t4yld6LXWkgUPBFhc7RwRc6TsQOpjpfFvDSGoI282R01o0jPVQ== dependencies: - "@lerna/npm-conf" "5.2.0" - "@npmcli/run-script" "^3.0.2" + "@lerna/npm-conf" "5.3.0" + "@npmcli/run-script" "^4.1.7" npmlog "^6.0.2" - -"@lerna/run-topologically@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-5.2.0.tgz#8d0cc2382d50a8f6e4538655aab3d9dd8980509e" - integrity sha512-7WpsuWVzZgHm08H0grWFXVYSQtFA8ZYel/9uRnjppNJv7jfEnfMYpny1Mry6aTwR5Sz2sxoMddkQx4nHBrbE2Q== - dependencies: - "@lerna/query-graph" "5.2.0" p-queue "^6.6.2" -"@lerna/run@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/run/-/run-5.2.0.tgz#ab0d8fd5a365e5f0338622f48aeb11143687ce3c" - integrity sha512-KIkDlM6U4BGtyC2jRV/ndFP7J0auUWZyjk8GCaM2FkeU6ZRKGtlFCKPO8t4UJqTsvkg5mLAU9adyOfgag3fOWg== +"@lerna/run-topologically@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-5.3.0.tgz#4080a499d73c0e592331e55b219ea46a4485958f" + integrity sha512-WiFF2EiwLjAguKs0lEmcukTL7WhuWFwxNprrGWFxEkBhlGdMFk18n8BaZN8FO26xqzztzuPzSx1re/f/dEEAPg== dependencies: - "@lerna/command" "5.2.0" - "@lerna/filter-options" "5.2.0" - "@lerna/npm-run-script" "5.2.0" - "@lerna/output" "5.2.0" - "@lerna/profiler" "5.2.0" - "@lerna/run-topologically" "5.2.0" - "@lerna/timer" "5.2.0" - "@lerna/validation-error" "5.2.0" + "@lerna/query-graph" "5.3.0" + p-queue "^6.6.2" + +"@lerna/run@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/run/-/run-5.3.0.tgz#628395f0aaf28714d002cceeb96d4a3903965043" + integrity sha512-KwoKTj1w71OmUHONNYhZME+tr5lk9Q4f+3LUr2WtWZRuOAGO5ZCRrcZc+N4Ib7zno89Ub6Ovz51fcjwltLh72w== + dependencies: + "@lerna/command" "5.3.0" + "@lerna/filter-options" "5.3.0" + "@lerna/npm-run-script" "5.3.0" + "@lerna/output" "5.3.0" + "@lerna/profiler" "5.3.0" + "@lerna/run-topologically" "5.3.0" + "@lerna/timer" "5.3.0" + "@lerna/validation-error" "5.3.0" p-map "^4.0.0" -"@lerna/symlink-binary@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-5.2.0.tgz#b77a37755a96b005087755db188a7d5ad9bbc340" - integrity sha512-sWTN215WarE+wuBuWhgLOnTtEem7RjiVUwSH7tOvLCX0TyCny/3NjXJkjdNzPxyYO809C3sDTtH7d3DnmYYAGQ== +"@lerna/symlink-binary@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-5.3.0.tgz#21aeeff1ed8c8b611d1c722292c31d8344f34262" + integrity sha512-dIATASuGS6y512AGjacOoTpkFDPsKlhggjzL3KLdSNmxV3288nUqaFBuA7rTnnMNnBQ7jVuE1JKJupZnzPN0cA== dependencies: - "@lerna/create-symlink" "5.2.0" - "@lerna/package" "5.2.0" + "@lerna/create-symlink" "5.3.0" + "@lerna/package" "5.3.0" fs-extra "^9.1.0" p-map "^4.0.0" -"@lerna/symlink-dependencies@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-5.2.0.tgz#da52ff859a212b340f0dfb4a30b5eadbcfdc3ca9" - integrity sha512-2MbkZnyn2M7Ng4ebrkMFO4yPwX814+IhLA74ZDSLnPle+2AafSk4xnOq+qTLSUfHoIxFDdCyWAvvEFSdDKSuRA== +"@lerna/symlink-dependencies@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-5.3.0.tgz#ece40a7767d946c5438563fe60579418acd01768" + integrity sha512-qkq4YT/Bdrb3W22ve+d2Gy3hRTrtT/zBhjKTCukEpYsFJLwSjZ4z5vbv6J15/j6PN1Km9oTRp6vBYmdjAuARQQ== dependencies: - "@lerna/create-symlink" "5.2.0" - "@lerna/resolve-symlink" "5.2.0" - "@lerna/symlink-binary" "5.2.0" + "@lerna/create-symlink" "5.3.0" + "@lerna/resolve-symlink" "5.3.0" + "@lerna/symlink-binary" "5.3.0" fs-extra "^9.1.0" p-map "^4.0.0" p-map-series "^2.1.0" -"@lerna/temp-write@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/temp-write/-/temp-write-5.2.0.tgz#ecaa29b343e22d4d289be4895ab2a2ef838b3399" - integrity sha512-kvkFMVZbguhRr26svSdTcE29Iwyvv2l5g3VXYg0weD1J+k+UKGxTmeCCIxXIDAUM6+GN3FAH08Bj6Tyu3O1TsA== +"@lerna/temp-write@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/temp-write/-/temp-write-5.3.0.tgz#6c926ad21c6b1932ead202e735d3cc8a5322e4e6" + integrity sha512-AhC5Q+tV0yebEc1P2jsB4apQzztW8dgdLLc1G1Pkt46l5vezRGhZmsj+iUyCsVjpdUSO/UcAq1DbI2Xzhf5arg== dependencies: graceful-fs "^4.1.15" is-stream "^2.0.0" @@ -2466,37 +2467,37 @@ temp-dir "^1.0.0" uuid "^8.3.2" -"@lerna/timer@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-5.2.0.tgz#c711116d090bb1bda0ab89f754f57e183a5360b7" - integrity sha512-LZM5lzoAhMx86eISENdsXHhjIu/hwiQp9jgPbPU+FEZOFFeNCSNtpD0zOViXFJnIeASs/e6dgYc2iRefOp4+dw== +"@lerna/timer@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-5.3.0.tgz#b3da6c71bb37eb313cf30d333eb7f0d841976e55" + integrity sha512-IeDjj1gJtbUPKl2ebpiml9u4k2kRqYF1Dbs6JuWpeC7lGxAx3JcUmkNH2RQ1BYTxk5xc9FKlgNMrZQwhq2K1Ow== -"@lerna/validation-error@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-5.2.0.tgz#0156d76b2ec6bf742359e349430cc638ae8cc09f" - integrity sha512-9Mlciy2rraha7e/PuZlSfbAEAOgHtepxLFPbdxfkb/K793EUGoQGWt6X4SdbMsISP+dgx08HwigT2asOTz1eYw== +"@lerna/validation-error@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-5.3.0.tgz#21c2054079ab997cd9ec8fa6fde5685d5fda68a9" + integrity sha512-GVvnTxx+CNFjXCiJahAu2c/pP2R3DhGuQp4CJUyKegnzGaWK0h5PhlwRL7/LbDMPLh2zLobPOVr9kTOjwv76Nw== dependencies: npmlog "^6.0.2" -"@lerna/version@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/version/-/version-5.2.0.tgz#1af161853548d97e3e56b4e73690fd748436da1c" - integrity sha512-2ilAzMidA4o74jHrU9KN3sGTe7wiZmme82fKSAT4RoYfkfTk6KO98Z6ZTXPTYfHkrb7/e02NuYNy0OQAt66UBA== +"@lerna/version@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/version/-/version-5.3.0.tgz#011d7e1fd6f286186c6c216737249fccedd8b2df" + integrity sha512-QOQSAdpeP66oQQ20nNZ4NhJS5NtZZDGyz36kP/4BeqjGK6QgtrEmto4+vmWj49w3VJUIXnrqAKHiPkhFUmJm5Q== dependencies: - "@lerna/check-working-tree" "5.2.0" - "@lerna/child-process" "5.2.0" - "@lerna/collect-updates" "5.2.0" - "@lerna/command" "5.2.0" - "@lerna/conventional-commits" "5.2.0" - "@lerna/github-client" "5.2.0" - "@lerna/gitlab-client" "5.2.0" - "@lerna/output" "5.2.0" - "@lerna/prerelease-id-from-version" "5.2.0" - "@lerna/prompt" "5.2.0" - "@lerna/run-lifecycle" "5.2.0" - "@lerna/run-topologically" "5.2.0" - "@lerna/temp-write" "5.2.0" - "@lerna/validation-error" "5.2.0" + "@lerna/check-working-tree" "5.3.0" + "@lerna/child-process" "5.3.0" + "@lerna/collect-updates" "5.3.0" + "@lerna/command" "5.3.0" + "@lerna/conventional-commits" "5.3.0" + "@lerna/github-client" "5.3.0" + "@lerna/gitlab-client" "5.3.0" + "@lerna/output" "5.3.0" + "@lerna/prerelease-id-from-version" "5.3.0" + "@lerna/prompt" "5.3.0" + "@lerna/run-lifecycle" "5.3.0" + "@lerna/run-topologically" "5.3.0" + "@lerna/temp-write" "5.3.0" + "@lerna/validation-error" "5.3.0" chalk "^4.1.0" dedent "^0.7.0" load-json-file "^6.2.0" @@ -2510,13 +2511,13 @@ slash "^3.0.0" write-json-file "^4.3.0" -"@lerna/write-log-file@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-5.2.0.tgz#412ec9801792a333ea79117a97d5a9ce1fc939ea" - integrity sha512-qFUjCAXfkCTyH94zVWc86ipqlpJN0Pjr0l4qZDfOdelQoYFXz6WsP+ogAN1ka8m744vhYqSM1o+e9dpnCbES8A== +"@lerna/write-log-file@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-5.3.0.tgz#3aa6621c56f020e642c5c3965a33771111d14f52" + integrity sha512-cmrNAI5+9auUJSuTVrUzt2nb/KX6htgjdw7gGPMI1Tm6cdBIbs67R6LedZ8yvYOLGsXB2Se93vxv5fTgEHWfCw== dependencies: npmlog "^6.0.2" - write-file-atomic "^3.0.3" + write-file-atomic "^4.0.1" "@mapbox/node-pre-gyp@^1.0.5": version "1.0.9" @@ -3221,10 +3222,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@npmcli/arborist@5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-5.2.0.tgz#ee40dfe1f81ae1524819ee39c8f3e7022b0d6269" - integrity sha512-zWV7scFGL0SmpvfQyIWnMFbU/0YgtMNyvJiJwR98kyjUSntJGWFFR0O600d5W+TrDcTg0GyDbY+HdzGEg+GXLg== +"@npmcli/arborist@5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-5.3.0.tgz#321d9424677bfc08569e98a5ac445ee781f32053" + integrity sha512-+rZ9zgL1lnbl8Xbb1NQdMjveOMwj4lIYfcDtyJHHi5x4X8jtR6m8SXooJMZy5vmFVZ8w7A2Bnd/oX9eTuU8w5A== dependencies: "@isaacs/string-locale-compare" "^1.1.0" "@npmcli/installed-package-contents" "^1.0.7" @@ -3234,7 +3235,7 @@ "@npmcli/name-from-folder" "^1.0.1" "@npmcli/node-gyp" "^2.0.0" "@npmcli/package-json" "^2.0.0" - "@npmcli/run-script" "^3.0.0" + "@npmcli/run-script" "^4.1.3" bin-links "^3.0.0" cacache "^16.0.6" common-ancestor-path "^1.0.1" @@ -3248,7 +3249,7 @@ npm-pick-manifest "^7.0.0" npm-registry-fetch "^13.0.0" npmlog "^6.0.2" - pacote "^13.0.5" + pacote "^13.6.1" parse-conflict-json "^2.0.1" proc-log "^2.0.0" promise-all-reject-late "^1.0.0" @@ -3261,11 +3262,6 @@ treeverse "^2.0.0" walk-up-path "^1.0.0" -"@npmcli/ci-detect@^1.0.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@npmcli/ci-detect/-/ci-detect-1.4.0.tgz#18478bbaa900c37bfbd8a2006a6262c62e8b0fe1" - integrity sha512-3BGrt6FLjqM6br5AhWRKTr3u5GIVkjRYeAFrMp3HjnfICrg4xOrVRwFavKT6tsp++bq5dluL5t8ME/Nha/6c1Q== - "@npmcli/config@^4.0.0": version "4.2.0" resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-4.2.0.tgz#62b5d2b9cbf93fb2bc9f7cc947f25d7659ef849f" @@ -3379,17 +3375,7 @@ dependencies: infer-owner "^1.0.4" -"@npmcli/run-script@^3.0.0", "@npmcli/run-script@^3.0.2": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-3.0.3.tgz#66afa6e0c4c3484056195f295fa6c1d1a45ddf58" - integrity sha512-ZXL6qgC5NjwfZJ2nET+ZSLEz/PJgJ/5CU90C2S66dZY4Jw73DasS4ZCXuy/KHWYP0imjJ4VtA+Gebb5BxxKp9Q== - dependencies: - "@npmcli/node-gyp" "^2.0.0" - "@npmcli/promise-spawn" "^3.0.0" - node-gyp "^8.4.1" - read-package-json-fast "^2.0.3" - -"@npmcli/run-script@^4.1.0": +"@npmcli/run-script@^4.1.0", "@npmcli/run-script@^4.1.3", "@npmcli/run-script@^4.1.7": version "4.1.7" resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-4.1.7.tgz#b1a2f57568eb738e45e9ea3123fb054b400a86f7" integrity sha512-WXr/MyM4tpKA4BotB81NccGAv8B48lNH0gRoILucbcAhTQXLCoi6HflMV3KdXubIqvP9SuLsFn68Z7r4jl+ppw== @@ -6179,7 +6165,7 @@ cacache@^12.0.2: unique-filename "^1.1.1" y18n "^4.0.0" -cacache@^15.0.5, cacache@^15.2.0: +cacache@^15.2.0: version "15.3.0" resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb" integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== @@ -6905,13 +6891,6 @@ cluster-key-slot@1.1.0: resolved "https://registry.yarnpkg.com/cluster-key-slot/-/cluster-key-slot-1.1.0.tgz#30474b2a981fb12172695833052bc0d01336d10d" integrity sha512-2Nii8p3RwAPiFwsnZvukotvow2rIHM+yQ6ZcBXGHdniadkYGZYiGmkHJIbZPIV9nfv7m/U1IPMVVcAhoWFeklw== -cmd-shim@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/cmd-shim/-/cmd-shim-4.1.0.tgz#b3a904a6743e9fede4148c6f3800bf2a08135bdd" - integrity sha512-lb9L7EM4I/ZRVuljLPEtUJOP+xiQVknZ4ZMpMgEp4JzNldPb27HU03hi6K1/6CoIuit/Zm/LQXySErFeXxDprw== - dependencies: - mkdirp-infer-owner "^2.0.0" - cmd-shim@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/cmd-shim/-/cmd-shim-5.0.0.tgz#8d0aaa1a6b0708630694c4dbde070ed94c707724" @@ -10789,7 +10768,7 @@ glob@7.2.0: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0: +glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0: version "7.2.3" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== @@ -11532,6 +11511,13 @@ hosted-git-info@^2.1.4: resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== +hosted-git-info@^3.0.6: + version "3.0.8" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.8.tgz#6e35d4cc87af2c5f816e4cb9ce350ba87a3f370d" + integrity sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw== + dependencies: + lru-cache "^6.0.0" + hosted-git-info@^4.0.0, hosted-git-info@^4.0.1: version "4.1.0" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224" @@ -12041,18 +12027,18 @@ ini@^3.0.0: resolved "https://registry.yarnpkg.com/ini/-/ini-3.0.0.tgz#2f6de95006923aa75feed8894f5686165adc08f1" integrity sha512-TxYQaeNW/N8ymDvwAxPyRbhMBtnEwuvaTYpOQkFx1nSeusgezHniEc/l35Vo4iCq/mMiTJbpD7oYxN98hFlfmw== -init-package-json@^2.0.2: - version "2.0.5" - resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-2.0.5.tgz#78b85f3c36014db42d8f32117252504f68022646" - integrity sha512-u1uGAtEFu3VA6HNl/yUWw57jmKEMx8SKOxHhxjGnOFUiIlFnohKDFg4ZrPpv9wWqk44nDxGJAtqjdQFm+9XXQA== +init-package-json@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-3.0.2.tgz#f5bc9bac93f2bdc005778bc2271be642fecfcd69" + integrity sha512-YhlQPEjNFqlGdzrBfDNRLhvoSgX7iQRgSxgsNknRQ9ITXFT7UMfVMWhBTOh2Y+25lRnGrv5Xz8yZwQ3ACR6T3A== dependencies: - npm-package-arg "^8.1.5" + npm-package-arg "^9.0.1" promzard "^0.3.0" - read "~1.0.1" - read-package-json "^4.1.1" + read "^1.0.7" + read-package-json "^5.0.0" semver "^7.3.5" validate-npm-package-license "^3.0.4" - validate-npm-package-name "^3.0.0" + validate-npm-package-name "^4.0.0" inline-style-parser@0.1.1: version "0.1.1" @@ -13674,26 +13660,26 @@ lazystream@^1.0.0: readable-stream "^2.0.5" lerna@^5.1.4: - version "5.2.0" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-5.2.0.tgz#eac37e40e111ae1bbc2f0716718915043e0fb0a3" - integrity sha512-JbjmGhS8ja5lmTnwZhtDiFxkthR2chhA3QAyRPZDm3ptgZhZbAKsgIj4SdEQvZcepU4ixPlX9d3lIzbzlQFPAg== + version "5.3.0" + resolved "https://registry.yarnpkg.com/lerna/-/lerna-5.3.0.tgz#6e529b2cbe3d103c5b0a2f4152888b8d84501b67" + integrity sha512-0Y9xJqleVu0ExGmsw2WM/GkVmxOwtA7OLQFS5ERPKJfnsxH9roTX3a7NPaGQRI2E+tSJLJJGgNSf3WYEqinOqA== dependencies: - "@lerna/add" "5.2.0" - "@lerna/bootstrap" "5.2.0" - "@lerna/changed" "5.2.0" - "@lerna/clean" "5.2.0" - "@lerna/cli" "5.2.0" - "@lerna/create" "5.2.0" - "@lerna/diff" "5.2.0" - "@lerna/exec" "5.2.0" - "@lerna/import" "5.2.0" - "@lerna/info" "5.2.0" - "@lerna/init" "5.2.0" - "@lerna/link" "5.2.0" - "@lerna/list" "5.2.0" - "@lerna/publish" "5.2.0" - "@lerna/run" "5.2.0" - "@lerna/version" "5.2.0" + "@lerna/add" "5.3.0" + "@lerna/bootstrap" "5.3.0" + "@lerna/changed" "5.3.0" + "@lerna/clean" "5.3.0" + "@lerna/cli" "5.3.0" + "@lerna/create" "5.3.0" + "@lerna/diff" "5.3.0" + "@lerna/exec" "5.3.0" + "@lerna/import" "5.3.0" + "@lerna/info" "5.3.0" + "@lerna/init" "5.3.0" + "@lerna/link" "5.3.0" + "@lerna/list" "5.3.0" + "@lerna/publish" "5.3.0" + "@lerna/run" "5.3.0" + "@lerna/version" "5.3.0" import-local "^3.0.2" npmlog "^6.0.2" nx ">=14.4.3 < 16" @@ -13742,26 +13728,26 @@ libmime@^2.0.3: libbase64 "0.1.0" libqp "1.1.0" -libnpmaccess@^4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-4.0.3.tgz#dfb0e5b0a53c315a2610d300e46b4ddeb66e7eec" - integrity sha512-sPeTSNImksm8O2b6/pf3ikv4N567ERYEpeKRPSmqlNt1dTZbvgpJIzg5vAhXHpw2ISBsELFRelk0jEahj1c6nQ== +libnpmaccess@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-6.0.3.tgz#473cc3e4aadb2bc713419d92e45d23b070d8cded" + integrity sha512-4tkfUZprwvih2VUZYMozL7EMKgQ5q9VW2NtRyxWtQWlkLTAWHRklcAvBN49CVqEkhUw7vTX2fNgB5LzgUucgYg== dependencies: aproba "^2.0.0" minipass "^3.1.1" - npm-package-arg "^8.1.2" - npm-registry-fetch "^11.0.0" + npm-package-arg "^9.0.1" + npm-registry-fetch "^13.0.0" -libnpmpublish@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-4.0.2.tgz#be77e8bf5956131bcb45e3caa6b96a842dec0794" - integrity sha512-+AD7A2zbVeGRCFI2aO//oUmapCwy7GHqPXFJh3qpToSRNU+tXKJ2YFUgjt04LPPAf2dlEH95s6EhIHM1J7bmOw== +libnpmpublish@^6.0.4: + version "6.0.4" + resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-6.0.4.tgz#adb41ec6b0c307d6f603746a4d929dcefb8f1a0b" + integrity sha512-lvAEYW8mB8QblL6Q/PI/wMzKNvIrF7Kpujf/4fGS/32a2i3jzUXi04TNyIBcK6dQJ34IgywfaKGh+Jq4HYPFmg== dependencies: - normalize-package-data "^3.0.2" - npm-package-arg "^8.1.2" - npm-registry-fetch "^11.0.0" - semver "^7.1.3" - ssri "^8.0.1" + normalize-package-data "^4.0.0" + npm-package-arg "^9.0.1" + npm-registry-fetch "^13.0.0" + semver "^7.3.7" + ssri "^9.0.0" libqp@1.1.0: version "1.1.0" @@ -14358,28 +14344,7 @@ make-fetch-happen@^10.0.3, make-fetch-happen@^10.0.6: socks-proxy-agent "^7.0.0" ssri "^9.0.0" -make-fetch-happen@^8.0.9: - version "8.0.14" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-8.0.14.tgz#aaba73ae0ab5586ad8eaa68bd83332669393e222" - integrity sha512-EsS89h6l4vbfJEtBZnENTOFk8mCRpY5ru36Xe5bcX1KYIli2mkSHqoFsp5O1wMDvTJJzxe/4THpCTtygjeeGWQ== - dependencies: - agentkeepalive "^4.1.3" - cacache "^15.0.5" - http-cache-semantics "^4.1.0" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^6.0.0" - minipass "^3.1.3" - minipass-collect "^1.0.2" - minipass-fetch "^1.3.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - promise-retry "^2.0.1" - socks-proxy-agent "^5.0.0" - ssri "^8.0.0" - -make-fetch-happen@^9.0.1, make-fetch-happen@^9.1.0: +make-fetch-happen@^9.1.0: version "9.1.0" resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968" integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== @@ -15634,7 +15599,7 @@ minipass-collect@^1.0.2: dependencies: minipass "^3.0.0" -minipass-fetch@^1.3.0, minipass-fetch@^1.3.2: +minipass-fetch@^1.3.2: version "1.4.1" resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz#d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6" integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== @@ -16846,13 +16811,13 @@ npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1: resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== -npm-package-arg@^8.0.0, npm-package-arg@^8.1.0, npm-package-arg@^8.1.2, npm-package-arg@^8.1.5: - version "8.1.5" - resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.5.tgz#3369b2d5fe8fdc674baa7f1786514ddc15466e44" - integrity sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q== +npm-package-arg@8.1.1: + version "8.1.1" + resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.1.tgz#00ebf16ac395c63318e67ce66780a06db6df1b04" + integrity sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg== dependencies: - hosted-git-info "^4.0.1" - semver "^7.3.4" + hosted-git-info "^3.0.6" + semver "^7.0.0" validate-npm-package-name "^3.0.0" npm-package-arg@^9.0.0, npm-package-arg@^9.0.1: @@ -16885,19 +16850,7 @@ npm-pick-manifest@^7.0.0: npm-package-arg "^9.0.0" semver "^7.3.5" -npm-registry-fetch@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-11.0.0.tgz#68c1bb810c46542760d62a6a965f85a702d43a76" - integrity sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA== - dependencies: - make-fetch-happen "^9.0.1" - minipass "^3.1.3" - minipass-fetch "^1.3.0" - minipass-json-stream "^1.0.1" - minizlib "^2.0.0" - npm-package-arg "^8.0.0" - -npm-registry-fetch@^13.0.0, npm-registry-fetch@^13.0.1: +npm-registry-fetch@^13.0.0, npm-registry-fetch@^13.0.1, npm-registry-fetch@^13.3.0: version "13.3.0" resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-13.3.0.tgz#0ce10fa4a699a1e70685ecf41bbfb4150d74231b" integrity sha512-10LJQ/1+VhKrZjIuY9I/+gQTvumqqlgnsCufoXETHAPFTS3+M+Z5CFhZRDHGavmJ6rOye3UvNga88vl8n1r6gg== @@ -16910,20 +16863,6 @@ npm-registry-fetch@^13.0.0, npm-registry-fetch@^13.0.1: npm-package-arg "^9.0.1" proc-log "^2.0.0" -npm-registry-fetch@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-9.0.0.tgz#86f3feb4ce00313bc0b8f1f8f69daae6face1661" - integrity sha512-PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA== - dependencies: - "@npmcli/ci-detect" "^1.0.0" - lru-cache "^6.0.0" - make-fetch-happen "^8.0.9" - minipass "^3.1.3" - minipass-fetch "^1.3.0" - minipass-json-stream "^1.0.1" - minizlib "^2.0.0" - npm-package-arg "^8.0.0" - npm-run-path@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" @@ -17627,7 +17566,7 @@ package-json@^4.0.0: registry-url "^3.0.3" semver "^5.1.0" -pacote@^13.0.3, pacote@^13.0.5, pacote@^13.6.1: +pacote@^13.0.3, pacote@^13.6.1: version "13.6.1" resolved "https://registry.yarnpkg.com/pacote/-/pacote-13.6.1.tgz#ac6cbd9032b4c16e5c1e0c60138dfe44e4cc589d" integrity sha512-L+2BI1ougAPsFjXRyBhcKmfT016NscRFLv6Pz5EiNf1CCFJFU0pSKKQwsZTyAQB+sTuUL4TyFyp6J1Ork3dOqw== @@ -19383,11 +19322,6 @@ read-cache@^1.0.0: dependencies: pify "^2.3.0" -read-cmd-shim@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-2.0.0.tgz#4a50a71d6f0965364938e9038476f7eede3928d9" - integrity sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw== - read-cmd-shim@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-3.0.0.tgz#62b8c638225c61e6cc607f8f4b779f3b8238f155" @@ -19401,27 +19335,7 @@ read-package-json-fast@^2.0.2, read-package-json-fast@^2.0.3: json-parse-even-better-errors "^2.3.0" npm-normalize-package-bin "^1.0.1" -read-package-json@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-3.0.1.tgz#c7108f0b9390257b08c21e3004d2404c806744b9" - integrity sha512-aLcPqxovhJTVJcsnROuuzQvv6oziQx4zd3JvG0vGCL5MjTONUc4uJ90zCBC6R7W7oUKBNoR/F8pkyfVwlbxqng== - dependencies: - glob "^7.1.1" - json-parse-even-better-errors "^2.3.0" - normalize-package-data "^3.0.0" - npm-normalize-package-bin "^1.0.0" - -read-package-json@^4.1.1: - version "4.1.2" - resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-4.1.2.tgz#b444d047de7c75d4a160cb056d00c0693c1df703" - integrity sha512-Dqer4pqzamDE2O4M55xp1qZMuLPqi4ldk2ya648FOMHRjwMzFhuxVrG04wd0c38IsvkVdr3vgHI6z+QTPdAjrQ== - dependencies: - glob "^7.1.1" - json-parse-even-better-errors "^2.3.0" - normalize-package-data "^3.0.0" - npm-normalize-package-bin "^1.0.0" - -read-package-json@^5.0.0: +read-package-json@^5.0.0, read-package-json@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-5.0.1.tgz#1ed685d95ce258954596b13e2e0e76c7d0ab4c26" integrity sha512-MALHuNgYWdGW3gKzuNMuYtcSSZbGQm94fAp16xt8VsYTLBjUSc55bLMKe6gzpWue0Tfi6CBgwCSdDAqutGDhMg== @@ -19486,7 +19400,7 @@ read-pkg@^7.1.0: parse-json "^5.2.0" type-fest "^2.0.0" -read@1, read@~1.0.1: +read@1, read@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4" integrity sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ== @@ -20989,7 +20903,7 @@ semver@7.3.5: dependencies: lru-cache "^6.0.0" -semver@7.3.7, semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7: +semver@7.3.7, semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7: version "7.3.7" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g== @@ -21391,15 +21305,6 @@ sockjs@^0.3.21: uuid "^8.3.2" websocket-driver "^0.7.4" -socks-proxy-agent@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz#032fb583048a29ebffec2e6a73fca0761f48177e" - integrity sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ== - dependencies: - agent-base "^6.0.2" - debug "4" - socks "^2.3.3" - socks-proxy-agent@^6.0.0: version "6.2.1" resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz#2687a31f9d7185e38d530bef1944fe1f1496d6ce" @@ -21418,7 +21323,7 @@ socks-proxy-agent@^7.0.0: debug "^4.3.3" socks "^2.6.2" -socks@^2.3.3, socks@^2.6.2: +socks@^2.6.2: version "2.7.0" resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.0.tgz#f9225acdb841e874dca25f870e9130990f3913d0" integrity sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA== @@ -21670,7 +21575,7 @@ ssri@^8.0.0, ssri@^8.0.1: dependencies: minipass "^3.1.1" -ssri@^9.0.0: +ssri@^9.0.0, ssri@^9.0.1: version "9.0.1" resolved "https://registry.yarnpkg.com/ssri/-/ssri-9.0.1.tgz#544d4c357a8d7b71a19700074b6883fcb4eae057" integrity sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q== From 716dc125b395a2e6bbb95dab11951b77293de839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 04:15:58 +0000 Subject: [PATCH 1671/1675] Bump netlify-cli from 10.12.0 to 10.12.1 Bumps [netlify-cli](https://github.com/netlify/cli) from 10.12.0 to 10.12.1. - [Release notes](https://github.com/netlify/cli/releases) - [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/cli/compare/v10.12.0...v10.12.1) --- updated-dependencies: - dependency-name: netlify-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index be460dbf181..638ecbf1bbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16243,9 +16243,9 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw== netlify-cli@^10.3.3: - version "10.12.0" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.12.0.tgz#a8e4a5a81405644e18293c7ad57c75fab0d0f834" - integrity sha512-sDOb2m4zx1QfHVdw/6VaGRBPtDd62MjDVgrpStVstDb+SZCAbEJYY25avbc4T8eE9ehOAjJaYX3z8IimlUb0uA== + version "10.12.1" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.12.1.tgz#49522cc31d98f2f0ec17b4c2db9f1f97847ff64a" + integrity sha512-Bo5RQBHhvOdoivlBMpRinAo5Hir5Hj7+L2odu58jIVPK+w+DLus/roYgFHcm1guAE0LihtmdjM0PC7XyJmdlvQ== dependencies: "@netlify/build" "^27.5.0" "@netlify/config" "^18.1.2" @@ -16318,7 +16318,7 @@ netlify-cli@^10.3.3: multiparty "^4.2.1" netlify "^12.0.0" netlify-headers-parser "^6.0.2" - netlify-onegraph-internal "0.3.8" + netlify-onegraph-internal "0.3.9" netlify-redirect-parser "^13.0.5" netlify-redirector "^0.2.1" node-fetch "^2.6.0" @@ -16367,10 +16367,10 @@ netlify-headers-parser@^6.0.2: path-exists "^5.0.0" toml "^3.0.0" -netlify-onegraph-internal@0.3.8: - version "0.3.8" - resolved "https://registry.yarnpkg.com/netlify-onegraph-internal/-/netlify-onegraph-internal-0.3.8.tgz#cda09d3676ea7a7e2ca01f63eb0e1233024ecd18" - integrity sha512-ElgiJwQpXwXjHjC0Lhq2woZoJ/l62b1xUIDeg6tC3UF/pQFNIaD0aaIwphoiPfkkkbo5DVLogg9AASt2E0oONQ== +netlify-onegraph-internal@0.3.9: + version "0.3.9" + resolved "https://registry.yarnpkg.com/netlify-onegraph-internal/-/netlify-onegraph-internal-0.3.9.tgz#8037692748a5244a38898ce8bb6aa15809a13ed8" + integrity sha512-xjyJb6C20xrjr+RwIBFzr4c1ZhRsS4L6nMfsRkimzsBf3RA7b8yE0WZAzrxleBw1tuKFnWMy3B/+IF9r/Z6zXg== dependencies: graphql "16.0.0" node-fetch "^2.6.0" From abd23681dc62aee424434ca10923d6b40afd2049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 04:17:43 +0000 Subject: [PATCH 1672/1675] Bump @types/node from 18.6.1 to 18.6.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.1 to 18.6.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index be460dbf181..6421c63cc3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4193,9 +4193,9 @@ form-data "^3.0.0" "@types/node@*", "@types/node@>=12", "@types/node@^18.0.0": - version "18.6.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.1.tgz#828e4785ccca13f44e2fb6852ae0ef11e3e20ba5" - integrity sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg== + version "18.6.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.2.tgz#ffc5f0f099d27887c8d9067b54e55090fcd54126" + integrity sha512-KcfkBq9H4PI6Vpu5B/KoPeuVDAbmi+2mDBqGPGUgoL7yXQtcWGu2vJWmmRkneWK3Rh0nIAX192Aa87AqKHYChQ== "@types/node@^16.0.0": version "16.11.45" From a0e1e9236ec9b903d893b545783aa5783ad4f9fc Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:59:29 +0000 Subject: [PATCH 1673/1675] docs: update CONTRIBUTORS.md [skip ci] --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9c24e21ec98..e0098103ac7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -19,7 +19,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
    Anthony

    💬
    Ari Grayzel-student

    💻 -
    BenJamesBen

    💻 +
    BenJamesBen

    💻 📖
    Cameron Dubas

    📖
    Carsten Biebricher

    📖
    Cathy Zoller

    📖 From 4f2b16ab70373b182085e712c7736bf621ca903c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:59:30 +0000 Subject: [PATCH 1674/1675] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2d2df353ab7..04345bee0de 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -874,7 +874,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/109869956?v=4", "profile": "https://github.com/BenJamesBen", "contributions": [ - "code" + "code", + "doc" ] } ], From 8fff3b28b2d0d0e7e37a7834c062bc8228cc8730 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Thu, 28 Jul 2022 15:19:03 -0500 Subject: [PATCH 1675/1675] remove daisy dropdown styling from headless dropdowns --- sites/shared/components/picker.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/shared/components/picker.js b/sites/shared/components/picker.js index 076bfabd6b0..bfba5c33335 100644 --- a/sites/shared/components/picker.js +++ b/sites/shared/components/picker.js @@ -5,17 +5,17 @@ import Link from 'next/link' /** an accessible dropdown menu for use by picker components */ export const Picker = ({Icon, className, title, ariaLabel, iconOnly=false, children, end}) => { - return ( + return ( {!iconOnly && {title}} - + {children} )