gitKrystan/prettier-plugin-ember-template-tag (prettier-plugin-ember-template-tag)
### [`v2.0.2`](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/blob/HEAD/CHANGELOG.md#v202-2024-04-03)
[Compare Source](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/compare/v2.0.1...v2.0.2)
##### :bug: Bug Fix
- [#259](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/259) Fix RangeError in files with multiple forward slashes ([@MichalBryxi](https://togithub.com/MichalBryxi))
##### :house: Internal
- [#262](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/262) Add config for Corepack ([@MichalBryxi](https://togithub.com/MichalBryxi))
- [#263](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/263) VSCode settings cleanup ([@MichalBryxi](https://togithub.com/MichalBryxi))
##### Committers: 1
- Michal Bryxí ([@MichalBryxi](https://togithub.com/MichalBryxi))
### [`v2.0.1`](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/blob/HEAD/CHANGELOG.md#v201-2024-03-15)
[Compare Source](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/compare/v2.0.0...v2.0.1)
##### :bug: Bug Fix
- [#253](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/253) Fix errors when components contain multi-byte characters ([@patricklx](https://togithub.com/patricklx))
##### :robot: Dependencies
- [#213](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/213) Bump [@vitest/ui](https://togithub.com/vitest/ui) from 1.1.0 to 1.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#214](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/214) Bump eslint-plugin-jsdoc from 46.9.1 to 47.0.2 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#215](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/215) Bump vitest from 1.1.0 to 1.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#216](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/216) Bump eslint-plugin-n from 16.5.0 to 16.6.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
##### Committers: 1
- Patrick Pircher ([@patricklx](https://togithub.com/patricklx))
### [`v2.0.0`](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/blob/HEAD/CHANGELOG.md#v200-2023-12-29)
[Compare Source](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/compare/v1.1.0...v2.0.0)
This version is essentially a re-write. We are switching from using [ember-template-imports](https://togithub.com/ember-template-imports/ember-template-imports) to parse template tags to the more robust [content-tag](https://togithub.com/embroider-build/content-tag) preprocessor. This should result in fewer unhandled cases and other bugs. For example, this plugin [can now format](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/issues/173) route templates from [ember-route-template](https://togithub.com/discourse/ember-route-template)!
This is a breaking change in that we are breaking compatibility with the current version of [eslint-plugin-ember](https://togithub.com/ember-cli/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](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag#compatibility) 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](https://prettier.io/docs/en/integrating-with-linters.html) recommend running Prettier this way.
Additionally, there are some formatting differences in this version as discussed in the following RFCs:
- [https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/192](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/issues/192)
- [https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/193](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/issues/193)
##### :boom: Breaking Change
- [#152](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/152) Drop Node 16 ([@gitKrystan](https://togithub.com/gitKrystan))
- [#208](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/208) Switch to type: module ([@gitKrystan](https://togithub.com/gitKrystan))
##### :boom: Breaking Change / :rocket: Enhancement / :robot: Dependencies
- [#162](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/162), [#178](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/178), [#185](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/185), [#180](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/180), [#194](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/194), [#211](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/211), and [#212](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/212) Replace ember-template-imports with content-tag. As a result, we were also able to remove dependencies on ember-cli-htmlbars and [@glimmer/syntax](https://togithub.com/glimmer/syntax). ([@patricklx](https://togithub.com/patricklx), [@gitKrystan](https://togithub.com/gitKrystan))
##### :rocket: Enhancement
- [#178](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/178) Disable minification for easier debugging.
##### :robot: Dependencies
- [#158](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/158) and [#210](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/210) Upgrade Prettier to 3.1 (including relevant docs updates) ([@bartocc](https://togithub.com/bartocc) and [@gitKrystan](https://togithub.com/gitKrystan))
- [#182](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/182), [#177](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/177), [#176](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/176), and [#147](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/147) Upgrade typescript and [@typescript-eslint](https://togithub.com/typescript-eslint) dependencies ([@gitKrystan](https://togithub.com/gitKrystan), [@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#181](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/181), [#169](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/169), [#171](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/171), and [#148](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/148) Upgrade eslint and eslint plugins (not including typescript-eslint) ([@gitKrystan](https://togithub.com/gitKrystan), [@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#179](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/179), [#140](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/140), and [#150](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/150) Update babel dependencies ([@gitKrystan](https://togithub.com/gitKrystan), [@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#161](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/161) Bump actions/setup-node from 3 to 4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#151](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/151) Upgrade various minor dependencies ([@gitKrystan](https://togithub.com/gitKrystan))
- [#145](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/145) Bump postcss from 8.4.27 to 8.4.31 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#144](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/144) Bump [@vitest/ui](https://togithub.com/vitest/ui) from 0.34.3 to 0.34.6 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#130](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/130) Bump actions/checkout from 3 to 4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#209](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/209) Upgrade vite to v5, vitest to v1 ([@gitKrystan](https://togithub.com/gitKrystan))
- [#207](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/207) Upgrade dev dependencies ([@gitKrystan](https://togithub.com/gitKrystan))
- [#201](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/201) Bump [@vitest/ui](https://togithub.com/vitest/ui) from 0.34.6 to 0.34.7 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#199](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/199) Bump [@babel/core](https://togithub.com/babel/core) from 7.23.5 to 7.23.6 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#205](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/205) Bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.13.1 to 6.15.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#206](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/206) Bump eslint-plugin-n from 16.3.1 to 16.5.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
- [#196](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/196) Bump vite from 4.5.0 to 4.5.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot))
##### Committers: 3
- Julien Palmas ([@bartocc](https://togithub.com/bartocc))
- Krystan HuffMenne ([@gitKrystan](https://togithub.com/gitKrystan))
- Patrick Pircher ([@patricklx](https://togithub.com/patricklx))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^1.1.0
->^2.0.0
Release Notes
gitKrystan/prettier-plugin-ember-template-tag (prettier-plugin-ember-template-tag)
### [`v2.0.2`](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/blob/HEAD/CHANGELOG.md#v202-2024-04-03) [Compare Source](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/compare/v2.0.1...v2.0.2) ##### :bug: Bug Fix - [#259](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/259) Fix RangeError in files with multiple forward slashes ([@MichalBryxi](https://togithub.com/MichalBryxi)) ##### :house: Internal - [#262](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/262) Add config for Corepack ([@MichalBryxi](https://togithub.com/MichalBryxi)) - [#263](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/263) VSCode settings cleanup ([@MichalBryxi](https://togithub.com/MichalBryxi)) ##### Committers: 1 - Michal Bryxí ([@MichalBryxi](https://togithub.com/MichalBryxi)) ### [`v2.0.1`](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/blob/HEAD/CHANGELOG.md#v201-2024-03-15) [Compare Source](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/compare/v2.0.0...v2.0.1) ##### :bug: Bug Fix - [#253](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/253) Fix errors when components contain multi-byte characters ([@patricklx](https://togithub.com/patricklx)) ##### :robot: Dependencies - [#213](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/213) Bump [@vitest/ui](https://togithub.com/vitest/ui) from 1.1.0 to 1.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#214](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/214) Bump eslint-plugin-jsdoc from 46.9.1 to 47.0.2 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#215](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/215) Bump vitest from 1.1.0 to 1.1.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#216](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/216) Bump eslint-plugin-n from 16.5.0 to 16.6.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 1 - Patrick Pircher ([@patricklx](https://togithub.com/patricklx)) ### [`v2.0.0`](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/blob/HEAD/CHANGELOG.md#v200-2023-12-29) [Compare Source](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/compare/v1.1.0...v2.0.0) This version is essentially a re-write. We are switching from using [ember-template-imports](https://togithub.com/ember-template-imports/ember-template-imports) to parse template tags to the more robust [content-tag](https://togithub.com/embroider-build/content-tag) preprocessor. This should result in fewer unhandled cases and other bugs. For example, this plugin [can now format](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/issues/173) route templates from [ember-route-template](https://togithub.com/discourse/ember-route-template)! This is a breaking change in that we are breaking compatibility with the current version of [eslint-plugin-ember](https://togithub.com/ember-cli/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](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag#compatibility) 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](https://prettier.io/docs/en/integrating-with-linters.html) recommend running Prettier this way. Additionally, there are some formatting differences in this version as discussed in the following RFCs: - [https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/192](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/issues/192) - [https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/193](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/issues/193) ##### :boom: Breaking Change - [#152](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/152) Drop Node 16 ([@gitKrystan](https://togithub.com/gitKrystan)) - [#208](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/208) Switch to type: module ([@gitKrystan](https://togithub.com/gitKrystan)) ##### :boom: Breaking Change / :rocket: Enhancement / :robot: Dependencies - [#162](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/162), [#178](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/178), [#185](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/185), [#180](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/180), [#194](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/194), [#211](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/211), and [#212](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/212) Replace ember-template-imports with content-tag. As a result, we were also able to remove dependencies on ember-cli-htmlbars and [@glimmer/syntax](https://togithub.com/glimmer/syntax). ([@patricklx](https://togithub.com/patricklx), [@gitKrystan](https://togithub.com/gitKrystan)) ##### :rocket: Enhancement - [#178](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/178) Disable minification for easier debugging. ##### :robot: Dependencies - [#158](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/158) and [#210](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/210) Upgrade Prettier to 3.1 (including relevant docs updates) ([@bartocc](https://togithub.com/bartocc) and [@gitKrystan](https://togithub.com/gitKrystan)) - [#182](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/182), [#177](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/177), [#176](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/176), and [#147](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/147) Upgrade typescript and [@typescript-eslint](https://togithub.com/typescript-eslint) dependencies ([@gitKrystan](https://togithub.com/gitKrystan), [@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#181](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/181), [#169](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/169), [#171](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/171), and [#148](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/148) Upgrade eslint and eslint plugins (not including typescript-eslint) ([@gitKrystan](https://togithub.com/gitKrystan), [@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#179](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/179), [#140](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/140), and [#150](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/150) Update babel dependencies ([@gitKrystan](https://togithub.com/gitKrystan), [@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#161](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/161) Bump actions/setup-node from 3 to 4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#151](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/151) Upgrade various minor dependencies ([@gitKrystan](https://togithub.com/gitKrystan)) - [#145](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/145) Bump postcss from 8.4.27 to 8.4.31 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#144](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/144) Bump [@vitest/ui](https://togithub.com/vitest/ui) from 0.34.3 to 0.34.6 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#130](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/130) Bump actions/checkout from 3 to 4 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#209](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/209) Upgrade vite to v5, vitest to v1 ([@gitKrystan](https://togithub.com/gitKrystan)) - [#207](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/207) Upgrade dev dependencies ([@gitKrystan](https://togithub.com/gitKrystan)) - [#201](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/201) Bump [@vitest/ui](https://togithub.com/vitest/ui) from 0.34.6 to 0.34.7 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#199](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/199) Bump [@babel/core](https://togithub.com/babel/core) from 7.23.5 to 7.23.6 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#205](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/205) Bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.13.1 to 6.15.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#206](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/206) Bump eslint-plugin-n from 16.3.1 to 16.5.0 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#196](https://togithub.com/gitKrystan/prettier-plugin-ember-template-tag/pull/196) Bump vite from 4.5.0 to 4.5.1 ([@dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 3 - Julien Palmas ([@bartocc](https://togithub.com/bartocc)) - Krystan HuffMenne ([@gitKrystan](https://togithub.com/gitKrystan)) - Patrick Pircher ([@patricklx](https://togithub.com/patricklx))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.