dependabot[bot]
|
5ad7e73fcf
|
Bump nodemailer from 6.7.2 to 6.7.3
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.7.2 to 6.7.3.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.7.2...v6.7.3)
---
updated-dependencies:
- dependency-name: nodemailer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-22 04:04:10 +00:00 |
|
Nick Dower
|
e52c17b881
|
Merge pull request #1951 from freesewing/dependabot/npm_and_yarn/dateformat-4.6.3
Bump dateformat from 3.0.3 to 4.6.3
|
2022-02-25 15:20:08 +01:00 |
|
dependabot[bot]
|
00480c7cf9
|
Bump dateformat from 3.0.3 to 4.6.3
Bumps [dateformat](https://github.com/felixge/node-dateformat) from 3.0.3 to 4.6.3.
- [Release notes](https://github.com/felixge/node-dateformat/releases)
- [Commits](https://github.com/felixge/node-dateformat/commits)
---
updated-dependencies:
- dependency-name: dateformat
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-25 04:41:41 +00:00 |
|
dependabot[bot]
|
4ab475eb6c
|
Bump body-parser from 1.18.3 to 1.19.2
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.18.3 to 1.19.2.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.18.3...1.19.2)
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-24 18:35:44 +00:00 |
|
dependabot[bot]
|
f882052cde
|
Bump express from 4.17.2 to 4.17.3
Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.17.3)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-23 04:21:02 +00:00 |
|
Joost De Cock
|
23f70b4b59
|
release: FreeSewing 2.20.7
This fixes an issue in our workbench component that caused an error for
people using our development environment.
|
2022-02-20 19:35:36 +01:00 |
|
Nick Dower
|
5621140d49
|
Remove --parallel. Incompatible with --file.
|
2022-02-19 11:09:56 +01:00 |
|
Joost De Cock
|
47bfd60ffe
|
release: v2.20.6
**Date:** 2022-02-22
- Set units on fontsizes to support scale setting
- Handle unset props.pattern in DraftConfigurator option.hide check
|
2022-02-17 19:37:00 +01:00 |
|
Joost De Cock
|
1bdae6b002
|
release: v2.20.5
|
2022-02-17 19:11:27 +01:00 |
|
Joost De Cock
|
cbf258bb6e
|
chore: Reconfigure packages
|
2022-02-16 20:45:38 +01:00 |
|
dependabot[bot]
|
933936ab8a
|
chore(deps): bump sharp from 0.29.3 to 0.30.1
Bumps [sharp](https://github.com/lovell/sharp) from 0.29.3 to 0.30.1.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.29.3...v0.30.1)
---
updated-dependencies:
- dependency-name: sharp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 04:19:02 +00:00 |
|
Nick Dower
|
5c5ade15fc
|
Update i18n version in backend.
|
2022-02-10 08:38:49 +01:00 |
|
Nick Dower
|
624aa34754
|
Test backend with in-memory server in CI.
|
2022-02-09 21:44:56 +01:00 |
|
Nick Dower
|
c4dd2dc6e3
|
Move index.js to app.js.
|
2022-02-09 18:28:12 +01:00 |
|
dependabot[bot]
|
a0b674f89d
|
chore(deps): bump query-string from 7.1.0 to 7.1.1
Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v7.1.0...v7.1.1)
---
updated-dependencies:
- dependency-name: query-string
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-08 04:02:29 +00:00 |
|
Joost De Cock
|
ede58cedb6
|
fix(backend): Load index page on startup
Previous code would load the page (from disk) on each request
which facilitates denial-of-service attacks.
|
2022-02-05 09:02:26 +01:00 |
|
Nick Dower
|
939076d838
|
Merge pull request #1733 from freesewing/dependabot/npm_and_yarn/mongoose-6.1.8
chore(deps): bump mongoose from 5.13.14 to 6.1.8
|
2022-02-03 21:57:40 +01:00 |
|
dependabot[bot]
|
313217e083
|
Bump formidable from 1.2.1 to 2.0.1
Bumps [formidable](https://github.com/node-formidable/formidable) from 1.2.1 to 2.0.1.
- [Release notes](https://github.com/node-formidable/formidable/releases)
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/node-formidable/formidable/commits)
---
updated-dependencies:
- dependency-name: formidable
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-03 07:14:09 +00:00 |
|
Nick Dower
|
84df82da2e
|
Revert dateformat and remark-parse upgrades.
|
2022-02-02 22:46:25 +01:00 |
|
dependabot[bot]
|
3861908a26
|
Bump dateformat from 3.0.3 to 5.0.2
Bumps [dateformat](https://github.com/felixge/node-dateformat) from 3.0.3 to 5.0.2.
- [Release notes](https://github.com/felixge/node-dateformat/releases)
- [Commits](https://github.com/felixge/node-dateformat/commits/v5.0.2)
---
updated-dependencies:
- dependency-name: dateformat
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-02 07:09:06 +00:00 |
|
dependabot[bot]
|
20b228a12e
|
Bump express from 4.16.4 to 4.17.2
Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.4...4.17.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-02 04:40:11 +00:00 |
|
Joost De Cock
|
777acaf74a
|
chore: Reconfigure packages
|
2022-01-28 20:30:45 +01:00 |
|
Joost De Cock
|
3d15149d67
|
chore: Reconfigure packages
|
2022-01-28 20:25:21 +01:00 |
|
Joost De Cock
|
ee2f0b0eac
|
chore: Reconfigure packages
|
2022-01-28 19:59:00 +01:00 |
|
Nick Dower
|
05f7bc7c56
|
Update backend example.env and README.
|
2022-01-28 10:09:16 +01:00 |
|
dependabot[bot]
|
7bb18fd926
|
chore(deps): bump jsonwebtoken from 8.3.0 to 8.5.1
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.1)
---
updated-dependencies:
- dependency-name: jsonwebtoken
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-28 04:45:26 +00:00 |
|
Joost De Cock
|
2380b4f2db
|
chore: Reconfigure packages
|
2022-01-27 15:20:28 +01:00 |
|
Joost De Cock
|
4143b3a818
|
chore: Reconfigure packages
|
2022-01-27 12:59:01 +01:00 |
|
dependabot[bot]
|
f8296510b4
|
chore(deps): bump mongoose from 5.13.14 to 6.1.8
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.13.14 to 6.1.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.13.14...6.1.8)
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-27 07:43:59 +00:00 |
|
dependabot[bot]
|
5fb03fb15a
|
chore(deps): bump jszip from 3.7.0 to 3.7.1
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.7.0...v3.7.1)
---
updated-dependencies:
- dependency-name: jszip
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-27 04:17:56 +00:00 |
|
Joost De Cock
|
53496e2f75
|
Merge branch 'develop' of github.com:freesewing/freesewing into develop
|
2022-01-24 09:37:55 +01:00 |
|
Joost De Cock
|
a2a4e2a838
|
chore: Reconfigure packages
|
2022-01-24 09:34:01 +01:00 |
|
dependabot[bot]
|
da2afba2f4
|
Bump passport from 0.4.0 to 0.5.2
Bumps [passport](https://github.com/jaredhanson/passport) from 0.4.0 to 0.5.2.
- [Release notes](https://github.com/jaredhanson/passport/releases)
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaredhanson/passport/compare/v0.4.0...v0.5.2)
---
updated-dependencies:
- dependency-name: passport
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-24 04:03:04 +00:00 |
|
Joost De Cock
|
8d2ec0c9f1
|
chore: Reconfigure packages
|
2022-01-23 14:27:21 +01:00 |
|
Joost De Cock
|
e465b64810
|
Merge pull request #1677 from freesewing/dependabot/npm_and_yarn/query-string-7.1.0
chore(deps): bump query-string from 6.2.0 to 7.1.0
|
2022-01-23 13:33:11 +01:00 |
|
Joost De Cock
|
2234155052
|
chore: Fixed linter warnings
|
2022-01-20 09:07:38 +01:00 |
|
Joost De Cock
|
56df5d5287
|
feat(backend): Added capitalize method to utils
|
2022-01-20 08:30:26 +01:00 |
|
Joost De Cock
|
e7c8d32d16
|
chore(backend): Make it prettier
|
2022-01-19 16:23:57 +01:00 |
|
dependabot[bot]
|
c136862b4b
|
chore(deps): bump query-string from 6.2.0 to 7.1.0
Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.2.0 to 7.1.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.2.0...v7.1.0)
---
updated-dependencies:
- dependency-name: query-string
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-19 10:59:46 +00:00 |
|
dependabot[bot]
|
c4ab064a55
|
chore(deps): bump remark-parse from 9.0.0 to 10.0.1
Bumps [remark-parse](https://github.com/remarkjs/remark) from 9.0.0 to 10.0.1.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/remark-parse@9.0.0...remark-parse@10.0.1)
---
updated-dependencies:
- dependency-name: remark-parse
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-18 04:15:29 +00:00 |
|
dependabot[bot]
|
4579fc8cbc
|
chore(deps): bump nodemailer from 6.6.1 to 6.7.2
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.6.1 to 6.7.2.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.6.1...v6.7.2)
---
updated-dependencies:
- dependency-name: nodemailer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-17 04:25:55 +00:00 |
|
Joost De Cock
|
12c3787e67
|
Merge pull request #1597 from freesewing/dependabot/npm_and_yarn/nodemailer-6.6.1
build(deps): bump nodemailer from 4.6.8 to 6.6.1
|
2022-01-15 19:05:07 +01:00 |
|
dependabot[bot]
|
7cc9fc5db7
|
chore(deps): bump cors from 2.8.4 to 2.8.5
Bumps [cors](https://github.com/expressjs/cors) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/expressjs/cors/releases)
- [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cors/compare/v2.8.4...v2.8.5)
---
updated-dependencies:
- dependency-name: cors
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-10 17:46:19 +00:00 |
|
Joost De Cock
|
64609388bd
|
chore: Reconfigure packages
|
2022-01-09 19:19:52 +01:00 |
|
Joost De Cock
|
373b2c6975
|
release: 2.19.8
|
2022-01-08 16:33:28 +01:00 |
|
Joost De Cock
|
fc430ebc19
|
chore: Prep for prerelease
|
2022-01-08 15:38:11 +01:00 |
|
Joost De Cock
|
abf328bfb2
|
Merge pull request #1600 from freesewing/dependabot/npm_and_yarn/jszip-3.7.1
chore(deps): bump jszip from 3.1.5 to 3.7.1
|
2022-01-06 18:09:11 +01:00 |
|
Joost De Cock
|
3e8dc11fe2
|
chore: Reconfigure packages
|
2022-01-05 19:09:41 +01:00 |
|
Joost De Cock
|
9c8c0938c0
|
chore: Reconfigure packages
|
2022-01-05 18:59:10 +01:00 |
|
Joost De Cock
|
cd0fa058c9
|
fix(backend): Updated example.env
|
2022-01-01 16:39:07 +01:00 |
|