bratislava / gmb.sk

Frontend & CMS server of the Bratislava City Gallery website.
https://gmb.sk/
European Union Public License 1.2
3 stars 1 forks source link

Bump eslint-plugin-unicorn from 42.0.0 to 44.0.2 in /next #112

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint-plugin-unicorn from 42.0.0 to 44.0.2.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v44.0.2

  • no-array-method-this-argument: Ignore lodash.findLast and lodash.findLastIndex (#1927) 86e8add

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.1...v44.0.2

v44.0.1

  • prefer-array-index-of: Add missing message (#1924) a981a13

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.0...v44.0.1

v44.0.0

New rules

Improvements

  • prefer-array-find: Add option to also prefer .findLast() (#1900) 02252c7
  • template-indent: Preserve trailing spaces (#1872) e4071f5
  • no-document-cookie: Check window.document.cookie (#1833) 0886544
  • prefer-array-index-of: Prefer .lastIndexOf() over .findLastIndex() (#1896) 70e5bdd
  • prefer-array-some: Check .findLast() (#1897) 3e6ae43
  • prefer-native-coercion-functions: Check .findLast and .findLastIndex (#1893) f2c6acc
  • no-array-method-this-argument: Check .findLast and .findLastIndex (#1890) 3bc28ad
  • no-array-callback-reference: Check .findLast and .findLastIndex (#1889) 37a5cda
  • prefer-negative-index: Remove ArrayBuffer#at (#1899) a10e3f6
  • prefer-at: Improve fix (#1901) 1c457bb

Fixes

  • no-await-expression-member: Fix crash on TypeScript parser (#1910) b002e75
  • prevent-abbreviations: Skip fix when variable is JSX component (#1907) 9ed08ab
  • better-regexp: Don't fix if .source or .toString() is used (#1903) 8ad592b

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v43.0.2...v44.0.0

v43.0.2

  • prefer-spread: Ignore Array#join().concat() and (a + b).concat() (#1859) ab71971

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v43.0.1...v43.0.2

v43.0.1

  • Remove prefer-event-target from the recommended preset 4d2faac
    • EventTarget requires Node.js 16 and we target Node.js 14. We'll enable it again in a year when we can target Node.js 16.

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v43.0.0...v43.0.1

v43.0.0

New rules

... (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.


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)
github-actions[bot] commented 1 year ago

Test build pipeline info :rocket:
Changes in the code and tag info:
:arrow_right: Changes in strapi: false
:arrow_right: Changes in next: true
We are going to build :ship:

:soon: next

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.