buschtoens / broccoli-merge-files

Broccoli plugin to merge multiple files into one or multiple files
0 stars 1 forks source link

chore(deps-dev): bump eslint-plugin-unicorn from 15.0.1 to 30.0.0 #418

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps eslint-plugin-unicorn from 15.0.1 to 30.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v30.0.0

New rules

Breaking

  • prevent-abbreviations: Rename options (#1164) cf42cc5
  • no-keyword-prefix: Rename blacklist option to disallowedPrefixes (#1180) 91e60d0

Improvements

  • no-array-push-push: Add ignore option (#1168) f9262d9
  • prefer-spread: Report array.slice(0) (#1182) 92bebe1
  • no-useless-undefined: Handle parenthesized undefined (#1178) c88882e
  • no-array-for-each: Improve fixable parameter detection (#1177) 18d1ac2
  • prefer-array-flat-map: Exclude React.Children.map().flat() (#1159) 3e6b6fb
  • better-regex: Report parsing errors (#1133) 51ee030
  • filename-case: Uniquify suggestion filenames (#1160) a87238f
  • Support PropertyDefinition (#1127) 75c4d78

Fixes

  • prefer-number-properties: Fix some edge cases (#1170) e7e25b8
  • prefer-number-properties: Fix some edge cases (part 2) (#1176) 3a58802
  • prefer-regexp-test: Do not fix if regexp has g flag (#1173) 8d97beb
  • no-array-for-each: Do not fix if callback parameter has type annotation (#1167) 0d4fc8b
  • no-useless-undefined: Do not report return undefined if function has returnType (#1165) 4ff39e0
  • prefer-set-has: Use suggestions if node has type annotation (#1158) 1221185
  • no-null: Exclude second argument of Node.insertBefore() (#1157) b16c316
  • prefer-add-event-listener: Fix crash on parenthesized cases (#1153) c95e854
  • Fix optional MemberExpression check when using ecmaVersion: 2019 (#1151) 56d5d9a
  • prefer-regexp-test: Do not fix if argument of String#match() is known not RegExp (#1152) 0abc394

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v29.0.0...v30.0.0

v29.0.0

New rules

Improvements

  • no-array-for-each: Use let if parameters are reassigned (#1139) a13ad3c
  • no-array-push-push and prefer-ternary: Improve same reference detection (#1123) c2c28a6
  • prefer-spread: Add Array#slice() check (#1117) 8bdb52d

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v28.0.2...v29.0.0

... (truncated)

Commits


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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)