From 3f2a5f210ec97e99dee8376a56b81f7cc5fe1e8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:18:15 +0000 Subject: [PATCH] chore(deps): update dependency dedent to v1 (#95) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dedent](https://togithub.com/dmnd/dedent) | [`^0.7.0` -> `^1.0.0`](https://renovatebot.com/diffs/npm/dedent/0.7.0/1.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dedent/1.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dedent/1.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dedent/0.7.0/1.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dedent/0.7.0/1.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
dmnd/dedent (dedent) ### [`v1.5.1`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#151) [Compare Source](https://togithub.com/dmnd/dedent/compare/v1.5.0...v1.5.1) - fix: add missing dedent.d.mts entry to package.json files ([#​73](https://togithub.com/dmnd/dedent/issues/73)) ### [`v1.5.0`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#150) [Compare Source](https://togithub.com/dmnd/dedent/compare/v1.4.0...v1.5.0) - feat: add options with escapeSpecialCharacters ([#​65](https://togithub.com/dmnd/dedent/issues/65)) ### [`v1.4.0`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#140) [Compare Source](https://togithub.com/dmnd/dedent/compare/v1.3.0...v1.4.0) - fix: add missing exports field to package.json ([#​59](https://togithub.com/dmnd/dedent/issues/59)) - fix: fix missing ESM type definition file ([#​67](https://togithub.com/dmnd/dedent/issues/67)) ### [`v1.3.0`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#130) [Compare Source](https://togithub.com/dmnd/dedent/compare/v1.2.0...v1.3.0) - fix: add missing exports field to package.json ([#​59](https://togithub.com/dmnd/dedent/issues/59)) ### [`v1.2.0`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#120) [Compare Source](https://togithub.com/dmnd/dedent/compare/v1.1.0...v1.2.0) - fix(dependencies): move babel-plugin-macros to optional peer ([#​60](https://togithub.com/dmnd/dedent/issues/60)) ### [`v1.1.0`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#110) [Compare Source](https://togithub.com/dmnd/dedent/compare/v1.0.2...v1.1.0) - build: convert dedent.ts and tests to TypeScript ([#​51](https://togithub.com/dmnd/dedent/issues/51)) ### [`v1.0.2`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#102) [Compare Source](https://togithub.com/dmnd/dedent/compare/v1.0.1...v1.0.2) - fix: update types ([#​44](https://togithub.com/dmnd/dedent/issues/44)) ### [`v1.0.1`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#101) [Compare Source](https://togithub.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://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://togithub.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://togithub.com/dmnd/dedent/issues/40)) - build: publish ESM and .d.ts ([#​32](https://togithub.com/dmnd/dedent/issues/32)) - build: re-run build to refresh dist/dedent.js ([#​38](https://togithub.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**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-expect-type). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8d6d3e10..f02d911b 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@vitest/coverage-v8": "^0.34.6", "console-fail-test": "^0.2.3", "cspell": "^8.0.0", - "dedent": "^0.7.0", + "dedent": "^1.0.0", "eslint": "^8.53.0", "eslint-doc-generator": "^1.4.3", "eslint-plugin-deprecation": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2be185e..8dd1fa44 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ devDependencies: specifier: ^8.0.0 version: 8.0.0 dedent: - specifier: ^0.7.0 - version: 0.7.0 + specifier: ^1.0.0 + version: 1.5.1 eslint: specifier: ^8.53.0 version: 8.53.0 @@ -2634,8 +2634,13 @@ packages: mimic-response: 3.1.0 dev: true - /dedent@0.7.0: - resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} + /dedent@1.5.1: + resolution: {integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==} + peerDependencies: + babel-plugin-macros: ^3.1.0 + peerDependenciesMeta: + babel-plugin-macros: + optional: true dev: true /deep-eql@4.1.3: