Skip to content

Commit 350212b

Browse files
authored
chore: update dependencies (#5389)
1 parent 1d82d97 commit 350212b

125 files changed

Lines changed: 4388 additions & 5031 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/skills/backend-developer/di-container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,9 +635,9 @@ export type MapDependencies<T extends [...any]> = {
635635
? // Support shorthand and long form.
636636
[Abstraction<T[K]>, OptionalTrue & Partial<MultipleFalse>]
637637
: // Support shorthand and long form.
638-
| [Abstraction<T[K]>, MultipleFalse & Partial<OptionalFalse>]
639-
| [Abstraction<T[K]>]
640-
| Abstraction<T[K]>;
638+
| [Abstraction<T[K]>, MultipleFalse & Partial<OptionalFalse>]
639+
| [Abstraction<T[K]>]
640+
| Abstraction<T[K]>;
641641
};
642642

643643
export type Dependencies<T> = T extends Constructor

.oxfmtrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
".github/workflows/**/*.yml",
4141
"./nextjs/",
4242
"packages/admin-ui/storybook-static/**",
43-
"**/*.hbs"
43+
"**/*.hbs",
44+
"*.yml",
45+
"*.yaml"
4446
],
4547
"overrides": [
4648
{

ai-context/prds/admin-list-module/list-module-prd.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,9 +2026,7 @@ export const PagesListModule = createListModule<Page, PageDTO, PageQueryParams>(
20262026
name: "pages",
20272027
gateway: PagesGateway,
20282028
mapper: PageMapper,
2029-
config: {
2030-
/* ... */
2031-
}
2029+
config: {/* ... */}
20322030
});
20332031

20342032
// Usage

ai-context/prds/ai-powerups-backend.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,7 @@ declare module "@core/settings-types" {
199199
```ts
200200
class ProvidersHandler implements IAiPowerUpsSettingsGroupHandler<"providers", ProvidersApiWrite> {
201201
readonly name = "providers" as const;
202-
readonly inputSchema = z.object({
203-
/* ... */
204-
});
202+
readonly inputSchema = z.object({/* ... */});
205203

206204
constructor(
207205
private readonly encryption: Encryption.Interface,

cypress-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@webiny/build-tools": "0.0.0",
1212
"@webiny/project-utils": "0.0.0",
1313
"@webiny/utils": "0.0.0",
14-
"amazon-cognito-identity-js": "^6.3.16",
15-
"cypress": "^15.15.0",
14+
"amazon-cognito-identity-js": "^6.3.20",
15+
"cypress": "^15.18.1",
1616
"cypress-image-snapshot": "^4.0.1",
1717
"cypress-mailosaur": "^5.0.0",
1818
"cypress-wait-until": "^3.0.2",
1919
"del": "^8.0.1",
2020
"graphql-request": "^7.4.0",
2121
"lodash": "^4.18.1",
22-
"nanoid": "^5.1.11",
22+
"nanoid": "^5.1.16",
2323
"typescript": "6.0.3",
2424
"uniqid": "^5.4.0"
2525
},

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -21,61 +21,61 @@
2121
"url": "https://github.com/webiny/webiny-js.git"
2222
},
2323
"devDependencies": {
24-
"@babel/code-frame": "^7.29.0",
25-
"@commitlint/cli": "^21.0.1",
26-
"@commitlint/config-conventional": "^21.0.1",
24+
"@babel/code-frame": "^8.0.0",
25+
"@commitlint/cli": "^21.2.1",
26+
"@commitlint/config-conventional": "^21.2.0",
2727
"@grpc/grpc-js": "^1.14.4",
28-
"@lexical/code": "^0.44.0",
29-
"@lexical/hashtag": "^0.44.0",
30-
"@lexical/headless": "^0.44.0",
31-
"@lexical/history": "^0.44.0",
32-
"@lexical/html": "^0.44.0",
33-
"@lexical/list": "^0.44.0",
34-
"@lexical/mark": "^0.44.0",
35-
"@lexical/overflow": "^0.44.0",
36-
"@lexical/react": "^0.44.0",
37-
"@lexical/rich-text": "^0.44.0",
38-
"@lexical/selection": "^0.44.0",
39-
"@lexical/text": "^0.44.0",
40-
"@lexical/utils": "^0.44.0",
28+
"@lexical/code": "^0.46.0",
29+
"@lexical/hashtag": "^0.46.0",
30+
"@lexical/headless": "^0.46.0",
31+
"@lexical/history": "^0.46.0",
32+
"@lexical/html": "^0.46.0",
33+
"@lexical/list": "^0.46.0",
34+
"@lexical/mark": "^0.46.0",
35+
"@lexical/overflow": "^0.46.0",
36+
"@lexical/react": "^0.46.0",
37+
"@lexical/rich-text": "^0.46.0",
38+
"@lexical/selection": "^0.46.0",
39+
"@lexical/text": "^0.46.0",
40+
"@lexical/utils": "^0.46.0",
4141
"@octokit/rest": "^22.0.1",
4242
"@types/fs-extra": "^11.0.4",
43-
"@types/node": "^24.12.4",
44-
"@types/react": "18.3.29",
43+
"@types/node": "^24.13.3",
44+
"@types/react": "18.3.31",
4545
"@types/react-dom": "18.3.7",
46-
"@vitest/coverage-v8": "^4.1.7",
47-
"@webiny/stdlib": "^0.0.4",
48-
"adio": "^3.0.0",
46+
"@vitest/coverage-v8": "^4.1.10",
47+
"@webiny/stdlib": "^0.0.8",
48+
"adio": "^3.0.1",
4949
"chalk": "^5.6.2",
5050
"cross-env": "^10.1.0",
5151
"deepmerge": "^4.3.1",
5252
"execa": "^5.1.1",
5353
"fast-glob": "^3.3.3",
54-
"fs-extra": "^11.3.5",
54+
"fs-extra": "^11.3.6",
5555
"get-yarn-workspaces": "^1.0.2",
5656
"github-actions-wac": "^2.0.0",
57-
"graphql": "^16.14.0",
57+
"graphql": "^16.14.2",
5858
"husky": "^9.1.7",
59-
"inquirer": "^13.4.3",
59+
"inquirer": "^14.0.2",
6060
"jest-extended": "^7.0.0",
61-
"lexical": "^0.44.0",
61+
"lexical": "^0.46.0",
6262
"load-json-file": "^7.0.1",
6363
"lodash": "^4.18.1",
6464
"minimatch": "^10.2.5",
65-
"nanoid": "^5.1.11",
66-
"next": "^16.2.6",
67-
"oxfmt": "^0.51.0",
68-
"oxlint": "^1.66.0",
65+
"nanoid": "^5.1.16",
66+
"next": "^16.2.10",
67+
"oxfmt": "^0.58.0",
68+
"oxlint": "^1.73.0",
6969
"react": "18.3.1",
7070
"react-dom": "18.3.1",
71-
"semver": "^7.8.1",
71+
"semver": "^7.8.5",
7272
"ts-expect": "^1.3.0",
73-
"tsx": "4.21.0",
74-
"type-fest": "^5.6.0",
73+
"tsx": "4.23.0",
74+
"type-fest": "^5.8.0",
7575
"typescript": "6.0.3",
7676
"validator": "^13.15.35",
77-
"verdaccio": "^6.7.1",
78-
"vitest": "^4.1.7",
77+
"verdaccio": "^6.7.4",
78+
"vitest": "^4.1.10",
7979
"write-json-file": "^7.0.0",
8080
"yargs": "^18.0.0"
8181
},
@@ -177,7 +177,7 @@
177177
}
178178
},
179179
"resolutions": {
180-
"@types/react": "18.3.29",
180+
"@types/react": "18.3.31",
181181
"handlebars": "4.7.9",
182182
"@types/react-dom": "18.3.7",
183183
"lodash": "4.18.1",
@@ -189,7 +189,7 @@
189189
"packageManager": "yarn@4.14.1",
190190
"dependencies": {
191191
"@types/hoist-non-react-statics": "^3.3.7",
192-
"@webiny/di": "^1.0.1",
192+
"@webiny/di": "^1.0.2",
193193
"jwt-decode": "^4.0.0"
194194
},
195195
"engines": {

packages/admin-ui/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"description": "The UI component library for Webiny's Admin app.",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@fortawesome/fontawesome-svg-core": "^7.2.0",
17-
"@fortawesome/react-fontawesome": "^3.3.1",
16+
"@fortawesome/fontawesome-svg-core": "^7.3.0",
17+
"@fortawesome/react-fontawesome": "^3.4.0",
1818
"@minoru/react-dnd-treeview": "^3.5.4",
1919
"@monaco-editor/react": "^4.7.0",
20-
"@radix-ui/react-scroll-area": "^1.2.10",
20+
"@radix-ui/react-scroll-area": "^1.2.14",
2121
"@tanstack/react-table": "^8.21.3",
2222
"@webiny/icons": "0.0.0",
2323
"@webiny/react-composition": "0.0.0",
@@ -26,12 +26,12 @@
2626
"class-variance-authority": "^0.7.1",
2727
"clsx": "^2.1.1",
2828
"cmdk": "^1.1.1",
29-
"date-fns": "^4.3.0",
29+
"date-fns": "^4.4.0",
3030
"lodash": "^4.18.1",
3131
"minimatch": "^10.2.5",
32-
"mobx": "^6.15.3",
32+
"mobx": "^6.16.1",
3333
"monaco-editor": "0.53.0",
34-
"radix-ui": "^1.4.3",
34+
"radix-ui": "^1.6.2",
3535
"react": "18.3.1",
3636
"react-color": "^2.19.3",
3737
"react-custom-scrollbars": "^4.2.1",
@@ -40,32 +40,32 @@
4040
"react-virtualized": "^9.22.6",
4141
"sonner": "^2.0.7",
4242
"tailwind-merge": "^2.6.1",
43-
"tailwindcss": "^4.3.0",
43+
"tailwindcss": "^4.3.2",
4444
"tw-animate-css": "^1.4.0",
45-
"type-fest": "^5.6.0"
45+
"type-fest": "^5.8.0"
4646
},
4747
"devDependencies": {
48-
"@fortawesome/free-solid-svg-icons": "^7.2.0",
49-
"@rsbuild/core": "^2.0.7",
50-
"@rsbuild/plugin-svgr": "^2.0.2",
51-
"@storybook/addon-a11y": "^10.4.1",
52-
"@storybook/addon-docs": "^10.4.1",
53-
"@storybook/react": "^10.4.1",
54-
"@tailwindcss/postcss": "^4.3.0",
55-
"@types/react": "18.3.29",
48+
"@fortawesome/free-solid-svg-icons": "^7.3.0",
49+
"@rsbuild/core": "^2.1.5",
50+
"@rsbuild/plugin-svgr": "^2.0.5",
51+
"@storybook/addon-a11y": "^10.4.6",
52+
"@storybook/addon-docs": "^10.4.6",
53+
"@storybook/react": "^10.4.6",
54+
"@tailwindcss/postcss": "^4.3.2",
55+
"@types/react": "18.3.31",
5656
"@types/react-color": "^3.0.13",
5757
"@types/react-custom-scrollbars": "^4.0.13",
5858
"@types/react-virtualized": "^9.22.3",
5959
"@webiny/build-tools": "0.0.0",
6060
"@webiny/project": "0.0.0",
6161
"chalk": "^5.6.2",
62-
"oxfmt": "^0.51.0",
62+
"oxfmt": "^0.58.0",
6363
"rimraf": "^6.1.3",
64-
"sass": "^1.100.0",
65-
"storybook": "^10.4.1",
64+
"sass": "^1.101.0",
65+
"storybook": "^10.4.6",
6666
"storybook-react-rsbuild": "^3.3.4",
6767
"typescript": "6.0.3",
68-
"vitest": "^4.1.7"
68+
"vitest": "^4.1.10"
6969
},
7070
"publishConfig": {
7171
"access": "public"

packages/ai-powerups/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@webiny/project": "0.0.0",
3333
"@webiny/project-aws": "0.0.0",
3434
"@webiny/utils": "0.0.0",
35-
"ai": "^6.0.191",
35+
"ai": "^7.0.18",
3636
"front-matter": "^4.0.2",
3737
"lodash": "^4.18.1",
38-
"mobx": "^6.15.3",
38+
"mobx": "^6.16.1",
3939
"mobx-react-lite": "^4.1.1",
4040
"react": "18.3.1",
4141
"react-dom": "18.3.1",
@@ -49,7 +49,7 @@
4949
"@webiny/wcp": "0.0.0",
5050
"rimraf": "^6.1.3",
5151
"typescript": "6.0.3",
52-
"vitest": "^4.1.7"
52+
"vitest": "^4.1.10"
5353
},
5454
"publishConfig": {
5555
"access": "public"

packages/api-aco/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@webiny/aws-sdk": "0.0.0",
2828
"@webiny/background-tasks": "0.0.0",
2929
"@webiny/db-dynamodb": "0.0.0",
30-
"@webiny/di": "^1.0.1",
30+
"@webiny/di": "^1.0.2",
3131
"@webiny/error": "0.0.0",
3232
"@webiny/feature": "0.0.0",
3333
"@webiny/handler": "0.0.0",
@@ -45,10 +45,10 @@
4545
"@webiny/plugins": "0.0.0",
4646
"@webiny/project-utils": "0.0.0",
4747
"@webiny/wcp": "0.0.0",
48-
"graphql": "^16.14.0",
48+
"graphql": "^16.14.2",
4949
"rimraf": "^6.1.3",
5050
"typescript": "6.0.3",
51-
"vitest": "^4.1.7"
51+
"vitest": "^4.1.10"
5252
},
5353
"webiny": {
5454
"publishFrom": "dist"

packages/api-audit-logs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@webiny/handler-aws": "0.0.0",
2626
"@webiny/plugins": "0.0.0",
2727
"@webiny/project-utils": "0.0.0",
28-
"graphql": "^16.14.0",
28+
"graphql": "^16.14.2",
2929
"typescript": "6.0.3",
30-
"vitest": "^4.1.7"
30+
"vitest": "^4.1.10"
3131
},
3232
"dependencies": {
3333
"@webiny/api": "0.0.0",

0 commit comments

Comments
 (0)