1
0
Fork 0
Commit graph

47 commits

Author SHA1 Message Date
joostdecock
14bca334f6 release: v3.1.0-rc-0 2023-12-24 14:06:17 +01:00
Joost De Cock
c62d19766b chore: Updated dependencies - Fixed axios issue 2023-12-24 10:18:14 +01:00
dependabot[bot]
9f6ea8f911
build(deps): bump html-react-parser from 4.2.9 to 5.0.7
Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 4.2.9 to 5.0.7.
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/remarkablemark/html-react-parser/compare/v4.2.9...v5.0.7)

---
updated-dependencies:
- dependency-name: html-react-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 05:05:07 +00:00
joostdecock
d2030405dc chore: Reconfigure packages 2023-12-03 17:34:44 +01:00
joostdecock
306fba47d7 chore: Reconfigure packages 2023-11-03 19:41:41 +01:00
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
f2a787528d chore: Updated/cleaned up dependencies 2023-10-13 17:19:40 +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
e0386a441b wip(sde): Handle package dependencies 2023-09-29 18:20:28 +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
237d525557 chore: Reconfigure 2023-09-27 16:19:13 +02:00
Joost De Cock
b7b543fda0 fix(react-components): Accept data-render-always attributes on points 2023-09-13 11:58:00 +02:00
joostdecock
61a674f517 feat(react-components): Do not render snippets by default when complete is false 2023-09-06 08:57:57 +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
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
joostdecock
3e4a576be7 fix(react-components): removed debug output 2023-07-15 10:39:09 +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
9863ac21d8 fix(react-components): Bug in how defs is added 2023-06-24 10:39:09 +02:00
joostdecock
e8613c4e89 fix: linter warning 2023-06-17 13:47:37 +02:00
joostdecock
e35136e755 fix: Linter warnings 2023-06-17 13:44:08 +02:00
joostdecock
783e1fa683 chore: Linter warings 2023-06-17 13:28:17 +02:00
joostdecock
6da48ce4aa feat(react-components): Added PatternXray component 2023-06-17 13:20:05 +02:00
joostdecock
26f937db9d chore: Don't run reconfigure prior to build 2023-06-16 20:08:58 +02:00
joostdecock
264a441c35 fix(shared): Check for text attributes before using them 2023-06-11 18:04:28 +02:00
joostdecock
a99f14e7ac chore(react-components): Fix linter warning 2023-06-09 18:19:00 +02:00
joostdecock
f2bfcf81f2 fix(react-component): Removed backed up code 2023-06-08 20:38:02 +02:00
joostdecock
50f7df93bb fix(react-components): Avoid use of dangerouslySetInnerHTML in Defs 2023-06-08 20:29:52 +02:00
Enoch Riese
3503d97fae lint fixes for react-components 2023-06-07 10:06:30 -05:00
Enoch Riese
5905e999a1 remove opinionated changes from react-components 2023-06-06 13:24:20 -05:00
Enoch Riese
15c4201906 cutting layout view 2023-06-06 11:17:14 -05:00
Enoch Riese
b879e23018 movable pattern for print layout 2023-06-05 16:08:58 -05:00
joostdecock
17725ff941 fix(react-components): Paperless grid in Pattern 2023-06-04 17:28:02 +02:00
joostdecock
57457ee841 chore(react-components): Tweaks to pattern 2023-06-04 16:52:20 +02:00
joostdecock
4075e35641 wip(shared): Points support in Inspector 2023-06-02 18:21:40 +02:00
joostdecock
e146e55c69 feat(react-components): Added Pattern component 2023-06-01 18:28:22 +02:00