Skip to content

Commit 5d41ca4

Browse files
Merge pull request #605 from nestjs/renovate/major-nest-monorepo
chore(deps): update nest monorepo to v8 (major)
2 parents fe07fdb + 0f2c9c5 commit 5d41ca4

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
},
2323
"peerDependencies": {
2424
"@azure/functions": "^1.0.3",
25-
"@nestjs/common": "^6.0.0 || ^7.0.0",
26-
"@nestjs/core": "^6.0.0 || ^7.0.0",
25+
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0",
26+
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0",
2727
"reflect-metadata": "^0.1.13"
2828
},
2929
"devDependencies": {
3030
"@azure/functions": "1.2.3",
3131
"@commitlint/cli": "12.1.4",
3232
"@commitlint/config-angular": "12.1.4",
33-
"@nestjs/common": "7.6.18",
34-
"@nestjs/core": "7.6.18",
33+
"@nestjs/common": "8.0.0",
34+
"@nestjs/core": "8.0.0",
3535
"@nestjs/schematics": "8.0.0",
3636
"@types/node": "14.17.5",
3737
"@typescript-eslint/eslint-plugin": "4.28.2",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -907,27 +907,27 @@
907907
"@types/yargs" "^16.0.0"
908908
chalk "^4.0.0"
909909

910-
"@nestjs/common@7.6.18":
911-
version "7.6.18"
912-
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.6.18.tgz#d89e6d248985eec13af60507a8725cb2142d660a"
913-
integrity sha512-BUJQHNhWzwWOkS4Ryndzd4HTeRObcAWV2Fh+ermyo3q3xYQQzNoEWclJVL/wZec8AONELwIJ+PSpWI53VP0leg==
910+
"@nestjs/common@8.0.0":
911+
version "8.0.0"
912+
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-8.0.0.tgz#b87499cb6cd9ff0313a247da70ea5c5a16011fd7"
913+
integrity sha512-qztj56rJRFnNPfz/ddCu2TkSwEHTpm0wi9xydyEfHk8b7QM10ZwkHoM2Of/qWxDkh3qDu8fscdxo7w1ix+EKFA==
914914
dependencies:
915915
axios "0.21.1"
916916
iterare "1.2.1"
917-
tslib "2.2.0"
917+
tslib "2.3.0"
918918
uuid "8.3.2"
919919

920-
"@nestjs/core@7.6.18":
921-
version "7.6.18"
922-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.6.18.tgz#36448f0ae7f7d08f032e1e7e53b4a4c82ae844d7"
923-
integrity sha512-CGu20OjIxgFDY7RJT5t1TDGL8wSlTSlbZEkn8U5OlICZEB3WIpi98G7ajJpnRWmEgW8S4aDJmRKGjT+Ntj5U4A==
920+
"@nestjs/core@8.0.0":
921+
version "8.0.0"
922+
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-8.0.0.tgz#db609c46cb7482279bac9b1aef7bce343df38bad"
923+
integrity sha512-DGlqMoPvWZmPPTXX2B2ln5l9WHMCfCPkF+/PoSmnDLuuVo/QlKBAlDbZELVRuELShpXVXiJlcManFQ579dxhOA==
924924
dependencies:
925925
"@nuxtjs/opencollective" "0.3.2"
926926
fast-safe-stringify "2.0.7"
927927
iterare "1.2.1"
928-
object-hash "2.1.1"
928+
object-hash "2.2.0"
929929
path-to-regexp "3.2.0"
930-
tslib "2.2.0"
930+
tslib "2.3.0"
931931
uuid "8.3.2"
932932

933933
@@ -4530,10 +4530,10 @@ object-assign@^4:
45304530
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
45314531
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
45324532

4533-
object-hash@2.1.1:
4534-
version "2.1.1"
4535-
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.1.1.tgz#9447d0279b4fcf80cff3259bf66a1dc73afabe09"
4536-
integrity sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ==
4533+
object-hash@2.2.0:
4534+
version "2.2.0"
4535+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
4536+
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
45374537

45384538
object-inspect@^1.9.0:
45394539
version "1.9.0"
@@ -5785,10 +5785,10 @@ tsconfig-paths@^3.9.0:
57855785
minimist "^1.2.0"
57865786
strip-bom "^3.0.0"
57875787

5788-
tslib@2.2.0:
5789-
version "2.2.0"
5790-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
5791-
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
5788+
tslib@2.3.0:
5789+
version "2.3.0"
5790+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
5791+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
57925792

57935793
tslib@^1.8.1, tslib@^1.9.0:
57945794
version "1.14.1"

0 commit comments

Comments
 (0)