Skip to content

Commit

Permalink
chore(deps): bump the minor-and-patch group with 6 updates (#93)
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.1.1` | `5.1.2` |
| [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.3.3` | `4.4.1` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.3.0` | `6.3.1` |
| [@eslint-react/eslint-plugin](https://github.com/rEl1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `1.22.1` | `1.23.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.2` | `8.19.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.6` | `6.0.7` |


Updates `astro` from 5.1.1 to 5.1.2
- [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.1.2/packages/astro)

Updates `typedoc-plugin-markdown` from 4.3.3 to 4.4.1
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.4.1/packages/typedoc-plugin-markdown)

Updates `@mui/material` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.3.1/packages/mui-material)

Updates `@eslint-react/eslint-plugin` from 1.22.1 to 1.23.1
- [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/v1.23.1/packages/plugins/eslint-plugin)

Updates `typescript-eslint` from 8.18.2 to 8.19.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.19.0/packages/typescript-eslint)

Updates `vite` from 6.0.6 to 6.0.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.7/packages/vite)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typedoc-plugin-markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@mui/material"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vite
  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>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 2545d67 commit 3df1491
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 578 deletions.
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@astrojs/tailwind": "^5.1.3",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.0",
"astro": "^5.1.1",
"astro": "^5.1.2",
"astro-live-code": "^0.0.5",
"astro-relative-links": "^0.4.2",
"react": "^19.0.0",
Expand All @@ -30,14 +30,14 @@
"starlight-typedoc": "^0.18.0",
"tailwindcss": "^3.4.16",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.3.2"
"typedoc-plugin-markdown": "^4.4.1"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fn-sphere/filter": "workspace:*",
"@fn-sphere/theme-mui-material": "workspace:*",
"@mui/material": "^6.3.0",
"@mui/material": "^6.3.1",
"zod": "^3.24.1"
}
}
4 changes: 2 additions & 2 deletions packages/filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@fn-sphere/core": "workspace:^"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.22.1",
"@eslint-react/eslint-plugin": "^1.23.1",
"@eslint/js": "^9.17.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
Expand All @@ -43,7 +43,7 @@
"jsdom": "^25.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript-eslint": "^8.18.2",
"typescript-eslint": "^8.19.0",
"zod": "^3.24.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"less": "^4.2.1",
"vite": "^6.0.6"
"vite": "^6.0.7"
}
}
Loading

0 comments on commit 3df1491

Please sign in to comment.