Code Monkey home page Code Monkey logo

css-objectnet's Introduction

CSS Objectnet

Greenkeeper badge Travis CI Builds Dependency CI

This is an experimental dev tool to analyze the ID-Class relations of HTML nodes.

The CSS Objectnet panel in the devtools with a graph connecting HTML element IDs with their associated classes. This lets you analyze how you share your code and check classes for only having one responsibility and so on.

Currently there is no interaction on click to the elements in the graph other than a force simulation on the graph.

Translations

The extension is translated via Transifex.

Development

Set up environment

Run npm i to install all required dependencies.

Test extension in browser

By running npm start the extension will be build and web-ext will launch Firefox with the extension temporarily loaded in a throwaway profile.

Build extension

To build the extension, run npm run build.

Run tests

The extension both follows eslint rules and linting rules for WebExtensions by Mozilla. To run the linters, run npm test.

css-objectnet's People

Contributors

freaktechnik avatar greenkeeper[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

css-objectnet's Issues

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

Version 2.8.0 of web-ext was just published.

Branch Build failing ๐Ÿšจ
Dependency web-ext
Current Version 2.7.0
Type devDependency

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

web-ext 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).

Release Notes 2.8.0

Features

See all changes: 2.7.0...2.8.0

Commits

The new version differs by 23 commits.

  • 8f03dfd chore: bump package version for release 2.8.0
  • 289788f fix(package): update addons-linter to version 1.2.6 (#1350)
  • 065188d feat: Allow negation in --ignore-files (#1348)
  • 1cd88a1 feat: Supported selection of a given APK (#1338)
  • bc4eb1c fix(test): Avoid EPIPE error in "web-ext sign" test
  • 4134812 chore: Replaced npm token in the travis config file (#1345)
  • 5d9020f chore(package): update sinon to version 6.1.2
  • 2a08456 chore(package): update chai to version 4.1.2 and related fixes for assert.throws usage
  • eb44fa6 chore(package): update conventional-changelog-cli to version 2.0.1
  • 7fd91fd chore(package): update eslint to version 5.0.1
  • de9365d chore(package): update babel-eslint to version 8.2.5
  • a6dcaa9 chore(package): update flow-bin to version 0.75.0 and fix new flow errors in the unit tests
  • 68225e5 chore(package): update eslint-plugin-flowtype to version 2.49.3
  • 6d4da0a chore(package): update eslint-plugin-import to version 2.13.0
  • c7b6413 chore(package): update coveralls to version 3.0.2

There are 23 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 @freaktechnik/eslint-config-extension is breaking the build ๐Ÿšจ

The devDependency @freaktechnik/eslint-config-extension was updated from 6.4.4 to 6.5.0.

๐Ÿšจ View failing branch.

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

@freaktechnik/eslint-config-extension 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).

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 ๐Ÿšจ

Version 4.7.0 of eslint just got published.

Branch Build failing ๐Ÿšจ
Dependency eslint
Current Version 4.6.1
Type devDependency

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

As eslint is โ€œonlyโ€ a devDependency of this project it might not break production or downstream projects, but โ€œonlyโ€ your build or test tools โ€“ preventing new deploys or publishes.

I recommend you give this issue a high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โŒ dependency-ci An error occured Details
  • โœ… continuous-integration/travis-ci/push The Travis CI build passed Details

Release Notes v4.7.0
  • 787b78b Upgrade: Espree v3.5.1 (fixes #9153) (#9314) (Brandon Mills)
  • 1488b51 Update: run rules after node.parent is already set (fixes #9122) (#9283) (Teddy Katz)
  • 4431d68 Docs: fix wrong config in max-len example. (#9309) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 7d24dde Docs: Fix code snippet to refer to the correct option (#9313) (Ruben Tytgat)
  • 12388d4 ๏ฟฝChore: rewrite parseListConfig for a small perf gain. (#9300) (่–›ๅฎš่ฐ”็š„็Œซ)
  • ce1f084 Update: fix MemberExpression handling in no-extra-parens (fixes #9156) (jackyho112)
  • 0c720a3 Update: allow autofixing when using processors (fixes #7510) (#9090) (Teddy Katz)
  • 838df76 Chore: upgrade deps. (#9289) (่–›ๅฎš่ฐ”็š„็Œซ)
  • f12def6 Update: indent flatTernary option to handle return (fixes #9285) (#9296) (Teddy Katz)
  • e220687 Fix: remove autofix for var undef inits (fixes #9231) (#9288) (Victor Hom)
  • 002e199 Docs: fix no-restricted-globals wrong config. (#9305) (่–›ๅฎš่ฐ”็š„็Œซ)
  • fcfe91a Docs: fix wrong config in id-length example. (#9303) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 2731f94 Update: make newline-per-chained-call fixable (#9149) (Joรฃo Granado)
  • 61f1093 Chore: avoid monkeypatching Linter instances in RuleTester (#9276) (Teddy Katz)
  • 28929cb Chore: remove Linter#reset (refs #9161) (#9268) (Teddy Katz)
  • abc8634 Build: re-run browserify when generating site (#9275) (Teddy Katz)
  • 7685fed Fix: IIFE and arrow functions in no-invalid-this (fixes #9126) (#9258) (Toru Nagashima)
  • 2b1eba2 Chore: enable eslint-plugin/no-deprecated-context-methods (#9279) (Teddy Katz)
  • 981f933 Fix: reuse the AST of source code object in verify (#9256) (Toru Nagashima)
  • cd698ba Docs: move RuleTester documentation to Node.js API page (#9273) (Teddy Katz)
  • 4ae7ad3 Docs: fix inaccuracy in npm run perf description (#9274) (Teddy Katz)
  • cad45bd Docs: improve documentation for rule contexts (#9272) (Teddy Katz)
  • 3b0c6fd Chore: remove extraneous linter properties (refs #9161) (#9267) (Teddy Katz)
  • c3231b3 Docs: Fix typo in array-bracket-newline.md (#9269) (ๅฎ‹ๆ–‡ๅผบ)
  • 51132d6 Fix: Formatters keep trailing '.' if preceded by a space (fixes #9154) (#9247) (i-ron-y)
  • 88d5d4d Chore: remove undocumented Linter#markVariableAsUsed method (refs #9161) (#9266) (Teddy Katz)
  • 09414cf Chore: remove internal Linter#getDeclaredVariables method (refs #9161) (#9264) (Teddy Katz)
  • f31f59d Chore: prefer smaller scope for variables in codebase (#9265) (Teddy Katz)
  • 3693e4e Chore: remove undocumented Linter#getScope method (#9253) (Teddy Katz)
  • 5d7eb81 Chore: refactor config hash caching in CLIEngine (#9260) (Teddy Katz)
  • 1a76c4d Chore: remove SourceCode passthroughs from Linter.prototype (refs #9161) (#9263) (Teddy Katz)
  • 40ae27b Chore: avoid relying on Linter#getScope/markVariableAsUsed in tests (#9252) (Teddy Katz)
  • b383d81 Chore: make executeOnFile a pure function in CLIEngine (#9262) (Teddy Katz)
  • 5e0e579 Chore: avoid internal SourceCode methods in Linter tests (refs #9161) (#9223) (Teddy Katz)
  • adab827 Chore: remove unused eslint-disable comment (#9251) (Teddy Katz)
  • 31e4ec8 Chore: use consistent names for apply-disable-directives in tests (#9246) (Teddy Katz)
  • 7ba46e6 Fix: shebang error in eslint-disable-new-line; add tests (fixes #9238) (#9240) (i-ron-y)
  • 8f6546c Chore: remove undocumented defaults() method (refs #9161) (#9237) (Teddy Katz)
  • 82d8b73 Docs: Fix error in example code for sort-imports (fixes #8734) (#9245) (i-ron-y)
  • a32ec36 Update: refactor eslint-disable comment processing (#9216) (Teddy Katz)
  • 583f0b8 Chore: avoid using globals in CLIEngine tests (#9242) (Teddy Katz)
  • c8bf687 Chore: upgrade [email protected] (#9234) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 3c41a05 Chore: always normalize rules to new API in rules.js (#9236) (Teddy Katz)
  • c5f4227 Chore: move logic for handling missing rules to rules.js (#9235) (Teddy Katz)
  • bf1e344 Chore: create report translators lazily (#9221) (Teddy Katz)
  • 2eedc1f Chore: remove currentFilename prop from Linter instances (refs #9161) (#9219) (Teddy Katz)
  • 5566e94 Docs: Replace misleading CLA links (#9133) (#9232) (i-ron-y)
  • c991630 Chore: remove ConfigOps.normalize in favor of ConfigOps.getRuleSeverity (#9224) (Teddy Katz)
  • 171962a Chore: remove internal Linter#getAncestors helper (refs #9161) (#9222) (Teddy Katz)
  • a567499 Chore: avoid storing list of problems on Linter instance (refs #9161) (#9214) (Teddy Katz)
  • ed6d088 Chore: avoid relying on undocumented Linter#getFilename API in tests (#9218) (Teddy Katz)
Commits

The new version differs by 55 commits.

  • 439e8e6 4.7.0
  • 2ec62f9 Build: changelog update for 4.7.0
  • 787b78b Upgrade: Espree v3.5.1 (fixes #9153) (#9314)
  • 1488b51 Update: run rules after node.parent is already set (fixes #9122) (#9283)
  • 4431d68 Docs: fix wrong config in max-len example. (#9309)
  • 9d1df92 Chore: Revert "avoid handling Rules instances in config-validator" (#9295)
  • 7d24dde Docs: Fix code snippet to refer to the correct option (#9313)
  • 12388d4 ๏ฟฝChore: rewrite parseListConfig for a small perf gain. (#9300)
  • ce1f084 Update: fix MemberExpression handling in no-extra-parens (fixes #9156)
  • 0c720a3 Update: allow autofixing when using processors (fixes #7510) (#9090)
  • 838df76 Chore: upgrade deps. (#9289)
  • f12def6 Update: indent flatTernary option to handle return (fixes #9285) (#9296)
  • e220687 Fix: remove autofix for var undef inits (fixes #9231) (#9288)
  • 002e199 Docs: fix no-restricted-globals wrong config. (#9305)
  • fcfe91a Docs: fix wrong config in id-length example. (#9303)

There are 55 commits in total.

See the full diff

Not sure how things should work exactly?

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


Your Greenkeeper Bot ๐ŸŒด

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

Version 9.4.0 of stylelint was just published.

Branch Build failing ๐Ÿšจ
Dependency stylelint
Current Version 9.3.0
Type devDependency

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

stylelint 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).

Release Notes 9.4.0
  • Added: bundled support for styles in template literals (#3405).
  • Added: linebreaks rule (#3289).
  • Added: compact formatter (#3488).
  • Added: at-rule-semicolon-newline-after autofix (#3450).
  • Added: block-closing-brace-newline-after autofix (#3443).
  • Added: block-opening-brace-space-before autofix (#3438).
  • Added: declaration-block-trailing-semicolon autofix (#3382).
  • Added: declaration-colon-space-before autofix (#3445).
  • Added: property-case autofix (#3448).
  • Added: selector-combinator-space-after autofix (#3446).
  • Added: selector-combinator-space-before autofix (#3457).
  • Added: selector-list-comma-space-before autofix (#3447).
  • Fixed: block-opening-brace-newline-after false positives for nested rule-sets prefixed with comments (#3383).
  • Fixed: declaration-block-trailing-semicolon report of errors with the --fix option (#3493).
  • Fixed: font-family-name-quotes false positives for system-ui system font (#3463).
  • Fixed: keyframes-name-pattern support for raw JS RegExp (#3437).
  • Fixed: media-feature-name-no-unknown false positives for level 5 names (#3397).
  • Fixed: no-descending-specificity false positives for #{&} (#3420).
  • Fixed: no-missing-end-of-source-newline false positives for style attributes (#3485).
Commits

The new version differs by 67 commits.

  • 5c789fd Update CHANGELOG.md
  • f7edb36 Fix reports of errors with the --fix option in declaration-block-trailing-semicolon
  • 148c09f Typo (#3497)
  • 7340df1 Tweak README (#3496)
  • 4b868f3 Prepare 9.4.0
  • faef7cc Prepare CHANGELOG
  • 093e021 Remove unused error option from --rd docs (#3495)
  • 002619d Simplify README structure and language (#3491)
  • 35a24b8 Use "ID" and not "id" throughout (#3486)
  • 824b895 Update CHANGELOG.md
  • 700b7fb Add a "compact" formatter (#3488)
  • b07e9c8 Fix inconsistent linebreaks docs (#3489)
  • acec955 Update CHANGELOG.md
  • 8e28932 Add autofix to block-closing-brace-newline-after (#3443)
  • db49361 Update CHANGELOG.md

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

Version 5.6.0 of d3 was just published.

Branch Build failing ๐Ÿšจ
Dependency d3
Current Version 5.5.0
Type dependency

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

d3 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).

Release Notes v5.6.0
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 web-ext is breaking the build ๐Ÿšจ

Version 2.9.0 of web-ext was just published.

Branch Build failing ๐Ÿšจ
Dependency web-ext
Current Version 2.8.0
Type devDependency

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

web-ext 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).

Release Notes 2.9.0

Features

  • Updated web-ext lint to use addons-linter 1.3.1 (#1362) (088ba87),
    See addons-linter version 1.2.7, 1.3.0 and 1.3.1:
    • Added basic support for WebExtensions dictionaries
    • WebExtensions API Schemas updated up to Firefox 62b15
    • Added support for ES6 modules

Bug Fixes

  • Fixed lags due to large amount of warnings logged in the console when javascript.options.strict is set to true (#1357) (dfad256, closes #1355)
  • Update firefox-profile to version 1.2.0 (#1359) (0731209, closes #1358)

See all changes: 2.8.0...2.9.0

Commits

The new version differs by 4 commits.

  • 9ec3a5e chore: bump package version for release 2.9.0
  • 088ba87 fix(package): update addons-linter to version 1.3.1 (#1362)
  • dfad256 fix: Use default javascript.options.strict=false (#1357)
  • 0731209 fix(package): update firefox-profile to version 1.2.0 (#1359)

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 @freaktechnik/eslint-config-webpack is breaking the build ๐Ÿšจ

The devDependency @freaktechnik/eslint-config-webpack was updated from 6.4.2 to 6.5.0.

๐Ÿšจ View failing branch.

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

@freaktechnik/eslint-config-webpack 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).

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

Rework graph

The graph would optimally have a dot per element and one per class. And then connect the relevant ones.

Click an element should show more info on it and clicking a class optimally its implementation?

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

Version 4.12.0 of d3 was just published.

Branch Build failing ๐Ÿšจ
Dependency d3
Current Version 4.11.0
Type dependency

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

d3 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

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 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).

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

The devDependency stylelint-config-standard was updated from 18.2.0 to 18.3.0.

๐Ÿšจ View failing branch.

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

stylelint-config-standard 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).

Release Notes for 18.3.0
  • Added: stylelint@10 to peer dependency range.
Commits

The new version differs by 16 commits.

  • bfb517b Remove Node.js 6 from CI
  • 5d65d10 Add stylelint@10 to peer dependency range
  • 2da161a Update eslint-config-stylelint to the latest version ๐Ÿš€ (#124)
  • b53e49f Update package.json
  • 712a1d9 Add more simple usage for globally installed configs (#123)
  • 7d96e9f Fix appveyor badge
  • 806cc37 Update eslint-config-stylelint to the latest version ๐Ÿš€ (#122)
  • b3cdb72 chore(package): update remark-cli to version 6.0.0 (#120)
  • 456eec3 Update eslint-config-stylelint (#119)
  • 9efccc5 Update npmpub to 4.1.0 (#116)
  • 25ede45 chore(package): update jest to 23.4.1 (#115)
  • 7008799 chore(package): update npmpub to version 4.0.1 (#114)
  • 6b317dd Update eslint to the latest version ๐Ÿš€ (#112)
  • 40396d8 Update to node 10 in .travis.yml (#110)
  • a5a6ae0 Switch Jest configuration to jest-preset-stylelint (#108)

There are 16 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-plugin-freaktechnik is breaking the build ๐Ÿšจ

Version 5.1.3 of eslint-plugin-freaktechnik was just published.

Branch Build failing ๐Ÿšจ
Dependency eslint-plugin-freaktechnik
Current Version 5.1.2
Type devDependency

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

eslint-plugin-freaktechnik 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

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 stylelint-no-unsupported-browser-features is breaking the build ๐Ÿšจ

Version 3.0.1 of stylelint-no-unsupported-browser-features was just published.

Branch Build failing ๐Ÿšจ
Dependency stylelint-no-unsupported-browser-features
Current Version 3.0.0
Type devDependency

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

stylelint-no-unsupported-browser-features 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

Commits

The new version differs by 8 commits.

  • e243d14 3.0.1
  • 17b9757 Prepare 3.0.1
  • 22b1b20 fix(package): update postcss to version 7.0.0 (#79)
  • cdb27de Remove shields.io badges (#78)
  • 4da2097 Update eslint-airbnb-base (#77)
  • 081296c chore(package): update prettier to version 1.13.2 (#74)
  • c440173 Run tests on node 10
  • 432a599 Update to node 10 in .travis.yml (#72)

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

Version 1.1.1 of file-loader just got published.

Branch Build failing ๐Ÿšจ
Dependency file-loader
Current Version 1.1.0
Type devDependency

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

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

I recommend you give this issue a high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes Release v1.1.1

1.1.1 (2017-09-30)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 0c52ae2 chore(release): 1.1.1
  • b46c2b8 chore: Update lock file
  • cf7c85a fix(schema): allow additionalProperties (#207)

See the full diff

Not sure how things should work exactly?

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


Your Greenkeeper Bot ๐ŸŒด

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

Version 2.2.1 of web-ext was just published.

Branch Build failing ๐Ÿšจ
Dependency web-ext
Current Version 2.2.0
Type devDependency

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

web-ext 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

Release Notes 2.2.1

Bug Fixes

  • Fixed deploy script so that it always publishes a production build. Version 2.2.0 is broken because it's a development build. (#1105) (2b7afb5)

See all changes: 2.2.0...2.2.1

Commits

The new version differs by 2 commits.

  • 68797ea chore: Bump version for release
  • 2b7afb5 fix: Fixed deploy script so that it always publishes a production build. Version 2.2.0 is broken because it's a development build. (#1105)

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.