Giter Club home page Giter Club logo

Comments (12)

greenkeeper avatar greenkeeper commented on May 24, 2024

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

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 1.6.1

πŸ› Bug Fix

  • #864 Update no-invalid-interactive to check for on modifier (in addition to action). (@lifeart)

🏠 Internal

  • #874 test-harness: Make it available for (external) plugins (@dcyriller)

Committers: 2

Commits

The new version differs by 96 commits.

  • a787144 Release 1.6.1
  • 5fcfcef build(deps-dev): bump eslint from 6.5.1 to 6.6.0
  • 5d069b5 build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0
  • cbc0c94 test-harness: Make it available for (external) plugins (#874)
  • 764c653 test-harness: Make plugins loadable
  • 7a709b9 bugfix: #731 no-invalid-interactive for on modifier (#864)
  • 8a74ca1 fix: on modifier support for no invalid interactive rule
  • 0ccd200 Release 1.6.0
  • 9f1c3e3 ✨Add option --print-pending from ember-cli-template-lint (#862)
  • c697641 build(deps-dev): bump mocha from 6.2.1 to 6.2.2
  • 978fd4e βœ… Add basic output test coverage for --print-pending
  • 8aabd0c πŸ‘ŒAccomodate --json flag with --print-pending
  • ab394da ✨Add option --print-pending from ember-cli-template-lint
  • 88598b9 Merge pull request #861 from patocallaghan/patoc/curly-component-block-param
  • 55cf73c Tweak logic to error when finding params

There are 96 commits in total.

See the full diff

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 1.6.2

πŸ› Bug Fix

  • #887 Ensure no-action does not error when encountering literals (StringLiteral, BooleanLiteral, etc). (@lifeart)
  • #882 Fix issues when converting dasherized curly component invocation into angle bracket invocation (@suchitadoshi1987)

πŸ“ Documentation

  • #877 Document requirement on Node.js >= 6 (@bmish)

Committers: 3

Commits

The new version differs by 104 commits.

  • 288d8b7 Release 1.6.2
  • 0ef3276 Ensure no-action does not error when encountering literals (St… (#887)
  • 76b46fa Fix issues when converting dasherized curly component invocation… (#882)
  • 4fcaa72 Document requirement on Node.js >= 6 (#877)
  • f2b727e add test for capitalized component invocation
  • b9a2fec remove unused upperCase function
  • 7ea3ff0 Fix the logic to capitalize tag names
  • a787144 Release 1.6.1
  • 5fcfcef build(deps-dev): bump eslint from 6.5.1 to 6.6.0
  • 5d069b5 build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0
  • 80b5042 docs: document requirement on Node.js >= 6
  • cbc0c94 test-harness: Make it available for (external) plugins (#874)
  • 764c653 test-harness: Make plugins loadable
  • 7a709b9 bugfix: #731 no-invalid-interactive for on modifier (#864)
  • 8a74ca1 fix: on modifier support for no invalid interactive rule

There are 104 commits in total.

See the full diff

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 1.7.0

πŸš€ Enhancement

Committers: 2

Commits

The new version differs by 110 commits.

  • 4953427 Release 1.7.0
  • 1ad7534 Add no-whitespace-within-word rule (#848)
  • e867616 Add no-meta-redirect-with-time-limit rule (#868)
  • 5fff1df Added no-whitespace-for-layout rule (#819)
  • a25a308 Merge pull request #880 from ember-template-lint/dependabot/npm_and_yarn/glimmer/syntax-0.43.0
  • 288d8b7 Release 1.6.2
  • 0ef3276 Ensure no-action does not error when encountering literals (St… (#887)
  • 76b46fa Fix issues when converting dasherized curly component invocation… (#882)
  • 4fcaa72 Document requirement on Node.js >= 6 (#877)
  • f2b727e add test for capitalized component invocation
  • b9a2fec remove unused upperCase function
  • 7ea3ff0 Fix the logic to capitalize tag names
  • a787144 Release 1.6.1
  • 5fcfcef build(deps-dev): bump eslint from 6.5.1 to 6.6.0
  • 5d069b5 build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0

There are 110 commits in total.

See the full diff

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 1.8.0

πŸš€ Enhancement

πŸ› Bug Fix

  • #884 Fix no-curly-component-invocation to not warn about invocations within an existing angle bracket invocation (@lifeart)
  • #870 Fix issue preventing running a subset of rules (@lifeart)

🏠 Internal

  • #896 Pass moduleName and rawSource to Rule upon creation. (@rwjblue)
  • #892 Remove reliance on preprocess (from @glimmer/syntax) ability to accept an array of AST plugins (@rwjblue)
  • #890 Remove TransformDotComponentInvocation. (@rwjblue)

Committers: 4

Commits

The new version differs by 142 commits.

  • 6319522 Release 1.8.0
  • daac267 Add failing indentation tests for lines starting with Β  (#184)
  • 92c5468 Add failing indentation tests for lines starting with Β  (#120)
  • 549775f Merge pull request #850 from initram/nbsp-indentation
  • 04ed839 Fix typo in inline commment.
  • 9068665 Added the HTML Entities of the allowed symbols to list of allowed bare strings
  • cff01be Changed parser mode to 'codemod'
  • a7bf55c Merge pull request #896 from ember-template-lint/avoid-lazily-setting-templateEnvironmentData
  • b37f044 Update rule test harness to instantiate rules correctly.
  • e6976ec Remove usage of templateEnvironmentData in rule directly.
  • 7aa9e05 Pass moduleName and rawSource to Rule upon creation.
  • b3092ee Merge pull request #893 from lifeart/patch-1
  • 1c0faf3 octane:no-args-paths
  • 9432291 Merge pull request #865 from lifeart/prefer-named-arguments-draft
  • 12bba3d Lint against unnecessary template literals internally (#891)

There are 142 commits in total.

See the full diff

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 1.8.1

πŸ› Bug Fix

  • #902 Do not validate indentation within <pre>,<script>, or <style>. (@rwjblue)

Committers: 1

Commits

The new version differs by 145 commits.

  • a063e59 Release 1.8.1
  • 8791829 Merge pull request #902 from ember-template-lint/ignored-tagnames
  • 427f4e5 Do not validate indentation within <pre>,<script>, or <style>.
  • 6319522 Release 1.8.0
  • daac267 Add failing indentation tests for lines starting with Β  (#184)
  • 92c5468 Add failing indentation tests for lines starting with Β  (#120)
  • 549775f Merge pull request #850 from initram/nbsp-indentation
  • 04ed839 Fix typo in inline commment.
  • 9068665 Added the HTML Entities of the allowed symbols to list of allowed bare strings
  • cff01be Changed parser mode to 'codemod'
  • a7bf55c Merge pull request #896 from ember-template-lint/avoid-lazily-setting-templateEnvironmentData
  • b37f044 Update rule test harness to instantiate rules correctly.
  • e6976ec Remove usage of templateEnvironmentData in rule directly.
  • 7aa9e05 Pass moduleName and rawSource to Rule upon creation.
  • b3092ee Merge pull request #893 from lifeart/patch-1

There are 145 commits in total.

See the full diff

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 1.8.2

πŸ› Bug Fix

  • #920 Ensure no-bare-strings consider literals in mustaches (e.g. {{"foo"}}) (@lifeart)
  • #923 Allow getLocalName to work with number literals (@alexlafroscia)
  • #913 Update no-unnecessary-component-helper rule to allow the component helper as an angle bracket component argument (@buschtoens)
  • #908 Update no-bare-strings to ignore contents within elements that are not translated (e.g. <script>,<style>, and <pre>). (@lifeart)
  • #905 Ensure configuration ordering does not matter with no-bare-strings (@lifeart)
  • #904 Update block-indentation to ignore children of <template> and <textarea> (@lifeart)

πŸ“ Documentation

  • #911 Update documentation for require-valid-alt-text to clarify that logo and spacer are forbidden words (@gojefferson)

Committers: 5

Commits

The new version differs by 159 commits.

  • ea5dac6 Release 1.8.2
  • 5fbe663 Ensure no-bare-strings consider literals in mustaches (e.g. `{… (#920)
  • 424146b build(deps): bump @glimmer/syntax from 0.43.0 to 0.44.0 (#917)
  • 8bd5881 fix: allow getLocalName to work with numbers (#923)
  • 7a95fcf fix: allow getLocalName to work with numbers
  • 7c03b26 build(deps-dev): bump lerna-changelog from 0.8.2 to 0.8.3
  • 9be85f2 bugfix: 914
  • 50f44b1 Update no-unnecessary-component-helper rule to allow the `comp… (#913)
  • 46b38c4 Clarify that logo and spacer are forbidden words (#911)
  • 24d996f build(deps): bump @glimmer/syntax from 0.43.0 to 0.44.0
  • fe169dc Clarify that logo and spacer are forbidden words
  • bc849e2 Update no-bare-strings to ignore contents within elements that… (#908)
  • 0b2d646 Ensure configuration ordering does not matter with `no-bare-stri… (#905)
  • 8e6f870 Update block-indentation to ignore children of <template> and <textarea> (#904)
  • a063e59 Release 1.8.1

There are 159 commits in total.

See the full diff

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.9.0

πŸš€ Enhancement

  • #971 no-curly-component-invocation: Do not warn for MustacheStatements with positional arguments (@Turbo87)
  • #964 Implement no-passed-in-event-handlers rule (@Turbo87)
  • #950 Implement require-button-type rule (@Turbo87)
  • #951 Implement no-multiple-empty-lines rule (@Turbo87)

πŸ› Bug Fix

  • #944 Fix no-invalid-interactive to allow {{on "load"...}} and {{on "error"...}} for <img> (@lifeart)

🏠 Internal

Committers: 4

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.12.1

πŸ› Bug Fix

  • #1013 Fix missing Linter.errorsToMessages() API for ember-cli-template-lint (@Turbo87)

Committers: 1

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 1.12.2

πŸ› Bug Fix

  • #1027 Refactor no-curly-component-invocation to reduce the occurrences of false positives (@Turbo87)
  • #1019 Adding error when individual pending rules are passing (@gmurphey)
  • #954 Update --print-pending logic to ignore existing pending modules that have no linting errors (@gmurphey)

πŸ“ Documentation

🏠 Internal

  • #1011 Add test cases for {{!-- template-lint-disable --}} comments (@Turbo87)

Committers: 4

Commits

The new version differs by 313 commits.

  • 00cc3db Release 1.12.2
  • ecd2102 no-curly-component-invocation: Fix false positives (#1027)
  • ee9eca4 no-curly-component-invocation: Add noImplicitThis option
  • 78328a2 no-curly-component-invocation: Add additional test cases
  • 827449a no-curly-component-invocation: Simplify hasNamedArguments condition
  • 63a0848 no-curly-component-invocation: Merge name variable declarations
  • ab6da11 no-curly-component-invocation: Simplify parseConfig() method
  • e3cf537 build(deps-dev): bump eslint from 6.7.2 to 6.8.0
  • d780743 build(deps): bump @glimmer/syntax from 0.45.0 to 0.45.1
  • c18eb28 no-curly-component-invocation: Adjust and document assumptions
  • e06bb75 docs/no-curly-component-invocation: Rewrite using the rule documentation template
  • 960a947 docs/no-curly-component-invocation: Wrap to 80 characters per line
  • 9cfb097 no-curly-component-invocation: Ignore multi-part paths
  • b5729fc test/no-curly-component-invocation: Move more scenarios into the SHARED_GOOD array
  • f8aee84 test/no-curly-component-invocation: Extract SHARED_GOOD|BAD arrays

There are 250 commits in total.

See the full diff

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.12.3

πŸ› Bug Fix

  • #1032 no-curly-component-invocation: Ignore built-ins and fix nested key scoped variable scenario (@Turbo87)
  • #1031 no-passed-in-event-handlers: Ignore built-in input and textarea components (@Turbo87)

Committers: 1

from ember-model-validator.

greenkeeper avatar greenkeeper commented on May 24, 2024

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 1.13.1

πŸ› Bug Fix

  • #1071 Update no-invalid-interactive to allow change event with <form> elements (@lifeart)

πŸ“ Documentation

  • #1076 Normalize handlebars comments to {{!-- syntax (@locks)
  • #1068 no-curly-component-invocation: Document default config (@dcyriller)

Committers: 3

Commits

The new version differs by 363 commits.

  • 8c24aaf Release 1.13.1
  • 8e7b39e Normalize handlebars comments to {{!-- syntax (#1076)
  • 8a0d1d5 normalize handlebars comments in API documentation
  • 3c05fd3 normalize handlebars comments in markdown files
  • 3b5e9f9 build(deps-dev): bump eslint-plugin-import from 2.19.1 to 2.20.0
  • 675773d Update no-invalid-interactive to allow change event with `<… (#1071)
  • f605390 drop single-line functions
  • 8c734af fix missing check
  • dd76923 chore: allow change event for node in "no-invalid-interactive"
  • d2047a7 Merge pull request #1068 from ember-template-lint/doc-no-curly-component
  • 0dcbbdd no-curly-component-invocation: Document default config
  • 5b7e4ff Remove extraneous H1 in changelog.
  • b041675 Release 1.13.0
  • 4f56ff2 Add no-index-component-invocation rule (#895)
  • 9ed8acd Refactor to add support for checking BlockStatement.

There are 250 commits in total.

See the full diff

from ember-model-validator.

Related Issues (20)

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.