Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #1824

Merged
merged 21 commits into from
Nov 27, 2023
Merged

Release #1824

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f266538
chore(deps): bump @babel/traverse from 7.23.0 to 7.23.2 (#1800)
dependabot[bot] Oct 19, 2023
525369b
chore(deps-dev): bump @types/normalize-path from 3.0.0 to 3.0.1 (#1801)
dependabot[bot] Oct 22, 2023
48d3673
chore(deps-dev): bump @babel/preset-typescript from 7.22.15 to 7.23.2…
dependabot[bot] Oct 22, 2023
025a40a
chore(deps): bump commander from 11.0.0 to 11.1.0 (#1803)
dependabot[bot] Oct 22, 2023
515064c
chore(deps): bump actions/setup-node from 3 to 4 (#1804)
dependabot[bot] Oct 24, 2023
9b059e7
chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 (#1807)
dependabot[bot] Oct 29, 2023
701f557
chore(deps-dev): bump @types/node from 20.6.4 to 20.8.9 (#1805)
dependabot[bot] Oct 29, 2023
074234c
chore(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.9.0 (…
dependabot[bot] Oct 29, 2023
8cc4116
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#1809)
dependabot[bot] Nov 5, 2023
fba40e1
chore(deps-dev): bump jest and @types/jest (#1810)
dependabot[bot] Nov 5, 2023
86b6ec5
chore(deps): bump @types/json-schema from 7.0.13 to 7.0.14 (#1808)
dependabot[bot] Nov 5, 2023
9612858
chore(deps-dev): bump @types/node from 20.8.9 to 20.9.0 (#1814)
dependabot[bot] Nov 12, 2023
d0b9d68
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#1813)
dependabot[bot] Nov 12, 2023
00fc555
chore(deps-dev): bump @babel/preset-typescript from 7.23.2 to 7.23.3 …
dependabot[bot] Nov 12, 2023
1fb6c4c
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#1817)
dependabot[bot] Nov 19, 2023
d614278
chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.11.0 …
dependabot[bot] Nov 19, 2023
3f571a3
chore(deps-dev): bump @types/normalize-path from 3.0.1 to 3.0.2 (#1816)
dependabot[bot] Nov 19, 2023
33c07c6
chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.12.0…
dependabot[bot] Nov 26, 2023
510f8fc
chore(deps): bump @types/json-schema from 7.0.14 to 7.0.15 (#1822)
dependabot[bot] Nov 26, 2023
7a0b457
chore(deps): bump typescript from 5.2.2 to 5.3.2 (#1821)
dependabot[bot] Nov 26, 2023
2c8c088
Removed "(default: false)" from the --additional-properties option be…
mghoffmann Nov 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
cache: "yarn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: "yarn"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"json5": "^2.2.3",
"normalize-path": "^3.0.0",
"safe-stable-stringify": "^2.4.3",
"typescript": "~5.2.2"
"typescript": "~5.3.2"
},
"devDependencies": {
"@auto-it/conventional-commits": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ts-json-schema-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const args = new Command()
)
.option(
"--additional-properties",
"Allow additional properties for objects with no index signature (default: false)",
"Allow additional properties for objects with no index signature",
false
)
.version(pkg.version)
Expand Down
Loading