Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the production-dependencies group with 1 update: rewrite.

Updates rewrite from 1.1.2 to 1.2.0

Changelog

Sourced from rewrite's changelog.

1.2.0 - dev

  • Changes for Elixir 1.19
  • Required Elixir version set to ~> 1.14
  • Clean up extra_applications

1.1.1 - 2024/11/15

  • Add option ignore_missing_sub_formatters in Rewrite.DotFormatter.read/2 and friends.

1.1.0 - 2024/11/09

  • Added :exclude option to Rewrite.new!/2 and Rewrite.read!/2.

1.0.1 - 2024/11/03

  • Set locals_for_parens to [] for Sourceror.to_string/2 if not set, to prevent Sourceror from trying to fetch locals_for_parens.
  • Add option :ignore_unknown_deps to DotFormatter.read/2 and friends.

1.0.0 - 2024/11/01

Breaking changes

Version 1.0.0 comes with a lot of breaking changes and some improvements. The main change is to the formatting and handling of .formatter.exs. For this the module Rewrite.DotFormatter has been added. This module provides an API to the Elixir formatting functionality and the formatter configuration via .formatter.exs.

Other changes concern the argument list of some functions, here some arguments have been removed from the argument list and moved to the options.

  • Rewrite.TextDiff has been moved to its own package (hex: text_diff).

  • Add Rewrite.DotFormatter to handle the formatting of sources and files.

  • The functions Rewrite.Source.Ex.format/2, Rewrite.Source.Ex.put_formatter_opts/2 and Rewrite.Source.Ex.merge_formatter_opts/2 are removed. The formatting functionality has been moved to Rewrite.DotFormatter.

  • Add Rewrite.create_source/4 to create a Source struct without adding it to the Rewrite project.

  • Add Rewrite.new_source/4 to cretae a Source struct and add it to the Rewrite project.

... (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 <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 production-dependencies group with 1 update: [rewrite](https://github.com/hrzndhrn/rewrite).


Updates `rewrite` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/hrzndhrn/rewrite/releases)
- [Changelog](https://github.com/hrzndhrn/rewrite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hrzndhrn/rewrite/commits/v1.2.0)

---
updated-dependencies:
- dependency-name: rewrite
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Oct 13, 2025
@zachdaniel zachdaniel merged commit 0127832 into main Oct 13, 2025
43 of 45 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-5d9cd70e5a branch October 13, 2025 02:19
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants