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

chore: update eslint and nx deps #3371

Merged
merged 5 commits into from Apr 10, 2022
Merged

Conversation

timdeschryver
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[x] Other... Please describe:

What is the current behavior?

Closes #

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

Before I started the migratation of the ESLint plugin, I wanted this repo to be on the latest ESLint version (8). By doing that, I also had to update the NX dependencies.
I also had to make some changes to make the ng lint happy.

@netlify
Copy link

netlify bot commented Apr 8, 2022

Deploy Preview for ngrx-io canceled.

Name Link
🔨 Latest commit bfa3e28
🔍 Latest deploy log https://app.netlify.com/sites/ngrx-io/deploys/625029e4a7100f0008c74741

@@ -113,7 +121,6 @@
"undefined"
],
"id-match": "error",
"import/no-deprecated": "warn",
Copy link
Member Author

Choose a reason for hiding this comment

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

Removed because this was taking too long 😅

@@ -636,7 +636,7 @@
"outputs": ["coverage/modules/schematics"]
},
"build-package": {
"builder": "@nrwl/node:package",
Copy link
Member Author

Choose a reason for hiding this comment

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

Changed in nrwl/nx#9086

@@ -235,7 +235,7 @@ jobs:
- write_master_hash
- run:
name: Run Affected E2E Tests
command: yarn nx affected --target=e2e --base=$(cat ~/project/master.txt) --head=$CIRCLE_SHA1 --headless --parallel
command: yarn nx affected --target=e2e --base=$(cat ~/project/master.txt) --head=$CIRCLE_SHA1 --parallel --exclude=docs-app
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure why docs-app is getting picked up as a project that has the e2e target, that's why I just excluded it here 😅

@markostanimirovic markostanimirovic merged commit 4aa0a0c into master Apr 10, 2022
@markostanimirovic markostanimirovic deleted the update-eslint-deps branch April 10, 2022 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants