Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Rewrite app astro #21

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Rewrite app astro #21

merged 2 commits into from
Jan 25, 2024

Conversation

statulr
Copy link
Member

@statulr statulr commented Jan 25, 2024

No description provided.

statulr and others added 2 commits January 25, 2024 15:20
* Create dependabot.yml

Signed-off-by: robb <122219240+statulr@users.noreply.github.com>

* Bump @astrojs/check from 0.3.4 to 0.4.1

Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.4 to 0.4.1.
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.4.1/packages/astro-check)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prettier-plugin-astro from 0.12.3 to 0.13.0 (#14)

Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](withastro/prettier-plugin-astro@v0.12.3...v0.13.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: robb <122219240+statulr@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Create dependabot.yml

Signed-off-by: robb <122219240+statulr@users.noreply.github.com>

* Bump @astrojs/check from 0.3.4 to 0.4.1

Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.4 to 0.4.1.
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.4.1/packages/astro-check)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prettier-plugin-astro from 0.12.3 to 0.13.0 (#14)

Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](withastro/prettier-plugin-astro@v0.12.3...v0.13.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Merge Beta Branch with Rewrite (#17) (#18)

* remove `.env.example` and `.env.local.example`

* improve the get started section

* added instructions to setup the `.env`

* added `.env.example`

* update the `.env` info

* remove `.env` file

* added `.env` in `.gitignore`

* added: language type

* refactor: Rewrite In Astro - Deleting previous code

* refactor:Initialize Blank Project with Astro

* added `prettier` and `prettier-plugin-astro` for formatting

* added `prettierrc.mjs` config for prettier to format `.astro` files

* added `eslint` and `eslint-plugin-astro` for linting

* added `.eslintrc.cjs` config for eslint to work with astro

* add view transitions and import aliases config

* add StyleX integration

* added the logo of the website for the readme

* updated the `README.md`

* added `@typescript-eslint/parser`

@typescript-eslint/parser is needed when using typescript with eslint

* Create dependabot.yml



* Bump @astrojs/check from 0.3.4 to 0.4.1

Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.4 to 0.4.1.
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.4.1/packages/astro-check)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



* Bump prettier-plugin-astro from 0.12.3 to 0.13.0 (#14)

Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](withastro/prettier-plugin-astro@v0.12.3...v0.13.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




---------

Signed-off-by: robb <122219240+statulr@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Hamza <72913359+Hamza12700@users.noreply.github.com>
Co-authored-by: RoboXGamer <roboxgamer52@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: robb <122219240+statulr@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hamza <72913359+Hamza12700@users.noreply.github.com>
Co-authored-by: RoboXGamer <roboxgamer52@gmail.com>
@statulr
Copy link
Member Author

statulr commented Jan 25, 2024

emergency pr

@statulr statulr merged commit 090c4e2 into main Jan 25, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant