Skip to content

Commit 9efa130

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): stable ember infrastructure
1 parent ba1554e commit 9efa130

File tree

2 files changed

+21
-32
lines changed

2 files changed

+21
-32
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"ember-maybe-import-regenerator": "0.1.6",
6060
"ember-qunit": "4.6.0",
6161
"ember-resolver": "8.0.0",
62-
"ember-source": "3.18.1",
62+
"ember-source": "3.19.0",
6363
"ember-welcome-page": "4.0.0",
64-
"eslint-plugin-ember": "8.5.2",
64+
"eslint-plugin-ember": "8.6.0",
6565
"husky": "1.3.1",
6666
"loader.js": "4.7.0",
6767
"nyc": "14.1.1",

yarn.lock

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4844,7 +4844,7 @@ debug@^3.0.0, debug@^3.0.1, debug@^3.1.0, debug@^3.1.1:
48444844
dependencies:
48454845
ms "^2.1.1"
48464846

4847-
debuglog@*, debuglog@^1.0.1:
4847+
debuglog@^1.0.1:
48484848
version "1.0.1"
48494849
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
48504850
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -5741,10 +5741,10 @@ ember-source-channel-url@^2.0.1:
57415741
dependencies:
57425742
got "^8.0.1"
57435743

5744-
ember-source@3.18.1:
5745-
version "3.18.1"
5746-
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.18.1.tgz#64ef40261ef1094e529ef6baabd907e6171a51f7"
5747-
integrity sha512-hfBkU2w+R7zquHpdMI+HCCt51OiBA4vkVd/czm+Xr17+qkxswh748l/VQe0N0IJLhrWlbmeOI6gtrB+Hsk8QAg==
5744+
ember-source@3.19.0:
5745+
version "3.19.0"
5746+
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.19.0.tgz#ea156953d177374baf4911eb95d73625c7f8cbbb"
5747+
integrity sha512-WUL8FojIGNJDtCSxI5SjNguMb6axPPm9p/nskRwox9omj6W+hjbzLzl+pZcMbqRePkQtjCbUTAclVMBdBNaRYg==
57485748
dependencies:
57495749
"@babel/helper-module-imports" "^7.8.3"
57505750
"@babel/plugin-transform-block-scoping" "^7.8.3"
@@ -5977,13 +5977,14 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
59775977
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
59785978
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
59795979

5980-
eslint-plugin-ember@8.5.2:
5981-
version "8.5.2"
5982-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-8.5.2.tgz#9e0c0e43f74e8fe3d5e35903f33edd043f86dec3"
5983-
integrity sha512-dLA3W2GpPYRszKL9smw/S0aj0KxUiL1vlvQMDWsiuvcCCwgE/fGZ2FbdmicR/ssMnW5elRfNVPKQdS2B91AMxA==
5980+
eslint-plugin-ember@8.6.0:
5981+
version "8.6.0"
5982+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-8.6.0.tgz#9099a222325aa57fd0c9782e0a7ea12b1b6552c9"
5983+
integrity sha512-qd/JmdRe180WR7Yc62+Wl9dSGA90vQsuZ92xIP8nL4a16752rUCpKxVeNi0p2tAieB06yFZBWd8C2JZsBC08/g==
59845984
dependencies:
59855985
"@ember-data/rfc395-data" "^0.0.4"
59865986
ember-rfc176-data "^0.3.13"
5987+
lodash.kebabcase "^4.1.1"
59875988
snake-case "^3.0.3"
59885989

59895990
eslint-scope@^4.0.0, eslint-scope@^4.0.3:
@@ -7578,7 +7579,7 @@ import-lazy@^2.1.0:
75787579
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
75797580
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
75807581

7581-
imurmurhash@*, imurmurhash@^0.1.4:
7582+
imurmurhash@^0.1.4:
75827583
version "0.1.4"
75837584
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
75847585
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -8755,11 +8756,6 @@ lodash._baseflatten@^3.0.0:
87558756
lodash.isarguments "^3.0.0"
87568757
lodash.isarray "^3.0.0"
87578758

8758-
lodash._baseindexof@*:
8759-
version "3.1.0"
8760-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
8761-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
8762-
87638759
lodash._baseuniq@~4.6.0:
87648760
version "4.6.0"
87658761
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -8768,16 +8764,11 @@ lodash._baseuniq@~4.6.0:
87688764
lodash._createset "~4.0.0"
87698765
lodash._root "~3.0.0"
87708766

8771-
lodash._bindcallback@*, lodash._bindcallback@^3.0.0:
8767+
lodash._bindcallback@^3.0.0:
87728768
version "3.0.1"
87738769
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
87748770
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
87758771

8776-
lodash._cacheindexof@*:
8777-
version "3.0.2"
8778-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
8779-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
8780-
87818772
lodash._createassigner@^3.0.0:
87828773
version "3.1.1"
87838774
resolved "https://registry.yarnpkg.com/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz#838a5bae2fdaca63ac22dee8e19fa4e6d6970b11"
@@ -8787,19 +8778,12 @@ lodash._createassigner@^3.0.0:
87878778
lodash._isiterateecall "^3.0.0"
87888779
lodash.restparam "^3.0.0"
87898780

8790-
lodash._createcache@*:
8791-
version "3.1.2"
8792-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
8793-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
8794-
dependencies:
8795-
lodash._getnative "^3.0.0"
8796-
87978781
lodash._createset@~4.0.0:
87988782
version "4.0.3"
87998783
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
88008784
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
88018785

8802-
lodash._getnative@*, lodash._getnative@^3.0.0:
8786+
lodash._getnative@^3.0.0:
88038787
version "3.9.1"
88048788
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
88058789
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
@@ -8918,6 +8902,11 @@ lodash.isstring@^4.0.1:
89188902
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
89198903
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
89208904

8905+
lodash.kebabcase@^4.1.1:
8906+
version "4.1.1"
8907+
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
8908+
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
8909+
89218910
lodash.keys@^3.0.0:
89228911
version "3.1.2"
89238912
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
@@ -8937,7 +8926,7 @@ lodash.omit@^4.1.0:
89378926
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
89388927
integrity sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=
89398928

8940-
lodash.restparam@*, lodash.restparam@^3.0.0:
8929+
lodash.restparam@^3.0.0:
89418930
version "3.6.1"
89428931
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
89438932
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=

0 commit comments

Comments
 (0)