Pinned
359 contributions in the last year
Less
More
Activity overview
Contributed to
typescript-eslint/typescript-eslint,
facebook/docusaurus,
conventional-changelog/commitlint
and 5 other
repositories
Contribution activity
April - May 2021
armano2 has no activity
yet for this period.
March 2021
Created 31 commits in 4 repositories
Created 11 repositories
- armano2/redis-developer.github.io JavaScript
- armano2/packd JavaScript
- armano2/postcss-env-function JavaScript
- armano2/postcss-image-set-function CSS
- armano2/postcss-color-gray JavaScript
- armano2/postcss-pseudo-class-any-link JavaScript
- armano2/postcss-double-position-gradients JavaScript
- armano2/Semigradsky
- armano2/postcss-gap-properties JavaScript
- armano2/postcss-preset-env CSS
- armano2/cssnano CSS
Created a pull request in typescript-eslint/typescript-eslint that received 24 comments
feat(typescript-estree): add ParenthesizedExpression when surrounded by JSDoc type comment
This PR adds option to generate ParenthesizedExpression if they are surrounded by jsDoc comments
ParenthesizedExpression :< Node { type: 'Parenthesβ¦
+2,756
β3
•
24
comments
Opened 43 other pull requests in 10 repositories
facebook/docusaurus
19
merged
5
closed
1
open
- ci: change default actions timeout from 6h to 30m
- fix(v2): do not warn about duplicated title for pages
- fix(v2): remove no longer used postcss-present-env from dependencies
- docs(v2): add missing version link to legacy (v1) version of website
- ci: enable yarn install cache
- feat(v2): frontmatter-less: read first heading as title and use it in front-matter
- refactor(v2): migrate theme bootstrap to typescript
- refactor(v2): migrate log plugin to typescript and let it print warnings
- perf(v2): reduce amount of component updates while scrolling
- fix(v2): select correct tab when items are incorrectly ordered
- refactor(v2): add missing types to theme-classic useTheme
- chore(v2): migrate babel-eslint to @babel/eslint-parser
- chore(v2): update typescript-eslint to v4.18.0
- refactor(v2): correct client types and type aliases
- refactor(v2): improve and unify theme config types
- types(v2): add simple script to generate type aliases
- refactor(v2): correct plugin types
- fix(v2): update postcss to 8.x and adapt custom plugins
- refactor(v2): merge linkify function used in blog and docs and align properties
- refactor(v2): merge linkify function used in blog and docs
- refactor(v2): add ExecutionEnvironment, BrowserOnly, isInternalUrl to type aliases
- refactor(v2): add missing theme-classic types
- refactor(v2): correct some of type errors reported by eslint
- fix(v2): align installed core-js version with babel config
- refactor(v2): remove duplicated lodash dependencies and import only what needed
typescript-eslint/typescript-eslint
8
merged
2
open
- refactor(eslint-plugin): [no-floating-promises] update code to use AST instead of ts nodes
- refactor(eslint-plugin): use direct ts type guards instead of tsutils
- fix(typescript-estree): [ts 4.2] add support for import type equal declaration
- docs(eslint-plugin): correct no longer valid references and examples
- chore: update lerna to 4.0.0
- docs: draft of new typescript-eslint website
- chore: remove redundant lerna:init script
- chore: yarn lock after depencency update
- fix(eslint-plugin): [no-unused-vars] don't report nested module declaration
- fix(scope-manager): update libs for typescript 4.2
facebook/jest
1
merged
csstools/postcss-env-function
1
merged
csstools/postcss-image-set-function
1
open
postcss/postcss-color-gray
1
open
csstools/postcss-pseudo-class-any-link
1
open
csstools/postcss-double-position-gradients
1
open
csstools/postcss-gap-properties
1
open
cssnano/cssnano
1
open
Reviewed 30 pull requests in 5 repositories
typescript-eslint/typescript-eslint 17 pull requests
- docs(eslint-plugin): [naming-convention] clarify literal regex notation vs. argument to RegExp
- docs: update babel-eslint to @babel/eslint-parser
- fix(eslint-plugin): [explicit-module-boundary-types] fixes #2864 related to functions in nested object properties
- fix(eslint-plugin): [member-delimiter-style] correct invalid fix for multiline with params on the same line
- chore: bump husky from 5.1.2 to 5.1.3
- chore: bump markdownlint-cli from 0.26.0 to 0.27.1
- chore: bump @types/prettier from 2.2.1 to 2.2.2
- chore: bump cspell from 5.3.4 to 5.3.7
- chore: bump tsutils from 3.20.0 to 3.21.0
- chore: bump @types/node from 14.14.31 to 14.14.32
- docs: fix typo 'allowAsStatement'
- chore: remove husky 4 config
- feat(eslint-plugin): [type-annotation-spacing] handle space between ? and :
- feat(typescript-estree): add ParenthesizedExpression when surrounded by JSDoc type comment
- chore: bump husky from 5.1.1 to 5.1.2
- chore: bump marked from 2.0.0 to 2.0.1
- chore: bump cspell from 5.2.4 to 5.3.4
facebook/docusaurus 8 pull requests
- fix(v2): remove no longer used postcss-present-env from dependencies
- feat(v2): frontmatter-less: read first heading as title and use it in front-matter
- refactor(v2): migrate log plugin to typescript and let it print warnings
- fix(v2): select correct tab when items are incorrectly ordered
- refactor(v2): improve and unify theme config types
- refactor(v2): correct some of type errors reported by eslint
- refactor(v2): merge linkify function used in blog and docs
- refactor(v2): add missing theme-classic types
conventional-changelog/commitlint 3 pull requests
babel/babel 1 pull request
csstools/postcss-image-set-function 1 pull request
Created an issue in facebook/docusaurus that received 1 comment
Deduplicate npm libraries? (shelljs/execa, del/mkdirp)
After going trough code i noticed that currently this project relies on multiple packages that essentially do same thing
should we use shelljs.exec β¦
1
comment