-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from universal-ember/use-docs-support
Use components from docs-support
- Loading branch information
Showing
55 changed files
with
3,215 additions
and
3,293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ jobs: | |
steps: | ||
- uses: wyvox/action@v1 | ||
with: | ||
node-version: 18.18.1 | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
- run: pnpm build | ||
- id: set-pending | ||
|
@@ -74,7 +73,6 @@ jobs: | |
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
pnpm-args: --no-lockfile | ||
node-version: 18.18.1 | ||
- run: pnpm build | ||
- run: pnpm turbo test --filter test-app | ||
|
||
|
@@ -120,14 +118,14 @@ jobs: | |
typescript-scenario: | ||
- [email protected] | ||
- [email protected] | ||
- typescript@rc | ||
- typescript@next | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
steps: | ||
- uses: wyvox/action@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
node-version: 18.18.1 | ||
- run: pnpm build | ||
- name: 'Change TS to ${{ matrix.typescript-scenario }}' | ||
run: 'pnpm add --save-dev ${{ matrix.typescript-scenario}}' | ||
|
@@ -145,10 +143,8 @@ jobs: | |
- uses: wyvox/action@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
node-version: 18.18.1 | ||
- run: | | ||
pnpm build | ||
pnpm test --filter docs-app | ||
- run: pnpm build | ||
- run: pnpm test --filter docs-app | ||
|
||
DeployProduction: | ||
name: "Deploy: Production" | ||
|
@@ -170,7 +166,6 @@ jobs: | |
- uses: wyvox/action@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
node-version: 18.18.1 | ||
- run: pnpm build | ||
- run: pnpm i -f # sync for some reason isn't running before lint | ||
- run: pnpm ember build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
|
||
#################### | ||
# super strict mode | ||
#################### | ||
auto-install-peers=false | ||
strict-peer-dependents=true | ||
resolve-peers-from-workspace-root=false | ||
|
||
################ | ||
# Optimizations | ||
################ | ||
# Less strict, but required for tooling to not barf on duplicate peer trees. | ||
# (many libraries declare the same peers, which resolve to the same | ||
# versions) | ||
dedupe-peer-dependents=true | ||
public-hoist-pattern[]=ember-source | ||
|
||
################ | ||
# Compatibility | ||
################ | ||
# highest is what everyone is used to, but | ||
# not ensuring folks are actually compatible with declared ranges. | ||
resolution-mode=highest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
*.md | ||
app/templates/*.gts | ||
# unconventional js | ||
/blueprints/*/files/ | ||
/vendor/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.