1
0
Fork 0
Commit graph

50752 commits

Author SHA1 Message Date
Enoch Riese
477a4d93f5 everything passes lint 2022-12-03 11:25:02 -06:00
Joost De Cock
e28ca4ea86
Merge pull request #3123 from freesewing/dependabot/npm_and_yarn/eslint-config-next-13.0.6
chore(deps-dev): bump eslint-config-next from 12.3.1 to 13.0.6
2022-12-03 17:30:37 +01:00
joostdecock
fab1e2f877 feat(core): Added Path.clean() method. Closes #3038 and #3056
This is a fix for bug #3038 which was investigated by @BenJamesBen
who also proposed a fix in PR #3056

However, after discussing the matter, we agreed it would be better
to have a generic method in core to guard against the issue of
spurious drawing operations.

This commit adds the `Path.clean()` method that does exactly that,
as well as its documentation.
2022-12-03 17:28:05 +01:00
dependabot[bot]
65f45e3337
chore(deps-dev): bump eslint-config-next from 12.3.1 to 13.0.6
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.3.1 to 13.0.6.
- [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/v13.0.6/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 15:51:27 +00:00
Joost De Cock
d9862326b2
Merge pull request #3069 from freesewing/dependabot/npm_and_yarn/ava-5.1.0
chore(deps-dev): bump ava from 4.3.3 to 5.1.0
2022-12-03 16:48:11 +01:00
dependabot[bot]
ed242524a8
chore(deps-dev): bump ava from 4.3.3 to 5.1.0
Bumps [ava](https://github.com/avajs/ava) from 4.3.3 to 5.1.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v4.3.3...v5.1.0)

---
updated-dependencies:
- dependency-name: ava
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 15:45:54 +00:00
Joost De Cock
a51ba98aaf
Merge pull request #3095 from freesewing/dependabot/npm_and_yarn/next/bundle-analyzer-13.0.5
chore(deps): bump @next/bundle-analyzer from 12.3.1 to 13.0.5
2022-12-03 16:41:52 +01:00
Joost De Cock
2ec56723ce
Merge pull request #3098 from freesewing/dependabot/npm_and_yarn/prettier-2.8.0
chore(deps-dev): bump prettier from 2.7.1 to 2.8.0
2022-12-03 16:41:38 +01:00
Joost De Cock
163ba446d1
Merge pull request #3099 from freesewing/dependabot/npm_and_yarn/netlify-cli-12.2.7
chore(deps): bump netlify-cli from 12.2.4 to 12.2.7
2022-12-03 16:41:31 +01:00
Joost De Cock
ad0d349500
Merge pull request #3101 from freesewing/dependabot/npm_and_yarn/commitlint/cli-17.3.0
chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.3.0
2022-12-03 16:41:24 +01:00
Joost De Cock
db330c6ea3
Merge pull request #3102 from freesewing/dependabot/npm_and_yarn/sanity/eslint-config-studio-2.0.1
chore(deps): bump @sanity/eslint-config-studio from 2.0.0 to 2.0.1
2022-12-03 16:41:16 +01:00
Joost De Cock
a244f5fc53
Merge pull request #3103 from freesewing/dependabot/npm_and_yarn/headlessui/react-1.7.4
chore(deps): bump @headlessui/react from 1.7.3 to 1.7.4
2022-12-03 16:41:07 +01:00
Joost De Cock
4cc9471929
Merge pull request #3112 from darigovresearch/patch-4
fix: More copy updates to backend api docs
2022-12-03 16:40:02 +01:00
Joost De Cock
434a5bb2b1
Merge pull request #3113 from darigovresearch/patch-3
fix: Small semantic typo
2022-12-03 16:38:16 +01:00
joostdecock
440a273329 fix(markdown): Impemented fixes from #3115
These are changes suggested by @darigovresearch so all credit to them.

They were submitted in PR #3115 but that PR has a bunch of whitespace
changes and I am concerned they will have unintended side-effects on
some of the MDX components. So I'm extracting them here.
2022-12-03 16:34:38 +01:00
Joost De Cock
29fe3d2101
Merge pull request #3120 from freesewing/dependabot/npm_and_yarn/decode-uri-component-0.2.2
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
2022-12-03 16:22:37 +01:00
dependabot[bot]
0d42ccde85
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 15:57:16 +00:00
Joost De Cock
168c3f5225
Merge pull request #3118 from eriese/eriese-new-design
Refactor and fix new-design
2022-12-02 16:56:14 +01:00
Enoch Riese
4c4194994f deepscan fix 2022-12-01 14:15:38 -06:00
Enoch Riese
38f59f9f36 lint fix 2022-12-01 11:48:33 -06:00
Joost De Cock
0f0e5977de
Merge pull request #3119 from freesewing/dependabot/npm_and_yarn/react-instantsearch-dom-6.38.1
chore(deps): bump react-instantsearch-dom from 6.38.0 to 6.38.1
2022-12-01 17:50:26 +01:00
Enoch Riese
2308af90ba change to 52922 mustache delimiter on all template files 2022-11-30 16:16:33 -06:00
Enoch Riese
85f37564a7 Merge branch 'nchilada-new-design' into eriese-new-design 2022-11-30 15:54:26 -06:00
dependabot[bot]
348d78c62e
chore(deps): bump react-instantsearch-dom from 6.38.0 to 6.38.1
Bumps [react-instantsearch-dom](https://github.com/algolia/react-instantsearch) from 6.38.0 to 6.38.1.
- [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.38.0...v6.38.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 04:06:23 +00:00
Enoch Riese
3561dcc10e lint fix 2022-11-29 20:07:06 -06:00
Enoch Riese
cb0a14172f documentation and cleanup 2022-11-29 18:07:06 -06:00
Enoch Riese
27a9e639f6 all bases use the same part template 2022-11-29 17:57:03 -06:00
Enoch Riese
af4185b126 inherited designs all use base templates 2022-11-29 16:10:19 -06:00
Enoch Riese
6c901e80eb update dev command for new-design because we no longer use experimental json modules 2022-11-29 12:08:12 -06:00
Enoch Riese
4fbd79f82c add status-code.js to new-design files 2022-11-29 11:58:27 -06:00
Joost De Cock
f09cdb422e
Merge pull request #3114 from darigovresearch/patch-5
fix: Updates small typo in read api docs
2022-11-29 17:55:27 +01:00
Joost De Cock
2a2d7a59c8
Merge pull request #3116 from freesewing/dependabot/npm_and_yarn/esbuild-0.15.16
chore(deps-dev): bump esbuild from 0.15.12 to 0.15.16
2022-11-29 17:54:56 +01:00
dependabot[bot]
030d07fb14
chore(deps-dev): bump esbuild from 0.15.12 to 0.15.16
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.15.12 to 0.15.16.
- [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.15.12...v0.15.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 05:19:19 +00:00
Darigov Research
3631bec601 fix: Multiple typo corrections to backend api docs 2022-11-26 18:48:43 +00:00
Darigov Research
da5cd671dd
fix: Makes small correction in backend api account page 2022-11-26 18:30:07 +00:00
Darigov Research
df0601bc51
fix: Small typos in RBAC 2022-11-26 18:28:02 +00:00
Darigov Research
78326f43f8
fix: Updates small typo in read api docs 2022-11-26 18:22:40 +00:00
Darigov Research
f5dac97aa4
fix: Semantic update to delete api keys docs 2022-11-26 18:20:32 +00:00
Darigov Research
c1812093b8
fix: Small semantic typo 2022-11-26 18:14:39 +00:00
joostdecock
de89826a07 fix(dev): Add theme picker to mobile menu 2022-11-26 10:24:57 +01:00
dependabot[bot]
773e2887ba
chore(deps): bump @headlessui/react from 1.7.3 to 1.7.4
Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.4/packages/@headlessui-react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 04:26:58 +00:00
dependabot[bot]
8f6aa80e55
chore(deps): bump @sanity/eslint-config-studio from 2.0.0 to 2.0.1
Bumps [@sanity/eslint-config-studio](https://github.com/sanity-io/eslint-config-studio) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/sanity-io/eslint-config-studio/releases)
- [Changelog](https://github.com/sanity-io/eslint-config-studio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/eslint-config-studio/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: "@sanity/eslint-config-studio"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 04:21:28 +00:00
dependabot[bot]
956ed191f0
chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.3.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.1.2 to 17.3.0.
- [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/v17.3.0/@commitlint/cli)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 04:17:21 +00:00
dependabot[bot]
930aac83af
chore(deps): bump netlify-cli from 12.2.4 to 12.2.7
Bumps [netlify-cli](https://github.com/netlify/cli) from 12.2.4 to 12.2.7.
- [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/v12.2.4...v12.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 04:15:05 +00:00
dependabot[bot]
5dec44f27f
chore(deps-dev): bump prettier from 2.7.1 to 2.8.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 04:05:25 +00:00
Joost De Cock
4f0a4062ce
Merge pull request #3044 from freesewing/dependabot/npm_and_yarn/sharp-0.31.2
chore(deps): bump sharp from 0.31.1 to 0.31.2
2022-11-24 13:00:19 +01:00
Joost De Cock
76d4fc1a91
Merge pull request #3048 from freesewing/dependabot/npm_and_yarn/husky-8.0.2
chore(deps-dev): bump husky from 8.0.1 to 8.0.2
2022-11-24 12:59:52 +01:00
Joost De Cock
1b56b92c54
Merge pull request #3091 from freesewing/dependabot/npm_and_yarn/eslint-8.28.0
chore(deps): bump eslint from 8.25.0 to 8.28.0
2022-11-24 12:59:20 +01:00
Joost De Cock
72ed8ecb5b
Merge pull request #3092 from freesewing/dependabot/npm_and_yarn/commitlint/config-conventional-17.3.0
chore(deps-dev): bump @commitlint/config-conventional from 17.2.0 to 17.3.0
2022-11-24 12:59:07 +01:00
Joost De Cock
a8a024fb1f
Merge pull request #3093 from freesewing/dependabot/npm_and_yarn/eslint-plugin-react-7.31.11
chore(deps-dev): bump eslint-plugin-react from 7.31.10 to 7.31.11
2022-11-24 12:58:59 +01:00