Skip to content

Commit b4ebcc4

Browse files
Merged "renovate/rollup" into "renovate/update/eslint-dependencies"; Auto-fixed package.json and yarn/pnpm lockfile conflicts
2 parents 72ec2c1 + d324e77 commit b4ebcc4

4 files changed

Lines changed: 31 additions & 38 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: pnpm/action-setup@v2
2626
with:
27-
version: "10.34.4"
27+
version: "10.34.5"
2828

2929
- uses: actions/setup-node@v6
3030
with:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nodejs 22.19.0
2-
pnpm 10.34.4
2+
pnpm 10.34.5

package.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
"name": "@cultureamp/datadog-cdk",
33
"version": "2.0.1",
44
"description": "CDK constructs for DataDog Cloudformation resources.",
5-
"packageManager": "pnpm@10.34.4",
6-
"files": [
7-
"/dist"
8-
],
5+
"packageManager": "pnpm@10.34.5",
6+
"files": ["/dist"],
97
"main": "./dist/index.js",
108
"types": "./dist/index.d.ts",
119
"exports": {
@@ -26,23 +24,18 @@
2624
"lint": "pnpm run -s eslint && pnpm run -s prettier",
2725
"lint:fix": "pnpm run -s eslint --fix && pnpm run -s prettier --write"
2826
},
29-
"keywords": [
30-
"datadog",
31-
"cdk",
32-
"aws-cdk",
33-
"typescript"
34-
],
27+
"keywords": ["datadog", "cdk", "aws-cdk", "typescript"],
3528
"author": "Culture Amp SRE",
3629
"license": "MIT",
3730
"devDependencies": {
38-
"@aws-cdk/integ-runner": "2.202.1",
31+
"@aws-cdk/integ-runner": "2.202.2",
3932
"@aws-cdk/integ-tests-alpha": "2.122.0-alpha.0",
4033
"@tsconfig/node16": "^16.1.8",
4134
"@types/jest": "^30.0.0",
4235
"@types/node": "22.20.0",
4336
"@typescript-eslint/eslint-plugin": "^8.63.0",
4437
"@typescript-eslint/parser": "^8.63.0",
45-
"aws-cdk": "2.1129.0",
38+
"aws-cdk": "2.1130.0",
4639
"aws-cdk-lib": "2.261.0",
4740
"constructs": "^10.6.0",
4841
"eslint": "^8.57.1",
@@ -54,7 +47,7 @@
5447
"eslint-plugin-promise": "^7.3.0",
5548
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
5649
"jest": "^30.4.2",
57-
"prettier": "^3.9.4",
50+
"prettier": "^3.9.5",
5851
"ts-jest": "^29.4.11",
5952
"ts-node": "^10.9.2",
6053
"typescript": "^6.0.3"

pnpm-lock.yaml

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)