1
0
Fork 0
Commit graph

48879 commits

Author SHA1 Message Date
dependabot[bot]
250d19ddc7
chore(deps): Bump react-markdown from 7.1.2 to 8.0.3
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 7.1.2 to 8.0.3.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/7.1.2...8.0.3)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 04:11:01 +00:00
Benjamin F
1be17068fa Update tutorial instructions to use Node 16. 2022-08-24 18:17:12 -07:00
Enoch Riese
c1bc608c21 index to alphabet wraps for higher numbers 2022-08-24 18:15:03 -05:00
Enoch Riese
a1fe44e3dd Merge branch 'develop' into eriese-pdf-export 2022-08-24 16:19:45 -05:00
Enoch Riese
8b98e94d78 fix pagination issues, resizing issues 2022-08-24 16:02:52 -05:00
nikhil
f63f53979d chore: Bump .nvmrc up to Node 16 LTS
See #2647.
2022-08-24 16:02:47 -04:00
Enoch Riese
a04150be49 deepscan fixes 2022-08-24 13:54:22 -05:00
Enoch Riese
4e78e8e996 tests 2022-08-24 13:36:19 -05:00
Joost De Cock
bae39f714b
Merge pull request #2643 from nchilada/boring-cyborg_fix
fix(boring-cyborg): Fix typo in boring-cyborg.yml
2022-08-24 19:29:48 +02:00
Enoch Riese
f0a46879b5 document and rearrange for cleanup 2022-08-24 12:20:24 -05:00
joostdecock
67de3b260a fix(lab): Styling for buttons and buttonholes 2022-08-24 18:32:54 +02:00
Enoch Riese
70c3eb2a71 notify user of export error 2022-08-24 11:03:26 -05:00
joostdecock
373db2a75e chore: Changelog updates for all packages 2022-08-24 12:03:20 +02:00
joostdecock
1e5c55f65a breaking(plugin-gore): Drop goreNumber prop
Please use `gores` instead.
2022-08-24 11:59:57 +02:00
joostdecock
7f5a066dea chore: Clarify v2/v3 in the README 2022-08-24 10:11:39 +02:00
joostdecock
b4b58a28be chore: Updated README to NodeJS 16 2022-08-24 10:08:59 +02:00
joostdecock
ef9af05348 Merge branch 'cleanup' into develop 2022-08-24 10:07:14 +02:00
Joost De Cock
a9e9dcd31a
Merge pull request #2632 from freesewing/dependabot/npm_and_yarn/mongodb-memory-server-8.9.0
chore(deps): Bump mongodb-memory-server from 8.8.0 to 8.9.0
2022-08-24 10:05:48 +02:00
Joost De Cock
bb6866ee67
Merge pull request #2633 from freesewing/dependabot/npm_and_yarn/netlify-cli-11.5.0
chore(deps): Bump netlify-cli from 11.3.0 to 11.5.0
2022-08-24 10:05:37 +02:00
Joost De Cock
1a48e1944b
Merge pull request #2635 from freesewing/dependabot/npm_and_yarn/react-instantsearch-dom-6.32.0
chore(deps): Bump react-instantsearch-dom from 6.31.1 to 6.32.0
2022-08-24 10:05:22 +02:00
Joost De Cock
3f79119196
Merge pull request #2644 from freesewing/dependabot/npm_and_yarn/heroicons/react-2.0.1
chore(deps): Bump @heroicons/react from 1.0.6 to 2.0.1
2022-08-24 10:05:02 +02:00
Joost De Cock
7ff10251a7
Merge pull request #2645 from freesewing/dependabot/npm_and_yarn/types/node-18.7.12
chore(deps-dev): Bump @types/node from 18.7.9 to 18.7.12
2022-08-24 10:04:39 +02:00
joostdecock
5b70025e4f chore: Drop legacy dependencies 2022-08-24 10:00:19 +02:00
joostdecock
25e06c436d chore: Migrated workflows to NodeJS 16 2022-08-24 09:47:56 +02:00
joostdecock
1e67a95fe0 chore: Update engine to NodeJS 16 2022-08-24 09:46:42 +02:00
joostdecock
217bb8588d fix: Add JSON import assertions for NodeJS 16 2022-08-24 09:45:59 +02:00
joostdecock
2823f5bbd7 fix(core): Adapt tests for NodeJS v16 2022-08-24 09:45:35 +02:00
joostdecock
d8e1d5b4bc chore: Remove deprecated code 2022-08-24 09:30:38 +02:00
Joost De Cock
2cd522c358
Merge pull request #2646 from nchilada/testci-package-versions
fix(testci): Accept `alpha` and `beta` package versions
2022-08-24 09:29:53 +02:00
Enoch Riese
0022d7ba8e style to cover page 2022-08-24 00:23:45 -05:00
nikhil
6ac0e16d27 fix(testci): Accept alpha and beta package versions
testci is currently failing now that package versions have been [bumped to `3.0.0-alpha.0`](ae40299 (diff-2d72bdead8afa0798d18995311992d684348a694c2d5e214e8e4d2b6153e4821)). Alpha and beta version numbers have existed before, but only as recently as `v2.1.0-alpha.0` and `v2.7.0-beta.3` respectively, both of which preceded [the assertions in question](7ddb023c8d).

