Skip to content
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
9 changes: 9 additions & 0 deletions .changeset/seven-keys-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@gradientedge/cdk-utils-api-destined-function': minor
'@gradientedge/cdk-utils-cloudflare': minor
'@gradientedge/cdk-utils-azure': minor
'@gradientedge/cdk-utils-aws': minor
'@gradientedge/cdk-utils': minor
---

feat: bumping dependencies
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ This project is licensed under the MIT License — see the [LICENSE](LICENSE) fi
[issues-url]: https://github.com/gradientedge/cdk-utils/issues
[pr]: https://img.shields.io/github/issues-pr/gradientedge/cdk-utils.svg
[pr-url]: https://github.com/gradientedge/cdk-utils/pulls

[pulumi-badge]: https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/gradientedge/cdk-utils/main/pnpm-workspace.yaml&query=$.catalog['@pulumi/pulumi']&label=@pulumi/pulumi&color=blueviolet
[pulumi-azure-badge]: https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/gradientedge/cdk-utils/main/pnpm-workspace.yaml&query=$.catalog['@pulumi/azure-native']&label=@pulumi/azure-native&color=blueviolet
[pulumi-cloudflare-badge]: https://img.shields.io/github/package-json/dependency-version/gradientedge/cdk-utils/@pulumi/cloudflare?filename=packages/cloudflare/package.json
Expand Down
2 changes: 1 addition & 1 deletion app/api-destined-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "npx jest --ci --runInBand --passWithNoTests"
},
"dependencies": {
"uuid": "14.0.0"
"uuid": "14.0.1"
},
"devDependencies": {
"mkdirp": "3.0.1",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
"devDependencies": {
"@changesets/changelog-github": "0.7.0",
"@changesets/cli": "2.31.0",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@commitlint/cli": "^21.1.0",
"@commitlint/config-conventional": "^21.1.0",
"@eslint/config-array": "0.23.5",
"@eslint/object-schema": "3.0.5",
"@types/node": "25.9.3",
"@typescript-eslint/eslint-plugin": "8.61.1",
"@typescript-eslint/parser": "8.61.1",
"@types/node": "26.0.1",
"@typescript-eslint/eslint-plugin": "8.62.1",
"@typescript-eslint/parser": "8.62.1",
"@vitest/coverage-v8": "4.1.9",
"aws-cdk": "2.1127.0",
"aws-cdk": "2.1128.1",
"dotenv": "17.4.2",
"esbuild": "0.28.1",
"eslint": "10.5.0",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-jsdoc": "63.0.4",
"eslint-plugin-import-x": "^4.17.0",
"eslint-plugin-jsdoc": "63.0.10",
"husky": "9.1.7",
"prettier": "3.8.4",
"prettier": "3.9.1",
"prettier-plugin-organize-imports": "4.3.0",
"rimraf": "6.1.3",
"rollup": "4.62.0",
"rollup": "4.62.2",
"ts-md5": "2.0.1",
"ts-node": "10.9.2",
"typedoc": "^0.28.19",
Expand Down
10 changes: 5 additions & 5 deletions packages/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"lint": "eslint src/**/*.ts --cache --max-warnings=0 --no-warn-ignored"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "3.1072.0",
"@aws-sdk/credential-providers": "3.1072.0",
"@aws-sdk/types": "3.973.13",
"@aws-sdk/client-secrets-manager": "3.1076.0",
"@aws-sdk/credential-providers": "3.1076.0",
"@aws-sdk/types": "3.973.14",
"@gradientedge/cdk-utils-common": "workspace:*",
"@types/lodash": "4.17.24",
"app-root-path": "3.1.0",
"aws-cdk-lib": "2.259.0",
"aws-cdk-lib": "2.260.0",
"constructs": "10.6.0",
"lodash": "4.18.1",
"moment": "2.30.1",
"uuid": "14.0.0"
"uuid": "14.0.1"
},
"keywords": [
"gradientedge",
Expand Down
4 changes: 2 additions & 2 deletions packages/azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@pulumi/archive": "0.5.0",
"@pulumi/azure-native": "3.19.0",
"@pulumi/azuread": "6.9.1",
"@pulumi/pulumi": "3.247.0",
"@pulumi/pulumi": "3.248.0",
"@types/lodash": "4.17.24",
"app-root-path": "3.1.0",
"lodash": "4.18.1",
"uuid": "14.0.0",
"uuid": "14.0.1",
"yaml": "2.9.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@pulumi/azure-native": "3.19.0",
"@pulumi/cloudflare": "6.17.0",
"@pulumi/command": "1.2.1",
"@pulumi/pulumi": "3.247.0",
"@pulumi/pulumi": "3.248.0",
"@pulumi/std": "2.3.2",
"@types/lodash": "4.17.24",
"app-root-path": "3.1.0",
Expand Down
Loading