Commit Graph

51 Commits

Author SHA1 Message Date
Adam Matthiesen 3a5aea9b4e ready 2024-02-15 04:50:38 -08:00
Adam Matthiesen c50f2feba4 Linted the entire project. no linting errors now 2024-02-15 04:49:02 -08:00
Adam Matthiesen 28afb883bd tests working 2024-02-15 04:14:36 -08:00
Adam Matthiesen b17f3c188a update tests 2024-02-15 03:55:09 -08:00
dependabot[bot] 380d612d74
Bump the dev-dependencies group with 5 updates
Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.1` | `1.2.2` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.4.1` | `0.5.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.0.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `7.0.1` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `0.29.1` | `0.31.4` |


Updates `vitest` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/vitest)

Updates `@astrojs/check` from 0.4.1 to 0.5.4
- [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.5.4/packages/astro-check)

Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.0.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.21.0 to 7.0.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/parser)

Updates `eslint-plugin-astro` from 0.29.1 to 0.31.4
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.29.1...v0.31.4)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 18:45:37 +00:00
Adam Matthiesen 46acde0b0e Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
Adam Matthiesen b483ec2837 test workflow 2024-02-14 03:48:12 -08:00
Adam Matthiesen bbd0c81619 update workflow 2024-02-14 03:41:33 -08:00
Adam Matthiesen 83132fcb62 Update changeset and contributing information and add new workflow 2024-02-14 03:13:37 -08:00
Adam Matthiesen ea3e6aba6d All the astro deployments for demo's and main website have been relocated to their own repo's due to to many different projects trying to deploy at a time was causing to many issues.
Also removed sharp dep from brutal theme as its unneeded now
2024-02-12 05:56:01 -08:00
Adam Matthiesen 8fa06433c6 create new demo 2024-01-31 14:10:06 -08:00
Adam Matthiesen 3fb13d14c5 script ocd 2024-01-27 20:33:53 -08:00
Adam Matthiesen ea8127acb6 remove unused script 2024-01-27 20:32:31 -08:00
Adam Matthiesen 684471a54b some more progress 2024-01-27 12:06:41 -08:00
Adam Matthiesen 936d09d170 update tests 2024-01-26 01:58:27 -08:00
Adam Matthiesen 6e4583dd29 up 2024-01-25 23:01:27 -08:00
Adam Matthiesen 1f9d9dfa41 workspace cleanup 2024-01-25 10:14:59 -08:00
dependabot[bot] e9a2bee501
Bump @biomejs/biome from 1.5.2 to 1.5.3
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.5.3/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 20:07:02 +00:00
Adam Matthiesen f23f708f95 merge 2024-01-23 12:03:56 -08:00
Adam Matthiesen c6ec669b36 pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
Adam Matthiesen 7391509587 just some code cleanup and organization 2024-01-21 06:57:59 -08:00
Adam Matthiesen 52c3075cbc up 2024-01-21 01:12:49 -08:00
Adam Matthiesen a4aa98ccab just some cleanup 2024-01-21 00:53:46 -08:00
Adam Matthiesen 74a618cab9 fix 2024-01-20 14:31:49 -08:00
Adam Matthiesen c8b68bf003 up version 2024-01-20 14:17:39 -08:00
Adam Matthiesen 79f269fc00 TSDocs! 2024-01-20 14:12:24 -08:00
Adam Matthiesen 75416edef2 Woot Configs! 2024-01-20 10:38:32 -08:00
Adam Matthiesen 0552334f91 Enables sitemap and robots 2024-01-20 06:41:22 -08:00
Adam Matthiesen 2d73445518 Fixes and New Features... 2024-01-20 04:52:55 -08:00
Adam Matthiesen 4825552c9d bug fix 2024-01-19 04:58:37 -08:00
Adam Matthiesen dd0f36b84e some cleanup 2024-01-18 08:50:53 -08:00
Adam Matthiesen 414cb7836d fix typing 2024-01-18 08:36:54 -08:00
Adam Matthiesen deeba99dee up version 2024-01-18 08:32:55 -08:00
Adam Matthiesen 47439bb73b
Update package.json 2024-01-18 07:01:15 -08:00
Adam Matthiesen d034e593c8 ghostcms is now astro output aware 2024-01-18 01:43:23 -08:00
Adam Matthiesen 3d2a3e560f up version 2024-01-17 21:39:32 -08:00
Adam Matthiesen d2d0c571e8 up package number 2024-01-17 19:12:40 -08:00
Adam Matthiesen 75c7e4d869
Update package.json 2024-01-17 03:38:44 -08:00
Adam Matthiesen 5ec328d964 bug fixes 2024-01-17 02:55:43 -08:00
Adam Matthiesen 0c9232a2bd ready for realease... 2024-01-17 02:29:47 -08:00
Adam Matthiesen 82de40572b Working.... local only not ready for prod 2024-01-17 01:42:28 -08:00
Adam Matthiesen 84d5d4817c oops... forgot to up the package version 2024-01-16 19:16:31 -08:00
Adam Matthiesen e8ff29a7d1
Update package.json 2024-01-16 01:12:18 -08:00
Adam Matthiesen ae2c10036f
Update package.json
No real change.  testing workflows
2024-01-16 00:20:07 -08:00
Adam Matthiesen 9890ace68c Repo Moved Org, same for NPM 2024-01-15 22:58:43 -08:00
Adam Matthiesen 8975fe960b 1.0.2, last type fix... now the basetheme has no type errors! 2024-01-15 00:12:21 -08:00
Adam Matthiesen 0d265fbd02 1.0.1 fix typing 2024-01-14 23:58:29 -08:00
Adam Matthiesen be76428aae update to 1.0.0, code cleanup 2024-01-14 18:32:41 -08:00
Adam Matthiesen 424721bce7 beta.3 - TYPES are now being properly exported. 2024-01-14 05:12:31 -08:00
Adam Matthiesen 525f5d95ae update readme 2024-01-12 23:45:04 -08:00