Bump eslint-plugin-lodash from 7.1.0 to 8.0.0
Open
Number: #123
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
Created:
July 23, 2025 at 02:21 AM UTC
(about 2 months ago)
(about 2 months ago)
Updated:
July 23, 2025 at 02:21 AM UTC
(about 2 months ago)
(about 2 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps eslint-plugin-lodash from 7.1.0 to 8.0.0.
Changelog
Sourced from eslint-plugin-lodash's changelog.
v8.0.0
9 May 2024
- Bump eslint-config-wix-editor from 8.1.0 to 8.4.0
[#293](https://github.com/idok/eslint-plugin-lodash/issues/293)
- fix
unwrap
rule[#239](https://github.com/idok/eslint-plugin-lodash/issues/239)
- Make Lodash a full dependency
[#255](https://github.com/idok/eslint-plugin-lodash/issues/255)
- Bump eslint from 6.8.0 to 7.7.0
[#262](https://github.com/idok/eslint-plugin-lodash/issues/262)
- Improve test coverage for matches-shorthand & matches-prop-shorthand. Fix incorrect iteratee & shorthand method data uncovered thereby.
[#220](https://github.com/idok/eslint-plugin-lodash/issues/220)
- fix full lodash import trailing slash
[#195](https://github.com/idok/eslint-plugin-lodash/issues/195)
- s/ignorePatterns/ignoreObjects
[#223](https://github.com/idok/eslint-plugin-lodash/issues/223)
- docs: add
collection-ordering
to readme[#224](https://github.com/idok/eslint-plugin-lodash/issues/224)
- fix: Autofix for paths with double member access
[#230](https://github.com/idok/eslint-plugin-lodash/issues/230)
- infra: upgrade all deps; drop Node 8 support
[#231](https://github.com/idok/eslint-plugin-lodash/issues/231)
- Bump babel-plugin-istanbul from 5.2.0 to 6.0.0
[#228](https://github.com/idok/eslint-plugin-lodash/issues/228)
- Bump handlebars from 4.1.2 to 4.5.3
[#226](https://github.com/idok/eslint-plugin-lodash/issues/226)
- Bump js-yaml from 3.12.0 to 3.13.1
[#217](https://github.com/idok/eslint-plugin-lodash/issues/217)
- Bump handlebars from 4.0.10 to 4.1.2
[#210](https://github.com/idok/eslint-plugin-lodash/issues/210)
- Bump debug from 2.6.8 to 2.6.9
[#216](https://github.com/idok/eslint-plugin-lodash/issues/216)
- Fix typo
[#196](https://github.com/idok/eslint-plugin-lodash/issues/196)
- fix: Lodash security vulnerability
[#208](https://github.com/idok/eslint-plugin-lodash/issues/208)
- Remove redundant comma
[#197](https://github.com/idok/eslint-plugin-lodash/issues/197)
- add eslint peer dependency
[#85](https://github.com/idok/eslint-plugin-lodash/issues/85)
- fix and improve
prefer-flat-map
docs[#72](https://github.com/idok/eslint-plugin-lodash/issues/72)
- Sync chainable in v4 with lodash master. Fixes #49
[#52](https://github.com/idok/eslint-plugin-lodash/issues/52)
- Fix the property shorthand for lodash v4
[#47](https://github.com/idok/eslint-plugin-lodash/issues/47)
- close #42 removes quote in lodash/recommended
[#43](https://github.com/idok/eslint-plugin-lodash/issues/43)
- Output correct column number for matches-shorthand
[#19](https://github.com/idok/eslint-plugin-lodash/issues/19)
- Being consistent with other rule declarations that include default va…
[#7](https://github.com/idok/eslint-plugin-lodash/issues/7)
- missings commas in rules example in readme
[#6](https://github.com/idok/eslint-plugin-lodash/issues/6)
- Fix typo in readme.
[#2](https://github.com/idok/eslint-plugin-lodash/issues/2)
- Add rule collection-ordering (fixes #190)
[#190](https://github.com/idok/eslint-plugin-lodash/issues/190)
- Add mechanism for methods to support only some shorthands (fixes #189)
[#189](https://github.com/idok/eslint-plugin-lodash/issues/189)
- Prevent prefer-lodash-method error on chain() when imported as member import (fixes #186)
[#186](https://github.com/idok/eslint-plugin-lodash/issues/186)
- add implicit option to chaining rule (fixes #184)
[#184](https://github.com/idok/eslint-plugin-lodash/issues/184)
- add cases and fixer to path-style (fixes #185)
[#185](https://github.com/idok/eslint-plugin-lodash/issues/185)
- add rule prefer-find (fixes #175)
[#175](https://github.com/idok/eslint-plugin-lodash/issues/175)
- add rule prefer-immutable-method (fixes #154)
[#154](https://github.com/idok/eslint-plugin-lodash/issues/154)
- Add correct example of using
_.compact
(fixes #165)[#165](https://github.com/idok/eslint-plugin-lodash/issues/165)
- make prefer-compact report on filter with identity (fixes #177)
[#177](https://github.com/idok/eslint-plugin-lodash/issues/177)
- add
ignoreMethods
option for rulepreferred-alias
(fixes #171)[#171](https://github.com/idok/eslint-plugin-lodash/issues/171)
- Docs: Fix
identity-shorthand
example (closes #164)[#164](https://github.com/idok/eslint-plugin-lodash/issues/164)
- add option to import from method packages in import-scope (fixes #163)
[#163](https://github.com/idok/eslint-plugin-lodash/issues/163)
- fix rule prefer-invoke-map to work with eslint >= 4.4.0 (fixes #156)
[#156](https://github.com/idok/eslint-plugin-lodash/issues/156)
- add clean script before every babel (fixes #153)
[#153](https://github.com/idok/eslint-plugin-lodash/issues/153)
- fix prefer-over-quantifier to only report on single-argument functions (fixes #152)
[#152](https://github.com/idok/eslint-plugin-lodash/issues/152)
- Add rule prefer-some (fixes #145)
[#145](https://github.com/idok/eslint-plugin-lodash/issues/145)
- change structure of method data (fixes #144)
[#144](https://github.com/idok/eslint-plugin-lodash/issues/144)
- add sortedUniq and sortedUniqBy as chainable methods (fixes #143)
[#143](https://github.com/idok/eslint-plugin-lodash/issues/143)
- adding more string methods to
prefer-lodash-method
rule (fixes #136)[#136](https://github.com/idok/eslint-plugin-lodash/issues/136)
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by ido-lightrun, a new releaser for eslint-plugin-lodash since your current version.
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+11
+11
Deletions:
-9
-9
Package Dependencies
Technical Details
ID: | 4068789 |
UUID: | 2687277540 |
Node ID: | PR_kwDOFrpy3c6gLJnk |
Host: | GitHub |
Repository: | dsp-testing/mongo-express |
Mergeable: | Yes |
Merge State: | Unstable |
Rebaseable: | Yes |