dependabot[bot]
aed183e785
chore(deps): bump @headlessui/react from 1.7.15 to 1.7.16
...
Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react ) from 1.7.15 to 1.7.16.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases )
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.16/packages/@headlessui-react )
---
updated-dependencies:
- dependency-name: "@headlessui/react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 04:58:01 +00:00
dependabot[bot]
5a3aae3732
chore(deps): bump i18next from 23.3.0 to 23.4.1
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.3.0 to 23.4.1.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.3.0...v23.4.1 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 04:53:28 +00:00
Joost De Cock
eb2ab9ec59
New translations en.yaml (Ukrainian)
...
skip-build
2023-07-30 19:18:59 +02:00
joostdecock
6b2a850948
wip: Started working on payment processing
2023-07-30 18:21:24 +02:00
Joost De Cock
8bde2f6137
Merge pull request #4593 from freesewing/dependabot/npm_and_yarn/react-instantsearch-dom-6.40.4
...
Bump react-instantsearch-dom from 6.40.3 to 6.40.4
2023-07-29 21:09:18 +02:00
Joost De Cock
20200057ce
Merge pull request #4594 from freesewing/dependabot/npm_and_yarn/i18next-23.3.0
...
Bump i18next from 23.2.11 to 23.3.0
2023-07-29 21:09:11 +02:00
joostdecock
f6979a8413
feat(lab): Ported lab to new ESM themes
2023-07-29 18:31:21 +02:00
Enoch Riese
45ced9274f
fix popout import on lab docs page
2023-07-28 12:29:04 -05:00
Enoch Riese
30cbf42ca5
fix nav prebuild translations
2023-07-28 11:54:07 -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
dependabot[bot]
92ab3883d6
Bump i18next from 23.2.11 to 23.3.0
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.2.11 to 23.3.0.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.2.11...v23.3.0 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 08:30:27 +00:00
dependabot[bot]
d1a335f0ae
Bump react-instantsearch-dom from 6.40.3 to 6.40.4
...
Bumps [react-instantsearch-dom](https://github.com/algolia/instantsearch.js ) from 6.40.3 to 6.40.4.
- [Release notes](https://github.com/algolia/instantsearch.js/releases )
- [Commits](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-dom@6.40.3...react-instantsearch-dom@6.40.4 )
---
updated-dependencies:
- dependency-name: react-instantsearch-dom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 08:24:40 +00: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
dependabot[bot]
f11395bf01
Bump daisyui from 3.4.0 to 3.5.0
...
Bumps [daisyui](https://github.com/saadeghi/daisyui ) from 3.4.0 to 3.5.0.
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/saadeghi/daisyui/compare/v3.4.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: daisyui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 05:00:25 +00:00
Joost De Cock
12449c88b8
Merge branch 'develop' into i18n
2023-07-24 17:29:51 +02:00
dependabot[bot]
ad59491ec5
Bump daisyui from 3.2.1 to 3.4.0
...
Bumps [daisyui](https://github.com/saadeghi/daisyui ) from 3.2.1 to 3.4.0.
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/saadeghi/daisyui/compare/v3.2.1...v3.4.0 )
---
updated-dependencies:
- dependency-name: daisyui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 14:38:19 +00:00
Joost De Cock
b009ddc36c
Merge pull request #4555 from freesewing/dependabot/npm_and_yarn/postcss-8.4.27
...
Bump postcss from 8.4.26 to 8.4.27
2023-07-24 16:36:27 +02:00
Joost De Cock
7a9fcc9577
Merge pull request #4556 from freesewing/dependabot/npm_and_yarn/eslint-config-next-13.4.12
...
Bump eslint-config-next from 13.4.11 to 13.4.12
2023-07-24 16:36:18 +02:00
Joost De Cock
f812a0df29
Merge pull request #4545 from eriese/eriese-build-steps
...
Chore (nx) use nx to handle build order and speed up buildsitedeps
2023-07-24 08:54:51 +02:00
github-actions
327d8bffd9
[dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/eslint-config-next-13.4.12 changes in config/dependencies.yaml
2023-07-24 04:58:02 +00:00
dependabot[bot]
b93466eeb9
Bump eslint-config-next from 13.4.11 to 13.4.12
...
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ) from 13.4.11 to 13.4.12.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v13.4.12/packages/eslint-config-next )
---
updated-dependencies:
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 04:54:22 +00:00
dependabot[bot]
0edc35feb7
Bump postcss from 8.4.26 to 8.4.27
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.26 to 8.4.27.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.26...8.4.27 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 04:53:55 +00:00
Joost De Cock
540d42d4f4
Update source file en.yaml
...
skip-build
2023-07-23 21:45:04 +02:00
Joost De Cock
d76bcabb35
Update source file en.yaml
...
skip-build
2023-07-23 21:45:04 +02:00
Joost De Cock
23df89ebbd
New translations en.yaml (Ukrainian)
...
skip-build
2023-07-23 20:48:25 +02:00
Joost De Cock
55d1e3754a
New translations en.yaml (Dutch)
...
skip-build
2023-07-23 20:48:24 +02:00
Joost De Cock
0a9052c7a9
New translations en.yaml (German)
...
skip-build
2023-07-23 20:48:24 +02:00
Joost De Cock
df0a8625f8
New translations en.yaml (Spanish)
...
skip-build
2023-07-23 20:48:23 +02:00
Joost De Cock
03ff81dff1
New translations en.yaml (French)
...
skip-build
2023-07-23 20:48:22 +02:00
Joost De Cock
2dc907058b
New translations en.yaml (Ukrainian)
...
skip-build
2023-07-23 20:48:21 +02:00
Joost De Cock
ee2d888f00
New translations en.yaml (Dutch)
...
skip-build
2023-07-23 20:48:21 +02:00
Joost De Cock
503723e3fa
New translations en.yaml (German)
...
skip-build
2023-07-23 20:48:20 +02:00
Joost De Cock
b895a752d7
New translations en.yaml (Spanish)
...
skip-build
2023-07-23 20:48:19 +02:00
Joost De Cock
7dec101470
New translations en.yaml (French)
...
skip-build
2023-07-23 20:48:18 +02:00
Enoch Riese
9c88b44501
better naming convention for build scripts. bring back build:all
2023-07-23 11:19:30 -06:00
joostdecock
e6c3790cd3
wip: Move translation files to facilitate crowdin
2023-07-23 18:32:12 +02:00
Enoch Riese
d613c842d6
use lerna to handle build order and speed up buildsitedeps
2023-07-22 18:32:19 -06:00
joostdecock
d5a33fa58e
fix(sites): Set ora dependency to correct version
2023-07-22 09:15:55 +02:00
joostdecock
daf21e060d
fix: Work around issue with NPM 9 that tries SSH for github access
...
See https://github.com/npm/cli/issues/2610
2023-07-21 20:06:10 +02: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
d2b4d2d3b3
fix: Merge in develop changes without re-introduced issues
...
There were some trouble the snuck in when mergin an earlier PR
2023-07-21 18:19:07 +02:00
joostdecock
bcf47b7d50
feat(lab): port lab to new prebuild refactor
2023-07-21 14:23:42 +02:00
joostdecock
69f38fd8a2
chore(sites): Remove unused hooks
2023-07-21 14:23:28 +02:00
joostdecock
b9a309291e
fix(lab): Correct prebuild script
2023-07-21 14:23:05 +02:00
Joost De Cock
1527ee3fa1
Merge branch 'develop' into joost
2023-07-19 19:11:40 +02:00
Joost De Cock
dc05143840
feat(sites): Overhauled prebuild system
2023-07-19 19:08:41 +02:00
dependabot[bot]
b218873d95
chore(deps): bump algoliasearch from 4.18.0 to 4.19.0
...
Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript ) from 4.18.0 to 4.19.0.
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases )
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/algolia/algoliasearch-client-javascript/compare/4.18.0...4.19.0 )
---
updated-dependencies:
- dependency-name: algoliasearch
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 04:57:31 +00:00
Joost De Cock
2a21b10acc
Merge pull request #4399 from freesewing/dependabot/npm_and_yarn/react-hotkeys-hook-4.4.1
...
chore(deps): bump react-hotkeys-hook from 4.4.0 to 4.4.1
2023-07-17 09:41:36 +02:00
github-actions
5608f1fbd1
[dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/next-13.4.10 changes in config/dependencies.yaml
2023-07-17 05:06:17 +00:00
dependabot[bot]
4c1595909e
chore(deps): bump next from 13.4.9 to 13.4.10
...
Bumps [next](https://github.com/vercel/next.js ) from 13.4.9 to 13.4.10.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v13.4.9...v13.4.10 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 05:03:35 +00:00