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: researchgate/spire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.2
Choose a base ref
...
head repository: researchgate/spire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.3
Choose a head ref
  • 11 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 27, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    Okeanos Nikolas Grottendieck
    Copy the full SHA
    63e8297 View commit details

Commits on Oct 11, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    22eef90 View commit details

Commits on Oct 25, 2021

  1. Copy the full SHA
    09ace4e View commit details

Commits on Nov 8, 2021

  1. Copy the full SHA
    0dae00e View commit details

Commits on Nov 22, 2021

  1. Copy the full SHA
    505c5e7 View commit details

Commits on Dec 6, 2021

  1. Copy the full SHA
    6f7a61a View commit details

Commits on Dec 20, 2021

  1. Copy the full SHA
    a50146e View commit details

Commits on Jun 6, 2022

  1. ci(github-actions): Raise versions of actions

    Updated setup-node, cache, checkout, codegov
    stefanhoth authored Jun 6, 2022
    Copy the full SHA
    6a30523 View commit details
  2. Copy the full SHA
    4fef086 View commit details
  3. chore(deps): bump semver-regex from 3.1.3 to 3.1.4

    Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/sindresorhus/semver-regex/releases)
    - [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: semver-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and stefanhoth committed Jun 6, 2022
    Copy the full SHA
    264f475 View commit details
  4. v5.0.3

    github-actions committed Jun 6, 2022
    Copy the full SHA
    92b6381 View commit details
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -19,15 +19,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.4.2

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3.3.0
with:
node-version: ${{ matrix.node }}

- name: Cache node_modules
uses: actions/cache@v2
uses: actions/cache@v3.0.3
id: cache-nodemodules
with:
path: node_modules
@@ -44,7 +44,7 @@ jobs:
run: yarn test --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3.1.0
with:
files: ./coverage/coverage-final.json
fail_ci_if_error: true
@@ -57,17 +57,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.4.2
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3.3.0
with:
node-version: ${{ env.NODE_VERSION }}

- name: Cache node_modules
uses: actions/cache@v2
uses: actions/cache@v3.0.3
id: cache-nodemodules
with:
path: node_modules
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)


### Bug Fixes

* **deps:** update dependency doctoc to v2.2.0 ([4fef086](https://github.com/researchgate/spire/commit/4fef0864cbd5f5c1c81ee176fac5b3b1f664dd06))





## [5.0.2](https://github.com/researchgate/spire/compare/v5.0.1...v5.0.2) (2021-09-09)


2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "5.0.2",
"version": "5.0.3",
"ignoreChanges": [
"**/*.md"
]
8 changes: 8 additions & 0 deletions packages/spire-config-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)

**Note:** Version bump only for package spire-config-default





## [5.0.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


4 changes: 2 additions & 2 deletions packages/spire-config-default/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "spire-config-default",
"version": "5.0.1",
"version": "5.0.3",
"description": "Default config preset for Spire",
"main": "index.js",
"repository": "researchgate/spire",
"author": "Sergey Bekrin <sergey@bekrin.me> (https://bekrin.me)",
"license": "MIT",
"dependencies": {
"spire-plugin-clean": "^5.0.1",
"spire-plugin-doctoc": "^5.0.1",
"spire-plugin-doctoc": "^5.0.3",
"spire-plugin-eslint": "^5.0.1",
"spire-plugin-jest": "^5.0.1",
"spire-plugin-lint-staged": "^5.0.1",
11 changes: 11 additions & 0 deletions packages/spire-plugin-doctoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)


### Bug Fixes

* **deps:** update dependency doctoc to v2.2.0 ([4fef086](https://github.com/researchgate/spire/commit/4fef0864cbd5f5c1c81ee176fac5b3b1f664dd06))





## [5.0.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


4 changes: 2 additions & 2 deletions packages/spire-plugin-doctoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-doctoc",
"version": "5.0.1",
"version": "5.0.3",
"description": "doctoc plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
@@ -10,7 +10,7 @@
"node": ">=12.20"
},
"dependencies": {
"doctoc": "2.0.1"
"doctoc": "2.2.0"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
8 changes: 8 additions & 0 deletions packages/spire/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)

**Note:** Version bump only for package spire





## [5.0.2](https://github.com/researchgate/spire/compare/v5.0.1...v5.0.2) (2021-09-09)


4 changes: 2 additions & 2 deletions packages/spire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire",
"version": "5.0.2",
"version": "5.0.3",
"description": "Extensible CLI toolkit managment tool",
"main": "index.js",
"repository": "researchgate/spire",
@@ -25,7 +25,7 @@
"invariant": "2.2.4",
"pretty-format": "27.1.1",
"signale": "1.4.0",
"spire-config-default": "^5.0.1",
"spire-config-default": "^5.0.3",
"yargs": "17.1.1"
},
"devDependencies": {
Loading