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

fix(common): yarn check #485

Merged
merged 42 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
40e4f43
feat(common): yarn check fixes WIP
kirill-ivanovvv Jan 28, 2025
bad95ad
fix(common): yarn check WIP
kirill-ivanovvv Jan 28, 2025
e1ca8fd
style(github): format
kirill-ivanovvv Jan 29, 2025
ab48f23
feat(common): vim coc config
kirill-ivanovvv Jan 29, 2025
dd14dfd
feat(common): yarn unplugged
kirill-ivanovvv Jan 29, 2025
35b9efa
feat(common): yarn skds
kirill-ivanovvv Jan 29, 2025
a7c1553
refactor(cli): yarn check
kirill-ivanovvv Jan 29, 2025
227038c
refactor(prettier): yarn check
kirill-ivanovvv Jan 29, 2025
3632b9c
refactor(schematics): yarn check
kirill-ivanovvv Jan 29, 2025
c93f9fc
refactor(webpack): yarn check
kirill-ivanovvv Jan 29, 2025
c3bb954
refactor(yarn): yarn check
kirill-ivanovvv Jan 29, 2025
24549b0
style(common): format
kirill-ivanovvv Jan 29, 2025
8fc3428
chore(code): checkout from master
kirill-ivanovvv Jan 29, 2025
18c3002
Merge branch 'fix/yarn-check' into fix/check
kirill-ivanovvv Jan 29, 2025
7fc90e5
refactor(connod): yarn releases - rm unused
kirill-ivanovvv Jan 29, 2025
759ae20
style(common): format
kirill-ivanovvv Jan 29, 2025
bee6b70
refactor(common): coc nvim config
kirill-ivanovvv Jan 29, 2025
85dd44d
refactor(yarn): yarn check WIP
kirill-ivanovvv Jan 29, 2025
777d0b0
refactor(webpack): yarn check WIP
kirill-ivanovvv Jan 29, 2025
e696dd4
refactor(schematics): yarn check WIP
kirill-ivanovvv Jan 29, 2025
dc788e5
refactor(prettier): yarn check WIP
kirill-ivanovvv Jan 29, 2025
d76d27e
refactor(code): yarn check WIP
kirill-ivanovvv Jan 29, 2025
48f76e2
refactor(code): yarnc check WIP
kirill-ivanovvv Jan 29, 2025
4bce4a0
refactor(webpack): yarnc check WIP
kirill-ivanovvv Jan 29, 2025
b04442d
style(code): format
kirill-ivanovvv Jan 29, 2025
eb6aea5
refactor(cli): yarn check WIP
kirill-ivanovvv Jan 29, 2025
866ea62
refactor(code): yarn check WIP
kirill-ivanovvv Jan 29, 2025
44410de
refactor(schematics): yarn check WIP
kirill-ivanovvv Jan 29, 2025
6cbbee1
refactor(webpack): yarn check WIP
kirill-ivanovvv Jan 29, 2025
97a6127
refactor(yarn): yarn check WIP
kirill-ivanovvv Jan 29, 2025
09fdeec
style(common): format
kirill-ivanovvv Jan 29, 2025
b72ceb8
chore(common): checkout .yarn from master
kirill-ivanovvv Jan 29, 2025
2b88636
refactor(prettier): add async getter
kirill-ivanovvv Jan 29, 2025
ddb0074
feat(common): unplugged packages
kirill-ivanovvv Jan 29, 2025
5ef06e1
fix(code): skip lib check
kirill-ivanovvv Jan 29, 2025
d304f44
fix(code): schematics skip lib check
kirill-ivanovvv Jan 29, 2025
70d05a0
fix(schematics): prepack
kirill-ivanovvv Jan 29, 2025
ef65fbc
refactor(common): checkout .yarn from master
kirill-ivanovvv Jan 30, 2025
884d4f0
refactor(common): checkout .yarn from master
kirill-ivanovvv Jan 30, 2025
d339c37
refactor(cli): rm unused
kirill-ivanovvv Jan 30, 2025
d2e3a0b
feat(gitignore): add vim
kirill-ivanovvv Jan 30, 2025
97a1937
refactor(common); rm vim
kirill-ivanovvv Jan 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ body:
validations:
required: true

projects: ['atls/11']
projects: ['atls/11']
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ body:
validations:
required: true

projects: ['atls/11']
projects: ['atls/11']
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ body:
validations:
required: true

projects: ['atls/11']
projects: ['atls/11']
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ fsevents-patch-*.zip
@esbuild-*-npm-*.zip
@rollup-rollup-*-*-npm-*.zip
.idea
.vim
24 changes: 20 additions & 4 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

5 changes: 4 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ compressionLevel: mixed
enableGlobalCache: false

packageExtensions:
'@octokit/auth-action@*':
dependencies:
'@octokit/types': '*'
'@actions/github@*':
dependencies:
undici: '*'
Expand Down Expand Up @@ -100,4 +103,4 @@ defaultSemverRangePrefix: ''
preferReuse: true

yarnPath: yarn/cli/src/cli.dev.mjs
#yarnPath: .yarn/releases/yarn-4.5.1.cjs
# yarnPath: .yarn/releases/yarn-4.5.1.cjs
Loading
Loading