Coder Social home page Coder Social logo

sifrr / sifrr Goto Github PK

View Code? Open in Web Editor NEW
323.0 7.0 18.0 24.97 MB

:zap: Set of tiny, independent libraries for creating modern and fast webapps with javascript/typescript

Home Page: https://sifrr.github.io/sifrr/

License: MIT License

JavaScript 18.05% HTML 72.38% Shell 0.11% CSS 0.01% TypeScript 9.46%
framework ui javascript nodejs libraries fast minimal server frontend backend sifrr fullstack

sifrr's Introduction

sifrr

GitHub license CircleCI (all branches) npm version PRs Welcome Coverage Status Dependabot badge LGTM

Documentation | Changelog | Contributors | Contributing guidelines | Code of Conduct


sifrr is a set of tiny, customizable, independent libraries for creating modern and fast webapps using JavaScript.

Repository Info

This repository is a monorepo managed using yarn workspaces. This means there are multiple packages managed in this codebase, even though they are published to NPM as separate packages. They will always have same latest version and are released together.

Note that for 0.x releases of this library, the API is not considered stable yet and may break between minor releases. After 1.0, Semantic Versioning will be followed.

Packages

Browser (VanillaJS)

Package Description NPM Documentation Tests
sifrr-dom Small Library to build UIs with custom elements npm version Doscify OK
sifrr-template โšก Fast HTML-JS Templating engine used in sifrr-dom npm version Doscify OK
sifrr-fetch Wrapper library for Browser fetch API can be used in node too npm version Doscify OK
sifrr-route Routing for sifrr-dom npm version Doscify OK
sifrr-serviceworker Service worker wrapper library npm version Doscify OK
sifrr-storage Browser persisted storage library (2kb alternate to localforage) npm version Doscify OK

sifrr-dom, sifrr-template, sifrr-fetch, sifrr-serviceworker, sifrr-storage can be used independently. sifrr-route is a sifrr-dom element, hence it should be used with sifrr-dom.

Server (NodeJS)

Package Description NPM Documentation Tests
sifrr-api Create normal/GraphQL APIs with same codebase npm version Doscify OK
sifrr-cli Sifrr cli for creating webapps using sifrr npm version Doscify [WIP]
sifrr-seo Server side pre-rendering using puppeteer with caching npm version Doscify OK
sifrr-server Fast HTTP + WebSockets server npm version Doscify OK

sifrr-api, sifrr-seo, sifrr-server can be used independently. sifrr-cli has functionalities which can be used with sequelize projects, sifrr-api projects and sifrr-dom projects.

Usage

All the packages can be used with node, es6 modules, and are compatible with bundler of your choice (rollup, webpack, browserify)

commonJS (node)

const SifrrDom = require('@sifrr/dom');

ES6 modules (import)

import SifrrDom from '@sifrr/dom'; // default export
import { Element } from '@sifrr/dom'; // named export

standalone distributions (browser packages only)

For eg.

<script src="https://unpkg.com/@sifrr/dom@{version}/dist/sifrr.dom.min.js"></script>
// for v0.0.3
<script src="https://unpkg.com/@sifrr/[email protected]/dist/sifrr.dom.min.js"></script>
// this sets window.Sifrr.Dom as sifrr-dom, same for other packages

Packages that have tests have a working example of that package in test/public folder

Node support (server packages and development)

Sifrr officially supports node v10, v12 (LTS), v13 (current). Other versions might work for some packages.

Browser Support (browser packages)

Sifrr browser packages officially supports these browser versions (for dist files):

Browser Version
Chrome >= 55
Android Chrome >= 55
Firefox >= 63
Android Firefox >= 63
Opera >= 42
Safari >= 10.1
Safari (iOS browsers) >= 10.1

Individual libraries may support older versions too with polyfills listed in docs, or by bundling it with polyfills using babel etc.

Approximately amounts to ~90% of total worldwide browser usage.

To support mini browsers (opera mini, uc browser etc.), You can use sifrr-seo to provide server side rendering.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

Sifrr is MIT Licensed.

FOSSA Status

(c) @aadityataparia

sifrr's People

Contributors

aadityataparia avatar cmnstmntmn avatar dalisoft avatar dependabot-preview[bot] avatar dependabot[bot] avatar fossabot avatar greenkeeper[bot] avatar lgtm-com[bot] avatar monkeywithacupcake avatar soulnick avatar stickler-ci 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  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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sifrr's Issues

An in-range update of rollup is breaking the build ๐Ÿšจ

The devDependency rollup was updated from 1.2.4 to 1.2.5.

๐Ÿšจ View failing branch.

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

rollup 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
  • โœ… coverage/coveralls: First build on greenkeeper/browser/rollup-1.2.5 at 85.525% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Commits

The new version differs by 3 commits.

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 puppeteer is breaking the build ๐Ÿšจ

The dependency puppeteer was updated from 1.11.0 to 1.12.0.

๐Ÿšจ View failing branch.

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

puppeteer 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
  • โœ… coverage/coveralls: First build on greenkeeper/default/puppeteer-1.12.0 at 57.606% (Details).
  • โœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v1.12.0

Big Changes

  • Chromium 73.0.3679.0 (r624487)
  • New page.setDefaultTimeout(timeout) allows controlling default timeout for all page operations.
  • Puppeteer now ships a .d.ts file for better TypeScript support. (f2c968f)

API Changes

Added:

Changed:

