Skip to content

Commit 11e2537

Browse files
build(deps-dev): bump dedent from 1.5.3 to 1.7.2 in /console (#35731)
Bumps [dedent](https://github.com/dmnd/dedent) from 1.5.3 to 1.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dmnd/dedent/releases">dedent's releases</a>.</em></p> <blockquote> <h2>v1.7.2</h2> <h2>What's Changed</h2> <ul> <li>fix: support escape sequences in tagged templates by <a href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a> in <a href="https://redirect.github.com/dmnd/dedent/pull/107">dmnd/dedent#107</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a> made their first contribution in <a href="https://redirect.github.com/dmnd/dedent/pull/107">dmnd/dedent#107</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dmnd/dedent/compare/v1.7.1...v1.7.2">https://github.com/dmnd/dedent/compare/v1.7.1...v1.7.2</a></p> <h2>v1.7.1</h2> <h2>What's Changed</h2> <ul> <li>fix: workaround for bun mangling unicode by <a href="https://github.com/mister-ben"><code>@​mister-ben</code></a> in <a href="https://redirect.github.com/dmnd/dedent/pull/104">dmnd/dedent#104</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mister-ben"><code>@​mister-ben</code></a> made their first contribution in <a href="https://redirect.github.com/dmnd/dedent/pull/104">dmnd/dedent#104</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dmnd/dedent/compare/v1.7.0...v1.7.1">https://github.com/dmnd/dedent/compare/v1.7.0...v1.7.1</a></p> <h2>v1.7.0</h2> <h2>What's Changed</h2> <ul> <li>docs: cleaned up README.md badges by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/dmnd/dedent/pull/100">dmnd/dedent#100</a></li> <li>feat: add alignValues option by <a href="https://github.com/PaperStrike"><code>@​PaperStrike</code></a> in <a href="https://redirect.github.com/dmnd/dedent/pull/102">dmnd/dedent#102</a></li> <li>1.7.0 by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/dmnd/dedent/pull/103">dmnd/dedent#103</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/PaperStrike"><code>@​PaperStrike</code></a> made their first contribution in <a href="https://redirect.github.com/dmnd/dedent/pull/102">dmnd/dedent#102</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dmnd/dedent/compare/v1.6.0...v1.7.0">https://github.com/dmnd/dedent/compare/v1.6.0...v1.7.0</a></p> <h2>v1.6.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add <code>trimWhitespace</code> option by <a href="https://github.com/43081j"><code>@​43081j</code></a> in <a href="https://redirect.github.com/dmnd/dedent/pull/97">dmnd/dedent#97</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/43081j"><code>@​43081j</code></a> made their first contribution in <a href="https://redirect.github.com/dmnd/dedent/pull/97">dmnd/dedent#97</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dmnd/dedent/compare/v1.5.3...v1.6.0">https://github.com/dmnd/dedent/compare/v1.5.3...v1.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dmnd/dedent/commit/bbce4c414fa2cf42503a953732852559cb47c8f2"><code>bbce4c4</code></a> 1.7.2 (<a href="https://redirect.github.com/dmnd/dedent/issues/108">#108</a>)</li> <li><a href="https://github.com/dmnd/dedent/commit/34f5d32ef20bd3b98c38bf841ed1d304dab4e72c"><code>34f5d32</code></a> fix: support escape sequences in tagged templates (<a href="https://redirect.github.com/dmnd/dedent/issues/107">#107</a>)</li> <li><a href="https://github.com/dmnd/dedent/commit/7b38d9476a17b0e485b2a2ce4578fae54ab6352b"><code>7b38d94</code></a> 1.7.1 (<a href="https://redirect.github.com/dmnd/dedent/issues/106">#106</a>)</li> <li><a href="https://github.com/dmnd/dedent/commit/f7cb548e9f656fe87144160570dc10e623759b7d"><code>f7cb548</code></a> fix: workaround for bun mangling unicode (<a href="https://redirect.github.com/dmnd/dedent/issues/104">#104</a>)</li> <li><a href="https://github.com/dmnd/dedent/commit/ae92d21eceeb15ebfd4e360bb4e37e2fda5f0968"><code>ae92d21</code></a> chore: bump Knip from 2 to ^5.75.0 (<a href="https://redirect.github.com/dmnd/dedent/issues/105">#105</a>)</li> <li><a href="https://github.com/dmnd/dedent/commit/dd15cf58368b9842a256425a0f24cd7f8fd3df68"><code>dd15cf5</code></a> 1.7.0 (<a href="https://redirect.github.com/dmnd/dedent/issues/103">#103</a>)</li> <li><a href="https://github.com/dmnd/dedent/commit/304d0fc79567ef62da296b213525589ade7a711e"><code>304d0fc</code></a> feat: add alignValues option (<a href="https://redirect.github.com/dmnd/dedent/issues/102">#102</a>)</li> <li><a href="https://github.com/dmnd/dedent/commit/aab442c691ba3608a5401df57b5e817533c9eed0"><code>aab442c</code></a> docs: cleaned up README.md badges (<a href="https://redirect.github.com/dmnd/dedent/issues/100">#100</a>)</li> <li><a href="https://github.com/dmnd/dedent/commit/ab2ce25762a6ad0c26c563075f87c74427092d02"><code>ab2ce25</code></a> 1.6.0 (<a href="https://redirect.github.com/dmnd/dedent/issues/98">#98</a>)</li> <li><a href="https://github.com/dmnd/dedent/commit/86902f7c97f32e91e5a9c2c6982a73a8a4a32b67"><code>86902f7</code></a> feat: add <code>trimWhitespace</code> option (<a href="https://redirect.github.com/dmnd/dedent/issues/97">#97</a>)</li> <li>See full diff in <a href="https://github.com/dmnd/dedent/compare/v1.5.3...v1.7.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dedent&package-manager=npm_and_yarn&previous-version=1.5.3&new-version=1.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e60511f commit 11e2537

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"cacheable-lookup": "7.0.0",
149149
"core-js": "^3.38.1",
150150
"debug": "^4.3.7",
151-
"dedent": "^1.5.3",
151+
"dedent": "^1.7.2",
152152
"eslint": "^8.57.0",
153153
"eslint-config-prettier": "^9.1.0",
154154
"eslint-plugin-import": "^2.31.0",

console/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7493,15 +7493,15 @@ __metadata:
74937493
languageName: node
74947494
linkType: hard
74957495

7496-
"dedent@npm:^1.5.3":
7497-
version: 1.5.3
7498-
resolution: "dedent@npm:1.5.3"
7496+
"dedent@npm:^1.7.2":
7497+
version: 1.7.2
7498+
resolution: "dedent@npm:1.7.2"
74997499
peerDependencies:
75007500
babel-plugin-macros: ^3.1.0
75017501
peerDependenciesMeta:
75027502
babel-plugin-macros:
75037503
optional: true
7504-
checksum: 10c0/d94bde6e6f780be4da4fd760288fcf755ec368872f4ac5218197200d86430aeb8d90a003a840bff1c20221188e3f23adced0119cb811c6873c70d0ac66d12832
7504+
checksum: 10c0/acaff07cac355b93f17b1b17ebbb84d3cc55af6ab4b7814c3f505e061903e168bc6bf9ddce331552d64dee1525f0b4c549c9ade46aebfac6f69caaed74e90751
75057505
languageName: node
75067506
linkType: hard
75077507

@@ -11384,7 +11384,7 @@ __metadata:
1138411384
date-fns: "npm:^4.1.0"
1138511385
date-fns-tz: "npm:^3.2.0"
1138611386
debug: "npm:^4.3.7"
11387-
dedent: "npm:^1.5.3"
11387+
dedent: "npm:^1.7.2"
1138811388
downshift: "npm:^9.0.8"
1138911389
eslint: "npm:^8.57.0"
1139011390
eslint-config-prettier: "npm:^9.1.0"

0 commit comments

Comments
 (0)