Skip to content

Commit addefd5

Browse files
chore(deps): bump the minor-and-patch group with 8 updates (#201)
Bumps the minor-and-patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` | | [zod](https://github.com/colinhacks/zod) | `4.3.5` | `4.3.6` | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.37.3` | `0.37.4` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.8` | `19.2.9` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.16.11` | `5.16.15` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.1` | `16.3.2` | | [globals](https://github.com/sindresorhus/globals) | `17.0.0` | `17.1.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.0` | `8.53.1` | Updates `prettier` from 3.8.0 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.0...3.8.1) Updates `zod` from 4.3.5 to 4.3.6 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.3.5...v4.3.6) Updates `@astrojs/starlight` from 0.37.3 to 0.37.4 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.37.4/packages/starlight) Updates `@types/react` from 19.2.8 to 19.2.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `astro` from 5.16.11 to 5.16.15 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.16.15/packages/astro) Updates `@testing-library/react` from 16.3.1 to 16.3.2 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.3.1...v16.3.2) Updates `globals` from 17.0.0 to 17.1.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.0.0...v17.1.0) Updates `typescript-eslint` from 8.53.0 to 8.53.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@astrojs/starlight" dependency-version: 0.37.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/react" dependency-version: 19.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: astro dependency-version: 5.16.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: globals dependency-version: 17.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.53.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e91e5d9 commit addefd5

File tree

6 files changed

+611
-495
lines changed

6 files changed

+611
-495
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@changesets/changelog-github": "^0.5.2",
2222
"@changesets/cli": "^2.29.8",
2323
"@vitest/coverage-v8": "^3.2.4",
24-
"prettier": "^3.8.0",
24+
"prettier": "^3.8.1",
2525
"typescript": "^5.9.3",
2626
"vitest": "^3.2.4"
2727
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"zod-compare": "^2.0.1"
2222
},
2323
"devDependencies": {
24-
"zod": "^4.3.5"
24+
"zod": "^4.3.6"
2525
},
2626
"peerDependencies": {
2727
"zod": "^4.1.0"

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.6",
1616
"@astrojs/react": "^4.4.2",
17-
"@astrojs/starlight": "^0.37.3",
17+
"@astrojs/starlight": "^0.37.4",
1818
"@astrojs/starlight-tailwind": "^4.0.2",
1919
"@radix-ui/react-popover": "^1.1.15",
2020
"@radix-ui/react-select": "^2.2.6",
2121
"@tailwindcss/vite": "^4.1.18",
22-
"@types/react": "^19.2.8",
22+
"@types/react": "^19.2.9",
2323
"@types/react-dom": "^19.2.3",
24-
"astro": "^5.16.11",
24+
"astro": "^5.16.15",
2525
"astro-live-code": "^0.0.6",
2626
"astro-relative-links": "^0.4.2",
2727
"react": "^19.2.3",
@@ -41,6 +41,6 @@
4141
"@fn-sphere/filter": "workspace:*",
4242
"@fn-sphere/theme-mui-material": "workspace:*",
4343
"@mui/material": "^7.3.7",
44-
"zod": "^4.3.5"
44+
"zod": "^4.3.6"
4545
}
4646
}

packages/filter/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"@eslint-react/eslint-plugin": "^2.7.2",
3434
"@eslint/js": "^9.39.2",
3535
"@testing-library/dom": "^10.4.1",
36-
"@testing-library/react": "^16.3.1",
37-
"@types/react": "^19.2.8",
36+
"@testing-library/react": "^16.3.2",
37+
"@types/react": "^19.2.9",
3838
"@types/react-dom": "^19.2.3",
3939
"eslint": "^9.39.2",
4040
"eslint-plugin-react-hooks": "^7.0.1",
4141
"eslint-plugin-react-refresh": "^0.4.26",
42-
"globals": "^17.0.0",
42+
"globals": "^17.1.0",
4343
"jsdom": "^27.4.0",
4444
"react": "^19.2.3",
4545
"react-dom": "^19.2.3",
46-
"typescript-eslint": "^8.53.0",
47-
"zod": "^4.3.5"
46+
"typescript-eslint": "^8.53.1",
47+
"zod": "^4.3.6"
4848
},
4949
"peerDependencies": {
5050
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",

packages/theme-mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typeCheck": "tsc --noEmit"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^19.2.8",
16+
"@types/react": "^19.2.9",
1717
"react": "^19.2.3"
1818
},
1919
"peerDependencies": {

0 commit comments

Comments
 (0)