1
0
Fork 0
Commit graph

167 commits

Author SHA1 Message Date
Joost De Cock
4d178c48bc
Merge pull request #4015 from eriese/eriese-tag-nd
fix (new-design) peg new-design downloads to the current tag
2023-05-09 19:32:25 +02:00
Enoch Riese
837b86368d 🔖 v3.0.0-alpha.10 2023-05-08 01:34:29 -05:00
Enoch Riese
62e9be85f8 peg new-design downloads to the current tag 2023-05-07 17:42:23 -05:00
dependabot[bot]
5c83f7b2a4
chore(deps): bump axios from 1.3.6 to 1.4.0
Bumps [axios](https://github.com/axios/axios) from 1.3.6 to 1.4.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.6...v1.4.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 05:04:57 +00:00
Enoch Riese
c2e6a9b246 chore (new-design) remove unecessary execa resolution from config 2023-04-26 00:08:36 -04:00
Enoch Riese
93ce53fa7e no hoist with resolutions? 2023-04-25 23:09:44 -04:00
Enoch Riese
45af05deaf try not hoisting execa in bootstrap 2023-04-25 23:00:32 -04:00
Enoch Riese
256704225f require resolution of latest execa for new-design 2023-04-25 13:01:49 -04:00
Enoch Riese
e8b0752eb5 stronger test for new-design 2023-04-25 00:45:58 -04:00
Enoch Riese
1a4654d686 only click a size button if measurements are required 2023-04-25 00:02:30 -04:00
Enoch Riese
19b79261b5 add optional e2e tests and non-interactive generator to new-design 2023-04-24 21:46:35 -04:00
Enoch Riese
bcea03ac6b
Merge branch 'develop' into eriese-cutting-2 2023-04-22 09:47:56 -04:00
Enoch Riese
adbc817863 add plugin-cutlist to plugin-annotations 2023-04-20 10:22:47 -04:00
dependabot[bot]
cd52c9e09a
chore(deps): bump axios from 1.3.5 to 1.3.6
Bumps [axios](https://github.com/axios/axios) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.5...v1.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 06:58:31 +00:00
Joost De Cock
b5e72442f2 release: v3.0.0-alpha.9 2023-04-19 19:49:36 +02:00
marpants
a7ee212e63 #3844 missed pushing mustache package update 2023-04-18 21:45:59 -07:00
marpants
f64fa251cf #3844 mermaid.mjs missing from new-design package 2023-04-18 21:11:05 -07:00
github-actions
a62138e1b6 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/typescript-5.0.4 changes in config/dependencies.yaml 2023-04-10 05:03:59 +00:00
dependabot[bot]
6611725af6
chore(deps): bump axios from 1.3.4 to 1.3.5
Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.4...v1.3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 05:07:41 +00:00
github-actions
b50a38a3d6 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/autoprefixer-10.4.14 changes in config/dependencies.yaml 2023-03-23 05:22:48 +00:00
dependabot[bot]
304fe90b41
chore(deps): bump execa from 7.0.0 to 7.1.1
Bumps [execa](https://github.com/sindresorhus/execa) from 7.0.0 to 7.1.1.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v7.0.0...v7.1.1)

---
updated-dependencies:
- dependency-name: execa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 05:00:29 +00:00
Joost De Cock
0b84449aa0 release: 3.0.0-alpha.8 2023-03-16 20:36:45 +01:00
Joost De Cock
d9fd752ec1 release: 3.0.0-alpha.7 2023-03-16 20:17:41 +01:00
Joost De Cock
449ffec42e fix(new-design): Set branch to develop 2023-03-16 20:09:06 +01:00
Enoch Riese
2cc98da222 fix (new-design) update for core breaking changes 2023-03-15 20:33:48 -05:00
Enoch Riese
b55f94f8b3 chore (new-design) add files and plugins to make new-design work with latest lab 2023-03-14 18:37:53 -05:00
Enoch Riese
c90635234a fix (new-design) hopefully a better way of doing paths that works on windows 2023-03-12 17:20:28 -05:00
Enoch Riese
8c04bec9bd chore (new-design) update file list 2023-03-12 17:19:36 -05:00
Enoch Riese
c47bef61bc ask before overwriting files when running new-design 2023-03-12 16:40:18 -05:00
Joost De Cock
d268404896
Merge pull request #3626 from freesewing/dependabot/npm_and_yarn/execa-7.0.0
chore(deps): bump execa from 6.1.0 to 7.0.0
2023-03-10 18:51:40 +01:00
dependabot[bot]
0bc696aee3
chore(deps): bump axios from 1.3.3 to 1.3.4
Bumps [axios](https://github.com/axios/axios) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.3...v1.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 05:18:29 +00:00
dependabot[bot]
2930e130d0
chore(deps): bump execa from 6.1.0 to 7.0.0
Bumps [execa](https://github.com/sindresorhus/execa) from 6.1.0 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v6.1.0...v7.0.0)

---
updated-dependencies:
- dependency-name: execa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 05:01:20 +00:00
dependabot[bot]
2fdc90efa4
chore(deps): bump axios from 1.2.6 to 1.3.3
Bumps [axios](https://github.com/axios/axios) from 1.2.6 to 1.3.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.2.6...v1.3.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-21 05:04:00 +00:00
github-actions
2e22fdb894 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/resvg/resvg-js-2.4.1 changes in config/dependencies.yaml 2023-02-20 05:19:12 +00:00
joostdecock
5899e890f9 chore: more linter warnings 2023-02-07 19:53:43 +01:00
joostdecock
86aa0f20da chore: linter issues 2023-02-05 19:58:25 +01:00
joostdecock
c894deb912 Merge branch 'develop' into joost 2023-02-05 19:20:00 +01:00
joostdecock
2b823885b3 wip(lab): More lab fixes 2023-02-05 18:54:48 +01:00
joostdecock
7ce6ccbccf wip: More work on lab 2023-02-05 18:44:54 +01:00
dependabot[bot]
13bbc0a55a
chore(deps): bump axios from 1.2.4 to 1.2.6
Bumps [axios](https://github.com/axios/axios) from 1.2.4 to 1.2.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.2.4...v1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 04:31:25 +00:00
dependabot[bot]
aaa6efa9a2
chore(deps): bump axios from 1.2.3 to 1.2.4
Bumps [axios](https://github.com/axios/axios) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.2.3...v1.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 04:21:54 +00:00
dependabot[bot]
02968497ad
chore(deps): bump axios from 1.2.2 to 1.2.3
Bumps [axios](https://github.com/axios/axios) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/1.2.2...v1.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 04:06:51 +00:00
Zee
c08e6ac3bd changes added span to fragment 2023-01-11 15:08:30 +00:00
Zee
aeb230167c changes span to fragment 2023-01-11 15:05:59 +00:00
Zee
ea4cfdba88 adds span construction to text 2023-01-11 12:09:19 +00:00
Zee
7537d51b96 added span contruction to text 2023-01-11 12:08:13 +00:00
joostdecock
7f74f45c45 Chore: Update version number 2023-01-09 20:46:04 +01:00
Joost De Cock
97fc14b97e chore: Dependecy updates 2023-01-04 13:03:44 +01:00
Joost De Cock
9a6803c54c
Merge pull request #3355 from BenJamesBen/new-design-react-18-updates
fix(new-design): React 18 dependency updates
2022-12-31 17:08:21 +01:00
Benjamin F
f405ca7ea4 fix(new-design): Bump npm to 8.3.0 for override functionality 2022-12-30 11:27:10 -08:00