1
0
Fork 0
Commit graph

109425 commits

Author SHA1 Message Date
joostdecock
d7cdd02dcf chore(markdown): Added docs for Term component 2024-02-18 16:15:08 +01:00
joostdecock
0d7ef5f854 chore(markdown): Updated docs to recent jargon changes 2024-02-18 16:09:43 +01:00
joostdecock
e87e889a87 wip(shared): Started working on jargon overhaul
See #6017
2024-02-17 19:55:56 +01:00
joostdecock
43c069719c Revert "feat(shared): Add name to curated sets"
This reverts commit 5dc84c0eb8.

Need to keep this out of the PR
2024-02-17 16:50:47 +01:00
joostdecock
147433e168 Revert "fix(shared): Add key prop to iterator"
This reverts commit 9cdf064b46.

Need to keep this out of the PR
2024-02-17 16:50:22 +01:00
joostdecock
9cdf064b46 fix(shared): Add key prop to iterator 2024-02-17 16:48:18 +01:00
joostdecock
5dc84c0eb8 feat(shared): Add name to curated sets
This replaces #6077 and closes #5898 but does so with proper CSS.
2024-02-17 16:44:46 +01:00
joostdecock
c3ea6bc5c2 chore(plugin-bust): Removed unused variable 2024-02-17 16:24:39 +01:00
joostdecock
3b7615f03a feat(markdown): Added notes to lifecycle hooks docs 2024-02-17 16:14:14 +01:00
joostdecock
786a5d06cb chore(brian): Always load plugin-bust
The plugin changed how it handles conditionality, so we are always
loading it.
2024-02-17 16:06:32 +01:00
joostdecock
4264c81070 feat[plugin-bust]: Move conditionality to preSetDraft lifecycle hook
This plugin is used to draft designs for high bust rather than full
chest circumference. To facilitate that, we provide(d) a named export
called `withCondition` that checks whether the plugin is wanted, and if
so loads it.

Problem with that is that the conditional loading of a plugin applied
to the entire pattern. And since we support drafting patterns for
multiple sets (and use this to sample) this means that all of these sets
would either get the plugin effect or not, based on the first set.

So, to fix that, we have changed the lifecycle hook used by this plugin
to `preSetDraft` (from `preDraft`) and changed the `withCondition`
method to always return true.

This means that the plugin will always be loaded, and we have moved the
check that used to be in `withCondition` to the lifecycle hook.

In other words, this plugin will now always be loaded and will check for
each set whether it needs to do something.

This allows the conditionality to apply to each set in the pattern,
rather than to the entire pattern.

