alsatian-test / alsatian-website

1 stars 0 forks source link

An in-range update of sass-lint is breaking the build 🚨 #106

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.11.0 of sass-lint just got published.

Branch Build failing 🚨
Dependency sass-lint
Current Version 1.10.2
Type devDependency

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

As sass-lint 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 :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/alsatian-test/alsatian-website/builds/268959628?utm_source=github_status&utm_medium=notification) - ❌ **continuous-integration/appveyor/branch** AppVeyor build failed [Details](https://ci.appveyor.com/project/jamesrichford/alsatian-website/build/1.0.0-393)

Commits

The new version differs by 20 commits.

  • a7b0b40 :shipit: Prepare 1.11.0
  • a866e19 :bug: Fix space before bang within value node
  • ebc8b68 :bug: fix check for double semicolons
  • d4aa99d 852: Enhanced trailing semicolon to lint double semicolons
  • e04a0c3 :art: tidy up refactor
  • 8a98d30 :art: Fix possible undefined error
  • daad9ed :art: update comments
  • a204df1 :art: handle multiline properties & update css list
  • 125f265 :art: Use and fix issues related to gonzales-pe v4.1.1
  • 5bac05c Percents added to units list of "zero-unit" rule
  • ac23a79 chore(package): update sinon to version 2.3.2
  • 52096ff chore(package): update fs-extra to version 3.0.1
  • 8a93a79 :bug: Preserve correct line numbers when front matter is stripped
  • dc0c0b8 ✏️ Fix typo in attribute-quotes documentation
  • 1507070 chore(package): update front-matter to version 2.1.2

There are 20 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 1.10.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 1.11.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 41 commits.

  • cca399c Merge pull request #1117 from bgriffith/release/1.11.1
  • a677fc7 Merge branch 'master' into release/1.11.1
  • bf2d8cc Prepare v1.11.1
  • d402c6b Merge pull request #1113 from sasstools/feature_fix-misspelled-multiline
  • b43146a fix multiline mispelled properties
  • e9e2cff :shipit: Release/1.11.0
  • 4870dee Merge pull request #1108 from sasstools/feature_fix-bang-rule
  • 137da4c :bug: Fix space before bang within value node
  • 93d1f5c Merge pull request #1107 from sasstools/feature_lint-double-semi-colons
  • 09f4c43 :bug: fix check for double semicolons
  • 9145864 852: Enhanced trailing semicolon to lint double semicolons
  • 2c4f63e Merge pull request #998 from royaldark/develop
  • 84796df Merge branch 'develop' into develop
  • b5aebda Merge pull request #1060 from flacerdk/develop
  • 139fde6 Merge branch 'develop' into develop

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.12.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.12.0

v1.12.0

October 3rd, 2017

Fixes

  • Fixed an issue with custom properties being flagged in the misspelled-properties rule #1122
  • Fixed an issue where custom properties with colors in their name would be flagged as invalid by no-color-keywords #1124
  • Fixed a crash in empty-line-between-blocks where acessing the content of a parent node of type string would throw an error #1125
  • Functions and custom properties were being incorrectly flagged as invalid within rgba functions for no-color-literals #1127
  • Fixed an incorrect warning in space-after-colon when using @at-root #1129
  • Fixed an issue where interpolation was incorrectly flagging within the class-name-format rule #1131

New Features

  • Rollup.js integration added to integration list
  • Added an npmignore to remove unnecessary dev files from a sass-lint install / release #1132
  • Added basic support for a .sasslintrc json config file #1135
  • Added two new options to the variable-for-property rule - allow-map-get & allowed-functions - #1128
Commits

The new version differs by 32 commits.

  • 50e21f5 Merge pull request #1123 from sasstools/v1-dev
  • 978dbd8 Merge pull request #1147 from DanPurdy/feature/prepare-v1-12-0
  • b126b4c :shipit: Prepare v1.12.0
  • 1f2718d :shipit: Prepare 1.12.0
  • f44a216 Merge pull request #1131 from sasstools/feature/ignore-interpolation-class-names
  • 24ef9ba Check for non strings for gonales methods
  • 72f4cad Merge pull request #1128 from sasstools/feature_update-variable-for-property
  • 485a461 Merge pull request #1135 from DanPurdy/feature/sasslintrc
  • 3b83d6f Merge pull request #1132 from sasstools/feature/npm-ignore
  • d977a2f :memo: Add basic sasslintrc docs
  • 554056b :white_check_mark: Fix tests
  • 433b57c include test files
  • ed93438 :art: Fix test issues
  • ebd8511 :art: Add support for .sasslintrc
  • 93268c6 :racehorse: Add npmignore

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.12.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.12.1

v1.12.1

October 17th, 2017

Fixes

  • Temporarily move to our gonzales-pe-sl fork to publish fixes that currently don't exist on the gonzales-pe published version
Commits

The new version differs by 2 commits.

  • 508c135 Merge pull request #1151 from sasstools/hotfix/use-gonzales-fork
  • 9a5196d hotfix update gonzales

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.13.0

1.13.0 (2019-04-25)

Bug Fixes

  • ci: rollback release version to match npm (bf4f2ae)

Features

  • ast: migrate from ast fork to latest version of gonzales (37863b7)
  • lint: adds disable-next-line (b508036)
Commits

The new version differs by 94 commits.

  • dac0f12 chore(release): 1.13.0 [skip ci]
  • 6b5a615 Merge pull request #1278 from srowhani/fix/release-version
  • bf4f2ae fix(ci): rollback release version to match npm
  • 037b459 Merge pull request #1276 from srowhani/fix/dependencies
  • 37863b7 feat(ast): migrate from ast fork to latest version of gonzales
  • b508036 feat(lint): adds disable-next-line
  • 19df7ba Merge branch 'develop' into develop
  • e391436 Merge pull request #1275 from srowhani/chore/ci-deploy-phase
  • 2ab49c5 Merge branch 'develop' into chore/ci-deploy-phase
  • 49b7253 chore(ci): fix build stages
  • 50831b1 Merge pull request #1274 from srowhani/chore/ci-release-automation
  • c0bd68f chore(ci): update husky commit-msg hook
  • 814259b chore(ci): increase mocha test timeout to reduce flakiness of cli suite
  • 745c0ba chore(ci): update travis build rules, and update matrix
  • 9a6c32e chore(ci): automated release and deployment using semantic-release

There are 94 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by commits ahead by 0, behind by 94.

See the full diff