Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

fix: bump eslint-plugin-unicorn from 32.0.1 to 33.0.1 #104

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 4, 2021

Bumps eslint-plugin-unicorn from 32.0.1 to 33.0.1.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v33.0.1

  • prefer-prototype-methods: Ignore known object literal methods (#1330) 639e7af

sindresorhus/eslint-plugin-unicorn@v33.0.0...v33.0.1

v33.0.0

New rules

Improvements

  • no-array-for-each: Handle only return statement inside if or else (#1319) 298a104
  • new-for-builtins & no-new-buffer: Handle line breaks after new keyword (#1301) d37439f
  • prefer-array-flat-map: Remove check on [].concat(...array.map(…)) (#1299) 128b5aa
  • prefer-spread: Ignore {arrayBuffer,blob,buffer,file,this}.slice() (#1287) e18d5f2
  • prefer-string-starts-ends-with: Add suggestions for safely handling non-strings (#1277) f14a9d1
  • explicit-length-check: Ignore this.{size,length} (#1289) ed85d00
  • prefer-string-starts-ends-with-rule: Don't autofix known non-string values (#1281) a1c8984
  • explicit-length-check: Ignore known, non-number length properties (#1264) 42f6487
  • empty-brace-spaces: Support experimental syntax (#1276) fa68b6f
  • prefer-dom-node-remove: Improve parentheses handling (#1254) 74e4d39

Fixes

  • prefer-array-flat: Fix incorrect fix, check Array.prototype.concat.call (#1317) f6a939c

sindresorhus/eslint-plugin-unicorn@v32.0.1...v33.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@idaho
Copy link
Owner

idaho commented Aug 31, 2021

@dependabot rebase

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 32.0.1 to 33.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v32.0.1...v33.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-eslint-plugin-unicorn-33.0.1 branch from d9e00f3 to 9f515b7 Compare August 31, 2021 16:11
@idaho idaho merged commit ff0e2fb into main Aug 31, 2021
@idaho idaho deleted the dependabot-npm_and_yarn-eslint-plugin-unicorn-33.0.1 branch August 31, 2021 16:12
idaho pushed a commit that referenced this pull request Aug 31, 2021
## [1.1.2](1.1.1...1.1.2) (2021-08-31)

### Bug Fixes

* bump eslint-plugin-unicorn from 32.0.1 to 33.0.1 ([#104](#104)) ([ff0e2fb](ff0e2fb))
@idaho
Copy link
Owner

idaho commented Aug 31, 2021

🎉 This PR is included in version 1.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@idaho idaho added the released label Aug 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant