Skip to content

Commit e91e5d9

Browse files
chore(deps): bump the minor-and-patch group with 6 updates (#200)
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.0` | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.37.2` | `0.37.3` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.16.8` | `5.16.11` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.15` | `0.28.16` | | [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.4.0` | `2.7.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.52.0` | `8.53.0` | Updates `prettier` from 3.7.4 to 3.8.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.0) Updates `@astrojs/starlight` from 0.37.2 to 0.37.3 - [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.3/packages/starlight) Updates `astro` from 5.16.8 to 5.16.11 - [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.11/packages/astro) Updates `typedoc` from 0.28.15 to 0.28.16 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.28.15...v0.28.16) Updates `@eslint-react/eslint-plugin` from 2.4.0 to 2.7.2 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.7.2/packages/plugins/eslint-plugin) Updates `typescript-eslint` from 8.52.0 to 8.53.0 - [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.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@astrojs/starlight" dependency-version: 0.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: astro dependency-version: 5.16.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typedoc dependency-version: 0.28.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 2.7.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.53.0 dependency-type: direct:development update-type: version-update:semver-minor 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 66be128 commit e91e5d9

File tree

4 files changed

+414
-522
lines changed

4 files changed

+414
-522
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.7.4",
24+
"prettier": "^3.8.0",
2525
"typescript": "^5.9.3",
2626
"vitest": "^3.2.4"
2727
},

packages/docs/package.json

Lines changed: 3 additions & 3 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.2",
17+
"@astrojs/starlight": "^0.37.3",
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",
2222
"@types/react": "^19.2.8",
2323
"@types/react-dom": "^19.2.3",
24-
"astro": "^5.16.8",
24+
"astro": "^5.16.11",
2525
"astro-live-code": "^0.0.6",
2626
"astro-relative-links": "^0.4.2",
2727
"react": "^19.2.3",
@@ -32,7 +32,7 @@
3232
"starlight-links-validator": "^0.19.2",
3333
"starlight-typedoc": "^0.21.5",
3434
"tailwindcss": "^4.1.18",
35-
"typedoc": "^0.28.15",
35+
"typedoc": "^0.28.16",
3636
"typedoc-plugin-markdown": "^4.9.0"
3737
},
3838
"devDependencies": {

packages/filter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@fn-sphere/core": "workspace:^"
3131
},
3232
"devDependencies": {
33-
"@eslint-react/eslint-plugin": "^2.4.0",
33+
"@eslint-react/eslint-plugin": "^2.7.2",
3434
"@eslint/js": "^9.39.2",
3535
"@testing-library/dom": "^10.4.1",
3636
"@testing-library/react": "^16.3.1",
@@ -43,7 +43,7 @@
4343
"jsdom": "^27.4.0",
4444
"react": "^19.2.3",
4545
"react-dom": "^19.2.3",
46-
"typescript-eslint": "^8.52.0",
46+
"typescript-eslint": "^8.53.0",
4747
"zod": "^4.3.5"
4848
},
4949
"peerDependencies": {

0 commit comments

Comments
 (0)