Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / intuit/eslint-plugin-no-explicit-type-exports issues and pull requests

#47 - Bump json5 from 2.1.1 to 2.2.3

Pull Request - State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#46 - Bump qs from 6.5.2 to 6.5.3

Pull Request - State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#45 - Bump decode-uri-component from 0.2.0 to 0.2.2

Pull Request - State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#44 - Bump minimatch from 3.0.4 to 3.1.2

Pull Request - State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#43 - Bump async from 3.2.0 to 3.2.4

Pull Request - State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#42 - Bump minimist from 1.2.5 to 1.2.6

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#41 - Bump ajv from 6.10.2 to 6.12.6

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#40 - Allow import type from file and export a type

Pull Request - State: closed - Opened by DianaTdr almost 3 years ago - 3 comments
Labels: patch

#39 - Bump tmpl from 1.0.4 to 1.0.5

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago
Labels: skip-release, dependencies

#38 - merge for tests

Pull Request - State: closed - Opened by classicvalues about 3 years ago

#37 - Bump tar from 4.4.15 to 4.4.19

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago
Labels: skip-release, dependencies

#36 - Bump path-parse from 1.0.6 to 1.0.7

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago
Labels: skip-release, dependencies

#35 - Use path as the cache key for getTypeExports

Pull Request - State: closed - Opened by stabbylambda about 3 years ago - 1 comment
Labels: patch

#34 - Refactor and add full import export support

Pull Request - State: open - Opened by alexogeny about 3 years ago - 2 comments

#33 - Bump tar from 4.4.13 to 4.4.15

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies

#32 - Add support for reexported types linting where `asType` syntax is used

Pull Request - State: closed - Opened by alexogeny about 3 years ago
Labels: minor

#31 - Bump ws from 5.2.2 to 5.2.3

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: skip-release, dependencies

#30 - Bump glob-parent from 5.1.0 to 5.1.2

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: skip-release, dependencies

#29 - Bump hosted-git-info from 2.8.5 to 2.8.9

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#28 - Bump lodash from 4.17.19 to 4.17.21

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#27 - Bump handlebars from 4.7.6 to 4.7.7

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#26 - Bump gitlog from 4.0.3 to 4.0.4

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#25 - Bump y18n from 4.0.0 to 4.0.1

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#24 - Bump ini from 1.3.5 to 1.3.8

Pull Request - State: closed - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies

#23 - Fixing All contributor types

Pull Request - State: closed - Opened by kendallgassner almost 4 years ago
Labels: skip-release

#22 - Initialize All contributors in the readme

Pull Request - State: closed - Opened by kendallgassner almost 4 years ago
Labels: skip-release

#21 - Bump node-fetch from 2.6.0 to 2.6.1

Pull Request - State: closed - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies

#20 - Bump auto version to get all contributors errors

Pull Request - State: closed - Opened by kendallgassner almost 4 years ago
Labels: patch

#19 - Fix auto to update all contributors on release

Pull Request - State: closed - Opened by kendallgassner almost 4 years ago
Labels: patch

#18 - Add auto's all-contributors plugin

Pull Request - State: closed - Opened by rajatdiptabiswas about 4 years ago - 9 comments
Labels: patch

#17 - Adding passing test case: import type * as types from ‘./file; export {types}

Pull Request - State: closed - Opened by Rashmi-K-A about 4 years ago
Labels: patch

#16 - add auto's all contributors plugin

Issue - State: closed - Opened by kendallgassner about 4 years ago - 3 comments
Labels: good first issue, hacktoberfest

#15 - Adding passing test case: import type * as types from './bar'; export type {types};

Pull Request - State: closed - Opened by Rashmi-K-A about 4 years ago
Labels: patch

#14 - Bump handlebars from 4.5.1 to 4.7.6

Pull Request - State: closed - Opened by dependabot[bot] about 4 years ago
Labels: dependencies

#13 - This should pass but fails: import { justAType } from ‘./file’; export type {justAType};

Issue - State: closed - Opened by kendallgassner about 4 years ago - 1 comment
Labels: hacktoberfest

#12 - Evaluate TSExportAssignment (export default { x };)

Issue - State: open - Opened by kendallgassner about 4 years ago
Labels: hacktoberfest

#11 - Add Test case for: import type * as types from ‘./file; export {types};

Issue - State: closed - Opened by kendallgassner about 4 years ago - 1 comment
Labels: good first issue, hacktoberfest

#10 - Add Passing test case: import type * as types from './bar'; export type {types};

Issue - State: closed - Opened by kendallgassner about 4 years ago
Labels: good first issue, hacktoberfest

#9 - Bump lodash from 4.17.15 to 4.17.19

Pull Request - State: closed - Opened by dependabot[bot] about 4 years ago
Labels: dependencies

#8 - Update README.md

Pull Request - State: closed - Opened by hipstersmoothie over 4 years ago
Labels: patch

#7 - Added a test case and Updated the readme

Pull Request - State: closed - Opened by kendallgassner over 4 years ago
Labels: patch

#6 - Adding ability to --fix

Pull Request - State: closed - Opened by kendallgassner over 4 years ago - 4 comments
Labels: minor

#5 - Bump acorn from 5.7.3 to 5.7.4

Pull Request - State: closed - Opened by dependabot[bot] over 4 years ago
Labels: dependencies

#4 - Ability to auto-fix exported types

Issue - State: closed - Opened by adierkens almost 5 years ago - 2 comments

#3 - Fix CircleCi

Pull Request - State: closed - Opened by kendallgassner almost 5 years ago
Labels: patch

#2 - test

Pull Request - State: closed - Opened by kendallgassner almost 5 years ago
Labels: patch

#1 - yarn

Pull Request - State: closed - Opened by kendallgassner almost 5 years ago