[Snyk] Upgrade: , , , , , , , eslint-plugin-jsx-a11y, eslint-plugin-prettier, eslint-plugin-react, eslint-plugin-react-hooks, eslint-plugin-testing-library, lint-staged, rimraf #194
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 multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ 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.
@commitlint/cli
from 19.2.1 to 19.4.0 | 3 versions ahead of your current version | a month ago
on 2024-08-07
@commitlint/config-conventional
from 19.1.0 to 19.2.2 | 1 version ahead of your current version | 5 months ago
on 2024-04-14
@changesets/cli
from 2.27.1 to 2.27.7 | 6 versions ahead of your current version | 2 months ago
on 2024-07-01
@changesets/get-release-plan
from 4.0.0 to 4.0.3 | 3 versions ahead of your current version | 2 months ago
on 2024-07-01
@rollup/plugin-replace
from 5.0.5 to 5.0.7 | 2 versions ahead of your current version | 3 months ago
on 2024-06-05
@typescript-eslint/eslint-plugin
from 7.4.0 to 7.18.0 | 259 versions ahead of your current version | a month ago
on 2024-07-29
@typescript-eslint/parser
from 7.4.0 to 7.18.0 | 259 versions ahead of your current version | a month ago
on 2024-07-29
eslint-plugin-jsx-a11y
from 6.8.0 to 6.9.0 | 1 version ahead of your current version | 3 months ago
on 2024-06-20
eslint-plugin-prettier
from 5.1.3 to 5.2.1 | 1 version ahead of your current version | 2 months ago
on 2024-07-17
eslint-plugin-react
from 7.34.1 to 7.35.0 | 4 versions ahead of your current version | 2 months ago
on 2024-07-20
eslint-plugin-react-hooks
from 4.6.0 to 4.6.2 | 2 versions ahead of your current version | 5 months ago
on 2024-04-26
eslint-plugin-testing-library
from 6.2.0 to 6.3.0 | 3 versions ahead of your current version | a month ago
on 2024-08-11
lint-staged
from 15.2.2 to 15.2.9 | 6 versions ahead of your current version | a month ago
on 2024-08-13
rimraf
from 5.0.5 to 5.0.10 | 5 versions ahead of your current version | a month ago
on 2024-07-31
Issues fixed by the recommended upgrade:
SNYK-JS-MICROMATCH-6838728
SNYK-JS-SEND-7926862
Release notes
Package name: @commitlint/cli
-
19.4.0 - 2024-08-07
- Support command line options from a file by @ benquarmby in #4109
- Support linting from the last tag by @ benquarmby in #4110
- docs(api/lint): add from keyword by @ Saber2pr in #4084
- docs: warns about windows correct files encoding by @ jefersoneiji in #4086
- ci: add schedule&workflow_dispatch triggers by @ knocte in #4087
- docs: fixing rules.md by @ Naedri in #4098
- feat(docs): add edit link by @ abitrolly in #4104
- docs: remove GitLab clone depth limitation by @ abitrolly in #4105
- Update local-setup.md by @ mostafa-rio in #4111
- @ Saber2pr made their first contribution in #4084
- @ jefersoneiji made their first contribution in #4086
- @ Naedri made their first contribution in #4098
- @ mostafa-rio made their first contribution in #4111
- @ benquarmby made their first contribution in #4109
-
19.3.0 - 2024-04-23
- feat(format): print full commit message for valid commits if -V by @ weixinwu in #4026
- feat(container): added @ commitlint/config-nx-scopes for nx monorepos by @ gperdomor in #3913
- docs: 📝 add pnpm to the getting started and local setup guides by @ VoloshchenkoAl in #4041
- @ weixinwu made their first contribution in #4026
- @ fuyangpengqi made their first contribution in #4035
- @ gperdomor made their first contribution in #3913
- @ VoloshchenkoAl made their first contribution in #4041
-
19.2.2 - 2024-04-14
- fix(is-ignored): ignore "amend!" commits by @ chalkygames123 in #4024
- Update circleci ci-setup.md by @ HennaAbbas in #3989
- @ HennaAbbas made their first contribution in #3989
-
19.2.1 - 2024-03-19
- fix(config-nx-scopes): include file extension in nx imports by @ timonmasberg in #3979
- Fix regression when using --last flag by @ webwarrior-ws in #3982
- @ timonmasberg made their first contribution in #3979
- @ webwarrior-ws made their first contribution in #3982
from @commitlint/cli GitHub release notesFeatures
Chore & Docs
New Contributors
Full Changelog: v19.3.1...v19.4.0
19.3.0 (2024-04-23)
Features
Chore
New Contributors
Full Changelog: v19.2.2...v19.3.0
19.2.2 (2024-04-14)
Bug Fixes
Chore
New Contributors
Full Changelog: v19.2.1...v19.2.2
19.2.1 (2024-03-19)
Bug Fixes
New Contributors
Full Changelog: v19.2.0...v19.2.1
Package name: @commitlint/config-conventional
-
19.2.2 - 2024-04-14
- fix(is-ignored): ignore "amend!" commits by @ chalkygames123 in #4024
- Update circleci ci-setup.md by @ HennaAbbas in #3989
- @ HennaAbbas made their first contribution in #3989
-
19.1.0 - 2024-03-12
- fix: add
- fix: add missing
- fix: add missing cjs entry in package by @ frantic1048 in #3967
- feat: add CJS export for cz-commitlint by @ frantic1048 in #3963
- docs: Update cz-commitlint install command by @ gin0606 in #3955
- @ gin0606 made their first contribution in #3955
- @ frantic1048 made their first contribution in #3963
from @commitlint/config-conventional GitHub release notes19.2.2 (2024-04-14)
Bug Fixes
Chore
New Contributors
Full Changelog: v19.2.1...v19.2.2
19.1.0 (2024-03-12)
Bug Fixes
mainandtypeskeys in package.json by @ marcalexiei in #3953conditionsparam formoduleResolveby @ JounQin in #3962Features
Chore
New Contributors
Full Changelog: v19.0.3...v19.1.0
Package name: @changesets/cli
-
2.27.7 - 2024-07-01
-
2.27.6 - 2024-06-24
-
2.27.5 - 2024-05-28
-
2.27.4 - 2024-05-28
-
2.27.3 - 2024-05-20
-
2.27.2 - 2024-05-17
-
2.27.1 - 2023-11-28
from @changesets/cli GitHub release notesPackage name: @changesets/get-release-plan
-
4.0.3 - 2024-07-01
-
4.0.2 - 2024-05-28
-
4.0.1 - 2024-05-28
-
4.0.0 - 2023-11-28
from @changesets/get-release-plan GitHub release notesPackage name: @rollup/plugin-replace
-
5.0.7 - 2024-06-05
-
5.0.6 - 2024-06-05
-
5.0.5 - 2023-10-29
from @rollup/plugin-replace GitHub release noteschore(release): replace v5.0.7
chore(release): replace v5.0.6
Package name: @typescript-eslint/eslint-plugin
-
7.18.0 - 2024-07-29
- types: update ECMA versions (#9634)
- eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (#9660)
- eslint-plugin: [unbound-method] report on destructuring in function parameters (#8952)
- eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types (#9600)
- eslint-plugin: [strict-boolean-expressions] support branded booleans (#9297)
- auvred @ auvred
- Oliver Salzburg
- Vinccool96
- Yukihiro Hasegawa @ y-hsgw
-
7.17.1-alpha.9 - 2024-07-29
-
7.17.1-alpha.8 - 2024-07-29
-
7.17.1-alpha.7 - 2024-07-28
-
7.17.1-alpha.6 - 2024-07-28
-
7.17.1-alpha.5 - 2024-07-28
-
7.17.1-alpha.4 - 2024-07-25
-
7.17.1-alpha.3 - 2024-07-23
-
7.17.1-alpha.2 - 2024-07-23
-
7.17.1-alpha.1 - 2024-07-23
-
7.17.1-alpha.0 - 2024-07-23
-
7.17.0 - 2024-07-22
- eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
- eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)
- eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
- eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
- eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
- typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
- typescript-estree: disable single-run inference with extraFileExtensions (#9580)
- website: expose ATA types to eslint instance (#9598)
- Armano @ armano2
- Josh Goldberg ✨
- Kirk Waiblinger @ kirkwaiblinger
- StyleShit @ StyleShit
-
7.16.2-alpha.22 - 2024-07-22
-
7.16.2-alpha.21 - 2024-07-21
-
7.16.2-alpha.20 - 2024-07-21
-
7.16.2-alpha.19 - 2024-07-21
-
7.16.2-alpha.18 - 2024-07-20
-
7.16.2-alpha.17 - 2024-07-20
-
7.16.2-alpha.16 - 2024-07-20
-
7.16.2-alpha.15 - 2024-07-20
-
7.16.2-alpha.14 - 2024-07-20
-
7.16.2-alpha.13 - 2024-07-20
-
7.16.2-alpha.12 - 2024-07-20
-
7.16.2-alpha.11 - 2024-07-19
-
7.16.2-alpha.10 - 2024-07-18
-
7.16.2-alpha.9 - 2024-07-18
-
7.16.2-alpha.8 - 2024-07-18
-
7.16.2-alpha.7 - 2024-07-18
-
7.16.2-alpha.6 - 2024-07-17
-
7.16.2-alpha.5 - 2024-07-17
-
7.16.2-alpha.4 - 2024-07-16
-
7.16.2-alpha.3 - 2024-07-16
-
7.16.2-alpha.2 - 2024-07-16
-
7.16.2-alpha.1 - 2024-07-16
-
7.16.2-alpha.0 - 2024-07-15
-
7.16.1 - 2024-07-15
- eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)
- Dan Vanderkam @ danvk
-
7.16.1-alpha.7 - 2024-07-14
-
7.16.1-alpha.6 - 2024-07-12
-
7.16.1-alpha.5 - 2024-07-12
-
7.16.1-alpha.4 - 2024-07-10
-
7.16.1-alpha.3 - 2024-07-10
-
7.16.1-alpha.2 - 2024-07-10
-
7.16.1-alpha.1 - 2024-07-09
-
7.16.1-alpha.0 - 2024-07-08
-
7.16.0 - 2024-07-08
-
7.15.1-alpha.13 - 2024-07-08
-
7.15.1-alpha.12 - 2024-07-08
-
7.15.1-alpha.11 - 2024-07-08
-
7.15.1-alpha.10 - 2024-07-06
-
7.15.1-alpha.9 - 2024-07-06
-
7.15.1-alpha.8 - 2024-07-05
-
7.15.1-alpha.7 - 2024-07-05
-
7.15.1-alpha.6 - 2024-07-05
-
7.15.1-alpha.5 - 2024-07-04
-
7.15.1-alpha.4 - 2024-07-04
-
7.15.1-alpha.3 - 2024-07-03
-
7.15.1-alpha.2 - 2024-07-03
-
7.15.1-alpha.1 - 2024-07-02
-
7.15.1-alpha.0 - 2024-07-01
-
7.15.0 - 2024-07-01
-
7.14.2-alpha.16 - 2024-07-01
-
7.14.2-alpha.15 - 2024-07-01
-
7.14.2-alpha.14 - 2024-07-01
-
7.14.2-alpha.13 - 2024-07-01
-
7.14.2-alpha.12 - 2024-06-30
-
7.14.2-alpha.11 - 2024-06-30
-
7.14.2-alpha.10 - 2024-06-30
-
7.14.2-alpha.9 - 2024-06-29
-
7.14.2-alpha.8 - 2024-06-29
-
7.14.2-alpha.7 - 2024-06-29
-
7.14.2-alpha.6 - 2024-06-28
-
7.14.2-alpha.5 - 2024-06-27
-
7.14.2-alpha.4 - 2024-06-26
-
7.14.2-alpha.3 - 2024-06-26
-
7.14.2-alpha.2 - 2024-06-25
-
7.14.2-alpha.1 - 2024-06-24
-
7.14.2-alpha.0 - 2024-06-24
-
7.14.1 - 2024-06-24
-
7.14.1-alpha.0 - 2024-06-24
-
7.14.0 - 2024-06-24
-
7.13.2-alpha.11 - 2024-06-24
-
7.13.2-alpha.10 - 2024-06-24
-
7.13.2-alpha.9 - 2024-06-23
-
7.13.2-alpha.8 - 2024-06-22
-
7.13.2-alpha.7 - 2024-06-22
-
7.13.2-alpha.6 - 2024-06-22
-
7.13.2-alpha.5 - 2024-06-22
-
7.13.2-alpha.4 - 2024-06-22
-
7.13.2-alpha.3 - 2024-06-22
-
7.13.2-alpha.2 - 2024-06-21
-
7.13.2-alpha.1 - 2024-06-17
-
7.13.2-alpha.0 - 2024-06-17
-
7.13.1 - 2024-06-17
-
7.13.1-alpha.6 - 2024-06-17
-
7.13.1-alpha.5 - 2024-06-17
-
7.13.1-alpha.4 - 2024-06-17
-
7.13.1-alpha.3 - 2024-06-17
-
7.13.1-alpha.2 - 2024-06-13
-
7.13.1-alpha.1 - 2024-06-11
-
7.13.1-alpha.0 - 2024-06-10
-
7.13.0 - 2024-06-10
-
7.12.1-alpha.33 - 2024-06-08
-
7.12.1-alpha.32 - 2024-06-08
-
7.12.1-alpha.31 - 2024-06-08
-
7.12.1-alpha.30 - 2024-06-08
-
7.12.1-alpha.29 - 2024-06-07
-
7.12.1-alpha.28 - 2024-06-07
-
7.12.1-alpha.27 - 2024-06-07
-
7.12.1-alpha.26 - 2024-06-06
-
7.12.1-alpha.25 - 2024-06-06
-
7.12.1-alpha.24 - 2024-06-06
-
7.12.1-alpha.23 - 2024-06-05
-
7.12.1-alpha.22 - 2024-06-05
-
7.12.1-alpha.21 - 2024-06-05
-
7.12.1-alpha.20 - 2024-06-05
-
7.12.1-alpha.19 - 2024-06-05
-
7.12.1-alpha.18 - 2024-06-05
-
7.12.1-alpha.17 - 2024-06-05
-
7.12.1-alpha.16 - 2024-06-05
-
7.12.1-alpha.15 - 2024-06-05
-
7.12.1-alpha.14 - 2024-06-04
-
7.12.1-alpha.13 - 2024-06-04
-
7.12.1-alpha.12 - 2024-06-04
-
7.12.1-alpha.11 - 2024-06-04
-
7.12.1-alpha.10 - 2024-06-04
-
7.12.1-alpha.9 - 2024-06-04
-
7.12.1-alpha.8 - 2024-06-04
-
7.12.1-alpha.7 - 2024-06-04
-
7.12.1-alpha.6 - 2024-06-04
-
7.12.1-alpha.5 - 2024-06-04
-
7.12.1-alpha.4 - 2024-06-04
-
7.12.1-alpha.3 - 2024-06-04
-
7.12.1-alpha.2 - 2024-06-04
-
7.12.1-alpha.1 - 2024-06-03
-
7.12.1-alpha.0 - 2024-06-03
-
7.12.0 - 2024-06-03
-
7.11.1-alpha.27 - 2024-06-03
-
7.11.1-alpha.26 - 2024-06-03
-
7.11.1-alpha.25 - 2024-06-03
-
7.11.1-alpha.24 - 2024-06-02
-
7.11.1-alpha.23 - 2024-06-02
-
7.11.1-alpha.22 - 2024-06-02
-
7.11.1-alpha.21 - 2024-06-02
-
7.11.1-alpha.20 - 2024-06-02
-
7.11.1-alpha.19 - 2024-06-02
-
7.11.1-alpha.18 - 2024-06-02
-
7.11.1-alpha.17 - 2024-06-01
-
7.11.1-alpha.16 - 2024-06-01
-
7.11.1-alpha.15 - 2024-06-01
-
7.11.1-alpha.14 - 2024-06-01
-
7.11.1-alpha.13 - 2024-06-01
-
7.11.1-alpha.12 - 2024-05-31
-
7.11.1-alpha.11 - 2024-05-31
-
7.11.1-alpha.10 - 2024-05-31
-
7.11.1-alpha.9 - 2024-05-30
-
7.11.1-alpha.8 - 2024-05-30
-
7.11.1-alpha.7 - 2024-05-30
-
7.11.1-alpha.6 - 2024-05-29
-
7.11.1-alpha.5 - 2024-05-28
-
7.11.1-alpha.4 - 2024-05-28
-
7.11.1-alpha.3 - 2024-05-28
-
7.11.1-alpha.2 - 2024-05-27
-
7.11.1-alpha.1 - 2024-05-27
-
7.11.1-alpha.0 - 2024-05-27
-
7.11.0 - 2024-05-27
-
7.10.1-alpha.19 - 2024-05-27
-
7.10.1-alpha.18 - 2024-05-27
-
7.10.1-alpha.17 - 2024-05-27
-
7.10.1-alpha.16 - 2024-05-27
-
7.10.1-alpha.15 - 2024-05-27
-
7.10.1-alpha.14 - 2024-05-27
-
7.10.1-alpha.13 - 2024-05-27
-
7.10.1-alpha.12 - 2024-05-26
-
7.10.1-alpha.11 - 2024-05-26
-
7.10.1-alpha.10 - 2024-05-26
-
7.10.1-alpha.9 - 2024-05-26
-
7.10.1-alpha.8 - 2024-05-26
-
7.10.1-alpha.7 - 2024-05-26
-
7.10.1-alpha.6 - 2024-05-26
-
7.10.1-alpha.5 - 2024-05-26
-
7.10.1-alpha.4 - 2024-05-26
-
7.10.1-alpha.3 - 2024-05-24
-
7.10.1-alpha.2 - 2024-05-24
-
7.10.1-alpha.1 - 2024-05-24
-
7.10.1-alpha.0 - 2024-05-20
-
7.10.0 - 2024-05-20
-
7.9.1-alpha.7 - 2024-05-19
-
7.9.1-alpha.6 - 2024-05-17
-
7.9.1-alpha.5 - 2024-05-17
-
7.9.1-alpha.4 - 2024-05-16
-
7.9.1-alpha.3 - 2024-05-16
-
7.9.1-alpha.2 - 2024-05-16
-
7.9.1-alpha.1 - 2024-05-16
-
7.9.1-alpha.0 - 2024-05-13
-
7.9.0 - 2024-05-13
-
7.8.1-alpha.11 - 2024-05-13
-
7.8.1-alpha.10 - 2024-05-11
-
7.8.1-alpha.9 - 2024-05-11
-
7.8.1-alpha.8 - 2024-05-09
-
7.8.1-alpha.7 - 2024-05-08
-
7.8.1-alpha.6 - 2024-05-08
-
7.8.1-alpha.5 - 2024-05-08
-
7.8.1-alpha.4 - 2024-05-06
-
7.8.1-alpha.3 - 2024-05-06
-
7.8.1-alpha.2 - 2024-05-03
-
7.8.1-alpha.1 - 2024-05-03
-
7.8.1-alpha.0 - 2024-05-02
-
7.8.0 - 2024-04-29
-
7.7.2-alpha.13 - 2024-04-28
-
7.7.2-alpha.12 - 2024-04-28
-
7.7.2-alpha.11 - 2024-04-27
-
7.7.2-alpha.10 - 2024-04-26
-
7.7.2-alpha.9 - 2024-04-26
-
7.7.2-alpha.8 - 2024-04-26
-
7.7.2-alpha.7 - 2024-04-26
-
7.7.2-alpha.6 - 2024-04-26
-
7.7.2-alpha.5 - 2024-04-25
-
7.7.2-alpha.4 - 2024-04-24
-
7.7.2-alpha.3 - 2024-04-23
-
7.7.2-alpha.2 - 2024-04-23
-
7.7.2-alpha.1 - 2024-04-23
-
7.7.2-alpha.0 - 2024-04-22
-
7.7.1 - 2024-04-22
-
7.7.1-alpha.5 - 2024-04-20
-
7.7.1-alpha.4 - 2024-04-20
-
7.7.1-alpha.3 - 2024-04-19
-
7.7.1-alpha.2 - 2024-04-19
-
7.7.1-alpha.1 - 2024-04-19
-
7.7.1-alpha.0 - 2024-04-15
-
7.7.0 - 2024-04-15
-
7.6.1-alpha.4 - 2024-04-15
-
7.6.1-alpha.3 - 2024-04-15
-
7.6.1-alpha.2 - 2024-04-09
-
7.6.1-alpha.1 - 2024-04-09
-
7.6.1-alpha.0 - 2024-04-08
-
7.6.0 - 2024-04-08
-
7.5.1-alpha.15 - 2024-04-08
-
7.5.1-alpha.14 - 2024-04-08
-
7.5.1-alpha.13 - 2024-04-08
-
7.5.1-alpha.12 - 2024-04-07
-
7.5.1-alpha.11 - 2024-04-07
-
7.5.1-alpha.10 - 2024-04-07
-
7.5.1-alpha.9 - 2024-04-06
-
7.5.1-alpha.8 - 2024-04-06
-
7.5.1-alpha.7 - 2024-04-05
-
7.5.1-alpha.6 - 2024-04-04
-
7.5.1-alpha.5 - 2024-04-04
-
7.5.1-alpha.4 - 2024-04-04
-
7.5.1-alpha.3 - 2024-04-04
-
7.5.1-alpha.2 - 2024-04-04
-
7.5.1-alpha.1 - 2024-04-03
-
7.5.1-alpha.0 - 2024-04-01
-
7.5.0 - 2024-04-01
-
7.4.1-alpha.5 - 2024-04-01
-
7.4.1-alpha.4 - 2024-04-01
-
7.4.1-alpha.3 - 2024-04-01
-
7.4.1-alpha.2 - 2024-03-28
-
7.4.1-alpha.1 - 2024-03-26
-
7.4.1-alpha.0 - 2024-03-25
-
7.4.0 - 2024-03-25
from @typescript-eslint/eslint-plugin GitHub release notes7.18.0 (2024-07-29)
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
7.17.0 (2024-07-22)
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
7.16.1 (2024-07-15)
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
Package name: @typescript-eslint/parser
7.18.0 (2024-07-29)
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
7.17.0 (2024-07-22)
🚀 Features
🩹 Fixes