elwayman02 / ember-resize-modifier

Resize Modifier for Ember.js Applications using ResizeObserver
https://ember-resize-modifier.jhawk.co/
MIT License
12 stars 6 forks source link

[skip netlify]: Bump prettier-plugin-ember-template-tag from 1.1.0 to 2.0.2 #972

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Release notes

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

Release 2.0.2

:bug: Bug Fix

:house: Internal

Committers: 1

Release 2.0.1

:bug: Bug Fix

:robot: Dependencies

Committers: 1

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

... (truncated)

Changelog

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

v2.0.2 (2024-04-03)

:bug: Bug Fix

:house: Internal

Committers: 1

v2.0.1 (2024-03-15)

:bug: Bug Fix

:robot: Dependencies

Committers: 1

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

... (truncated)

Commits
  • 00743f2 internal: release v2.0.2
  • 7269073 Merge pull request #262 from MichalBryxi/chore/pnpm-version-in-package-json
  • 22d5b83 fix: Please the pnpm gods
  • 23276f5 Merge pull request #263 from MichalBryxi/chore/vscode-settings
  • b728f4f Merge pull request #259 from MichalBryxi/push-uwsuomlwwynt
  • 6bda665 chore: vscode settings simplification
  • be8f584 chore: New syntax in vscode
  • fc5b890 fix: Fix for preprocessTemplateRange & forward slashes
  • ee198df internal: release v2.0.1
  • dd0af13 Merge pull request #253 from patricklx/fix-byte-issues
  • 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 will merge this PR once CI passes on it, as requested by @elwayman02.


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)