Skip to content

Commit

Permalink
chore(website): bump astro from 4.16.16 to 5.0.4 in /website
Browse files Browse the repository at this point in the history
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.16 to 5.0.4.
- [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)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JonasKellerer committed Dec 12, 2024
1 parent 64dcd79 commit bbaaba4
Show file tree
Hide file tree
Showing 4 changed files with 1,402 additions and 1,002 deletions.
2 changes: 1 addition & 1 deletion website/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ const disableFromReact = {
};

export default tseslint.config(
{ ignores: ['dist', 'node_modules'], files: ['**/*.ts', '**/*.tsx'] },
{
ignores: ['**/.astro/content.d.ts'],
files: ['**/*.ts', '**/*.tsx'],
extends: [
eslint.configs.recommended,
Expand Down
Loading

0 comments on commit bbaaba4

Please sign in to comment.