Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !30405
An error occurred while fetching the assigned milestone of the selected merge_request.

Bump eslint-plugin-unicorn from 17.1.0 to 17.2.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/eslint-plugin-unicorn-17.2.0 into master 5 years ago
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: dependabot-preview[bot]

Bumps eslint-plugin-unicorn from 17.1.0 to 17.2.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v17.2.0

  • consistent-function-scoping: Check use of this and arguments (#590) 8b417e6
  • prevent-abbreviations: Fix inappropriate suggestion (#592) 2e20294
  • consistent-function-scoping: Ignore within React hooks (#588) 7126d6d
  • string-content: Ignore some TaggedTemplateExpression (#585) 92f3f3d
  • consistent-function-scoping: Display function name in error message (#589) e7e49ec
  • consistent-function-scoping: Fix uninitialized variable check (#587) 4c48c02

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v17.1.0...v17.2.0

Commits
  • cdfedd8 17.2.0
  • 8b417e6 consistent-function-scoping: Check use of this and arguments (#590)
  • 2e20294 prevent-abbreviations: Fix inappropriate suggestion (#592)
  • 7126d6d consistent-function-scoping: Ignore within useEffect in Reac… (#588)
  • 92f3f3d string-content: Ignore some TaggedTemplateExpression (#585)
  • e7e49ec consistent-function-scoping: Display function name in error me… (#589)
  • 4c48c02 consistent-function-scoping: Fix uninitialized variable check (#587)
  • See full diff in compare view

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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Compare
  • master (base)

and
  • latest version
    17ef7414
    1 commit, 2 years ago

2 files
+ 7
- 7

    Preferences

    File browser
    Compare changes
package-‎lock.json‎ +6 -6
packag‎e.json‎ +1 -1
package-lock.json
+ 6
- 6
  • View file @ 17ef7414

  • Edit in single-file editor

  • Open in Web IDE


@@ -4063,9 +4063,9 @@
}
},
"eslint-plugin-unicorn": {
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-17.1.0.tgz",
"integrity": "sha512-yYNgXXSnFY73yvcaAB3z32SOY4km5NDzbY1mCSc6gVrKXgvGdU7K1IMJqQpoOrj2+QzdA1Mz0qLYn/ITGuNSFg==",
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-17.2.0.tgz",
"integrity": "sha512-0kYjrywf0kQxevFz571KrDfYMIRZ5Kq6dDgPU1EEBFeC181r+fAaPatBScWX+/hisKJ4+eCRFebxTeVylsSYmw==",
"dev": true,
"requires": {
"ci-info": "^2.0.0",
@@ -10761,9 +10761,9 @@
}
},
"regexp-tree": {
"version": "0.1.20",
"resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.20.tgz",
"integrity": "sha512-gSiH74kc00oTbQkN7tZogZe0ttKwyxyDVLAnU20aWoarbLE9AypbJHRlZ567h4Zi19q3cPVRWDYbfECElrHgsQ==",
"version": "0.1.21",
"resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.21.tgz",
"integrity": "sha512-kUUXjX4AnqnR8KRTCrayAo9PzYMRKmVoGgaz2tBuz0MF3g1ZbGebmtW0yFHfFK9CmBjQKeYIgoL22pFLBJY7sw==",
"dev": true
},
"regexpp": {
package.json
+ 1
- 1
  • View file @ 17ef7414

  • Edit in single-file editor

  • Open in Web IDE


@@ -103,7 +103,7 @@
"eslint": "^6.8.0",
"eslint-config-xo": "^0.29.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-unicorn": "^17.1.0",
"eslint-plugin-unicorn": "^17.2.0",
"find-unused-sass-variables": "^1.0.5",
"glob": "^7.1.6",
"hammer-simulator": "0.0.1",
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: dependabot/npm_and_yarn/eslint-plugin-unicorn-17.2.0

Menu

Explore Projects Groups Snippets