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
20 changes: 0 additions & 20 deletions .changeset/bot-pr-1688.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bot-pr-1690.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/bot-pr-1692.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cdk-aspects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aligent/cdk-aspects

## 0.6.2

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

- [#1692](https://github.com/aligent/cdk-constructs/pull/1692) [`baac665`](https://github.com/aligent/cdk-constructs/commit/baac665095aed5e548e465374d7b84a00f84cecc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group across 1 directory with 2 updates

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-aspects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-aspects",
"version": "0.6.1",
"version": "0.6.2",
"description": "Collection of CDK Asppects",
"main": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/constructs/basic-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-basic-auth

## 0.3.8

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

## 0.3.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/constructs/basic-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-basic-auth",
"version": "0.3.7",
"version": "0.3.8",
"description": "A Cloudfront Lambda@Edge stack for performing basic auth protection",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/basic-auth#readme",
"devDependencies": {
"@aligent/cdk-esbuild": "^2.5.8",
"@aligent/cdk-esbuild": "^2.5.10",
"@types/aws-lambda": "^8.10.161",
"@types/jest": "^29.5.10",
"@types/node": "^24.12.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-cloudfront-security-headers

## 0.5.8

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

## 0.5.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-cloudfront-security-headers",
"version": "0.5.7",
"version": "0.5.8",
"description": "A Cloudfront Lambda@Edge function for adding security headers.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"lint": "npx nx lint cloudfront-security-headers"
},
"devDependencies": {
"@aligent/cdk-esbuild": "^2.5.8",
"@aligent/cdk-esbuild": "^2.5.10",
"@types/aws-lambda": "^8.10.161",
"@types/jest": "^29.5.10",
"@types/node": "^24.12.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/constructs/domain-hosting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aligent/cdk-domain-hosting

## 1.0.8

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

- [#1692](https://github.com/aligent/cdk-constructs/pull/1692) [`baac665`](https://github.com/aligent/cdk-constructs/commit/baac665095aed5e548e465374d7b84a00f84cecc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group across 1 directory with 2 updates

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/constructs/domain-hosting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-domain-hosting",
"version": "1.0.7",
"version": "1.0.8",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/domain-hosting#readme",
Expand All @@ -15,7 +15,7 @@
"lint": "npx nx lint domain-hosting"
},
"devDependencies": {
"@aligent/cdk-esbuild": "^2.5.9",
"@aligent/cdk-esbuild": "^2.5.10",
"@types/aws-lambda": "^8.10.161",
"@types/jest": "^29.5.10",
"@types/node": "^24.12.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/constructs/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aligent/cdk-esbuild

## 2.5.10

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

- [#1692](https://github.com/aligent/cdk-constructs/pull/1692) [`baac665`](https://github.com/aligent/cdk-constructs/commit/baac665095aed5e548e465374d7b84a00f84cecc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group across 1 directory with 2 updates

## 2.5.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-esbuild",
"version": "2.5.9",
"version": "2.5.10",
"description": "Esbuild implementation for CDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/constructs/geoip-redirect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-geoip-redirect

## 1.2.8

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

## 1.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/constructs/geoip-redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-geoip-redirect",
"version": "1.2.7",
"version": "1.2.8",
"description": "A Cloudfront Lambda@Edge stack for performing redirection based on CloudFront-Viewer-Country",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/geoip-redirect#readme",
"devDependencies": {
"@aligent/cdk-esbuild": "^2.5.8",
"@aligent/cdk-esbuild": "^2.5.10",
"@types/aws-lambda": "^8.10.161",
"@types/jest": "^29.5.10",
"@types/node": "^24.12.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/constructs/graphql-mesh-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aligent/cdk-graphql-mesh-server

## 3.3.7

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

- [#1692](https://github.com/aligent/cdk-constructs/pull/1692) [`baac665`](https://github.com/aligent/cdk-constructs/commit/baac665095aed5e548e465374d7b84a00f84cecc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group across 1 directory with 2 updates

## 3.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/graphql-mesh-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-graphql-mesh-server",
"version": "3.3.6",
"version": "3.3.7",
"description": "A construct to host Graphql Mesh in Fargate",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/constructs/header-change-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aligent/cdk-header-change-detection

## 1.7.10

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

- [#1690](https://github.com/aligent/cdk-constructs/pull/1690) [`d09a5f2`](https://github.com/aligent/cdk-constructs/commit/d09a5f24c58c9b64fbed8cecd8737cd1c2fe660f) Thanks [@aikido-autofix](https://github.com/apps/aikido-autofix)! - [Aikido] Fix security issue in axios via minor version upgrade from 1.15.1 to 1.16.1

## 1.7.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/header-change-detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-header-change-detection",
"version": "1.7.9",
"version": "1.7.10",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/header-change-detection#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/constructs/nodejs-function-from-entry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-nodejs-function-from-entry

## 0.2.3

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

## 0.2.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-nodejs-function-from-entry",
"version": "0.2.2",
"version": "0.2.3",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/nodejs-function-from-entry#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/constructs/prerender-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aligent/cdk-prerender-proxy

## 2.5.9

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

- [#1690](https://github.com/aligent/cdk-constructs/pull/1690) [`d09a5f2`](https://github.com/aligent/cdk-constructs/commit/d09a5f24c58c9b64fbed8cecd8737cd1c2fe660f) Thanks [@aikido-autofix](https://github.com/apps/aikido-autofix)! - [Aikido] Fix security issue in axios via minor version upgrade from 1.15.1 to 1.16.1

## 2.5.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/constructs/prerender-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-prerender-proxy",
"version": "2.5.8",
"version": "2.5.9",
"description": "Cloudfront Lambda@Edge constructs for integrating with prerender.io",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/prerender-proxy#readme",
"devDependencies": {
"@aligent/cdk-esbuild": "^2.5.8",
"@aligent/cdk-esbuild": "^2.5.10",
"@types/aws-lambda": "^8.10.161",
"@types/jest": "^29.5.10",
"@types/node": "^24.12.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/constructs/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-rabbitmq

## 0.3.8

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-rabbitmq",
"version": "0.3.7",
"version": "0.3.8",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/rabbitmq#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/constructs/secure-rest-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-secure-rest-api

## 1.1.2

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/secure-rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-secure-rest-api",
"version": "1.1.1",
"version": "1.1.2",
"description": "A CDK construct for creating API Gateway REST APIs secured with API Key authentication and usage plan throttling",
"main": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/constructs/shared-vpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-shared-vpc

## 0.3.8

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/shared-vpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-shared-vpc",
"version": "0.3.7",
"version": "0.3.8",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/constructs/static-hosting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aligent/cdk-static-hosting

## 2.11.10

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

- [#1692](https://github.com/aligent/cdk-constructs/pull/1692) [`baac665`](https://github.com/aligent/cdk-constructs/commit/baac665095aed5e548e465374d7b84a00f84cecc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group across 1 directory with 2 updates

## 2.11.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/constructs/static-hosting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-static-hosting",
"version": "2.11.9",
"version": "2.11.10",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/static-hosting#readme",
Expand All @@ -15,7 +15,7 @@
"lint": "npx nx lint static-hosting"
},
"devDependencies": {
"@aligent/cdk-esbuild": "^2.5.9",
"@aligent/cdk-esbuild": "^2.5.10",
"@types/aws-lambda": "^8.10.161",
"@types/jest": "^29.5.10",
"@types/node": "^24.12.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/constructs/step-function-from-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-step-function-from-file

## 0.5.3

### Patch Changes

- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates

## 0.5.2

### Patch Changes
Expand Down
Loading