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

feat: seperate workspaces #1952

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d86cd45
- move legacy packages into their own directory
jasonbahl Sep 5, 2024
4847994
- update block-editor-utils moduleNameMapper as it was causing issues…
jasonbahl Sep 5, 2024
fb543b5
- update peerDepedencies to allow react 17 or later
jasonbahl Sep 5, 2024
7a7c523
- update snapshots
jasonbahl Sep 5, 2024
fc0fb6e
- update import
jasonbahl Sep 5, 2024
77d8fa0
downgrade glob to satisfy peerDependencies
jasonbahl Sep 5, 2024
77ce5c8
- mock useRouter in jest to satisfy next 13 requirements
jasonbahl Sep 5, 2024
9f95876
- add testing-library/react-hooks as a devDependency for faustwp/core
jasonbahl Sep 5, 2024
6fae963
- fix linting issues
jasonbahl Sep 5, 2024
ab57372
- linting
jasonbahl Sep 5, 2024
0305853
- update align to textAlign on the CoreQuoteBlockFragment
jasonbahl Sep 12, 2024
f4b6102
- update path for experimental-app-router workflow
jasonbahl Sep 13, 2024
af83272
- update scripts to be uniform across packages
jasonbahl Sep 13, 2024
56932d7
- run `npm run format`
jasonbahl Sep 13, 2024
a7c2a09
- move rimraf and prettier to the root package.json
jasonbahl Sep 13, 2024
f76b0de
- update .eslintrc rules
jasonbahl Sep 13, 2024
a8f5773
- update uses of setConfig in tests
jasonbahl Sep 13, 2024
f655af7
- remove useRouterSpy in favor of the global next/router spy
jasonbahl Sep 13, 2024
7acf1cf
- update uses of setConfig in tests
jasonbahl Sep 13, 2024
86cb773
- update regex's
jasonbahl Sep 13, 2024
3b8d1f5
- update snapshots
jasonbahl Sep 13, 2024
b40f20b
- update sitemap snapshot
jasonbahl Sep 13, 2024
b6fde90
- update workflow to use node 22
jasonbahl Sep 16, 2024
ab25692
- change packages to have explicit ordering so that core is built bef…
jasonbahl Sep 17, 2024
64bfd83
chore: restore package-lock
theodesp Oct 16, 2024
d8d9082
chore: restore package-lock.json
theodesp Oct 16, 2024
603ed55
chore: update package-lock
theodesp Oct 16, 2024
7b7dc68
chore: include --include=dev in bundle analysis
theodesp Oct 16, 2024
9844f60
chore: bundle analysis build
theodesp Oct 16, 2024
f2900b2
chore: update bundle analysis build
theodesp Oct 16, 2024
88c0d93
chore: update bundle-analysis step
theodesp Oct 16, 2024
19f4f40
chore: update bundle analysis step
theodesp Oct 16, 2024
de99f1e
chore: update bundle analysis step
theodesp Oct 16, 2024
24f96ac
chore: remove bundle analysis step for now
theodesp Oct 16, 2024
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
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module.exports = {
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
'@typescript-eslint/unbound-method': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'no-void': 0,
'import/named': 0,
'import/no-extraneous-dependencies': [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/experimental-app-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Build
run: npm run build
working-directory: packages/experimental-app-router
working-directory: experimental-packages/experimental-app-router

- name: Tests
run: npm run test
working-directory: packages/experimental-app-router
working-directory: experimental/experimental-app-router
2 changes: 1 addition & 1 deletion .github/workflows/lint-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
- run: npm ci
- run: npm run build
- run: npm run lint
Expand Down
143 changes: 0 additions & 143 deletions .github/workflows/nextjs-bundle-analysis.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading