Skip to content

Commit

Permalink
[ui] Updates for dependabot, upgrade yarn (#17255)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Dependabot has surfaced several issues:

- https://github.com/dagster-io/dagster/security/dependabot/342
- https://github.com/dagster-io/dagster/security/dependabot/337
- https://github.com/dagster-io/dagster/security/dependabot/334

Resolve these by bumping dependencies as needed, and by deleting
`@dagster-io/react-scripts` from `app-oss`, where it is no longer
needed.

Also run `yarn set version stable` in these projects to get things up to
date there as well.

## How I Tested These Changes

Run `yarn build` in `dagster-ui`, verify that the app builds correctly.

Buildkite.
  • Loading branch information
hellendag authored Oct 17, 2023
1 parent 911d74e commit db18bc3
Show file tree
Hide file tree
Showing 14 changed files with 1,566 additions and 5,255 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dagster-university/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
2 changes: 1 addition & 1 deletion docs/dagster-university/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"tailwindcss": "^3.3.3",
"typescript": "latest"
},
"packageManager": "[email protected].3"
"packageManager": "[email protected].4"
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/next/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
3 changes: 1 addition & 2 deletions docs/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"remark-frontmatter": "^3.0.0",
"remark-macro": "^1.0.7",
"remark-mdx": "^1.6.22",
"remark-mdx-metadata": "^1.0.1",
"tailwindcss": "^2.0.3",
"to-vfile": "^6.1.0",
"ts-node": "^9.1.1",
Expand All @@ -80,5 +79,5 @@
"remark-preset-prettier": "^0.4.1",
"typescript": "5.0.4"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@3.6.4"
}
Loading

2 comments on commit db18bc3

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-bwlpje2f7-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit db18bc3.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-cpqrd38m6-elementl.vercel.app

Built with commit db18bc3.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.