Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

eslint-plugin-compat

Lint the browser compatibility of your code
Collective - Host: opensource - https://opencollective.com/eslint-plugin-compat - Code: https://github.com/amilajack/eslint-plugin-compat

chore: bump deps

github.com/amilajack/eslint-plugin-compat - eba26a7f65c26774fcbc46185a0ca7c5bcdc309d authored over 1 year ago by Amila Welihinda <[email protected]>
fix: failing tests

github.com/amilajack/eslint-plugin-compat - e8e4d62266417f04fe62e3b7ed6a423de1d903b9 authored over 1 year ago by Amila Welihinda <[email protected]>
docs: configuring different envs

github.com/amilajack/eslint-plugin-compat - 67170a4baee401c83925d8b8f044ec8c814c4cd4 authored over 1 year ago by Amila Welihinda <[email protected]>
feat: Enable setting Browserslist JS API options (#587)

In your ESLint config, you can now add `settings.browserslistOpts` to configure which settings t...

github.com/amilajack/eslint-plugin-compat - ed1b34f0e40b7ac033a98afb8dcf9d7c401da67d authored over 1 year ago by Anthony Frehner <[email protected]>
fix: allow minor deps semver

github.com/amilajack/eslint-plugin-compat - 62bfb532044ae15530078a56d08bd809042d0d80 authored over 1 year ago by Amila Welihinda <[email protected]>
update semver (#584)

github.com/amilajack/eslint-plugin-compat - 6e7d9ca0b2800afd501bc7308ba5054026a0e53d authored over 1 year ago by Kozlov Sergey <[email protected]>
fix: requestIdleCallback and requestAnimationFrame provider (#588)

github.com/amilajack/eslint-plugin-compat - 2cec0c773dceabe18978a7f87b6d2279d0a977c9 authored over 1 year ago by Akshay Ashok <[email protected]>
chore(deps-dev): bump jest from 29.4.2 to 29.5.0 (#560)

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.5.0.
-...

github.com/amilajack/eslint-plugin-compat - b2cd1c61b2c86e0ebfbe8149568b438d647a9cda authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: support node 14 (#565)

* fix: support node 14

* ci: enable tests on pr

* ci: bump gh workflow ubuntu version

github.com/amilajack/eslint-plugin-compat - 571b9775771f9886cbc797cdb4871ac1e9ed8b5f authored over 1 year ago by Amila Welihinda <[email protected]>
fix(helpers): Fix prototype construction (#561)

* Return ["String"] as protochain part when object type is "Literal"

* Update compat data

...

github.com/amilajack/eslint-plugin-compat - ee75483db19d2b13d5f7b86e30270db90f54a662 authored over 1 year ago by Kristján Oddsson <[email protected]>
drop references to wiki

github.com/amilajack/eslint-plugin-compat - 5333cd061110359ba16b6e0eba4ff78097509b0d authored almost 2 years ago by Amila Welihinda <[email protected]>
fix: remove tsconfig from polyfill check (#544)

* fix: remove tsconfig from polyfill check

* doc: add linting es apis section

github.com/amilajack/eslint-plugin-compat - 28e32ed831d474586a2a44ed5f1cd78464bd0f10 authored almost 2 years ago by Amila Welihinda <[email protected]>
fix: drop core-js (#542)

github.com/amilajack/eslint-plugin-compat - 76e60b99453242debaf662345ee347a6fb084a03 authored almost 2 years ago by Amila Welihinda <[email protected]>
chore: remove diffs from readme exmaples for easy copy + paste

github.com/amilajack/eslint-plugin-compat - ba0a4e9d1229f6ed52100d725272cd1429923bda authored almost 2 years ago by Amila Welihinda <[email protected]>
chore: bump ast-metadata-inferer

github.com/amilajack/eslint-plugin-compat - fa15cc660571eaf58484c1dd89e3b84c66650cdc authored almost 2 years ago by Amila Welihinda <[email protected]>
refactor: migrate to ts (#536)

* ref: migrate to ts

* fix: drop js files

* fix: move eslint config to pkg.json

* chore...

github.com/amilajack/eslint-plugin-compat - 0d8a442790edd5ff6191ed959da704c17b265d02 authored almost 2 years ago by Amila Welihinda <[email protected]>
chore: drop renovate

github.com/amilajack/eslint-plugin-compat - bd657ef2c770de539a05a77e058e778f2218a129 authored almost 2 years ago by Amila Welihinda <[email protected]>
chore: enable dependabot

github.com/amilajack/eslint-plugin-compat - 42ce6da291d80b81e951fe4a97a4bf7cc56d1197 authored almost 2 years ago by Amila Welihinda <[email protected]>
Fix findUp is not defined (#529)

github.com/amilajack/eslint-plugin-compat - d463ad6f818c61d20ab3461028872ff6ad4486e3 authored almost 2 years ago by RamonEspinosa <[email protected]>
fix: move eslint-config-bliss-typescript to devDeps

github.com/amilajack/eslint-plugin-compat - 7be2f7422cfc453f0cf518b542eff2927ee9e9b3 authored almost 2 years ago by Amila Welihinda <[email protected]>
chore: update repo badges

github.com/amilajack/eslint-plugin-compat - 14417ead93f3ddbac2972e639b2639a03133380e authored almost 2 years ago by Amila Welihinda <[email protected]>
chore: drop --save-dev

github.com/amilajack/eslint-plugin-compat - b57e43ca5f1bc76eb3838571ebe934a8ff8362d9 authored almost 2 years ago by Amila Welihinda <[email protected]>
chore: bump deps (#527)

* chore: bump deps

* fix: drop azure pipelines

* fix: use eslint-config-bliss-typescript

* fi...

github.com/amilajack/eslint-plugin-compat - 43332650a36bc2e74644ea66aa6eb2d3d9574718 authored almost 2 years ago by Amila Welihinda <[email protected]>
docs: add `plugins` prop to eslint config section (#517)

* Readme - Add `plugins` prop to ESLint Config section

* Update README.md

* Update README....

github.com/amilajack/eslint-plugin-compat - 30aea94e7d494fba9c83f29ceb50292b31c38637 authored over 2 years ago by Oren Klein <[email protected]>
fix: bump caniuse-lite

github.com/amilajack/eslint-plugin-compat - a702236b146f517522222c593c9a13ada34daec8 authored almost 3 years ago by Amila Welihinda <[email protected]>
chore: bump @mdn/browser-compat-data

github.com/amilajack/eslint-plugin-compat - 153cfe7c95e7ee46cbb907a7b7e08cbf33ea91a2 authored almost 3 years ago by Amila Welihinda <[email protected]>
fix: drop yarn (#510)

github.com/amilajack/eslint-plugin-compat - 023d0c51bbe9429492530a014a7aabf1b44bc0bb authored almost 3 years ago by Amila Welihinda <[email protected]>
hoist memoized fn for getting rules (#505)

github.com/amilajack/eslint-plugin-compat - b2b922f94cf365d6814c358395ae915e60780e9e authored almost 3 years ago by Nathan <[email protected]>
infra: npm caching in ci

github.com/amilajack/eslint-plugin-compat - 8f4cf060853ab06b707a47f9e8bcb238a60f1d3a authored about 3 years ago by Amila Welihinda <[email protected]>
Add new CommonJS babel config files (#497)

babel now allows .cjs config files to allow ESM->CommonJS compatibility.

github.com/amilajack/eslint-plugin-compat - 856d476ee78894e8b972611ac28a7724b543625b authored about 3 years ago by Dustin <[email protected]>
remove david badge

github.com/amilajack/eslint-plugin-compat - ca4fb9654bcec398044f909cb696169cf86a350e authored about 3 years ago by Amila Welihinda <[email protected]>
Add version 8 to the peer dependencies for ESLint (#495)

github.com/amilajack/eslint-plugin-compat - 0bf475128e8e8187ec0c6ed79f2bfba4cf5e8b03 authored about 3 years ago by Kristján Oddsson <[email protected]>
chore: migrate to npm (#494)

github.com/amilajack/eslint-plugin-compat - 286b9b6e6c2748006eab722c363178a7fef9a465 authored about 3 years ago by Amila Welihinda <[email protected]>
feat: eslint@8 support (#489)

* fix: add eslint@8 support

* chore: update e2e node versions

* fix: update caniuse-lite
...

github.com/amilajack/eslint-plugin-compat - b1b93064b8788e27abdb316db39715cb7c5a2469 authored about 3 years ago by Amila Welihinda <[email protected]>
chore(dev-deps): add eslint-plugin-eslint-plugin (#491)

github.com/amilajack/eslint-plugin-compat - 372fd9b1bc01a71de4e48f81eba94e44d261dec9 authored about 3 years ago by Bryan Mishkin <[email protected]>
feat: bump to latest ast-metadata-inferer

github.com/amilajack/eslint-plugin-compat - 42a782e05b3cf6ecb39265674baa417431965b6c authored over 3 years ago by Amila Welihinda <[email protected]>
chore: bump deps

github.com/amilajack/eslint-plugin-compat - cd974aa07286d5a10c71957c19742f44d52da615 authored over 3 years ago by Amila Welihinda <[email protected]>
fix: bump deps

github.com/amilajack/eslint-plugin-compat - bd61d5c11d739a0bed84d0b38226acd8dda2e1e8 authored over 3 years ago by Amila Welihinda <[email protected]>
chore: bump ast-metadata-inferer

github.com/amilajack/eslint-plugin-compat - fe0cdb88e07dd874740eb18705d13f6bd25c4dc2 authored over 3 years ago by Amila Welihinda <[email protected]>
chore: bump deps (#478)

* chore: bump deps

* fix: throw on window.fetch in ie

github.com/amilajack/eslint-plugin-compat - 4368c65254651be88fd363f316030e79fce3aa22 authored over 3 years ago by Amila Welihinda <[email protected]>
chore(deps): update dependency electron to v9.4.0 [security]

github.com/amilajack/eslint-plugin-compat - 7c5bd34e6e7683dc4fc3c2e909adc3be58011413 authored over 3 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency semantic-release to ^17.4.2

github.com/amilajack/eslint-plugin-compat - db0958d00202d37a39eb3d591f983e7e53a2729d authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/jest to ^26.0.22

github.com/amilajack/eslint-plugin-compat - 62dd90f6abdb5f0e04be6863521b3fa74b2b89ad authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/eslint to ^7.2.8

github.com/amilajack/eslint-plugin-compat - 815af0cf4a3209f87677ee8fbc0f02c236301c6e authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update babel monorepo

github.com/amilajack/eslint-plugin-compat - c5085271f88fb35e256e1efb5cfc1b16c54e200b authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency semantic-release to ^17.4.0

github.com/amilajack/eslint-plugin-compat - 34fcb607ee29202418c70443c95506dec46c3958 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update babel monorepo

github.com/amilajack/eslint-plugin-compat - 5b2e4c620fc1de1c880c6c3a39db2d5ec451a344 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update octokit/request-action action to v2.0.26

github.com/amilajack/eslint-plugin-compat - 86ee79519e5d922bf543266a026281f4cdcf0f1e authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency semantic-release to ^17.3.7

github.com/amilajack/eslint-plugin-compat - f33e05a55bbb47b31756e53a71037f96653995a7 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency eslint-plugin-prettier to ^3.3.1

github.com/amilajack/eslint-plugin-compat - dd7c193119d436cc0346a67ab891a674e99110cb authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/jest to ^26.0.20

github.com/amilajack/eslint-plugin-compat - f415b216883c25ddf63ef2b3cf342ba1eb7472dd authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency simple-git to ^2.31.0

github.com/amilajack/eslint-plugin-compat - 89b7dc7c53b9b39d76ac508fb46c74859daf75f0 authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency semantic-release to ^17.3.1

github.com/amilajack/eslint-plugin-compat - 3459e299bf3ac20e513904e553d3439a8ca5879e authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/jest to ^26.0.19

github.com/amilajack/eslint-plugin-compat - c4e7417e199fc4e2952207db4d4756e36913b3eb authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency eslint-plugin-prettier to ^3.3.0

github.com/amilajack/eslint-plugin-compat - 446e1b3473819cb7a3d2cde89be24a197897fae9 authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/eslint to ^7.2.6

github.com/amilajack/eslint-plugin-compat - 5e04701485018566ad847b325c1b81a79a968e92 authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update babel monorepo

github.com/amilajack/eslint-plugin-compat - ecb152a4acf88a598fdd17c9d3793bc8196de4f6 authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): updates in order to fix IE undetected compat infringements (#436)

* Bump prod dependencies to upgrade compat data :outbox_tray:

* Update snapshot post package ...

github.com/amilajack/eslint-plugin-compat - df1c913bfcc436ddef9f63d3b1a9c765c3c973a0 authored about 4 years ago by Adrien Becchis <[email protected]>
Migrate from caniuse-db to caniuse-lite (#431)

github.com/amilajack/eslint-plugin-compat - 673f1f02cf166169c152ada1ae9020db673bc465 authored about 4 years ago by Andre Wiggins <[email protected]>
chore: add actions tests (#432)

github.com/amilajack/eslint-plugin-compat - 3c5f1ef7da1f2ffae6b9e1dfb0276f0c92ccd4db authored about 4 years ago by Amila Welihinda <[email protected]>
Create codeql-analysis.yml

github.com/amilajack/eslint-plugin-compat - c429fa273a73c15cb5cb4370b58be17928d1641b authored about 4 years ago by Amila Welihinda <[email protected]>
chore(deps): replace mdn-browser-compat-data with @mdn/browser-compat-data (#427)

Co-authored-by: Gautier P <[email protected]>

github.com/amilajack/eslint-plugin-compat - 90dd999e4c1da3aa534c4b9673d2cf0e7d20cebe authored about 4 years ago by Gautier P <[email protected]>
ci: semantic release fix (#429)

* Add missing semantic release deps

github.com/amilajack/eslint-plugin-compat - 4c0f71bae976c4321f7bb1756bac06862f434b84 authored about 4 years ago by John Tran <[email protected]>
chore(deps): update octokit/request-action action to v2.0.17

github.com/amilajack/eslint-plugin-compat - b1bfb37c99bdee1b609e057aa02f88681f2246bc authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency simple-git to ^2.24.0

github.com/amilajack/eslint-plugin-compat - acb92db5f623f87896d06688d66d43e2d4711eb0 authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency typescript to ^3.9.7

github.com/amilajack/eslint-plugin-compat - 9caeb5e6038e1be736bff73aa9e310a111c482bd authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency prettier to ^2.2.1

github.com/amilajack/eslint-plugin-compat - 88a4670304616ead3b49aec4b870ddcb2d2e8e6c authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/eslint to ^7.2.5

github.com/amilajack/eslint-plugin-compat - dede711b1f23e415e94c96ddb03acea5d5c19038 authored about 4 years ago by Renovate Bot <[email protected]>
chore(deps): update babel monorepo

github.com/amilajack/eslint-plugin-compat - 4ea567d0bf775a6d24c86ef36bc955453eaf43b9 authored about 4 years ago by Renovate Bot <[email protected]>
ci: automated semantic-release workflow (#420)

* add release.config.js

* add release.yml

github.com/amilajack/eslint-plugin-compat - 59f5b37d4bcaf3eccb68272e9addd182a1c49fde authored about 4 years ago by John Tran <[email protected]>
ci: semantic-pr title check (#418)

* ci: semantic-pr title check

* fix newline

* change link

github.com/amilajack/eslint-plugin-compat - 37a6b0bdc92f8a1e64f672efefb95d321592186b authored about 4 years ago by John Tran <[email protected]>
Update dependency eslint-plugin-import to ^2.22.1

github.com/amilajack/eslint-plugin-compat - 9e35ab8c1b796dec9e994d01c27a37f94799d650 authored about 4 years ago by Renovate Bot <[email protected]>
Update dependency @types/jest to ^26.0.15

github.com/amilajack/eslint-plugin-compat - c5c1621e91f6ab16bf68a6477f8e5152051364d4 authored about 4 years ago by Renovate Bot <[email protected]>
Update dependency caniuse-db to ^1.0.30001154

github.com/amilajack/eslint-plugin-compat - 8fd060982a4a05f014b08d4aadfefecd57d21987 authored about 4 years ago by Renovate Bot <[email protected]>
Update dependency @types/eslint to ^7.2.4

github.com/amilajack/eslint-plugin-compat - f24ee7dd99dc3f0b628112c151b12a96d1eb9e0f authored about 4 years ago by Renovate Bot <[email protected]>
Update babel monorepo

github.com/amilajack/eslint-plugin-compat - 6d6ae21c6cc699519cb5e195f75bfa25f668bef5 authored about 4 years ago by Renovate Bot <[email protected]>
Update dependency @types/jest to ^26.0.14

github.com/amilajack/eslint-plugin-compat - 8f2bf823dbc6e5b760b00b7edcab6eca6aaf63f4 authored over 4 years ago by Renovate Bot <[email protected]>
Update dependency @types/semver to ^7.3.4

github.com/amilajack/eslint-plugin-compat - aff070189dbaea67ae1128756f26b1c2e21a1aba authored over 4 years ago by Renovate Bot <[email protected]>
Update dependency @types/eslint to ^7.2.3

github.com/amilajack/eslint-plugin-compat - 3e23f4b7255df383b3eac40784c5d007b4b44905 authored over 4 years ago by Renovate Bot <[email protected]>
Update babel monorepo to ^7.11.6

github.com/amilajack/eslint-plugin-compat - 53db0926b14b9ea9807b1c6df54ba4fab10b5b0d authored over 4 years ago by Renovate Bot <[email protected]>
Update dependency caniuse-db to ^1.0.30001122

github.com/amilajack/eslint-plugin-compat - 5fd5640b561d4ae4e547b2d5ba2de857697502dc authored over 4 years ago by Renovate Bot <[email protected]>