@ckeditor/ckeditor5-dev-ci 54.2.1 → 54.2.3

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,7 +5,7 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- import { parseArgs } from 'util';
8
+ import { parseArgs } from 'node:util';
9
9
  import circleUpdateAutoCancelBuilds from '../lib/circle-update-auto-cancel-builds.js';
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- import { parseArgs } from 'util';
8
+ import { parseArgs } from 'node:util';
9
9
  import circleUpdateAutoCancelBuilds from '../lib/circle-update-auto-cancel-builds.js';
10
10
 
11
11
  /**
@@ -5,8 +5,8 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- import { parseArgs } from 'util';
9
- import { execSync } from 'child_process';
8
+ import { parseArgs } from 'node:util';
9
+ import { execSync } from 'node:child_process';
10
10
  import processJobStatuses from '../lib/process-job-statuses.js';
11
11
  import isWorkflowFinished from '../lib/utils/is-workflow-finished.js';
12
12
 
@@ -5,7 +5,7 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- import { parseArgs } from 'util';
8
+ import { parseArgs } from 'node:util';
9
9
  import isJobTriggeredByMember from '../lib/is-job-triggered-by-member.js';
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- import { parseArgs } from 'util';
8
+ import { parseArgs } from 'node:util';
9
9
  import slackNotify from 'slack-notify';
10
10
  import formatMessage from '../lib/format-message.js';
11
11
 
@@ -5,7 +5,7 @@
5
5
  * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
- import { parseArgs } from 'util';
8
+ import { parseArgs } from 'node:util';
9
9
  import triggerCircleBuild from '../lib/trigger-circle-build.js';
10
10
 
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-ci",
3
- "version": "54.2.1",
3
+ "version": "54.2.3",
4
4
  "description": "Utils used on various Continuous Integration services.",
5
5
  "keywords": [],
6
6
  "author": "CKSource (http://cksource.com/)",