Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgrade ember-cli-sass & ember-cli-babel #299

Merged
merged 3 commits into from
Sep 17, 2019

Conversation

buschtoens
Copy link
Contributor

Upgrades these dependencies:

  • ember-cli-sass: ^7.1.3 -> ^10.0.1
    This allows running the dummy app with Node 12.
  • ember-cli-babel: ^6.8.2 -> ^7.7.3
    This enables the usage of decorators.
    Also removes the deprecated babel.blacklist config. This is now handled via the browser targets.js.

These were the only dependencies blocking my local development, but I would also recommend to upgrade the others soon:

image

@maxfierke
Copy link
Collaborator

@buschtoens mind rebasing this on the latest master? Might have some conflicts w/ the ember-cli-babel updates, but I think the sass updates to unblock Node 12 would still be good.

`^7.1.3` -> `^10.0.1`

Also adds `sass` as the new default sass implementation.

This allows running the dummy app with Node 12.
`^6.8.2` -> `^7.7.3`

This enables the usage of decorators.

Also removes the deprecated `babel.blacklist` config. This is now
handled via the browser `targets.js`.
ember-cli-build.js Outdated Show resolved Hide resolved
@maxfierke maxfierke merged commit 047caf7 into machty:master Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants