Coder Social home page Coder Social logo

rucken / core Goto Github PK

View Code? Open in Web Editor NEW
47.0 6.0 5.0 36 MB

Core and Admin UI for Angular7+ web applications

Home Page: https://rucken.github.io/core

License: MIT License

HTML 29.98% TypeScript 67.97% JavaScript 1.21% Shell 0.48% SCSS 0.36%
ngx admin-ui web-application seed i18n bootstrap angular7 angular7-boilerplate angular demo-application

core's Introduction

rucken

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

npm version monthly downloads

make-ts-list - create list of ts files for all nx libraries

npx rucken "make-ts-list" "--help"

Usage: rucken make-ts-list|mtsl [options]

create list of ts files for all nx libraries

Options:
  -h, --help  display help for command

version-updater - update versions in all nx applications

npx rucken "version-updater" "--help"

Usage: rucken version-updater|vu [options]

update versions in all nx applications

Options:
  -upv,--update-package-version [boolean]  update package version (default: true)
  -h, --help                               display help for command

translate - extract translate from source (run: extract-i18n => gettext => extract-i18n)

npx rucken "translate" "--help"

Usage: rucken translate [options]

extract translate from source (run: extract-i18n => gettext => extract-i18n)

Options:
  -l,--locales [strings]         list of available languages (example: ru,en)
  -dl,--default-locale [string]  default locale (default: en)
  -h, --help                     display help for command

extract-i18n - translate marker extractor (use: transloco-keys-manager + transloco-scoped-libs)

npx rucken "extract-i18n" "--help"

Usage: rucken extract-i18n [options]

translate marker extractor (use: transloco-keys-manager + transloco-scoped-libs)

Options:
  -l,--locales [strings]  list of available languages (example: ru,en)
  -h, --help              display help for command

gettext - translate marker extractor

npx rucken "gettext" "--help"

Usage: rucken gettext [options]

translate marker extractor

Options:
  -l,--locales [strings]         list of available languages (example: ru,en)
  -dl,--default-locale [string]  default locale (default: en)
  -h, --help                     display help for command

prepare - make-ts-list + version-update + translate

npx rucken "prepare" "--help"

Usage: rucken prepare [options]

make-ts-list + version-update + translate

Options:
  -l,--locales [strings]                   list of available languages (example: ru,en)
  -dl,--default-locale [string]            default locale (default: en)
  -upv,--update-package-version [boolean]  update package version (default: true)
  -h, --help                               display help for command

postgres - application database creator

npx rucken "postgres" "--help"

Usage: rucken postgres [options]

postgres application database creator

Options:
  -r,--root-database-url [strings]  database url for connect as root user (example:
                                    postgres://ROOT_POSTGRES_USER:ROOT_POSTGRES_PASSWORD@localhost:POSTGRES_PORT/postgres?schema=public)
  -a,--app-database-url [strings]   application database url used for create new database (example:
                                    postgres://POSTGRES_USER:POSTGRES_PASSWORD@localhost:POSTGRES_PORT/POSTGRES_DATABASE?schema=public)
  -d,--drop-app-database [boolean]  drop application database before try create it (default: false)
  -h, --help                        display help for command

env-replacer - recursive replace input value with process environment values

npx rucken "env-replacer" "--help"

Usage: rucken env-replacer [options] <input>

recursive replace input value with process environment values

Options:
  -h, --help  display help for command

copy-paste - copy paste source files to destination with singular and plural replace text in file contents and file paths

npx rucken "copy-paste" "--help"

Usage: rucken copy-paste|cp [options]

copy paste source files to destination with singular and plural replace text in file contents and file paths

Options:
  -p,--path [strings]             the path with the source code to copy, it uses the current CWD if it is not defined, default: "." (example: ../../src)
  -f,--find [strings]             source singular text in kebab-case (example: user-role)
  -fp,--find-plural [strings]     source text in plural in kebab-case, if not defined, it will be automatically detected programmatically (example:
                                  user-rules)
  -r,--replace [strings]          destination singular text in kebab-case (example: user-company)
  -rp,--replace-plural [strings]  destination text in plural in kebab-case, if not defined, it will be automatically detected programmatically (example:
                                  user-companies)
  -d,--dest-path [strings]        the path with the destination code to paste, it uses the "path" if it is not defined, default: "." (example: ../../src)
  -e,--extensions [strings]       extensions of files for copy paste, default: "ts,html,htm,scss,css,txt,json,yaml,yml,xml" (example: py,ini)
  -h, --help                      display help for command

License

MIT

core's People

Contributors

endykaufman avatar greenkeeper[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

core's Issues

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

The devDependency karma was updated from 3.1.1 to 3.1.2.

🚨 View failing branch.

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

karma is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v3.1.2

Bug Fixes

Features

Commits

The new version differs by 11 commits.

  • 7d4d347 chore: release v3.1.2
  • 5077c18 chore: update contributors
  • fb05fb1 fix(server): use flatted for json.stringify (#3220)
  • 2682bff feat(docs): callout the key debug strategies. (#3219)
  • 4e87902 fix(changelog): remove release which does not exist (#3214)
  • 30ff73b fix(browser): report errors to console during singleRun=false (#3209)
  • 5334d1a fix(file-list): do not preprocess up-to-date files (#3196)
  • dc5f5de fix(deps): upgrade sinon-chai 2.x -> 3.x (#3207)
  • d38f344 fix(package): bump lodash version (#3203)
  • ffb41f9 refactor(browser): log state transitions in debug (#3202)
  • 240209f fix(dep): Bump useragent to fix HeadlessChrome version (#3201)

See the full diff

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 🌴

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

There have been updates to the fortawesome monorepo:

🚨 View failing branch.

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

This monorepo update includes releases of one or more dependencies which all belong to the fortawesome group definition.

fortawesome is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

An in-range update of ngx-dynamic-form-builder is breaking the build 🚨

The dependency ngx-dynamic-form-builder was updated from 0.5.0 to 0.5.1.

🚨 View failing branch.

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

ngx-dynamic-form-builder is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

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 🌴

An in-range update of ng-packagr is breaking the build 🚨

The devDependency ng-packagr was updated from 4.7.0 to 4.7.1.

🚨 View failing branch.

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

ng-packagr is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

An in-range update of conventional-changelog-cli is breaking the build 🚨

The devDependency conventional-changelog-cli was updated from 2.0.11 to 2.0.12.

🚨 View failing branch.

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

conventional-changelog-cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 40 commits.

  • 97ad96f Publish
  • 1041d81 chore: update handlebars dependency (#412)
  • d3c2432 chore(deps): lock file maintenance
  • b6439a7 chore(deps): lock file maintenance
  • f93f90d chore(deps): lock file maintenance
  • 3f18d2f chore(deps): lock file maintenance
  • 943542f chore(deps): lock file maintenance
  • d079df6 chore(deps): lock file maintenance
  • b97f113 chore(deps): lock file maintenance
  • 9fd3e81 chore(deps): lock file maintenance
  • e536fe9 chore(deps): lock file maintenance
  • e8d8b7a chore(deps): lock file maintenance
  • 4807f13 chore(deps): lock file maintenance
  • 5a4bf80 chore(deps): lock file maintenance
  • eb8ba01 chore(deps): lock file maintenance

There are 40 commits in total.

See the full diff

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 🌴

An in-range update of @fortawesome/free-brands-svg-icons is breaking the build 🚨

The dependency @fortawesome/free-brands-svg-icons was updated from 5.5.0 to 5.6.0.

🚨 View failing branch.

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

@fortawesome/free-brands-svg-icons is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

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 🌴

An in-range update of conventional-recommended-bump is breaking the build 🚨

The devDependency conventional-recommended-bump was updated from 4.0.1 to 4.0.3.

🚨 View failing branch.

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

conventional-recommended-bump is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

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

There have been updates to the fortawesome monorepo:

🚨 View failing branch.

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

This monorepo update includes releases of one or more dependencies which all belong to the fortawesome group definition.

fortawesome is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

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

The devDependency @types/jasmine was updated from 3.3.8 to 3.3.9.

🚨 View failing branch.

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

@types/jasmine is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

An in-range update of conventional-changelog-cli is breaking the build 🚨

The devDependency conventional-changelog-cli was updated from 2.0.5 to 2.0.7.

🚨 View failing branch.

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

conventional-changelog-cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

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

The dependency @types/node was updated from 10.12.10 to 10.12.11.

🚨 View failing branch.

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

@types/node is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

An in-range update of @fortawesome/free-brands-svg-icons is breaking the build 🚨

The dependency @fortawesome/free-brands-svg-icons was updated from 5.6.1 to 5.6.2.

🚨 View failing branch.

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

@fortawesome/free-brands-svg-icons is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

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 🌴

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

The dependency @types/node was updated from 10.11.0 to 10.11.1.

🚨 View failing branch.

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

@types/node is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

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 🌴

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

The dependency ngx-repository was updated from 0.6.0 to 0.6.1.

🚨 View failing branch.

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

ngx-repository is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

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 🌴

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

The devDependency prettier was updated from 1.15.2 to 1.15.3.

🚨 View failing branch.

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

prettier is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for 1.15.3

🔗 Changelog

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 🌴

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

The dependency core-js was updated from 2.6.4 to 2.6.5.

🚨 View failing branch.

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

core-js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for 2.6.5 - 2019.02.15
  • Fixed buggy String#padStart and String#padEnd mobile Safari implementations, #414.
Commits

The new version differs by 2 commits.

  • e778e80 2.6.5
  • 990ae2f fix buggy String#padStart and String#padEnd mobile Safari implementations, backport of 16dbccf

See the full diff

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 🌴

An in-range update of @rucken/cli is breaking the build 🚨

The devDependency @rucken/cli was updated from 3.3.0 to 3.3.1.

🚨 View failing branch.

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

@rucken/cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 4 commits.

  • 48429e9 chore: Update descriptions for commands
  • 0314bab Merge tag '3.3.0' into develop
  • 29692a3 Merge branch 'release/3.3.0'
  • 1661a40 chore(version): Release

See the full diff

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 🌴

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

The devDependency tsickle was updated from 0.33.1 to 0.34.0.

🚨 View failing branch.

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

tsickle is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

An in-range update of cookie-parser is breaking the build 🚨

The devDependency cookie-parser was updated from 1.4.3 to 1.4.4.

🚨 View failing branch.

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

cookie-parser is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 63 commits.

There are 63 commits in total.

See the full diff

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 🌴

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

The devDependency domino was updated from 2.1.1 to 2.1.2.

🚨 View failing branch.

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

domino is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 11 commits.

  • f049cfb Release domino 2.1.2.
  • 2623f3d Implement HTMLOptionElement#text and HTMLOptionElement#value
  • e8da42f Add test case to document perhaps-surprising behavior of parsing
  • 2f0cac3 Sprinkle appropriate comments in the code.
  • 1562608 Add CHANGELOG.md entry.
  • b1baa8d Avoid megamorphic call-site for Node#_serializeOne()
  • 031edc5 Allow writable Element constructors
  • e418d16 Update CHANGELOG for #135
  • 513aeec Add test for #135
  • 658c595 Fix $= selector
  • 8acf9f0 Bump version after release.

See the full diff

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 🌴

An in-range update of ng-packagr is breaking the build 🚨

The devDependency ng-packagr was updated from 4.4.0 to 4.4.5.

🚨 View failing branch.

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

ng-packagr is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

An in-range update of tslint-config-prettier is breaking the build 🚨

The devDependency tslint-config-prettier was updated from 1.16.0 to 1.17.0.

🚨 View failing branch.

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

tslint-config-prettier is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v1.17.0

1.17.0 (2018-11-27)

Features

  • Switch to Yarn instead of npm (537a7ad)
Commits

The new version differs by 19 commits.

  • d336552 Merge pull request #238 from lipis/yarn
  • 537a7ad feat: Switch to Yarn instead of npm
  • 6c38ddc chore(deps-dev): bump semantic-release from 15.12.0 to 15.12.2
  • 9c13ec5 chore(deps-dev): bump vrsource-tslint-rules from 5.8.2 to 5.8.3 (#237)
  • 2e1fd17 chore(deps-dev): bump tslint-immutable from 4.9.1 to 5.0.0 (#235)
  • 7540e0b chore(deps-dev): bump ts-jest from 23.10.4 to 23.10.5 (#233)
  • d285f6a Merge pull request #218 from prettier/readme
  • c77472a Merge pull request #220 from prettier/dependabot/npm_and_yarn/semantic-release-15.12.0
  • 0dc80a1 chore(deps-dev): bump typescript from 3.0.3 to 3.1.6 (#231)
  • 168588a chore(deps-dev): bump tslint-misc-rules from 3.5.0 to 3.5.1 (#229)
  • c53a625 chore(deps-dev): bump @types/prettier from 1.13.2 to 1.15.1 (#230)
  • 4bb4e9b docs(readme): add link to conflicting rules list to README (#228)
  • 9d573c6 chore(deps-dev): bump codelyzer from 4.1.0 to 4.5.0 (#225)
  • 983bc18 chore: npm audit fix (#224)
  • 9bda093 chore(deps-dev): bump semantic-release from 15.1.7 to 15.12.0

There are 19 commits in total.

See the full diff

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 🌴

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

The dependency core-js was updated from 2.5.7 to 2.6.0.

🚨 View failing branch.

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

core-js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for 2.6.0 - 2018.12.05
Commits

The new version differs by 11 commits.

  • f980318 2.6.0
  • f0b4154 add es6.regexp.exec as a direct dependency of _fix-re-wks for prevent breakage of existent code
  • a221e2a replace redefine by hide because of Chrome 38 bug with symbols conversion
  • 41e41e9 add some caps for the library version
  • 79db861 Merge pull request #458 from nicolo-ribaudo/backport-453
  • b0a70f9 Backport 41a8b12c8e641061e3576f89023f0a8fa903b81b
  • f77f88e Backport gh-453
  • 04b76e8 Merge pull request #435 from nicolo-ribaudo/backport-named-replace
  • 2b102b7 Polyfll named groups in RegExp#@@replace
  • fd64c48 Merge pull request #428 from nicolo-ribaudo/backport-es2015-regex
  • bc6ed09 Make RegExp#[Symbol.*] methods call exec

See the full diff

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 🌴

An in-range update of @angular/cli is breaking the build 🚨

The devDependency @angular/cli was updated from 7.1.0 to 7.1.1.

🚨 View failing branch.

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

@angular/cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v7.1.1

Commits

@ngtools/webpack (7.1.1)

Commit Description Notes
files are not being updated when using `allowJs` or `resolveJsonModule` (#13089) [Closes #13076]
[Closes #12964]
cleanup resources after modules are loaded (#12994)

@schematics/update (0.11.1)

Commit Description Notes
replace environment variables in npm/yarn rc

@schematics/angular (7.1.1)

Commit Description Notes
let tslint resolve codelyzer (#13101) [Closes #13101]
[Closes #13100]
add providers into providers metadata but not inner Object with ut. (#13081)

Special Thanks

Alan Agius, Charles Lyding, Vikram Subramanian, 赵正阳, Hans Larsen, Mathou54, Krishna Mohan

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 🌴

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

The devDependency bootstrap-sass was updated from 3.4.0 to 3.4.1.

🚨 View failing branch.

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

bootstrap-sass is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 3 commits.

  • b34765d Rakefile: require 'bundler/gem_tasks'
  • 143aa6a Bump bootstrap-sass to 3.4.1
  • 69157ce rake convert[v3.4.1]

See the full diff

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 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml
  • The engines config in 1 of your package.json files was updated to the new Node.js version

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


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 🌴

An in-range update of @fortawesome/free-brands-svg-icons is breaking the build 🚨

The dependency @fortawesome/free-brands-svg-icons was updated from 5.3.1 to 5.4.0.

🚨 View failing branch.

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

@fortawesome/free-brands-svg-icons is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

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 🌴

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

The devDependency @compodoc/compodoc was updated from 1.1.6 to 1.1.7.

🚨 View failing branch.

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

@compodoc/compodoc is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for 1.1.7

Bug fixes

Features

Commits

The new version differs by 10 commits.

  • 1686cd5 Finish 1.1.7
  • 1aad02c 1.1.7
  • 23a401a feat(modules): display methods
  • a43fbec fix(test): angular-expo project
  • 5b1ea65 fix(test): angular-expo project
  • 079ef44 fix(deps): symbol support
  • a6e4a44 fix(i18n): menu broken with fr-FR language
  • e5669cf feat(app): bump dependencies
  • 55c3a1a Merge pull request #695 from sibiraj-s/update-live-server
  • f76f80a fix: update live server to fix vulnerability

See the full diff

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 🌴

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

The dependency ngx-cookie-service was updated from 2.0.0 to 2.0.1.

🚨 View failing branch.

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

ngx-cookie-service is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

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

The devDependency domino was updated from 2.1.0 to 2.1.1.

🚨 View failing branch.

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

domino is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 3 commits.

  • 040b740 Release domino 2.1.1.
  • 084a0c0 Add domino.createIncrementalHTMLParser API
  • b55f78e Bump version after release.

See the full diff

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 🌴

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.