Skip to content

Commit

Permalink
chore: update prettier to version 3.5.3 and other dependency versions
Browse files Browse the repository at this point in the history
Refs: #6350
  • Loading branch information
deleonio committed Mar 4, 2025
1 parent d38342d commit 3c5a36c
Show file tree
Hide file tree
Showing 11 changed files with 147 additions and 173 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"cross-env": "7.0.3",
"husky": "9.1.7",
"js-yaml": "4.1.0",
"lerna": "8.2.0",
"license-report": "6.7.1",
"lerna": "8.2.1",
"license-report": "6.7.2",
"lint-staged": "15.4.3",
"npm-check-updates": "17.1.15",
"npm-run-all": "4.1.5",
"prettier": "3.5.2",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"ts-prune": "0.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.5.2",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"rxjs": "7.8.2",
"typescript": "4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.5.2",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"rxjs": "7.8.2",
"typescript": "5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.5.2",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"rxjs": "7.8.2",
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.5.2",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"rxjs": "7.8.2",
"typescript": "5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"mustache": "4.2.0",
"postcss": "8.5.3",
"postcss-sorting": "9.1.0",
"prettier": "3.5.2",
"prettier": "3.5.3",
"pug": "3.0.3",
"rimraf": "6.0.1",
"stencil-awesome-test": "1.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class SingleSelectController extends InputIconController implements Singl
}

public validateValue(value?: StencilUnknown): void {
watchValidator(this.component, '_value', v => v !== undefined, new Set([`StencilUnknown`]), value);
watchValidator(this.component, '_value', (v) => v !== undefined, new Set([`StencilUnknown`]), value);
}

public validatePlaceholder(value?: string): void {
Expand Down
45 changes: 23 additions & 22 deletions packages/components/src/components/single-select/readme.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/tools/kolibri-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"deepmerge": "4.3.1",
"gradient-string": "2.0.2",
"loglevel": "1.9.2",
"prettier": "3.5.2",
"prettier": "3.5.3",
"semver": "7.7.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/visual-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/preset-env": "7.26.9",
"eslint": "8.57.1",
"knip": "5.45.0",
"prettier": "3.5.2"
"prettier": "3.5.3"
},
"files": [
"playwright.config.js",
Expand Down
Loading

0 comments on commit 3c5a36c

Please sign in to comment.