@zimbra/eslint-config 2.1.1-PREAPPS-9557.fb31ea2.0 → 2.1.1-automation-NodeJS-testing.c074375.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ executors:
6
6
  node-executor:
7
7
  working_directory: ~/zm-eslint-config
8
8
  docker:
9
- - image: cimg/node:24.18
9
+ - image: cimg/node:18.20
10
10
  resource_class: small
11
11
 
12
12
  env-context: &env-context
@@ -45,14 +45,14 @@ feature-branch: &feature-branch
45
45
  filters:
46
46
  branches:
47
47
  ignore:
48
- - main
48
+ - master
49
49
  - /(custom_)?release\/.*/
50
50
 
51
- main-branch: &main-branch
51
+ master-branch: &master-branch
52
52
  filters:
53
53
  branches:
54
54
  only:
55
- - main
55
+ - master
56
56
 
57
57
  ############################################################################
58
58
  # COMMANDS
@@ -81,10 +81,10 @@ jobs:
81
81
 
82
82
  - *restore-dependencies-cache
83
83
 
84
- # Install npm version @11
84
+ # Install npm version @6
85
85
  - run:
86
86
  name: Install npm version
87
- command: sudo npm install -g npm@11
87
+ command: sudo npm install -g npm@6
88
88
 
89
89
  - run:
90
90
  name: Install dependencies
@@ -155,13 +155,13 @@ workflows:
155
155
  requires:
156
156
  - publish-approval
157
157
 
158
- main-branch-workflow:
158
+ master-branch-workflow:
159
159
  jobs:
160
160
  - lint:
161
- <<: *main-branch
161
+ <<: *master-branch
162
162
 
163
163
  - publish:
164
- <<: *main-branch
164
+ <<: *master-branch
165
165
  <<: *env-context
166
166
  requires:
167
167
  - lint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimbra/eslint-config",
3
- "version": "2.1.1-PREAPPS-9557.fb31ea2.0",
3
+ "version": "2.1.1-automation-NodeJS-testing.c074375.0",
4
4
  "type": "module",
5
5
  "description": "ESLint configuration for Zimbra javascript projects.",
6
6
  "main": "src/index.js",
@@ -15,8 +15,8 @@
15
15
  "prepare": "husky || true"
16
16
  },
17
17
  "engines": {
18
- "node": "^24.18.0",
19
- "npm": "^11.16.0"
18
+ "node": "^18.20.0",
19
+ "npm": "^6"
20
20
  },
21
21
  "dependencies": {
22
22
  "@eslint/compat": "^1.0.0",
@@ -26,7 +26,7 @@
26
26
  "eslint-plugin-i18n-json": "^4.0.1",
27
27
  "eslint-plugin-import": "^2.32.0",
28
28
  "eslint-plugin-mocha": "^10.2.0",
29
- "@zimbra/eslint-plugin-preact-i18n": "1.1.1-PREAPPS-9557.b264600.0",
29
+ "@zimbra/eslint-plugin-preact-i18n": "beta",
30
30
  "eslint-plugin-prettier": "^5.1.3",
31
31
  "eslint-plugin-react": "^7.37.5",
32
32
  "eslint-plugin-react-hooks": "^7.0.1",