@ckeditor/ckeditor5-dev-ci 49.0.2 → 50.1.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.
@@ -5,8 +5,6 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- /* eslint-env node */
9
-
10
8
  import { execSync } from 'child_process';
11
9
  import minimist from 'minimist';
12
10
  import processJobStatuses from '../lib/process-job-statuses.js';
@@ -5,8 +5,6 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- /* eslint-env node */
9
-
10
8
  /**
11
9
  * This script checks if the provided workflow has been restarted. If so, it exits with a zero error code.
12
10
  *
@@ -5,8 +5,6 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- /* eslint-env node */
9
-
10
8
  import slackNotify from 'slack-notify';
11
9
  import formatMessage from '../lib/format-message.js';
12
10
 
@@ -5,8 +5,6 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- /* eslint-env node */
9
-
10
8
  import formatMessage from '../lib/format-message.js';
11
9
  import slackNotify from 'slack-notify';
12
10
 
@@ -3,8 +3,6 @@
3
3
  * For licensing, see LICENSE.md.
4
4
  */
5
5
 
6
- /* eslint-env node */
7
-
8
6
  import { bots, members } from './data/index.js';
9
7
 
10
8
  const REPOSITORY_REGEXP = /github\.com\/([^/]+)\/([^/]+)/;
@@ -3,8 +3,6 @@
3
3
  * For licensing, see LICENSE.md.
4
4
  */
5
5
 
6
- /* eslint-env node */
7
-
8
6
  /**
9
7
  * @param options
10
8
  * @param {string} options.circleToken
@@ -3,8 +3,6 @@
3
3
  * For licensing, see LICENSE.md.
4
4
  */
5
5
 
6
- /* eslint-env node */
7
-
8
6
  const FINISHED_STATUSES = [
9
7
  'success',
10
8
  'failed',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-ci",
3
- "version": "49.0.2",
3
+ "version": "50.1.0",
4
4
  "description": "Utils used on various Continuous Integration services.",
5
5
  "keywords": [],
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -13,7 +13,7 @@
13
13
  "directory": "packages/ckeditor5-dev-ci"
14
14
  },
15
15
  "engines": {
16
- "node": ">=20.0.0",
16
+ "node": ">=22.0.0",
17
17
  "npm": ">=5.7.1"
18
18
  },
19
19
  "type": "module",
@@ -35,7 +35,7 @@
35
35
  "ckeditor5-dev-ci-circle-enable-auto-cancel-builds": "bin/circle-enable-auto-cancel-builds.js"
36
36
  },
37
37
  "dependencies": {
38
- "@octokit/rest": "^21.0.0",
38
+ "@octokit/rest": "^22.0.0",
39
39
  "minimist": "^1.2.8",
40
40
  "slack-notify": "^2.0.6"
41
41
  }