Commit Graph

394 Commits

Author SHA1 Message Date
Jelf 8e94041318 chore: specify node engine version 2023-09-21 22:02:20 +08:00
Kamil Mysliwiec 81e4564d02
Merge pull request #276 from micalevisk/master
chore: fix lock file manifest out-of-sync
2023-07-03 08:50:22 +02:00
Micael Levi L. Cavalcante d234b4d129 chore: fix lock file manifest out-of-sync 2023-07-01 14:57:18 -04:00
Kamil Myśliwiec 7605246b64
chore: upgrade to v10 2023-06-15 13:05:18 +02:00
Kamil Mysliwiec 80cd371cd5
Merge pull request #271 from nestjs/dependabot/npm_and_yarn/webpack-and-nestjs/cli-5.76.2
chore(deps): bump webpack and @nestjs/cli
2023-05-19 13:31:12 +02:00
dependabot[bot] 67e6eea5c1
chore(deps): bump webpack and @nestjs/cli
Bumps [webpack](https://github.com/webpack/webpack) to 5.76.2 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli). These dependencies need to be updated together.


Updates `webpack` from 5.73.0 to 5.76.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.2)

Updates `@nestjs/cli` from 9.0.0 to 9.3.0
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/nest-cli/compare/9.0.0...9.3.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-04 12:01:25 +00:00
Kamil Mysliwiec 6192b90631
Merge pull request #260 from nestjs/dependabot/npm_and_yarn/minimatch-3.1.2
chore(deps): bump minimatch from 3.0.4 to 3.1.2
2023-04-04 13:58:53 +02:00
Kamil Mysliwiec d919d22dab
Merge pull request #264 from nestjs/dependabot/npm_and_yarn/json5-1.0.2
chore(deps): bump json5 from 1.0.1 to 1.0.2
2023-04-04 13:58:28 +02:00
Kamil Mysliwiec e07e8f1d54
Merge pull request #265 from nestjs/dependabot/npm_and_yarn/cookiejar-2.1.4
chore(deps): bump cookiejar from 2.1.3 to 2.1.4
2023-04-04 13:58:14 +02:00
Kamil Mysliwiec 2c7c9c5823
Merge pull request #269 from nestjs/dependabot/npm_and_yarn/nestjs/core-9.0.5
chore(deps): bump @nestjs/core from 9.0.0 to 9.0.5
2023-04-04 13:57:58 +02:00
Kamil Mysliwiec 73d6a460de
Merge pull request #241 from h4ad-forks/chore/tsconfig
chore: changes in tsconfig and gitignore
2023-04-04 13:57:07 +02:00
dependabot[bot] 0b52c931f3
chore(deps): bump @nestjs/core from 9.0.0 to 9.0.5
Bumps [@nestjs/core](https://github.com/nestjs/nest) from 9.0.0 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v9.0.0...v9.0.5)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 03:03:33 +00:00
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
Sergey Katrevich 2b8c6c6921
Update package.json
Command: `npm run test:debug` raise error (because trying loading shell script but not js script):
--------------------------
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
          ^^^^^^^

SyntaxError: missing ) after argument list
------------

My fix correct it
2023-02-17 11:56:12 +03:00
dependabot[bot] 3c6d02606e
chore(deps): bump cookiejar from 2.1.3 to 2.1.4
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 12:17:31 +00:00
dependabot[bot] 23516b18b9
chore(deps): bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-07 02:19:51 +00:00
dependabot[bot] b9f638f82e
chore(deps): bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27 10:20:06 +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
Vinícius Lourenço 8d5c7a9e43 chore(.gitignore): added .webpack and .serverless folder 2022-08-01 07:19:29 -03:00
Vinícius Lourenço 1b7eb65502 chore(tsconfig): changed target to es2019 2022-07-31 17:06:23 -03: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