-
Notifications
You must be signed in to change notification settings - Fork 16
build: update Nx 19 & other dependencies #811
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
fc308be
build: update Nx 19 & other dependencies
vmasek daebb71
test(plugin-eslint): fix nx project graph for mocked monorepo
vmasek 2fc3cb4
build: update to latest nx 19
vmasek 4a587a0
build: update deps lock and minor nx 19
vmasek e104e1b
refactor: temporary ignore use of deprecated CreteNodes at nx/devkit
vmasek f53b7d2
build: bump nx optional deps
vmasek db403a3
build: add rollup optional deps
vmasek 4b67055
test: update integration test check to correspond with reduced lintFi…
vmasek 85575d6
test: update e2e test check to include parallelism option
vmasek c35f049
test: use fake cache for create-cli e2e
vmasek f8844dd
test: remove arbitrary nx output prefix to fix test after update
vmasek 3ff6915
build: switch to plain tsc instead of esbuild
vmasek f6ef55f
build: update to latest minor nx version
vmasek ce86ee7
build: get rid of explicit main as tsc executor will fill it out
vmasek 7f4b01d
build: remove esbuild file from project configs
vmasek 40c83c0
build: remove esbuild
vmasek 2202dfd
build: use explicit js file extension imports
vmasek da4c689
refactor: tsx compatible code pushup execution
vmasek 28eeee8
build: fix package lock after rebase
vmasek 32dda1a
build: add explicit tsbuild dependency to all sub packages
vmasek 3384785
refactor: correct project json schema reference
vmasek 6c6cd58
build: fix test-utils buildable lib by adding package json with corre…
vmasek 3499bbe
refactor: temporary remove custom-checks as they require dist folder …
vmasek f8bb13e
refactor: use with type json notation for package.json imports
vmasek f3e63f5
fix(plugin-eslint): avoid directory imports
matejchalk 34cc22c
fix: prevent "ExperimentalWarning: Importing JSON" logged to stderr
matejchalk 89d2d88
test(plugin-coverage-e2e): fix import path in test fixture
matejchalk 92c3b5e
test: fix nx-plugin tests and inline custom dummy plugin
vmasek 6aa3e5c
fix: update progress bar gradually as plugin run complete
vmasek ab04f35
refactor: ignore all config files in eslint
vmasek 814cf46
test(plugin-eslint): add tsconfig for todos-app
vmasek 588ec76
refactor: code pushup core config type import
vmasek 676e1fa
refactor: reformat yargs file
vmasek 321d21f
build: remove unnecessary types property from package json as it is g…
vmasek 60cdd93
build: remove unnecessary tslib dependency form sub packages as we do…
vmasek 8622189
refactor: code pushup merge configs helper direct import
vmasek f6462e4
refactor: code pushup preset direct imports
vmasek c9122be
refactor: correct examples dist import
vmasek 1e042e6
test: correct double file extension imports
vmasek 697470e
test: correct path for args testing
vmasek ef62518
refactor(nx-plugin): target specific deprecation with ignore
vmasek 08fa7b9
build: set import helpers usage to explicit false to mitigate tslib
vmasek 4b70f42
build(nx-plugin): keep supported nx version at >17 and <=19
vmasek abff296
refactor: remove unnecessary barrel files
vmasek 114625c
test: keep verdaccio server running for create cli e2e
vmasek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -47,4 +47,4 @@ Thumbs.db | |
| **/.code-pushup | ||
|
|
||
| # Nx workspace cache | ||
| .nx/cache | ||
| .nx | ||
This file contains hidden or 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,5 @@ | ||
| # Add files here to ignore them from prettier formatting | ||
| /dist | ||
| /coverage | ||
| /.nx/cache | ||
| /.nx | ||
| __snapshots__ |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
e2e/cli-e2e/mocks/fixtures/existing-reports/code-pushup.config.ts
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| export const INLINE_PLUGIN = ` | ||
| { | ||
| slug: 'good-feels', | ||
| title: 'Good feels', | ||
| icon: 'javascript', | ||
| audits: [ | ||
| { | ||
| slug: 'always-perfect', | ||
| title: 'Always perfect', | ||
| }, | ||
| ], | ||
| runner: () => [ | ||
| { | ||
| slug: 'always-perfect', | ||
| score: 1, | ||
| value: 100, | ||
| displayValue: '✅ Perfect! 👌', | ||
| }, | ||
| ], | ||
| } | ||
| `; |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.