1
0
Fork 0
Commit graph

50752 commits

Author SHA1 Message Date
dependabot[bot]
48cb4c510c
chore(deps-dev): bump esbuild from 0.15.10 to 0.15.11
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.15.10 to 0.15.11.
- [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.10...v0.15.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 04:26:22 +00:00
dependabot[bot]
a859b4e0a2
chore(deps): bump axios from 1.1.2 to 1.1.3
Bumps [axios](https://github.com/axios/axios) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.1.2...v1.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 04:25:13 +00:00
Joost De Cock
689c57d137 fix(dev): Font size on contact page 2022-10-16 23:19:33 +02:00
Joost De Cock
3b8382dbd4 chore(dev): Remove translations from contact page 2022-10-16 23:14:03 +02:00
Joost De Cock
0053e2e850 chore(dev): Tweaks to 404 page 2022-10-16 23:11:35 +02:00
Joost De Cock
4a9d4ce76f chore(markdown): Updated mdx components docs for v3 2022-10-16 22:59:30 +02:00
Joost De Cock
3e7a815edf feat(dev): Added contact page 2022-10-15 20:58:36 +02:00
Joost De Cock
6bd84f4201 feat(dev): Added 404 page 2022-10-15 17:21:12 +02:00
Nikhil Chelliah
f8b156d066 style(new-design): Export $$Name$$ instead of Pattern 2022-10-15 09:38:44 -04:00
Nikhil Chelliah
49e4496e4b refactor(new-design): Coalesce the various package.json files 2022-10-15 09:32:14 -04:00
Nikhil Chelliah
332541bac5 refactor(new-design): Make some changes to lib/utils.js
* Support `.mustache` template files in `packages/new-design/shared/`, just as in `packages/new-design/templates/*/`.
* Only render files with an explicit `.mustache` suffix.
* In `downloadLabFiles`:
  * Don't try to write response failures into the destination file. This was failing because it wasn't wrapping the error in `{data: ...}` to imitate a successful axios response.
  * Actually wait for `writeFile` to finish. Don't try to add to `promises` after they've already been collected with `Promise.all`.
* General refactoring (really leaning into Promises here...)
2022-10-15 08:48:45 -04:00
Joost De Cock
c959858e6c fix: Issue with build templates 2022-10-15 14:33:54 +02:00
Joost De Cock
6dadf62370 fix: Don't build rehype-highlight-lines 2022-10-15 14:33:39 +02:00
Joost De Cock
e2c37d28ce feat(shared): Squish the wordmark 2022-10-15 14:26:59 +02:00
Joost De Cock
55e376647e feat(dev): Generate OG images at build time 2022-10-15 05:24:18 +02:00
Nikhil Chelliah
9897b3157d chore(eslint): a couple more config changes 2022-10-14 19:02:01 -04:00
Nikhil Chelliah
c6822aa15a chore(eslint): Restore eslint-next-config in standalone environments
It's not perfect but it can be used via `npx next lint`
2022-10-14 18:57:35 -04:00
Nikhil Chelliah
93788aa0b4 chore(eslint): Get JS Mustache templates to pass lint 2022-10-14 18:04:41 -04:00
Joost De Cock
6030252518 chore(markdown): Cleanup of some pages 2022-10-14 16:03:47 +02:00
Joost De Cock
5177e42dd2 feat(markdown): Add CSS class docs. Closes #2833 2022-10-14 03:14:29 +02:00
Joost De Cock
e3bf3d8568 fix(charlie): Set waistband width when curved. Fixes #2963 2022-10-13 23:23:48 +02:00
Joost De Cock
5e3df456db
Merge pull request #2946 from freesewing/dependabot/npm_and_yarn/eslint-8.25.0
chore(deps-dev): bump eslint from 8.24.0 to 8.25.0
2022-10-13 16:04:49 -05:00
Nikhil Chelliah
76d2778195 fix(eslint): Improve the globs for JS files
* Explicitly match file extensions in all globs, thus preventing eslint from trying to run on unsupported file types.
  * Include the defaults: `.js`, `.mjs`, and `.cjs`
  * Include`.jsx`
  * Include `.mustache`, since there are a couple JS template files with that suffix.
* Fix some incorrect globs (`**.js` -> `**/*.js`) which were the source of some unexpected lint failures.
2022-10-13 13:29:48 -04:00
nikhil
d16bc9afff chore(eslint): Recognize MongoDB globals 2022-10-13 12:31:59 -04:00
nikhil
c18f05f643 chore(eslint): Remove package-specific ignore files and devDependencies 2022-10-13 12:31:59 -04:00
Joost De Cock
43d6dbeae8 chore: Tweak to build plugin 2022-10-13 16:47:49 +02:00
Joost De Cock
6de2a20906 Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-10-13 16:19:57 +02:00
Joost De Cock
322100f54c chore: Extended prettier for config files + run 2022-10-13 16:19:36 +02:00
dependabot[bot]
135cf0c5ee
chore(deps-dev): bump eslint from 8.24.0 to 8.25.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.24.0...v8.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 14:06:26 +00:00
Joost De Cock
006e649aa2
Merge pull request #2954 from freesewing/dependabot/npm_and_yarn/eslint-plugin-react-7.31.10
chore(deps-dev): bump eslint-plugin-react from 7.31.9 to 7.31.10
2022-10-13 09:00:54 -05:00
Joost De Cock
ff4af2737c
Merge pull request #2955 from freesewing/dependabot/npm_and_yarn/all-contributors-cli-6.24.0
chore(deps-dev): bump all-contributors-cli from 6.22.0 to 6.24.0
2022-10-13 09:00:41 -05:00
Joost De Cock
20ce48b32a
Merge pull request #2958 from freesewing/dependabot/npm_and_yarn/mdx-js/loader-2.1.5
chore(deps): bump @mdx-js/loader from 2.1.3 to 2.1.5
2022-10-13 09:00:31 -05:00
Joost De Cock
65f4e2b515
Merge pull request #2959 from freesewing/dependabot/npm_and_yarn/mdx-js/mdx-2.1.5
chore(deps): bump @mdx-js/mdx from 2.1.4 to 2.1.5
2022-10-13 09:00:20 -05:00
Joost De Cock
146464578b
Merge pull request #2960 from freesewing/dependabot/npm_and_yarn/mdx-js/react-2.1.5
chore(deps): bump @mdx-js/react from 2.1.4 to 2.1.5
2022-10-13 08:59:55 -05:00
Joost De Cock
752aef6d7b
Merge pull request #2967 from freesewing/dependabot/npm_and_yarn/lerna-6.0.0
chore(deps-dev): bump lerna from 5.6.2 to 6.0.0
2022-10-13 08:59:24 -05:00
Joost De Cock
26b3c5f542
Merge pull request #2968 from freesewing/dependabot/npm_and_yarn/netlify-cli-12.0.9
chore(deps): bump netlify-cli from 12.0.7 to 12.0.9
2022-10-13 08:59:07 -05:00
Joost De Cock
cd74b13978
Merge pull request #2969 from freesewing/dependabot/npm_and_yarn/postcss-8.4.18
chore(deps): bump postcss from 8.4.17 to 8.4.18
2022-10-13 08:58:51 -05:00
Joost De Cock
4693d4297d
Merge pull request #2961 from TriploidTree/patch-1
Added link to discord
2022-10-13 08:58:32 -05:00
Joost De Cock
75ee60f925
chore(dev): Phrasing of help line 2022-10-13 15:58:01 +02:00
dependabot[bot]
0c4c037ea4
chore(deps): bump postcss from 8.4.17 to 8.4.18
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.17 to 8.4.18.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.17...8.4.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 13:56:11 +00:00
dependabot[bot]
1ae5b1320d
chore(deps): bump netlify-cli from 12.0.7 to 12.0.9
Bumps [netlify-cli](https://github.com/netlify/cli) from 12.0.7 to 12.0.9.
- [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.0.7...v12.0.9)

---
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-10-13 13:55:23 +00:00
Joost De Cock
cddd5ba3a1
Merge pull request #2962 from TriploidTree/patch-2
Changed Netlify to Vercel
2022-10-13 08:51:46 -05:00
Joost De Cock
c287db1b48
Merge pull request #2964 from freesewing/dependabot/npm_and_yarn/rehype-highlight-6.0.0
chore(deps): bump rehype-highlight from 5.0.2 to 6.0.0
2022-10-13 08:51:02 -05:00
Joost De Cock
9226ba0b73
Merge pull request #2966 from freesewing/dependabot/npm_and_yarn/types/node-18.8.5
chore(deps-dev): bump @types/node from 18.8.4 to 18.8.5
2022-10-13 08:48:51 -05:00
Joost De Cock
f673e485ad chore(dev): Added v2 link to homepage 2022-10-13 15:46:20 +02:00
Joost De Cock
802566968b fix(dev): Add shadow to paron pitch 2022-10-13 15:28:29 +02:00
Joost De Cock
db5af3ab89 fix(shared): Text-align in theme picker 2022-10-13 15:27:06 +02:00
dependabot[bot]
f2367a1997
chore(deps-dev): bump lerna from 5.6.2 to 6.0.0
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 5.6.2 to 6.0.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/v6.0.0/core/lerna)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 04:08:15 +00:00
dependabot[bot]
9132644bc5
chore(deps-dev): bump @types/node from 18.8.4 to 18.8.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.8.4 to 18.8.5.
- [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-10-13 04:07:32 +00:00
dependabot[bot]
147d0b352c
chore(deps): bump rehype-highlight from 5.0.2 to 6.0.0
Bumps [rehype-highlight](https://github.com/rehypejs/rehype-highlight) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/rehypejs/rehype-highlight/releases)
- [Commits](https://github.com/rehypejs/rehype-highlight/compare/5.0.2...6.0.0)

---
updated-dependencies:
- dependency-name: rehype-highlight
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 04:01:27 +00:00