Skip to content

Commit 4bb963c

Browse files
committed
chore(maintenance): bump dependencies & drop nodejs14x (#1687)
1 parent 1851e88 commit 4bb963c

File tree

17 files changed

+612
-411
lines changed

17 files changed

+612
-411
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Bug report
22
description: Report a reproducible bug to help us improve
3-
title: "Bug: TITLE"
4-
labels: ["type/bug", "triage"]
5-
projects: ["aws-powertools/7"]
3+
title: 'Bug: TITLE'
4+
labels: ['type/bug', 'triage']
5+
projects: ['aws-powertools/7']
66
body:
77
- type: markdown
88
attributes:
99
value: |
1010
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).
11-
11+
1212
Please add as much information as possible to help us reproduce, and remove any potential sensitive data.
1313
- type: textarea
1414
id: expected_behaviour
@@ -58,7 +58,7 @@ body:
5858
id: version
5959
attributes:
6060
label: Powertools for AWS Lambda (TypeScript) version
61-
placeholder: "latest, 1.3.0"
61+
placeholder: 'latest, 2.0.0'
6262
value: latest
6363
validations:
6464
required: true
@@ -95,4 +95,4 @@ body:
9595
value: |
9696
---
9797
98-
**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.
98+
**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.

Diff for: .github/workflows/reusable-run-linting-check-and-unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
2323
with:
2424
node-version: ${{ matrix.version }}
25-
cache: "npm"
25+
cache: 'npm'
2626
- name: Setup dependencies
2727
uses: ./.github/actions/cached-node-modules
2828
with:
@@ -37,7 +37,7 @@ jobs:
3737
NODE_ENV: dev
3838
strategy:
3939
matrix:
40-
example: ["sam", "cdk"]
40+
example: ['sam', 'cdk']
4141
fail-fast: false
4242
defaults:
4343
run:

Diff for: docs/snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.9.0",
3+
"version": "2.0.0",
44
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
55
"author": {
66
"name": "Amazon Web Services",

Diff for: examples/cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
"phin": "^3.7.0",
5151
"source-map-support": "^0.5.21"
5252
}
53-
}
53+
}

Diff for: examples/sam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
"@middy/core": "^4.7.0",
4242
"phin": "^3.7.0"
4343
}
44-
}
44+
}

Diff for: layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
"aws-cdk-lib": "^2.126.0",
4444
"esbuild": "^0.20.0"
4545
}
46-
}
46+
}

Diff for: lerna.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
"packages/testing",
1111
"examples/cdk",
1212
"examples/sam",
13-
"layers"
13+
"layers",
14+
"docs/snippets"
1415
],
1516
"version": "1.18.0",
1617
"npmClient": "npm",
1718
"message": "chore(release): %s [skip ci]"
18-
}
19+
}

0 commit comments

Comments
 (0)