Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 87f49dd

Browse files
chore(lambda): bump prettier from 3.3.3 to 3.4.2 in /lambdas (#4340)
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.4.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#342">Changelog</a></p> <h2>3.4.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#341">Changelog</a></p> <h2>3.4.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.3.3...3.4.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/11/26/3.4.0.html">Release note</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.4.2</h1> <p><a href="https://github.com/prettier/prettier/compare/3.4.1...3.4.2">diff</a></p> <h4>Treat U+30A0 &amp; U+30FB in Katakana Block as CJK (<a href="https://redirect.github.com/prettier/prettier/pull/16796">#16796</a> by <a href="https://github.com/tats-u"><code>@​tats-u</code></a>)</h4> <p>Prettier doesn't treat U+30A0 &amp; U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language &amp; C++ &amp; Go &amp; Rust” in Japanese.</p> <!-- raw HTML omitted --> <pre lang="md"><code>&lt;!-- Input (--prose-wrap=never) --&gt; <p>C言<br /> 語<br /> ・<br /> C++<br /> ・<br /> Go<br /> ・<br /> Rust</p> <p>&lt;!-- Prettier 3.4.1 --&gt;<br /> C言語・ C++ ・ Go ・ Rust</p> <p>&lt;!-- Prettier 3.4.2 --&gt;<br /> C言語・C++・Go・Rust<br /> </code></pre></p> <p>U+30A0 can be used as the replacement of the <code>-</code> in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).</p> <h4>Fix comments print on class methods with decorators (<a href="https://redirect.github.com/prettier/prettier/pull/16891">#16891</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input class A { @decorator /** * The method description * */ async method(foo: Foo, bar: Bar) { console.log(foo); } } <p>// Prettier 3.4.1<br /> class A {<br /> <a href="https://github.com/decorator"><code>@​decorator</code></a><br /> async /**<br /> &lt;/tr&gt;&lt;/table&gt;<br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/cca946176c3ec04ae46bf7bcb08c5bba8c041682"><code>cca9461</code></a> Release 3.4.2</li> <li><a href="https://github.com/prettier/prettier/commit/572bebe2d450eacd7028cd05d157faf7b50605f8"><code>572bebe</code></a> Fix comments on class methods with decorators (<a href="https://redirect.github.com/prettier/prettier/issues/16891">#16891</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/359c4f02d00a8b95a4ab10046cb4957771abbe65"><code>359c4f0</code></a> chore(deps): update dependency <code>@​angular/compiler</code> to v19.0.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16903">#16903</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/64709969fb4ac8b7ec597db27d583ec60b47d7b7"><code>6470996</code></a> chore(deps): update dependency <code>@​glimmer/syntax</code> to v0.93.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16904">#16904</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/e13614ffd806ee39bdb1ed8fb1026b538de025af"><code>e13614f</code></a> Correct fit() for fill() (<a href="https://redirect.github.com/prettier/prettier/issues/16899">#16899</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/10db357c5f2c684b07e2103f11b5e3debb736cdc"><code>10db357</code></a> Remove check on <code>TSImportType.isTypeOf</code> (<a href="https://redirect.github.com/prettier/prettier/issues/16892">#16892</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ac46a4f16eaaf73c1ba82b7cdec6d10ab18ad38a"><code>ac46a4f</code></a> Treat U+30A0 &amp; U+30FB in Katakana Block as CJK (<a href="https://redirect.github.com/prettier/prettier/issues/16796">#16796</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d52e905869dffd6e870fed453f25aaf2f78b736c"><code>d52e905</code></a> Add test for <a href="https://redirect.github.com/prettier/prettier/issues/16207">#16207</a> (<a href="https://redirect.github.com/prettier/prettier/issues/16890">#16890</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/a1e354d7fc4c8d10b066405369df61fadba75b25"><code>a1e354d</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/99875da4e774680e4569ed12fcbac263aa05a7db"><code>99875da</code></a> Bump Prettier dependency to 3.4.1</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.3.3...3.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=3.3.3&new-version=3.4.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ccc57f commit 87f49dd

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

Diff for: lambdas/functions/ami-housekeeper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jest-mock": "^29.7.0",
3232
"jest-mock-extended": "^3.0.7",
3333
"nock": "^13.5.6",
34-
"prettier": "3.3.3",
34+
"prettier": "3.4.2",
3535
"ts-jest": "^29.2.5",
3636
"ts-node": "^10.9.2",
3737
"ts-node-dev": "^2.0.0"

Diff for: lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"jest-mock-extended": "^3.0.7",
3333
"moment-timezone": "^0.5.46",
3434
"nock": "^13.5.6",
35-
"prettier": "3.3.3",
35+
"prettier": "3.4.2",
3636
"ts-jest": "^29.2.5",
3737
"ts-node": "^10.9.2",
3838
"ts-node-dev": "^2.0.0"

Diff for: lambdas/functions/gh-agent-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-prettier": "5.2.1",
3131
"jest": "^29.7.0",
3232
"jest-mock": "^29.7.0",
33-
"prettier": "3.3.3",
33+
"prettier": "3.4.2",
3434
"ts-jest": "^29.2.5",
3535
"ts-node-dev": "^2.0.0",
3636
"typescript": "^5.7.2"

Diff for: lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jest-mock": "^29.7.0",
3030
"jest-mock-extended": "^3.0.7",
3131
"nock": "^13.5.6",
32-
"prettier": "3.3.3",
32+
"prettier": "3.4.2",
3333
"ts-jest": "^29.2.5",
3434
"ts-node": "^10.9.2",
3535
"ts-node-dev": "^2.0.0"

Diff for: lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"jest": "^29.7.0",
3333
"jest-mock": "^29.7.0",
3434
"nock": "^13.5.6",
35-
"prettier": "3.3.3",
35+
"prettier": "3.4.2",
3636
"ts-jest": "^29.2.5",
3737
"ts-node-dev": "^2.0.0",
3838
"typescript": "^5.7.2"

Diff for: lambdas/libs/aws-powertools-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jest": "^29.7.0",
3030
"jest-mock": "^29.7.0",
3131
"nock": "^13.5.6",
32-
"prettier": "3.3.3",
32+
"prettier": "3.4.2",
3333
"ts-jest": "^29.2.5",
3434
"ts-node-dev": "^2.0.0",
3535
"typescript": "^5.7.2"

Diff for: lambdas/libs/aws-ssm-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jest": "^29.7.0",
3030
"jest-mock": "^29.7.0",
3131
"nock": "^13.5.6",
32-
"prettier": "3.3.3",
32+
"prettier": "3.4.2",
3333
"ts-jest": "^29.2.5",
3434
"ts-node-dev": "^2.0.0",
3535
"typescript": "^5.7.2"

Diff for: lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint": "^8.57.0",
3131
"jest": "^29.7.0",
3232
"nx": "20.1.3",
33-
"prettier": "^3.3.3",
33+
"prettier": "^3.4.2",
3434
"typescript": "^5.7.2"
3535
},
3636
"packageManager": "[email protected]"

