Update dependency dedent to v1 - abandoned #47

Closed
renovate-bot wants to merge 1 commits from renovate/dedent-1.x into next
Collaborator

This PR contains the following updates:

Package Change Age Confidence
dedent ^0.7.0 -> ^1.0.0 age confidence

Release Notes

dmnd/dedent (dedent)

v1.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/dmnd/dedent/compare/v1.6.0...v1.7.0

v1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/dmnd/dedent/compare/v1.5.3...v1.6.0

v1.5.3

Compare Source

What's Changed

Full Changelog: https://github.com/dmnd/dedent/compare/v1.5.2...v1.5.3

v1.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/dmnd/dedent/compare/v1.5.1...v1.5.2

v1.5.1

Compare Source

  • fix: add missing dedent.d.mts entry to package.json files (#​73)

v1.5.0

Compare Source

  • feat: add options with escapeSpecialCharacters (#​65)

v1.4.0

Compare Source

  • fix: add missing exports field to package.json (#​59)
  • fix: fix missing ESM type definition file (#​67)

v1.3.0

Compare Source

  • fix: add missing exports field to package.json (#​59)

v1.2.0

Compare Source

  • fix(dependencies): move babel-plugin-macros to optional peer (#​60)

v1.1.0

Compare Source

  • build: convert dedent.ts and tests to TypeScript (#​51)

v1.0.2

Compare Source

v1.0.1

Compare Source

This was a version bump only to mark 1.x as stable.

v1.0.0

Compare Source

This version was given the beta tag in npm.

  • fix: add babel-plugin-add-module-exports (#​40)
  • build: publish ESM and .d.ts (#​32)
  • build: re-run build to refresh dist/dedent.js (#​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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [dedent](https://github.com/dmnd/dedent) | [`^0.7.0` -> `^1.0.0`](https://renovatebot.com/diffs/npm/dedent/0.7.0/1.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dedent/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dedent/0.7.0/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dmnd/dedent (dedent)</summary> ### [`v1.7.0`](https://github.com/dmnd/dedent/releases/tag/v1.7.0) [Compare Source](https://github.com/dmnd/dedent/compare/v1.6.0...v1.7.0) #### What's Changed - docs: cleaned up README.md badges by [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) in [#&#8203;100](https://github.com/dmnd/dedent/pull/100) - feat: add alignValues option by [@&#8203;PaperStrike](https://github.com/PaperStrike) in [#&#8203;102](https://github.com/dmnd/dedent/pull/102) - 1.7.0 by [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) in [#&#8203;103](https://github.com/dmnd/dedent/pull/103) #### New Contributors - [@&#8203;PaperStrike](https://github.com/PaperStrike) made their first contribution in [#&#8203;102](https://github.com/dmnd/dedent/pull/102) **Full Changelog**: <https://github.com/dmnd/dedent/compare/v1.6.0...v1.7.0> ### [`v1.6.0`](https://github.com/dmnd/dedent/releases/tag/v1.6.0) [Compare Source](https://github.com/dmnd/dedent/compare/v1.5.3...v1.6.0) #### What's Changed - feat: add `trimWhitespace` option by [@&#8203;43081j](https://github.com/43081j) in [#&#8203;97](https://github.com/dmnd/dedent/pull/97) #### New Contributors - [@&#8203;43081j](https://github.com/43081j) made their first contribution in [#&#8203;97](https://github.com/dmnd/dedent/pull/97) **Full Changelog**: <https://github.com/dmnd/dedent/compare/v1.5.3...v1.6.0> ### [`v1.5.3`](https://github.com/dmnd/dedent/releases/tag/v1.5.3) [Compare Source](https://github.com/dmnd/dedent/compare/v1.5.2...v1.5.3) #### What's Changed - fix: remove engines and provenance requirements by [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) in [#&#8203;93](https://github.com/dmnd/dedent/pull/93) **Full Changelog**: <https://github.com/dmnd/dedent/compare/v1.5.2...v1.5.3> ### [`v1.5.2`](https://github.com/dmnd/dedent/releases/tag/v1.5.2) [Compare Source](https://github.com/dmnd/dedent/compare/v1.5.1...v1.5.2) #### What's Changed - chore: remove files related to Flow by [@&#8203;yinm](https://github.com/yinm) in [#&#8203;77](https://github.com/dmnd/dedent/pull/77) - build: onboarded to create-typescript-app (mostly) by [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) in [#&#8203;55](https://github.com/dmnd/dedent/pull/55) - chore: fix special characters escaping issue link in README by [@&#8203;auvred](https://github.com/auvred) in [#&#8203;82](https://github.com/dmnd/dedent/pull/82) - chore: replace last yarn references with pnpm by [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) in [#&#8203;86](https://github.com/dmnd/dedent/pull/86) - docs: add explicit install command to README.md by [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) in [#&#8203;84](https://github.com/dmnd/dedent/pull/84) - fix: switch babel-plugin-macros to a peer dependency (again) by [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) in [#&#8203;89](https://github.com/dmnd/dedent/pull/89) - build(deps-dev): bump [@&#8203;babel/traverse](https://github.com/babel/traverse) from 7.22.8 to 7.23.6 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;87](https://github.com/dmnd/dedent/pull/87) - fix: \n should be changed to \n only when escapeSpecialCharacters is set by [@&#8203;fuenfundachtzig](https://github.com/fuenfundachtzig) in [#&#8203;91](https://github.com/dmnd/dedent/pull/91) #### New Contributors - [@&#8203;yinm](https://github.com/yinm) made their first contribution in [#&#8203;77](https://github.com/dmnd/dedent/pull/77) - [@&#8203;auvred](https://github.com/auvred) made their first contribution in [#&#8203;82](https://github.com/dmnd/dedent/pull/82) - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in [#&#8203;87](https://github.com/dmnd/dedent/pull/87) - [@&#8203;fuenfundachtzig](https://github.com/fuenfundachtzig) made their first contribution in [#&#8203;91](https://github.com/dmnd/dedent/pull/91) **Full Changelog**: <https://github.com/dmnd/dedent/compare/v1.5.1...v1.5.2> ### [`v1.5.1`](https://github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#151) [Compare Source](https://github.com/dmnd/dedent/compare/v1.5.0...v1.5.1) - fix: add missing dedent.d.mts entry to package.json files ([#&#8203;73](https://github.com/dmnd/dedent/issues/73)) ### [`v1.5.0`](https://github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#150) [Compare Source](https://github.com/dmnd/dedent/compare/v1.4.0...v1.5.0) - feat: add options with escapeSpecialCharacters ([#&#8203;65](https://github.com/dmnd/dedent/issues/65)) ### [`v1.4.0`](https://github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#140) [Compare Source](https://github.com/dmnd/dedent/compare/v1.3.0...v1.4.0) - fix: add missing exports field to package.json ([#&#8203;59](https://github.com/dmnd/dedent/issues/59)) - fix: fix missing ESM type definition file ([#&#8203;67](https://github.com/dmnd/dedent/issues/67)) ### [`v1.3.0`](https://github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#130) [Compare Source](https://github.com/dmnd/dedent/compare/v1.2.0...v1.3.0) - fix: add missing exports field to package.json ([#&#8203;59](https://github.com/dmnd/dedent/issues/59)) ### [`v1.2.0`](https://github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#120) [Compare Source](https://github.com/dmnd/dedent/compare/v1.1.0...v1.2.0) - fix(dependencies): move babel-plugin-macros to optional peer ([#&#8203;60](https://github.com/dmnd/dedent/issues/60)) ### [`v1.1.0`](https://github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#110) [Compare Source](https://github.com/dmnd/dedent/compare/v1.0.2...v1.1.0) - build: convert dedent.ts and tests to TypeScript ([#&#8203;51](https://github.com/dmnd/dedent/issues/51)) ### [`v1.0.2`](https://github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#102) [Compare Source](https://github.com/dmnd/dedent/compare/v1.0.1...v1.0.2) - fix: update types ([#&#8203;44](https://github.com/dmnd/dedent/issues/44)) ### [`v1.0.1`](https://github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#101) [Compare Source](https://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://github.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://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 ([#&#8203;40](https://github.com/dmnd/dedent/issues/40)) - build: publish ESM and .d.ts ([#&#8203;32](https://github.com/dmnd/dedent/issues/32)) - build: re-run build to refresh dist/dedent.js ([#&#8203;38](https://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. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NC4wIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-10-20 14:01:47 +02:00
Update dependency dedent to v1
Some checks failed
Lint / lint (push) Failing after 13s
Build / build (pull_request) Failing after 24s
6390dc5221
renovate-bot changed title from Update dependency dedent to v1 to Update dependency dedent to v1 - abandoned 2025-11-04 01:27:35 +01:00
Author
Collaborator

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

### Autoclosing Skipped This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
Thilawyn closed this pull request 2025-11-04 01:30:04 +01:00
Some checks failed
Lint / lint (push) Failing after 13s
Build / build (pull_request) Failing after 24s

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Thilawyn/website#47