meza / jest-chance

Helper for reproducible random tests with Jest, Vitest and ChanceJS
https://hackernoon.com/reproducible-random-tests-with-jest-and-chancejs-1a35edce0805?source=friends_link&sk=940818c8a165dfa3a0fb2e031548ed3b
MIT License
12 stars 1 forks source link

chore(deps): update dependency eslint-plugin-security to v2 - autoclosed #203

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-security ^1.5.0 -> ^2.0.0 age adoption passing confidence

Release Notes

eslint-community/eslint-plugin-security (eslint-plugin-security) ### [`v2.0.0`](https://togithub.com/eslint-community/eslint-plugin-security/blob/HEAD/CHANGELOG.md#200-2023-10-17) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-security/compare/v1.7.1...v2.0.0) ##### ⚠ BREAKING CHANGES - switch the recommended config to flat ([#​118](https://togithub.com/eslint-community/eslint-plugin-security/issues/118)) ##### Features - switch the recommended config to flat ([#​118](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/118)) ([e20a366](https://www.github.com/eslint-community/eslint-plugin-security/commit/e20a3664c2f638466286ae9a97515722fc98f97c)) ##### [1.7.1](https://www.github.com/eslint-community/eslint-plugin-security/compare/v1.7.0...v1.7.1) (2023-02-02) ##### Bug Fixes - false positives for static expressions in detect-non-literal-fs-filename, detect-child-process, detect-non-literal-regexp, and detect-non-literal-require ([#​109](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/109)) ([56102b5](https://www.github.com/eslint-community/eslint-plugin-security/commit/56102b50aed4bd632dd668770eb37de58788110b)) ### [`v1.7.1`](https://togithub.com/eslint-community/eslint-plugin-security/blob/HEAD/CHANGELOG.md#171-2023-02-02) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-security/compare/v1.7.0...v1.7.1) ### [`v1.7.0`](https://togithub.com/eslint-community/eslint-plugin-security/blob/HEAD/CHANGELOG.md#170-2023-01-26) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-security/compare/v1.6.0...v1.7.0) ##### Features - improve detect-child-process rule ([#​108](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/108)) ([64ae529](https://www.github.com/eslint-community/eslint-plugin-security/commit/64ae52944a86f9d9daee769acd63ebbdfc5b6631)) ### [`v1.6.0`](https://togithub.com/eslint-community/eslint-plugin-security/blob/HEAD/CHANGELOG.md#160-2023-01-11) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-security/compare/v1.5.0...v1.6.0) ##### Features - Add meta object documentation for all rules ([#​79](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/79)) ([fb1d9ef](https://www.github.com/eslint-community/eslint-plugin-security/commit/fb1d9ef56e0cf2705b9e413b483261df394c45e1)) - detect-bidi-characters rule ([#​95](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/95)) ([4294d29](https://www.github.com/eslint-community/eslint-plugin-security/commit/4294d29cca8af5c627de759919add6dd698644ba)) - **detect-non-literal-fs-filename:** change to track non-top-level `require()` as well ([#​105](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/105)) ([d3b1543](https://www.github.com/eslint-community/eslint-plugin-security/commit/d3b15435b45b9ac2ee5f0d3249f590e32369d7d2)) - extend detect non literal fs filename ([#​92](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/92)) ([08ba476](https://www.github.com/eslint-community/eslint-plugin-security/commit/08ba4764a83761f6f44cb28940923f1d25f88581)) - **non-literal-require:** support template literals ([#​81](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/81)) ([208019b](https://www.github.com/eslint-community/eslint-plugin-security/commit/208019bad4f70a142ab1f0ea7238c37cb70d1a5a)) ##### Bug Fixes - Avoid crash when exec() is passed no arguments ([7f97815](https://www.github.com/eslint-community/eslint-plugin-security/commit/7f97815accf6bcd87de73c32a967946b1b3b0530)), closes [#​82](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/82) [#​23](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/23) - Avoid TypeError when exec stub is used with no arguments ([#​97](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/97)) ([9c18f16](https://www.github.com/eslint-community/eslint-plugin-security/commit/9c18f16187719b58cc5dfde9860344bad823db28)) - **detect-child-process:** false positive for destructuring with `exec` ([#​102](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/102)) ([657921a](https://www.github.com/eslint-community/eslint-plugin-security/commit/657921a93f6f73c0de6113e497b22e7cf079f520)) - **detect-child-process:** false positives for destructuring `spawn` ([#​103](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/103)) ([fdfe37d](https://www.github.com/eslint-community/eslint-plugin-security/commit/fdfe37d667367e5fd228c26573a1791c81a044d2)) - Incorrect method name in detect-buffer-noassert. ([313c0c6](https://www.github.com/eslint-community/eslint-plugin-security/commit/313c0c693f48aa85d0c9b65a46f6c620cd10f907)), closes [#​63](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/63) [#​80](https://www.togithub.com/eslint-community/eslint-plugin-security/issues/80)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.