Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 02:14
· 2 commits to main since this release
d6babd6

Changes in v44.5.2

What's Changed

Full Changelog: v44...v44.5.2


Changes in v44.5.1

What's Changed

Full Changelog: v44...v44.5.1


Changes in v44.5.0

What's Changed

Full Changelog: v44...v44.5.0


Changes in v44.4.0

What's Changed

Full Changelog: v44.3.0...v44.4.0


Changes in v44.3.0

What's Changed

Full Changelog: v44.2.0...v44.3.0


Changes in v44.2.0

What's Changed

Full Changelog: v44.1.0...v44.2.0


Changes in v44.1.0

What's Changed

  • Upgraded to v44.0.1 by @tj-actions-bot in #2037
  • chore(deps): update dependency typescript to v5.4.5 by @renovate in #2038
  • chore(deps): update peter-evans/create-pull-request action to v6.0.3 by @renovate in #2040
  • chore(deps): update dependency @types/micromatch to v4.0.7 by @renovate in #2041
  • chore(deps): lock file maintenance by @renovate in #2042
  • chore(deps): lock file maintenance by @renovate in #2043
  • chore(deps): update typescript-eslint monorepo to v7.7.0 by @renovate in #2046
  • chore(deps): update peter-evans/create-pull-request action to v6.0.4 by @renovate in #2048
  • feat: add option to exclude submodules when detecting changes by @jackton1 in #2047

Full Changelog: v44.0.1...v44.1.0


Changes in v44.0.1

What's Changed

  • Upgraded to v44 by @tj-actions-bot in #2017
  • chore(deps): update tj-actions/eslint-changed-files action to v24 by @renovate in #2019
  • chore(deps): update dependency @types/node to v20.12.2 by @renovate in #2020
  • chore(deps): lock file maintenance by @renovate in #2021
  • chore(deps): update typescript-eslint monorepo to v7.5.0 by @renovate in #2022
  • chore(deps): update dependency @types/node to v20.12.3 by @renovate in #2023
  • fix(deps): update dependency @octokit/rest to v20.1.0 by @renovate in #2024
  • chore(deps): update dependency @types/node to v20.12.4 by @renovate in #2025
  • chore(deps): update dependency typescript to v5.4.4 by @renovate in #2027
  • chore(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in #2026
  • chore(deps): update dependency @types/node to v20.12.5 by @renovate in #2028
  • chore(deps): update dependency eslint-plugin-jest to v28 by @renovate in #2030
  • chore(deps): update dependency eslint-plugin-jest to v28.1.1 by @renovate in #2031
  • chore(deps): update dependency eslint-plugin-jest to v28.2.0 by @renovate in #2032
  • chore(deps): lock file maintenance by @renovate in #2033
  • chore(deps): update typescript-eslint monorepo to v7.6.0 by @renovate in #2034
  • chore(deps): update dependency @types/node to v20.12.6 by @renovate in #2035
  • chore(deps): update dependency @types/node to v20.12.7 by @renovate in #2036

Full Changelog: v44...v44.0.1


Changes in v44.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

Overview

We've made a significant update to how pull requests (PRs) from forked repositories are processed. This improvement not only streamlines the handling of such PRs but also fixes a previously identified issue.

Before the Change

Previously, when you created a pull request from a forked repository, any files changed in the target branch after the PR creation would erroneously appear as part of the PR's changed files. This made it difficult to distinguish between the actual changes introduced by the PR and subsequent changes made directly to the target branch.

What Has Changed

With this update, a pull request from a fork will now only include the files that were explicitly changed in the fork. This ensures that the list of changed files in a PR accurately reflects the contributions from the fork, without being muddled by unrelated changes to the target branch.


What's Changed

New Contributors

Full Changelog: v43.0.1...v44.0.0