Skip to content

Commit 4aa381a

Browse files
committed
Rollback eslint plugins
1 parent 70dfd5c commit 4aa381a

File tree

14 files changed

+146
-166
lines changed

14 files changed

+146
-166
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 29 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"format": "echo \"No format specified\""
66
},
77
"devDependencies": {
8-
"@hcengineering/platform-rig": "workspace:^0.7.14",
9-
"@typescript-eslint/eslint-plugin": "^6.11.0",
8+
"@hcengineering/platform-rig": "workspace:^0.7.15",
9+
"@typescript-eslint/eslint-plugin": "^6.21.0",
1010
"eslint-plugin-import": "^2.26.0",
1111
"eslint-plugin-promise": "^6.1.1",
1212
"eslint-plugin-n": "^15.4.0",
1313
"eslint": "^8.54.0",
14-
"@typescript-eslint/parser": "^8.46.0",
14+
"@typescript-eslint/parser": "^6.21.0",
1515
"eslint-config-standard-with-typescript": "^40.0.0"
1616
},
1717
"private": true

packages/measurements-otlp/CHANGELOG.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "@hcengineering/measurements-otlp",
33
"entries": [
4+
{
5+
"version": "0.7.12",
6+
"tag": "@hcengineering/measurements-otlp_v0.7.12",
7+
"date": "Sat, 11 Oct 2025 19:18:56 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "rollback eslint"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@hcengineering/measurements\" from `^0.7.11` to `0.7.12`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@hcengineering/platform-rig\" from `^0.7.14` to `0.7.15`"
20+
}
21+
]
22+
}
23+
},
424
{
525
"version": "0.7.11",
626
"tag": "@hcengineering/measurements-otlp_v0.7.11",

packages/measurements-otlp/CHANGELOG.md

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

3-
This log was last generated on Sat, 11 Oct 2025 17:58:53 GMT and should not be manually modified.
3+
This log was last generated on Sat, 11 Oct 2025 19:18:56 GMT and should not be manually modified.
4+
5+
## 0.7.12
6+
Sat, 11 Oct 2025 19:18:56 GMT
7+
8+
### Patches
9+
10+
- rollback eslint
411

512
## 0.7.11
613
Sat, 11 Oct 2025 17:58:53 GMT

packages/measurements-otlp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/measurements-otlp",
3-
"version": "0.7.11",
3+
"version": "0.7.12",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -27,12 +27,12 @@
2727
"_phase:validate": "compile validate"
2828
},
2929
"devDependencies": {
30-
"@hcengineering/platform-rig": "workspace:^0.7.14",
30+
"@hcengineering/platform-rig": "workspace:^0.7.15",
3131
"jest": "^29.7.0",
3232
"ts-jest": "^29.1.1",
3333
"@types/jest": "^29.5.5",
34-
"@typescript-eslint/eslint-plugin": "^6.11.0",
35-
"@typescript-eslint/parser": "^8.46.0",
34+
"@typescript-eslint/eslint-plugin": "^6.21.0",
35+
"@typescript-eslint/parser": "^6.21.0",
3636
"eslint": "^8.54.0",
3737
"eslint-config-standard-with-typescript": "^40.0.0",
3838
"eslint-plugin-import": "^2.26.0",
@@ -41,7 +41,7 @@
4141
"eslint-plugin-n": "^15.4.0"
4242
},
4343
"dependencies": {
44-
"@hcengineering/measurements": "workspace:^0.7.11",
44+
"@hcengineering/measurements": "workspace:^0.7.12",
4545
"@opentelemetry/sdk-node": "^0.203.0",
4646
"@opentelemetry/sdk-logs": "^0.203.0",
4747
"@opentelemetry/auto-instrumentations-node": "^0.62.0",

packages/measurements/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@hcengineering/measurements",
33
"entries": [
4+
{
5+
"version": "0.7.12",
6+
"tag": "@hcengineering/measurements_v0.7.12",
7+
"date": "Sat, 11 Oct 2025 19:18:56 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "rollback eslint"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@hcengineering/platform-rig\" from `^0.7.14` to `0.7.15`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "0.7.11",
623
"tag": "@hcengineering/measurements_v0.7.11",

packages/measurements/CHANGELOG.md

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

3-
This log was last generated on Sat, 11 Oct 2025 17:58:53 GMT and should not be manually modified.
3+
This log was last generated on Sat, 11 Oct 2025 19:18:56 GMT and should not be manually modified.
4+
5+
## 0.7.12
6+
Sat, 11 Oct 2025 19:18:56 GMT
7+
8+
### Patches
9+
10+
- rollback eslint
411

512
## 0.7.11
613
Sat, 11 Oct 2025 17:58:53 GMT

packages/measurements/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/measurements",
3-
"version": "0.7.11",
3+
"version": "0.7.12",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -27,12 +27,12 @@
2727
"_phase:validate": "compile validate"
2828
},
2929
"devDependencies": {
30-
"@hcengineering/platform-rig": "workspace:^0.7.14",
30+
"@hcengineering/platform-rig": "workspace:^0.7.15",
3131
"jest": "^29.7.0",
3232
"ts-jest": "^29.1.1",
3333
"@types/jest": "^29.5.5",
34-
"@typescript-eslint/eslint-plugin": "^6.11.0",
35-
"@typescript-eslint/parser": "^8.46.0",
34+
"@typescript-eslint/eslint-plugin": "^6.21.0",
35+
"@typescript-eslint/parser": "^6.21.0",
3636
"eslint": "^8.54.0",
3737
"eslint-config-standard-with-typescript": "^40.0.0",
3838
"eslint-plugin-import": "^2.26.0",

packages/platform-rig/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@hcengineering/platform-rig",
33
"entries": [
4+
{
5+
"version": "0.7.15",
6+
"tag": "@hcengineering/platform-rig_v0.7.15",
7+
"date": "Sat, 11 Oct 2025 19:18:56 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "rollback eslint"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.7.14",
618
"tag": "@hcengineering/platform-rig_v0.7.14",

packages/platform-rig/CHANGELOG.md

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

3-
This log was last generated on Sat, 11 Oct 2025 18:10:18 GMT and should not be manually modified.
3+
This log was last generated on Sat, 11 Oct 2025 19:18:56 GMT and should not be manually modified.
4+
5+
## 0.7.15
6+
Sat, 11 Oct 2025 19:18:56 GMT
7+
8+
### Patches
9+
10+
- rollback eslint
411

512
## 0.7.14
613
Sat, 11 Oct 2025 18:10:18 GMT

0 commit comments

Comments
 (0)