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
Tríona
9b3beed30e
Changed Netlify to Vercel
2022-10-12 22:40:06 +01:00
Tríona
5180c24491
Added link to discord
...
If someone has questions, might as well arm them with the discord link early on.
2022-10-12 22:32:55 +01:00
Joost De Cock
a112865bec
chore(shared): Tweaks to prevnext component
2022-10-12 22:06:41 +02:00
Joost De Cock
522670d335
chore(markdown): Ported getting started mac docs to v3
2022-10-12 22:03:16 +02:00
Joost De Cock
a42185261d
chore(markdown): Ported getting started linux docs to v3
2022-10-12 22:01:24 +02:00
Joost De Cock
2b69d879dd
fix(rehype-highlight-lines): Don't assume a node exists
2022-10-12 21:53:45 +02:00
Joost De Cock
4026346785
chore(markdown): Updated hooks docs for v3
2022-10-12 21:53:11 +02:00
Joost De Cock
cac698027c
chore(markdown): Updated plugin guide for v3
2022-10-12 21:52:47 +02:00
Joost De Cock
d7442b9bc4
feat(sites): Added squircle loader
2022-10-12 20:40:08 +02:00
Joost De Cock
39cfbbf8ff
fix(dev): Remove theme picker from aside
2022-10-12 19:09:31 +02:00
Joost De Cock
7cc37ea150
chore(markdown): Updated links for v3
2022-10-12 19:09:04 +02:00
Joost De Cock
df02504ef7
chore(shared): Updated theme gradients
2022-10-12 18:54:19 +02:00
Joost De Cock
1fae0bc3d8
feat(rehype-highlight-lines): Themeing and overflow fix
2022-10-12 18:34:34 +02:00
Joost De Cock
aac5156c9d
fix(rehype-highlight-lines): Add code linebreak
2022-10-12 18:09:22 +02:00
Joost De Cock
230dc17a45
fix(rehype-highlight-lines): Handle whitespace issues
2022-10-12 18:00:58 +02:00
Joost De Cock
8f86ce8c26
chore(examples): Removed unused examples
2022-10-12 15:00:08 +02:00