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.5
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.6
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 11, 2022

  1. chore(deps): update codecov/codecov-action action to v3.1.1 (#197)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 11, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    Okeanos Nikolas Grottendieck
    Copy the full SHA
    68bc610 View commit details
  2. fix(deps): update dependency doctoc to v2.2.1 (#198)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 11, 2022

    Verified

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

    github-actions committed Nov 11, 2022
    Copy the full SHA
    ef1edd5 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
run: yarn test --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
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.

## [5.0.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (2022-11-11)


### Bug Fixes

* **deps:** update dependency doctoc to v2.2.1 ([#198](https://github.com/researchgate/spire/issues/198)) ([e753cba](https://github.com/researchgate/spire/commit/e753cba356762720afeb772d5f5a35f8312f5ed3))





## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)


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.5",
"version": "5.0.6",
"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.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (2022-11-11)

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





## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)

**Note:** Version bump only for package spire-config-default
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.5",
"version": "5.0.6",
"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.5",
"spire-plugin-doctoc": "^5.0.5",
"spire-plugin-doctoc": "^5.0.6",
"spire-plugin-eslint": "^5.0.5",
"spire-plugin-jest": "^5.0.5",
"spire-plugin-lint-staged": "^5.0.5",
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.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (2022-11-11)


### Bug Fixes

* **deps:** update dependency doctoc to v2.2.1 ([#198](https://github.com/researchgate/spire/issues/198)) ([e753cba](https://github.com/researchgate/spire/commit/e753cba356762720afeb772d5f5a35f8312f5ed3))





## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)

**Note:** Version bump only for package spire-plugin-doctoc
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.5",
"version": "5.0.6",
"description": "doctoc plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
@@ -10,7 +10,7 @@
"node": ">=12.20"
},
"dependencies": {
"doctoc": "2.2.0"
"doctoc": "2.2.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.5"
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.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (2022-11-11)

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





## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)


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.5",
"version": "5.0.6",
"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.5",
"spire-config-default": "^5.0.6",
"yargs": "17.1.1"
},
"devDependencies": {
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2146,12 +2146,12 @@ ajv@^8.0.1:
require-from-string "^2.0.2"
uri-js "^4.2.2"

anchor-markdown-header@^0.5.7:
version "0.5.7"
resolved "https://registry.yarnpkg.com/anchor-markdown-header/-/anchor-markdown-header-0.5.7.tgz#045063d76e6a1f9cd327a57a0126aa0fdec371a7"
integrity sha1-BFBj125qH5zTJ6V6ASaqD97Dcac=
anchor-markdown-header@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/anchor-markdown-header/-/anchor-markdown-header-0.6.0.tgz#908f2031281766f44ac350380ca0de77ab7065b8"
integrity sha512-v7HJMtE1X7wTpNFseRhxsY/pivP4uAJbidVhPT+yhz4i/vV1+qx371IXuV9V7bN6KjFtheLJxqaSm0Y/8neJTA==
dependencies:
emoji-regex "~6.1.0"
emoji-regex "~10.1.0"

ansi-colors@^4.1.1:
version "4.1.1"
@@ -3274,13 +3274,13 @@ dir-glob@^3.0.0, dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"

doctoc@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-2.2.0.tgz#27f23eb75d109d29722d449efbcde3854cb0eabf"
integrity sha512-PtiyaS+S3kcMbpx6x2V0S+PeDKisxmjEFnZsuYkkj4Lh3ObozJuuYh9dM4+sX02Ouuty8RF2LOCnIbpu/hWy/A==
doctoc@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-2.2.1.tgz#83f6a6bf4df97defbe027c9a82d13091a138ffe2"
integrity sha512-qNJ1gsuo7hH40vlXTVVrADm6pdg30bns/Mo7Nv1SxuXSM1bwF9b4xQ40a6EFT/L1cI+Yylbyi8MPI4G4y7XJzQ==
dependencies:
"@textlint/markdown-to-ast" "^12.1.1"
anchor-markdown-header "^0.5.7"
anchor-markdown-header "^0.6.0"
htmlparser2 "^7.2.0"
minimist "^1.2.6"
underscore "^1.13.2"
@@ -3389,10 +3389,10 @@ emoji-regex@^8.0.0:
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==

emoji-regex@~6.1.0:
version "6.1.3"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.3.tgz#ec79a3969b02d2ecf2b72254279bf99bc7a83932"
integrity sha1-7HmjlpsC0uzytyJUJ5v5m8eoOTI=
emoji-regex@~10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.1.0.tgz#d50e383743c0f7a5945c47087295afc112e3cf66"
integrity sha512-xAEnNCT3w2Tg6MA7ly6QqYJvEoY1tm9iIjJ3yMKK9JPlWuRHAMoe5iETwQnx3M9TVbFMfsrBgWKR+IsmswwNjg==

encoding@^0.1.12, encoding@^0.1.13:
version "0.1.13"