Skip to content

Commit

Permalink
chore(maintenance): bump dependencies & drop nodejs14x (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Mar 6, 2024
1 parent 9d98c86 commit 6d1bfba
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Bug report
description: Report a reproducible bug to help us improve
title: "Bug: TITLE"
labels: ["type/bug", "triage"]
projects: ["aws-powertools/7"]
title: 'Bug: TITLE'
labels: ['type/bug', 'triage']
projects: ['aws-powertools/7']
body:
- type: markdown
attributes:
value: |
Thank you for submitting a bug report. Before you start, make sure that [the bug hasn't been reported already](https://github.com/aws-powertools/powertools-lambda-typescript/issues).
Please add as much information as possible to help us reproduce, and remove any potential sensitive data.
- type: textarea
id: expected_behaviour
Expand Down Expand Up @@ -58,7 +58,7 @@ body:
id: version
attributes:
label: Powertools for AWS Lambda (TypeScript) version
placeholder: "latest, 1.3.0"
placeholder: 'latest, 2.0.0'
value: latest
validations:
required: true
Expand Down Expand Up @@ -95,4 +95,4 @@ body:
value: |
---
**Disclaimer**: After creating an issue, please wait until it is triaged and confirmed by a maintainer before implementing it. This will reduce amount of rework and the chance that a pull request gets rejected.
**Disclaimer**: After creating an issue, please wait until it is triaged and confirmed by a maintainer before implementing it. This will reduce amount of rework and the chance that a pull request gets rejected.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.version }}
cache: "npm"
cache: 'npm'
- name: Setup dependencies
uses: ./.github/actions/cached-node-modules
with:
Expand All @@ -37,7 +37,7 @@ jobs:
NODE_ENV: dev
strategy:
matrix:
example: ["sam", "cdk"]
example: ['sam', 'cdk']
fail-fast: false
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion examples/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
"phin": "^3.7.0",
"source-map-support": "^0.5.21"
}
}
}
2 changes: 1 addition & 1 deletion examples/sam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"@middy/core": "^4.7.0",
"phin": "^3.7.0"
}
}
}
2 changes: 1 addition & 1 deletion layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"aws-cdk-lib": "^2.130.0",
"esbuild": "^0.20.1"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"version": "2.0.2",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
}
2 changes: 1 addition & 1 deletion packages/idempotency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
"aws-sdk-client-mock": "^3.0.1",
"aws-sdk-client-mock-jest": "^3.0.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@
"serverless",
"nodejs"
]
}
}
3 changes: 2 additions & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"scripts": {
"test": "npm run test:unit",
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
"jest": "jest --detectOpenHandles --verbose",
"test:e2e:nodejs16x": "RUNTIME=nodejs16x jest --group=e2e",
"test:e2e:nodejs18x": "RUNTIME=nodejs18x jest --group=e2e",
"test:e2e:nodejs20x": "RUNTIME=nodejs20x jest --group=e2e",
Expand Down Expand Up @@ -99,4 +100,4 @@
"serverless",
"nodejs"
]
}
}
2 changes: 1 addition & 1 deletion packages/parameters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
"optional": true
}
}
}
}
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@
"aws-cdk-lib": "^2.130.0",
"esbuild": "^0.20.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/tracer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
"serverless",
"nodejs"
]
}
}

0 comments on commit 6d1bfba

Please sign in to comment.