From 4e7ee98d06be3a2cb2b1d56aad7227625455e096 Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Thu, 3 Mar 2022 15:23:49 +0100 Subject: [PATCH 1/4] Updated runners list and tar updated to 6.1.11 --- .github/workflows/build.yml | 11 ++++++----- .github/workflows/verify-on-macos.yml | 1 + .github/workflows/verify-on-windows.yml | 1 + .idea/.gitignore | 8 ++++++++ .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/ssh-key-action.iml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ package-lock.json | 6 +++--- 10 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/ssh-key-action.iml create mode 100644 .idea/vcs.xml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8ddc4f..dab2b99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,11 +12,12 @@ jobs: strategy: matrix: os: - - Windows-2019 - - macOS-10.15 - - Ubuntu-16.04 - - Ubuntu-18.04 - - Ubuntu-20.04 + - windows-2019 + - windows-2022 + - macos-10.15 + - macos-11 + - ubuntu-18.04 + - ubuntu-20.04 nodejs: - 12 fail-fast: false diff --git a/.github/workflows/verify-on-macos.yml b/.github/workflows/verify-on-macos.yml index 251147a..eb2af38 100644 --- a/.github/workflows/verify-on-macos.yml +++ b/.github/workflows/verify-on-macos.yml @@ -14,6 +14,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 diff --git a/.github/workflows/verify-on-windows.yml b/.github/workflows/verify-on-windows.yml index adadd87..0c912a1 100644 --- a/.github/workflows/verify-on-windows.yml +++ b/.github/workflows/verify-on-windows.yml @@ -15,6 +15,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..52e0e66 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/ssh-key-action.iml b/.idea/ssh-key-action.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/ssh-key-action.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5c4a20b..ad4b4dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3915,9 +3915,9 @@ } }, "tar": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.2.tgz", - "integrity": "sha512-EwKEgqJ7nJoS+s8QfLYVGMDmAsj+StbI2AM/RTHeUSsOw6Z8bwNBRv5z3CY0m7laC5qUAqruLX5AhMuc5deY3Q==", + "version": "6.1.11", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", + "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", "dev": true, "requires": { "chownr": "^2.0.0", From 0920566dd576ba867e8c8f7887a1e1b14687ce36 Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Thu, 3 Mar 2022 15:33:42 +0100 Subject: [PATCH 2/4] Updated runners list --- .github/workflows/verify-on-macos.yml | 10 ++++++++++ .github/workflows/verify-on-windows.yml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/.github/workflows/verify-on-macos.yml b/.github/workflows/verify-on-macos.yml index eb2af38..80081d4 100644 --- a/.github/workflows/verify-on-macos.yml +++ b/.github/workflows/verify-on-macos.yml @@ -35,6 +35,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -55,6 +56,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -75,6 +77,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -102,6 +105,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -128,6 +132,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -150,6 +155,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -176,6 +182,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -198,6 +205,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -225,6 +233,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -247,6 +256,7 @@ jobs: matrix: os: - macos-10.15 + - macos-11 steps: - name: Checkout source codes uses: actions/checkout@v2 diff --git a/.github/workflows/verify-on-windows.yml b/.github/workflows/verify-on-windows.yml index 0c912a1..942331e 100644 --- a/.github/workflows/verify-on-windows.yml +++ b/.github/workflows/verify-on-windows.yml @@ -37,6 +37,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -58,6 +59,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -79,6 +81,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -107,6 +110,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -134,6 +138,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -157,6 +162,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -184,6 +190,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -207,6 +214,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -235,6 +243,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 @@ -258,6 +267,7 @@ jobs: os: - windows-2016 - windows-2019 + - windows-2022 steps: - name: Checkout source codes uses: actions/checkout@v2 From 34ed5b3f2e86ec5ce39fc43096794f2fafb3956d Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Thu, 3 Mar 2022 15:35:20 +0100 Subject: [PATCH 3/4] Added nodejs 16 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dab2b99..9c05539 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: - ubuntu-20.04 nodejs: - 12 + - 16 fail-fast: false steps: - name: Turn off auto-crlf From a8d8a747a09e564fbccfe601db5be511f1095633 Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Thu, 3 Mar 2022 15:56:22 +0100 Subject: [PATCH 4/4] Updated .gitignore --- .gitignore | 3 +++ .idea/.gitignore | 8 -------- .idea/inspectionProfiles/Project_Default.xml | 6 ------ .idea/misc.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/ssh-key-action.iml | 9 --------- .idea/vcs.xml | 6 ------ 7 files changed, 3 insertions(+), 43 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/ssh-key-action.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 72df797..268fa23 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,8 @@ Thumbs.db *.orig *.rej +#ide +.idea/* + # Node.js modules /node_modules/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 03d9549..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 639900d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 52e0e66..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/ssh-key-action.iml b/.idea/ssh-key-action.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/ssh-key-action.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file