-
Notifications
You must be signed in to change notification settings - Fork 10
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
The upgrade path of dprint-plugin-prettier from 0.26.6 to 0.27.0 requires both dprint 0.39.1 and 0.40.0 #56
Comments
kachick
added a commit
to mobu-of-the-world/mobu
that referenced
this issue
Jul 31, 2023
kachick
added a commit
to kachick/action-update-dprint-plugins
that referenced
this issue
Jul 31, 2023
I'll replace manually for these versions. 🙇♂️ |
Yes, sorry you need to manually update the urls in the configuration file as it was too much work to make a smooth upgrade path (and dprint is still 0.x). See here for details: dprint/dprint#726 (comment) |
kachick
added a commit
to mise-plugins/asdf-cargo-make
that referenced
this issue
Jul 31, 2023
Sure! Thank you for sharing it with me, dprint project helps me a lot 🙏 |
This was referenced Jul 31, 2023
kachick
added a commit
to kachick/anylang-template
that referenced
this issue
Aug 5, 2023
```bash rtx exec [email protected] -- dprint config update --yes rtx exec [email protected] -- dprint check ``` dprint/dprint-plugin-prettier#56
kachick
added a commit
to kachick/dotfiles
that referenced
this issue
Aug 6, 2023
The feature does not keep working plugins See dprint/dprint-plugin-prettier#56
kachick
added a commit
to kachick/nixpkgs-url
that referenced
this issue
Aug 6, 2023
```bash rtx exec [email protected] -- dprint config update --yes rtx exec [email protected] -- dprint check ``` dprint/dprint-plugin-prettier#56
kachick
added a commit
to kachick/emobu
that referenced
this issue
Aug 6, 2023
```bash rtx exec [email protected] -- dprint config update --yes rtx exec [email protected] -- dprint check ``` dprint/dprint-plugin-prettier#56
kachick
added a commit
to kachick/dotfiles
that referenced
this issue
Aug 6, 2023
```bash rtx exec [email protected] -- dprint config update --yes rtx exec [email protected] -- dprint check ``` dprint/dprint-plugin-prettier#56
kachick
added a commit
to kachick/renovate-config-dprint
that referenced
this issue
Aug 8, 2023
kachick
added a commit
to kachick/renovate-config-dprint
that referenced
this issue
Aug 8, 2023
`rtx exec [email protected] -- dprint config update --yes && rtx exec [email protected] -- dprint check` dprint/dprint-plugin-prettier#56
kachick
added a commit
to kachick/elm-dependency-submission
that referenced
this issue
Oct 5, 2023
`rtx exec [email protected] -- dprint config update --yes && rtx exec [email protected] -- dprint fmt` dprint/dprint-plugin-prettier#56 And removed outdated includes specifier
kachick
added a commit
to kachick/elm-dependency-submission
that referenced
this issue
Oct 5, 2023
…gs (#527) * Prefer Nix flake and bump nixpkgs * Bump dprint.json with old dprint `rtx exec [email protected] -- dprint config update --yes && rtx exec [email protected] -- dprint fmt` dprint/dprint-plugin-prettier#56 And removed outdated includes specifier * Add workaround for TypeScript errors * Remove unused deno for now (I will add in another PR * `npm run package` * Allow LGPL action * Cloning submodule will done by checkout action https://stackoverflow.com/a/70882149/1212807
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In dprint 0.39.1 and config with prettier-0.26.6,
dprint config update
updates the config, butdprint check
anddprint fmt
fails after updatedIn dprint 0.40.0 and config with prettier-0.26.6,
dprint config update
failed with handling old plugins messagesIn this case, I should first update the config with dprint 0.39.1 and then immediately upgrade dprint to 0.40.0. Is this an intended migration flow?
The text was updated successfully, but these errors were encountered: