Commit Graph

326 Commits

Author SHA1 Message Date
Kamil Mysliwiec 196f023daa
Merge pull request #268 from chrisssthomas/patch-1
close app handle in base e2e test
2023-02-20 08:41:39 +01:00
Chris Thomas a6b7c8fed1 close app handle in base e2e test 2023-02-19 15:35:42 +00:00
Kamil Mysliwiec 3612320951
Merge pull request #259 from nestjs/dependabot/npm_and_yarn/qs-and-formidable-6.10.3
chore(deps): bump qs and formidable
2022-12-27 11:11:02 +01:00
dependabot[bot] 840293fc2a
chore(deps): bump qs and formidable
Bumps [qs](https://github.com/ljharb/qs) and [formidable](https://github.com/node-formidable/formidable). These dependencies needed to be updated together.

Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3)

Updates `formidable` from 2.0.1 to 2.1.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: qs
  dependency-type: indirect
- dependency-name: formidable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 20:10:09 +00:00
Kamil Mysliwiec cb21c798b3
Merge pull request #240 from nestjs/dependabot/npm_and_yarn/terser-5.14.2
chore(deps): bump terser from 5.14.1 to 5.14.2
2022-10-26 11:04:55 +02:00
Kamil Mysliwiec 4409250955
Merge pull request #250 from cristobaldominguez95/master
fix: format all files
2022-10-05 12:35:07 +02:00
Cristobal Dominguez 09f5076286 fix: format all files 2022-10-05 12:10:39 +02:00
Kamil Mysliwiec 7c0b74ccf9
Merge pull request #242 from micalevisk/patch-1
chore: use auto-delete output dir feature from nestjs cli
2022-10-03 12:35:32 +02:00
Kamil Mysliwiec 56a4bcb5d8
Merge pull request #244 from UltiRequiem/master
chore: remove unnecessary type
2022-08-23 13:19:32 +02:00
Eliaz Bobadilla 5bacc0871c chore: remove unnecessary type 2022-08-19 12:57:54 -05:00
Kamil Mysliwiec 10a468706e
Merge pull request #243 from juninmd/patch-1
docs(readme): close <a> tag
2022-08-04 09:44:09 +02:00
Antonio Carlos 2f31486f1d
chore: close a tag
Close a tag with nest link
2022-08-03 23:06:53 -03:00
Micael Levi (@micalevisk) ee0923a189 chore: remove `rimraf` dev dependency 2022-08-01 20:18:24 -04:00
Micael Levi L. Cavalcante 285692c79d
chore: enable output dir auto-remove 2022-08-01 20:15:21 -04:00
dependabot[bot] a5f7878703
chore(deps): bump terser from 5.14.1 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 07:14:24 +00:00
Kamil Myśliwiec 6b7010ab2d
chore(): update deps 2022-07-08 10:04:23 +02:00
Kamil Mysliwiec 1624f6ce3c
Merge pull request #233 from Tony133/docs/update-logo-readme
docs(readme): update logo readme
2022-04-11 08:24:16 +02:00
Tony133 adfa1fa40d docs(readme): update logo 2022-04-10 10:59:00 +02:00
Kamil Mysliwiec 950556ca87
Merge pull request #231 from micalevisk/patch-1
chore: updated parser options in .eslintrc.js
2022-04-07 09:30:06 +02:00
Micael Levi L. Cavalcante 84c9e9464e
chore: updated parser options in .eslintrc.js 2022-04-06 13:43:19 -04:00
Kamil Mysliwiec 058bac9050
Merge pull request #230 from micalevisk/patch-1
add `$schema` entry to nest-cli.json file
2022-03-31 21:52:35 +02:00
Micael Levi L. Cavalcante 4d01d439ec
add `$schema` entry to nest-cli.json file
This schema URL was taken from here: https://www.schemastore.org/json
2022-03-29 13:35:15 -04:00
Kamil Mysliwiec 0151240873
Merge pull request #227 from fishuke/patch-1
Update README.md
2022-03-21 09:15:31 +01:00
adem kurşun 73ab638770
Update README.md 2022-03-19 15:22:55 +03:00
Kamil Mysliwiec b6161556bd
Merge pull request #221 from nestjs/dependabot/npm_and_yarn/node-fetch-2.6.7
chore(deps): bump node-fetch from 2.6.1 to 2.6.7
2022-02-16 12:18:41 +01:00
dependabot[bot] c786de4968
chore(deps): bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 12:27:23 +00:00
Kamil Mysliwiec 74281e5672
Merge pull request #219 from nestjs/dependabot/npm_and_yarn/follow-redirects-1.14.8
chore(deps): bump follow-redirects from 1.14.4 to 1.14.8
2022-02-14 13:26:48 +01:00
dependabot[bot] 4f69dbf209
chore(deps): bump follow-redirects from 1.14.4 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 23:50:09 +00:00
Kamil Myśliwiec 8380438620
chore(): upgrade deps 2021-10-18 11:41:04 +02:00
Kamil Myśliwiec 30ab1a1573
chore(): upgrade deps 2021-08-23 09:43:16 +02:00
Kamil Myśliwiec f84d369d45
fix(): add missing tsconfig option 2021-07-12 12:18:14 +02:00
Kamil Myśliwiec 8d08ce49fe
chore(): upgrade deps 2021-07-07 12:25:08 +02:00
Kamil Myśliwiec cfc2170445
chore(): upgrade deps 2021-07-07 11:57:12 +02:00
Kamil Mysliwiec fcec762d00
Merge pull request #195 from nestjs/dependabot/npm_and_yarn/y18n-4.0.1
chore(deps): bump y18n from 4.0.0 to 4.0.1
2021-06-10 11:33:58 +02:00
Kamil Mysliwiec bf66777434
Merge pull request #198 from nestjs/dependabot/npm_and_yarn/lodash-4.17.21
chore(deps): bump lodash from 4.17.20 to 4.17.21
2021-06-10 11:33:50 +02:00
Kamil Mysliwiec 80f5a6b6b2
Merge pull request #199 from nestjs/dependabot/npm_and_yarn/hosted-git-info-2.8.9
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
2021-06-10 11:33:44 +02:00
Kamil Mysliwiec d0a625c5eb
Merge pull request #200 from nestjs/dependabot/npm_and_yarn/browserslist-4.16.6
chore(deps): bump browserslist from 4.16.3 to 4.16.6
2021-06-10 11:33:37 +02:00
Kamil Mysliwiec 36b12f319e
Merge pull request #201 from nestjs/dependabot/npm_and_yarn/ws-7.4.6
chore(deps): bump ws from 7.3.1 to 7.4.6
2021-06-10 11:33:31 +02:00
dependabot[bot] 34299e153c
chore(deps): bump ws from 7.3.1 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 19:49:37 +00:00
dependabot[bot] 17a49c7eea
chore(deps): bump browserslist from 4.16.3 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 01:07:03 +00:00
dependabot[bot] 15fa1ec75f
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-09 10:25:08 +00:00
dependabot[bot] bddad66554
chore(deps): bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 23:00:43 +00:00
dependabot[bot] cf6e647098
chore(deps): bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 17:32:41 +00:00
Kamil Myśliwiec eaf85740c5
chore(): upgrade app deps 2021-03-26 10:30:25 +01:00
Kamil Myśliwiec 489889f718
chore(): upgrade deps 2021-02-26 09:13:19 +01:00
Kamil Mysliwiec bbd0f389ad
Merge pull request #189 from nestjs/dependabot/npm_and_yarn/node-notifier-8.0.1
chore(deps): bump node-notifier from 8.0.0 to 8.0.1
2021-01-11 14:28:43 +01:00
Kamil Myśliwiec ade61f0cb5
fix(): update eslint config 2020-12-28 11:44:21 +01:00
dependabot[bot] 5f3590db11
chore(deps): bump node-notifier from 8.0.0 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 17:24:13 +00:00
Kamil Mysliwiec 7f38c888fc
Merge pull request #188 from WhiteKiwi/master
fix(): add .vscode ide files to gitignore
2020-11-27 09:29:30 +01:00
Kamil Mysliwiec 153ae3ecab
Update .gitignore 2020-11-27 09:29:16 +01:00