DazzlingFugu / ember-slugify

Library to slugify your strings within Ember.
MIT License
5 stars 0 forks source link

build(deps-dev): bump prettier-plugin-ember-template-tag from 1.1.0 to 2.0.0 #329

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps prettier-plugin-ember-template-tag from 1.1.0 to 2.0.0.

Release notes

Sourced from prettier-plugin-ember-template-tag's releases.

Release 2.0.0

This version is essentially a re-write. We are switching from using ember-template-imports to parse template tags to the more robust content-tag preprocessor. This should result in fewer unhandled cases and other bugs. For example, this plugin can now format route templates from ember-route-template!

This is a breaking change in that we are breaking compatibility with the current version of eslint-plugin-ember. If you are running Prettier via eslint-plugin-ember and eslint-plugin-prettier1, you will need to follow the following compatibility table, which also appears in the README for this plugin:

eslint-plugin-ember prettier-plugin-ember-template-tag
<12 1.1.0
>=12.0.0-alpha.1 2+

1 Neither I nor the Prettier project recommend running Prettier this way.

Additionally, there are some formatting differences in this version as discussed in the following RFCs:

:boom: Breaking Change

:boom: Breaking Change / :rocket: Enhancement / :robot: Dependencies

:rocket: Enhancement

  • #178 Disable minification for easier debugging.

:robot: Dependencies

Committers: 3

Release 2.0.0-2

... (truncated)

Changelog

Sourced from prettier-plugin-ember-template-tag's changelog.

v2.0.0 (2023-12-29)

This version is essentially a re-write. We are switching from using ember-template-imports to parse template tags to the more robust content-tag preprocessor. This should result in fewer unhandled cases and other bugs. For example, this plugin can now format route templates from ember-route-template!

This is a breaking change in that we are breaking compatibility with the current version of eslint-plugin-ember. If you are running Prettier via eslint-plugin-ember and eslint-plugin-prettier1, you will need to follow the following compatibility table, which also appears in the README for this plugin:

eslint-plugin-ember prettier-plugin-ember-template-tag
<12 1.1.0
>=12.0.0-alpha.1 2+

1 Neither I nor the Prettier project recommend running Prettier this way.

Additionally, there are some formatting differences in this version as discussed in the following RFCs:

:boom: Breaking Change

:boom: Breaking Change / :rocket: Enhancement / :robot: Dependencies

:rocket: Enhancement

  • #178 Disable minification for easier debugging.

:robot: Dependencies

Committers: 3

... (truncated)

Commits
  • b9fd614 internal: release v2.0.0
  • b9b1b35 internal: release v2.0.0-2
  • aff9e9b Merge pull request #212 from gitKrystan/fix-more-bugs
  • 0a5c894 Add an error message
  • b4091b9 Remove unnecessary glimmer parent handling
  • de7f183 Fix bug where preceding {} was slurping up template
  • f95f948 internal: release v2.0.0-1
  • 13c3313 Merge pull request #194 from gitKrystan/fix-191
  • 15885a5 Fix lint
  • c0ee01f Update gts example output
  • 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 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)
MrChocolatine commented 7 months ago

Due to this notice on the release note:

notice

I think we should not update as we use eslint-plugin-ember < v12, despite the CI build being green:

dependabot[bot] commented 7 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.