Skip to content

Commit ab95ad1

Browse files
authored
Merge pull request #1566 from middyjs/develop
7.0.3
2 parents 8dca4b1 + ef40239 commit ab95ad1

File tree

199 files changed

+10347
-8173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+10347
-8173
lines changed

.github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@middy/github-workflows",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"private": true,
55
"engines": {
66
"node": ">=24.0"

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ coverage
2121
# nyc test coverage
2222
.nyc_output
2323

24-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2525
.grunt
2626

2727
# Bower dependency directory (https://bower.io/)
@@ -30,7 +30,7 @@ bower_components
3030
# node-waf configuration
3131
.lock-wscript
3232

33-
# Compiled binary addons (http://nodejs.org/api/addons.html)
33+
# Compiled binary addons (https://nodejs.org/api/addons.html)
3434
build/Release
3535

3636
# Dependency directories

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p>
55
<a href="https://github.com/middyjs/middy/actions/workflows/test-unit.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-unit.yml/badge.svg" alt="GitHub Actions unit test status"></a>
66
<a href="https://github.com/middyjs/middy/actions/workflows/test-dast.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-dast.yml/badge.svg" alt="GitHub Actions dast test status"></a>
7-
<a href="https://github.com/middyjs/middy/actions/workflows/test-perf.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-pref.yml/badge.svg" alt="GitHub Actions perf test status"></a>
7+
<a href="https://github.com/middyjs/middy/actions/workflows/test-perf.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-perf.yml/badge.svg" alt="GitHub Actions perf test status"></a>
88
<a href="https://github.com/middyjs/middy/actions/workflows/test-sast.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-sast.yml/badge.svg" alt="GitHub Actions SAST test status"></a>
99
<a href="https://github.com/middyjs/middy/actions/workflows/test-lint.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-lint.yml/badge.svg" alt="GitHub Actions lint test status"></a>
1010
<br/>
@@ -21,7 +21,7 @@
2121
<a href="https://biomejs.dev"><img alt="Checked with Biome" src="https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome"></a>
2222
<a href="https://conventionalcommits.org"><img alt="Conventional Commits" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white"></a>
2323
<a href="https://github.com/middyjs/middy/blob/main/package.json#L32">
24-
<img alt="code coverage" src="https://img.shields.io/badge/code%20coverage-95%25-brightgreen"></a>
24+
<img alt="code coverage" src="https://img.shields.io/badge/code%20coverage-99%25-brightgreen"></a>
2525
<br/>
2626
<a href="https://gitter.im/middyjs/Lobby"><img src="https://badges.gitter.im/gitterHQ/gitter.svg" alt="Chat on Gitter" style="max-width:100%;"></a>
2727
<a href="https://stackoverflow.com/questions/tagged/middy?sort=Newest&uqlId=35052"><img src="https://img.shields.io/badge/StackOverflow-[middy]-yellow" alt="Ask questions on StackOverflow" style="max-width:100%;"></a>

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.2/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In the spirit of Open Source Software, everyone is very welcome to contribute to this repository. Feel free to [raise issues](https://github.com/middyjs/middy/issues) or to [submit Pull Requests](https://github.com/middyjs/middy/pulls).
44

5-
Before contributing to the project, make sure to have a look at our [Code of Conduct](/.github/CODE_OF_CONDUCT.md).
5+
Before contributing to the project, make sure to have a look at our [Code of Conduct](/docs/CODE_OF_CONDUCT.md).
66

77
Want to help, but finding new features and bugs a little daunting to tackle. Improving documentation (grammar, spelling, examples, internationalization), improving unit test coverage, and refactoring to use newer native APIs are great places to add value.
88

docs/chart-market-downloads.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
const d = new Date();
8484
const period = `${d
8585
.toISOString()
86-
.substr(0, 10)
86+
.substring(0, 10)
8787
.replace(d.getFullYear(), d.getFullYear() - 1)}:${d
8888
.toISOString()
89-
.substr(0, 10)}`;
89+
.substring(0, 10)}`;
9090
const dailyStats = {};
9191
const weeklyStats = {};
9292
//const yearlyStats = {}
@@ -198,7 +198,7 @@
198198
type: "time",
199199
scaleLabel: {
200200
display: true,
201-
labelString: period.substr(0, 4),
201+
labelString: period.substring(0, 4),
202202
},
203203
time: {
204204
minUnit: "day",

docs/chart-monorepo-downloads.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
type: "time",
165165
scaleLabel: {
166166
display: true,
167-
labelString: period.substr(0, 4),
167+
labelString: period.substring(0, 4),
168168
},
169169
time: {
170170
minUnit: "day",

docs/img/middy-logo-scooter.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/img/middy-logo.svg

Lines changed: 2 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)