1
0
Fork 0
Commit graph

87088 commits

Author SHA1 Message Date
Joost De Cock
a17520a4d5 New translations en.yaml (Dutch)
skip-build
2023-07-26 21:11:14 +02:00
Joost De Cock
5503f68658 New translations en.md (Spanish)
skip-build
2023-07-26 21:11:13 +02:00
Joost De Cock
445fea24c1 New translations en.md (Ukrainian)
skip-build
2023-07-26 21:11:12 +02:00
joostdecock
3b2d0c95bf chore(markdown): Small crowdin fixes 2023-07-26 20:39:44 +02:00
joostdecock
185dc80cbf chore: Fix linter warnings 2023-07-26 20:17:33 +02:00
Joost De Cock
6e7408edb8
Merge pull request #4573 from freesewing/dependabot/npm_and_yarn/playwright-1.36.2
Bump playwright from 1.36.1 to 1.36.2
2023-07-26 20:06:47 +02:00
joostdecock
8913ad397b fix(shared): incorrect import path 2023-07-26 20:05:16 +02:00
joostdecock
009e1c1cc9 fix(shared): Get rid of build:sitedeps
Recently I refactored the prebuild code. One thing I did not touch (yet)
was the various site dependencies. They were then ported to NX over the
previous system with build priorities we had in place. And while that
was a welcome improvement, it did not really address the bigger picture:
we don't actually need to build any of these dependencies to build the
site.

All we need to do is help NodeJS so it can resolve everything from the
source. So this commit does that by adding a top-level run script
`yarn buildsiteconfigure` which calls `yarn reconfigure` but with the
BUILDSITE variable set.

When that variable is set, the reconfigure script will skip all optional
steps and generate a slightly different package.json file that tells
NodeJS to looks the package from source, rather than to look for the
build files.

After running this script, the prebuild step for the various sites will
run without problems, even on a fresh repo where nothing has ever been
build.

