Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: 👕 Lint commit messages
uses: wagoid/commitlint-github-action@v4

- name: ▶️ Run flow-typed script
run: npm run flow-typed
# - name: ▶️ Run flow-typed script
# run: npm run flow-typed

- name: ▶️ Run test script
run: npm run test
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
flow-typed
!test/mocks/node_modules
npm-debug.log

.DS_Store
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.2.1-alpha.1](https://github.com/krakenjs/grabthar/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2025-05-11)


### Bug Fixes

* find json outside cwd ([9bbd92c](https://github.com/krakenjs/grabthar/commit/9bbd92c250a94f4d8a16804ec34b4a0cdc6802a0))

### [6.2.1-alpha.0](https://github.com/krakenjs/grabthar/compare/v6.2.0...v6.2.1-alpha.0) (2025-05-09)


### Bug Fixes

* check package name ([065092b](https://github.com/krakenjs/grabthar/commit/065092bd29f18e96b3c2b50f822a1109e5e327c3))
* cleanup ([72e184d](https://github.com/krakenjs/grabthar/commit/72e184d6d9bc417cc3b43830a84c408888642bac))
* error description ([97ca7ba](https://github.com/krakenjs/grabthar/commit/97ca7bac2e142d1da7bd69b2a12b05fafea7d82b))
* grumbler scripts 8 ([#24](https://github.com/krakenjs/grabthar/issues/24)) ([911c670](https://github.com/krakenjs/grabthar/commit/911c670107dade67423f0cd9be027ba6b4bae2e3))
* handle exports fields in getFallback ([f8d4e3d](https://github.com/krakenjs/grabthar/commit/f8d4e3d24438e252c2e067d8cc3d527281f8a916))
* handle require error ([cd5e231](https://github.com/krakenjs/grabthar/commit/cd5e231cedc4fa02b4256a8cf148f47b85e45333))
* join ([061fd5c](https://github.com/krakenjs/grabthar/commit/061fd5cb23c4e8662a43d4d9809a5366a9a361ed))
* linting ([13d15e1](https://github.com/krakenjs/grabthar/commit/13d15e17b31b7bada328c693872411acb58e3f29))
* simplify ([af59097](https://github.com/krakenjs/grabthar/commit/af590972a85d393c3490896eadb540ae3dfbcee1))
* typo ([0a86533](https://github.com/krakenjs/grabthar/commit/0a8653339dc7bc2245d9d7fa496094412af3ff7f))


* **docs:** update github actions badge url ([43b4b06](https://github.com/krakenjs/grabthar/commit/43b4b06c204e1580eddbdaa3691df89b4ce57e42))
* remove token from publish action ([cfb4684](https://github.com/krakenjs/grabthar/commit/cfb468493480935969ac3e193625ccc345293420))

## [6.2.0](https://github.com/krakenjs/grabthar/compare/v6.1.1...v6.2.0) (2022-08-02)


Expand Down
59 changes: 59 additions & 0 deletions flow-typed/npm/@commitlint/cli_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
// flow-typed signature: 980c863f5a6ec8000333c5c134c466d7
// flow-typed version: <<STUB>>/@commitlint/cli_v^16.2.1/flow_v0.130.0

/**
* This is an autogenerated libdef stub for:
*
* '@commitlint/cli'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module '@commitlint/cli' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@commitlint/cli/cli' {
declare module.exports: any;
}

declare module '@commitlint/cli/lib/cli-error' {
declare module.exports: any;
}

declare module '@commitlint/cli/lib/cli' {
declare module.exports: any;
}

declare module '@commitlint/cli/lib/types' {
declare module.exports: any;
}

// Filename aliases
declare module '@commitlint/cli/cli.js' {
declare module.exports: $Exports<'@commitlint/cli/cli'>;
}
declare module '@commitlint/cli/index' {
declare module.exports: $Exports<'@commitlint/cli'>;
}
declare module '@commitlint/cli/index.js' {
declare module.exports: $Exports<'@commitlint/cli'>;
}
declare module '@commitlint/cli/lib/cli-error.js' {
declare module.exports: $Exports<'@commitlint/cli/lib/cli-error'>;
}
declare module '@commitlint/cli/lib/cli.js' {
declare module.exports: $Exports<'@commitlint/cli/lib/cli'>;
}
declare module '@commitlint/cli/lib/types.js' {
declare module.exports: $Exports<'@commitlint/cli/lib/types'>;
}
33 changes: 33 additions & 0 deletions flow-typed/npm/@commitlint/config-conventional_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// flow-typed signature: 374cda5390d5df9c36985caebc79239a
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^16.2.1/flow_v0.130.0

/**
* This is an autogenerated libdef stub for:
*
* '@commitlint/config-conventional'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module '@commitlint/config-conventional' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/


// Filename aliases
declare module '@commitlint/config-conventional/index' {
declare module.exports: $Exports<'@commitlint/config-conventional'>;
}
declare module '@commitlint/config-conventional/index.js' {
declare module.exports: $Exports<'@commitlint/config-conventional'>;
}
35 changes: 35 additions & 0 deletions flow-typed/npm/@jest/globals_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
// flow-typed signature: c047b2df2508407c764085c93d5df72b
// flow-typed version: <<STUB>>/@jest/globals_v^28/flow_v0.130.0

/**
* This is an autogenerated libdef stub for:
*
* '@jest/globals'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module '@jest/globals' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@jest/globals/build' {
declare module.exports: any;
}

// Filename aliases
declare module '@jest/globals/build/index' {
declare module.exports: $Exports<'@jest/globals/build'>;
}
declare module '@jest/globals/build/index.js' {
declare module.exports: $Exports<'@jest/globals/build'>;
}
67 changes: 67 additions & 0 deletions flow-typed/npm/@krakenjs/grumbler-scripts_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
// flow-typed signature: c629a29003b26d6be01b44b06ec9e230
// flow-typed version: <<STUB>>/@krakenjs/grumbler-scripts_v^8.0.4/flow_v0.130.0

/**
* This is an autogenerated libdef stub for:
*
* '@krakenjs/grumbler-scripts'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module '@krakenjs/grumbler-scripts' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@krakenjs/grumbler-scripts/config/karma.conf' {
declare module.exports: any;
}

declare module '@krakenjs/grumbler-scripts/config/webpack.config' {
declare module.exports: any;
}

declare module '@krakenjs/grumbler-scripts/test/component' {
declare module.exports: any;
}

declare module '@krakenjs/grumbler-scripts/test/dependency' {
declare module.exports: any;
}

declare module '@krakenjs/grumbler-scripts/test/module' {
declare module.exports: any;
}

declare module '@krakenjs/grumbler-scripts/webpack.config' {
declare module.exports: any;
}

// Filename aliases
declare module '@krakenjs/grumbler-scripts/config/karma.conf.js' {
declare module.exports: $Exports<'@krakenjs/grumbler-scripts/config/karma.conf'>;
}
declare module '@krakenjs/grumbler-scripts/config/webpack.config.js' {
declare module.exports: $Exports<'@krakenjs/grumbler-scripts/config/webpack.config'>;
}
declare module '@krakenjs/grumbler-scripts/test/component.jsx' {
declare module.exports: $Exports<'@krakenjs/grumbler-scripts/test/component'>;
}
declare module '@krakenjs/grumbler-scripts/test/dependency.js' {
declare module.exports: $Exports<'@krakenjs/grumbler-scripts/test/dependency'>;
}
declare module '@krakenjs/grumbler-scripts/test/module.js' {
declare module.exports: $Exports<'@krakenjs/grumbler-scripts/test/module'>;
}
declare module '@krakenjs/grumbler-scripts/webpack.config.js' {
declare module.exports: $Exports<'@krakenjs/grumbler-scripts/webpack.config'>;
}
Loading
Loading