Skip to content

Commit

Permalink
kie-issues#467: Upgrade prettier from 2.x.x to 3.x.x on kie-tools (
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmotta authored Jun 19, 2024
1 parent 105e7d3 commit 238da06
Show file tree
Hide file tree
Showing 1,598 changed files with 262,162 additions and 191,375 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"files": [
"dist"
]
}
}
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

12 changes: 12 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pnpm-lock.yaml

# @prettier/parser-xml transform empty elements to oneliners, breaking the compilation. e.g.: <ui></ui> -> <ui />
**/*.ui.xml

# @prettier/parser-xml tries to format *.mod files as they are used to create Document Type Definitions (DTDs).
**/go.mod

# @prettier/parser-xml plugin doesn't support DTD declaration
packages/xml-parser-ts-codegen/src/schemas/xsd/HFP.xsd
packages/xml-parser-ts-codegen/src/schemas/xsd-incomplete--manually-written/HFP.xsd
packages/xml-parser-ts-codegen/src/schemas/xsd-incomplete--manually-written/XSD.xsd
13 changes: 12 additions & 1 deletion .syncpackrc.json
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
{}
{
"versionGroups": [
{
"dependencies": ["prettier"],
"packages": [
"@kie-tools/uniforms-bootstrap4-codegen",
"@kie-tools/uniforms-patternfly-codegen",
"@kie-tools/yaml-language-server"
]
}
]
}
48 changes: 33 additions & 15 deletions docs/kie.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/base64png-editor-chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"webpack-merge": "^5.9.0",
"zip-webpack-plugin": "^4.0.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<style>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/base64png-editor-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@
"onCustomEditor:kieKogitoWebviewBase64PNGEditor",
"onCommand:extension.kogito.createBase64Png"
]
}
}
2 changes: 1 addition & 1 deletion examples/base64png-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"rimraf": "^3.0.2",
"typescript": "^4.6.2"
}
}
}
2 changes: 1 addition & 1 deletion examples/commit-message-validation-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"make"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"mvn"
]
}
}
}
Loading

0 comments on commit 238da06

Please sign in to comment.