diff --git a/.devops/code-review-pipelines.yml b/.devops/code-review-pipelines.yml index cc4b9cd..6fe0956 100644 --- a/.devops/code-review-pipelines.yml +++ b/.devops/code-review-pipelines.yml @@ -16,8 +16,8 @@ resources: - repository: pagopaCommons type: github name: pagopa/azure-pipeline-templates - ref: refs/tags/v8 - endpoint: 'pagopa' + ref: refs/tags/v15 + endpoint: 'io-azure-devops-github-ro' stages: - stage: Build @@ -33,7 +33,6 @@ stages: - stage: Static_analysis dependsOn: [] jobs: - - job: lint steps: - template: templates/node-job-setup/template.yaml@pagopaCommons diff --git a/.devops/deploy-pipelines.yml b/.devops/deploy-pipelines.yml index 185f8bf..cb8a1c3 100644 --- a/.devops/deploy-pipelines.yml +++ b/.devops/deploy-pipelines.yml @@ -8,10 +8,6 @@ # NPM_CONNECTION - name of the NPM service connection used to publish the package; be sure that the related user has appopriate right # -variables: - NODE_VERSION: '10.14.1' - YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn - parameters: - name: 'RELEASE_SEMVER' displayName: 'When packing a release, define the version bump to apply' @@ -34,8 +30,8 @@ resources: - repository: pagopaCommons type: github name: pagopa/azure-pipeline-templates - ref: refs/tags/v8 - endpoint: 'pagopa' + ref: refs/tags/v15 + endpoint: 'io-azure-devops-github-ro' stages: diff --git a/package.json b/package.json index c88d43b..6cbc1b5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "rimraf": "^2.6.2", "tree-kill": "^1.2.2", "ts-jest": "^24.0.2", - "typescript": "^3.5.0" + "typescript": "^4.3.5" }, "peerDependencies": { "express": "^4.17.2" diff --git a/yarn.lock b/yarn.lock index 83e5a48..3083621 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5646,10 +5646,10 @@ type-is@~1.6.17, type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@^3.5.0: - version "3.7.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae" - integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw== +typescript@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" + integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== uglify-js@^3.1.4: version "3.12.6"