1
0
Fork 0
Commit graph

1031 commits

Author SHA1 Message Date
Wouter van Wageningen
e1fa8286d4 Fixes split() bug #5569 2023-12-15 06:50:58 +00:00
dependabot[bot]
283e9a1575
build(deps-dev): bump eslint from 8.51.0 to 8.55.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.55.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.55.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 05:00:55 +00:00
Joost De Cock
cd50ba4141
Merge pull request #5378 from freesewing/dependabot/npm_and_yarn/sinon-17.0.1
chore(deps-dev): bump sinon from 16.1.1 to 17.0.1
2023-12-09 14:59:31 +01:00
joostdecock
d2030405dc chore: Reconfigure packages 2023-12-03 17:34:44 +01:00
dependabot[bot]
c149fdae60
build(deps-dev): bump eslint from 8.53.0 to 8.54.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 04:21:44 +00:00
dependabot[bot]
1fd31814ef
build(deps-dev): bump eslint from 8.51.0 to 8.53.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 04:58:08 +00:00
joostdecock
635d908482 fix(core): Corectly load conditional plugins
The parameters passed to the conditional load method were incorrect
causing a conditional plugin to never get loaded.
2023-11-08 20:27:48 +01:00
joostdecock
306fba47d7 chore: Reconfigure packages 2023-11-03 19:41:41 +01:00
dependabot[bot]
66f8255fb2
chore(deps-dev): bump sinon from 16.1.1 to 17.0.1
Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.1 to 17.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v16.1.1...v17.0.1)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 04:14:30 +00:00
joostdecock
2b25739566 chore(core): Allow overriding more store methods 2023-10-29 17:21:00 +01:00
joostdecock
2fa394c8ab chore: Reconfigure packages 2023-10-28 21:49:40 +02:00
Himanshu Singh
4431a027e5
Update utils.mjs
fixed typo transorms -> transforms on line 857 and transorm -> transform on line 881
2023-10-28 12:48:28 +05:30
joostdecock
73fbc4e8bd chore: Reconfigure packages 2023-10-25 17:16:03 +02:00
joostdecock
e7292ee2e4 fix(core): Left-over use of tl and br 2023-10-21 17:45:35 +02:00
Joost De Cock
1e4a064043 fix(core): Return property names that are consistent with API 2023-10-21 13:26:45 +02:00
Joost De Cock
9d06e89636 chore: Reconfigure packages 2023-10-18 17:56:39 +02:00
Joost De Cock
43796a95cd fix(core): Lowercase macros when generating IDs 2023-10-18 16:32:08 +02:00
Joost De Cock
28e4eeae91 chore: Reconfigure packages 2023-10-18 16:05:10 +02:00
Joost De Cock
cb106578b3 feat(core): Better support for macro removal an node id tracking 2023-10-18 16:00:15 +02:00
Joost De Cock
49618755be feat(core): Add cbqc named export
This exports the constant `0.55342686` which is the value to best
approximate a (quarter) circle with a cubic Bézier curve.

See: https://spencermortensen.com/articles/bezier-circle/
2023-10-17 10:03:05 +02:00
Joost De Cock
57a73ee457 chore(core): Remove lint 2023-10-15 20:06:17 +02:00
Joost De Cock
0fe8a94eef chore(core): Remove debug output 2023-10-15 16:22:37 +02:00
Joost De Cock
4b103741df chore: Remove unused dependencies 2023-10-15 15:14:33 +02:00
Joost De Cock
79cdc0d92a Revert "chore: Consolidate forks"
This reverts commit e9135f707a.
2023-10-15 15:13:11 +02:00
Joost De Cock
b83ab5df74 feat(core): Allow plugins to provide their own packing implementation 2023-10-15 15:12:10 +02:00
Joost De Cock
e9135f707a chore: Consolidate forks 2023-10-14 16:44:33 +02:00
Joost De Cock
f08335639b fix(core): snap upwards when snap config is a mere number. Fixes #4236 2023-10-14 15:30:40 +02:00
Joost De Cock
3574b85e17 fix(core): Make user options take precedence in utils.mergeOptions 2023-10-14 14:53:14 +02:00
Joost De Cock
6da7a292f2 chore: Reconfigure & dependencies 2023-10-14 13:13:13 +02:00
Joost De Cock
45d67e03c3 fix(core): Typo in package.json 2023-10-13 17:38:00 +02:00
Joost De Cock
2258a8c171 Merge branch 'develop' into joost 2023-10-13 17:24:39 +02:00
Joost De Cock
f2a787528d chore: Updated/cleaned up dependencies 2023-10-13 17:19:40 +02:00
dependabot[bot]
2b6d986ee1
Bump chai from 4.3.9 to 4.3.10
Bumps [chai](https://github.com/chaijs/chai) from 4.3.9 to 4.3.10.
- [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.9...v4.3.10)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-13 12:18:50 +00:00
dependabot[bot]
0ba2a71474
chore(deps-dev): bump eslint from 8.50.0 to 8.51.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 04:16:46 +00:00
joostdecock
97520a0a7d chore: Install various major updates 2023-10-04 17:55:54 +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
d4fc851860 chore(core): Dependency updates 2023-09-28 15:53:47 +02:00
joostdecock
1154d2de93 Merge branch 'develop' into joost 2023-09-28 15:42:16 +02:00
Joost De Cock
ad06c9c9a7
Merge pull request #5031 from freesewing/dependabot/npm_and_yarn/eslint-8.50.0
Bump eslint from 8.48.0 to 8.50.0
2023-09-28 14:53:19 +02:00
joostdecock
18042c8f3d feat(core): Return from macros 2023-09-28 13:26:32 +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
joostdecock
b387c4d2bd fix(core): Make mergeOptions handle no settings 2023-09-26 15:41:14 +02:00
dependabot[bot]
3c9e7e14c6
Bump eslint from 8.48.0 to 8.50.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 04:48:13 +00:00