8000 Comparing v4.6.9...v4.7.0 · JamesIves/github-pages-deploy-action · GitHub
[go: up one dir, main page]

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: JamesIves/github-pages-deploy-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.9
Choose a base ref
...
head repository: JamesIves/github-pages-deploy-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.0
Choose a head ref
  • 12 commits
  • 316 files changed
  • 3 contributors

Commits on Nov 9, 2024

  1. Release 4.6.9 📣

    JamesIves committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    271e4a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. build(deps): bump typescript-eslint in the typescript group (#1734)

    Bumps the typescript group with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `typescript-eslint` from 8.13.0 to 8.14.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: typescript
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4fae4ba View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump the eslint group with 2 updates (#1733)

    Bumps the eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.13.0 to 8.14.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.13.0 to 8.14.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3c4f14a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. build(deps): bump the misc group across 1 directory with 6 updates (#…

    …1743)
    
    Bumps the misc group with 6 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.14.0` | `9.15.0` |
    | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.14.0` | `8.15.0` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.9.1` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.14.0` | `8.15.0` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.14.0` | `8.15.0` |
    | [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.15.0` |
    
    
    
    Updates `@eslint/js` from 9.14.0 to 9.15.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.15.0/packages/js)
    
    Updates `typescript-eslint` from 8.14.0 to 8.15.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/typescript-eslint)
    
    Updates `@types/node` from 22.9.0 to 22.9.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.14.0 to 8.15.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.14.0 to 8.15.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/parser)
    
    Updates `eslint` from 9.14.0 to 9.15.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.14.0...v9.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: misc
    - dependency-name: typescript-eslint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: misc
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: misc
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: misc
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: misc
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: misc
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    56672c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. feat: allow nested paths in target-folder + add attempt-limit par…

    …ameter (#1737)
    
    * use --mkpath in rsync + add attempt limits parameter
    
    * make attempt limit optional so tests pass
    
    * Update src/constants.ts
    
    ---------
    
    Co-authored-by: James Ives <iam@jamesiv.es>
    databasedav and JamesIves authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    84bd015 View commit details
    Browse the repository at this point in the history
  2. Update constants.ts

    JamesIves committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    cfdb508 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 (#1745)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.7.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4.6.0...v5.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    41a1611 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    77237a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289845b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c12b755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f368c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36ee275 View commit details
    Browse the repository at this point in the history
Loading
0