Skip to content

Commit

Permalink
deps: typescript ~5.5.0 (#1596)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: samchungy <[email protected]>
Co-authored-by: Sam Chung <[email protected]>
  • Loading branch information
3 people committed Jun 25, 2024
1 parent 9bb3dd7 commit 1c090ed
Show file tree
Hide file tree
Showing 7 changed files with 2,720 additions and 549 deletions.
7 changes: 7 additions & 0 deletions .changeset/early-moles-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'eslint-config-skuba': minor
---

deps: @typescript/eslint ^7.14.1

This addresses compatibility with TypeScript 5.5
7 changes: 7 additions & 0 deletions .changeset/empty-wolves-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'skuba': minor
---

deps: TypeScript 5.5

This major release includes breaking changes. See the [TypeScript 5.5](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/) announcement for more information.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
matchPackageNames: [
// Incompatible with read-pkg-up@7
'type-fest',
'serverless',
],
matchUpdateTypes: ['major'],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.0.0",
"tsconfig-seek": "2.0.0",
"typescript": "~5.4.0",
"typescript": "~5.5.0",
"validate-npm-package-name": "^5.0.0",
"zod": "^3.22.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-skuba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
},
"dependencies": {
"@types/eslint": "^8.4.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint-config-seek": "^13.0.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-yml": "^1.5.0"
},
"devDependencies": {
"eslint": "^9.0.0",
"typescript": "~5.4.0"
"eslint": "^8.56.0",
"typescript": "~5.5.0"
},
"peerDependencies": {
"eslint": ">=8.56.0",
Expand Down
3,242 changes: 2,699 additions & 543 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion template/lambda-sqs-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"aws-sdk-client-mock-jest": "^4.0.0",
"chance": "^1.1.8",
"pino-pretty": "^11.0.0",
"serverless": "^4.0.0",
"serverless": "^3.39.0",
"serverless-plugin-canary-deployments": "^0.8.0",
"serverless-plugin-datadog": "^5.12.0",
"serverless-prune-plugin": "^2.0.0",
Expand Down

0 comments on commit 1c090ed

Please sign in to comment.