-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update broccoli to the latest version 🚀 #44
base: master
Are you sure you want to change the base?
Conversation
Update to this version instead 🚀 CommitsThe new version differs by 9 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for ES Modules, Export function & Environment supportThis release adds support for several new features. ES Modules syntaxPR: #385 import merge from 'broccoli-merge-trees'; Export functionPR: #386 import merge from 'broccoli-merge-trees'; EnvironmentPR: #387 import merge from 'broccoli-merge-trees'; import uglify from 'broccoli-uglify-js'; |
Update to this version instead 🚀 CommitsThe new version differs by 15 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for TypeScript supportThe future is here, today! Broccoli now supports a Brocfile.ts, and will auto compile this through ts-node 🎉 By default, ts-node uses TypeScript defaults for the compiler options. If you wish to add your own compiler options to make things stricter, you can add a tsconfig.json of your own and Broccoli should auto pick this up. So now: import merge = require('broccoli-merge-trees'); import uglify = require('broccoli-uglify-sourcemap'); import { BrocfileOptions } from 'broccoli'; Should work, and your editor should get access to the types it can find. Thanks to everyone who helped in reviewing this. |
Update to this version instead 🚀 CommitsThe new version differs by 18 commits.
There are 18 commits in total. See the full diff |
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
The dependency broccoli was updated from
1.1.4
to2.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