Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nanasess/setup-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: nanasess/setup-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.2
Choose a head ref
  • 18 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 18, 2023

  1. Bump @actions/github from 5.1.1 to 6.0.0

    Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.1.1 to 6.0.0.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/github"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    88c5f47 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Bump @types/superagent from 4.1.18 to 8.1.3

    Bumps [@types/superagent](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/superagent) from 4.1.18 to 8.1.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/superagent)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/superagent"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    28cebc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Bump prettier from 3.1.0 to 3.2.5

    Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.2.5.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.1.0...3.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8a2a493 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Bump semver and @types/semver

    Bumps [semver](https://github.com/npm/node-semver) and [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver). These dependencies needed to be updated together.
    
    Updates `semver` from 7.5.4 to 7.6.0
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.5.4...v7.6.0)
    
    Updates `@types/semver` from 7.5.1 to 7.5.7
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: "@types/semver"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1f3ed04 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Bump @types/node from 20.10.4 to 20.11.19

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.4 to 20.11.19.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    75cc0a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #237 from nanasess/dependabot/npm_and_yarn/actions…

    …/github-6.0.0
    
    Bump @actions/github from 5.1.1 to 6.0.0
    nanasess authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ff57e5d View commit details
    Browse the repository at this point in the history
  3. Bump nodejs

    nanasess committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e2c8657 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    nanasess committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e9e47e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge pull request #256 from nanasess/bump-nodejs

    Bump nodejs
    nanasess authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    514a649 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into dependabot/npm_and_…

    …yarn/types/superagent-8.1.3
    nanasess committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    78bbb83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c97ea75 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into dependabot/npm_and_…

    …yarn/semver-and-types/semver-7.6.0
    nanasess committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c435b48 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/master' into dependabot/npm_and_…

    …yarn/types/node-20.11.19
    nanasess committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    34602f2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #255 from nanasess/dependabot/npm_and_yarn/types/n…

    …ode-20.11.19
    
    Bump @types/node from 20.10.4 to 20.11.19
    nanasess authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    95d4b33 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #250 from nanasess/dependabot/npm_and_yarn/types/s…

    …uperagent-8.1.3
    
    Bump @types/superagent from 4.1.18 to 8.1.3
    nanasess authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6196d9c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #252 from nanasess/dependabot/npm_and_yarn/prettie…

    …r-3.2.5
    
    Bump prettier from 3.1.0 to 3.2.5
    nanasess authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3b0cde6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5d944f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #253 from nanasess/dependabot/npm_and_yarn/semver-…

    …and-types/semver-7.6.0
    
    Bump semver and @types/semver
    nanasess authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e619ff9 View commit details
    Browse the repository at this point in the history
Loading