Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to v23 #1586

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
27 changes: 27 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

# [23.0.0](https://github.com/tj-actions/eslint-changed-files/compare/v22.0.1...v23.0.0) - (2024-01-18)

## <!-- 26 -->🔄 Update

- Updated README.md
([df814ac](https://github.com/tj-actions/eslint-changed-files/commit/df814ac542c0fd17f79cfdb9ce87943f72d27a09)) - (jackton1)
- Update README.md ([#1581](https://github.com/tj-actions/eslint-changed-files/issues/1581))

([7ff01bd](https://github.com/tj-actions/eslint-changed-files/commit/7ff01bd143c08846917d732ac70ecdf94e357729)) - (Tonye Jack)

## <!-- 30 -->📝 Other

- PR [#1584](https://github.com/tj-actions/eslint-changed-files/pull/1584): update tj-actions/changed-files action to v42 ([5f03138](https://github.com/tj-actions/eslint-changed-files/commit/5f0313854e66c10c5b414b12d0d1b5e908b2fa41)) - (repo-ranger[bot])
- PR [#1583](https://github.com/tj-actions/eslint-changed-files/pull/1583): README.md ([65b46c0](https://github.com/tj-actions/eslint-changed-files/commit/65b46c02ec4d2b5fa4c7e9ffa98ac9c3a5946aba)) - (repo-ranger[bot])

## <!-- 7 -->⚙️ Miscellaneous Tasks

- **deps:** Lock file maintenance ([#1585](https://github.com/tj-actions/eslint-changed-files/issues/1585)) ([bd2148c](https://github.com/tj-actions/eslint-changed-files/commit/bd2148c3e2e0c9a9d143410b6f7a0a5caf6e9bc9)) - (renovate[bot])
- **deps:** Update tj-actions/changed-files action to v42 ([739c70f](https://github.com/tj-actions/eslint-changed-files/commit/739c70f41423de81c3278e3d8b83aca6d6f4e443)) - (renovate[bot])

## <!-- 9 -->⬆️ Upgrades

- Upgraded from v22.0.0 -> v22.0.1 ([#1582](https://github.com/tj-actions/eslint-changed-files/issues/1582))

Co-authored-by: jackton1 <[email protected]>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([46fc6ee](https://github.com/tj-actions/eslint-changed-files/commit/46fc6eecbee662d2780d3faa1d3b7312a390abe1)) - (tj-actions[bot])

# [22.0.1](https://github.com/tj-actions/eslint-changed-files/compare/v22.0.0...v22.0.1) - (2024-01-17)

## <!-- 1 -->🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Run ESLint on either all files or selectively run ESLint on only changed files i
run: npm ci # OR: yarn

- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v22
uses: tj-actions/eslint-changed-files@v23
with:
config_path: "/path/to/.eslintrc"
ignore_path: "/path/to/.eslintignore"
Expand All @@ -74,7 +74,7 @@ Support this project with a :star:
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

```yaml
- uses: tj-actions/eslint-changed-files@v22
- uses: tj-actions/eslint-changed-files@v23
id: eslint-changed-files
with:
# Run [ESlint](https://eslint.org) on all matching files.
Expand Down
Loading