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

Commits on Mar 24, 2022

  1. chore: bump actions/checkout from 2 to 3 (#4905)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 Mar 24, 2022
    Configuration menu
    Copy the full SHA
    f4a5f04 View commit details
    Browse the repository at this point in the history
  2. chore: replace deprecated String.prototype.substr() (#4918)

    String.prototype.substr() is deprecated so we replace it with functions which work similarily but aren't deprecated
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    ba81258 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

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

Commits on Apr 4, 2022

  1. fix(#4917): suppress YAMLException when load js-yaml (#4927)

    * it is just a workaround
    yoshinorin authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e15ad72 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

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

Commits on Apr 15, 2022

  1. chore: bump sinon from 12.0.1 to 13.0.2 (#4944)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 13.0.2.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v12.0.1...v13.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      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 Apr 15, 2022
    Configuration menu
    Copy the full SHA
    42a0ade View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on May 3, 2022

  1. chore: bump mocha from 9.2.2 to 10.0.0 (#4960)

    Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v9.2.2...v10.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      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 May 3, 2022
    Configuration menu
    Copy the full SHA
    10eaaca View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    f009b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbafd6e View commit details
    Browse the repository at this point in the history
Loading