This PR updates those assertions to accept `alpha` or `beta` package versions, in addition to the already-supported `rc` and stable (non-suffixed) package versions.
2022-08-24 00:33:58 -04:00
dependabot[bot]
a316de9484
chore(deps-dev): Bump @types/node from 18.7.9 to 18.7.12
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.9 to 18.7.12.
- [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] <support@github.com>
2022-08-24 04:10:46 +00:00
dependabot[bot]
64d84dedf7
chore(deps): Bump @heroicons/react from 1.0.6 to 2.0.1
Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.0.1.
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Commits](https://github.com/tailwindlabs/heroicons/compare/v1.0.6...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24 04:10:10 +00:00
nikhil
dd5a1b360f fix(boring-cyborg): Fix typo in boring-cyborg.yml
In #2619 / 501db1d1d8 I was trying to make `boring-cyborg` work better than before, but I accidentally made things worse. I'm sorry! I've tested this fix by configuring the bot in a personal repo.
2022-08-23 22:49:43 -04:00
bobgeorgethe3rd
9169de2986
removal of line break causing incorret formatting
One of those classics of github being fancy and not strict.
2022-08-23 21:28:27 +01:00
bobgeorgethe3rd
501f7d61bd Remove duplicate titles 2022-08-23 20:13:17 +00:00
bobgeorgethe3rd
7568e0cde7
added frontArmholeCurvature
Taken from Bella
2022-08-23 20:53:23 +01:00
Enoch Riese
553ac7b25a optional cover page 2022-08-23 11:08:40 -05:00
Enoch Riese
4e8a56bfc7 better empty check 2022-08-23 11:07:19 -05:00
Joost De Cock
83d01a0c88 New translations en.md (Ukrainian) 2022-08-23 15:11:56 +02:00
Joost De Cock
0a46dfb668 New translations en.md (Ukrainian) 2022-08-23 15:11:55 +02:00
Joost De Cock
f2301af3e9 New translations en.md (Ukrainian) 2022-08-23 15:11:53 +02:00
Joost De Cock
fe95fac6a6 New translations en.md (Ukrainian) 2022-08-23 15:11:52 +02:00
Joost De Cock
07c6d1bc59 New translations en.md (Ukrainian) 2022-08-23 15:11:50 +02:00
Joost De Cock
fefa5a30b2 New translations en.md (Ukrainian) 2022-08-23 15:11:49 +02:00
Joost De Cock
1188a42166 New translations en.md (Ukrainian) 2022-08-23 15:11:49 +02:00
Joost De Cock
208bb3caf5 New translations en.md (Ukrainian) 2022-08-23 15:11:43 +02:00
Joost De Cock
02051df82c New translations en.md (Ukrainian) 2022-08-23 15:11:41 +02:00
Joost De Cock
f5a32f5f0a New translations en.md (Ukrainian) 2022-08-23 15:11:40 +02:00
Joost De Cock
625dcbc9fd New translations en.md (Ukrainian) 2022-08-23 15:11:39 +02:00