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

Commits on Jul 11, 2021

  1. Verified

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

Commits on Jul 18, 2021

  1. Verified

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

Commits on Jul 25, 2021

  1. Copy the full SHA
    5856942 View commit details

Commits on Aug 2, 2021

  1. Copy the full SHA
    995d891 View commit details

Commits on Aug 9, 2021

  1. Copy the full SHA
    b048363 View commit details

Commits on Aug 23, 2021

  1. Copy the full SHA
    c539f77 View commit details

Commits on Aug 30, 2021

  1. Copy the full SHA
    57bf6ff View commit details

Commits on Sep 9, 2021

  1. chore(deps): bump tar from 4.4.17 to 4.4.19

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.17 to 4.4.19.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v4.4.17...v4.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and stefanhoth committed Sep 9, 2021
    Copy the full SHA
    92e1d20 View commit details
  2. Copy the full SHA
    2c989ce View commit details
  3. v4.1.2

    github-actions committed Sep 9, 2021
    Copy the full SHA
    a95361d View commit details
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
run: yarn test --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
files: ./coverage/coverage-final.json
fail_ci_if_error: true
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.

## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09)


### Bug Fixes

* **deps:** update dependency eslint-plugin-prettier to v4 ([2c989ce](https://github.com/researchgate/spire/commit/2c989ce168ee85e318021bc49cceb935a5ee9811))





## [4.1.1](https://github.com/researchgate/spire/compare/v4.1.0...v4.1.1) (2021-07-02)


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": "4.1.1",
"version": "4.1.2",
"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.

## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09)

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





# [4.1.0](https://github.com/researchgate/spire/compare/v4.0.1...v4.1.0) (2021-05-22)


4 changes: 2 additions & 2 deletions packages/spire-config-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-config-default",
"version": "4.1.0",
"version": "4.1.2",
"description": "Default config preset for Spire",
"main": "index.js",
"repository": "researchgate/spire",
@@ -9,7 +9,7 @@
"dependencies": {
"spire-plugin-clean": "^4.0.1",
"spire-plugin-doctoc": "^4.0.1",
"spire-plugin-eslint": "^4.1.0",
"spire-plugin-eslint": "^4.1.2",
"spire-plugin-jest": "^4.0.1",
"spire-plugin-lint-staged": "^4.1.0",
"spire-plugin-prettier": "^4.1.0"
11 changes: 11 additions & 0 deletions packages/spire-plugin-eslint/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.

## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09)


### Bug Fixes

* **deps:** update dependency eslint-plugin-prettier to v4 ([2c989ce](https://github.com/researchgate/spire/commit/2c989ce168ee85e318021bc49cceb935a5ee9811))





# [4.1.0](https://github.com/researchgate/spire/compare/v4.0.1...v4.1.0) (2021-05-22)

**Note:** Version bump only for package spire-plugin-eslint
4 changes: 2 additions & 2 deletions packages/spire-plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-eslint",
"version": "4.1.0",
"version": "4.1.2",
"description": "ESLint plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
@@ -12,7 +12,7 @@
"dependencies": {
"eslint": "^7.5.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^5.0.0"
},
"devDependencies": {
11 changes: 11 additions & 0 deletions packages/spire-plugin-eslint6/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.

## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09)


### Bug Fixes

* **deps:** update dependency eslint-plugin-prettier to v4 ([2c989ce](https://github.com/researchgate/spire/commit/2c989ce168ee85e318021bc49cceb935a5ee9811))





# [4.1.0](https://github.com/researchgate/spire/compare/v4.0.1...v4.1.0) (2021-05-22)

**Note:** Version bump only for package spire-plugin-eslint6
4 changes: 2 additions & 2 deletions packages/spire-plugin-eslint6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-eslint6",
"version": "4.1.0",
"version": "4.1.2",
"description": "ESLint v6 plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
@@ -12,7 +12,7 @@
"dependencies": {
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^5.0.0"
},
"devDependencies": {
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.

## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09)

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





## [4.1.1](https://github.com/researchgate/spire/compare/v4.1.0...v4.1.1) (2021-07-02)


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": "4.1.1",
"version": "4.1.2",
"description": "Extensible CLI toolkit managment tool",
"main": "index.js",
"repository": "researchgate/spire",
@@ -25,7 +25,7 @@
"invariant": "^2.2.4",
"pretty-format": "^26.0.0",
"signale": "^1.4.0",
"spire-config-default": "^4.1.0",
"spire-config-default": "^4.1.2",
"yargs": "^17.0.0"
},
"devDependencies": {
Loading