I'm usually trying to contribute to tools that I use on a daily basis, if not via PRs, then at least trying to file bugs and reproduce them.
- An exception to
no-named-as-default
rule: import-js/eslint-plugin-import#3032 - Jest compatibility with modern TypeScript moduleResolution and
jest.config.ts
(jestjs/jest#14739)
- swc-project/swc#8139 (reported not being able to transpile
'.'
correctly) - jest-community/vscode-jest#1080 (fixed running tests on whole virtual folders)
- yarnpkg/berry#5868 (removed unimplemented
--save
option foryarn set resolution
) - DefinitelyTyped/DefinitelyTyped#62942 (added low-effort typings for
exif-reader
package) - casper-ecosystem/casper-js-sdk#387 (fixed
casper-js-sdk
modern TypeScript support) - eslint/eslint#15009 (improved docs on
prefer-named-capture-group
ESLint rule) - ds300/patch-package#217 (proposed
--ignore-error
option that later became the default behaviour) - oclif/plugin-help#264 (fixed rendering argument with default value of 0)
- arrow-py/arrow#769 (fixed whole Polish locale and added "week" timeframe)
- typeorm/typeorm#9565 + typeorm/typeorm#9572 (new entity with a foreign key id is not saved correctly)
I'm tracking these currently: