Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update dependencies to latest versions #1

Merged
merged 6 commits into from
Oct 31, 2024
Merged

feat: update dependencies to latest versions #1

merged 6 commits into from
Oct 31, 2024

Conversation

syxc
Copy link
Member

@syxc syxc commented Oct 31, 2024

Updates the following dependencies to their latest versions:

  • @astrojs/check: 0.9.4
  • astro: 4.16.8
  • typescript: 5.6.3
  • @typescript-eslint/parser: 8.12.2
  • eslint: 9.13.0
  • eslint-plugin-astro: 1.3.0
  • astro-eslint-parser: 1.0.3
  • globals: 15.11.0
  • lefthook: 1.8.2

These updates improve security, fix bugs, and provide new features.

syxc added 6 commits November 1, 2024 07:16
Updates the following dependencies to their latest versions:
- @astrojs/check: 0.9.4
- astro: 4.16.8
- typescript: 5.6.3
- @typescript-eslint/parser: 8.12.2
- eslint: 9.13.0
- eslint-plugin-astro: 1.3.0
- astro-eslint-parser: 1.0.3
- globals: 15.11.0
- lefthook: 1.8.2

These updates improve security, fix bugs, and provide new features.
This change updates the tsconfig.json file with the following
improvements:

- Sets the `baseUrl` to `.` to allow for imports using the `~/*`
  syntax.
- Adds a `paths` mapping to allow for imports using the `~/*`
  syntax, which maps to the `src/*` directory.
- Updates the `jsx` option to `react-jsx`, which is the recommended
  setting for Astro projects.
@syxc syxc merged commit 1818fb4 into master Oct 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant