Skip to content

Commit

Permalink
chore(release): v4.0.0 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 15, 2021
1 parent 2c93303 commit 58b3e05
Show file tree
Hide file tree
Showing 66 changed files with 421 additions and 106 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)


### Bug Fixes

* **privatekey:** fix report range ([#184](https://github.com/secretlint/secretlint/issues/184)) ([f3226ca](https://github.com/secretlint/secretlint/commit/f3226ca5190faad1b41b8690fc294fc824c20bae))


### Features

* **config-loader:** support a rule written by ESM ([#187](https://github.com/secretlint/secretlint/issues/187)) ([590c333](https://github.com/secretlint/secretlint/commit/590c3339f2f10ffeaf2b6d1084f9a907466d7453))
* **preset:** add @secretlint/secretlint-rule-filter-comments to presets ([#198](https://github.com/secretlint/secretlint/issues/198)) ([7f25af3](https://github.com/secretlint/secretlint/commit/7f25af32977bc4726c8d2e796b08ba046e58f2fc))
* **secretlint-rule-filter-comments:** secretlint-disable/secretlint-enable comment ([#195](https://github.com/secretlint/secretlint/issues/195)) ([607f361](https://github.com/secretlint/secretlint/commit/607f361bebf75f532ac1966c6939ed5955f3c669))





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)


Expand Down
8 changes: 8 additions & 0 deletions examples/benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)

**Note:** Version bump only for package @secretlint/benchmark





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)

**Note:** Version bump only for package @secretlint/benchmark
Expand Down
6 changes: 3 additions & 3 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/benchmark",
"version": "3.3.0",
"version": "4.0.0",
"private": true,
"description": "Internal benchmark for Secretlint",
"keywords": [
Expand Down Expand Up @@ -29,9 +29,9 @@
"benchmark": "node index.js"
},
"dependencies": {
"@secretlint/secretlint-rule-preset-canary": "^3.3.0",
"@secretlint/secretlint-rule-preset-canary": "^4.0.0",
"benchmark": "^2.1.4",
"secretlint": "^3.3.0"
"secretlint": "^4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions examples/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)

**Note:** Version bump only for package @secretlint/example-cli





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)

**Note:** Version bump only for package @secretlint/example-cli
Expand Down
6 changes: 3 additions & 3 deletions examples/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/example-cli",
"version": "3.3.0",
"version": "4.0.0",
"private": true,
"description": "",
"homepage": "https://github.com/secretlint/secretlint/tree/master/examples/cli/",
Expand All @@ -27,9 +27,9 @@
"test": "expected-exit-status 1 --command 'secretlint \"**/*\"'"
},
"devDependencies": {
"@secretlint/secretlint-rule-preset-recommend": "^3.3.0",
"@secretlint/secretlint-rule-preset-recommend": "^4.0.0",
"expected-exit-status": "^1.0.2",
"secretlint": "^3.3.0"
"secretlint": "^4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/@secretlint/*",
"examples/*"
],
"version": "3.3.0",
"version": "4.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"includeMergedTags": true
Expand Down
8 changes: 8 additions & 0 deletions packages/@secretlint/config-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)

**Note:** Version bump only for package @secretlint/config-creator





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)

**Note:** Version bump only for package @secretlint/config-creator
Expand Down
4 changes: 2 additions & 2 deletions packages/@secretlint/config-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/config-creator",
"version": "3.3.0",
"version": "4.0.0",
"description": "Config file creator for secretlint.",
"keywords": [
"secretlint"
Expand Down Expand Up @@ -40,7 +40,7 @@
"tabWidth": 4
},
"dependencies": {
"@secretlint/types": "^3.3.0"
"@secretlint/types": "^4.0.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/@secretlint/config-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)


### Features

* **config-loader:** support a rule written by ESM ([#187](https://github.com/secretlint/secretlint/issues/187)) ([590c333](https://github.com/secretlint/secretlint/commit/590c3339f2f10ffeaf2b6d1084f9a907466d7453))





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)

**Note:** Version bump only for package @secretlint/config-loader
Expand Down
10 changes: 5 additions & 5 deletions packages/@secretlint/config-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/config-loader",
"version": "3.3.0",
"version": "4.0.0",
"description": "Config loader for secretlint.",
"keywords": [
"secretlint",
Expand Down Expand Up @@ -43,15 +43,15 @@
"tabWidth": 4
},
"dependencies": {
"@secretlint/config-validator": "^3.3.0",
"@secretlint/profiler": "^3.1.0",
"@secretlint/types": "^3.3.0",
"@secretlint/config-validator": "^4.0.0",
"@secretlint/profiler": "^4.0.0",
"@secretlint/types": "^4.0.0",
"debug": "^4.1.1",
"rc-config-loader": "^4.0.0",
"try-resolve": "^1.0.1"
},
"devDependencies": {
"@secretlint/secretlint-rule-example": "^3.3.0",
"@secretlint/secretlint-rule-example": "^4.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"cross-env": "^7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/@secretlint/config-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)

**Note:** Version bump only for package @secretlint/config-validator





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/@secretlint/config-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/config-validator",
"version": "3.3.0",
"version": "4.0.0",
"description": ".secretlintrc config validation library",
"keywords": [
"secretlint",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tabWidth": 4
},
"dependencies": {
"@secretlint/types": "^3.3.0",
"@secretlint/types": "^4.0.0",
"ajv": "^6.11.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@secretlint/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)

**Note:** Version bump only for package @secretlint/core





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/@secretlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/core",
"version": "3.3.0",
"version": "4.0.0",
"description": "Core library for @secretlint.",
"keywords": [
"secretlint"
Expand Down Expand Up @@ -40,8 +40,8 @@
"tabWidth": 4
},
"dependencies": {
"@secretlint/profiler": "^3.1.0",
"@secretlint/types": "^3.3.0",
"@secretlint/profiler": "^4.0.0",
"@secretlint/types": "^4.0.0",
"debug": "^4.1.1",
"structured-source": "^3.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@secretlint/formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)

**Note:** Version bump only for package @secretlint/formatter





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/@secretlint/formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/formatter",
"version": "3.3.0",
"version": "4.0.0",
"description": "A formatter collection for Secretlint.",
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/formatter/",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"tabWidth": 4
},
"dependencies": {
"@secretlint/types": "^3.3.0",
"@secretlint/types": "^4.0.0",
"@textlint/linter-formatter": "^12.0.2",
"@textlint/types": "^12.0.2",
"chalk": "^4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@secretlint/messages-to-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)

**Note:** Version bump only for package @secretlint/messages-to-markdown





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)

**Note:** Version bump only for package @secretlint/messages-to-markdown
Expand Down
4 changes: 2 additions & 2 deletions packages/@secretlint/messages-to-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/messages-to-markdown",
"version": "3.3.0",
"version": "4.0.0",
"description": "Create Markdown text from rule's messages(ids)",
"keywords": [
"secretlint"
Expand Down Expand Up @@ -43,7 +43,7 @@
"tabWidth": 4
},
"dependencies": {
"@secretlint/types": "^3.3.0",
"@secretlint/types": "^4.0.0",
"meow": "^6.1.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@secretlint/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)


### Features

* **config-loader:** support a rule written by ESM ([#187](https://github.com/secretlint/secretlint/issues/187)) ([590c333](https://github.com/secretlint/secretlint/commit/590c3339f2f10ffeaf2b6d1084f9a907466d7453))





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)


Expand Down
14 changes: 7 additions & 7 deletions packages/@secretlint/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/node",
"version": "3.3.0",
"version": "4.0.0",
"description": "Secretlint client library for Node.js",
"keywords": [
"secretlint",
Expand Down Expand Up @@ -41,16 +41,16 @@
"tabWidth": 4
},
"dependencies": {
"@secretlint/config-loader": "^3.3.0",
"@secretlint/core": "^3.3.0",
"@secretlint/formatter": "^3.3.0",
"@secretlint/profiler": "^3.1.0",
"@secretlint/source-creator": "^3.3.0",
"@secretlint/config-loader": "^4.0.0",
"@secretlint/core": "^4.0.0",
"@secretlint/formatter": "^4.0.0",
"@secretlint/profiler": "^4.0.0",
"@secretlint/source-creator": "^4.0.0",
"debug": "^4.1.1",
"p-map": "^4.0.0"
},
"devDependencies": {
"@secretlint/secretlint-rule-example": "^3.3.0",
"@secretlint/secretlint-rule-example": "^4.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"cross-env": "^7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/@secretlint/profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)

**Note:** Version bump only for package @secretlint/profiler





# [3.1.0](https://github.com/secretlint/secretlint/compare/v3.0.0...v3.1.0) (2021-06-24)

**Note:** Version bump only for package @secretlint/profiler
Expand Down
2 changes: 1 addition & 1 deletion packages/@secretlint/profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secretlint/profiler",
"version": "3.1.0",
"version": "4.0.0",
"description": "Profile manager for Secretlint.",
"keywords": [
"secretlint"
Expand Down
8 changes: 8 additions & 0 deletions packages/@secretlint/quick-start/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/secretlint/secretlint/compare/v3.3.0...v4.0.0) (2021-09-15)

**Note:** Version bump only for package @secretlint/quick-start





# [3.3.0](https://github.com/secretlint/secretlint/compare/v3.2.0...v3.3.0) (2021-07-05)

**Note:** Version bump only for package @secretlint/quick-start
Expand Down

0 comments on commit 58b3e05

Please sign in to comment.