-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pr/mateenagy/179
- Loading branch information
Showing
20 changed files
with
2,048 additions
and
1,095 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: autofix.ci # needed to securely identify the workflow | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: [ "main" ] | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
autofix: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
- run: corepack enable | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18 | ||
cache: "pnpm" | ||
- run: pnpm install | ||
- name: Fix lint issues | ||
run: npm run lint:fix | ||
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84 | ||
with: | ||
commit-message: 'chore: apply automated lint fixes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,44 @@ | |
|
||
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. | ||
|
||
## v1.4.2 | ||
|
||
[compare changes](https://github.com/unjs/mlly/compare/v1.4.1...v1.4.2) | ||
|
||
### 🩹 Fixes | ||
|
||
- **findExports:** Support generator ([#189](https://github.com/unjs/mlly/pull/189)) | ||
|
||
### 🏡 Chore | ||
|
||
- Update lockfile ([ad68cb7](https://github.com/unjs/mlly/commit/ad68cb7)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Anthony Fu <[email protected]> | ||
|
||
## v1.4.1 | ||
|
||
[compare changes](https://github.com/unjs/mlly/compare/v1.4.0...v1.4.1) | ||
|
||
### 🩹 Fixes | ||
|
||
- **isValidNodeImport:** Detect invalid cjs modules ([#187](https://github.com/unjs/mlly/pull/187)) | ||
|
||
### 🏡 Chore | ||
|
||
- Update dependencies ([1a25f45](https://github.com/unjs/mlly/commit/1a25f45)) | ||
- Add autofix ci ([b7adabf](https://github.com/unjs/mlly/commit/b7adabf)) | ||
|
||
### 🎨 Styles | ||
|
||
- Format with prettier v3 ([914493c](https://github.com/unjs/mlly/commit/914493c)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
|
||
## v1.4.0 | ||
|
||
[compare changes](https://github.com/unjs/mlly/compare/v1.3.0...v1.4.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.