breethe-client
breethe-client copied to clipboard
Bump @css-blocks/ember-cli from 0.24.0 to 1.5.0
Bumps @css-blocks/ember-cli from 0.24.0 to 1.5.0.
Changelog
Sourced from @css-blocks/ember-cli
's changelog.
1.5.0 (2020-09-16)
Bug Fixes
- Missed one package that needed an opticss upgrade. (6a2345e)
- Pass a copy of sass options for sync setup. (eaf06b6)
- Pick up fix for opticss crash on unknown css declarations. (55f2245)
- Prune css-blocks.css from the output after concatenating it. (a663364)
- Remove some lingering traces of the async factory. (23308e1)
- Set eyeglass root within a directory-scoped processor. (cb72810)
- Update the debug identifier for BlockFactorySync. (17588e3)
Features
- Add file+loc to class name conflict error. (82e4cfd)
- Class name collision detection. (31afe26)
- Scan app CSS for classes. (3ec0216)
- Synchronous Block Factory. (0b31607)
- Update eyeglass integration to support synchronous preprocessing. (f3b11af)
1.4.0 (2020-09-04)
Bug Fixes
- Correctly count the errors in block files. (87b439d)
- Exclude compiled blocks from vendor.css. (98d0e76)
- Only register guids from blocks that are valid. (b234f1d)
- Spelling - brocolli -> broccoli. (a745147)
- Typo in concat options docs. (20048cc)
- Update peerDependency version requirement on ember-cli-htmlbars. (7d0c28d)
- Updates per PR feedback. (e6a4d94)
Features
... (truncated)
Commits
1f10226
chore(release): Publish v1.5.0.cb72810
fix: Set eyeglass root within a directory-scoped processor.eaf06b6
fix: Pass a copy of sass options for sync setup.2c35c05
chore: Fix out-of-date code comment.17588e3
fix: Update the debug identifier for BlockFactorySync.23308e1
fix: Remove some lingering traces of the async factory.f3b11af
feat: Update eyeglass integration to support synchronous preprocessing.0b31607
feat: Synchronous Block Factory.99649de
chore: Tidy up prepare & prepublish tasks.6a2345e
fix: Missed one package that needed an opticss upgrade.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually