Enoch Riese
59bf4ffb51
test uncovered lines
2022-12-04 16:59:34 -06:00
Enoch Riese
5aab19f7c5
Merge branch 'develop' into eriese-v3-printing
2022-12-04 16:29:06 -06:00
Joost De Cock
f2bdb43270
Merge pull request #3128 from BenJamesBen/new-design-dependencies-2
...
chore: (new-design) Upgrade to nextjs 13 and react 18
2022-12-04 18:12:04 +01:00
Benjamin F
f53f906db0
chore: (new-design) Upgrade to nextjs 13 and react 18
2022-12-04 08:39:33 -08:00
joostdecock
b86587e36d
chore: Updated LATEST_NEWS
2022-12-04 17:09:29 +01:00
Joost De Cock
714a768055
Merge pull request #3127 from BenJamesBen/paco-3125
...
(fix): (paco) Front pocket flap length and missing heel measurement. Fixes #3125 .
2022-12-04 16:53:46 +01:00
Benjamin F
9d4d09a409
(fix): Restore accidentally-omitted heel measurement
2022-12-04 07:20:16 -08:00
Benjamin F
926e61d2f2
(fix): Use absoluteOptions for frontPocketFlapSize
2022-12-04 07:20:16 -08:00
joostdecock
60c8996600
chore: Updated skip_build scripts
2022-12-04 15:42:45 +01:00
joostdecock
5870d51b92
fix: Consolidate react copies
2022-12-04 15:21:28 +01:00
Joost De Cock
b56776dfab
Merge pull request #3121 from freesewing/dependabot/npm_and_yarn/next/bundle-analyzer-13.0.6
...
chore(deps): bump @next/bundle-analyzer from 13.0.5 to 13.0.6
2022-12-04 15:12:21 +01:00
Joost De Cock
fc8688b427
Merge pull request #3124 from eriese/eriese-lint-all
...
[Fix] Everything passes lint
2022-12-04 15:08:43 +01:00
Joost De Cock
6cca85ada0
Merge branch 'develop' into eriese-lint-all
2022-12-04 15:08:29 +01:00
dependabot[bot]
193364f11b
chore(deps): bump @next/bundle-analyzer from 13.0.5 to 13.0.6
...
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer ) from 13.0.5 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/next-bundle-analyzer )
---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-04 14:08:27 +00:00
Joost De Cock
722b44582e
Merge pull request #3126 from darigovresearch/patch-6
...
fix: Adjusts wording to suggested format
2022-12-04 15:07:01 +01:00
joostdecock
62b11529db
chore: Upgrade to nextjs 13 and react 18
2022-12-04 15:04:56 +01:00
joostdecock
85bd7f142f
chore: more in upstream changes
2022-12-04 13:19:42 +01:00
Darigov Research
91db760664
fix: Adjusts wording to suggested format
...
Format from feedback in https://github.com/freesewing/freesewing/pull/3115
2022-12-03 22:50:07 +00:00
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