Highlights
- 12 discussions answered
Pinned
4,839 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 201 commits in 25 repositories
Created 3 repositories
- XhmikosR/rtlcss JavaScript
- XhmikosR/linkinator TypeScript
- XhmikosR/npm-run-all2 JavaScript
Created a pull request in jakearchibald/svgomg that received 28 comments
Use system fonts everywhere except for code & self host Inconsolata
@jakearchibald here it is. That being said I'm not 100% sure of all the changes:
I switched sans-serif to the primary font in main-menu and preloa…
+40
−16
•
28
comments
Opened 85 other pull requests in 15 repositories
jakearchibald/svgomg
1
closed
9
open
6
merged
- Main menu: improve accessibility
- CI: split test steps
- Remove title from inline SVGs
- .output-switcher: stop setting the filter property
-
floating buttons: stop transitioning
box-shadow - Add a separate apple-touch-icon.png
- settings.js: remove workaround
- pan-zoom.js: remove Firefox workaround
- Improve Error messages display
- Assorted lint tweaks
- CI: switch to Node.js 16
-
_spinner.scss: remove unneeded
!important - Update devDependencies
- Deduplicate floating button code
- CSS: move Prism styles to a separate file
- config.json: minor wording fixes
twbs/bootstrap
14
merged
1
open
- JS: minor refactoring
- Switch to Node.js 16 and npm 8.
- Update devDependencies
- Update devDependencies
- tooltip.js: ignore a LGTM error
- Add v5.1.3 docs
- v4-dev backports and updates
- scrollspy.js: chain functions
- tests: minor cleanup
-
ESLint: disable
no-negated-conditionrule - Sanitizer: fix logic and add a test.
-
util/sanitizer.js: use
Array.every() - Add v5.1.2 docs
- Release v5.1.2
- Update devDependencies
dlmanning/gulp-sass
5
closed
10
merged
- Add c8 for coverage
- tests: remove unneeded String casts
- Remove strip-ansi dependency
- Move variables where we use them
-
Fix
fixscript - Minor tweaks and cleanup
- Tweak README.md
- Minor lint tweaks
- Move eslint to npm scripts
- Replace lodash with the lodash.clonedeep package
- package.json: specify the files to include
- Update dependencies
- Properly disable package-lock.json
- Enforce LF
- Switch to GitHub Actions CI
bcomnes/npm-run-all2
4
merged
2
open
1
closed
kangax/html-minifier
2
open
1
closed
3
merged
JustinBeckwith/linkinator
2
closed
2
open
2
merged
MohammadYounes/rtlcss
4
open
twbs/icons
1
open
3
merged
svg/svgo
4
closed
cheeriojs/cheerio
2
merged
StevenBlack/hosts
1
merged
1
closed
twbs/bootstrap-expo
1
open
npm/cli
1
merged
validator/grunt-html
1
open
svg-sprite/svg-sprite
1
merged
Reviewed 62 pull requests in 14 repositories
twbs/bootstrap
14 pull requests
- Be SSR friendly when accessing DOM objects
- tests: try to fix a few random failures
- Collapse, refactor active children handling
-
Swipe: add test to ensure that it ignores
pinchevents - Dropdown remove redundant code
- Extract Carousel's swipe functionality to a separate Class
- Update nuget docs to specify only .NET Framework projects are supported.
- Remove tooltip and popover styling as it is handled by Popper
- Dynamic tabs: use buttons rather than links (backport to v4)
- scrollspy.js: chain functions
- Bump postcss from 8.3.8 to 8.3.9
- Bump autoprefixer from 10.3.6 to 10.3.7
- Bump linkinator from 2.14.0 to 2.14.3
- Bump autoprefixer from 10.2.6 to 10.3.6
svg-sprite/svg-sprite
10 pull requests
- Update svgo to v2.4.0
- Bump xo from 0.44.0 to 0.45.0
- Bump yargs from 17.1.1 to 17.2.1
- Bump glob from 7.1.7 to 7.2.0
- Bump mocha from 9.1.1 to 9.1.2
- Bump c8 from 7.8.0 to 7.9.0
- Bump @xmldom/xmldom from 0.7.4 to 0.7.5
- Bump stylus from 0.54.8 to 0.55.0
- Bump sass from 1.38.2 to 1.42.1
- Bump nth-check from 2.0.0 to 2.0.1
jakearchibald/svgomg
9 pull requests
- Main menu: improve accessibility
- Improve Error messages display
- Use grid for item toggle layout
- Assorted lint tweaks
-
Use system fonts everywhere except for
code& self host Inconsolata - Add social tags
- meta: add description meta tag
- performance: removes lighthouse warning about passive scroll
- Deduplicate floating button code
twbs/icons
6 pull requests
- build(deps-dev): bump fantasticon from 1.2.2 to 1.2.3
- build(deps-dev): bump stylelint-config-twbs-bootstrap from 2.2.3 to 2.2.4
- build(deps-dev): bump svg-sprite from 1.5.2 to 1.5.3
- build(deps-dev): bump postcss-cli from 8.3.1 to 9.0.1
- build(deps-dev): bump autoprefixer from 10.3.4 to 10.3.6
- build(deps-dev): bump postcss from 8.3.6 to 8.3.8
dlmanning/gulp-sass
5 pull requests
kangax/html-minifier
3 pull requests
XhmikosR/find-unused-sass-variables
3 pull requests
twbs/rfs
3 pull requests
svg-sprite/gulp-svg-sprite
2 pull requests
svg-sprite/grunt-svg-sprite
2 pull requests
twbs/stylelint-config-twbs-bootstrap
2 pull requests
MohammadYounes/rtlcss
1 pull request
twbs/blog
1 pull request
PrismJS/prism
1 pull request
Created an issue in sindresorhus/semver-regex that received 7 comments
Backport the ReDoS fix in v2.0.0
Hey, @sindresorhus. I know you might not support v2.0.0, but there are so many packages that are still using it: https://www.npmjs.com/package/semv…
7
comments