Diff for: lambdas/yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ __metadata:
122122
jest-mock: "npm:^29.7.0"
123123
jest-mock-extended: "npm:^3.0.7"
124124
nock: "npm:^13.5.6"
125-
prettier: "npm:3.3.3"
125+
prettier: "npm:3.4.2"
126126
ts-jest: "npm:^29.2.5"
127127
ts-node: "npm:^10.9.2"
128128
ts-node-dev: "npm:^2.0.0"
@@ -153,7 +153,7 @@ __metadata:
153153
jest: "npm:^29.7.0"
154154
jest-mock: "npm:^29.7.0"
155155
nock: "npm:^13.5.6"
156-
prettier: "npm:3.3.3"
156+
prettier: "npm:3.4.2"
157157
ts-jest: "npm:^29.2.5"
158158
ts-node-dev: "npm:^2.0.0"
159159
typescript: "npm:^5.7.2"
@@ -182,7 +182,7 @@ __metadata:
182182
jest: "npm:^29.7.0"
183183
jest-mock: "npm:^29.7.0"
184184
nock: "npm:^13.5.6"
185-
prettier: "npm:3.3.3"
185+
prettier: "npm:3.4.2"
186186
ts-jest: "npm:^29.2.5"
187187
ts-node-dev: "npm:^2.0.0"
188188
typescript: "npm:^5.7.2"
@@ -222,7 +222,7 @@ __metadata:
222222
jest-mock-extended: "npm:^3.0.7"
223223
moment-timezone: "npm:^0.5.46"
224224
nock: "npm:^13.5.6"
225-
prettier: "npm:3.3.3"
225+
prettier: "npm:3.4.2"
226226
ts-jest: "npm:^29.2.5"
227227
ts-node: "npm:^10.9.2"
228228
ts-node-dev: "npm:^2.0.0"
@@ -255,7 +255,7 @@ __metadata:
255255
eslint-plugin-prettier: "npm:5.2.1"
256256
jest: "npm:^29.7.0"
257257
jest-mock: "npm:^29.7.0"
258-
prettier: "npm:3.3.3"
258+
prettier: "npm:3.4.2"
259259
ts-jest: "npm:^29.2.5"
260260
ts-node-dev: "npm:^2.0.0"
261261
typescript: "npm:^5.7.2"
@@ -285,7 +285,7 @@ __metadata:
285285
jest-mock: "npm:^29.7.0"
286286
jest-mock-extended: "npm:^3.0.7"
287287
nock: "npm:^13.5.6"
288-
prettier: "npm:3.3.3"
288+
prettier: "npm:3.4.2"
289289
ts-jest: "npm:^29.2.5"
290290
ts-node: "npm:^10.9.2"
291291
ts-node-dev: "npm:^2.0.0"
@@ -321,7 +321,7 @@ __metadata:
321321
jest: "npm:^29.7.0"
322322
jest-mock: "npm:^29.7.0"
323323
nock: "npm:^13.5.6"
324-
prettier: "npm:3.3.3"
324+
prettier: "npm:3.4.2"
325325
ts-jest: "npm:^29.2.5"
326326
ts-node-dev: "npm:^2.0.0"
327327
typescript: "npm:^5.7.2"
@@ -8955,7 +8955,7 @@ __metadata:
89558955
eslint: "npm:^8.57.0"
89568956
jest: "npm:^29.7.0"
89578957
nx: "npm:20.1.3"
8958-
prettier: "npm:^3.3.3"
8958+
prettier: "npm:^3.4.2"
89598959
typescript: "npm:^5.7.2"
89608960
languageName: unknown
89618961
linkType: soft
@@ -10206,12 +10206,12 @@ __metadata:
1020610206
languageName: node
1020710207
linkType: hard
1020810208

10209-
"prettier@npm:3.3.3, prettier@npm:^3.3.3":
10210-
version: 3.3.3
10211-
resolution: "prettier@npm:3.3.3"
10209+
"prettier@npm:3.4.2, prettier@npm:^3.4.2":
10210+
version: 3.4.2
10211+
resolution: "prettier@npm:3.4.2"
1021210212
bin:
1021310213
prettier: bin/prettier.cjs
10214-
checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
10214+
checksum: 10c0/99e076a26ed0aba4ebc043880d0f08bbb8c59a4c6641cdee6cdadf2205bdd87aa1d7823f50c3aea41e015e99878d37c58d7b5f0e663bba0ef047f94e36b96446
1021510215
languageName: node
1021610216
linkType: hard
1021710217

0 commit comments

Comments
 (0)