Skip to content

Commit

Permalink
[@dagster-io/ui] Bump eslint-config (#11703)
Browse files Browse the repository at this point in the history
### Summary & Motivation

Bump eslint-config in `@dagster-io/ui` to restore our custom rules.
Local cloud dev is showing some logspew that relates to this, and this
should resolve it.

### How I Tested These Changes

Buildkite
  • Loading branch information
hellendag committed Jan 17, 2023
1 parent 4f92708 commit c9efdbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
2 changes: 1 addition & 1 deletion js_modules/dagit/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@dagster-io/eslint-config": "1.0.9",
"@dagster-io/eslint-config": "1.0.10",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
Expand Down
31 changes: 2 additions & 29 deletions js_modules/dagit/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6350,7 +6350,7 @@ __metadata:
languageName: unknown
linkType: soft

"@dagster-io/eslint-config@^1.0.1, @dagster-io/eslint-config@workspace:*, @dagster-io/eslint-config@workspace:packages/eslint-config":
"@dagster-io/eslint-config@1.0.10, @dagster-io/eslint-config@^1.0.1, @dagster-io/eslint-config@workspace:*, @dagster-io/eslint-config@workspace:packages/eslint-config":
version: 0.0.0-use.local
resolution: "@dagster-io/eslint-config@workspace:packages/eslint-config"
dependencies:
Expand All @@ -6376,27 +6376,6 @@ __metadata:
languageName: unknown
linkType: soft

"@dagster-io/eslint-config@npm:1.0.9":
version: 1.0.9
resolution: "@dagster-io/eslint-config@npm:1.0.9"
dependencies:
"@typescript-eslint/eslint-plugin": 5.47.0
"@typescript-eslint/parser": 5.47.0
eslint-config-prettier: 8.5.0
eslint-plugin-dagster-rules: "link:./rules"
eslint-plugin-import: 2.26.0
eslint-plugin-jest: ^27.1.7
eslint-plugin-jsx-a11y: 6.6.1
eslint-plugin-prettier: ^4.2.1
eslint-plugin-react: 7.31.11
eslint-plugin-react-hooks: 4.6.0
peerDependencies:
eslint: ^8.30.0
prettier: 2.8.1
checksum: 398e84f404479d2db33978a1fd7bec3884701be18980db967e43160bfe022953f418dba6c0fd614a6171ab600b4f0522663cd2a82eb3238dbd44a6828b759bb1
languageName: node
linkType: hard

"@dagster-io/react-scripts@npm:^5.0.5":
version: 5.0.5
resolution: "@dagster-io/react-scripts@npm:5.0.5"
Expand Down Expand Up @@ -6478,7 +6457,7 @@ __metadata:
"@babel/preset-env": ^7.16.7
"@babel/preset-react": ^7.16.7
"@babel/preset-typescript": ^7.16.7
"@dagster-io/eslint-config": 1.0.9
"@dagster-io/eslint-config": 1.0.10
"@mdx-js/react": ^1.6.22
"@react-hook/resize-observer": ^1.2.6
"@rollup/plugin-babel": ^5.3.1
Expand Down Expand Up @@ -17406,12 +17385,6 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-dagster-rules@link:./rules::locator=%40dagster-io%2Feslint-config%40npm%3A1.0.9":
version: 0.0.0-use.local
resolution: "eslint-plugin-dagster-rules@link:./rules::locator=%40dagster-io%2Feslint-config%40npm%3A1.0.9"
languageName: node
linkType: soft

"eslint-plugin-dagster-rules@link:./rules::locator=%40dagster-io%2Feslint-config%40workspace%3Apackages%2Feslint-config":
version: 0.0.0-use.local
resolution: "eslint-plugin-dagster-rules@link:./rules::locator=%40dagster-io%2Feslint-config%40workspace%3Apackages%2Feslint-config"
Expand Down

1 comment on commit c9efdbf

@vercel
Copy link

@vercel vercel bot commented on c9efdbf Jan 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dagit-storybook – ./js_modules/dagit/packages/ui

dagit-storybook-elementl.vercel.app
dagit-storybook.vercel.app
dagit-storybook-git-master-elementl.vercel.app

Please sign in to comment.