Skip to content

Commit

Permalink
kick-off node 19 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
codaimaster committed Aug 21, 2023
1 parent 3a3974c commit c5a8b02
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 76 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- run: corepack enable && yarn --version
- run: yarn install
- run: yarn lint
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: corepack enable && yarn --version
- run: yarn install
Expand All @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: https://npm.pkg.github.com/
scope: '@hmcts'
- run: corepack enable && yarn --version
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.0
18.17.0
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ npmAuthToken: "${NODE_AUTH_TOKEN:-}"

npmPublishRegistry: "${NPM_PUBLISH_REGISTRY:-}"

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@storybook/testing-library": "^0.0.13",
"@types/jasmine": "~2.8.0",
"@types/jasminewd2": "^2.0.3",
"@types/node": "^14.14.45",
"@types/node": "^18.17.0",
"@types/pegjs": "^0.10.0",
"@types/underscore": "^1.11.4",
"@types/webpack": "^4.41.25",
Expand Down Expand Up @@ -172,7 +172,7 @@
"ts-node": "~10.8.1",
"tslib": "^2.1.0",
"tslint": "^6.1.3",
"typescript": "4.0.8",
"typescript": "4.8.2",
"webpack": "^4.20.2",
"webpack-angular-externals": "^1.0.2",
"webpack-cli": "^4.4.0",
Expand Down Expand Up @@ -212,7 +212,8 @@
"dns-packet": "1.3.4",
"hosted-git-info": "^3.0.8",
"normalize-url": "^6.0.1",
"trim-newlines": "^3.0.1"
"trim-newlines": "^3.0.1",
"typescript": "4.0.8"
},
"nyc": {
"include": [
Expand All @@ -222,5 +223,5 @@
"sourceMap": false,
"instrument": false
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.6.1"
}
74 changes: 7 additions & 67 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2693,7 +2693,7 @@ __metadata:
"@storybook/testing-library": ^0.0.13
"@types/jasmine": ~2.8.0
"@types/jasminewd2": ^2.0.3
"@types/node": ^14.14.45
"@types/node": ^18.17.0
"@types/pegjs": ^0.10.0
"@types/underscore": ^1.11.4
"@types/webpack": ^4.41.25
Expand Down Expand Up @@ -2774,7 +2774,7 @@ __metadata:
ts-node: ~10.8.1
tslib: ^2.1.0
tslint: ^6.1.3
typescript: 4.0.8
typescript: 4.8.2
underscore: ^1.9.1
util: ^0.12.4
webpack: ^4.20.2
Expand Down Expand Up @@ -4856,10 +4856,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^14.14.45":
version: 14.18.53
resolution: "@types/node@npm:14.18.53"
checksum: 3acbcf4e38cdc5999c824db5c6689ca8f4a185562aad5c0263d9859381d8590a16e6a72343aeb30d48ff9a7ac9b6ae259bcb8c2d594703a30d12277904524704
"@types/node@npm:^18.17.0":
version: 18.17.6
resolution: "@types/node@npm:18.17.6"
checksum: 70bc92adde47d569f25c5ed40b55040cdf189518d6149e0c3041c6e60b1098cad9c48a856f0b7868ebd74d4098a0ca508b0ec4373dd96216eb8a387ee898e14c
languageName: node
linkType: hard

Expand Down Expand Up @@ -23740,16 +23740,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:2.9.1":
version: 2.9.1
resolution: "typescript@npm:2.9.1"
bin:
tsc: ./bin/tsc
tsserver: ./bin/tsserver
checksum: b871c6e9ad54c469588f8739a77b2cb6b02c0406c8ea2879f9adcb0779d0a506b5da78f95502a77f1f0b7be565670f332da3f62a7c72c01fbc52689380376024
languageName: node
linkType: hard

"typescript@npm:4.0.8":
version: 4.0.8
resolution: "typescript@npm:4.0.8"
Expand All @@ -23760,37 +23750,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.1.5":
version: 4.1.5
resolution: "typescript@npm:4.1.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: af660e69aa5184520dfa57362dcf7fd1b26d08b869d76b3bd58dcc04058a757983f470cd61ded824ab01fa08a81d58c7f607d8e360f4e550664b9439d04f8e41
languageName: node
linkType: hard

"typescript@npm:^5.0.4":
version: 5.1.6
resolution: "typescript@npm:5.1.6"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b2f2c35096035fe1f5facd1e38922ccb8558996331405eb00a5111cc948b2e733163cc22fab5db46992aba7dd520fff637f2c1df4996ff0e134e77d3249a7350
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 2.9.1
resolution: "typescript@patch:typescript@npm%3A2.9.1#~builtin<compat/typescript>::version=2.9.1&hash=3bafbf"
bin:
tsc: ./bin/tsc
tsserver: ./bin/tsserver
checksum: fa073a5fd5e96357c57a233b0ca635522725f2c6273df34c3df52489e744dfce0302a319b4e057bdc9d740c885761a1ec90cb457812a890e0fb3fe6a2d6a3d11
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A4.0.8#~builtin<compat/typescript>":
version: 4.0.8
resolution: "typescript@patch:typescript@npm%3A4.0.8#~builtin<compat/typescript>::version=4.0.8&hash=ed6a74"
bin:
Expand All @@ -23800,26 +23760,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 4.1.5
resolution: "typescript@patch:typescript@npm%3A4.1.5#~builtin<compat/typescript>::version=4.1.5&hash=4a8eb8"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: fde897357ff6bb729323dc6d58753193d0d8e3d90ea66081f9a4eb798e1056a3a47a49c666a7bccdf93e37780ed0913b78de83a766c6da85b73bad3ed34470d0
languageName: node
linkType: hard

"typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
version: 5.1.6
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 21e88b0a0c0226f9cb9fd25b9626fb05b4c0f3fddac521844a13e1f30beb8f14e90bd409a9ac43c812c5946d714d6e0dee12d5d02dfc1c562c5aacfa1f49b606
languageName: node
linkType: hard

"ua-parser-js@npm:^0.7.30":
version: 0.7.35
resolution: "ua-parser-js@npm:0.7.35"
Expand Down

0 comments on commit c5a8b02

Please sign in to comment.