Skip to content

Commit

Permalink
Update dependencies (#228)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update root deps

* Add PHP 8.4 to the matrix

* Run E2E tests on PHP 8.4

* Revert "Run E2E tests on PHP 8.4"

This reverts commit 2017f5b.
  • Loading branch information
irshadahmad21 authored Dec 13, 2024
1 parent 8d0d1c7 commit c4d49c7
Show file tree
Hide file tree
Showing 17 changed files with 2,760 additions and 2,590 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ["7.4", "8.0", "8.1", "8.2", "8.3"]
php: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
steps:
- name: Checkout this repo
uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@playwright/test": "^1.49.0",
"@types/node": "^22.10.1",
"@wordpress/e2e-test-utils-playwright": "^1.13.0",
"@wordpress/env": "^10.13.0",
"@wordpress/scripts": "^30.6.0",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"@wordpress/e2e-test-utils-playwright": "^1.14.0",
"@wordpress/env": "^10.14.0",
"@wordpress/scripts": "^30.7.0",
"@wpsocio/e2e-utils": "workspace:*",
"@wpsocio/wpdev": "workspace:*",
"npm-check-updates": "^17.1.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/js/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@wpsocio/utilities": "workspace:*",
"classnames": "^2.5.1",
"ramda": "^0.30.1",
"react-hook-form": "^7.54.0"
"react-hook-form": "^7.54.1"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/js/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"type": "module",
"module": "index.ts",
"dependencies": {
"@wordpress/i18n": "^5.13.0"
"@wordpress/i18n": "^5.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/js/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"module": "index.ts",
"dependencies": {
"@wordpress/api-fetch": "7.13.0",
"@wordpress/api-fetch": "7.14.0",
"@wpsocio/i18n": "workspace:*",
"@wpsocio/ui-components": "workspace:*",
"@wpsocio/utilities": "workspace:*",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/jquery": "^3.5.32",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/js/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@wpsocio/ui-components": "workspace:*",
"@wpsocio/utilities": "workspace:*",
"ramda": "^0.30.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
46 changes: 23 additions & 23 deletions packages/js/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,49 +11,49 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"lucide-react": "^0.468.0",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.0",
"react-select": "^5.8.3",
"react-hook-form": "^7.54.1",
"react-select": "^5.9.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.4",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/postcss-js": "^4.0.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"postcss": "^8.4.49",
"postcss-js": "^4.0.1",
"shadcn": "^2.1.6",
"tailwindcss-scoped-preflight": "^3.4.9",
"shadcn": "^2.1.7",
"tailwindcss-scoped-preflight": "^3.4.10",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/js/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ramda": "^0.30.1"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@wpsocio/utilities": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jquery": "^3.5.32",
Expand Down
10 changes: 5 additions & 5 deletions plugins/wptelegram-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"version": "composer run gen:docs"
},
"dependencies": {
"@wordpress/block-editor": "^14.8.0",
"@wordpress/blocks": "^14.2.0",
"@wordpress/components": "^28.13.0",
"@wordpress/element": "^6.13.0",
"@wordpress/block-editor": "^14.9.0",
"@wordpress/blocks": "^14.3.0",
"@wordpress/components": "^29.0.0",
"@wordpress/element": "^6.14.0",
"@wpsocio/form": "workspace:*",
"@wpsocio/i18n": "workspace:*",
"@wpsocio/services": "workspace:*",
Expand All @@ -41,7 +41,7 @@
"@wpsocio/utilities": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jquery": "^3.5.32",
Expand Down
14 changes: 7 additions & 7 deletions plugins/wptelegram-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"validate-build": "pnpm build-utils validate"
},
"dependencies": {
"@wordpress/block-editor": "^14.8.0",
"@wordpress/blocks": "^14.2.0",
"@wordpress/components": "^28.13.0",
"@wordpress/compose": "^7.13.0",
"@wordpress/element": "^6.13.0",
"@wordpress/url": "^4.13.0",
"@wordpress/block-editor": "^14.9.0",
"@wordpress/blocks": "^14.3.0",
"@wordpress/components": "^29.0.0",
"@wordpress/compose": "^7.14.0",
"@wordpress/element": "^6.14.0",
"@wordpress/url": "^4.14.0",
"@wpsocio/form": "workspace:*",
"@wpsocio/i18n": "workspace:*",
"@wpsocio/services": "workspace:*",
Expand All @@ -42,7 +42,7 @@
"@wpsocio/utilities": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jquery": "^3.5.32",
Expand Down
16 changes: 8 additions & 8 deletions plugins/wptelegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"validate-build": "pnpm build-utils validate"
},
"dependencies": {
"@wordpress/components": "^28.13.0",
"@wordpress/data": "^10.13.0",
"@wordpress/edit-post": "^8.13.0",
"@wordpress/editor": "^14.13.0",
"@wordpress/element": "^6.13.0",
"@wordpress/media-utils": "^5.13.0",
"@wordpress/plugins": "^7.13.0",
"@wordpress/components": "^29.0.0",
"@wordpress/data": "^10.14.0",
"@wordpress/edit-post": "^8.14.0",
"@wordpress/editor": "^14.14.0",
"@wordpress/element": "^6.14.0",
"@wordpress/media-utils": "^5.14.0",
"@wordpress/plugins": "^7.14.0",
"@wpsocio/form": "workspace:*",
"@wpsocio/i18n": "workspace:*",
"@wpsocio/services": "workspace:*",
Expand All @@ -44,7 +44,7 @@
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jquery": "^3.5.32",
Expand Down
Loading

0 comments on commit c4d49c7

Please sign in to comment.