dependabot[bot]
f8536c61c1
Bump @types/node from 20.4.4 to 20.4.5
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.4.4 to 20.4.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>
2023-07-27 04:16:52 +00:00
dependabot[bot]
3673dc89e3
Bump @sanity/client from 6.1.7 to 6.2.0
...
Bumps [@sanity/client](https://github.com/sanity-io/client ) from 6.1.7 to 6.2.0.
- [Release notes](https://github.com/sanity-io/client/releases )
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sanity-io/client/compare/v6.1.7...v6.2.0 )
---
updated-dependencies:
- dependency-name: "@sanity/client"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 04:15:23 +00:00
dependabot[bot]
d6acb07023
Bump @types/react from 18.2.16 to 18.2.17
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.2.16 to 18.2.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 04:14:51 +00:00
Enoch Riese
05f37dac90
chore (lint)
2023-07-26 20:21:18 -06:00
Enoch Riese
e0a0ddc463
chore (yarn) generate new yarn.lock
2023-07-26 20:10:37 -06:00
Enoch Riese
14540a3ad7
Re-fix degree sliders
2023-07-26 17:14:58 -06:00
Enoch Riese
703b2d5b24
fix module resolution after merge
2023-07-26 17:08:42 -06:00
Enoch Riese
228825bcbd
Fewer re-renders on scroll
2023-07-26 17:04:17 -06:00
Enoch Riese
d628879ade
add clear settings button to logs page
2023-07-26 16:49:54 -06:00
Enoch Riese
4efc1e570c
Merge branch 'develop' into eriese-small-ui-fixes
2023-07-26 16:48:55 -06:00
Enoch Riese
8781e60350
support fractions and comma decimal separators
2023-07-26 16:38:51 -06:00
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