So I've updated the prebuild script in the sites to run this. For local
development, please use `uyarn predev` so that you don't muck with all
the package.json files.
If you do so (by accident or not) a `yarn reconfigure` run will put
everything back in its place.
2023-07-26 20:01:04 +02:00
joostdecock
dd6b8a89e7 fix(carlton): removed unneeded import 2023-07-26 19:22:35 +02:00
joostdecock
ed7dda855f fix(bella): removed unneeded import 2023-07-26 19:22:21 +02:00
joostdecock
2c044ffa70 fix(shared): Issues with sitenav/prebuild 2023-07-26 18:49:54 +02:00
Joost De Cock
5451e30f98 fix(shared): Slug issue in markdown prebuild step 2023-07-26 18:24:28 +02:00
Joost De Cock
ef795ac7dc chore(org): Tweaks to navigation menu 2023-07-26 18:23:49 +02:00
Joost De Cock
1edfe0e76c
Merge pull request #4575 from freesewing/dependabot/npm_and_yarn/c8-8.0.1
Bump c8 from 8.0.0 to 8.0.1
2023-07-26 17:50:57 +02:00
Joost De Cock
f11d3c922e
Merge pull request #4577 from freesewing/dependabot/npm_and_yarn/echarts-5.4.3
Bump echarts from 5.4.2 to 5.4.3
2023-07-26 17:50:24 +02:00
Joost De Cock
504c350522 Merge branch 'develop' into joost 2023-07-26 17:49:31 +02:00
Joost De Cock
ba5b36601c
Merge pull request #4582 from freesewing/i18n
New Crowdin Translations [skip build]
2023-07-26 17:49:09 +02:00
Joost De Cock
0b6b7028d2 fix(org): Tweaks to header 2023-07-26 17:38:22 +02:00
Joost De Cock
dde8554edc New translations en.yaml (Dutch)
skip-build
2023-07-26 13:25:59 +02:00
Joost De Cock
a2839647dc New translations en.yaml (Dutch)
skip-build
2023-07-26 13:25:42 +02:00
Joost De Cock
9bf7b13ba3 New translations en.yaml (Dutch)
skip-build
2023-07-26 13:25:20 +02:00
Joost De Cock
6cda31a01c New translations en.yaml (Dutch)
skip-build
2023-07-26 13:25:17 +02:00
Joost De Cock
d0da6601ba New translations en.yaml (Dutch)
skip-build
2023-07-26 13:25:04 +02:00
Joost De Cock
f860e0fa45 New translations en.yaml (Dutch)
skip-build
2023-07-26 13:25:01 +02:00
Joost De Cock
e29a8b1a5f New translations en.yaml (Dutch)
skip-build
2023-07-26 13:24:58 +02:00
Joost De Cock
f2c2859936 New translations en.yaml (Dutch)
skip-build
2023-07-26 13:24:55 +02:00
Joost De Cock
1969f519e8 New translations en.yaml (Dutch)
skip-build
2023-07-26 13:24:51 +02:00
Joost De Cock
6a05e28f4f New translations en.yaml (Dutch)
skip-build
2023-07-26 13:24:31 +02:00
Joost De Cock
1a31a8997d New translations en.yaml (Dutch)
skip-build
2023-07-26 13:24:16 +02:00
Joost De Cock
82a9f7e7f6 New translations en.json (Dutch)
skip-build
2023-07-26 13:15:06 +02:00
Joost De Cock
45a107a7bc New translations en.md (Ukrainian)
skip-build
2023-07-26 11:50:49 +02:00
Joost De Cock
6101e34910 fix(shared): Phrasing of membersOnly string 2023-07-26 10:12:05 +02:00
dependabot[bot]
623e8ce7ef
Bump playwright from 1.36.1 to 1.36.2
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.36.1...v1.36.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 07:06:12 +00:00
Joost De Cock
a612be58b2 fix(new-design): Use design consistently 2023-07-26 09:04:41 +02:00
github-actions
e97ee429c0 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/echarts-5.4.3 changes in config/dependencies.yaml 2023-07-26 07:02:14 +00:00
dependabot[bot]
e4f8a967cb
Bump c8 from 8.0.0 to 8.0.1
Bumps [c8](https://github.com/bcoe/c8) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bcoe/c8/compare/v8.0.0...v8.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 06:59:36 +00:00
dependabot[bot]
c3b93acbe3
Bump echarts from 5.4.2 to 5.4.3
Bumps [echarts](https://github.com/apache/echarts) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](https://github.com/apache/echarts/compare/5.4.2...5.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 06:58:39 +00:00
Joost De Cock
acaf23def5
Merge pull request #4574 from freesewing/dependabot/npm_and_yarn/react-instantsearch-hooks-web-6.47.2
Bump react-instantsearch-hooks-web from 6.47.1 to 6.47.2
2023-07-26 08:54:02 +02:00
Joost De Cock
9d0d83a22c
Merge pull request #4576 from freesewing/dependabot/npm_and_yarn/html-react-parser-4.2.0
Bump html-react-parser from 4.1.0 to 4.2.0
2023-07-26 08:53:53 +02:00
Joost De Cock
9bf73d4b87
Merge pull request #4578 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.377.0
Bump @aws-sdk/client-sesv2 from 3.370.0 to 3.377.0
2023-07-26 08:53:43 +02:00
Joost De Cock
36acc8533a
Merge pull request #4579 from freesewing/dependabot/npm_and_yarn/playwright/test-1.36.2
Bump @playwright/test from 1.36.1 to 1.36.2
2023-07-26 08:53:33 +02:00
Joost De Cock
828a7c2f34
Merge pull request #4580 from freesewing/dependabot/npm_and_yarn/daisyui-3.5.0
Bump daisyui from 3.4.0 to 3.5.0
2023-07-26 08:53:25 +02:00
Joost De Cock
cbbad96bb2
Merge pull request #4581 from freesewing/dependabot/npm_and_yarn/esbuild-0.18.17
Bump esbuild from 0.18.15 to 0.18.17
2023-07-26 08:53:17 +02:00
Joost De Cock
80e89112b8 Merge branch 'develop' into joost 2023-07-26 08:52:45 +02:00
Joost De Cock
fa5948afea fix(shared): link to pledge 2023-07-26 08:52:26 +02:00
Joost De Cock
1ae1219ce8
Merge pull request #4572 from freesewing/i18n
New Crowdin Translations [skip build]
2023-07-26 08:51:53 +02:00
Joost De Cock
61c8f7f788
Update uk.md - Issues with formatting 2023-07-26 08:51:35 +02:00
Joost De Cock
0ae027c3c8 chore(shared): Keep header on md screens 2023-07-26 08:47:28 +02:00
github-actions
a853059004 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/esbuild-0.18.17 changes in config/dependencies.yaml 2023-07-26 05:05:56 +00:00
github-actions
9a7819d071 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/daisyui-3.5.0 changes in config/dependencies.yaml 2023-07-26 05:04:38 +00:00