Skip to content

Bump ember-template-lint from 1.13.2 to 2.0.1 #2218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 24, 2020

Bumps ember-template-lint from 1.13.2 to 2.0.1.

Release notes

Sourced from ember-template-lint's releases.

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

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)
... (truncated)
Changelog

Sourced from ember-template-lint's changelog.

v2.0.1 (2020-02-24)

🚀 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

v2.0.0 (2020-02-22)

💥 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)
... (truncated)
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
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@rust-highfive
Copy link

r? @sgrif

(rust_highfive has picked a reviewer for you, use r? to override)

@locks
Copy link
Contributor

locks commented Feb 24, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Feb 24, 2020

📌 Commit f5b959c has been approved by locks

@bors
Copy link
Contributor

bors commented Feb 24, 2020

☔ The latest upstream changes (presumably #2222) made this pull request unmergeable. Please resolve the merge conflicts.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-template-lint-2.0.1 branch from f5b959c to 22abb12 Compare February 24, 2020 18:03
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-template-lint-2.0.1 branch from 22abb12 to 86c68e4 Compare February 24, 2020 18:16
@jtgeibel
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Feb 25, 2020

📌 Commit 86c68e4 has been approved by jtgeibel

@bors
Copy link
Contributor

bors commented Feb 25, 2020

⌛ Testing commit 86c68e4 with merge 723f434...

@bors
Copy link
Contributor

bors commented Feb 25, 2020

☀️ Test successful - checks-travis
Approved by: jtgeibel
Pushing 723f434 to master...

@bors bors merged commit 723f434 into master Feb 25, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-template-lint-2.0.1 branch February 25, 2020 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants