Skip to content

Commit 0767166

Browse files
committed
Update changelogs [skip ci]
1 parent c406089 commit 0767166

13 files changed

Lines changed: 109 additions & 34 deletions

common/changes/@rushstack/eslint-bulk/feat-working-prototype-for-eslint-bulk-suppressions_2023-10-26-23-46.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@rushstack/eslint-config/feat-working-prototype-for-eslint-bulk-suppressions_2023-09-28-19-54.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@rushstack/eslint-patch/feat-working-prototype-for-eslint-bulk-suppressions_2023-09-28-19-54.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

eslint/eslint-bulk/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@rushstack/eslint-bulk",
3+
"entries": [
4+
{
5+
"version": "0.1.0",
6+
"tag": "@rushstack/eslint-bulk_v0.1.0",
7+
"date": "Wed, 22 Nov 2023 01:45:18 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Initial release of `@rushstack/eslint-bulk` package"
12+
}
13+
]
14+
}
15+
}
16+
]
17+
}

eslint/eslint-bulk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log - @rushstack/eslint-bulk
2+
3+
This log was last generated on Wed, 22 Nov 2023 01:45:18 GMT and should not be manually modified.
4+
5+
## 0.1.0
6+
Wed, 22 Nov 2023 01:45:18 GMT
7+
8+
### Minor changes
9+
10+
- Initial release of `@rushstack/eslint-bulk` package
11+

eslint/eslint-config/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@rushstack/eslint-config",
33
"entries": [
4+
{
5+
"version": "3.5.0",
6+
"tag": "@rushstack/eslint-config_v3.5.0",
7+
"date": "Wed, 22 Nov 2023 01:45:18 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Added eslint-bulk-suppressions to @rushstack/eslint-config dependencies, allowing it to be used in all projects that use rushstack's eslint-config"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.6.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "3.4.1",
623
"tag": "@rushstack/eslint-config_v3.4.1",

eslint/eslint-config/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @rushstack/eslint-config
22

3-
This log was last generated on Sun, 01 Oct 2023 02:56:30 GMT and should not be manually modified.
3+
This log was last generated on Wed, 22 Nov 2023 01:45:18 GMT and should not be manually modified.
4+
5+
## 3.5.0
6+
Wed, 22 Nov 2023 01:45:18 GMT
7+
8+
### Minor changes
9+
10+
- Added eslint-bulk-suppressions to @rushstack/eslint-config dependencies, allowing it to be used in all projects that use rushstack's eslint-config
411

512
## 3.4.1
613
Sun, 01 Oct 2023 02:56:30 GMT

eslint/eslint-patch/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/eslint-patch",
33
"entries": [
4+
{
5+
"version": "1.6.0",
6+
"tag": "@rushstack/eslint-patch_v1.6.0",
7+
"date": "Wed, 22 Nov 2023 01:45:18 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add an experimental new feature for ESLint bulk suppressions; for details see GitHub #4303"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.5.1",
618
"tag": "@rushstack/eslint-patch_v1.5.1",

eslint/eslint-patch/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @rushstack/eslint-patch
22

3-
This log was last generated on Sun, 01 Oct 2023 02:56:29 GMT and should not be manually modified.
3+
This log was last generated on Wed, 22 Nov 2023 01:45:18 GMT and should not be manually modified.
4+
5+
## 1.6.0
6+
Wed, 22 Nov 2023 01:45:18 GMT
7+
8+
### Minor changes
9+
10+
- Add an experimental new feature for ESLint bulk suppressions; for details see GitHub #4303
411

512
## 1.5.1
613
Sun, 01 Oct 2023 02:56:29 GMT

rigs/heft-node-rig/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/heft-node-rig",
33
"entries": [
4+
{
5+
"version": "2.3.11",
6+
"tag": "@rushstack/heft-node-rig_v2.3.11",
7+
"date": "Wed, 22 Nov 2023 01:45:18 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.5.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.3.10",
618
"tag": "@rushstack/heft-node-rig_v2.3.10",

0 commit comments

Comments
 (0)