Skip to content

Commit

Permalink
build(deps): bump the all group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/ts-plugin](https://github.com/withastro/language-tools/tree/HEAD/packages/ts-plugin) | `1.10.3` | `1.10.4` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.16.6` | `4.16.7` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `0.10.1` | `0.10.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.10.0` | `8.11.0` |
| [unplugin-oxlint](https://github.com/tmg0/unplugin-oxlint) | `0.7.0` | `0.7.3` |


Updates `@astrojs/ts-plugin` from 1.10.3 to 1.10.4
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/ts-plugin)

Updates `astro` from 4.16.6 to 4.16.7
- [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/[email protected]/packages/astro)

Updates `oxlint` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.10.3/npm/oxlint)

Updates `typescript-eslint` from 8.10.0 to 8.11.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.11.0/packages/typescript-eslint)

Updates `unplugin-oxlint` from 0.7.0 to 0.7.3
- [Release notes](https://github.com/tmg0/unplugin-oxlint/releases)
- [Commits](tmg0/unplugin-oxlint@v0.7.0...v0.7.3)

---
updated-dependencies:
- dependency-name: "@astrojs/ts-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: oxlint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: unplugin-oxlint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 6ead4bb commit f9113c0
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 441 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/ts-plugin": "^1.10.3",
"astro": "^4.16.6",
"@astrojs/ts-plugin": "^1.10.4",
"astro": "^4.16.7",
"astro-font": "^0.1.81",
"astro-seo": "^0.8.4",
"markdown-it": "^14.1.0",
Expand All @@ -41,12 +41,12 @@
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"lightningcss": "^1.27.0",
"oxlint": "^0.10.1",
"oxlint": "^0.10.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"typescript": "^5.6.3",
"typescript-eslint": "8.10.0",
"unplugin-oxlint": "^0.7.0"
"typescript-eslint": "8.11.0",
"unplugin-oxlint": "^0.7.3"
}
}
Loading

0 comments on commit f9113c0

Please sign in to comment.