Skip to content

chore(deps): update dependency prettier-plugin-java to v2.6.5 #4037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public Map<String, Object> postProcessSupportingFileData(Map<String, Object> obj
Object lambda = objs.get("lambda");
List<CodegenServer> servers = (List<CodegenServer>) objs.get("servers");
CodegenServerVariable regionVariable = null;
outerLoop:for (CodegenServer server : servers) {
outerLoop: for (CodegenServer server : servers) {
for (CodegenServerVariable variable : server.variables) {
if (variable.name.equals("region")) {
regionVariable = variable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ private IJsonSchemaValidationProperties findMatchingOneOf(Object param, CodegenM
// for object, check which has the most of property in common
int maxCount = 0;
CodegenModel bestOneOf = model.interfaceModels.get(0);
oneOfLoop:for (CodegenModel oneOf : model.interfaceModels) {
oneOfLoop: for (CodegenModel oneOf : model.interfaceModels) {
if (oneOf.vars.size() == 0) {
continue;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void run(Map<String, CodegenModel> models, Map<String, CodegenOperation>
Map<String, Object> testObj = new HashMap<>();
List<Object> tests = new ArrayList<>();
int testIndex = 0;
skipTest:for (ClientTestData test : blockEntry.getValue()) {
skipTest: for (ClientTestData test : blockEntry.getValue()) {
try {
Map<String, Object> testOut = new HashMap<>();
List<Map<String, Object>> steps = new ArrayList<>();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"oxlint": "0.10.0",
"pinst": "3.0.0",
"prettier": "3.3.3",
"prettier-plugin-java": "2.6.4",
"prettier-plugin-java": "2.6.5",
"prettier-plugin-organize-imports": "4.1.0",
"renovate-config-algolia": "2.2.0",
"typescript": "5.6.3"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ __metadata:
oxlint: "npm:0.10.0"
pinst: "npm:3.0.0"
prettier: "npm:3.3.3"
prettier-plugin-java: "npm:2.6.4"
prettier-plugin-java: "npm:2.6.5"
prettier-plugin-organize-imports: "npm:4.1.0"
renovate-config-algolia: "npm:2.2.0"
typescript: "npm:5.6.3"
Expand Down Expand Up @@ -6400,14 +6400,14 @@ __metadata:
languageName: node
linkType: hard

"prettier-plugin-java@npm:2.6.4":
version: 2.6.4
resolution: "prettier-plugin-java@npm:2.6.4"
"prettier-plugin-java@npm:2.6.5":
version: 2.6.5
resolution: "prettier-plugin-java@npm:2.6.5"
dependencies:
java-parser: "npm:2.3.2"
lodash: "npm:4.17.21"
prettier: "npm:3.2.5"
checksum: 10/fcac3c55893397c9496c4f13e2a47ff9f7ab16f024726ea4f622596734b8b32199184e406ddea4958b4f53cbf36f796b436d5cb81fc8422514e24fef40df9e67
checksum: 10/ce960aa9e968dcbbbf4ac03ba15cbd1ec2d932d96a9eb28e871b3662602db288ca3228240f70484714df7d03cf509f4c7bc4c221997eceb4c8694540167db382
languageName: node
linkType: hard

Expand Down
Loading