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

build(deps): bump fixit from 0.1.4 to 2.1.0 #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2023

Bumps fixit from 0.1.4 to 2.1.0.

Changelog

Sourced from fixit's changelog.

2.1.0 - 2023-10-25

Minor feature release

New:

  • Lint and fix via STDIN by passing - as path (#388)
  • Skip linting files when no rules enabled (#379)

Fixed:

  • Reporting violations on Module nodes (#368, #367)
  • Incorrect auto-fixes from CompareSingletonPrimitivesByIs (#391, #378, #375)
  • Parsing error for typing.Literal in NoStringTypeAnnotation rule (#400, #377)
  • Error handling when rules fail to import in child processes (#401, #381)

Thanks:

$ git shortlog -sn v2.0.0.post1...
     8  Amethyst Reese
     2  LW
     1  Dave Turner
     1  Uzumaki
     1  Yajus Gakhar
     1  rembridge

2.0.0 - 2023-07-17

This is the first stable release with the major rework of Fixit. There are many breaking changes since the 0.1.4 release, including configuration formats, CLI commands, and lint rule APIs. Existing users should look at the Upgrade Guide for help migrating to the latest version.

Major Changes

  • Hierarchical configuration via TOML format
  • Support for in-repo custom lint rules relative to project configuration
  • Simplified CLI binary with subcommands to check for errors and apply fixes
  • Interactive review and application of autofixes
  • Dedicated API for integration with alternate frontends
  • Overhauled documentation, with quick start guide
  • Integration with pre-commit
  • Support for configurable target version and selection of applicable rules
  • Support for selecting and filtering rules by tags at runtime

New Rules

... (truncated)

Commits
  • b34fabd Changelog for v2.1.0
  • 01ddf47 Update RTD config
  • 0a73211 Revert to sphinx 7.0.1 to resolve rendering issues on API docs
  • 81fb393 feat: support linting stdin (#388)
  • 83a5a45 Make CollectionError pickleable
  • fc2117b More robust typing literal handling
  • 79d2080 fix(compare_singleton_primitives_by_is): compare Name directly instead of Qua...
  • f98cb3b Refactor violation diffing into separate function
  • 2efadd0 Bump actions/checkout from 3 to 4 (#396)
  • e1345f0 Bump flake8-bugbear from 23.7.10 to 23.9.16 (#394)
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 26, 2023
Bumps [fixit](https://github.com/Instagram/Fixit) from 0.1.4 to 2.1.0.
- [Changelog](https://github.com/Instagram/Fixit/blob/main/CHANGELOG.md)
- [Commits](Instagram/Fixit@v0.1.4...v2.1.0)

---
updated-dependencies:
- dependency-name: fixit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

0 participants