[Snyk] Upgrade eslint-plugin-promise from 6.5.0 to 7.2.1 #257
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade eslint-plugin-promise from 6.5.0 to 7.2.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 6 versions ahead of your current version.
The recommended version was released 24 days ago.
Release notes
Package name: eslint-plugin-promise
-
7.2.1 - 2024-11-27
- deps-dev: update husky to v9.1.7 (#573) (24fd90a)
- deps: bump cross-spawn from 7.0.3 to 7.0.6 (#568) (f33f82e)
-
7.2.0 - 2024-11-25
- always-return: add
- catch-or-return: add
- new rule
- permit appropriate computed member expressions and prototype access (#535) (4de9d43)
- deps-dev: bump eslint-plugin-jest from 28.6.0 to 28.8.0 (#536) (80741f8)
- deps-dev: bump eslint-plugin-n from 17.9.0 to 17.10.2 (#529) (a646010)
- deps-dev: bump globals from 15.8.0 to 15.9.0 (#527) (b8afe92)
- deps-dev: bump husky from 9.1.2 to 9.1.4 (#524) (b8fdb9f)
- deps-dev: bump lint-staged from 15.2.7 to 15.2.8 (#539) (9e2528f)
- deps-dev: update eslint-plugin-eslint-plugin to v6.3.0 (#560) (7459bd6)
- deps-dev: update eslint-plugin-eslint-plugin to v6.3.1 (#561) (434c6fa)
- deps-dev: update eslint-plugin-eslint-plugin to v6.3.2 (#570) (a849f64)
- deps-dev: update eslint-plugin-jest to v28.9.0 (#565) (cf213fb)
- deps-dev: update eslint-plugin-n to v17.12.0 (#563) (d39e2f0)
- deps-dev: update eslint-plugin-n to v17.13.0 (#566) (b62f234)
- deps-dev: update eslint-plugin-n to v17.13.1 (#567) (266ddbb)
- deps-dev: update eslint-plugin-n to v17.13.2 (#569) (390f51f)
- deps-dev: update npm-run-all2 to v6.2.4 (#558) (2cf1732)
- deps-dev: update npm-run-all2 to v6.2.6 (#559) (dc32933)
- deps: switch from dependabot to renovate using shared eslint community configuration (#537) (30efed7)
- deps: update @ eslint-community/eslint-utils to v4.4.1 (#562) (5c3628d)
- deps: update globals to v15.12.0 (#564) (c8632d1)
- update @ typescript-eslint/parser to v7.18.0 (#545) (5744e60)
- update dependency eslint-plugin-n to v17.11.0 (#556) (bbd048b)
- update dependency eslint-plugin-n to v17.11.1 (#557) (e545254)
- update dependency globals to v15.11.0 (#555) (9151db8)
- update dependency typescript to v5.6.3 (#554) (ab55120)
- update eslint to v8.57.1 (#551) (38e2757)
- update eslint-plugin-jest to v28.8.3 (#548) (89f2578)
- update eslint-plugin-n to v17.10.3 (#552) (2d738fe)
- update globals to v15.10.0 (#553) (b871314)
- update husky to v9.1.6 (#547) (1e8d18f)
- update lint-staged to v15.2.10 (#544) (7d46b3b)
- update npm-run-all2 to v6.2.3 (#550) (14cd4c0)
- update typescript to ~5.6.0 (#549) (ebcdd8b)
-
7.1.0 - 2024-08-06
- new rule
- fixes the CI readme badge (#511) (030a3be)
- supply missing docs (#503) (602d825)
- bump dev dependencies (#483) (197ae4e)
- deps-dev: bump husky from 9.1.1 to 9.1.2 (#516) (ab8e7a0)
- file extension missing (#519) (94c9834)
- fix format.yml (#507) (948c097)
-
7.0.0 - 2024-07-24
- feat!: Update node versions to align with eslint v9 (#505) (09d0650), closes #505 /github.com/eslint-community/eslint-plugin-promise/pull/484#issuecomment-2246887433 eslint-community/eslint-plugin-promise#504
- Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0
-
6.6.0 - 2024-07-21
- add
-
6.5.1 - 2024-07-20
- remove
-
6.5.0 - 2024-07-19
- add
from eslint-plugin-promise GitHub release notes7.2.1 (2024-11-26)
🩹 Fixes
no-callback-in-promise: false triggering of callback (#574) (8324564)🧹 Chores
7.2.0 (2024-11-25)
🌟 Features
no-callback-in-promise: addtimeoutsErroption (#514) (907753f)valid-params: addexcludeoption (#515) (7ff2cb9)ignoreAssignmentVariableoption (#518) (701279c)allowThenStrictoption (#522) (53be970)prefer-catch(#525) (05c8a93)🩹 Fixes
🧹 Chores
7.1.0 (2024-08-06)
🌟 Features
catch-or-return,prefer-await-to-then: do not report Cypress commands (#495) (943f162)prefer-await-to-then: ignore constructor scope unless withstrictoption (#496) (7bffb7a)spec-onlyto check for non-spec Promise methods (#502) (d6e9de1)📚 Documentation
🧹 Chores
7.0.0 (2024-07-24)
BREAKING CHANGES
6.6.0 (2024-07-21)
Bug Fixes
always-return: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a)Features
strictoption to disallowthenorcatchfollowingawaitoryield(#494) (fa482cc)6.5.1 (2024-07-20)
Bug Fixes
namefrom eslintrc config; fixes #489 (#490) (c011a1a)6.5.0 (2024-07-19)
Features
nameproperty to configs (for use with tooling) (#486) (ca9e9b4)Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: