dmnd/dedent (dedent)
### [`v1.5.3`](https://redirect.github.com/dmnd/dedent/releases/tag/v1.5.3)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.5.2...v1.5.3)
#### What's Changed
- fix: remove engines and provenance requirements by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/93](https://redirect.github.com/dmnd/dedent/pull/93)
**Full Changelog**: https://github.com/dmnd/dedent/compare/v1.5.2...v1.5.3
### [`v1.5.2`](https://redirect.github.com/dmnd/dedent/releases/tag/v1.5.2)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.5.1...v1.5.2)
#### What's Changed
- chore: remove files related to Flow by [@yinm](https://redirect.github.com/yinm) in [https://github.com/dmnd/dedent/pull/77](https://redirect.github.com/dmnd/dedent/pull/77)
- build: onboarded to create-typescript-app (mostly) by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/55](https://redirect.github.com/dmnd/dedent/pull/55)
- chore: fix special characters escaping issue link in README by [@auvred](https://redirect.github.com/auvred) in [https://github.com/dmnd/dedent/pull/82](https://redirect.github.com/dmnd/dedent/pull/82)
- chore: replace last yarn references with pnpm by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/86](https://redirect.github.com/dmnd/dedent/pull/86)
- docs: add explicit install command to README.md by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/84](https://redirect.github.com/dmnd/dedent/pull/84)
- fix: switch babel-plugin-macros to a peer dependency (again) by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/89](https://redirect.github.com/dmnd/dedent/pull/89)
- build(deps-dev): bump [@babel/traverse](https://redirect.github.com/babel/traverse) from 7.22.8 to 7.23.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/dmnd/dedent/pull/87](https://redirect.github.com/dmnd/dedent/pull/87)
- fix: \n should be changed to \n only when escapeSpecialCharacters is set by [@fuenfundachtzig](https://redirect.github.com/fuenfundachtzig) in [https://github.com/dmnd/dedent/pull/91](https://redirect.github.com/dmnd/dedent/pull/91)
#### New Contributors
- [@yinm](https://redirect.github.com/yinm) made their first contribution in [https://github.com/dmnd/dedent/pull/77](https://redirect.github.com/dmnd/dedent/pull/77)
- [@auvred](https://redirect.github.com/auvred) made their first contribution in [https://github.com/dmnd/dedent/pull/82](https://redirect.github.com/dmnd/dedent/pull/82)
- [@dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/dmnd/dedent/pull/87](https://redirect.github.com/dmnd/dedent/pull/87)
- [@fuenfundachtzig](https://redirect.github.com/fuenfundachtzig) made their first contribution in [https://github.com/dmnd/dedent/pull/91](https://redirect.github.com/dmnd/dedent/pull/91)
**Full Changelog**: https://github.com/dmnd/dedent/compare/v1.5.1...v1.5.2
### [`v1.5.1`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#151)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.5.0...v1.5.1)
- fix: add missing dedent.d.mts entry to package.json files ([#73](https://redirect.github.com/dmnd/dedent/issues/73))
### [`v1.5.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#150)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.4.0...v1.5.0)
- feat: add options with escapeSpecialCharacters ([#65](https://redirect.github.com/dmnd/dedent/issues/65))
### [`v1.4.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#140)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.3.0...v1.4.0)
- fix: add missing exports field to package.json ([#59](https://redirect.github.com/dmnd/dedent/issues/59))
- fix: fix missing ESM type definition file ([#67](https://redirect.github.com/dmnd/dedent/issues/67))
### [`v1.3.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#130)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.2.0...v1.3.0)
- fix: add missing exports field to package.json ([#59](https://redirect.github.com/dmnd/dedent/issues/59))
### [`v1.2.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#120)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.1.0...v1.2.0)
- fix(dependencies): move babel-plugin-macros to optional peer ([#60](https://redirect.github.com/dmnd/dedent/issues/60))
### [`v1.1.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#110)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.0.2...v1.1.0)
- build: convert dedent.ts and tests to TypeScript ([#51](https://redirect.github.com/dmnd/dedent/issues/51))
### [`v1.0.2`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#102)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.0.1...v1.0.2)
- fix: update types ([#44](https://redirect.github.com/dmnd/dedent/issues/44))
### [`v1.0.1`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#101)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.0.0...v1.0.1)
This was a version bump only to mark 1.x as stable.
### [`v1.0.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#100)
[Compare Source](https://redirect.github.com/dmnd/dedent/compare/v0.7.0...v1.0.0)
This version was given the `beta` tag in npm.
- fix: add babel-plugin-add-module-exports ([#40](https://redirect.github.com/dmnd/dedent/issues/40))
- build: publish ESM and .d.ts ([#32](https://redirect.github.com/dmnd/dedent/issues/32))
- build: re-run build to refresh dist/dedent.js ([#38](https://redirect.github.com/dmnd/dedent/issues/38))
Note: although this was a new major version, it contains no breaking changes from 0.x.
The versioning intent was purely to signal that the API is stable.
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:
^0.7.0
->^1.0.0
Release Notes
dmnd/dedent (dedent)
### [`v1.5.3`](https://redirect.github.com/dmnd/dedent/releases/tag/v1.5.3) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.5.2...v1.5.3) #### What's Changed - fix: remove engines and provenance requirements by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/93](https://redirect.github.com/dmnd/dedent/pull/93) **Full Changelog**: https://github.com/dmnd/dedent/compare/v1.5.2...v1.5.3 ### [`v1.5.2`](https://redirect.github.com/dmnd/dedent/releases/tag/v1.5.2) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.5.1...v1.5.2) #### What's Changed - chore: remove files related to Flow by [@yinm](https://redirect.github.com/yinm) in [https://github.com/dmnd/dedent/pull/77](https://redirect.github.com/dmnd/dedent/pull/77) - build: onboarded to create-typescript-app (mostly) by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/55](https://redirect.github.com/dmnd/dedent/pull/55) - chore: fix special characters escaping issue link in README by [@auvred](https://redirect.github.com/auvred) in [https://github.com/dmnd/dedent/pull/82](https://redirect.github.com/dmnd/dedent/pull/82) - chore: replace last yarn references with pnpm by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/86](https://redirect.github.com/dmnd/dedent/pull/86) - docs: add explicit install command to README.md by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/84](https://redirect.github.com/dmnd/dedent/pull/84) - fix: switch babel-plugin-macros to a peer dependency (again) by [@JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/dmnd/dedent/pull/89](https://redirect.github.com/dmnd/dedent/pull/89) - build(deps-dev): bump [@babel/traverse](https://redirect.github.com/babel/traverse) from 7.22.8 to 7.23.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/dmnd/dedent/pull/87](https://redirect.github.com/dmnd/dedent/pull/87) - fix: \n should be changed to \n only when escapeSpecialCharacters is set by [@fuenfundachtzig](https://redirect.github.com/fuenfundachtzig) in [https://github.com/dmnd/dedent/pull/91](https://redirect.github.com/dmnd/dedent/pull/91) #### New Contributors - [@yinm](https://redirect.github.com/yinm) made their first contribution in [https://github.com/dmnd/dedent/pull/77](https://redirect.github.com/dmnd/dedent/pull/77) - [@auvred](https://redirect.github.com/auvred) made their first contribution in [https://github.com/dmnd/dedent/pull/82](https://redirect.github.com/dmnd/dedent/pull/82) - [@dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/dmnd/dedent/pull/87](https://redirect.github.com/dmnd/dedent/pull/87) - [@fuenfundachtzig](https://redirect.github.com/fuenfundachtzig) made their first contribution in [https://github.com/dmnd/dedent/pull/91](https://redirect.github.com/dmnd/dedent/pull/91) **Full Changelog**: https://github.com/dmnd/dedent/compare/v1.5.1...v1.5.2 ### [`v1.5.1`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#151) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.5.0...v1.5.1) - fix: add missing dedent.d.mts entry to package.json files ([#73](https://redirect.github.com/dmnd/dedent/issues/73)) ### [`v1.5.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#150) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.4.0...v1.5.0) - feat: add options with escapeSpecialCharacters ([#65](https://redirect.github.com/dmnd/dedent/issues/65)) ### [`v1.4.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#140) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.3.0...v1.4.0) - fix: add missing exports field to package.json ([#59](https://redirect.github.com/dmnd/dedent/issues/59)) - fix: fix missing ESM type definition file ([#67](https://redirect.github.com/dmnd/dedent/issues/67)) ### [`v1.3.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#130) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.2.0...v1.3.0) - fix: add missing exports field to package.json ([#59](https://redirect.github.com/dmnd/dedent/issues/59)) ### [`v1.2.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#120) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.1.0...v1.2.0) - fix(dependencies): move babel-plugin-macros to optional peer ([#60](https://redirect.github.com/dmnd/dedent/issues/60)) ### [`v1.1.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#110) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.0.2...v1.1.0) - build: convert dedent.ts and tests to TypeScript ([#51](https://redirect.github.com/dmnd/dedent/issues/51)) ### [`v1.0.2`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#102) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.0.1...v1.0.2) - fix: update types ([#44](https://redirect.github.com/dmnd/dedent/issues/44)) ### [`v1.0.1`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#101) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.0.0...v1.0.1) This was a version bump only to mark 1.x as stable. ### [`v1.0.0`](https://redirect.github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v0.7.0...v1.0.0) This version was given the `beta` tag in npm. - fix: add babel-plugin-add-module-exports ([#40](https://redirect.github.com/dmnd/dedent/issues/40)) - build: publish ESM and .d.ts ([#32](https://redirect.github.com/dmnd/dedent/issues/32)) - build: re-run build to refresh dist/dedent.js ([#38](https://redirect.github.com/dmnd/dedent/issues/38)) Note: although this was a new major version, it contains no breaking changes from 0.x. The versioning intent was purely to signal that the API is stable.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.