Bug Fixes

  • #609 - page.waitForSelector doesn't work on baidu.com
  • #2672 - When the target element width is zero, elementHandle.screenshot does not work.
  • #3029 - Feature request: expose URL and line number for ConsoleMessage object
  • #3261 - frame.evaluate freezes / hangs on detached frames.
  • #3319 - Implement setDefaultWaitTimeout or setDefaultTimeouts
  • #3327 - Puppeteer page.select got error: Cannot read property 'indexOf' of undefined
  • #3537 - Feature proposal: Ability to pass browserUrl to puppeteer.connect
  • #3562 - Better error message for TypeError: Converting circular structure to JSON
  • #3635 - PUPPETEER_DOWNLOAD_HOST poorly named & documented
  • #3665 - Repeated setContent is 50x slower without goto('about:blank') in between than with it
  • #3673 - browser.close hangs with beforeunload dialog
  • #3684 - Puppeteer does not follow javascript redirects - leads to infinite loading of page without timeout
  • #3711 - puppeteer 1.11.0 ignore --proxy-server for localhost URLs
  • #3723 - page.waitForFunction fails because of whitespace
  • #3798 - Ignore intervention header when generating request hash
  • #3812 - pptr-ff: Black screen when building FF
  • #3858 - disable-translate flag replacement
  • #3859 - Emulated devices have old User Agents
  • #3865 - executionContextId is 0 when using multiples connections

Raw Notes

a545059 - chore: mark version v1.12.0
5cca7c0 - fix(types): don't report events as class members (#3874)
3c516f2 - chore: move static constructor to the top (#3873)
d89ec00 - fix(ppfox): check directory existance if necessary when running tests (#3871)
a2f1e27 - fix: ignore console messages from destroyed execution contexts (#3866)
7001042 - fix(launcher): properly disable translate UI (#3863)
61bc51c - fix: update device descriptors (#3862)
a064a63 - feat(page): introduce page.setDefaultTimeout (#3854)
f2c968f - chore(types): generate our own d.ts file from api.md (#3744)
63d9ac4 - fix(executioncontext): follow up to properly adopt element handles (#3857)
55432f8 - fix(page): execute frame.waitFor{Selector,XPath} in secondary world (#3856)
2061dd4 - fix(page): teach waitForSelector to return null (#3846)
7446550 - docs(api.md): fix typo (#3848)
62da236 - chore: introduce //lib/api.js (#3835)
cd678fb - chore(juggler): Roll Firefox to 120450a2 (#3842)
1a79955 - chore(test): prepare tests to be run with Puppeteer-Firefox (#3833)
7585e6d - docs(api.md): expand puppeteer-core explanation (#3830)
fb71012 - feat(page): use secondary world to drive clicks (#3828)
89a5c39 - refactor: move to flatten protocol (#3827)
678b8e8 - fix(page): use secondary DOMWorld to drive page.select() (#3809)
c09835f - feat(chromium): roll Chromium to r624487 (#3817)
9fb89e1 - test: Add test for waitForFunction with cross-process navigation (#3826)
9fd4b67 - fix(requestinterception): filter out "intervention" header (#3814)
c48b574 - docs(juggler/readme.md): more troubleshooting for ff on mac (#3813)
8426102 - docs(troubleshooting): fix bundle directions (#3808)
a9ad1c3 - docs(juggler/README.md): Add possible solution FF-Build (#3801)
f8615c8 - feat(chromium): roll Chromium to r623082 (#3785)
4ac00ca - refactor: split out DOMWorld from Frame (#3780)
bea26a7 - chore(testrunner): sort workers numerically when terminating (#3782)
489be90 - test: move tracing tests to one-per-browser (#3781)
91c4501 - test(coverage): add failing test for skipping all debugger statements (#3779)
4e1e2fb - fix(screenshot): round the clip dimensions (#3778)
e574190 - feat(chromium): roll Chromium to r622871 (#3777)
04fbbd7 - fix(network): relax request matching heuristic (#3775)
e8bb26e - refactor: split out classes into files (#3773)
4e9e3bc - refactor: consolidate all events in Events.js (#3772)
71edfc7 - feat(chromium): roll Chromium to r622472 (#3771)
9083c11 - fix(frames): make sure evaluation does not hang in detached iframes (#3770)
02ae552 - chore(ci): another sad attempt to fix travis deployment (#3769)
2e36b55 - docs(readme): migrate travis.org shield to travis.com (#3767)
7daeafc - chore(ci): yet another attempt to fix travis auto-deployment (#3768)
7fabf32 - feat(executioncontext): warn on nested js handle (#3591)
d346cb5 - chore: cleanup puppeteer.connect({browserURL}) (#3766)
15af75f - feat(launcher): add browserUrl option to puppeteer.connect (#3558)
81cf579 - chore(ci): another attempt to fix travis autopublish (#3759)
f933f59 - chore(ci): attempt to fix travis (#3758)
96adedf - fix(screenshots): throw on 0x0 screenshots (#3756)
29a2438 - chore(types): Upgrade TypeScript to 3.2.2 (#3754)
c44564a - feat(docs): mention puppeteer@chrome tagged releases (#3528)
0505c81 - test: add test for multiline waittask (#3753)
f731973 - fix(page): page.waitForFunction should work with multiline strings (#3727)
89fc2ad - fix(page): consoleMessage.location() should work with workers (#3752)
0c86763 - feat(page): introduce consoleMessage.location() (#3365)
16fc28b - test: make sure headful browser closes with beforeuload page (#3751)
4c48b77 - chore(examples): exclude localhost from proxy bypass list (#3742)
82bef70 - docs(troubleshooting.md): Update running on Alpine example (#3708)
1899e79 - feat: enable Network Service by default (#3738)
c86bc0f - feat(chromium): roll Chromium to r620317 (#3732)
1e66d33 - docs(api.md): better documentation for PUPPETEER_DOWNLOAD_HOST (#3669)
3d82465 - fix(page): fix repetitative setContent calls (#3666)
8aaca4e - feat(page): introduce "Popup" event (#3661)
c90392b - feat: introduce page.browserContext() (#3655)
4346fa1 - feat(chromium): roll Chromium to r615489 (#3653)
0cccc58 - fix: ignore the experimental folder for npm (#3636)
2c4198f - docs(readme): update experimental readme
c81f03c - docs(readme): fix pptrfx readme (#3634)
be836be - docs(pptrfx): update readme (#3633)
b874529 - readme(pptr-firefox): adjustments (#3632)
45ab3e0 - feat: introduce puppeteer-firefox (#3628)
8613e87 - docs(troubleshooting.md): Update troubleshooting.md (#3606)
cdaa604 - docs(examples): adding puppetry tool (#3598)
68afb3c - docs(troubleshooting): Update docs about copying file for setuid sandbox (#3608)
45c4477 - chore: bump version to v1.11.0-post (#3613)

Commits

The new version differs by 73 commits.

  • 7f05a08 chore: mark version v1.12.0 (#3875)
  • 5cca7c0 fix(types): don't report events as class members (#3874)
  • 3c516f2 chore: move static constructor to the top (#3873)
  • d89ec00 fix(ppfox): check directory existance if necessary when running tests (#3871)
  • a2f1e27 fix: ignore console messages from destroyed execution contexts (#3866)
  • 7001042 fix(launcher): properly disable translate UI (#3863)
  • 61bc51c fix: update device descriptors (#3862)
  • a064a63 feat(page): introduce page.setDefaultTimeout (#3854)
  • f2c968f chore(types): generate our own d.ts file from api.md (#3744)
  • 63d9ac4 fix(executioncontext): follow up to properly adopt element handles (#3857)
  • 55432f8 fix(page): execute frame.waitFor{Selector,XPath} in secondary world (#3856)
  • 2061dd4 fix(page): teach waitForSelector to return null (#3846)
  • 7446550 docs(api.md): fix typo (#3848)
  • 62da236 chore: introduce //lib/api.js (#3835)
  • cd678fb chore(juggler): Roll Firefox to 120450a2 (#3842)

There are 73 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 sequelize is breaking the build ๐Ÿšจ

The peerDependency sequelize was updated from 5.3.5 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.

sequelize is a peerDependency 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/sequelize-5.4.0 at 95.635% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v5.4.0

5.4.0 (2019-04-15)

Bug Fixes

  • typings: extend FindOptions with QueryOptions (#10766) (2f6e01b)

Features

Commits

The new version differs by 2 commits.

  • 2f6e01b fix(typings): extend FindOptions with QueryOptions (#10766)
  • 638b13b feat(typings): model.count with group by (#10763)

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 sequelize is breaking the build ๐Ÿšจ

The peerDependency sequelize was updated from 5.2.12 to 5.2.13.

๐Ÿšจ View failing branch.

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

sequelize is a peerDependency 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

Release Notes for v5.2.13

5.2.13 (2019-04-08)

Bug Fixes

  • mariadb: named timezone support (#10705) (175da2d)
  • query: add escape of null character for postgres bind parameters (#10716) (d6daaf1)
  • query-generator: handle field names in scope include (#10718) (4c9d18f)
  • types: add parent transaction and enhance where parameters (#10726) (47c5f30)
Commits

The new version differs by 7 commits.

  • 47c5f30 fix(types): add parent transaction and enhance where parameters (#10726)
  • 57aba97 docs(typescript): typo with associations (#10707)
  • 175da2d fix(mariadb): named timezone support (#10705)
  • d6daaf1 fix(query): add escape of null character for postgres bind parameters (#10716)
  • 4c9d18f fix(query-generator): handle field names in scope include (#10718)
  • 75e363e docs: use modelName with init for proper include alias (#10725)
  • d87dab5 docs(query-interface): improve doc string descriptions (#10723)

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 sequelize is breaking the build ๐Ÿšจ

The peerDependency sequelize was updated from 5.1.1 to 5.2.0.

๐Ÿšจ View failing branch.

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

sequelize is a peerDependency 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

Release Notes for v5.2.0

5.2.0 (2019-03-26)

Bug Fixes

  • associations: correctly parse include options (#10580) (ef18710)
  • query-generator: convert numbers to date types (#10569) (b6f04ac)
  • typings: correct return type for model.schema() (#10624) (b0da59b)
Commits

The new version differs by 10 commits.

  • ab7a954 build: no yarn for pg-native
  • 63fabc8 build: use latest npm
  • fa0a127 build: get rid of yarn and duplicate builds
  • 2ef16b5 feat: setup semantic release
  • b6f04ac fix(query-generator): convert numbers to date types (#10569)
  • b0da59b fix(typings): correct return type for model.schema() (#10624)
  • d81ea5e revert "fix(query-interface): incorrect regex escape with json querying (#10615)" (#10623)
  • ef18710 fix(associations): correctly parse include options (#10580)
  • 83f696a chore: use native deprecations (#10609)
  • 674db19 fix(query-interface): incorrect regex escape with json querying (#10615)

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 sequelize is breaking the build ๐Ÿšจ

The peerDependency sequelize was updated from 5.7.0 to 5.7.1.

๐Ÿšจ View failing branch.

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

sequelize is a peerDependency 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/sequelize-5.7.1 at 95.869% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v5.7.1

5.7.1 (2019-04-20)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 032d996 fix(types): scope typing (#10803)
  • 3926991 fix(types): add using & operator index interface (#10813)

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 babel7 is breaking the build ๐Ÿšจ

There have been updates to the babel7 monorepo:

    • The devDependency @babel/core was updated from 7.2.2 to 7.3.3.

๐Ÿšจ 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 babel7 group definition.

babel7 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 failed (Details).
  • โŒ build_and_test: * build_and_test - Failed

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 puppeteer is breaking the build ๐Ÿšจ

The dependency puppeteer was updated from 1.13.0 to 1.14.0.

๐Ÿšจ View failing branch.

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

puppeteer 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/puppeteer-1.14.0 at 92.597% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v1.14.0

Big Changes

  • Chromium 75.0.3738.0 (r641577)

API changes

Added

No API changes.

Bug Fixes

  • #4150 - pptr.dev elementHandle.$ API example throws Error: Node is either not visible or not an HTMLElement

Raw notes

fb8146e - chore: mark version v1.14.0
26d6e91 - docs(troubleshooting.md): Update Alpine example (#4203)
72866e9 - test: Change cookies unsecure test title (#4187)
0d0e620 - docs(api.md): update ElementHandle example (#4169)
c6c3249 - feat(chromium): roll Chromium to r641577 (#4178)
11afadc - fix: Respect the loglevel for logging (#4014)
28bab53 - docs(troubleshooting.md): Add missing depencies (#4182)
6056757 - test: make sure frames are reported from-inside shadow DOM (#4167)
854b1c0 - feat(executioncontext): support bigints transferring (#4016)
27cf859 - docs(api.md): add note regarding puppeteer.executablePath() (#4092)
3511a35 - test: fix fixtures test when run with env DUMPIO=1 (#4123)
808d1bb - docs(api.md): add links to CDP guide and pptr.dev (#4159)
0c8ace2 - fix(types): add jsdoc for the DOMWorld on frames (#4158)
26abcda - docs(troubleshooting): updated Lambda resources (#4140)
6474b3f - test: ensure Page.setBypassCSP works with iFrames (#4155)
e3a4f34 - feat(firefox): roll Firefox to 765beffc (#4156)
42351c7 - feat(firefox): Implement header overrides in request interception (#4142)
5d6535c - test: Fix should fire for fetches test (#4139)
87a8d74 - test: add a failing test that tries to click a fixed button in an iframe (#4130)
1623bef - test: improve test coverage for Request.continue (#4096)
f32d77e - test: check if the executable path is an exact match (#4117)
7462bda - chore: bump version to v1.13.0-post (#4115)

Commits

The new version differs by 22 commits.

  • 3fa91ca chore: mark version v1.14.0 (#4222)
  • 26d6e91 docs(troubleshooting.md): Update Alpine example (#4203)
  • 72866e9 test: Change cookies unsecure test title (#4187)
  • 0d0e620 docs(api.md): update ElementHandle example (#4169)
  • c6c3249 feat(chromium): roll Chromium to r641577 (#4178)
  • 11afadc fix: Respect the loglevel for logging (#4014)
  • 28bab53 docs(troubleshooting.md): Add missing depencies (#4182)
  • 6056757 test: make sure frames are reported from-inside shadow DOM (#4167)
  • 854b1c0 feat(executioncontext): support bigints transferring (#4016)
  • 27cf859 docs(api.md): add note regarding puppeteer.executablePath() (#4092)
  • 3511a35 test: fix fixtures test when run with env DUMPIO=1 (#4123)
  • 808d1bb docs(api.md): add links to CDP guide and pptr.dev (#4159)
  • 0c8ace2 fix(types): add jsdoc for the DOMWorld on frames (#4158)
  • 26abcda docs(troubleshooting): updated Lambda resources (#4140)
  • 6474b3f test: ensure Page.setBypassCSP works with iFrames (#4155)

There are 22 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 sequelize is breaking the build ๐Ÿšจ

The peerDependency sequelize was updated from 5.2.15 to 5.3.0.

๐Ÿšจ View failing branch.

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

sequelize is a peerDependency 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

Release Notes for v5.3.0

5.3.0 (2019-04-10)

Features

  • security(postgres): enable standard conforming strings when required (#10746) (850c7fd)
Commits

The new version differs by 2 commits.

  • 850c7fd feat(postgres): enable standard conforming strings when required (#10746)
  • 7c3c18a docs(upgrade-to-v5): correctly format code block (#10745)

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 rollup is breaking the build ๐Ÿšจ

The devDependency rollup was updated from 1.8.0 to 1.9.0.

๐Ÿšจ View failing branch.

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

rollup 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/rollup-1.9.0 at 92.115% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v1.9.0

2019-04-05

Features

  • Add built-in support for bigint (#2789)

Pull Requests

Commits

The new version differs by 7 commits.

  • fadf7bc Fix linting
  • 2500f4c 1.9.0
  • c544083 Update changelog
  • c3d67ca Ship with bigint support built-in (#2789)
  • c6bad2f Update changelog
  • 7837fc5 Test that rollup-plugin-commonjs works with preserveModules (#2792)
  • fee090c Use shared extractAssignedNames from rollup-pluginutils (#2791)

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 ๐ŸŒด

feat(sifrr-seo): Add expiring individual cache logic, and max cache size

Is your feature request related to a problem? Please describe.
There is no way to expire individual cache. And no way to manage cache memory.

Describe the solution you'd like
Add a way to expire individual caches based on etag/last-modified/fixed-time.
And an option to declare maximum cache memory (In bytes?).

Describe alternatives you've considered
Adding a middleware to seo

  • Max cache size (In MBs)
  • Individual cache expire logic

An in-range update of rollup is breaking the build ๐Ÿšจ

The devDependency rollup was updated from 1.3.0 to 1.3.1.

๐Ÿšจ View failing branch.

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

rollup 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
  • โœ… coverage/coveralls: First build on greenkeeper/server/rollup-1.3.1 at 85.546% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v1.3.1

2019-02-27

Bug Fixes

  • Correctly reexport the default export from entry chunks (#2727)

Pull Requests

Commits

The new version differs by 3 commits.

  • e9abb56 1.3.1
  • 55ef193 Update changelog
  • 45518c2 Take chunk export mode into account when reexporting default, resolves #2721 (#2727)

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 babel7 is breaking the build ๐Ÿšจ

There have been updates to the babel7 monorepo:

    • The devDependency @babel/core was updated from 7.3.4 to 7.4.0.

๐Ÿšจ 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 babel7 group definition.

babel7 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/monorepo.babel7-20190320012404 at 89.354% (Details).
  • โŒ build_and_test: * build_and_test - Failed

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 eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 5.13.0 to 5.14.0.

๐Ÿšจ View failing branch.

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

eslint 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 failed (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v5.14.0
  • 85a04b3 Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980) (Scott Stern)
  • 0c02932 Upgrade: [email protected] (#11401) (Ilya Volodin)
  • 104ae88 Docs: Update governance doc with reviewers status (#11399) (Nicholas C. Zakas)
  • ab8ac6a Fix: Support boundary spread elements in sort-keys (#11158) (Jakub Roลผek)
  • a23d197 New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243) (richie3366)
  • e25e7aa Fix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374) (Pig Fang)
  • a1f7c44 Docs: fix space-before-blocks correct code for "classes": "never" (#11391) (PoziWorld)
  • 14f58a2 Docs: fix grammar in object-curly-spacing docs (#11389) (PoziWorld)
  • d3e9a27 Docs: fix grammar in โ€œthose who saysโ€ (#11390) (PoziWorld)
  • ea8e804 Docs: Add note about support for object spread (fixes #11136) (#11395) (Steven Thomas)
  • 95aa3fd Docs: Update README team and sponsors (ESLint Jenkins)
  • 51c4972 Update: Behavior of --init (fixes #11105) (#11332) (Nicholas C. Zakas)
  • ad7a380 Docs: Update README team and sponsors (ESLint Jenkins)
  • 550de1e Update: use default keyword in JSON schema (fixes #9929) (#11288) (Pig Fang)
  • 983c520 Update: Use 'readonly' and 'writable' for globals (fixes #11359) (#11384) (Nicholas C. Zakas)
  • f1d3a7e Upgrade: some deps (fixes #11372) (#11373) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 3e0c417 Docs: Fix grammar in โ€œthereโ€™s nothing prevent youโ€ (#11385) (PoziWorld)
  • de988bc Docs: Fix grammar: Spacing improve -> Spacing improves (#11386) (PoziWorld)
  • 1309dfd Revert "Build: fix test failure on Node 11 (#11100)" (#11375) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 1e56897 Docs: โ€œthe function actually useโ€: use -> uses (#11380) (PoziWorld)
  • 5a71bc9 Docs: Update README team and sponsors (ESLint Jenkins)
  • 82a58ce Docs: Update README team and sponsors (ESLint Jenkins)
  • 546d355 Docs: Update README with latest sponsors/team data (#11378) (Nicholas C. Zakas)
  • c0df9fe Docs: ... is not an operator (#11232) (Felix Kling)
  • 7ecfdef Docs: update typescript parser (refs #11368) (#11369) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 3c90dd7 Update: remove prefer-spread autofix (fixes #11330) (#11365) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 5eb3121 Update: add fixer for prefer-destructuring (fixes #11151) (#11301) (golopot)
  • 173eb38 Docs: Clarify ecmaVersion doesn't imply globals (refs #9812) (#11364) (Keith Maxwell)
  • 84ce72f Fix: Remove extraneous linefeeds in one-var fixer (fixes #10741) (#10955) (st-sloth)
  • 389362a Docs: clarify motivation for no-prototype-builtins (#11356) (Teddy Katz)
  • 533d240 Update: no-shadow-restricted-names lets unassigned vars shadow undefined (#11341) (Teddy Katz)
  • d0e823a Update: Make --init run js config files through linter (fixes #9947) (#11337) (Brian Kurek)
  • 92fc2f4 Fix: CircularJSON dependency warning (fixes #11052) (#11314) (Terry)
  • 4dd19a3 Docs: mention 'prefer-spread' in docs of 'no-useless-call' (#11348) (Klaus Meinhardt)
  • 4fd83d5 Docs: fix a misleading example in one-var (#11350) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 9441ce7 Chore: update incorrect tests to fix build failing (#11354) (่–›ๅฎš่ฐ”็š„็Œซ)
Commits

The new version differs by 38 commits.

  • af9688b 5.14.0
  • 0ce3ac7 Build: changelog update for 5.14.0
  • 85a04b3 Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980)
  • 0c02932 Upgrade: [email protected] (#11401)
  • 104ae88 Docs: Update governance doc with reviewers status (#11399)
  • ab8ac6a Fix: Support boundary spread elements in sort-keys (#11158)
  • a23d197 New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243)
  • e25e7aa Fix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374)
  • a1f7c44 Docs: fix space-before-blocks correct code for "classes": "never" (#11391)
  • 14f58a2 Docs: fix grammar in object-curly-spacing docs (#11389)
  • d3e9a27 Docs: fix grammar in โ€œthose who saysโ€ (#11390)
  • ea8e804 Docs: Add note about support for object spread (fixes #11136) (#11395)
  • 95aa3fd Docs: Update README team and sponsors
  • 51c4972 Update: Behavior of --init (fixes #11105) (#11332)
  • ad7a380 Docs: Update README team and sponsors

There are 38 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 browserslist is breaking the build ๐Ÿšจ

The devDependency browserslist was updated from 4.4.1 to 4.4.2.

๐Ÿšจ View failing branch.

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

browserslist 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

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 rollup is breaking the build ๐Ÿšจ

The devDependency rollup was updated from 1.3.2 to 1.3.3.

๐Ÿšจ View failing branch.

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

rollup 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

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 mocha is breaking the build ๐Ÿšจ

The devDependency mocha was updated from 6.1.1 to 6.1.2.

๐Ÿšจ View failing branch.

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

mocha 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/mocha-6.1.2 at 91.025% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v6.1.2

6.1.2 / 2019-04-08

๐Ÿ› Fixes

  • #3867: Re-publish v6.1.1 from POSIX OS to avoid dropped executable flags (@boneskull)
Commits

The new version differs by 2 commits.

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 sequelize is breaking the build ๐Ÿšจ

The peerDependency sequelize was updated from 5.5.0 to 5.5.1.

๐Ÿšจ View failing branch.

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

sequelize is a peerDependency 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

Release Notes for v5.5.1

5.5.1 (2019-04-16)

Bug Fixes

Commits

The new version differs by 2 commits.

  • f4a46dc fix(typings): add OptimisticLockError type (#10777)
  • 380738b docs(scopes): attributes key merging (#10776)

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 rollup is breaking the build ๐Ÿšจ

The devDependency rollup was updated from 1.9.1 to 1.9.2.

๐Ÿšจ View failing branch.

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

rollup 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/rollup-1.9.2 at 91.015% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v1.9.2

2019-04-10

Bug Fixes

  • Allowing replacing output.file with output.dir in the outputOptions hook (#2802)

Pull Requests

Commits

The new version differs by 4 commits.

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 rollup is breaking the build ๐Ÿšจ

The devDependency rollup was updated from 1.10.0 to 1.10.1.

๐Ÿšจ View failing branch.

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

rollup 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/rollup-1.10.1 at 95.866% (Details).
  • โŒ build_and_test: * build_and_test - Failed

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 sinon is breaking the build ๐Ÿšจ

The devDependency sinon was updated from 7.2.3 to 7.2.4.

๐Ÿšจ View failing branch.

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

sinon 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
  • โœ… coverage/coveralls: First build on greenkeeper/server/sinon-7.2.4 at 83.83% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Commits

The new version differs by 13 commits.

  • 06fc27d Update docs/changelog.md and set new release id in docs/_config.yml
  • 54da371 Add release documentation for v7.2.4
  • e5de1fe 7.2.4
  • d158672 Update CHANGELOG.md and AUTHORS for new release
  • 1431c78 minor package updates
  • 37c955d Merge pull request #1979 from fatso83/update-npm-deps
  • fc2a32a Merge pull request #1975 from ehmicky/master
  • 85f2fcd Update eslint-plugin-mocha
  • 707e068 Fix high prio audit warnings
  • 8282bc0 Update nise to use @sinonjs/text-encoding
  • c1d9625 Make all properties non-enumerable in spies, stubs, mocks and fakes
  • 894951c Merge pull request #1973 from mgred/default-sandbox-example
  • 876aebb docs(sandbox): add example for default sandbox

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 rollup-plugin-terser is breaking the build ๐Ÿšจ

The devDependency rollup-plugin-terser was updated from 4.0.3 to 4.0.4.

๐Ÿšจ View failing branch.

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

rollup-plugin-terser 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 failed (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v4.0.4

In this release unexpected token error when using arrow functions was fixed and 1mb dependency was removed. Big thanks to @zech

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 graphql is breaking the build ๐Ÿšจ

The dependency graphql was updated from 14.1.1 to 14.2.0.

๐Ÿšจ View failing branch.

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

graphql 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

Release Notes for v14.2.0

14.2.0 (2019-03-26)

Note: Updating to this release can cause new Flow errors since it adds Flow typing for print function that was missing in previous versions.

New Feature ๐Ÿš€

Bug Fix ๐Ÿž

Docs ๐Ÿ“

Polish ๐Ÿ’…

42 PRs were merged

Internal ๐Ÿ 

17 PRs were merged

Committers: 7

Commits

The new version differs by 114 commits.

  • 1321858 v14.2.0
  • 0b5e955 Tiny simplification in the parser code (#1801)
  • 0d2c01d Update deps (#1800)
  • 329f357 Rename 'MaybePromise' to 'PromiseOrValue' (#1798)
  • 84ea1c9 Update to Babel 7.4.1 (#1797)
  • fe0705f Update deps (#1796)
  • c83412f Switch 'check-cover' to use Flow's 'batch-coverage' cmd (#1795)
  • 26da75e Update Flow to v0.95 (#1794)
  • ffccf3f inspect: Add test for circular object as result of custom inspect
  • 1375776 inspect: detect circular objects
  • 97a2e98 inspect: Correctly handle custom inspect returning this
  • ad35c41 inspect: Limit maximum depth of printed objects
  • 68058b2 inspect: move implementation into formatValue
  • b3d9a5c inspect: Limit maximum number of printed items to 10
  • b699cfc Update deps (#1793)

There are 114 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 rollup-plugin-commonjs is breaking the build ๐Ÿšจ

The devDependency rollup-plugin-commonjs was updated from 9.3.0 to 9.3.1.

๐Ÿšจ View failing branch.

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

rollup-plugin-commonjs 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

Commits

The new version differs by 3 commits.

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 ๐ŸŒด

feat(sifrr-seo): Way to add puppeteer options to seo

Is your feature request related to a problem? Please describe.
There is no way to edit puppeteer options in seo.

Describe the solution you'd like
add method .addPuppeteerOption to seo for adding option to puppeteer instance.

An in-range update of graphql-sequelize is breaking the build ๐Ÿšจ

The peerDependency graphql-sequelize was updated from 9.3.4 to 9.3.5.

๐Ÿšจ View failing branch.

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

graphql-sequelize is a peerDependency 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

Commits

The new version differs by 5 commits.

  • 248b244 9.3.5
  • 979710b Merge branch 'sbonami-Bump-graphql-relay-for-GraphQL-v14-support'
  • 2af3e3d package-lock
  • 9d3057a Bump graphql-relay for GraphQL v14 support
  • 2eb9296 Ignore docker configs and git pre-commit hook (#661)

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 sequelize is breaking the build ๐Ÿšจ

The peerDependency sequelize was updated from 5.2.8 to 5.2.9.

๐Ÿšจ View failing branch.

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

sequelize is a peerDependency 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

Release Notes for v5.2.9

5.2.9 (2019-04-02)

Bug Fixes

Commits

The new version differs by 5 commits.

  • 0f505ef fix(types): add version property to init options (#10681)
  • c9e48e4 docs(readme): make it easier for newcomers (#10676)
  • 4ec86a4 docs(sequelize): update constructor define docs (#10675)
  • 42414f5 docs: adjust misunderstood phrase in pull request template (#10664)
  • abfe7e5 test: belongs-to-many

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 rollup-plugin-commonjs is breaking the build ๐Ÿšจ

The devDependency rollup-plugin-commonjs was updated from 9.2.0 to 9.2.1.

๐Ÿšจ View failing branch.

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

rollup-plugin-commonjs 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
  • โœ… coverage/coveralls: First build on greenkeeper/browser/rollup-plugin-commonjs-9.2.1 at 58.444% (Details).
  • โŒ build_and_test: * build_and_test - Failed

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 rollup-plugin-commonjs is breaking the build ๐Ÿšจ

The devDependency rollup-plugin-commonjs was updated from 9.3.2 to 9.3.3.

๐Ÿšจ View failing branch.

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

rollup-plugin-commonjs 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

Commits

The new version differs by 3 commits.

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 compression is breaking the build ๐Ÿšจ

The devDependency compression was updated from 1.7.3 to 1.7.4.

๐Ÿšจ View failing branch.

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

compression 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/compression-1.7.4 at 93.44% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for 1.7.4
  • deps: compressible@~2.0.16
    • Mark text/less as compressible
    • deps: mime-db@'>= 1.38.0 < 2'
  • deps: on-headers@~1.0.2
    • Fix res.writeHead patch missing return value
  • perf: prevent unnecessary buffer copy
Commits

The new version differs by 33 commits.

There are 33 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 eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 5.15.2 to 5.15.3.

๐Ÿšจ View failing branch.

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

eslint 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/eslint-5.15.3 at 92.242% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v5.15.3
  • 71adc66 Fix: avoid moving comments in implicit-arrow-linebreak (fixes #11521) (#11522) (Teddy Katz)
  • 1f715a2 Chore: make test-case-property-ordering reasonable (#11511) (Toru Nagashima)
Commits

The new version differs by 4 commits.

  • a6168f8 5.15.3
  • cb57316 Build: changelog update for 5.15.3
  • 71adc66 Fix: avoid moving comments in implicit-arrow-linebreak (fixes #11521) (#11522)
  • 1f715a2 Chore: make test-case-property-ordering reasonable (#11511)

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 ๐ŸŒด

app.folder is not a function

hey, my intentions are to start a server and serve a directory.

i saw the examples, and i wrote this:

require("dotenv").config();

const { SSLApp } = require('@sifrr/server');
const path = require('path');

const app = new SSLApp("/public", {
    key_file_name: process.env.KEYFILE,
    cert_file_name: process.env.CERTFILE
});

const serverPort = process.env.PORT;

app.folder('/', path.join(__dirname, 'public'), {
    headers: {
        'access-control-allow-origin': '*',
        'access-control-allow-methods': '*'
    },
    compress: false
});

app.listen(serverPort, token => {
    if (token) {
        console.log("Listening to port " + serverPort);
    } else {
        console.log("Failed to listen to port " + serverPort);
    }
});

for some reason, i'm getting

app.folder('/', path.join(__dirname, 'public'), {
    ^

TypeError: app.folder is not a function

am i missing something?

An in-range update of mocha-junit-reporter is breaking the build ๐Ÿšจ

The devDependency mocha-junit-reporter was updated from 1.21.0 to 1.22.0.

๐Ÿšจ View failing branch.

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

mocha-junit-reporter 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/mocha-junit-reporter-1.22.0 at 95.362% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Commits

The new version differs by 2 commits.

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 istanbul-api is breaking the build ๐Ÿšจ

The devDependency istanbul-api was updated from 2.1.4 to 2.1.5.

๐Ÿšจ View failing branch.

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

istanbul-api 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

Commits

The new version differs by 3 commits.

  • d98bbce Publish
  • 28f61de fix: Initialize cols for HTML report sorting (#369)
  • 9dac4c6 chore(package): update nyc to version 14.0.0 ๐Ÿš€ (#367)

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 mocha is breaking the build ๐Ÿšจ

The devDependency mocha was updated from 6.0.1 to 6.0.2.

๐Ÿšจ View failing branch.

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

mocha 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
  • โœ… coverage/coveralls: First build on greenkeeper/browser/mocha-6.0.2 at 82.718% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v6.0.2

6.0.2 / 2019-02-25

๐Ÿ› Fixes

Two more regressions fixed:

  • #3768: Test file paths no longer dropped from mocha.opts (@boneskull)
  • #3767: --require does not break on module names that look like certain node flags (@boneskull)
Commits

The new version differs by 6 commits.

  • 00a895f Release v6.0.2
  • 1edce76 update CHANGELOG for v6.0.2 [ci skip]
  • 347e9db fix broken positional arguments in config; ensure positional args are unique; closes #3763
  • 9e31e9d fix handling of bareword args matching node flags; closes #3761
  • 6535965 Update "karma-browserify" to eliminate Karma middleware warning (#3762)
  • 37febb6 improve issue template. (#3411)

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 sequelize is breaking the build ๐Ÿšจ

The peerDependency sequelize was updated from 5.6.0 to 5.6.1.

๐Ÿšจ View failing branch.

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

sequelize is a peerDependency 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

Release Notes for v5.6.1

5.6.1 (2019-04-17)

Bug Fixes

  • model: handle virtual attributes in includes (#10785) (4cc7dc8)
Commits

The new version differs by 1 commits.

  • 4cc7dc8 fix(model): handle virtual attributes in includes (#10785)

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 eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 5.14.1 to 5.15.0.

๐Ÿšจ View failing branch.

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

eslint 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
  • โœ… coverage/coveralls: First build on greenkeeper/server/eslint-5.15.0 at 81.875% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v5.15.0
  • 4088c6c Build: Remove path.resolve in webpack build (#11462) (Kevin Partington)
  • ec59ec0 New: add rule "prefer-named-capture-group" (fixes #11381) (#11392) (Pig Fang)
  • a44f750 Upgrade: [email protected] (#11461) (Teddy Katz)
  • d3ce611 Sponsors: Sync README with website (ESLint Jenkins)
  • ee88475 Chore: add utils for rule tests (#11453) (่–›ๅฎš่ฐ”็š„็Œซ)
  • d4824e4 Sponsors: Sync README with website (ESLint Jenkins)
  • 6489518 Fix: no-extra-parens crash when code is "((let))" (#11444) (Teddy Katz)
  • 9d20de2 Sponsors: Sync README with website (ESLint Jenkins)
  • 3f14de4 Sponsors: Sync README with website (ESLint Jenkins)
  • 3d6c770 Sponsors: Sync README with website (ESLint Jenkins)
  • de5cbc5 Update: remove invalid defaults from core rules (fixes #11415) (#11427) (Teddy Katz)
  • eb0650b Build: fix linting errors on master (#11428) (Teddy Katz)
  • 5018378 Chore: enable require-unicode-regexp on ESLint codebase (#11422) (Teddy Katz)
  • f6ba633 Chore: lint all files in the repo at the same time (#11425) (Teddy Katz)
  • 8f3d717 Docs: Add non-attending TSC member info (#11411) (Nicholas C. Zakas)
  • ce0777d Docs: use more common spelling (#11417) (่–›ๅฎš่ฐ”็š„็Œซ)
  • b9aabe3 Chore: run fuzzer along with unit tests (#11404) (Teddy Katz)
  • db0c5e2 Build: switch from browserify to webpack (fixes #11366) (#11398) (Pig Fang)
Commits

The new version differs by 22 commits.

  • b00a5e9 5.15.0
  • c3aebb1 Build: changelog update for 5.15.0
  • 4088c6c Build: Remove path.resolve in webpack build (#11462)
  • ec59ec0 New: add rule "prefer-named-capture-group" (fixes #11381) (#11392)
  • a44f750 Upgrade: [email protected] (#11461)
  • 341140f Revert "Chore: remove devDependency common-tags (#11455)" (#11460)
  • d3ce611 Sponsors: Sync README with website
  • aaba636 Chore: remove devDependency common-tags (#11455)
  • ee88475 Chore: add utils for rule tests (#11453)
  • d4824e4 Sponsors: Sync README with website
  • 6489518 Fix: no-extra-parens crash when code is "((let))" (#11444)
  • 9d20de2 Sponsors: Sync README with website
  • 3f14de4 Sponsors: Sync README with website
  • 3d6c770 Sponsors: Sync README with website
  • de5cbc5 Update: remove invalid defaults from core rules (fixes #11415) (#11427)

There are 22 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 istanbul-reports is breaking the build ๐Ÿšจ

The devDependency istanbul-reports was updated from 2.2.2 to 2.2.3.

๐Ÿšจ View failing branch.

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

istanbul-reports 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

Commits

The new version differs by 3 commits.

  • d98bbce Publish
  • 28f61de fix: Initialize cols for HTML report sorting (#369)
  • 9dac4c6 chore(package): update nyc to version 14.0.0 ๐Ÿš€ (#367)

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 rollup is breaking the build ๐Ÿšจ

The devDependency rollup was updated from 1.2.2 to 1.2.3.

๐Ÿšจ View failing branch.

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

rollup 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
  • โœ… coverage/coveralls: First build on greenkeeper/browser/rollup-1.2.3 at 58.444% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v1.2.3

2019-02-23

Bug Fixes

  • Use correct path when rendering dynamic imports where the entry module is empty (#2714)

Pull Requests

Commits

The new version differs by 4 commits.

  • 5d6e01c 1.2.3
  • 6c346ba Update changelog
  • 585500e Add npm ci to prepublish script.
  • e8c078d Properly render dynamic imports when imported module is empty (#2714)

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 rollup is breaking the build ๐Ÿšจ

The devDependency rollup was updated from 1.7.0 to 1.7.1.

๐Ÿšจ View failing branch.

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

rollup 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/rollup-1.7.1 at 87.413% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Release Notes for v1.7.1

2019-03-24

Bug Fixes

  • Prevent invalid code when exporting several hundred identifiers from a chunk (#2768)
  • Do not wrongly deconflict labels (#2776)

Pull Requests

Commits

The new version differs by 7 commits.

  • 7c4ceca 1.7.1
  • 034034f Update changelog
  • 75b41e2 Do not treat break labels as identifiers (#2776)
  • 61dcba8 Update changelog
  • 9cbb73e Sanitize shortened internal export names (#2768)
  • dec4d83 Update changelog
  • 429942e Update dependencies and fix security issues (#2769)

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 sinon is breaking the build ๐Ÿšจ

The devDependency sinon was updated from 7.3.1 to 7.3.2.

๐Ÿšจ View failing branch.

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

sinon 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
  • โœ… coverage/coveralls: First build on greenkeeper/all/sinon-7.3.2 at 91.7% (Details).
  • โŒ build_and_test: * build_and_test - Failed

Commits

The new version differs by 6 commits.

  • 15a9d65 Update docs/changelog.md and set new release id in docs/_config.yml
  • 5d770e0 Add release documentation for v7.3.2
  • 585a1e9 7.3.2
  • b51901d Update CHANGELOG.md and AUTHORS for new release
  • 83861a7 Update Lolex to bring in fix for sinonjs/lolex#232
  • 2430fd9 Documentation (#2004)

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 sequelize is breaking the build ๐Ÿšจ

The peerDependency sequelize was updated from 5.3.1 to 5.3.2.

๐Ÿšจ View failing branch.

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

sequelize is a peerDependency 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

Release Notes for v5.3.2

5.3.2 (2019-04-11)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 728707c fix(postgres): rename debug context (#10752)

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.