-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.0.0](v5.1.0...v6.0.0) (2020-03-25) ### Features * **deps:** drop support for ember 3.12 ([6fa06e1](6fa06e1)) * **utils:** increase slugify max-length to 127 ([3c647ea](3c647ea)) * **validation:** add minlength validation for text fields ([b34fc47](b34fc47)) ### BREAKING CHANGES * **deps:** The support for the former ember LTS version 3.12 was dropped since we only support the latest LTS version which is now 3.16. This change happened in 4eaecdb where we forgot to mark it as a breaking change which is why this commit is empty.
- Loading branch information
1 parent
6fa06e1
commit 34317dd
Showing
3 changed files
with
32 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6313,14 +6313,14 @@ debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@~4.1.0: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debug@^3.0.0, debug@^3.0.1, debug@^3.1.0, debug@^3.1.1, debug@^3.2.6: | ||
debug@^3.0.0, debug@^3.0.1, debug@^3.1.0, debug@^3.1.1: | ||
version "3.2.6" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" | ||
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== | ||
dependencies: | ||
ms "^2.1.1" | ||
|
||
debuglog@*, debuglog@^1.0.1: | ||
debuglog@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" | ||
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI= | ||
|
@@ -6488,11 +6488,6 @@ detect-indent@~5.0.0: | |
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" | ||
integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50= | ||
|
||
detect-libc@^1.0.2: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" | ||
integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= | ||
|
||
[email protected]: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" | ||
|
@@ -10552,7 +10547,7 @@ [email protected]: | |
slash "^3.0.0" | ||
which-pm-runs "^1.0.0" | ||
|
||
[email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13: | ||
[email protected], iconv-lite@^0.4.24, iconv-lite@~0.4.13: | ||
version "0.4.24" | ||
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" | ||
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== | ||
|
@@ -10619,7 +10614,7 @@ import-lazy@^2.1.0: | |
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" | ||
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= | ||
|
||
imurmurhash@*, imurmurhash@^0.1.4: | ||
imurmurhash@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" | ||
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= | ||
|
@@ -12079,11 +12074,6 @@ lodash._baseflatten@^3.0.0: | |
lodash.isarguments "^3.0.0" | ||
lodash.isarray "^3.0.0" | ||
|
||
lodash._baseindexof@*: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c" | ||
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw= | ||
|
||
lodash._baseuniq@~4.6.0: | ||
version "4.6.0" | ||
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8" | ||
|
@@ -12092,16 +12082,11 @@ lodash._baseuniq@~4.6.0: | |
lodash._createset "~4.0.0" | ||
lodash._root "~3.0.0" | ||
|
||
lodash._bindcallback@*, lodash._bindcallback@^3.0.0: | ||
lodash._bindcallback@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e" | ||
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4= | ||
|
||
lodash._cacheindexof@*: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92" | ||
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI= | ||
|
||
lodash._createassigner@^3.0.0: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz#838a5bae2fdaca63ac22dee8e19fa4e6d6970b11" | ||
|
@@ -12111,19 +12096,12 @@ lodash._createassigner@^3.0.0: | |
lodash._isiterateecall "^3.0.0" | ||
lodash.restparam "^3.0.0" | ||
|
||
lodash._createcache@*: | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093" | ||
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM= | ||
dependencies: | ||
lodash._getnative "^3.0.0" | ||
|
||
lodash._createset@~4.0.0: | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26" | ||
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY= | ||
|
||
lodash._getnative@*, lodash._getnative@^3.0.0: | ||
lodash._getnative@^3.0.0: | ||
version "3.9.1" | ||
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" | ||
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U= | ||
|
@@ -12391,7 +12369,7 @@ lodash.reject@^4.4.0: | |
resolved "https://registry.yarnpkg.com/lodash.reject/-/lodash.reject-4.6.0.tgz#80d6492dc1470864bbf583533b651f42a9f52415" | ||
integrity sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU= | ||
|
||
lodash.restparam@*, lodash.restparam@^3.0.0: | ||
lodash.restparam@^3.0.0: | ||
version "3.6.1" | ||
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" | ||
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU= | ||
|
@@ -13235,15 +13213,6 @@ natural-compare@^1.4.0: | |
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" | ||
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= | ||
|
||
needle@^2.2.1: | ||
version "2.3.3" | ||
resolved "https://registry.yarnpkg.com/needle/-/needle-2.3.3.tgz#a041ad1d04a871b0ebb666f40baaf1fb47867117" | ||
integrity sha512-EkY0GeSq87rWp1hoq/sH/wnTWgFVhYlnIkbJ0YJFfRgEFlz2RraCjBpFQ+vrEgEdp0ThfyHADmkChEhcb7PKyw== | ||
dependencies: | ||
debug "^3.2.6" | ||
iconv-lite "^0.4.4" | ||
sax "^1.2.4" | ||
|
||
[email protected]: | ||
version "0.6.2" | ||
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" | ||
|
@@ -13392,22 +13361,6 @@ node-notifier@^5.0.1: | |
shellwords "^0.1.1" | ||
which "^1.3.0" | ||
|
||
node-pre-gyp@*: | ||
version "0.14.0" | ||
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.14.0.tgz#9a0596533b877289bcad4e143982ca3d904ddc83" | ||
integrity sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA== | ||
dependencies: | ||
detect-libc "^1.0.2" | ||
mkdirp "^0.5.1" | ||
needle "^2.2.1" | ||
nopt "^4.0.1" | ||
npm-packlist "^1.1.6" | ||
npmlog "^4.0.2" | ||
rc "^1.2.7" | ||
rimraf "^2.6.1" | ||
semver "^5.3.0" | ||
tar "^4.4.2" | ||
|
||
node-releases@^1.1.52: | ||
version "1.1.52" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.52.tgz#bcffee3e0a758e92e44ecfaecd0a47554b0bcba9" | ||
|
@@ -13566,7 +13519,7 @@ npm-package-arg@^8.0.0: | |
semver "^7.0.0" | ||
validate-npm-package-name "^3.0.0" | ||
|
||
npm-packlist@^1.1.12, npm-packlist@^1.1.6, npm-packlist@^1.4.8: | ||
npm-packlist@^1.1.12, npm-packlist@^1.4.8: | ||
version "1.4.8" | ||
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.8.tgz#56ee6cc135b9f98ad3d51c1c95da22bbb9b2ef3e" | ||
integrity sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A== | ||
|
@@ -13804,7 +13757,7 @@ npm@^6.10.3, npm@^6.8.0: | |
worker-farm "^1.7.0" | ||
write-file-atomic "^2.4.3" | ||
|
||
npmlog@^4.0.0, npmlog@^4.0.2, npmlog@^4.1.2, npmlog@~4.1.2: | ||
npmlog@^4.0.0, npmlog@^4.1.2, npmlog@~4.1.2: | ||
version "4.1.2" | ||
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" | ||
integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== | ||
|
@@ -15110,7 +15063,7 @@ raw-body@~1.1.0: | |
bytes "1" | ||
string_decoder "0.10" | ||
|
||
rc@^1.0.1, rc@^1.1.6, rc@^1.2.7, rc@^1.2.8: | ||
rc@^1.0.1, rc@^1.1.6, rc@^1.2.8: | ||
version "1.2.8" | ||
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" | ||
integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== | ||
|
@@ -15917,7 +15870,7 @@ sass@^1.22.10, sass@^1.26.3: | |
dependencies: | ||
chokidar ">=2.0.0 <4.0.0" | ||
|
||
sax@^1.2.4, sax@~1.2.4: | ||
sax@~1.2.4: | ||
version "1.2.4" | ||
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" | ||
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== | ||
|
@@ -17016,7 +16969,7 @@ tapable@^1.0.0, tapable@^1.1.0: | |
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" | ||
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== | ||
|
||
tar@^4.4.10, tar@^4.4.12, tar@^4.4.13, tar@^4.4.2: | ||
tar@^4.4.10, tar@^4.4.12, tar@^4.4.13: | ||
version "4.4.13" | ||
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525" | ||
integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA== | ||
|