Skip to content

Commit

Permalink
[optimize] support Async Rendering mode
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
[fix] Meta updater
  • Loading branch information
TechQuery committed Nov 20, 2024
1 parent 627a641 commit b070995
Show file tree
Hide file tree
Showing 7 changed files with 1,649 additions and 1,905 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-meta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI & CD
name: Update Meta
on:
push:
branches:
Expand All @@ -21,7 +21,7 @@ jobs:
env:
# "Administration" repository permissions (write),
# https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#replace-all-repository-topics
GH_TOKEN: ${{ secrets.GH_ADMIN_TOKEN || github.token }}
GH_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
REPOSITORY: ${{ github.repository }}
run: |
DESCRIPTION=$(node -p "JSON.parse(require('fs').readFileSync('package.json')).description || ''")
Expand All @@ -33,4 +33,4 @@ jobs:
[[ "$TOPICS" ]] && {
gh api --method PUT "repos/$REPOSITORY/topics" -f "names[]"
gh repo edit "$REPOSITORY" --add-topic "$TOPICS"
} || true
}
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

App Project scaffold of [WebCell][1] v3

https://web-cell-scaffold.vercel.app/
https://web-cell.dev/WebCell-scaffold/

[![CI & CD](https://github.com/EasyWebApp/WebCell-scaffold/actions/workflows/main.yml/badge.svg)][2]

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@
"dependencies": {
"boot-cell": "^2.0.0-beta.29",
"browser-unhandled-rejection": "^1.0.2",
"cell-router": "^3.0.0-rc.8",
"cell-router": "^3.0.1",
"classnames": "^2.5.1",
"dom-renderer": "^2.4.1",
"dom-renderer": "^2.6.0",
"iterable-observer": "^1.1.0",
"mobx": "^6.13.5",
"web-cell": "^3.0.0",
"web-cell": "^3.0.3",
"web-utility": "^4.4.2"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.14.0",
"@parcel/config-default": "~2.12.0",
"@parcel/packager-raw-url": "~2.12.0",
"@parcel/transformer-less": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@parcel/transformer-webmanifest": "~2.12.0",
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@parcel/config-default": "~2.13.0",
"@parcel/packager-raw-url": "~2.13.0",
"@parcel/transformer-less": "~2.13.0",
"@parcel/transformer-typescript-tsc": "~2.13.0",
"@parcel/transformer-webmanifest": "~2.13.0",
"@softonus/prettier-plugin-duplicate-remover": "^1.0.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.17.6",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.12.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"parcel": "~2.12.0",
"postcss": "^8.4.47",
"parcel": "~2.13.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"typescript": "~5.6.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.15.0",
"workbox-cli": "^7.3.0"
},
"prettier": {
Expand Down
Loading

1 comment on commit b070995

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for web-cell-scaffold ready!

✅ Preview
https://web-cell-scaffold-chso0owuu-techquerys-projects.vercel.app

Built with commit b070995.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.