-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #679 from Atom-Learning/feat/upgrade-to-yarn4
feat: upgrade to yarn 4
- Loading branch information
Showing
24 changed files
with
22,668 additions
and
15,881 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Setup environment | ||
uses: actions/[email protected] | ||
with: | ||
node-version: '14' | ||
node-version: '20.11' | ||
|
||
- name: Install dependencies | ||
run: yarn install | ||
|
@@ -46,6 +46,6 @@ jobs: | |
- name: Commit changes | ||
uses: stefanzweifel/git-auto-commit-action@v4 | ||
with: | ||
commit_user_name: "atom-ci-actions[bot]" | ||
commit_user_email: "129779914+atom-ci-actions[bot]@users.noreply.github.com" | ||
commit_user_name: 'atom-ci-actions[bot]' | ||
commit_user_email: '129779914+atom-ci-actions[bot]@users.noreply.github.com' | ||
commit_message: 'chore: apply auto-fix changes' |
This file contains 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 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Setup Node.js environment | ||
uses: actions/[email protected] | ||
with: | ||
node-version: "14" | ||
node-version: '20.11' | ||
|
||
- run: yarn install | ||
|
||
|
This file contains 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
12 changes: 12 additions & 0 deletions
12
.yarn/patches/@stitches-react-npm-1.3.1-1-531ba0a0c0.patch
This file contains 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,12 @@ | ||
diff --git a/types/css-util.d.ts b/types/css-util.d.ts | ||
index 5452ca4ada9c93e0e93d50f780d01a6590d7a095..8de19cb78cd7506b096ff24601cf412738c65d21 100644 | ||
--- a/types/css-util.d.ts | ||
+++ b/types/css-util.d.ts | ||
@@ -98,6 +98,7 @@ export type CSS< | ||
| CSS<Media, Theme, ThemeMap, Utils> | ||
| {} | ||
| undefined | ||
+ | any | ||
) | ||
} | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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,2 @@ | ||
nodeLinker: 'pnpm' | ||
yarnPath: '.yarn/releases/yarn-berry.cjs' |
This file contains 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
lib/src/components/markdown-content/components/MarkdownCode.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownEmphasis.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownHeading.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownImage.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownInlineCode.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownLink.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownList.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownListItem.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownParagraph.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownStrong.tsx
This file contains 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
lib/src/components/markdown-content/components/MarkdownText.tsx
This file contains 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 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 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 |
---|---|---|
|
@@ -16,14 +16,11 @@ | |
"dev:sandbox": "cd lib && yarn start:sandbox", | ||
"build:types": "cd lib && NODE_ENV=production tsc --emitDeclarationOnly && tsc-alias", | ||
"lint-staged": "cd lib && yarn run precommit", | ||
"build-all": "run-s build:*", | ||
"postinstall": "patch-package" | ||
"build-all": "run-s build:*" | ||
}, | ||
"devDependencies": { | ||
"husky": "^4.3.8", | ||
"npm-run-all": "^4.1.5", | ||
"patch-package": "^8.0.0", | ||
"postinstall-postinstall": "^2.1.0" | ||
"npm-run-all": "^4.1.5" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
|
@@ -51,5 +48,6 @@ | |
"react-dom": "17.0.2", | ||
"next/@swc/helpers": "0.4.36", | ||
"@swc/helpers": "0.4.36" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.