Giter VIP home page Giter VIP logo

ng2-admin's Introduction

Build Status Codeship Status for sethbergman/ng2-admin Join the chat at https://gitter.im/ng2-admin/Lobby Dependency Status

Admin panel framework based on Angular 2, Bootstrap 4 and Webpack

Greenkeeper badge

Admin template made with ❤️ by Akveo team. Follow us on Twitter to get latest news about this template first!

Demo

Sky Blue

Live Demo

Angular 1.x version

Here you can find Angular 1.x based version: Blur Admin

Documentation

Installation, customization and other useful articles: https://akveo.github.io/ng2-admin/

Based on

Angular 2, Bootstrap 4, Webpack and lots of awesome modules and plugins

How can I support developers?

  • Star our GitHub repo ⭐
  • Create pull requests, submit bugs, suggest new features or documentation updates 🔧
  • Follow us on Twitter 🐾
  • Like our page on Facebook 👍

Can I hire you guys?

Yes! Visit our homepage or simply leave us a note to [email protected]. We will be happy to work with you!

Features

  • TypeScript
  • Webpack
  • Responsive layout
  • High resolution
  • Bootstrap 4 CSS Framework
  • Sass
  • Angular 2
  • jQuery
  • Charts (Chartist, Chart.js)
  • Maps (Google, Leaflet, amMap)
  • and many more!

##License MIT license.

From akveo

Enjoy 🤘 We're always happy to hear your feedback!

ng2-admin's People

Contributors

greenkeeper[bot] avatar sethbergman avatar

Stargazers

 avatar  avatar

Watchers

 avatar

ng2-admin's Issues

An in-range update of @types/fullcalendar is breaking the build 🚨

Version 2.7.37 of @types/fullcalendar just got published.

Branch Build failing 🚨
Dependency @types/fullcalendar
Current Version 2.7.36
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As @types/fullcalendar is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of to-string-loader is breaking the build 🚨

Version 1.1.5 of to-string-loader just got published.

Branch Build failing 🚨
Dependency to-string-loader
Current Version 1.1.4
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As to-string-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details,- ❌ continuous-integration/codeship Build failed Details

Commits

The new version differs by 3 commits0.

  • 2c44c7f 1.1.5
  • eddaf10 Merge pull request #8 from SeerUK/master
  • d909241 Fixed an issue where some paths would not be resolved correctly for other resources. Updated docblocks to point at new documentation.

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of css-loader is breaking the build 🚨

Version 0.26.2 of css-loader just got published.

Branch Build failing 🚨
Dependency css-loader
Current Version 0.26.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As css-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of exports-loader is breaking the build 🚨

Version 0.6.4 of exports-loader just got published.

Branch Build failing 🚨
Dependency exports-loader
Current Version 0.6.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As exports-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of chart.js is breaking the build 🚨

Version 2.5.0 of chart.js just got published.

Branch Build failing 🚨
Dependency chart.js
Current Version 2.4.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As chart.js is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Release Notes Version 2.5

Version 2.5 brings some exciting new features to Chart.js. Now, configuration options can be updated at runtime (with some exceptions) just by changing the chart.config.options object and calling chart.update().

More powerful plugins that can be added to an individual chart (instead of globally), but also disabled on a per chart basis. This gives you fine grained control over when plugins interact with your charts. The plugins were changed to support cancelling chart actions by returning false from any before* plugin calls.

Two new extensions have been added: beforeEvent and afterEvent, respectively called before and after the chart responds to an input event such as a mousemove or a click. The plugin is passed a wrapped version of the event, that implements IEvent.

Breaking Changes

  • #3570 Removed unused Chart.helpers.cancelAnimFrame method.
  • #3669 onHover callback now has 3 parameters. The 2nd parameter is the event that triggered the hover. This was done for consistency with the onClick callback.

New Features

  • #2060 Chart options can now be updated at runtime.
  • #2643 Stacked bar charts now support groupings into smaller stacks. Thanks @potatopeelings
  • #3335 Plugins can now be specified per chart.

Enhancements

  • #1933 Legends can now be hidden dynamically by a plugin at runtime based on the chart size.
  • #2873, #3491, #3506 Chart elements are clipped when outside the chart area. Thanks @KoyoSE
  • #3208 Slow performance using moment.js. Thanks @tredston
  • #3225 Multiple lines of text are now supported in radar chart labels
  • #3514 Add rectRounded point style. Thanks @cmoel
  • #3818 Removed useless initialization steps to improve performance

Issues Fixed

  • #2478 Large x axis labels created odd gaps in the chart
  • #2780 Bar chart when data is 0. Thanks @KoyoSE
  • #2879, #3354 Rotated labels caused issues on the category axis
  • #3141 Axis width incorrectly used ticks.padding option when measuring
  • #3199 Line Chart border width of 0 was ignored.
  • #3412 Long y axis tick text was cutoff
  • #3381 Infinite loop when in certain cases when generating logarithmic ticks.
  • #3387 Fixed legend text alignment
  • #3408 Monotone cubic interpolation broke when two adjacent points had the same x value
  • #3528 null data caused incorrect tooltips for the time scale. Thanks @Jareechang
  • #3585 Logarithmic stacked bar charts don't draw the first dataset
  • #3589 Wrong category size of bars when x axis has min and max options. Thanks @KoyoSE
  • #3591 Correct radar chart tension settings
  • #3592 Correct radar chart documentation name for point radius setting
  • #3603 Fix crash in dataset interaction mode
  • #3605 Documentation for x-axis interaction mode was incorrect. Thanks @weareoutman
  • #3607 Correct link in animation section of documentation. Thanks @38elements
  • #3618 Tooltip label is incorrect on Bar chart when min is defined. Thanks @KoyoSE
  • #3685 bug when calculating if steps fit into scale as a whole number. Thanks @Tarqwyn
  • #3713 Axis label was cutoff when axis was at top of chart. Thanks @KoyoSE
  • #3717 Removed jQuery code from samples. Thanks @KoyoSE
  • #3739 Incorrect use of animation options in doughnut chart docs. Thanks @NtsDK
  • #3741 Axis labels placed incorrectly when axis is at the top of the chart. Thanks @KoyoSE
  • #3763 Pie charts incorrectly calculated the inner radius when cutout percentage was 0.
  • #3772 Fix incorrect anchor link in docs. Thanks @mdewilde
  • #3788 Fixed docs for using Chart.js with CommonJS and ES6 imports. Thanks @Jareechang
  • #3801 Ignore .gitignore file for Bower
  • #3817 Fixed an issue where the inner radius of a pie chart became less than 0 due to work to fix #3763

Development

  • #3610 Updated documentation for plugin renames. Thanks @compwright
  • #3635 Upgrade to gulp-uglify v2.0.0 to improve build speed. Thanks @jeffcarey
  • #3718, #3795 Refactoring to move platform specific code into it's own module. The ultimate goal is to allow builds for non browser platforms

More details in the release PR: #3840

Commits

The new version differs by 2 commits (ahead by 2, behind by 1).

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of node-sass is breaking the build 🚨

Version 4.5.1 of node-sass just got published.

Branch Build failing 🚨
Dependency node-sass
Current Version 4.5.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As node-sass is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Release Notes v4.5.1

Fixes


Supported Environments

OS Architecture Node
Windows x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6,7
OSX x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7
Linux* x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7
Alpine x64 4, 6, 7

*Linux support refers to Ubuntu, Debian, and CentOS 5

Commits

The new version differs by 10 commits .

  • f2b410b Update changelog
  • 86c600a 4.5.1
  • b0147a8 Merge pull request #1929 from xzyfer/support-node-8
  • 7488f55 Make binding tests less fragile
  • 10f9a58 Add Node 8 to the support versions lists
  • f2f4b96 Update link for VS 2013 download
  • 7201e98 Update request version to avoid npm warn (#1915)
  • 9905a59 Merge pull request #1885 from xzyfer/fix-rebuild
  • eb7f013 Add binding.js to Coveralls coverage (#1902)
  • f0419a7 Fix npm rebuild

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of awesome-typescript-loader is breaking the build 🚨

Version 3.0.0-beta.20 of awesome-typescript-loader just got published.

Branch Build failing 🚨
Dependency awesome-typescript-loader
Current Version 3.0.0-beta.19
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As awesome-typescript-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 2 commits .

  • a8a0e1b chore(release): 3.0.0-beta.20
  • c3b1161 fix: recompile with target: es6, fixes #363

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of style-loader is breaking the build 🚨

Version 0.13.2 of style-loader just got published.

Branch Build failing 🚨
Dependency style-loader
Current Version 0.13.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As style-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of reflect-metadata is breaking the build 🚨

Version 0.1.10 of reflect-metadata just got published.

Branch Build failing 🚨
Dependency reflect-metadata
Current Version 0.1.9
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As reflect-metadata is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 10 commits .

  • 55f38eb Add AUTHORS, bump version to v0.1.10
  • 8cfef1e Merge pull request #59 from rbuckton/fix56
  • 5f1e47d Add gulp test:use-polyfill task
  • c729777 Minor revision to _find algorithm
  • 95507d5 Fix cache lookup on insert
  • 22d7ec8 Updated readme
  • bda5e97 Fix failing test
  • 166d500 Documentation cleanup for tests
  • ffc554c Documentation cleanup
  • 9daccd5 General repository cleanup

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of expose-loader is breaking the build 🚨

Version 0.7.2 of expose-loader just got published.

Branch Build failing 🚨
Dependency expose-loader
Current Version 0.7.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As expose-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ng2-bootstrap is breaking the build 🚨

Version 1.4.0 of ng2-bootstrap just got published.

Branch Build failing 🚨
Dependency ng2-bootstrap
Current Version 1.3.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As ng2-bootstrap is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ts-node is breaking the build 🚨

Version 2.1.0 of ts-node just got published.

Branch Build failing 🚨
Dependency ts-node
Current Version 2.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ts-node is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Release Notes User Temp Directory

Changed

  • Use the users homedir hashed for the temp directory output
Commits

The new version differs by 4 commits .

  • 01fbfce v2.1.0
  • da065ef Use os.homedir to calculate tmpdir (#267)
  • 1ed4d6f chore(package): update tslint-config-standard to version 3.0.0 (#265)
  • ee1e1e1 Fixed a typo in README example (#260)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of zone.js is breaking the build 🚨

Version 0.7.7 of zone.js just got published.

Branch Build failing 🚨
Dependency zone.js
Current Version 0.7.6
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As zone.js is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 14 commits .

  • 8af21b5 chore: release v0.7.7
  • 808f6fd feat: allow tasks to be canceled and rescheduled on different zone in a zone delegate
  • 47962df fix(patch): check timer patch return undefined (#628)
  • f300658 docs(core): add standard api document (#625)
  • 35aeb68 docs(core): remove old example, update counting example with new API (#624)
  • 6731ad0 feat: make fetch() zone-aware without triggering extra requests or uncatchable errors. (#622)
  • d6772e2 refactor(node): patch nextTick with more general patchMicroTask method (#617)
  • 9818139 feat: add Zone.root api (#601)
  • 6d31734 feat(electron/nw): fix #533, in electron/nw.js, we may need to patch both browser API and nodejs API, so we need a zone-mix.js to contains both patched API.
  • ac7b046 feat(promise a+) fix #591, make ZoneAwarePromise pass promise a+ test (#592)
  • 9e81037 fix(node): patch crypto as macroTask and add test cases for crypto, remove http patch (#612)
  • 7665e5a test(fix): fix flaky test setInterval in android 4.4 (#611)
  • 437ab4e docs: Document non standard web apis (#610)
  • 33d0d8d fix(minification): fix #607 to change catch variable name to error/err (#609)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of font-awesome-sass-loader is breaking the build 🚨

Version 1.0.4 of font-awesome-sass-loader just got published.

Branch Build failing 🚨
Dependency font-awesome-sass-loader
Current Version 1.0.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As font-awesome-sass-loader is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 4 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of jquery is breaking the build 🚨

Version 3.2.0 of jquery just got published.

Branch Build failing 🚨
Dependency jquery
Current Version 3.1.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As jquery is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of postcss-loader is breaking the build 🚨

Version 1.3.0 of postcss-loader just got published.

Branch Build failing 🚨
Dependency postcss-loader
Current Version 1.2.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As postcss-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 3 commits .

  • 5a29e1b Release 1.3 version
  • 1147cb8 Update dependencies
  • 8c897ca don't force internal requires of options (#171)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of fullcalendar is breaking the build 🚨

Version 3.2.0 of fullcalendar just got published.

Branch Build failing 🚨
Dependency fullcalendar
Current Version 3.1.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As fullcalendar is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 48 commits (ahead by 48, behind by 1).

  • 5d6574b version 3.2.0
  • 259039b change version to minor (not patch) b/c internal API changes
  • df4c6b4 comment about internalApiVersion protocol
  • e2c99cc fix certain comments
  • 24d0935 lint problems
  • 8ac2ce6 updated demo dates
  • e28c4b9 update copyright
  • 20a860e https in manifests
  • b4f011c up internalApiVersion
  • 95c2cf8 smarter dep semvers
  • 653c38c changelog
  • 5256981 scrollAlwaysKills, ugh
  • c821b44 was overaggressive with killing touch interaction via mouse events
  • 7ebdb2b fix. touch was doing event "mouseover"
  • e9e2fc7 overcome chrome not allowing preventDefault on touchmove

There are 48 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of typedoc is breaking the build 🚨

Version 0.5.6 of typedoc just got published.

Branch Build failing 🚨
Dependency typedoc
Current Version 0.5.5
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As typedoc is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Release Notes Patch Release

Added

Fixed

  • Use default TypeScript lib (627bc17)
  • Honour exclude list with list of files (6ddb7f5)
Commits

The new version differs by 10 commits .

  • 75db29c v0.5.6
  • ed51132 Bump typedoc-default-themes patch release
  • 6ddb7f5 Honor the --exclude option on a list of files (#387)
  • e748236 Support strictNullChecks option (#415)
  • 627bc17 Use default lib, update CompilerHost (#412)
  • c868c87 chore(package): update typescript to version 2.1.6 (#416)
  • e5813bb Added toc option to allow restriction of top-level menu items (#407)
  • e073d95 Support directories named like prototype methods (#409)
  • 804dc54 Convert parameter decorators (#391)
  • 4abbe28 chore(package): update fs-extra to version 2.0.0 (#385)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ngx-uploader is breaking the build 🚨

Version 2.1.3 of ngx-uploader just got published.

Branch Build failing 🚨
Dependency ngx-uploader
Current Version 2.1.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As ngx-uploader is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 3 commits .

  • 8c539c8 chore: bump version and changelog
  • e1e1b16 fix: unused variables (closes #206)
  • bab50bd fix(lint): fix linting errors

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of rxjs is breaking the build 🚨

Version 5.1.1 of rxjs just got published.

Branch Build failing 🚨
Dependency rxjs
Current Version 5.1.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As rxjs is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of codelyzer is breaking the build 🚨

Version 2.0.0 of codelyzer just got published.

Branch Build failing 🚨
Dependency codelyzer
Current Version 2.0.0-beta.4
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As codelyzer is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of script-ext-html-webpack-plugin is breaking the build 🚨

Version 1.7.0 of script-ext-html-webpack-plugin just got published.

Branch Build failing 🚨
Dependency script-ext-html-webpack-plugin
Current Version 1.6.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As script-ext-html-webpack-plugin is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 4 commits .

  • 9423f50 1.7.0
  • fc6e37b Merge branch 'dynamic-chunks'
  • 8ba9362 async resorce hints; testing across webpack 1 & 2
  • eda52b9 further refactoring to spport dynamic chunks

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of es6-promise is breaking the build 🚨

Version 4.1.0 of es6-promise just got published.

Branch Build failing 🚨
Dependency es6-promise
Current Version 4.0.5
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As es6-promise is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 27 commits .

  • b2f10f2 release v4.1.0
  • f9a5575 Merge pull request #272 from stefanpenner/node-4-travis-issue
  • 010bcd4 node 4 seems to be having issues on travis, these issue have not been reproducible elsewhere.
  • 3df3f7d Merge pull request #263 from azizhk/amd_auto
  • f1ebe35 Merge pull request #268 from stefanpenner/greenkeeper-broccoli-merge-trees-1.2.3
  • 8809694 Merge pull request #271 from stefanpenner/greenkeeper-release-it-2.6.0
  • 3d876bc chore(package): update release-it to version 2.6.0
  • 40d194e Merge pull request #269 from stefanpenner/fix-memory-leak
  • 317e234 Fix Leak: TRY_CATCH_ERROR must release the error manually because things
  • 2472e62 chore(package): update broccoli-merge-trees to version 1.2.3
  • de375ce Remove cache
  • ecb4adc Undo yarn.lock changes
  • e0e1a03 Auto Bundles were not working in AMD Environment
  • f5f44e8 Merge pull request #262 from stefanpenner/greenkeeper-release-it-2.5.4
  • bca6bc8 chore(package): update release-it to version 2.5.4

There are 27 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of url-loader is breaking the build 🚨

Version 0.5.8 of url-loader just got published.

Branch Build failing 🚨
Dependency url-loader
Current Version 0.5.7
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As url-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of extract-text-webpack-plugin is breaking the build 🚨

Version 2.0.0 of extract-text-webpack-plugin just got published.

Branch Build failing 🚨
Dependency extract-text-webpack-plugin
Current Version 2.0.0-rc.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As extract-text-webpack-plugin is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of npm-run-all is breaking the build 🚨

Version 4.0.2 of npm-run-all just got published.

Branch Build failing 🚨
Dependency npm-run-all
Current Version 4.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As npm-run-all is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Release Notes v4.0.2

Bug fixes

  • b90575b fixed unintentional failing of the assertion check about --race option. If there is a mix of --parallel and --serial then --race option had failed always. (fixes #88).
Commits

The new version differs by 2 commits .

  • 46cfd57 4.0.2
  • b90575b Fix: it threw for --race even if --parallel exists (fixes #88)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

Version 7.0.6 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 7.0.5
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As @types/node is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of html-webpack-plugin is breaking the build 🚨

Version 2.29.0 of html-webpack-plugin just got published.

Branch Build failing 🚨
Dependency html-webpack-plugin
Current Version 2.28.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As html-webpack-plugin is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details
  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 21 commits.

  • 9665c63 Add support for webpack 3(#707)
  • 2751ade README.md updated path property in output (#697)
  • efd1f78 chore(github): add issue_template.md (#677)
  • d77b399 Update README.md (#688)
  • 7a2aa84 Update template-option.md (#687)
  • 9b272cf make test passes for webpack@1 and webapck@2 (#642)
  • 7a43f10 docs(README): clearer explanation about minify (#666)
  • cc6ba28 Link plugin for inlining chunk manifest (#647)
  • b4bd75f Make example more explicit about filename (#649)
  • b8fd142 Update template-option.md (#590)
  • 5a76433 Add link media plugin to README (#591)
  • eeb94b5 this.resourcePath will avoid not skipping resource file with query params. (#588)
  • 810771e Update README.md
  • dc32a23 Added new preload plugin and description update (#580)
  • eb6a54f Run tests against webpack 1

There are 21 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of imports-loader is breaking the build 🚨

Version 0.7.1 of imports-loader just got published.

Branch Build failing 🚨
Dependency imports-loader
Current Version 0.7.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As imports-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of file-loader is breaking the build 🚨

Version 0.10.1 of file-loader just got published.

Branch Build failing 🚨
Dependency file-loader
Current Version 0.10.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As file-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of typescript is breaking the build 🚨

Version 2.1.6 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.1.5
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As typescript is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 11 commits .

  • 496e7ab Merge pull request #13945 from Microsoft/upateLKGrelease-2.1
  • 064a997 Update LKG
  • 54220a8 Merge pull request #13943 from Microsoft/runtests
  • d99901f Do not run npm update
  • db30899 Merge pull request #13938 from Microsoft/vladima/port-13937
  • 504e143 Update version
  • ba81c6c disable fs watcher for UNC paths on Windows (#13937)
  • b611dce Merge pull request #13824 from Microsoft/billti/updateLKG
  • 3b54f29 Update LKG
  • 870e44f Merge pull request #13818 from Microsoft/release-2.1_ata
  • d5f5d78 Use "ts2.1" NPM tag in typingsInstaller

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of angular2-template-loader is breaking the build 🚨

Version 0.6.1 of angular2-template-loader just got published.

Branch Build failing 🚨
Dependency angular2-template-loader
Current Version 0.6.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As angular2-template-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 5 commits .

  • dc5de16 0.6.1
  • c58930d Fix templateUrl regexp for single line component decorator (#44)
  • f3da55c (docs): better documentation 💪 (#45)
  • beb5b95 remove useWebpackText section from the README (#38)
  • 2b61cff Added keepUrl query option allowing users to use file-loader. (#39)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of leaflet is breaking the build 🚨

Version 1.1.0 of leaflet just got published.

Branch Build failing 🚨
Dependency leaflet
Current Version 1.0.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

leaflet is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details
  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 133 commits ahead by 133, behind by 2.

  • a3a7e04 v1.1.0
  • 287f7fb Bump version to 1.1.0
  • 3fae3be Actually assign the replaced path for the default icon (#5580)
  • 35e7c4b Changelog for 1.1.0 (#5518)
  • d6fc47d Fix(DivIcon): revert #5517 to avoid appending a single node instead of generating content (#5574)
  • a3ec804 Add className option for ImageOverlay (#5555)
  • 6bfa764 Docstrings(Map/Grid+TileLayer): improve minZoom and maxZoom explanations (#5573)
  • 90a8d88 Tutorials: rewrite the paragraph about the mapbox map IDs, hopefully it reads easier now. (#5572)
  • bbd74ed Docstrincs: bad link in Control.Layers.js (#5568)
  • 3f68479 Add Leaflet.NonTiledLayer.WCS to plugins.md (#5564)
  • eff87f8 Plugins: Add leaflet-geotiff (#5563)
  • 4cb2be6 Update demo link (and make it generic) (#5559)
  • cdc20a3 Added Leaflet.Canvas-Flowmap-Layer to plugins list (#5474)
  • 2fee08b Icon doesn't really inherit from Layer
  • 162276e Add UK Ordinance Survey grid squares plugin (#5530)

There are 133 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/webpack is breaking the build 🚨

Version 2.2.5 of @types/webpack just got published.

Branch Build failing 🚨
Dependency @types/webpack
Current Version 2.2.4
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As @types/webpack is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ng2-tree is breaking the build 🚨

Version 2.0.0-alpha.1 of ng2-tree just got published.

Branch Build failing 🚨
Dependency ng2-tree
Current Version 2.0.0-alpha.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As ng2-tree is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of sass-loader is breaking the build 🚨

Version 5.0.1 of sass-loader just got published.

Branch Build failing 🚨
Dependency sass-loader
Current Version 5.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As sass-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Commits

The new version differs by 6 commits .

  • fcb26a6 5.0.1
  • 6cbc975 Update CHANGELOG
  • bc3f23a Merge pull request #369 from jtangelder/fix/368-multi-compilation
  • 8d54166 Fix bug where multiple compilations interfered with each other
  • b387510 Merge pull request #367 from jtangelder/add/module-dot-name-test
  • d250cf0 Add test cases for #360

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/jquery.slimscroll is breaking the build 🚨

Version 1.3.31 of @types/jquery.slimscroll just got published.

Branch Build failing 🚨
Dependency @types/jquery.slimscroll
Current Version 1.3.30
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As @types/jquery.slimscroll is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details
  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/electron is breaking the build 🚨

Version 1.4.32 of @types/electron just got published.

Branch Build failing 🚨
Dependency @types/electron
Current Version 1.4.31
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As @types/electron is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of find-root is breaking the build 🚨

Version 1.1.0 of find-root just got published.

Branch Build failing 🚨
Dependency find-root
Current Version 1.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As find-root is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details
  • continuous-integration/codeship Build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of electron is breaking the build 🚨

Version 1.6.1 of electron just got published.

Branch Build failing 🚨
Dependency electron
Current Version 1.6.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As electron is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Release Notes electron v1.6.1 beta

1.6.1 Release Notes

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of parse5 is breaking the build 🚨

Version 3.0.2 of parse5 just got published.

Branch Build failing 🚨
Dependency parse5
Current Version 3.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As parse5 is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

Release Notes v3.0.2

Changelog: http://inikulin.github.io/parse5/#3-0-2

Commits

The new version differs by 2 commits .

  • 969ed22 Fixed: location.startTag is not available if end tag is missing. Bump version. (closes #181)
  • f605e9b Fix docs examples (closes #178)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.