-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Comparing changes
Open a pull request
base repository: nestjs/nest
base: v8.2.4
head repository: nestjs/nest
compare: v8.2.5
Commits on Dec 13, 2021
-
chore(deps): bump body-parser from 1.19.0 to 1.19.1
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.19.0...1.19.1) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 89b2afb - Browse repository at this point
Copy the full SHA 89b2afbView commit details
Commits on Dec 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9eb1274 - Browse repository at this point
Copy the full SHA 9eb1274View commit details
Commits on Dec 20, 2021
-
Merge pull request #8803 from nestjs/renovate/node-16.x
chore(deps): update dependency @types/node to v16.11.14
Configuration menu - View commit details
-
Copy full SHA for 124dbf3 - Browse repository at this point
Copy the full SHA 124dbf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ae702 - Browse repository at this point
Copy the full SHA 04ae702View commit details
Commits on Dec 21, 2021
-
Merge pull request #8810 from nestjs/renovate/lint-staged-12.x
chore(deps): update dependency lint-staged to v12.1.3
Configuration menu - View commit details
-
Copy full SHA for 775a348 - Browse repository at this point
Copy the full SHA 775a348View commit details
Commits on Dec 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b4a9e11 - Browse repository at this point
Copy the full SHA b4a9e11View commit details -
Merge pull request #8841 from nestjs/renovate/node-16.x
chore(deps): update dependency @types/node to v16.11.15
Configuration menu - View commit details
-
Copy full SHA for 411ef5e - Browse repository at this point
Copy the full SHA 411ef5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb3233 - Browse repository at this point
Copy the full SHA 0fb3233View commit details
Commits on Dec 23, 2021
-
chore(deps-dev): bump point-of-view from 4.15.3 to 5.0.0
Bumps [point-of-view](https://github.com/fastify/point-of-view) from 4.15.3 to 5.0.0. - [Release notes](https://github.com/fastify/point-of-view/releases) - [Commits](fastify/point-of-view@v4.15.3...v5.0.0) --- updated-dependencies: - dependency-name: point-of-view dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5e1333b - Browse repository at this point
Copy the full SHA 5e1333bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4be02 - Browse repository at this point
Copy the full SHA fc4be02View commit details -
Merge pull request #8845 from Tony133/sample/update-dependecie-mysql8
sample(05-sql-typeorm): update dependecie for mysql 8.x and some improvements
Configuration menu - View commit details
-
Copy full SHA for 7825c02 - Browse repository at this point
Copy the full SHA 7825c02View commit details
Commits on Dec 24, 2021
-
feat: use
isObervable
fromrxjs
instead of our own versionRelying on `isObservable` type guard from RxJS is better as it has less false-positives.
Configuration menu - View commit details
-
Copy full SHA for cbec376 - Browse repository at this point
Copy the full SHA cbec376View commit details -
refactor(microservices): drop useless type assertion on server
on every type assertion for `Observable<any>` that is not needed anymore.
Configuration menu - View commit details
-
Copy full SHA for f1b9b63 - Browse repository at this point
Copy the full SHA f1b9b63View commit details
Commits on Dec 25, 2021
-
refactor: remove deprecated apis from 3rd-party deps
Replacie old and deprecated APIs from `rxjs`, `body-parser` and NodeJS core (read this guide https://nodejs.org/en/docs/guides/buffer-constructor-deprecation). Do notice that the later only touches test files, thus doesn't affect production code.
Configuration menu - View commit details
-
Copy full SHA for fd720e8 - Browse repository at this point
Copy the full SHA fd720e8View commit details -
fix(microservices): right return type when input is observable
Before this change, when supplying an observable to `Server#transformToObservable` method, the return type was wrongly inferred as `Observable<Observable<X>>` while the real return is `Observable<X>` This commits fix this return type.
Configuration menu - View commit details
-
Copy full SHA for 97f2969 - Browse repository at this point
Copy the full SHA 97f2969View commit details
Commits on Dec 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f54741d - Browse repository at this point
Copy the full SHA f54741dView commit details -
feat(common,microservices): add
isNumber
shared utilAlso, add another test for `isString` utility, to clarify that it must return `false` for strings made by `String` constructor.
Configuration menu - View commit details
-
Copy full SHA for de83c0c - Browse repository at this point
Copy the full SHA de83c0cView commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d34bd9a - Browse repository at this point
Copy the full SHA d34bd9aView commit details -
Merge pull request #8848 from nestjs/renovate/node-16.x
chore(deps): update dependency @types/node to v16.11.17
Configuration menu - View commit details
-
Copy full SHA for 14a111f - Browse repository at this point
Copy the full SHA 14a111fView commit details -
chore(deps-dev): bump @types/redis from 2.8.32 to 4.0.11
Bumps [@types/redis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/redis) from 2.8.32 to 4.0.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/redis) --- updated-dependencies: - dependency-name: "@types/redis" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for af72111 - Browse repository at this point
Copy the full SHA af72111View commit details -
Merge pull request #8851 from micalevisk/fix-issue-8595
Use `isObervable` from `rxjs` instead of our own implementation. Drop few deprecated APIs from 3rd-party libs. And other minor refactorings
Configuration menu - View commit details
-
Copy full SHA for 28516d7 - Browse repository at this point
Copy the full SHA 28516d7View commit details
Commits on Dec 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 303c5fa - Browse repository at this point
Copy the full SHA 303c5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f461030 - Browse repository at this point
Copy the full SHA f461030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 621b20b - Browse repository at this point
Copy the full SHA 621b20bView commit details
Commits on Jan 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a6e8ceb - Browse repository at this point
Copy the full SHA a6e8cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9530b11 - Browse repository at this point
Copy the full SHA 9530b11View commit details
Commits on Jan 3, 2022
-
Merge pull request #8866 from Tony133/sample-06/update-dependencies
sample(06-mongoose): removed duplicate dependencie and not useds
Configuration menu - View commit details
-
Copy full SHA for 8ef2461 - Browse repository at this point
Copy the full SHA 8ef2461View commit details -
Configuration menu - View commit details
-
Copy full SHA for c009219 - Browse repository at this point
Copy the full SHA c009219View commit details -
Merge pull request #8864 from micalevisk/master
Minor improvements on issue templates, and add tests to cover few missing cases
Configuration menu - View commit details
-
Copy full SHA for 0e7107d - Browse repository at this point
Copy the full SHA 0e7107dView commit details
Commits on Jan 5, 2022
-
build(deps-dev): bump mongoose from 6.0.15 to 6.1.5
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.0.15 to 6.1.5. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@6.0.15...6.1.5) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 02aeab0 - Browse repository at this point
Copy the full SHA 02aeab0View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4421532 - Browse repository at this point
Copy the full SHA 4421532View commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 178ce1c - Browse repository at this point
Copy the full SHA 178ce1cView commit details
Commits on Jan 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 230302d - Browse repository at this point
Copy the full SHA 230302dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8729500 - Browse repository at this point
Copy the full SHA 8729500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a9286 - Browse repository at this point
Copy the full SHA 46a9286View commit details
Commits on Jan 10, 2022
-
Merge pull request #8884 from Tony133/sample-05/remove-dependecies-no…
…t-used sample(05-sql-typeorm): removed unused dependencies
Configuration menu - View commit details
-
Copy full SHA for d883db8 - Browse repository at this point
Copy the full SHA d883db8View commit details -
Merge pull request #8885 from Tony133/sample-10/remove-dependecies-no…
…t-used sample(10-fastify): removed unused dependencies
Configuration menu - View commit details
-
Copy full SHA for 2122d8d - Browse repository at this point
Copy the full SHA 2122d8dView commit details -
Merge pull request #8886 from Tony133/sample-17-mvc-fastify/remove-de…
…pendecies-not-used sample(17-mvc-fastify): removed unused dependencies
Configuration menu - View commit details
-
Copy full SHA for 30b75a5 - Browse repository at this point
Copy the full SHA 30b75a5View commit details -
chore(deps): bump copy-props from 2.0.4 to 2.0.5
Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/gulpjs/copy-props/releases) - [Changelog](https://github.com/gulpjs/copy-props/blob/master/CHANGELOG.md) - [Commits](gulpjs/copy-props@2.0.4...2.0.5) --- updated-dependencies: - dependency-name: copy-props dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b77d86 - Browse repository at this point
Copy the full SHA 1b77d86View commit details
Commits on Jan 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0029f52 - Browse repository at this point
Copy the full SHA 0029f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3a9d6 - Browse repository at this point
Copy the full SHA cd3a9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1839187 - Browse repository at this point
Copy the full SHA 1839187View commit details -
Merge pull request #8890 from nestjs/dependabot/npm_and_yarn/copy-pro…
…ps-2.0.5 chore(deps): bump copy-props from 2.0.4 to 2.0.5
Configuration menu - View commit details
-
Copy full SHA for 3416baf - Browse repository at this point
Copy the full SHA 3416bafView commit details -
Merge pull request #8873 from nestjs/dependabot/npm_and_yarn/mongoose…
…-6.1.5 build(deps-dev): bump mongoose from 6.0.15 to 6.1.5
Configuration menu - View commit details
-
Copy full SHA for 1cc92c1 - Browse repository at this point
Copy the full SHA 1cc92c1View commit details -
Merge pull request #8856 from nestjs/renovate/sequelize-4.x
chore(deps): update dependency @types/sequelize to v4.28.11
Configuration menu - View commit details
-
Copy full SHA for dd670fe - Browse repository at this point
Copy the full SHA dd670feView commit details -
Merge pull request #8847 from nestjs/dependabot/npm_and_yarn/point-of…
…-view-5.0.0 chore(deps-dev): bump point-of-view from 4.15.3 to 5.0.0
Configuration menu - View commit details
-
Copy full SHA for 1d487ed - Browse repository at this point
Copy the full SHA 1d487edView commit details -
Merge pull request #8778 from nestjs/dependabot/npm_and_yarn/body-par…
…ser-1.19.1 chore(deps): bump body-parser from 1.19.0 to 1.19.1
Configuration menu - View commit details
-
Copy full SHA for fb71093 - Browse repository at this point
Copy the full SHA fb71093View commit details -
Merge pull request #8768 from nestjs/dependabot/npm_and_yarn/types/re…
…dis-4.0.11 chore(deps-dev): bump @types/redis from 2.8.32 to 4.0.11
Configuration menu - View commit details
-
Copy full SHA for 12badd4 - Browse repository at this point
Copy the full SHA 12badd4View commit details
Commits on Jan 12, 2022
-
chore(deps-dev): bump http-errors from 1.8.1 to 2.0.0
Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.8.1 to 2.0.0. - [Release notes](https://github.com/jshttp/http-errors/releases) - [Changelog](https://github.com/jshttp/http-errors/blob/master/HISTORY.md) - [Commits](jshttp/http-errors@1.8.1...v2.0.0) --- updated-dependencies: - dependency-name: http-errors dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 55b9dec - Browse repository at this point
Copy the full SHA 55b9decView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b627f - Browse repository at this point
Copy the full SHA d3b627fView commit details
There are no files selected for viewing