Skip to content

Commit

Permalink
Merge pull request #3202 from KBVE/patch-atomic-more-updates-11-10-20…
Browse files Browse the repository at this point in the history
…24-1731241248

[CI] Merge patch-atomic-more-updates-11-10-2024-1731241248 into dev
  • Loading branch information
h0lybyte authored Nov 10, 2024
2 parents 571ea9b + cafec84 commit 936f678
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 235 deletions.
13 changes: 13 additions & 0 deletions apps/kbve.com/src/content/journal/11-10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,17 @@ import { Adsense, Tasks } from '@kbve/astropad';

Updated the monorepo to nx v20.0.12.
Also moved up the build process to see where the main branch fails, hopefully we can address that problem tonight.

**Main**

The branch seems to build without any major issues, but it did skip a couple libraries from being built.
What we could do is try to maybe start changing the triggers to be all via readme updates?
Hmm, I will have to think through it again, let me get some coffee and revisit this concept again within the next hour.

**Package**

I am going to go through the package again and see if there are any libraries that we need to update or remove.
We are no longer supporting `appwrite`, so lets go ahead and remove that one.
I believe we can also drop the `preact` libraries as well.
`"@astrojs/preact": "^3.5.3"` and `preact` both could be removed.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/mdx": "^2.3.1",
"@astrojs/partytown": "^2.1.2",
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.2",
Expand Down Expand Up @@ -104,9 +103,7 @@
"jsdom": "~22.1.0",
"lit": "^3.2.1",
"nanostores": "^0.9.5",
"node-appwrite": "^11.1.1",
"nx": "20.0.12",
"preact": "^10.24.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit 936f678

Please sign in to comment.