Skip to content

Commit d39a9ea

Browse files
committed
Auto merge of #4191 - rust-lang:renovate/ember-css-modules-1.x, r=Turbo87
Update dependency ember-css-modules to v1.6.0 [![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-css-modules](https://togithub.com/salsify/ember-css-modules) | [`1.5.0` -> `1.6.0`](https://renovatebot.com/diffs/npm/ember-css-modules/1.5.0/1.6.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-css-modules/1.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-css-modules/1.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-css-modules/1.6.0/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-css-modules/1.6.0/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>salsify/ember-css-modules</summary> ### [`v1.6.0`](https://togithub.com/salsify/ember-css-modules/blob/master/CHANGELOG.md#&#8203;160-November-19-2021) [Compare Source](https://togithub.com/salsify/ember-css-modules/compare/v1.5.0...v1.6.0) ##### Added - You can now pass `patchClassicComponent: false` in your ECM config to opt out of the deprecated monkeypatching of `Ember.Component` that will be removed entirely in 2.0 (thanks [`@&#8203;SergeAstapov](https://togithub.com/SergeAstapov)!)` ##### Fixed - Modules whose path includes the name of the package they're in no longer cause issues when resolving ``@value`` and `composes:` directives (thanks [`@&#8203;eshirley](https://togithub.com/eshirley)` and [`@&#8203;maxfierke](https://togithub.com/maxfierke)!)` </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 28dbbe3 + bb59c0b commit d39a9ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"ember-cli-terser": "4.0.2",
8686
"ember-click-outside": "2.0.0",
8787
"ember-concurrency": "2.2.0",
88-
"ember-css-modules": "1.5.0",
88+
"ember-css-modules": "1.6.0",
8989
"ember-data": "3.27.1",
9090
"ember-disable-prototype-extensions": "1.1.3",
9191
"ember-event-helpers": "0.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6700,10 +6700,10 @@ [email protected]:
67006700
ember-compatibility-helpers "^1.2.0"
67016701
ember-destroyable-polyfill "^2.0.2"
67026702

6703-
ember-css-modules@1.5.0:
6704-
version "1.5.0"
6705-
resolved "https://registry.yarnpkg.com/ember-css-modules/-/ember-css-modules-1.5.0.tgz#3eba9378440f84edd9f87e76088d23867571c795"
6706-
integrity sha512-O2d3o1oZw3LZE8K123W9in764bg4VcBj4UxspIWpsz6dAIYbpAQOb8zo/wuMIwaocd8mgjfFkS4nHpxIEvcjVw==
6703+
ember-css-modules@1.6.0:
6704+
version "1.6.0"
6705+
resolved "https://registry.yarnpkg.com/ember-css-modules/-/ember-css-modules-1.6.0.tgz#fa2ffc14dd6d81ccc109a3bd299d50502ecfdec3"
6706+
integrity sha512-koUJn2CqFOXcsFOsRQefULLTF7s8PKc/roG9VKDVcTe5OCtBPzqmepYqWsTmWkIbx7VZpXtHsQAx9hxpG5cFMg==
67076707
dependencies:
67086708
broccoli-bridge "^1.0.0"
67096709
broccoli-concat "^3.2.2"

0 commit comments

Comments
 (0)