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): Bump ianlewis/todos from 0.4.0 to 0.5.0 #617

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps ianlewis/todos from 0.4.0 to 0.5.0.

Release notes

Sourced from ianlewis/todos's releases.

v0.5.0

Added in 0.5.0

  • Support for Erlang, Haskell, R, and SQL programming languages has been added.

  • A new exclude-dir flag was added to todos that allows for excluding matching directories from the search.

  • TODO comments are matched more loosely with more delimeters such as '/' or '-' in addition to ':' being recognized.

  • A new --charset flag was added which defaults to UTF-8. This is the character set used to read the code files. A special name of detect specifies that the character set of each file should be detected.

  • Support was added for TODO comments with no space between the comment start and "TODO" marker and no delimiter.

    //TODO Add some code here.
  • Support was added for TODO comments in JavaDoc/JSDoc/TSDoc that had a * prefix.

    /**
     * Some comment.
     * TODO: Add some code here.
     */

Changed in 0.5.0

  • todos no longer detects character encodings by default and now defaults to reading files as UTF-8. Character detection can be enabled by using the --charset=detect flag.

All Changes

... (truncated)

Changelog

Sourced from ianlewis/todos's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.5.0] - 2023-09-04

Added in 0.5.0

  • Support for Erlang, Haskell, R, and SQL programming languages has been added.

  • A new exclude-dir flag was added to todos that allows for excluding matching directories from the search.

  • TODO comments are matched more loosely with more delimeters such as '/' or '-' in addition to ':' being recognized.

  • A new --charset flag was added which defaults to UTF-8. This is the character set used to read the code files. A special name of detect specifies that the character set of each file should be detected.

  • Support was added for TODO comments with no space between the comment start and "TODO" marker and no delimiter.

    //TODO Add some code here.
  • Support was added for TODO comments in JavaDoc/JSDoc/TSDoc that had a * prefix.

    /**
     * Some comment.
     * TODO: Add some code here.
     */

Changed in 0.5.0

  • todos no longer detects character encodings by default and now defaults to reading files as UTF-8. Character detection can be enabled by using the --charset=detect flag.

[0.4.0] - 2023-08-23

Added in 0.4.0

  • The todos CLI now supports a new JSON output format.
  • A new issue-reopener GitHub action was added that uses the todos CLI to scan a repository checkout for TODOs referencing a GitHub issue and reopen issues that have been prematurely

... (truncated)

Commits

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 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)

Bumps [ianlewis/todos](https://github.com/ianlewis/todos) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/ianlewis/todos/releases)
- [Changelog](https://github.com/ianlewis/todos/blob/main/CHANGELOG.md)
- [Commits](45e3c8d...e06be69)

---
updated-dependencies:
- dependency-name: ianlewis/todos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from ianlewis as a code owner September 4, 2023 04:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 4, 2023
@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

Merging #617 (645af49) into main (d8065bb) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #617   +/-   ##
=======================================
  Coverage   80.48%   80.48%           
=======================================
  Files          19       19           
  Lines        1122     1122           
  Branches       14       14           
=======================================
  Hits          903      903           
  Misses        157      157           
  Partials       62       62           

@ianlewis ianlewis merged commit 75c44fb into main Sep 4, 2023
@ianlewis ianlewis deleted the dependabot/github_actions/ianlewis/todos-0.5.0 branch September 4, 2023 05:16
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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant