Sourced from tj-actions/changed-files's releases.
v40.0.0
🔥 🔥 Breaking Change 🔥 🔥
- Directory patterns now require explicit specification of the globstar pattern to match all sub paths.
... - name: Get specific changed files id: changed-files-specific uses: tj-actions/changed-files@v40 with: files: | - dir + dir/**
What's Changed
- Upgraded to v39.2.4 by
@tj-actions-bot
in tj-actions/changed-files#1664- chore(deps): lock file maintenance by
@renovate
in tj-actions/changed-files#1665- Bump
@types/node
from 20.8.7 to 20.8.8 by@dependabot
in tj-actions/changed-files#1666- chore(deps): update dependency
@types/node
to v20.8.9 by@renovate
in tj-actions/changed-files#1668- remove: appending globstar pattern for directories to prevent bugs with path matching by
@jackton1
in tj-actions/changed-files#1670- chore(deps): lock file maintenance by
@renovate
in tj-actions/changed-files#1671Full Changelog: https://github.com/tj-actions/changed-files/compare/v39...v40.0.0
v39.2.4
What's Changed
- Upgraded to v39.2.3 by
@tj-actions-bot
in tj-actions/changed-files#1649- chore(deps): update dependency
@types/jest
to v29.5.6 by@renovate
in tj-actions/changed-files#1650- chore(deps): update dependency
@types/micromatch
to v4.0.4 by@renovate
in tj-actions/changed-files#1652- chore(deps): update dependency
@types/lodash
to v4.14.200 by@renovate
in tj-actions/changed-files#1651- chore(deps): update dependency
@types/node
to v20.8.7 by@renovate
in tj-actions/changed-files#1653- chore(deps): update dependency
@types/uuid
to v9.0.6 by@renovate
in tj-actions/changed-files#1655- chore(deps): update dependency
@vercel/ncc
to v0.38.1 by@renovate
in tj-actions/changed-files#1656- chore(deps): update dependency eslint to v8.52.0 by
@renovate
in tj-actions/changed-files#1658- chore(deps): update dependency eslint-plugin-jest to v27.4.3 by
@renovate
in tj-actions/changed-files#1659- chore(deps): lock file maintenance by
@renovate
in tj-actions/changed-files#1660- chore(deps): update actions/setup-node action to v3.8.2 by
@renovate
in tj-actions/changed-files#1661- chore(deps): update actions/setup-node action to v4 by
@renovate
in tj-actions/changed-files#1662- chore(deps): update typescript-eslint monorepo to v6.9.0 by
@renovate
in tj-actions/changed-files#1663Full Changelog: https://github.com/tj-actions/changed-files/compare/v39...v39.2.4
Sourced from tj-actions/changed-files's changelog.
Changelog
40.0.0 - (2023-10-26)
📦 Bumps
- Bump
@types/node
from 20.8.7 to 20.8.8 (#1666)Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] (955cdc8) - (dependabot[bot])
➕ Add
- Added missing changes and modified dist assets. (af292f1) - (GitHub Action)
- Added missing changes and modified dist assets. (e48cacb) - (GitHub Action)
➖ Remove
- Appending globstar pattern for directories to prevent bugs with path matching (#1670) (3ce5a29) - (Tonye Jack)
⚙️ Miscellaneous Tasks
- deps: Lock file maintenance (2ddcb04) - (renovate[bot])
- Update test.yml (d898dd0) - (Tonye Jack)
- deps: Update dependency
@types/node
to v20.8.9 (0e08afd) - (renovate[bot])- deps: Lock file maintenance (5aee572) - (renovate[bot])
⬆️ Upgrades
- Upgraded to v39.2.4 (#1664)
Co-authored-by: jackton1 jackton1@users.noreply.github.com (c83cb31) - (tj-actions[bot])
39.2.4 - (2023-10-23)
➕ Add
- Added missing changes and modified dist assets. (28cf220) - (GitHub Action)
- Added missing changes and modified dist assets. (40e81cc) - (GitHub Action)
⚙️ Miscellaneous Tasks
... (truncated)
af292f1
Added missing changes and modified dist assets.2ddcb04
chore(deps): lock file maintenance3ce5a29
remove: appending globstar pattern for directories to prevent bugs with path ...d898dd0
chore: Update test.yml0e08afd
chore(deps): update dependency @types/node
to v20.8.9955cdc8
Bump @types/node
from 20.8.7 to 20.8.8 (#1666)e48cacb
Added missing changes and modified dist assets.5aee572
chore(deps): lock file maintenancec83cb31
Upgraded to v39.2.4 (#1664)fea790c
chore(deps): update typescript-eslint monorepo to v6.9.0Sourced from actions/setup-node's releases.
v4.0.0
What's Changed
In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866
Besides, release contains such changes as:
- Upgrade actions/checkout to v4 by
@gmembre-zenika
in actions/setup-node#868- Update actions/checkout for documentation and yaml by
@dmitry-shibanov
in actions/setup-node#876New Contributors
@gmembre-zenika
made their first contribution in actions/setup-node#868Full Changelog: https://github.com/actions/setup-node/compare/v3...v4.0.0
v3.8.2
What's Changed
- Update semver by
@dmitry-shibanov
in actions/setup-node#861- Update temp directory creation by
@nikolai-laevskii
in actions/setup-node#859- Bump
@babel/traverse
from 7.15.4 to 7.23.2 by@dependabot
in actions/setup-node#870- Add notice about binaries not being updated yet by
@nikolai-laevskii
in actions/setup-node#872- Update toolkit cache and core by
@dmitry-shibanov
and@seongwon-privatenote
in actions/setup-node#875Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.2
v3.8.1
What's Changed
In scope of this release, the filter was removed within the cache-save step by
@dmitry-shibanov
in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1
v3.8.0
What's Changed
Bug fixes:
- Add check for existing paths by
@dmitry-shibanov
in actions/setup-node#803- Resolve SymbolicLink by
@dmitry-shibanov
in actions/setup-node#809- Change passing logic for cache input by
@dmitry-shibanov
in actions/setup-node#816- Fix armv7 cache issue by
@louislam
in actions/setup-node#794- Update check-dist workflow name by
@sinchang
in actions/setup-node#710Feature implementations:
- feat: handling the case where "node" is used for tool-versions file. by
@xytis
in actions/setup-node#812Documentation changes:
- Refer to semver package name in README.md by
@olleolleolle
in actions/setup-node#808Update dependencies:
- Update toolkit cache to fix zstd by
@dmitry-shibanov
in actions/setup-node#804- Bump tough-cookie and
@azure/ms-rest-js
by@dependabot
in actions/setup-node#802- Bump semver from 6.1.2 to 6.3.1 by
@dependabot
in actions/setup-node#807
... (truncated)