joostdecock
2fa394c8ab
chore: Reconfigure packages
2023-10-28 21:49:40 +02:00
joostdecock
73fbc4e8bd
chore: Reconfigure packages
2023-10-25 17:16:03 +02:00
Joost De Cock
9d06e89636
chore: Reconfigure packages
2023-10-18 17:56:39 +02:00
Joost De Cock
28e4eeae91
chore: Reconfigure packages
2023-10-18 16:05:10 +02:00
Joost De Cock
6da7a292f2
chore: Reconfigure & dependencies
2023-10-14 13:13:13 +02:00
Joost De Cock
f4a1f60b25
Merge branch 'develop' into joost
2023-10-01 19:10:57 +02:00
joostdecock
6b120d8417
fix(benjamin): Avoid flag/sa confusion. See #5057
...
@woutervdub is it expected that the length of the collar band is not
impacted by the chosen seam allowance?
2023-10-01 18:57:47 +02:00
joostdecock
eb32bc5fe0
release: v3.0.0 🎉
2023-09-30 17:48:57 +02:00
joostdecock
4d9c614c89
Merge branch 'joost' into develop
2023-09-30 17:41:35 +02:00
joostdecock
57f5d84e9c
chore: Reconfigure packages
2023-09-30 17:40:53 +02:00
joostdecock
4ed30ae5ff
chore: Reconfigure packages
2023-09-30 15:08:44 +02:00
joostdecock
ebe5b17b0b
chore: Reconfigure packages
2023-09-30 14:59:01 +02:00
joostdecock
9929aed51a
release: v3.0.0-alpha.13
2023-09-29 09:59:38 +02:00
joostdecock
703e0e807d
release: v3.0.0-alpha.11
2023-09-29 09:51:24 +02:00
joostdecock
1154d2de93
Merge branch 'develop' into joost
2023-09-28 15:42:16 +02:00
joostdecock
cc642a4024
chore: Adapt designs to changed in round macro
2023-09-28 13:27:00 +02:00
dependabot[bot]
633e17e197
chore(deps-dev): bump chai from 4.3.7 to 4.3.9
...
Bumps [chai](https://github.com/chaijs/chai ) from 4.3.7 to 4.3.9.
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v4.3.7...v4.3.9 )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 04:54:14 +00:00
joostdecock
237d525557
chore: Reconfigure
2023-09-27 16:19:13 +02:00
Joost De Cock
0246aa8d9b
chore(benjamin): Linter issues
2023-09-13 15:01:14 +02:00
Joost De Cock
5c99791728
chore(benjamin): Completed migration for v3 beta
2023-09-13 11:56:18 +02:00
Joost De Cock
793512a4d0
fix(benjamin): Added translations for end style list
2023-09-13 10:31:30 +02:00
Joost De Cock
db1d12e0a8
fix(benjamin): Move list translations into options key
2023-09-13 10:23:58 +02:00
Joost De Cock
bd4dc0ec66
fix(benjamin): Added missing translation
2023-09-12 16:35:08 +02:00
Joost De Cock
b79fd63044
chore(benjamin): Update flag to newer parameters
2023-09-12 16:24:10 +02:00
joostdecock
2cbc7ccecc
fix(benjamin): Update translation & docs to recent changes
2023-09-08 11:36:28 +02:00
joostdecock
3a3806d228
chore: Linter issues
2023-09-07 19:19:48 +02:00
joostdecock
67469979cb
chore(benjamin): Added flags
2023-09-07 13:24:24 +02:00
joostdecock
7b90dd89cc
chore(benjamin): Work on beta release
2023-09-07 13:19:35 +02:00
joostdecock
8df9fd8860
chore: Remove plugin-bundle from designs
2023-09-07 13:08:15 +02:00
joostdecock
9c1b1eb390
chore: plugin-bundle is no longer a design dependency
2023-09-07 11:46:05 +02:00
github-actions
3f8edf41d9
[dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/bugsnag/js-7.21.0 changes in config/dependencies.yaml
2023-08-21 04:47:28 +00:00
Enoch Riese
a2f1c50711
remove unneeded dependency build before testing
2023-07-27 23:57:24 -05:00
Enoch Riese
7ff2bded15
use node conditional exports instead of reconfiguring exports for different use cases
2023-07-27 18:52:58 -06: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
Enoch Riese
9c88b44501
better naming convention for build scripts. bring back build:all
2023-07-23 11:19:30 -06:00
Enoch Riese
d613c842d6
use lerna to handle build order and speed up buildsitedeps
2023-07-22 18:32:19 -06:00
joostdecock
3f77777c4b
breaking: FreeSewing now uses NodeJS 18 lts/hydrogen
...
FreeSewing now uses NodeJS 18 -- specifically lts/hydrogen -- for its
development.
There is no specific reason to run 18, things will still work in 16
(lts/gallium) but Vercel who hosts/builds our sites will be dropping
support for Node 16 in about 6 months, so since we're gearing up for
a new major release (v3) this is the best time for us to also move
to Node 18.
2023-07-21 18:35:19 +02:00
Joost De Cock
4782516089
feat: Added Ukranian language
2023-07-11 20:17:24 +02:00
github-actions
7635c63b65
[dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/nodemon-3.0.1 changes in config/dependencies.yaml
2023-07-10 04:53:22 +00:00
joostdecock
e188672b1c
feat(benjamin): Add i18n named export
2023-07-02 13:05:58 +02:00
joostdecock
738a21d1d5
feat: Added i18n tests for designs
2023-07-02 11:48:42 +02:00
Joost De Cock
1264a07afe
Merge branch 'develop' into i18n3
2023-06-17 20:11:44 +02:00
joostdecock
d9ceed889f
wip(benjamin): Manual tweaks to new translations
2023-06-17 19:20:56 +02:00
joostdecock
c4d2a5e6f7
wip: Initial automated migration
2023-06-17 19:08:37 +02:00
joostdecock
f2c09f973f
wip: Added i18n folder to designs
2023-06-17 18:02:31 +02:00
joostdecock
8be9f395e8
fix(sanity): Add missing dependency
2023-06-16 18:39:38 +02:00
Enoch Riese
ce3a459a65
Merge pull request #3930 from BenJamesBen/benjamin-cutlist-instructions
...
fix(benjamin): Part name changes, instructions, and cutlist
2023-05-16 19:05:30 -05:00
Enoch Riese
837b86368d
🔖 v3.0.0-alpha.10
2023-05-08 01:34:29 -05:00
Benjamin F
c059821c94
fix(benjamin): Change title names and add cutlist
2023-04-28 10:08:43 -07:00
Enoch Riese
c5f452c200
use lerna task pipeline to only build what's needed for tests
2023-04-20 16:26:24 -04:00