Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BorysShulyak committed May 31, 2024
2 parents e55c95b + 57666a9 commit df4e7de
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 14 deletions.
12 changes: 12 additions & 0 deletions bots/danger/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@runespoorstack/danger-plugins",
"entries": [
{
"version": "0.1.1",
"tag": "@runespoorstack/danger-plugins_v0.1.1",
"date": "Tue, 28 May 2024 09:19:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@runespoorstack/eslint-config\" to `1.1.4`"
}
]
}
},
{
"version": "0.1.0",
"tag": "@runespoorstack/danger-plugins_v0.1.0",
Expand Down
7 changes: 6 additions & 1 deletion bots/danger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @runespoorstack/danger-plugins

This log was last generated on Wed, 15 May 2024 22:50:57 GMT and should not be manually modified.
This log was last generated on Tue, 28 May 2024 09:19:52 GMT and should not be manually modified.

## 0.1.1
Tue, 28 May 2024 09:19:52 GMT

_Version update only_

## 0.1.0
Wed, 15 May 2024 22:50:57 GMT
Expand Down
2 changes: 1 addition & 1 deletion bots/danger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runespoorstack/danger-plugins",
"version": "0.1.0",
"version": "0.1.1",
"description": "The Runespoor set of PR linters using Danger.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down

This file was deleted.

14 changes: 14 additions & 0 deletions eslint/eslint-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "@runespoorstack/eslint-config",
"entries": [
{
"version": "1.1.4",
"tag": "@runespoorstack/eslint-config_v1.1.4",
"date": "Tue, 28 May 2024 09:19:52 GMT",
"comments": {
"patch": [
{
"comment": "The vitest eslint config has been updated to disable the 'vitest/max-expects' rule and enable the 'vitest/no-commented-out-tests', 'vitest/no-identical-title', 'vitest/no-import-node-test', 'vitest/require-to-throw-message', 'vitest/valid-describe-callback', and 'vitest/valid-expect' rules.",
"author": "BorysShulyak <[email protected]>",
"commit": "f534364d19603767e80239fb6d1bb4686c4b7b84"
}
]
}
},
{
"version": "1.1.3",
"tag": "@runespoorstack/eslint-config_v1.1.3",
Expand Down
9 changes: 8 additions & 1 deletion eslint/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @runespoorstack/eslint-config

This log was last generated on Wed, 15 May 2024 22:50:57 GMT and should not be manually modified.
This log was last generated on Tue, 28 May 2024 09:19:52 GMT and should not be manually modified.

## 1.1.4
Tue, 28 May 2024 09:19:52 GMT

### Patches

- The vitest eslint config has been updated to disable the 'vitest/max-expects' rule and enable the 'vitest/no-commented-out-tests', 'vitest/no-identical-title', 'vitest/no-import-node-test', 'vitest/require-to-throw-message', 'vitest/valid-describe-callback', and 'vitest/valid-expect' rules.

## 1.1.3
Wed, 15 May 2024 22:50:57 GMT
Expand Down
2 changes: 1 addition & 1 deletion eslint/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runespoorstack/eslint-config",
"version": "1.1.3",
"version": "1.1.4",
"description": "Battle tested, ready for production set of Runespoor ESlint configs.",
"scripts": {
"build": "",
Expand Down

0 comments on commit df4e7de

Please sign in to comment.