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

Update deps and related fixes: lerna v8, prettier v3, react-scripts v5, storybook v8 #1419

Merged
merged 7 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: yarn install
- run: yarn bootstrap
- run: yarn build
- run: yarn lint
- run: yarn test-sauce
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
git clone https://github.com/vivliostyle/vivliostyle.js.git
cd vivliostyle.js
yarn install
yarn bootstrap
```

### Build
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.30.5",
"includeMergedTags": true
}
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
"description": "Library for HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support",
"author": "Vivliostyle Foundation",
"scripts": {
"bootstrap": "lerna bootstrap && lerna link",
"build": "lerna run build",
"build-dev": "lerna run build-dev",
"clean": "lerna run clean",
"dev": "lerna run dev --parallel --ignore @vivliostyle/react",
"dev:react": "lerna run dev --parallel --ignore @vivliostyle/viewer",
"format": "lerna run format",
"lint": "lerna run lint",
"now-build": "yarn bootstrap && VIVLIOSTYLE_VERSION=canary yarn build && ./scripts/create-archive.js vivliostyle-canary vivliostyle-viewer-canary.zip",
"now-build": "VIVLIOSTYLE_VERSION=canary yarn build && ./scripts/create-archive.js vivliostyle-canary vivliostyle-viewer-canary.zip",
"ship": "lerna publish from-package",
"ship:canary": "lerna publish --canary",
"ship:prerelease": "yarn ship --dist-tag next",
Expand All @@ -23,14 +22,14 @@
"version:prerelease": "lerna version --conventional-commits --conventional-prerelease --preid pre"
},
"devDependencies": {
"archiver": "^5.0.2",
"archiver": "^7.0.1",
"doctoc": "^2.0.0",
"github-release-cli": "^2.0.0",
"husky": "^4.2.3",
"lerna": "^4.0.0",
"lerna": "^8.1.9",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"pretty-quick": "^3.0.2",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"shelljs": "^0.8.4",
"shx": "^0.3.2"
},
Expand Down
236 changes: 0 additions & 236 deletions packages/core/.eslintrc.js

This file was deleted.

Loading