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 Jan 27, 2024
1 parent 94d293f commit cb84e38
Show file tree
Hide file tree
Showing 17 changed files with 612 additions and 411 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
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 docs/snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.9.0",
"version": "2.0.0",
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
"author": {
"name": "Amazon Web Services",
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.123.0",
"esbuild": "^0.19.12"
}
}
}
5 changes: 3 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"packages/testing",
"examples/cdk",
"examples/sam",
"layers"
"layers",
"docs/snippets"
],
"version": "1.18.0",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
}
Loading

0 comments on commit cb84e38

Please sign in to comment.