Skip to content

Commit

Permalink
v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 11, 2022
1 parent 9a93de6 commit c2ee8d6
Show file tree
Hide file tree
Showing 26 changed files with 222 additions and 31 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency eslint-config-prettier to v8.5.0 ([#186](https://github.com/researchgate/spire/issues/186)) ([e184a96](https://github.com/researchgate/spire/commit/e184a9678fe5d0cc2a9e2c7deee6786daeb6acac))
* **deps:** update dependency fs-extra to v10.1.0 ([#184](https://github.com/researchgate/spire/issues/184)) ([3385540](https://github.com/researchgate/spire/commit/3385540a5963c6999b49a5343bc3ddb201a64890))
* **deps:** update dependency semantic-release to v19 [security] ([#192](https://github.com/researchgate/spire/issues/192)) ([1bcca71](https://github.com/researchgate/spire/commit/1bcca71682c9cd9e4c318c014febce2c96c071e2))





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "5.0.4",
"ignoreChanges": ["**/*.md"]
"version": "5.0.5",
"ignoreChanges": [
"**/*.md"
]
}
13 changes: 13 additions & 0 deletions packages/spire-config-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
14 changes: 7 additions & 7 deletions packages/spire-config-default/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "spire-config-default",
"version": "5.0.4",
"version": "5.0.5",
"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.3",
"spire-plugin-eslint": "^5.0.1",
"spire-plugin-jest": "^5.0.1",
"spire-plugin-lint-staged": "^5.0.4",
"spire-plugin-prettier": "^5.0.4"
"spire-plugin-clean": "^5.0.5",
"spire-plugin-doctoc": "^5.0.5",
"spire-plugin-eslint": "^5.0.5",
"spire-plugin-jest": "^5.0.5",
"spire-plugin-lint-staged": "^5.0.5",
"spire-plugin-prettier": "^5.0.5"
},
"engines": {
"node": ">=12.20"
Expand Down
13 changes: 13 additions & 0 deletions packages/spire-plugin-clean/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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-clean





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-clean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-clean",
"version": "5.0.1",
"version": "5.0.5",
"description": "Clean plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"execa": "5.1.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
"spire-test-utils": "^5.0.5"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/spire-plugin-doctoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
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.3",
"version": "5.0.5",
"description": "doctoc plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"doctoc": "2.2.0"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
"spire-test-utils": "^5.0.5"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-plugin-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency eslint-config-prettier to v8.5.0 ([#186](https://github.com/researchgate/spire/issues/186)) ([e184a96](https://github.com/researchgate/spire/commit/e184a9678fe5d0cc2a9e2c7deee6786daeb6acac))





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
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": "5.0.1",
"version": "5.0.5",
"description": "ESLint plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -16,7 +16,7 @@
"execa": "5.1.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
"spire-test-utils": "^5.0.5"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-plugin-eslint6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency eslint-config-prettier to v8.5.0 ([#186](https://github.com/researchgate/spire/issues/186)) ([e184a96](https://github.com/researchgate/spire/commit/e184a9678fe5d0cc2a9e2c7deee6786daeb6acac))





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
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": "5.0.1",
"version": "5.0.5",
"description": "ESLint v6 plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -16,7 +16,7 @@
"execa": "5.1.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
"spire-test-utils": "^5.0.5"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/spire-plugin-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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-jest





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-jest",
"version": "5.0.1",
"version": "5.0.5",
"description": "Jest plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -14,7 +14,7 @@
"jest": "27.1.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
"spire-test-utils": "^5.0.5"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/spire-plugin-lint-staged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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-lint-staged





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-lint-staged",
"version": "5.0.4",
"version": "5.0.5",
"description": "lint-staged plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"lint-staged": "11.2.6"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
"spire-test-utils": "^5.0.5"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/spire-plugin-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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-prettier





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-prettier",
"version": "5.0.4",
"version": "5.0.5",
"description": "Prettier plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -14,7 +14,7 @@
"prettier": "2.6.2"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
"spire-test-utils": "^5.0.5"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-plugin-semantic-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency semantic-release to v19 [security] ([#192](https://github.com/researchgate/spire/issues/192)) ([1bcca71](https://github.com/researchgate/spire/commit/1bcca71682c9cd9e4c318c014febce2c96c071e2))





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-semantic-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-semantic-release",
"version": "5.0.1",
"version": "5.0.5",
"description": "semantic-release plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -20,7 +20,7 @@
"semantic-release": "19.0.3"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
"spire-test-utils": "^5.0.5"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/spire-plugin-yarn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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-yarn





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-yarn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-yarn",
"version": "5.0.4",
"version": "5.0.5",
"description": "Yarn plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -15,7 +15,7 @@
"yarn-deduplicate": "3.1.0"
},
"devDependencies": {
"spire-test-utils": "^5.0.1"
"spire-test-utils": "^5.0.5"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down

0 comments on commit c2ee8d6

Please sign in to comment.