Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the eslint group with 1 update #1245

Merged
merged 5 commits into from
Dec 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2023

Bumps the eslint group with 1 update: eslint-config-standard-with-typescript.

Updates eslint-config-standard-with-typescript from 40.0.0 to 42.0.0

Release notes

Sourced from eslint-config-standard-with-typescript's releases.

v42.0.0

42.0.0 (2023-12-9)

⚠ BREAKING CHANGES

  • add rule @​typescript-eslint/no-unsafe-argument

Features

  • @​typescript-eslint/no-unsafe-argument (350bd29)

v41.0.0

41.0.0 (2023-12-9)

⚠ BREAKING CHANGES

  • add rule @​typescript-eslint/non-nullable-type-assertion-style

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Features

  • @​typescript-eslint/non-nullable-type-assertion-style (3f94c58)
Changelog

Sourced from eslint-config-standard-with-typescript's changelog.

42.0.0 (2023-12-9)

⚠ BREAKING CHANGES

  • add rule @​typescript-eslint/no-unsafe-argument

Features

  • @​typescript-eslint/no-unsafe-argument (350bd29)

41.0.0 (2023-12-9)

⚠ BREAKING CHANGES

  • add rule @​typescript-eslint/non-nullable-type-assertion-style

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Features

  • @​typescript-eslint/non-nullable-type-assertion-style (3f94c58)
Commits
  • 898b6b0 chore(release): 42.0.0 [skip ci]
  • 45df675 Merge pull request #1371 from standard/no-unsafe-argument
  • 350bd29 feat: @​typescript-eslint/no-unsafe-argument
  • 3de3003 chore(release): 41.0.0 [skip ci]
  • 50bab9b Merge pull request #1370 from standard/non-nullable-type-assertion-style
  • 3f94c58 feat: @​typescript-eslint/non-nullable-type-assertion-style
  • 90235e5 Merge pull request #1368 from standard/renovate/node-20.x
  • d8199f8 chore(deps): update dependency @​types/node to v20.10.4
  • 80a766b Merge pull request #1367 from standard/renovate/semantic-release-22.x
  • 8043c25 chore(deps): update dependency semantic-release to v22.0.10
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the eslint group with 1 update: [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript).

- [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases)
- [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v40.0.0...v42.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-standard-with-typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 9, 2023 12:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2023
@jkowalleck jkowalleck force-pushed the dependabot/npm_and_yarn/eslint-480ed78d5b branch from 3eff498 to f649c12 Compare December 9, 2023 16:34
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck force-pushed the dependabot/npm_and_yarn/eslint-480ed78d5b branch from f649c12 to ded1103 Compare December 9, 2023 16:47
Copy link

codacy-production bot commented Dec 9, 2023

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% 100.00% (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (ed73b3a) 535 500 93.46%
Head commit (31265cd) 535 (+0) 500 (+0) 93.46% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1245) 5 5 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck merged commit 6d20379 into master Dec 9, 2023
16 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-480ed78d5b branch December 9, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant