ttsukagoshi / csv2gsheets

CLI tool to convert local CSV files into Google Sheets files in a designated Google Drive folder. Users can choose whether to update an existing Sheets file, or create a new one.
https://www.npmjs.com/package/csv2gsheets
MIT License
3 stars 0 forks source link

npm(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 #155

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 4 months ago

Bumps eslint-plugin-jest from 27.6.3 to 27.9.0.

Release notes

Sourced from eslint-plugin-jest's releases.

v27.9.0

27.9.0 (2024-02-16)

Features

  • add should-be-fine support for flat configs (#1505) (4cc2a1b)

v27.8.0

27.8.0 (2024-02-13)

Features

v27.8.0-next.1

27.8.0-next.1 (2024-02-13)

Features

v27.7.0

27.7.0 (2024-02-13)

Features

  • allow [@typescript-eslint](https://github.com/typescript-eslint) v7 (#1500) (6be2928)
Changelog

Sourced from eslint-plugin-jest's changelog.

27.9.0 (2024-02-16)

Features

  • add should-be-fine support for flat configs (#1505) (4cc2a1b)

27.8.0 (2024-02-13)

Features

27.7.0 (2024-02-13)

Features

  • allow [@typescript-eslint](https://github.com/typescript-eslint) v7 (#1500) (6be2928)
Commits
  • d75ba30 chore(release): 27.9.0 [skip ci]
  • 4cc2a1b feat: add should-be-fine support for flat configs (#1505)
  • 14eafdd refactor: use types from @typescript-eslint/utils for snapshot processor (#...
  • 8fac5eb ci: don't test @typescript-eslint v7 against Node v19 (#1502)
  • 8557b08 chore(release): 27.8.0 [skip ci]
  • 9e9cf83 feat: support failing.each (#1499)
  • b100c13 chore(release): 27.7.0 [skip ci]
  • 6be2928 feat: allow @typescript-eslint v7 (#1500)
  • 196581a chore: format tsconfig.json (#1501)
  • 09e7b04 chore(deps): lock file maintenance
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

github-actions[bot] commented 4 months ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟢 Statements 100% 927/927
🟢 Branches 100% 137/137
🟢 Functions 100% 29/29
🟢 Lines 100% 927/927

Test suite run success

72 tests passing in 8 suites.

Report generated by 🧪jest coverage report action from 4ec86bdf5802974e52ba81c93bcfd4aa20432a9b

dependabot[bot] commented 2 months ago

Superseded by #169.