Note that conditionally loading plugins pattern-wide is still a valid
use-case. It just so happens that for this plugin, it was the wrong
approach.
2024-02-17 15:57:40 +01:00
joostdecock
56fe9faa45 Revert "New translations en.md (French)"
This reverts commit a35bac0aa9.
2024-02-16 18:19:13 +01:00
joostdecock
bd1b5f52d8 Revert "New translations en.md (Ukrainian)"
This reverts commit 957e9f7132.
2024-02-16 18:18:52 +01:00
Joost De Cock
16bb4d601f
Merge pull request #6072 from freesewing/lucy-docs
fix(markdown): Roll back crowding accidental removals
2024-02-16 18:08:11 +01:00
Joost De Cock
e07558ce73 fix(markdown): Roll back crowding accidental removals
These files seem to have been caught in the crossfire of fixing crowing
issues with uppercased files. This reverts those changes.
2024-02-16 17:40:07 +01:00
Joost De Cock
996eba0852
Merge pull request #6064 from freesewing/i18n
New Crowdin Translations [skip build]
2024-02-15 19:21:24 +01:00
Joost De Cock
25d0f18829
Merge pull request #6065 from freesewing/dependabot/npm_and_yarn/swagger-ui-dist-5.11.4
chore(deps): Bump swagger-ui-dist from 5.11.3 to 5.11.4
2024-02-15 19:21:08 +01:00
Joost De Cock
1e55119267
Merge pull request #6066 from freesewing/dependabot/npm_and_yarn/prisma-5.9.1
chore(deps-dev): Bump prisma from 5.9.0 to 5.9.1
2024-02-15 19:21:01 +01:00
Joost De Cock
62ffd2bcdb
Merge pull request #6067 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.514.0
chore(deps): Bump @aws-sdk/client-sesv2 from 3.511.0 to 3.514.0
2024-02-15 19:20:55 +01:00
dependabot[bot]
d7894a1491
chore(deps): Bump @aws-sdk/client-sesv2 from 3.511.0 to 3.514.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.511.0 to 3.514.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.514.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 05:04:50 +00:00
dependabot[bot]
da60d82506
chore(deps-dev): Bump prisma from 5.9.0 to 5.9.1
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.9.1/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 05:00:38 +00:00
dependabot[bot]
76314398e9
chore(deps): Bump swagger-ui-dist from 5.11.3 to 5.11.4
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.11.3 to 5.11.4.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.11.3...v5.11.4)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 04:57:30 +00:00
Joost De Cock
fb052a0308 New translations en.md (Dutch)
skip-build
2024-02-14 21:50:46 +01:00
Joost De Cock
afeb1480b9 New translations en.yaml (Dutch)
skip-build
2024-02-14 21:48:58 +01:00
Joost De Cock
a8f0c4557e
Merge pull request #6048 from freesewing/i18n
New Crowdin Translations [skip build]
2024-02-14 18:50:44 +01:00
Joost De Cock
03dfb5f3c8
Merge pull request #6056 from freesewing/dependabot/npm_and_yarn/daisyui-4.7.2
chore(deps): Bump daisyui from 4.7.0 to 4.7.2
2024-02-14 18:50:37 +01:00
Joost De Cock
1f03c5cac4
Merge pull request #6062 from freesewing/dependabot/npm_and_yarn/commitlint/config-conventional-18.6.2
chore(deps-dev): Bump @commitlint/config-conventional from 18.6.0 to 18.6.2
2024-02-14 18:50:29 +01:00
Joost De Cock
327a592ef9
Merge pull request #6047 from BenJamesBen/pdf-missing-symbols-workaround
fix(plugin-annotations): Use non-special characters in scaleboxes to work around #5874
2024-02-14 18:49:03 +01:00
Joost De Cock
822f6ccf33 New translations en.yaml (French)
skip-build
2024-02-14 18:35:21 +01:00
dependabot[bot]
42180b090c
chore(deps): Bump daisyui from 4.7.0 to 4.7.2
Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.7.0 to 4.7.2.
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/compare/v4.7.0...v4.7.2)

