Skip to content

Commit

Permalink
Merge pull request #901 from ember-cli/dependabot/npm_and_yarn/eslint…
Browse files Browse the repository at this point in the history
…-plugin-unicorn-21.0.0

build(deps-dev): bump eslint-plugin-unicorn from 20.1.0 to 21.0.0
  • Loading branch information
bmish authored Aug 2, 2020
2 parents 655da70 + c6bf81c commit 4adf687
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-unicorn": "^20.1.0",
"eslint-plugin-unicorn": "^21.0.0",
"jest": "^26.2.2",
"lerna-changelog": "^1.0.1",
"markdownlint-cli": "^0.23.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/utils/decorators-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ describe('findDecoratorByNameCallback', () => {
});
});

const expressionlessParse = (code) => babelEslint.parse(code).body[0];
describe('hasDecorator', () => {
const expressionlessParse = (code) => babelEslint.parse(code).body[0];
const withDecorator = '@classic class Rectangle {}';
const withoutDecorator = 'class Rectangle {}';
const testCases = [
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1778,16 +1778,16 @@ eslint-plugin-prettier@^3.1.4:
dependencies:
prettier-linter-helpers "^1.0.0"

eslint-plugin-unicorn@^20.1.0:
version "20.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-20.1.0.tgz#a43f60ffc98406d72ec2a5fcc6dad24ba0192bc9"
integrity sha512-XQxLBJT/gnwyRR6cfYsIK1AdekQchAt5tmcsnldevGjgR2xoZsRUa5/i6e0seNHy2RoT57CkTnbVHwHF8No8LA==
eslint-plugin-unicorn@^21.0.0:
version "21.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-21.0.0.tgz#7e3a8b0f725f003619e1f40d769939ecd8d708d0"
integrity sha512-S8v7+v4gZTQPj4pKKvexhgSUaLQSyItvxW2SVZDaX9Iu5IjlAmF2eni+L6w8a2aqshxgU8Lle4FIAVDtuejSKQ==
dependencies:
ci-info "^2.0.0"
clean-regexp "^1.0.0"
eslint-ast-utils "^1.1.0"
eslint-template-visitor "^2.0.0"
eslint-utils "^2.0.0"
eslint-utils "^2.1.0"
import-modules "^2.0.0"
lodash "^4.17.15"
pluralize "^8.0.0"
Expand Down

0 comments on commit 4adf687

Please sign in to comment.