Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Aug 14, 2024
1 parent 0381a02 commit 0350196
Show file tree
Hide file tree
Showing 14 changed files with 109 additions and 45 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions eslint/eslint-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/eslint-config",
"entries": [
{
"version": "4.0.1",
"tag": "@rushstack/eslint-config_v4.0.1",
"date": "Wed, 14 Aug 2024 22:37:32 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.16.0`"
}
]
}
},
{
"version": "4.0.0",
"tag": "@rushstack/eslint-config_v4.0.0",
Expand Down
7 changes: 6 additions & 1 deletion eslint/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/eslint-config

This log was last generated on Tue, 13 Aug 2024 18:17:05 GMT and should not be manually modified.
This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified.

## 4.0.1
Wed, 14 Aug 2024 22:37:32 GMT

_Version update only_

## 4.0.0
Tue, 13 Aug 2024 18:17:05 GMT
Expand Down
12 changes: 12 additions & 0 deletions eslint/eslint-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/eslint-plugin",
"entries": [
{
"version": "0.16.0",
"tag": "@rushstack/eslint-plugin_v0.16.0",
"date": "Wed, 14 Aug 2024 22:37:32 GMT",
"comments": {
"minor": [
{
"comment": "Add 4 new ESLint rules: \"@rushstack/no-backslash-imports\", used to prevent backslashes in import and require statements; \"@rushstack/no-external-local-imports\", used to prevent referencing external depedencies in import and require statements; \"@rushstack/no-transitive-dependency-imports\", used to prevent referencing transitive dependencies (ie. dependencies of dependencies) in import and require statements; and \"@rushstack/normalized-imports\", used to ensure that the most direct path to a dependency is provided in import and require statements"
}
]
}
},
{
"version": "0.15.2",
"tag": "@rushstack/eslint-plugin_v0.15.2",
Expand Down
9 changes: 8 additions & 1 deletion eslint/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @rushstack/eslint-plugin

This log was last generated on Sat, 27 Jul 2024 00:10:27 GMT and should not be manually modified.
This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified.

## 0.16.0
Wed, 14 Aug 2024 22:37:32 GMT

### Minor changes

- Add 4 new ESLint rules: "@rushstack/no-backslash-imports", used to prevent backslashes in import and require statements; "@rushstack/no-external-local-imports", used to prevent referencing external depedencies in import and require statements; "@rushstack/no-transitive-dependency-imports", used to prevent referencing transitive dependencies (ie. dependencies of dependencies) in import and require statements; and "@rushstack/normalized-imports", used to ensure that the most direct path to a dependency is provided in import and require statements

## 0.15.2
Sat, 27 Jul 2024 00:10:27 GMT
Expand Down
17 changes: 17 additions & 0 deletions heft-plugins/heft-lint-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@rushstack/heft-lint-plugin",
"entries": [
{
"version": "0.4.0",
"tag": "@rushstack/heft-lint-plugin_v0.4.0",
"date": "Wed, 14 Aug 2024 22:37:32 GMT",
"comments": {
"minor": [
{
"comment": "Add autofix functionality for ESLint and TSLint. Fixes can now be applied by providing the \"--fix\" command-line argument, or setting the \"alwaysFix\" plugin option to \"true\""
}
],
"patch": [
{
"comment": "Unintrusively disable \"--fix\" mode when running in \"--production\" mode"
}
]
}
},
{
"version": "0.3.48",
"tag": "@rushstack/heft-lint-plugin_v0.3.48",
Expand Down
13 changes: 12 additions & 1 deletion heft-plugins/heft-lint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log - @rushstack/heft-lint-plugin

This log was last generated on Tue, 13 Aug 2024 18:17:05 GMT and should not be manually modified.
This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified.

## 0.4.0
Wed, 14 Aug 2024 22:37:32 GMT

### Minor changes

- Add autofix functionality for ESLint and TSLint. Fixes can now be applied by providing the "--fix" command-line argument, or setting the "alwaysFix" plugin option to "true"

### Patches

- Unintrusively disable "--fix" mode when running in "--production" mode

## 0.3.48
Tue, 13 Aug 2024 18:17:05 GMT
Expand Down
15 changes: 15 additions & 0 deletions rigs/heft-node-rig/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rushstack/heft-node-rig",
"entries": [
{
"version": "2.6.27",
"tag": "@rushstack/heft-node-rig_v2.6.27",
"date": "Wed, 14 Aug 2024 22:37:32 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `4.0.1`"
},
{
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.4.0`"
}
]
}
},
{
"version": "2.6.26",
"tag": "@rushstack/heft-node-rig_v2.6.26",
Expand Down
7 changes: 6 additions & 1 deletion rigs/heft-node-rig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/heft-node-rig

This log was last generated on Tue, 13 Aug 2024 18:17:05 GMT and should not be manually modified.
This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified.

## 2.6.27
Wed, 14 Aug 2024 22:37:32 GMT

_Version update only_

## 2.6.26
Tue, 13 Aug 2024 18:17:05 GMT
Expand Down
15 changes: 15 additions & 0 deletions rigs/heft-web-rig/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rushstack/heft-web-rig",
"entries": [
{
"version": "0.24.28",
"tag": "@rushstack/heft-web-rig_v0.24.28",
"date": "Wed, 14 Aug 2024 22:37:32 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `4.0.1`"
},
{
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.4.0`"
}
]
}
},
{
"version": "0.24.27",
"tag": "@rushstack/heft-web-rig_v0.24.27",
Expand Down
7 changes: 6 additions & 1 deletion rigs/heft-web-rig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/heft-web-rig

This log was last generated on Tue, 13 Aug 2024 18:17:05 GMT and should not be manually modified.
This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified.

## 0.24.28
Wed, 14 Aug 2024 22:37:32 GMT

_Version update only_

## 0.24.27
Tue, 13 Aug 2024 18:17:05 GMT
Expand Down

0 comments on commit 0350196

Please sign in to comment.