Skip to content

Commit

Permalink
[#IP-325] Upgrade Typescript to v. 4.3.5 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati authored Sep 14, 2021
1 parent 20b5c2a commit 6413e3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .devops/code-review-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,7 +33,6 @@ stages:
- stage: Static_analysis
dependsOn: []
jobs:

- job: lint
steps:
- template: templates/node-job-setup/template.yaml@pagopaCommons
Expand Down
8 changes: 2 additions & 6 deletions .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6413e3c

Please sign in to comment.