Skip to content

Commit 31f4d1d

Browse files
committed
Auto merge of #4510 - rust-lang:renovate/ember-cli-notifications-8.x, r=Turbo87
Update dependency ember-cli-notifications to v8 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-cli-notifications](https://togithub.com/mansona/ember-cli-notifications) | [`7.0.0` -> `8.0.0`](https://renovatebot.com/diffs/npm/ember-cli-notifications/7.0.0/8.0.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-cli-notifications/8.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-cli-notifications/8.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-cli-notifications/8.0.0/compatibility-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-cli-notifications/8.0.0/confidence-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mansona/ember-cli-notifications</summary> ### [`v8.0.0`](https://togithub.com/mansona/ember-cli-notifications/blob/HEAD/CHANGELOG.md#&#8203;800--2022-01-28) [Compare Source](https://togithub.com/mansona/ember-cli-notifications/compare/v7.0.0...v8.0.0) \================== - Replace overridable icon paths with overridable icon components [#&#8203;324](https://togithub.com/mansona/ember-cli-notifications/issues/324) from [`@&#8203;pichfl](https://togithub.com/pichfl)` - BREAKING: Remove obsolete `equals` helper [#&#8203;326](https://togithub.com/mansona/ember-cli-notifications/issues/326) from [`@&#8203;pichfl](https://togithub.com/pichfl)` - Breaking: Drop support for Node 10 and Modernize syntax [#&#8203;320](https://togithub.com/mansona/ember-cli-notifications/issues/320) from [`@&#8203;pichfl](https://togithub.com/pichfl)` - add no-deprecations ember-try scenarios [#&#8203;322](https://togithub.com/mansona/ember-cli-notifications/issues/322) from [`@&#8203;mansona](https://togithub.com/mansona)` - Fix `no-curly-component-invocation` issues [#&#8203;319](https://togithub.com/mansona/ember-cli-notifications/issues/319) from [`@&#8203;Turbo87](https://togithub.com/Turbo87)` - update lint-to-the-future [#&#8203;318](https://togithub.com/mansona/ember-cli-notifications/issues/318) from [`@&#8203;mansona](https://togithub.com/mansona)` - Fix `prettier` issues [#&#8203;315](https://togithub.com/mansona/ember-cli-notifications/issues/315) from [`@&#8203;Turbo87](https://togithub.com/Turbo87)` - Fix `implicit-this` issues [#&#8203;314](https://togithub.com/mansona/ember-cli-notifications/issues/314) from [`@&#8203;Turbo87](https://togithub.com/Turbo87)` - add fail-fast: false for ember-try scenarios [#&#8203;317](https://togithub.com/mansona/ember-cli-notifications/issues/317) from [`@&#8203;mansona](https://togithub.com/mansona)` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 4e7b6d5 + e39eb93 commit 31f4d1d

File tree

2 files changed

+35
-41
lines changed

2 files changed

+35
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"ember-cli-htmlbars": "6.0.1",
8383
"ember-cli-inject-live-reload": "2.1.0",
8484
"ember-cli-mirage": "2.4.0",
85-
"ember-cli-notifications": "7.0.0",
85+
"ember-cli-notifications": "8.0.0",
8686
"ember-cli-terser": "4.0.2",
8787
"ember-click-outside": "3.0.0",
8888
"ember-concurrency": "2.2.0",

yarn.lock

Lines changed: 34 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4228,7 +4228,7 @@ broccoli-persistent-filter@^1.1.5, broccoli-persistent-filter@^1.1.6, broccoli-p
42284228
symlink-or-copy "^1.0.1"
42294229
walk-sync "^0.3.1"
42304230

4231-
broccoli-persistent-filter@^2.1.0, broccoli-persistent-filter@^2.2.1, broccoli-persistent-filter@^2.3.0, broccoli-persistent-filter@^2.3.1:
4231+
broccoli-persistent-filter@^2.2.1, broccoli-persistent-filter@^2.3.0, broccoli-persistent-filter@^2.3.1:
42324232
version "2.3.1"
42334233
resolved "https://registry.yarnpkg.com/broccoli-persistent-filter/-/broccoli-persistent-filter-2.3.1.tgz#4a052e0e0868b344c3a2977e35a3d497aa9eca72"
42344234
integrity sha512-hVsmIgCDrl2NFM+3Gs4Cr2TA6UPaIZip99hN8mtkaUPgM8UeVnCbxelCvBjUBHo0oaaqP5jzqqnRVvb568Yu5g==
@@ -4311,17 +4311,6 @@ broccoli-plugin@^4.0.0, broccoli-plugin@^4.0.2, broccoli-plugin@^4.0.3, broccoli
43114311
rimraf "^3.0.2"
43124312
symlink-or-copy "^1.3.1"
43134313

4314-
broccoli-postcss@^5.0.0:
4315-
version "5.1.0"
4316-
resolved "https://registry.yarnpkg.com/broccoli-postcss/-/broccoli-postcss-5.1.0.tgz#5b660fa72ba921b01574b4ab10449b20890bba0a"
4317-
integrity sha512-f5cHP5g7EFidu9w88WOLTtbk4dd/W7amK0nek08FkmUII2h4W/Je4EV26HtMEm9nb1hKI301wwuEQ5AQRsVYog==
4318-
dependencies:
4319-
broccoli-funnel "^3.0.0"
4320-
broccoli-persistent-filter "^2.1.0"
4321-
minimist ">=1.2.5"
4322-
object-assign "^4.1.1"
4323-
postcss "^7.0.5"
4324-
43254314
broccoli-postcss@^6.0.0:
43264315
version "6.0.1"
43274316
resolved "https://registry.yarnpkg.com/broccoli-postcss/-/broccoli-postcss-6.0.1.tgz#8d2e893275559458eff3557dcefd38e141c390f6"
@@ -6034,7 +6023,7 @@ ember-cli-babel-plugin-helpers@^1.0.0, ember-cli-babel-plugin-helpers@^1.1.1:
60346023
resolved "https://registry.yarnpkg.com/ember-cli-babel-plugin-helpers/-/ember-cli-babel-plugin-helpers-1.1.1.tgz#5016b80cdef37036c4282eef2d863e1d73576879"
60356024
integrity sha512-sKvOiPNHr5F/60NLd7SFzMpYPte/nnGkq/tMIfXejfKHIhaiIkYFqX8Z9UFTKWLLn+V7NOaby6niNPZUdvKCRw==
60366025

6037-
ember-cli-babel@7.26.11, ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.10.0, ember-cli-babel@^7.13.0, ember-cli-babel@^7.13.2, ember-cli-babel@^7.17.2, ember-cli-babel@^7.19.0, ember-cli-babel@^7.21.0, ember-cli-babel@^7.22.1, ember-cli-babel@^7.23.0, ember-cli-babel@^7.23.1, ember-cli-babel@^7.26.3, ember-cli-babel@^7.26.4, ember-cli-babel@^7.26.5, ember-cli-babel@^7.26.6, ember-cli-babel@^7.26.8, ember-cli-babel@^7.7.3:
6026+
ember-cli-babel@7.26.11, ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.2, ember-cli-babel@^7.1.3, ember-cli-babel@^7.10.0, ember-cli-babel@^7.13.0, ember-cli-babel@^7.13.2, ember-cli-babel@^7.17.2, ember-cli-babel@^7.19.0, ember-cli-babel@^7.21.0, ember-cli-babel@^7.22.1, ember-cli-babel@^7.23.0, ember-cli-babel@^7.23.1, ember-cli-babel@^7.26.3, ember-cli-babel@^7.26.4, ember-cli-babel@^7.26.5, ember-cli-babel@^7.26.6, ember-cli-babel@^7.26.8, ember-cli-babel@^7.7.3:
60386027
version "7.26.11"
60396028
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.26.11.tgz#50da0fe4dcd99aada499843940fec75076249a9f"
60406029
integrity sha512-JJYeYjiz/JTn34q7F5DSOjkkZqy8qwFOOxXfE6pe9yEJqWGu4qErKxlz8I22JoVEQ/aBUO+OcKTpmctvykM9YA==
@@ -6247,20 +6236,21 @@ ember-cli-normalize-entity-name@^1.0.0:
62476236
dependencies:
62486237
silent-error "^1.0.0"
62496238

6250-
ember-cli-notifications@7.0.0:
6251-
version "7.0.0"
6252-
resolved "https://registry.yarnpkg.com/ember-cli-notifications/-/ember-cli-notifications-7.0.0.tgz#95b805678b8caf012ba77f49bdf4d058fe3554e4"
6253-
integrity sha512-PBliLRRMVrf+SZcN335oK/yQgxK3HTW9ZLMr9eXYE9ASRlZmXt/VTdvBl+oM35j3VoTjXieervLAGR0pUNx4QA==
6239+
ember-cli-notifications@8.0.0:
6240+
version "8.0.0"
6241+
resolved "https://registry.yarnpkg.com/ember-cli-notifications/-/ember-cli-notifications-8.0.0.tgz#3a373830390c2976cc9070832f5678a8c58cf3d9"
6242+
integrity sha512-kvAp97ODHQEyOInsVxRGfccrwaEoKZCT6ALL6Ej8E140S1yoZAepxVDphWnQJ/BxViR0Hp5sMiE01v8SdvdrMA==
62546243
dependencies:
62556244
broccoli-funnel "^3.0.2"
62566245
broccoli-merge-trees "^4.1.0"
6257-
broccoli-postcss "^5.0.0"
6258-
ember-cli-babel "^7.26.3"
6259-
ember-cli-htmlbars "^5.7.1"
6260-
ember-get-config "^0.2.4 || ^0.3.0"
6246+
broccoli-postcss "^6.0.0"
6247+
ember-cli-babel "^7.26.6"
6248+
ember-cli-htmlbars "^6.0.0"
6249+
ember-decorators-polyfill "^1.1.5"
6250+
ember-get-config "^0.5.0"
62616251
ember-on-modifier "^1.0.0"
62626252
lodash.get "^4.4.2"
6263-
postcss-import "^12.0.1"
6253+
postcss-import "^14.0.2"
62646254
postcss-preset-env "^6.7.0"
62656255

62666256
ember-cli-path-utils@^1.0.0:
@@ -6577,6 +6567,15 @@ ember-data@4.1.0:
65776567
ember-cli-typescript "^4.1.0"
65786568
ember-inflector "^4.0.1"
65796569

6570+
ember-decorators-polyfill@^1.1.5:
6571+
version "1.1.5"
6572+
resolved "https://registry.yarnpkg.com/ember-decorators-polyfill/-/ember-decorators-polyfill-1.1.5.tgz#49203c302ea4486618ba4866923ec657cf2c9f3d"
6573+
integrity sha512-O154i8sLoVjsiKzSqxGRfHGr+N+drT6mRrLDbNgJCnW/V5uLg/ppZFpUsrdxuXnp5Q9us3OfXV1nX2CH+7bUpA==
6574+
dependencies:
6575+
ember-cli-babel "^7.1.2"
6576+
ember-cli-version-checker "^3.1.3"
6577+
ember-compatibility-helpers "^1.2.0"
6578+
65806579
ember-destroyable-polyfill@^2.0.1, ember-destroyable-polyfill@^2.0.2, ember-destroyable-polyfill@^2.0.3:
65816580
version "2.0.3"
65826581
resolved "https://registry.yarnpkg.com/ember-destroyable-polyfill/-/ember-destroyable-polyfill-2.0.3.tgz#1673ed66609a82268ef270a7d917ebd3647f11e1"
@@ -6650,13 +6649,14 @@ ember-fetch@8.1.1:
66506649
node-fetch "^2.6.1"
66516650
whatwg-fetch "^3.6.2"
66526651

6653-
"ember-get-config@0.2.4 - 0.5.0", "ember-get-config@^0.2.4 || ^0.3.0":
6654-
version "0.3.0"
6655-
resolved "https://registry.yarnpkg.com/ember-get-config/-/ember-get-config-0.3.0.tgz#a73a1a87b48d9dde4c66a0e52ed5260b8a48cfbd"
6656-
integrity sha512-0e2pKzwW5lBZ4oJnvu9qHOht4sP1MWz/m3hyz8kpSoMdrlZVf62LDKZ6qfKgy8drcv5YhCMYE6QV7MhnqlrzEQ==
6652+
"ember-get-config@0.2.4 - 0.5.0", ember-get-config@^0.5.0:
6653+
version "0.5.0"
6654+
resolved "https://registry.yarnpkg.com/ember-get-config/-/ember-get-config-0.5.0.tgz#8195f3e4c0ff0742182c81ae54aad78d07a24bcf"
6655+
integrity sha512-y1osD6g8wV/BlDjuaN6OG5MT0iHY2X/yE38gUj/05uUIMIRfpcwOdWnFQHBiXIhDojvAJQTEF1VOYFIETQMkeQ==
66576656
dependencies:
66586657
broccoli-file-creator "^1.1.1"
6659-
ember-cli-babel "^7.0.0"
6658+
ember-cli-babel "^7.26.6"
6659+
ember-cli-htmlbars "^5.7.1"
66606660

66616661
ember-in-element-polyfill@^1.0.0, ember-in-element-polyfill@^1.0.1:
66626662
version "1.0.1"
@@ -11621,13 +11621,12 @@ postcss-image-set-function@^3.0.1:
1162111621
postcss "^7.0.2"
1162211622
postcss-values-parser "^2.0.0"
1162311623

11624-
postcss-import@^12.0.1:
11625-
version "12.0.1"
11626-
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-12.0.1.tgz#cf8c7ab0b5ccab5649024536e565f841928b7153"
11627-
integrity sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==
11624+
postcss-import@^14.0.2:
11625+
version "14.0.2"
11626+
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.0.2.tgz#60eff77e6be92e7b67fe469ec797d9424cae1aa1"
11627+
integrity sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==
1162811628
dependencies:
11629-
postcss "^7.0.1"
11630-
postcss-value-parser "^3.2.3"
11629+
postcss-value-parser "^4.0.0"
1163111630
read-cache "^1.0.0"
1163211631
resolve "^1.1.7"
1163311632

@@ -11816,12 +11815,7 @@ postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector
1181611815
cssesc "^3.0.0"
1181711816
util-deprecate "^1.0.2"
1181811817

11819-
postcss-value-parser@^3.2.3:
11820-
version "3.3.1"
11821-
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
11822-
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
11823-
11824-
postcss-value-parser@^4.1.0:
11818+
postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0:
1182511819
version "4.2.0"
1182611820
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
1182711821
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
@@ -11844,7 +11838,7 @@ postcss@8.4.5, postcss@^8.0.0, postcss@^8.1.4, postcss@^8.2.15:
1184411838
picocolors "^1.0.0"
1184511839
source-map-js "^1.0.1"
1184611840

11847-
postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
11841+
postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
1184811842
version "7.0.39"
1184911843
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
1185011844
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==

0 commit comments

Comments
 (0)