Skip to content

Commit e318919

Browse files
chore(deps): update all non-major dependencies (#254)
* chore(deps): update all non-major dependencies * fix(cli): 🏷️ fix SourceLocation usage * ci: 👷 pin npm version in e2e tests to 9 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Peter Juras <[email protected]>
1 parent 01f7687 commit e318919

File tree

7 files changed

+906
-975
lines changed

7 files changed

+906
-975
lines changed

.github/workflows/cli.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: npm install --global npm@8
6666
if: matrix.os == 'windows-latest' && matrix.node == 14
6767
- name: Install latest npm version
68-
run: npm install --global npm
68+
run: npm install --global npm@9
6969
- uses: bahmutov/npm-install@v1
7070
- name: Setup git config for e2e tests
7171
run: |

package-lock.json

+864-945
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@commitlint/cli": "17.6.7",
20-
"@commitlint/config-conventional": "17.6.7",
21-
"@commitlint/prompt-cli": "17.6.7",
19+
"@commitlint/cli": "17.7.1",
20+
"@commitlint/config-conventional": "17.7.0",
21+
"@commitlint/prompt-cli": "17.7.1",
2222
"@types/prettier": "2.7.3",
2323
"@types/prompts": "2.4.4",
2424
"execa": "5.1.1",

packages/cli/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"coat": "bin/coat.js"
77
},
88
"dependencies": {
9-
"@babel/code-frame": "7.22.5",
10-
"@babel/parser": "7.22.7",
11-
"@babel/types": "7.22.5",
9+
"@babel/code-frame": "7.22.13",
10+
"@babel/parser": "7.22.14",
11+
"@babel/types": "7.22.11",
1212
"ajv": "8.12.0",
1313
"boxen": "5.1.2",
1414
"chalk": "4.1.2",
@@ -37,36 +37,36 @@
3737
"wrap-ansi": "7.0.0"
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "7.22.9",
41-
"@babel/core": "7.22.9",
42-
"@babel/preset-env": "7.22.9",
43-
"@babel/preset-typescript": "7.22.5",
40+
"@babel/cli": "7.22.10",
41+
"@babel/core": "7.22.11",
42+
"@babel/preset-env": "7.22.14",
43+
"@babel/preset-typescript": "7.22.11",
4444
"@types/babel__code-frame": "7.0.3",
4545
"@types/fs-extra": "11.0.1",
4646
"@types/inquirer": "8.2.6",
47-
"@types/jest": "29.5.3",
47+
"@types/jest": "29.5.4",
4848
"@types/js-yaml": "4.0.5",
4949
"@types/json-stable-stringify": "1.0.34",
50-
"@types/lodash": "4.14.196",
51-
"@types/semver": "7.5.0",
50+
"@types/lodash": "4.14.197",
51+
"@types/semver": "7.5.1",
5252
"@types/single-trailing-newline": "1.0.0",
5353
"@types/tmp": "0.2.3",
5454
"@types/which": "3.0.0",
5555
"@types/wrap-ansi": "3.0.0",
56-
"@typescript-eslint/eslint-plugin": "6.2.0",
57-
"@typescript-eslint/parser": "6.2.0",
58-
"concurrently": "8.2.0",
56+
"@typescript-eslint/eslint-plugin": "6.5.0",
57+
"@typescript-eslint/parser": "6.5.0",
58+
"concurrently": "8.2.1",
5959
"cross-env": "7.0.3",
60-
"eslint": "8.46.0",
60+
"eslint": "8.48.0",
6161
"eslint-config-prettier": "9.0.0",
62-
"jest": "29.6.2",
63-
"lint-staged": "13.2.3",
64-
"memfs": "4.2.0",
62+
"jest": "29.6.4",
63+
"lint-staged": "13.3.0",
64+
"memfs": "4.2.1",
6565
"memory-streams": "0.1.3",
6666
"prettier": "2.8.8",
6767
"rimraf": "5.0.1",
6868
"strip-ansi": "6.0.1",
69-
"ts-json-schema-generator": "1.2.0",
69+
"ts-json-schema-generator": "1.3.0",
7070
"ts-node": "10.9.1",
7171
"typescript": "5.2.2",
7272
"which": "3.0.1"

packages/cli/src/util/get-location-in-json-ast.test.ts

+10
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ describe("util/get-location-in-json-ast", () => {
8686
"index": 97,
8787
"line": 9,
8888
},
89+
"filename": "unknown",
90+
"identifierName": undefined,
8991
"start": {
9092
"column": 11,
9193
"index": 88,
@@ -112,6 +114,8 @@ describe("util/get-location-in-json-ast", () => {
112114
"index": 127,
113115
"line": 11,
114116
},
117+
"filename": "unknown",
118+
"identifierName": undefined,
115119
"start": {
116120
"column": 13,
117121
"index": 124,
@@ -138,6 +142,8 @@ describe("util/get-location-in-json-ast", () => {
138142
"index": 174,
139143
"line": 15,
140144
},
145+
"filename": "unknown",
146+
"identifierName": undefined,
141147
"start": {
142148
"column": 7,
143149
"index": 28,
@@ -164,6 +170,8 @@ describe("util/get-location-in-json-ast", () => {
164170
"index": 186,
165171
"line": 18,
166172
},
173+
"filename": "unknown",
174+
"identifierName": undefined,
167175
"start": {
168176
"column": 1,
169177
"index": 0,
@@ -204,6 +212,8 @@ describe("util/get-location-in-json-ast", () => {
204212
"index": 25,
205213
"line": 3,
206214
},
215+
"filename": "unknown",
216+
"identifierName": undefined,
207217
"start": {
208218
"column": 9,
209219
"index": 21,

packages/cli/src/util/get-location-in-json-ast.ts

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ function shiftLocation(location: SourceLocation): SourceLocation {
2828
...location.end,
2929
column: singleLine ? location.end.column + 1 : location.end.column,
3030
},
31+
identifierName: undefined,
32+
filename: "unknown",
3133
};
3234
}
3335

packages/template-ts-package/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"version": "0.0.51",
44
"author": "Peter Juras <[email protected]>",
55
"devDependencies": {
6-
"@babel/cli": "7.22.9",
7-
"@babel/core": "7.22.9",
8-
"@babel/preset-env": "7.22.9",
9-
"@babel/preset-typescript": "7.22.5",
6+
"@babel/cli": "7.22.10",
7+
"@babel/core": "7.22.11",
8+
"@babel/preset-env": "7.22.14",
9+
"@babel/preset-typescript": "7.22.11",
1010
"@coat/cli": "0.0.28",
1111
"@types/fs-extra": "11.0.1",
12-
"@types/jest": "29.5.3",
12+
"@types/jest": "29.5.4",
1313
"@types/tmp": "0.2.3",
1414
"@typescript-eslint/eslint-plugin": "^6.1.0",
1515
"@typescript-eslint/parser": "^6.1.0",
16-
"eslint": "8.46.0",
16+
"eslint": "8.48.0",
1717
"eslint-config-prettier": "9.0.0",
1818
"fs-extra": "11.1.1",
19-
"jest": "29.6.2",
20-
"lint-staged": "13.2.3",
19+
"jest": "29.6.4",
20+
"lint-staged": "13.3.0",
2121
"prettier": "2.8.8",
2222
"rimraf": "5.0.1",
2323
"tmp": "0.2.1",

0 commit comments

Comments
 (0)