M4MController / frontend

https://meter4.me M4M Ember.js web application
https://meter4.me
0 stars 0 forks source link

Update ember-template-lint to the latest version πŸš€ #172

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency ember-template-lint was updated from 1.14.0 to 2.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: rwjblue License: MIT

Release Notes for v2.0.0

πŸ’₯ Breaking Change

  • #1067 Remove deprecated templateEnvironmentData rule property (@bmish)
  • #1060 Add more rules to stylistic config (@bmish)
  • #1061 Remove deprecated rule no-trailing-dot-in-path-expression (@bmish)
  • #1059 Add no-index-component-invocation to recommended configuration. (@rwjblue)
  • #1053 Add no-invalid-role and no-negated-condition rules to recommended preset (@bmish)
  • #1052 Change allowDynamicStyles option to default to true in no-inline-styles rule (@bmish)
  • #1055 Remove deprecated array config for no-nested-interactive rule (@bmish)
  • #1054 Remove deprecated rule no-meta-redirect-with-time-limit which was replaced by no-invalid-meta (@bmish)
  • #1047 Add no-args-path, no-invalid-link-text, no-invalid-meta, require-button-type into recommended configuration. (@rwjblue)
  • #1023 Drop NodeJs v8 support (@dcyriller)
  • #918 Use .editorconfig to choose default value for block-indentation (@lifeart)
  • #919 Use .editorconfig to choose default value for linebreak-style (@lifeart)
  • #899 Update recommended config (@rwjblue)
  • #844 Remove HTML comment config (@initram)
  • #885 Drop support for NodeJs v6 and v11 (@dcyriller)

πŸš€ Enhancement

  • #1126 Add new rule no-invalid-block-param-definition (@lifeart)
  • #1138 Automatically discover .template-lintrc.js when running linter from a project subdirectory (e.g. a monorepo's package, with linting configuration in the project root). (@lifeart)
  • #1134 Add ignoredTags option to no-invalid-interactive rule (@bmish)
  • #1086 Update block-indentation rule to add new ignoreComments option (@akashdsouza)
  • #1060 Add more rules to stylistic config (@bmish)
  • #1062 Add support for detecting eol-last from .editorconfig (@rwjblue)
  • #1059 Add no-index-component-invocation to recommended configuration. (@rwjblue)
  • #1053 Add no-invalid-role and no-negated-condition rules to recommended preset (@bmish)
  • #1052 Change allowDynamicStyles option to default to true in no-inline-styles rule (@bmish)
  • #1048 Add stylistic configuration (@bmish)
  • #1047 Add no-args-path, no-invalid-link-text, no-invalid-meta, require-button-type into recommended configuration. (@rwjblue)
  • #1045 Remove no-implicit-this from recommended config. (@rwjblue)
  • #918 Use .editorconfig to choose default value for block-indentation (@lifeart)
  • #919 Use .editorconfig to choose default value for linebreak-style (@lifeart)
  • #906 Add utility function to allow reading from .editorconfig (@lifeart)
  • #873 Leverage ember-template-recast (@dcyriller)

πŸ› Bug Fix

  • #1123 Fix issues introduced by ember-template-recast@4.0.1. (@rwjblue)
  • #1051 Fix configuration of quotes rule in stylistic preset (@bmish)
  • #1049 Bring no-implicit-this back into the octane config (@rwjblue)
  • #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

  • #1140 Add markdownlint and fix violations (@bmish)
  • #1133 Don't mention ember-cli-template-lint in README (@dcyriller)
  • #1050 Add presets list to README (@bmish)
  • #911 Update documentation for require-valid-alt-text to clarify that logo and spacer are forbidden words (@gojefferson)

🏠 Internal

  • #1147 Use updated mechanism to disable chalk. (@rwjblue)
  • #1146 Update execa from 1.x to 4.0.0. (@rwjblue)
  • #1145 Update dependencies & devDependencies to latest. (@rwjblue)
  • #1141 Replace minimatch with micromatch #1139 (@lifeart)
  • #1067 Remove deprecated templateEnvironmentData rule property (@bmish)
  • #1061 Remove deprecated rule no-trailing-dot-in-path-expression (@bmish)
  • #1055 Remove deprecated array config for no-nested-interactive rule (@bmish)
  • #1054 Remove deprecated rule no-meta-redirect-with-time-limit which was replaced by no-invalid-meta (@bmish)
  • #1046 Update octane config to extend from recommended. (@rwjblue)
  • #1023 Drop NodeJs v8 support (@dcyriller)
  • #941 Leverage static class fields for SEVERITY constants (@dcyriller)
  • #933 Linter class: Use named severity (@dcyriller)
  • #932 Move main linter engine to stand alone file. (@dcyriller)
  • #876 Begin migrating tests to inline fixtures (via broccoli-test-helper) (@lifeart)
  • #898 Update dependencies to latest (requiring Node 8+). (@rwjblue)

Committers: 9

Commits

The new version differs by 165 commits.

  • 80bc7ca 2.0.0
  • f1c81d5 Add v2.0.0 to CHANGELOG.md.
  • 1499d8c Merge pull request #1147 from ember-template-lint/fix-chalk-locally
  • 1e61945 Merge pull request #1146 from ember-template-lint/update-execa
  • 50355d5 Use updated mechanism to disable chalk.
  • c439fc1 Update execa from 1.x to 4.0.0.
  • 1ee9d43 Merge pull request #1145 from rwjblue/update-deps
  • dcf7d7d Update dependencies & devDependencies to latest.
  • 9977d98 Merge pull request #897 from ember-template-lint/next
  • 40f69db Merge pull request #1144 from rwjblue/fix-block-indentation-with-editorconfig
  • b2ce2f1 Fix issues with block-indentation config format changes.
  • 69e8a59 Fixup yarn.lock.
  • d98482a Merge remote-tracking branch 'origin/master' into next
  • d805a74 Merge pull request #1143 from rwjblue/fix-master-ci
  • c8efa0b Fix linting failures in no-invalid-block-param-definition documentation.

There are 165 commits in total.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

Release Notes for Release 2.0.1

πŸš€ Enhancement

  • #935 Implement more plumbing for --fix support (add Linter.prototype.verifyAndFix) (@dcyriller)

πŸ› Bug Fix

  • #1153 Ensure plugins are resolved relative to config file location. (@rwjblue)
  • #1072 Ensure editorconfig integration always uses the real file path not module name (add's new filePath property for rules to access). (@bobisjan)

🏠 Internal

Committers: 3

Commits

The new version differs by 20 commits.

  • 23c8298 Release 2.0.1
  • ab352cb Merge pull request #1153 from rwjblue/fix-plugin-resolution
  • 0f191ea Ensure plugins are resolved relative to config file location.
  • 1965bf9 Add failing test for resolving plugin.
  • 174be7e Merge pull request #1151 from rwjblue/update-fixture-test-harness
  • 6ff6792 Add fake project test helper.
  • 05e6446 Merge pull request #1072 from bobisjan/editorconfig-eol-last-fail
  • abaf983 Use file path to fix reading data from EditorConfig
  • f9da54e Add path to file option
  • 9d8c480 Add failing test for EditorConfig
  • 4279eb3 Merge pull request #935 from ember-template-lint/cli-fix-flag
  • 4e03ef4 Minor tweaks to --fix functionality
  • 8956baa Fix the last verify iteration
  • f2ad791 Document verify and verifyAndFix
  • b4f72fb Implement verifyAndFix to loop on the snippet

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€