Skip to content
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

chore(deps): update dependency eslint-plugin-unicorn to v26 #152

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-unicorn 24.0.0 -> 26.0.0 age adoption passing confidence

Release Notes

sindresorhus/eslint-plugin-unicorn

v26.0.0

Compare Source

New rules
Improvements
  • Remove import-index rule from recommended preset (#​977) ff1cd2e
  • prefer-string-starts-ends-with: Remove check on String#match() (#​1002) c9fa8b1
  • no-array-callback-reference: Ignore AwaitExpression except reduce and reduceRight (#​814) 4c2b00b
Fixes
  • prefer-string-starts-ends-with: Fix missing parentheses for some cases (#​976) e2f94fe
  • Don&#​39;t consider ?? operator LogicExpression as a boolean value node (#​986) dc7f79b

v25.0.1

Compare Source

v25.0.0

Compare Source

New rules
Renamed rules

We improved the naming and name consistency of some rules. Sorry about the churn.

If you use the recommended preset and you're not overriding any rules, you don't need to do anything.

  • no-fn-reference-in-iteratorno-array-callback-reference
  • no-array-instanceofno-instanceof-array
  • no-reduceno-array-reduce
  • prefer-datasetprefer-dom-node-dataset
  • prefer-flat-mapprefer-array-flat-map
  • prefer-replace-allprefer-string-replace-all
  • prefer-starts-ends-withprefer-string-starts-ends-with
  • prefer-text-contentprefer-dom-node-text-content
  • prefer-trim-start-endprefer-string-trim-start-end
  • prefer-event-keyprefer-keyboard-event-key
  • prefer-node-appendprefer-dom-node-append
  • prefer-node-removeprefer-dom-node-remove

20c6341

Improvements

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-eslint branch from f046f85 to a3c309d Compare December 30, 2020 07:06
@renovate renovate bot force-pushed the renovate/major-eslint branch from a3c309d to 4c9f930 Compare January 11, 2021 12:11
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v25 chore(deps): update dependency eslint-plugin-unicorn to v26 Jan 11, 2021
@folke folke merged commit f801087 into master Jan 11, 2021
@renovate renovate bot deleted the renovate/major-eslint branch January 11, 2021 16:39
folke pushed a commit that referenced this pull request Jan 11, 2021
### [3.8.1](v3.8.0...v3.8.1) (2021-01-11)

### Bug Fixes

* 🐛  resolve binaries from current package location and memoize costly operations ([#154](#154)) ([8c5ed2a](8c5ed2a))
* 🐛 fixed linting errors related to pnpapi ([0d32d08](0d32d08))

### Other

* 📦️ disable unicorn/import-reduce rule ([392a5ae](392a5ae))
* **deps:** pin dependency @types/pnpapi to 0.0.1 ([#156](#156)) ([581714b](581714b))
* **deps:** update all non-major dependencies ([#151](#151)) ([f5b10f6](f5b10f6))
* **deps:** update dependency eslint-plugin-unicorn to v26 ([#152](#152)) ([f801087](f801087))
@folke
Copy link
Owner

folke commented Jan 11, 2021

🎉 This PR is included in version 3.8.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@folke folke added the released label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants