Thanks to visit codestin.com
Credit goes to github.com

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: hexojs/hexo-deployer-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: hexojs/hexo-deployer-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 10 files changed
  • 5 contributors

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    f9cd6ec View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    e582d4c View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (#324)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    76020a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. ci: use major version (#323)

    uiolee authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    fccc516 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump c8 from 7.12.0 to 8.0.1 (#315)

    Bumps [c8](https://github.com/bcoe/c8) from 7.12.0 to 8.0.1.
    - [Release notes](https://github.com/bcoe/c8/releases)
    - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
    - [Commits](bcoe/c8@v7.12.0...v8.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: c8
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    21292ed View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. test: improve coverage (#327)

    * test: improve coverage
    
    * lint
    D-Sketon authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fa7b8ea View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. chore(deps): bump actions/checkout from 3 to 4 (#331)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a843bca View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. chore(deps): bump actions/setup-node from 3 to 4 (#339)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2900ca5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. ci: add lint

    uiolee committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    36101eb View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump nunjucks from 3.2.3 to 3.2.4 (#312)

    Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4.
    - [Release notes](https://github.com/mozilla/nunjucks/releases)
    - [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md)
    - [Commits](mozilla/nunjucks@v3.2.3...v3.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: nunjucks
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    be9bc3c View commit details
    Browse the repository at this point in the history
  3. Delete package-lock.json

    uiolee authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0e4ca76 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. chore(deps-dev): bump c8 from 8.0.1 to 9.1.0 (#349)

    Bumps [c8](https://github.com/bcoe/c8) from 8.0.1 to 9.1.0.
    - [Release notes](https://github.com/bcoe/c8/releases)
    - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
    - [Commits](bcoe/c8@v8.0.1...v9.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: c8
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7c915cb View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump sinon from 15.2.0 to 17.0.1 (#350)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 17.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v15.2.0...v17.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9cd7e94 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. docs: answer frequently asked questions (#351)

    Co-authored-by: Uiolee <[email protected]>
    stevenjoezhang and uiolee authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3eccb67 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    880a3c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 (#365)

    Bumps [c8](https://github.com/bcoe/c8) from 9.1.0 to 10.1.2.
    - [Release notes](https://github.com/bcoe/c8/releases)
    - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
    - [Commits](bcoe/c8@v9.1.0...v10.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: c8
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    304d8fd View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump sinon from 17.0.2 to 18.0.0 (#359)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.2 to 18.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v17.0.2...v18.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ef1a202 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Configuration menu
    Copy the full SHA
    68ddd15 View commit details
    Browse the repository at this point in the history
Loading