From 5d4bce71028cc9801057409307f35120fefe0b3e Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Fri, 26 May 2023 16:02:46 -0700 Subject: [PATCH] chore(release): publish - @readme/eslint-config@10.5.3 - @readme/spectral-config@1.1.16 - @readme/stylelint-config@3.1.17 --- package-lock.json | 6 +++--- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package-lock.json | 16 ++++++++-------- packages/eslint-config/package.json | 2 +- packages/spectral-config/CHANGELOG.md | 11 +++++++++++ packages/spectral-config/package-lock.json | 8 ++++---- packages/spectral-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 8 ++++++++ packages/stylelint-config/package-lock.json | 4 ++-- packages/stylelint-config/package.json | 2 +- 10 files changed, 47 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9eceee2..7e43c5a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19698,7 +19698,7 @@ }, "packages/eslint-config": { "name": "@readme/eslint-config", - "version": "10.5.2", + "version": "10.5.3", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.59.7", @@ -19734,7 +19734,7 @@ }, "packages/spectral-config": { "name": "@readme/spectral-config", - "version": "1.1.15", + "version": "1.1.16", "license": "MIT", "dependencies": { "@stoplight/spectral-rulesets": "^1.15.0", @@ -19752,7 +19752,7 @@ }, "packages/stylelint-config": { "name": "@readme/stylelint-config", - "version": "3.1.16", + "version": "3.1.17", "license": "MIT", "dependencies": { "stylelint-config-css-modules": "^4.2.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 515c2d83..7f7bda52 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -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. +## [10.5.3](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.5.2...@readme/eslint-config@10.5.3) (2023-05-26) + +**Note:** Version bump only for package @readme/eslint-config + + + + + ## [10.5.2](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.5.1...@readme/eslint-config@10.5.2) (2023-04-01) **Note:** Version bump only for package @readme/eslint-config diff --git a/packages/eslint-config/package-lock.json b/packages/eslint-config/package-lock.json index e7908a91..6394dbe4 100644 --- a/packages/eslint-config/package-lock.json +++ b/packages/eslint-config/package-lock.json @@ -1,19 +1,19 @@ { "name": "@readme/eslint-config", - "version": "10.5.2", + "version": "10.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/eslint-config", - "version": "10.5.2", + "version": "10.5.3", "license": "ISC", "dependencies": { - "@typescript-eslint/eslint-plugin": "^5.57.0", - "@typescript-eslint/parser": "^5.57.0", + "@typescript-eslint/eslint-plugin": "^5.59.7", + "@typescript-eslint/parser": "^5.59.7", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.8.0", - "eslint-import-resolver-typescript": "^3.5.4", + "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-chai-expect": "^3.0.0", "eslint-plugin-chai-friendly": "^0.7.2", "eslint-plugin-eslint-comments": "^3.2.0", @@ -21,15 +21,15 @@ "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", "eslint-plugin-jest-formatting": "^3.0.0", - "eslint-plugin-jsdoc": "^43.1.1", + "eslint-plugin-jsdoc": "^44.2.7", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-mocha": "10.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^5.10.2", - "eslint-plugin-unicorn": "^46.0.0", + "eslint-plugin-testing-library": "^5.11.0", + "eslint-plugin-unicorn": "^47.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0" }, "engines": { diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 36d7c478..a7a89c62 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "10.5.2", + "version": "10.5.3", "description": "ReadMe coding standards", "main": "index.js", "author": "Jon Ursenbach ", diff --git a/packages/spectral-config/CHANGELOG.md b/packages/spectral-config/CHANGELOG.md index 6fbb6bf1..65873607 100644 --- a/packages/spectral-config/CHANGELOG.md +++ b/packages/spectral-config/CHANGELOG.md @@ -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. +## [1.1.16](https://github.com/readmeio/standards/compare/@readme/spectral-config@1.1.15...@readme/spectral-config@1.1.16) (2023-05-26) + + +### Bug Fixes + +* case where `description` schemas would throw errors ([7168e1c](https://github.com/readmeio/standards/commit/7168e1c3985a4efc6b8368f5c622a6082da6c11e)) + + + + + ## [1.1.15](https://github.com/readmeio/standards/compare/@readme/spectral-config@1.1.14...@readme/spectral-config@1.1.15) (2023-04-01) **Note:** Version bump only for package @readme/spectral-config diff --git a/packages/spectral-config/package-lock.json b/packages/spectral-config/package-lock.json index ae591f6e..bcd0854c 100644 --- a/packages/spectral-config/package-lock.json +++ b/packages/spectral-config/package-lock.json @@ -1,21 +1,21 @@ { "name": "@readme/spectral-config", - "version": "1.1.15", + "version": "1.1.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/spectral-config", - "version": "1.1.15", + "version": "1.1.16", "license": "MIT", "dependencies": { "@stoplight/spectral-rulesets": "^1.15.0", "alex": "^9.1.1" }, "devDependencies": { - "@ibm-cloud/openapi-ruleset": "^1.0.1", + "@ibm-cloud/openapi-ruleset": "^1.1.1", "@readme/eslint-config": "file:../eslint-config", - "@readme/oas-examples": "^5.10.0", + "@readme/oas-examples": "^5.11.1", "jest": "^29.5.0" }, "peerDependencies": { diff --git a/packages/spectral-config/package.json b/packages/spectral-config/package.json index c477c426..01540363 100644 --- a/packages/spectral-config/package.json +++ b/packages/spectral-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/spectral-config", - "version": "1.1.15", + "version": "1.1.16", "description": "ReadMe coding standards for API documentation", "main": "src/index.js", "scripts": { diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 6747cea0..34d2ff87 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -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. +## [3.1.17](https://github.com/readmeio/standards/compare/@readme/stylelint-config@3.1.16...@readme/stylelint-config@3.1.17) (2023-05-26) + +**Note:** Version bump only for package @readme/stylelint-config + + + + + ## [3.1.16](https://github.com/readmeio/standards/compare/@readme/stylelint-config@3.1.15...@readme/stylelint-config@3.1.16) (2023-04-01) **Note:** Version bump only for package @readme/stylelint-config diff --git a/packages/stylelint-config/package-lock.json b/packages/stylelint-config/package-lock.json index 59f1f3ab..f93cf968 100644 --- a/packages/stylelint-config/package-lock.json +++ b/packages/stylelint-config/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/stylelint-config", - "version": "3.1.16", + "version": "3.1.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/stylelint-config", - "version": "3.1.16", + "version": "3.1.17", "license": "MIT", "dependencies": { "stylelint-config-css-modules": "^4.2.0", diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 3df87fa4..357bd593 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/stylelint-config", - "version": "3.1.16", + "version": "3.1.17", "description": "ReadMe coding standards for styles", "main": "index.js", "files": [