Skip to content

chore(deps): fix dependencies and dependabot config #1917

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

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
72 changes: 8 additions & 64 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,76 +24,20 @@ updates:
update-types: ["version-update:semver-major"]

- package-ecosystem: npm
directory: /docs/snippets
schedule:
interval: daily

- package-ecosystem: npm
directory: /examples/cdk
schedule:
interval: daily
ignore:
- dependency-name: "@middy/core"
update-types: ["version-update:semver-major"]

- package-ecosystem: npm
directory: /examples/sam
directory: /
schedule:
interval: daily
versioning-strategy: increase
ignore:
- dependency-name: "@middy/core"
update-types: [ "version-update:semver-major" ]

- package-ecosystem: npm
directory: /layers
schedule:
interval: daily

- package-ecosystem: npm
directory: /
schedule:
interval: daily
groups:
aws-sdk:
patterns:
- "@aws-sdk/**"

- package-ecosystem: npm
directory: /packages/batch
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/commons
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/idempotency
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/logger
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/metrics
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/parameters
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/testing
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/tracer
schedule:
interval: daily
- "aws-sdk-client-mock"
- "aws-sdk-client-mock-jest"
aws-cdk:
patterns:
- "@aws-cdk/**"
- "aws-cdk-lib"
18 changes: 9 additions & 9 deletions docs/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
"devDependencies": {
"@aws-sdk/client-appconfigdata": "^3.413.0",
"@aws-sdk/client-dynamodb": "^3.413.0",
"@aws-sdk/client-secrets-manager": "^3.413.0",
"@aws-sdk/client-ssm": "^3.413.0",
"@aws-sdk/util-dynamodb": "^3.413.0",
"aws-sdk": "^2.1458.0",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"axios": "^1.5.0",
"@aws-sdk/client-appconfigdata": "^3.490.0",
"@aws-sdk/client-dynamodb": "^3.490.0",
"@aws-sdk/client-secrets-manager": "^3.491.0",
"@aws-sdk/client-ssm": "^3.490.0",
"@aws-sdk/util-dynamodb": "^3.490.0",
"aws-sdk": "^2.1536.0",
"aws-sdk-client-mock": "^3.0.1",
"aws-sdk-client-mock-jest": "^3.0.1",
"axios": "^1.6.5",
"hashi-vault-js": "^0.4.14"
}
}
23 changes: 12 additions & 11 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,23 @@
"@aws-lambda-powertools/metrics": "^1.17.0",
"@aws-lambda-powertools/parameters": "^1.17.0",
"@aws-lambda-powertools/tracer": "^1.17.0",
"@aws-sdk/client-ssm": "^3.413.0",
"@aws-sdk/lib-dynamodb": "^3.413.0",
"@types/aws-lambda": "^8.10.121",
"@types/jest": "^29.5.4",
"@aws-sdk/client-ssm": "^3.490.0",
"@aws-sdk/lib-dynamodb": "^3.490.0",
"@types/aws-lambda": "^8.10.131",
"@types/jest": "^29.5.11",
"@types/node": "20.11.2",
"aws-cdk": "^2.107.0",
"esbuild": "^0.19.3",
"aws-cdk": "^2.121.1",
"constructs": "^10.3.0",
"esbuild": "^0.19.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@middy/core": "^3.6.2",
"aws-cdk-lib": "^2.107.0",
"constructs": "^10.2.70",
"@middy/core": "^4.7.0",
"aws-cdk-lib": "^2.121.1",
"construct": "^1.0.0",
"phin": "^3.7.0",
"source-map-support": "^0.5.21"
}
Expand Down
20 changes: 10 additions & 10 deletions examples/sam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
"*.js": "npm run lint-fix"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.121",
"@types/jest": "^29.5.4",
"@types/node": "20.11.2",
"@aws-sdk/client-dynamodb": "^3.490.0",
"@aws-sdk/client-ssm": "^3.490.0",
"@aws-sdk/lib-dynamodb": "^3.490.0",
"@types/aws-lambda": "^8.10.131",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.4",
"esbuild": "^0.19.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.17.0",
"@aws-lambda-powertools/metrics": "^1.17.0",
"@aws-lambda-powertools/parameters": "^1.17.0",
"@aws-lambda-powertools/tracer": "^1.17.0",
"@aws-sdk/client-dynamodb": "^3.413.0",
"@aws-sdk/client-ssm": "^3.413.0",
"@aws-sdk/lib-dynamodb": "^3.413.0",
"@middy/core": "^3.6.2",
"esbuild": "^0.19.3",
"@middy/core": "^4.7.0",
"phin": "^3.7.0"
}
}
6 changes: 3 additions & 3 deletions layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"source-map-support": "^0.5.21"
},
"dependencies": {
"aws-cdk": "^2.96.1",
"aws-cdk-lib": "^2.107.0",
"esbuild": "^0.19.3"
"aws-cdk": "^2.121.1",
"aws-cdk-lib": "^2.121.1",
"esbuild": "^0.19.11"
}
}
Loading