Releases: tj-actions/changed-files
Releases · tj-actions/changed-files
v39.1.1
What's Changed
- Upgraded to v39.1.0 by @tj-actions-bot in #1583
- chore: move variable declaration by @jackton1 in #1584
- chore: Update test.yml by @jackton1 in #1586
- docs: add V0lantis as a contributor for bug by @allcontributors in #1587
- Updated README.md by @tj-actions-bot in #1588
- fix: error with test by @jackton1 in #1589
- fix: changed_keys and modified_keys output to handle json and escape_json inputs by @V0lantis in #1585
- chore: add codacy config by @jackton1 in #1590
New Contributors
Full Changelog: v39...v39.1.1
v39.1.0
What's Changed
- Upgraded to v39.0.3 by @tj-actions-bot in #1577
- chore(deps): lock file maintenance by @renovate in #1578
- chore(deps): update typescript-eslint monorepo to v6.7.2 by @renovate in #1580
- feat: add support for returning YAML keys for paths that have changed by @jackton1 in #1581
- Updated README.md by @tj-actions-bot in #1582
Full Changelog: v39...v39.1.0
v39.0.3
What's Changed
- Upgraded to v39.0.2 by @tj-actions-bot in #1563
- chore(deps): update dependency jest to v29.7.0 by @renovate in #1564
- chore: update input description by @jackton1 in #1565
- Updated README.md by @tj-actions-bot in #1566
- chore(deps): update dependency @types/uuid to v9.0.4 by @renovate in #1568
- chore: update README.md by @jackton1 in #1569
- Updated README.md by @tj-actions-bot in #1570
- chore(deps): update dependency @types/node to v20.6.1 by @renovate in #1571
- chore(deps): update dependency @types/jest to v29.5.5 by @renovate in #1573
- chore(deps): update dependency eslint-plugin-jest to v27.4.0 by @renovate in #1574
- chore(deps): update dependency @types/node to v20.6.2 by @renovate in #1575
- chore: refactor function by @jackton1 in #1572
- chore: cleanup imports by @jackton1 in #1576
Full Changelog: v39...v39.0.3
v39.0.2
What's Changed
- Upgraded to v39.0.1 by @tj-actions-bot in #1557
- chore(deps): lock file maintenance by @renovate in #1558
- chore(deps): lock file maintenance by @renovate in #1559
- fix(deps): update dependency @actions/core to v1.10.1 by @renovate in #1560
- chore(deps): lock file maintenance by @renovate in #1561
- chore(deps): update typescript-eslint monorepo to v6.7.0 by @renovate in #1562
Full Changelog: v39...v39.0.2
v39.0.1
What's Changed
- Upgraded to v39 by @tj-actions-bot in #1536
- chore: Update sync-release-version.yml by @jackton1 in #1537
- chore(deps): update dependency @types/lodash to v4.14.198 by @renovate in #1538
- chore(deps): update tj-actions/eslint-changed-files action to v21 by @renovate in #1539
- chore(deps): update dependency @vercel/ncc to ^0.38.0 by @renovate in #1541
- chore(deps): update reviewdog/action-shellcheck action to v1.19 by @renovate in #1542
- chore: add warning on valid output keys by @jackton1 in #1544
- chore(deps): lock file maintenance by @renovate in #1545
- Updated README.md by @tj-actions-bot in #1546
- chore: Update docs to site example by @jackton1 in #1547
- Updated README.md by @tj-actions-bot in #1548
- fix: raise errors when unable to locate the previous commit in local history by @jackton1 in #1551
- chore(deps): update dependency @types/node to v20.6.0 by @renovate in #1552
- chore(deps): update dependency eslint to v8.49.0 by @renovate in #1553
- fix: raise error when the previous sha cannot be determined and since_last_remote_commit is true by @jackton1 in #1554
- chore: update check by @jackton1 in #1555
- fix: bug returning empty output for pull request close event by @jackton1 in #1556
Full Changelog: v39...v39.0.1
v39.0.0
🔥 🔥 Breaking Change 🔥 🔥
- Upgrade nodejs to version 20. This is due to the nodejs 16 reaching its End of life (EOL)
What's Changed
- Upgraded to v38.2.2 by @tj-actions-bot in #1533
- chore(deps): lock file maintenance by @renovate in #1534
- upgrade: nodejs to v20 by @jackton1 in #1535
Full Changelog: v38...v39.0.0
v38.2.2
What's Changed
- chore(deps): lock file maintenance by @renovate in #1522
- Upgraded to v38.2.1 by @tj-actions-bot in #1523
- chore(deps): update dependency @types/node to v20.5.8 by @renovate in #1524
- chore(deps): update dependency @types/node to v20.5.9 by @renovate in #1525
- chore(deps): lock file maintenance by @renovate in #1526
- chore(deps): update actions/checkout action to v4 by @renovate in #1527
- chore(deps): update typescript-eslint monorepo to v6.6.0 by @renovate in #1530
- fix: bug with outputs when json is set to true by @jackton1 in #1531
- chore(deps): lock file maintenance by @renovate in #1532
Full Changelog: v38...v38.2.2
v38
Changes in v38.2.2
What's Changed
- chore(deps): lock file maintenance by @renovate in #1522
- Upgraded to v38.2.1 by @tj-actions-bot in #1523
- chore(deps): update dependency @types/node to v20.5.8 by @renovate in #1524
- chore(deps): update dependency @types/node to v20.5.9 by @renovate in #1525
- chore(deps): lock file maintenance by @renovate in #1526
- chore(deps): update actions/checkout action to v4 by @renovate in #1527
- chore(deps): update typescript-eslint monorepo to v6.6.0 by @renovate in #1530
- fix: bug with outputs when json is set to true by @jackton1 in #1531
- chore(deps): lock file maintenance by @renovate in #1532
Full Changelog: v38...v38.2.2
Changes in v38.2.1
What's Changed
- Upgraded to v38.2.0 by @tj-actions-bot in #1515
- chore(deps): lock file maintenance by @renovate in #1516
- chore(deps): lock file maintenance by @renovate in #1519
- chore(deps): bump test/demo from
8bbc726
to5dfac2e
by @dependabot in #1518 - fix: bug matching patterns by @jackton1 in #1520
- chore: update warning message by @jackton1 in #1521
Full Changelog: v38...v38.2.1
Changes in v38.2.0
🚀 🚀 New Feature 🚀 🚀
- Boolean Input
fail_on_initial_diff_error
now supports exiting with an error when the initial diff fails. - Boolean Input
fail_on_submodule_diff_error
now supports exiting with an error when the submodule diff fails.
What's Changed
- Upgraded to v38.1.3 by @tj-actions-bot in #1503
- chore(deps): lock file maintenance by @renovate in #1504
- fix(deps): update dependency yaml to v2.3.2 by @renovate in #1505
- chore(deps): update typescript-eslint monorepo to v6.5.0 by @renovate in #1506
- chore(deps): update dependency eslint-plugin-github to v4.10.0 by @renovate in #1507
- chore(deps): update dependency prettier to v3.0.3 by @renovate in #1508
- Updated README.md by @tj-actions-bot in #1510
- feat: add support for failing on error by @jackton1 in #1511
- Updated README.md by @tj-actions-bot in #1513
- Updated README.md by @tj-actions-bot in #1514
- chore(deps): update dependency @types/uuid to v9.0.3 by @renovate in #1512
Full Changelog: v38...v38.2.0
Changes in v38.1.3
What's Changed
Full Changelog: v38.1.2...v38.1.3
Changes in v38.1.2
What's Changed
- chore(deps): update dependency eslint to v8.48.0 by @renovate in #1494
- Upgraded to v38.1.1 by @tj-actions-bot in #1495
- chore: update warning message by @jackton1 in #1497
- chore: update submodule by @jackton1 in #1498
- chore(deps): lock file maintenance by @renovate in #1499
- chore: update warning message by @jackton1 in #1500
Full Changelog: v38...v38.1.2
Changes in v38.1.1
What's Changed
- Upgraded to v38.1.0 by @tj-actions-bot in #1482
- Updated README.md by @tj-actions-bot in #1483
- chore(deps): update tj-actions/auto-doc action to v3 by @renovate in #1484
- Updated README.md by @tj-actions-bot in #1485
- Updated README.md by @tj-actions-bot in #1486
- chore(deps): update dependency jest to v29.6.4 by @renovate in #1488
- chore(deps): update dependency typescript to v5.2.2 by @renovate in #1489
- chore(deps): update dependency @types/node to v20.5.6 by @renovate in #1490
- chore(deps): lock file maintenance by @renovate in #1491
- chore(deps): bump test/demo from
f0065d7
to8bbc726
by @dependabot in #1492 - Updated README.md by @tj-actions-bot in #1493
Full Changelog: v38...v38.1.1
Changes in v38.1.0
🚀 🚀 New Feature 🚀 🚀
- Input
fetch_additional_submodule_history
now supports fetching additional history for submodules.
What's Changed
- Upgraded to v38 by @tj-actions-bot in #1474
- chore(deps): lock file maintenance by @renovate in #1475
- feat: add support for fetching additional history for submodules by @jackton1 in #1476
- Updated README.md by @tj-actions-bot in #1477
- chore: move submodule update to dependabot and remove unused workflow by @jackton1 in #1478
- chore(deps-dev): bump @types/node from 20.5.3 to 20.5.4 by @dependabot in #1480
- chore(deps): bump test/demo from
e168fac
tof0065d7
by @dependabot in #1481
Full Changelog: v38...v38.1.0
Changes in v38.0.0
🚀 🚀 New Feature 🚀 🚀
- Inputs
dir_names_include_files
anddir_names_include_files_separator
now support providing patterns that can be matched to return changed files alongside the directory names when thedir_names
input is set totrue
🔥 🔥 Breaking Changes 🔥 🔥
- Output paths for Windows now use a double backslash path separator. e.g
src\\main.ts
What's Changed
- Upgraded to v37.6.1 by @tj-actions-bot in #1458
- chore(deps): update actions/setup-node action to v3.8.1 by @renovate in #1459
- chore(deps): update dependency @types/node to v20.5.1 by @renovate in #1460
- chore(deps): lock file maintenance by @renovate in #1461
- chore(deps): update dependency jest to v29.6.3 by @renovate in #1462
- chore(deps): update typescript-eslint monorepo to v6.4.1 by @renovate in #1463
- chore: update .eslintrc.json by @jackton1 in #1465
- feat: add support for including matching changed files when dir_names is set to true by @jackton1 in #1464
- Updated README.md by @tj-actions-bot in #1466
- chore(deps): update dependency @types/node to v20.5.3 by @renovate in #1467
- fix: bug with locating the previous tag by @jackton1 in #1470
- chore(deps): update dependency @types/jest to v29.5.4 by @renovate in #1472
- chore: update test by @jackton1 in #1469
- fix: error getting diff for submodules by @jackton1 in #1473
Full Changelog: v37...v38.0.0
v38.2.1
What's Changed
- Upgraded to v38.2.0 by @tj-actions-bot in #1515
- chore(deps): lock file maintenance by @renovate in #1516
- chore(deps): lock file maintenance by @renovate in #1519
- chore(deps): bump test/demo from
8bbc726
to5dfac2e
by @dependabot in #1518 - fix: bug matching patterns by @jackton1 in #1520
- chore: update warning message by @jackton1 in #1521
Full Changelog: v38...v38.2.1
v38.2.0
🚀 🚀 New Feature 🚀 🚀
- Boolean Input
fail_on_initial_diff_error
now supports exiting with an error when the initial diff fails. - Boolean Input
fail_on_submodule_diff_error
now supports exiting with an error when the submodule diff fails.
What's Changed
- Upgraded to v38.1.3 by @tj-actions-bot in #1503
- chore(deps): lock file maintenance by @renovate in #1504
- fix(deps): update dependency yaml to v2.3.2 by @renovate in #1505
- chore(deps): update typescript-eslint monorepo to v6.5.0 by @renovate in #1506
- chore(deps): update dependency eslint-plugin-github to v4.10.0 by @renovate in #1507
- chore(deps): update dependency prettier to v3.0.3 by @renovate in #1508
- Updated README.md by @tj-actions-bot in #1510
- feat: add support for failing on error by @jackton1 in #1511
- Updated README.md by @tj-actions-bot in #1513
- Updated README.md by @tj-actions-bot in #1514
- chore(deps): update dependency @types/uuid to v9.0.3 by @renovate in #1512
Full Changelog: v38...v38.2.0