1
0
Fork 0
Commit graph

55536 commits

Author SHA1 Message Date
Joost De Cock
527e1cb3aa New translations en.md (French) 2023-05-19 15:51:34 +02:00
Joost De Cock
1873bdfd1e New translations en.md (French) 2023-05-19 15:51:32 +02:00
Joost De Cock
4ca26f34c0 New translations en.md (French) 2023-05-19 15:51:30 +02:00
Joost De Cock
37360bf8db New translations en.md (French) 2023-05-19 15:51:29 +02:00
Joost De Cock
fe72494ac4 New translations en.md (French) 2023-05-19 15:51:28 +02:00
Joost De Cock
d97464d350 New translations en.md (French) 2023-05-19 15:51:27 +02:00
Joost De Cock
a73f4f76ce New translations en.md (French) 2023-05-19 15:51:26 +02:00
Joost De Cock
36b57b68bf New translations en.md (French) 2023-05-19 15:51:25 +02:00
Joost De Cock
6e658a3585 New translations en.md (French) 2023-05-19 15:51:14 +02:00
Joost De Cock
c5cc046c0d New translations en.md (French) 2023-05-19 15:51:13 +02:00
Joost De Cock
b6d7a3b091 New translations en.md (French) 2023-05-19 15:51:11 +02:00
Joost De Cock
f3152dd61d New translations en.md (French) 2023-05-19 15:51:10 +02:00
Joost De Cock
0d1d1fb587 New translations en.md (French) 2023-05-19 15:51:09 +02:00
Joost De Cock
df48b059ab New translations en.md (French) 2023-05-19 15:51:08 +02:00
Joost De Cock
8c86089eec New translations en.md (French) 2023-05-19 15:51:07 +02:00
Joost De Cock
9e0d63db15 New translations en.md (French) 2023-05-19 15:51:06 +02:00
Joost De Cock
fe98f1155a New translations en.md (French) 2023-05-19 15:50:50 +02:00
Joost De Cock
4b4eae2c77 New translations en.md (French) 2023-05-19 15:50:49 +02:00
Joost De Cock
ddd2871b61 New translations en.md (French) 2023-05-19 15:50:47 +02:00
Joost De Cock
4d8a228197 New translations en.md (French) 2023-05-19 15:50:46 +02:00
Joost De Cock
2b08487c69 New translations en.md (French) 2023-05-19 15:50:45 +02:00
Joost De Cock
919ed4aef2 New translations en.md (French) 2023-05-19 15:50:44 +02:00
Joost De Cock
0c89049f80
Merge pull request #4073 from freesewing/core-settings-docs
[docs] Added docs for core settings
2023-05-19 15:48:35 +02:00
Joost De Cock
06a91d5cba
Merge pull request #3636 from freesewing/joost
Working on the FreeSewing v3 UI
2023-05-19 14:36:08 +02:00
Joost De Cock
6743ef9b09
Merge pull request #4084 from freesewing/dependabot/npm_and_yarn/remark-lint-list-item-indent-3.1.2
chore(deps): bump remark-lint-list-item-indent from 3.1.1 to 3.1.2
2023-05-19 14:28:12 +02:00
Joost De Cock
73edc9103f
Merge pull request #4085 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.335.0
chore(deps): bump @aws-sdk/client-sesv2 from 3.332.0 to 3.335.0
2023-05-19 14:27:59 +02:00
Joost De Cock
3825577586
Merge pull request #4086 from freesewing/dependabot/npm_and_yarn/bugsnag/js-7.20.2
chore(deps): bump @bugsnag/js from 7.18.0 to 7.20.2
2023-05-19 14:27:46 +02:00
Joost De Cock
6ebebde8a3
Merge pull request #4087 from freesewing/dependabot/npm_and_yarn/react-instantsearch-dom-6.40.0
chore(deps): bump react-instantsearch-dom from 6.39.1 to 6.40.0
2023-05-19 14:27:29 +02:00
Joost De Cock
374f88e930
Merge pull request #4088 from freesewing/dependabot/npm_and_yarn/i18next-22.5.0
chore(deps): bump i18next from 22.4.14 to 22.5.0
2023-05-19 14:27:08 +02:00
joostdecock
2dfc5f38af fix(lab): Build issues for NextJS 2023-05-19 12:25:00 +02:00
joostdecock
4b016de2a0 wip: Try building before linting 2023-05-19 12:09:33 +02:00
joostdecock
29e7dd0206 wip: Try building before linting 2023-05-19 12:05:35 +02:00
joostdecock
fda33fa968 fix: Do not prebuild when linting
This was added in b47d18184a
by @eriese and while I'm sure they had good reasons (the commit
says "because it's not managed by lerna" but that's not very
clear to me) it does break things.

(some) prebuild scripts rely on things being built (like core
for example). We typically take care of this by building things
in a specific order. However, just running prebuild everywhere
will not take that order into account and this break things.

I am commenting it out for now, because I'm not even sure why
we would want to prebuild prior to linting anyway, but it's
something we can look into later.
2023-05-19 11:52:47 +02:00
joostdecock
2e50e9bd38 fix(markdown): Various markdown issues 2023-05-19 11:46:30 +02:00
joostdecock
d77cf38637 fix(org): build issues for nextjs 2023-05-19 11:46:17 +02:00
joostdecock
a6f32e155c chore(backend): Code QA in rmdb script 2023-05-19 11:32:30 +02:00
joostdecock
2c16f634a9 chore(backend): Disable mongo export script for now 2023-05-19 11:29:51 +02:00
joostdecock
2951f50ac8 chore(backend): Disable import script for now 2023-05-19 11:28:23 +02:00
joostdecock
6362da4317 chore(backend): Code QA in backend size table script 2023-05-19 11:23:55 +02:00
joostdecock
efadcb512c chore(backend): Code QA in backend username script 2023-05-19 11:23:46 +02:00
joostdecock
a18b6f4745 fix(markdown): Missing closing quote on markdown in French title 2023-05-19 11:19:06 +02:00
joostdecock
24880de16f chore(markdown): Fixed crowdin issues with frontmatter 2023-05-19 11:16:15 +02:00
joostdecock
d846a3202f chore(scripts): Code QA fixes in newsletter script 2023-05-19 10:41:53 +02:00
joostdecock
3f4ce50269 chore(plugin-gore): Code QA fixes 2023-05-19 10:39:56 +02:00
joostdecock
ddcec30292 chore(rehype-highlight-lines): Code QA fixes 2023-05-19 10:39:21 +02:00
joostdecock
31efe37789 chore(i18n): Suspend prebuild script in anticipation of v3 changes 2023-05-19 10:38:30 +02:00
joostdecock
e578cd233e chore(markdown): Missing translations 2023-05-19 10:35:11 +02:00
joostdecock
92e8c6fdca chore(core): Code QA fixes 2023-05-19 10:34:51 +02:00
joostdecock
7c021b2ea4 chore(titan): Code QA fixes 2023-05-19 09:26:05 +02:00
joostdecock
cc480cc2bb chore(bruce): Code QA fixes 2023-05-19 09:25:29 +02:00