prettier/prettier (prettier)
### [`v3.4.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#342)
[Compare Source](https://togithub.com/prettier/prettier/compare/3.4.1...3.4.2)
[diff](https://togithub.com/prettier/prettier/compare/3.4.1...3.4.2)
##### Treat U+30A0 & U+30FB in Katakana Block as CJK ([#16796](https://togithub.com/prettier/prettier/pull/16796) by [@tats-u](https://togithub.com/tats-u))
Prettier doesn't treat U+30A0 & 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 & C++ & Go & Rust” in Japanese.
```md
C言
語
・
C++
・
Go
・
Rust
C言語・ C++ ・ Go ・ Rust
C言語・C++・Go・Rust
```
U+30A0 can be used as the replacement of the `-` 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 “サン=サーンス”).
##### Fix comments print on class methods with decorators ([#16891](https://togithub.com/prettier/prettier/pull/16891) by [@fisker](https://togithub.com/fisker))
```jsx
// Input
class A {
@decorator
/**
* The method description
*
*/
async method(foo: Foo, bar: Bar) {
console.log(foo);
}
}
// Prettier 3.4.1
class A {
@decorator
async /**
* The method description
*
*/
method(foo: Foo, bar: Bar) {
console.log(foo);
}
}
// Prettier 3.4.2
class A {
@decorator
/**
* The method description
*
*/
async method(foo: Foo, bar: Bar) {
console.log(foo);
}
}
```
##### Fix non-idempotent formatting ([#16899](https://togithub.com/prettier/prettier/pull/16899) by [@seiyab](https://togithub.com/seiyab))
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
```jsx
// Input
foo
longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
, abc
;
// Prettier 3.4.1 (first)
foo
longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
, abc
;
// Prettier 3.4.1 (second)
foo
longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
, abc
;
// Prettier 3.4.2
foo
longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
, abc
;
```
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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](https://togithub.com/renovatebot/renovate).
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 018d04b..e705a66 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5573,9 +5573,9 @@
}
},
"node_modules/prettier": {
- "version": "3.4.1",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz",
- "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==",
+ "version": "3.4.2",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
+ "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true,
"license": "MIT",
"bin": {
From 4ed12a0b31271f064a5d91b984c8a24a843da210 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Tue, 7 Jan 2025 13:06:29 +0200
Subject: [PATCH 5/6] fix(deps): Update dependency
@cloudquery/plugin-pb-javascript to ^0.0.30 (#256)
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index e705a66..5c7fb69 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "MPL-2.0",
"dependencies": {
"@apache-arrow/esnext-esm": "^18.0.0",
- "@cloudquery/plugin-pb-javascript": "^0.0.29",
+ "@cloudquery/plugin-pb-javascript": "^0.0.30",
"@grpc/grpc-js": "^1.9.0",
"@types/luxon": "^3.3.1",
"ajv": "^8.12.0",
@@ -259,9 +259,9 @@
}
},
"node_modules/@cloudquery/plugin-pb-javascript": {
- "version": "0.0.29",
- "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.29.tgz",
- "integrity": "sha512-HTyYFm/raHTncVkhRu7/glGfPOPLZfhW+6ONqt0TMCnT+lx+NJSzSmBPf3R7RultNoQnoqp1AA/sE/Q716R1ZQ==",
+ "version": "0.0.30",
+ "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.30.tgz",
+ "integrity": "sha512-ircn9TW2bIWqVU7r8wPMg3YMoCSkKK+hmzHpO6ksEItPSelmDfGYMQ0EDDBeyxt55ackpb2zqcL4iistgqYW7A==",
"license": "MPL-2.0",
"dependencies": {
"google-protobuf": "^3.21.2"
diff --git a/package.json b/package.json
index 550f43d..6a561bc 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
},
"dependencies": {
"@apache-arrow/esnext-esm": "^18.0.0",
- "@cloudquery/plugin-pb-javascript": "^0.0.29",
+ "@cloudquery/plugin-pb-javascript": "^0.0.30",
"@grpc/grpc-js": "^1.9.0",
"@types/luxon": "^3.3.1",
"ajv": "^8.12.0",
From 3bed703d1267f5b7b38a278d30694764b63f2203 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Tue, 7 Jan 2025 13:31:54 +0200
Subject: [PATCH 6/6] chore(main): Release v0.1.22 (#253)
:robot: I have created a release *beep* *boop*
---
## [0.1.22](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.21...v0.1.22) (2025-01-07)
### Bug Fixes
* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.30 ([#256](https://github.com/cloudquery/plugin-sdk-javascript/issues/256)) ([4ed12a0](https://github.com/cloudquery/plugin-sdk-javascript/commit/4ed12a0b31271f064a5d91b984c8a24a843da210))
* **deps:** Update dependency @grpc/grpc-js to v1.12.5 ([#251](https://github.com/cloudquery/plugin-sdk-javascript/issues/251)) ([7f14cd1](https://github.com/cloudquery/plugin-sdk-javascript/commit/7f14cd1d255075120df1fee4557aea7de5f94026))
* **deps:** Update dependency execa to v9.5.2 ([#252](https://github.com/cloudquery/plugin-sdk-javascript/issues/252)) ([e29bc9f](https://github.com/cloudquery/plugin-sdk-javascript/commit/e29bc9f4b4c05b256711032e73a189dec623d0ec))
* **deps:** Update dependency p-map to v7.0.3 ([#254](https://github.com/cloudquery/plugin-sdk-javascript/issues/254)) ([2908744](https://github.com/cloudquery/plugin-sdk-javascript/commit/29087448c5a86e21f0af179eddd43aaac026513c))
* **deps:** Update dependency prettier to v3.4.2 ([#255](https://github.com/cloudquery/plugin-sdk-javascript/issues/255)) ([f2b747e](https://github.com/cloudquery/plugin-sdk-javascript/commit/f2b747e823b3bd576d518e88d0d068e664560c1a))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 11 +++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
4 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 5520dc3..2f62a69 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.21"
+ ".": "0.1.22"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6475ced..cd4496e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [0.1.22](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.21...v0.1.22) (2025-01-07)
+
+
+### Bug Fixes
+
+* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.30 ([#256](https://github.com/cloudquery/plugin-sdk-javascript/issues/256)) ([4ed12a0](https://github.com/cloudquery/plugin-sdk-javascript/commit/4ed12a0b31271f064a5d91b984c8a24a843da210))
+* **deps:** Update dependency @grpc/grpc-js to v1.12.5 ([#251](https://github.com/cloudquery/plugin-sdk-javascript/issues/251)) ([7f14cd1](https://github.com/cloudquery/plugin-sdk-javascript/commit/7f14cd1d255075120df1fee4557aea7de5f94026))
+* **deps:** Update dependency execa to v9.5.2 ([#252](https://github.com/cloudquery/plugin-sdk-javascript/issues/252)) ([e29bc9f](https://github.com/cloudquery/plugin-sdk-javascript/commit/e29bc9f4b4c05b256711032e73a189dec623d0ec))
+* **deps:** Update dependency p-map to v7.0.3 ([#254](https://github.com/cloudquery/plugin-sdk-javascript/issues/254)) ([2908744](https://github.com/cloudquery/plugin-sdk-javascript/commit/29087448c5a86e21f0af179eddd43aaac026513c))
+* **deps:** Update dependency prettier to v3.4.2 ([#255](https://github.com/cloudquery/plugin-sdk-javascript/issues/255)) ([f2b747e](https://github.com/cloudquery/plugin-sdk-javascript/commit/f2b747e823b3bd576d518e88d0d068e664560c1a))
+
## [0.1.21](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.20...v0.1.21) (2024-12-02)
diff --git a/package-lock.json b/package-lock.json
index 5c7fb69..32e9b91 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cloudquery/plugin-sdk-javascript",
- "version": "0.1.21",
+ "version": "0.1.22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cloudquery/plugin-sdk-javascript",
- "version": "0.1.21",
+ "version": "0.1.22",
"license": "MPL-2.0",
"dependencies": {
"@apache-arrow/esnext-esm": "^18.0.0",
diff --git a/package.json b/package.json
index 6a561bc..fc540a3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudquery/plugin-sdk-javascript",
- "version": "0.1.21",
+ "version": "0.1.22",
"files": [
"dist",
"!dist/**/*.test.*",