Skip to content

Commit

Permalink
[ui] Yarn 4.5.0 (#25225)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Stay on top of Yarn updates, upgrade packages to 4.5.0.

## How I Tested These Changes

Buildkite
  • Loading branch information
hellendag authored Oct 11, 2024
1 parent 5d1879a commit 094db11
Show file tree
Hide file tree
Showing 18 changed files with 8,037 additions and 7,895 deletions.
874 changes: 0 additions & 874 deletions docs/dagster-university/.yarn/releases/yarn-3.6.4.cjs

This file was deleted.

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion docs/dagster-university/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.5.0.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": "yarn@3.6.4"
"packageManager": "yarn@4.5.0"
}
3,062 changes: 1,531 additions & 1,531 deletions docs/dagster-university/yarn.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/docs-beta/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ yarn-debug.log*
yarn-error.log*
*.sqlite

.pnp.*
.yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/plugins
!.yarn/sdks/**
!.yarn/versions
.pnp.*
925 changes: 925 additions & 0 deletions docs/docs-beta/.yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion docs/docs-beta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"engines": {
"node": ">=18.0"
},
"packageManager": "yarn@4.4.0"
"packageManager": "yarn@4.5.0"
}
874 changes: 0 additions & 874 deletions docs/next/.yarn/releases/yarn-3.6.4.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions docs/next/.yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion docs/next/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion docs/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@
"remark-preset-prettier": "^0.4.1",
"typescript": "5.4.5"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.5.0"
}
Loading

3 comments on commit 094db11

@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-university ready!

✅ Preview
https://dagster-university-nlzw65k44-elementl.vercel.app

Built with commit 094db11.
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 dagster-docs ready!

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

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

@github-actions
Copy link

@github-actions github-actions bot commented on 094db11 Oct 11, 2024

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-beta ready!

✅ Preview
https://dagster-docs-beta-f8fqog8g2-elementl.vercel.app

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

Please sign in to comment.