---
updated-dependencies:
- dependency-name: daisyui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 16:50:41 +00:00
Joost De Cock
3a1efa045f
Merge pull request #6032 from BenJamesBen/chai-import-tests
fix(models, backend): In tests, use chai namespace import instead of default
2024-02-14 17:49:55 +01:00
Joost De Cock
ecb6a2b43e
Merge pull request #6049 from BenJamesBen/hugo-front-dimensions
fix(hugo): Add missing dimension id attributes
2024-02-14 17:48:20 +01:00
Joost De Cock
9b5849e23b
Merge pull request #6050 from BenJamesBen/missing-measies-translation
fix(shared): Add translations to missing measurements string
2024-02-14 17:47:47 +01:00
dependabot[bot]
025ae16b98
chore(deps-dev): Bump @commitlint/config-conventional
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 18.6.0 to 18.6.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 16:47:37 +00:00
Joost De Cock
6556250457
Merge pull request #6059 from freesewing/dependabot/npm_and_yarn/husky-9.0.11
chore(deps-dev): Bump husky from 9.0.10 to 9.0.11
2024-02-14 17:47:08 +01:00
Joost De Cock
ff7823b626
Merge pull request #6052 from freesewing/dependabot/npm_and_yarn/mdx-js/mdx-3.0.1
chore(deps): Bump @mdx-js/mdx from 3.0.0 to 3.0.1
2024-02-14 17:46:47 +01:00
Joost De Cock
de89459054
Merge pull request #6053 from freesewing/dependabot/npm_and_yarn/dotenv-16.4.4
chore(deps): Bump dotenv from 16.4.2 to 16.4.4
2024-02-14 17:46:39 +01:00
Joost De Cock
39c9bea092
Merge pull request #6054 from freesewing/dependabot/npm_and_yarn/react-zoom-pan-pinch-3.4.2
chore(deps): Bump react-zoom-pan-pinch from 3.4.1 to 3.4.2
2024-02-14 17:46:28 +01:00
Joost De Cock
b340d2a4cf
Merge pull request #6055 from freesewing/dependabot/npm_and_yarn/html-react-parser-5.1.5
chore(deps): Bump html-react-parser from 5.1.4 to 5.1.5
2024-02-14 17:46:21 +01:00
Joost De Cock
71e8d2ee74
Merge pull request #6058 from freesewing/dependabot/npm_and_yarn/i18next-23.8.2
chore(deps): Bump i18next from 23.8.1 to 23.8.2
2024-02-14 17:46:08 +01:00
Joost De Cock
e5a6c7e832
Merge pull request #6060 from freesewing/dependabot/npm_and_yarn/react-i18next-14.0.5
chore(deps): Bump react-i18next from 14.0.1 to 14.0.5
2024-02-14 17:46:00 +01:00
Joost De Cock
b31984cc9a
Merge pull request #6061 from freesewing/dependabot/npm_and_yarn/commitlint/cli-18.6.1
chore(deps-dev): Bump @commitlint/cli from 18.6.0 to 18.6.1
2024-02-14 17:45:31 +01:00
dependabot[bot]
c1de4a4f5d
chore(deps-dev): Bump @commitlint/cli from 18.6.0 to 18.6.1
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.0 to 18.6.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 04:34:09 +00:00
dependabot[bot]
94bb655ecb
chore(deps): Bump react-i18next from 14.0.1 to 14.0.5
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.0.1 to 14.0.5.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v14.0.1...v14.0.5)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 04:33:22 +00:00
dependabot[bot]
db83a1ac54
chore(deps-dev): Bump husky from 9.0.10 to 9.0.11
Bumps [husky](https://github.com/typicode/husky) from 9.0.10 to 9.0.11.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.10...v9.0.11)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 04:32:13 +00:00
dependabot[bot]
f5c7124c3a
chore(deps): Bump i18next from 23.8.1 to 23.8.2
Bumps [i18next](https://github.com/i18next/i18next) from 23.8.1 to 23.8.2.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v23.8.1...v23.8.2)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 04:31:29 +00:00
dependabot[bot]
0de6a21b87
chore(deps): Bump html-react-parser from 5.1.4 to 5.1.5
Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 5.1.4 to 5.1.5.
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/remarkablemark/html-react-parser/compare/v5.1.4...v5.1.5)

---
updated-dependencies:
- dependency-name: html-react-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 04:29:08 +00:00
dependabot[bot]
26eeeaee02
chore(deps): Bump react-zoom-pan-pinch from 3.4.1 to 3.4.2
Bumps [react-zoom-pan-pinch](https://github.com/prc5/react-zoom-pan-pinch) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/prc5/react-zoom-pan-pinch/releases)
- [Changelog](https://github.com/BetterTyped/react-zoom-pan-pinch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prc5/react-zoom-pan-pinch/compare/v3.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: react-zoom-pan-pinch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 04:28:15 +00:00
dependabot[bot]
2f2f7dd90a
chore(deps): Bump dotenv from 16.4.2 to 16.4.4
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.2 to 16.4.4.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.2...v16.4.4)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 04:27:14 +00:00
dependabot[bot]
0b1a1271f6
chore(deps): Bump @mdx-js/mdx from 3.0.0 to 3.0.1
Bumps [@mdx-js/mdx](https://github.com/mdx-js/mdx/tree/HEAD/packages/mdx) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.0.1/packages/mdx)

---
updated-dependencies:
- dependency-name: "@mdx-js/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 04:26:18 +00:00