Skip to content
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

Update dependencies across multiple packages to latest versions #7431

Open
wants to merge 1 commit into
base: release/2
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"cross-env": "7.0.3",
"husky": "9.1.7",
"js-yaml": "4.1.0",
"lerna": "8.1.9",
"lerna": "8.2.0",
"license-report": "6.7.1",
"lint-staged": "15.4.3",
"npm-check-updates": "17.1.14",
"npm-check-updates": "17.1.15",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"ts-prune": "0.10.3",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"engines": {
"pnpm": "^9"
"pnpm": "^9 || ^10"
},
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"typescript": "4.9.5",
"zone.js": "0.13.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"typescript": "5.1.6",
"zone.js": "0.13.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"typescript": "5.4.5",
"zone.js": "0.14.10"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/angular/v18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"typescript": "5.5.4",
"zone.js": "0.14.10"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@public-ui/components": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.7.3",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
"preact": ">=10.25.4"
"preact": ">=10.26.4"
},
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/react-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@public-ui/react": "workspace:*",
"cpy-cli": "5.0.0",
"rimraf": "6.0.1",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-cli": "5.1.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react-dom": "18.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.7.3",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.9.4",
"typescript": "5.7.3",
"solid-js": "1.9.5",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
"@public-ui/components": "workspace:*",
"solid-js": ">=1.9.4"
"solid-js": ">=1.9.5"
},
"sideEffects": false,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"build": "unbuild"
},
"devDependencies": {
"@babel/types": "7.26.7",
"@babel/types": "7.26.9",
"@public-ui/components": "workspace:*",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"typescript": "5.7.3",
"typescript": "5.8.2",
"unbuild": "1.2.1",
"vue": "3.4.21"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
"wcag-contrast": "3.0.0"
},
"devDependencies": {
"@playwright/test": "1.50.0",
"@playwright/test": "1.50.1",
"@public-ui/stencil-angular-output-target": "0.9.0",
"@public-ui/stencil-react-output-target": "0.6.0",
"@public-ui/stencil-solid-output-target": "0.2.0",
"@public-ui/stencil-vue-output-target": "0.9.0",
"@stencil-community/eslint-plugin": "0.9.0",
"@stencil-community/eslint-plugin": "0.10.0",
"@stencil-community/postcss": "2.2.0",
"@stencil/core": "4.20.0",
"@stencil/playwright": "0.2.1",
Expand All @@ -112,18 +112,18 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"jest": "26.6.3",
"knip": "5.43.6",
"lighthouse": "12.3.0",
"knip": "5.45.0",
"lighthouse": "12.4.0",
"mustache": "4.2.0",
"postcss": "8.5.1",
"postcss": "8.5.3",
"postcss-sorting": "9.1.0",
"prettier": "3.4.2",
"prettier": "3.5.2",
"pug": "3.0.3",
"rimraf": "6.0.1",
"stencil-awesome-test": "1.0.6",
"terser": "5.37.0",
"terser": "5.39.0",
"twig": "1.17.1",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"peerDependencies": {
"adopted-style-sheets": "1.1.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"register-service-worker": "1.7.2",
"solid-js": "1.9.4",
"solid-js": "1.9.5",
"world_countries_lists": "2.9.0"
},
"devDependencies": {
Expand All @@ -57,11 +57,11 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"nightwatch-axe-verbose": "2.3.1",
"npm-run-all": "4.1.5",
"playwright": "1.50.0",
"playwright": "1.50.1",
"react-dev-utils": "12.0.1",
"rimraf": "6.0.1",
"ts-prune": "0.10.3",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@public-ui/angular-v18": "workspace:*",
"@public-ui/components": "workspace:*",
"@public-ui/theme-default": "workspace:*",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.2.12",
"@angular-devkit/build-angular": "18.2.14",
"@angular/cli": "18.2.14",
"@angular/compiler-cli": "18.2.13",
"@types/jasmine": "5.1.5",
"jasmine-core": "5.5.0",
"@types/jasmine": "5.1.7",
"jasmine-core": "5.6.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@leanup/stack": "1.3.54",
"@leanup/stack-react": "1.3.54",
"@leanup/stack-webpack": "1.3.54",
"@playwright/test": "1.50.0",
"@playwright/test": "1.50.1",
"@public-ui/components": "workspace:*",
"@public-ui/react": "workspace:*",
"@public-ui/themes": "workspace:*",
"@types/node": "ts5.7",
"@types/node": "ts5.8",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.5",
"@unocss/preset-uno": "0.58.9",
Expand All @@ -47,11 +47,11 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-number-format": "5.4.3",
"react-router": "6.28.2",
"react-router-dom": "6.28.2",
"react-router": "6.30.0",
"react-router-dom": "6.30.0",
"rimraf": "6.0.1",
"ts-prune": "0.10.3",
"typescript": "5.7.3",
"typescript": "5.8.2",
"world_countries_lists": "2.9.0",
"yup": "1.6.1"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/samples/react/src/components/button/short-key.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const ButtonShortKey: FC = () => {
<>
<SampleDescription>
<p>
This sample shows KolButton with short key without functionality. The short key is purely visual. Its functionality needs to be developed separately.{' '}
This sample shows KolButton with short key without functionality. The short key is purely visual. Its functionality needs to be developed
separately.{' '}
</p>
</SampleDescription>

Expand Down
3 changes: 2 additions & 1 deletion packages/samples/react/src/components/link/short-key.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const LinkShortKey: FC = () => (
<>
<SampleDescription>
<p>
This sample shows KolButton with short key without functionality. The short key is purely visual. Its functionality needs to be developed separately.{' '}
This sample shows KolButton with short key without functionality. The short key is purely visual. Its functionality needs to be developed
separately.{' '}
</p>
</SampleDescription>

Expand Down
8 changes: 4 additions & 4 deletions packages/themes/bwst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.5.1",
"rollup": "4.32.1",
"postcss": "8.5.3",
"rollup": "4.34.9",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.4",
"typescript": "5.7.3",
"sass": "1.85.1",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.5.1",
"rollup": "4.32.1",
"postcss": "8.5.3",
"rollup": "4.34.9",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.4",
"typescript": "5.7.3",
"sass": "1.85.1",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/ecl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.5.1",
"rollup": "4.32.1",
"postcss": "8.5.3",
"rollup": "4.34.9",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.4",
"typescript": "5.7.3",
"sass": "1.85.1",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/itzbund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.5.1",
"rollup": "4.32.1",
"postcss": "8.5.3",
"rollup": "4.34.9",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.4",
"typescript": "5.7.3",
"sass": "1.85.1",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.5.1",
"rollup": "4.32.1",
"postcss": "8.5.3",
"rollup": "4.34.9",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.4",
"typescript": "5.7.3"
"sass": "1.85.1",
"typescript": "5.8.2"
},
"peerDependencies": {
"@public-ui/components": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/tools/kolibri-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"deepmerge": "4.3.1",
"gradient-string": "2.0.2",
"loglevel": "1.9.2",
"prettier": "3.4.2",
"semver": "7.6.3"
"prettier": "3.5.2",
"semver": "7.7.1"
},
"devDependencies": {
"@public-ui/components": "workspace:*",
Expand All @@ -52,12 +52,12 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"knip": "5.43.6",
"knip": "5.45.0",
"mocha": "10.8.2",
"nodemon": "3.1.9",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"files": [
"dist"
Expand Down
Loading
Loading