Sourced from actions/setup-node's releases.
v4.4.0
What's Changed
Bug fixes:
- Make eslint-compact matcher compatible with Stylelint by
@FloEdelmann
in actions/setup-node#98- Add support for indented eslint output by
@fregante
in actions/setup-node#1245Enhancement:
- Support private mirrors by
@marco-ippolito
in actions/setup-node#1240Dependency update:
- Upgrade
@action/cache
from 4.0.2 to 4.0.3 by@aparnajyothi-y
in actions/setup-node#1262New Contributors
@FloEdelmann
made their first contribution in actions/setup-node#98@fregante
made their first contribution in actions/setup-node#1245@marco-ippolito
made their first contribution in actions/setup-node#1240Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.4.0
v4.3.0
What's Changed
Dependency updates
- Upgrade
@actions/glob
from 0.4.0 to 0.5.0 by@dependabot
in actions/setup-node#1200- Upgrade
@action/cache
from 4.0.0 to 4.0.2 by@gowridurgad
in actions/setup-node#1251- Upgrade
@vercel/ncc
from 0.38.1 to 0.38.3 by@dependabot
in actions/setup-node#1203- Upgrade
@actions/tool-cache
from 2.0.1 to 2.0.2 by@dependabot
in actions/setup-node#1220New Contributors
@gowridurgad
made their first contribution in actions/setup-node#1251Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.3.0
v4.2.0
What's Changed
- Enhance workflows and upgrade publish-actions from 0.2.2 to 0.3.0 by
@aparnajyothi-y
in actions/setup-node#1174- Add recommended permissions section to readme by
@benwells
in actions/setup-node#1193- Configure Dependabot settings by
@HarithaVattikuti
in actions/setup-node#1192- Upgrade
@actions/cache
to^4.0.0
by@priyagupta108
in actions/setup-node#1191- Upgrade pnpm/action-setup from 2 to 4 by
@dependabot
in actions/setup-node#1194- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by
@dependabot
in actions/setup-node#1195- Upgrade semver from 7.6.0 to 7.6.3 by
@dependabot
in actions/setup-node#1196- Upgrade
@types/jest
from 29.5.12 to 29.5.14 by@dependabot
in actions/setup-node#1201- Upgrade undici from 5.28.4 to 5.28.5 by
@dependabot
in actions/setup-node#1205New Contributors
@benwells
made their first contribution in actions/setup-node#1193Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.2.0
49933ea
Bump @action/cache
from 4.0.2 to 4.0.3 (#1262)e3ce749
feat: support private mirrors (#1240)40337cb
Add support for indented eslint output (#1245)1ccdddc
Make eslint-compact matcher compatible with Stylelint (#98)cdca736
Bump @actions/tool-cache
from 2.0.1 to 2.0.2 (#1220)22c0e74
Bump @vercel/ncc
from 0.38.1 to 0.38.3 (#1203)a7c2d94
actions/cache upgrade (#1251)8026329
Bump @actions/glob
from 0.4.0 to 0.5.0 (#1200)1d0ff46
Bump undici from 5.28.4 to 5.28.5 (#1205)574f09a
Bump @types/jest
from 29.5.12 to 29.5.14 (#1201)Sourced from remeda's releases.
v2.30.0
2.30.0 (2025-08-07)
Features
v2.29.0
2.29.0 (2025-08-07)
Features
v2.28.0
2.28.0 (2025-08-03)
Features
v2.27.2
2.27.2 (2025-08-01)
Bug Fixes
v2.27.1
2.27.1 (2025-08-01)
Bug Fixes
- prevent redundant type computation paths (#1163) (7c37e39)
- sample: revamp typing (#1162) (55e5c8c), closes #323
v2.27.0
2.27.0 (2025-07-28)
Features
729ead3
feat(isFunction): stricter Function
type (#1161)5691380
feat: migrate build from tsup to tsdown (#1172)e870653
chore: manual version bumps (#1173)6bd6f98
chore(deps-dev): bump eslint-plugin-jsdoc from 51.3.3 to 52.0.2 (#1170)92449ef
feat(defaultTo): introduce defaultTo
(#1159)2029326
chore(deps-dev): bump eslint-plugin-unicorn from 59.0.1 to 60.0.0 (#1169)4c5bc73
fix(const): prefer narrow typing for literals (#1160)7c37e39
fix: prevent redundant type computation paths (#1163)55e5c8c
fix(sample): revamp typing (#1162)e455924
chore(deps): bump the minor group with 9 updates (#1168)225a3e4
fix(deps): replace chalk with picocolors (#1341)Sourced from eslint-plugin-prettier's releases.
v5.5.4
Patch Changes
#755
723f7a8
Thanks@kbrilla
! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist
#751
cf52b30
Thanks@andreww2012
! - fix: disallow extra properties in rule optionsv5.5.3
republish the latest version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.2...v5.5.3
v5.5.2
republish the latest version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.2
v5.5.1
Patch Changes
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.0...v5.5.1
v5.5.0
Minor Changes
- #743
92f2c9c
Thanks@dotcarmen
! - feat: support non-js languages likecss
for@eslint/css
andjson
for@eslint/json
New Contributors
@dotcarmen
made their first contribution in prettier/eslint-plugin-prettier#743Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.1...v5.5.0
v5.4.1
Patch Changes
- #740
c21521f
Thanks@JounQin
! - fix(deps): bumpsynckit
to v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')
errorFull Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1
Sourced from eslint-plugin-prettier's changelog.
5.5.4
Patch Changes
#755
723f7a8
Thanks@kbrilla
! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist
#751
cf52b30
Thanks@andreww2012
! - fix: disallow extra properties in rule options5.5.1
Patch Changes
5.5.0
Minor Changes
- #743
92f2c9c
Thanks@dotcarmen
! - feat: support non-js languages likecss
for@eslint/css
andjson
for@eslint/json
5.4.1
Patch Changes
e2c31d2
chore: release eslint-plugin-prettier (#756)98a8bfd
chore(deps): update all dependencies (#750)cf52b30
fix: disallow extra properties in rule options (#751)723f7a8
fix: add 'oxc', 'oxc-ts' and 'hermes' parsers to
parserBlocklist
(#755)cdfcefd
fix: release a new latest versiond8c303e
fix: release a new latest version3e87f2e
chore: release eslint-plugin-prettier (#749)bfd1e95
fix: use prettierRcOptions
directly for prettier 3.6+ (#748)9c4b792
chore: release eslint-plugin-prettier (#744)78e41ec
chore(deps): update all dependencies (#745)Sourced from amannn/action-semantic-pull-request's releases.
v6.1.1
6.1.1 (2025-08-22)
Bug Fixes
Sourced from amannn/action-semantic-pull-request's changelog.
Changelog
6.1.1 (2025-08-22)
Bug Fixes
6.1.0 (2025-08-19)
Features
Bug Fixes
6.0.1 (2025-08-13)
Bug Fixes
6.0.0 (2025-08-13)
⚠ BREAKING CHANGES
- Upgrade action to use Node.js 24 and ESM (#287)
Features
5.5.3 (2024-06-28)
Bug Fixes
- Bump
braces
dependency (#269. by@EelcoLos
) (2d952a1)5.5.2 (2024-04-24)
Bug Fixes
- Bump tar from 6.1.11 to 6.2.1 (#262 by
@EelcoLos
) (9a90d5a)5.5.1 (2024-04-24)
... (truncated)
4959332
Bump dependencies (#532)adeb286
Add support for .tools-versions (#531)fce199e
Add log message before long API calls to GitHub (#530)f758a4a
chore: update known versions for 0.8.12 (#529)c0e7e93
chore: update known versions for 0.8.11 (#526)fda2399
chore: update known versions for 0.8.10 (#525)