Skip to content

Commit

Permalink
Merge pull request #1 from koajs/master
Browse files Browse the repository at this point in the history
Update from upstream
  • Loading branch information
lcxfs1991 authored Jan 30, 2024
2 parents 6baa411 + 5f15941 commit fc23d76
Show file tree
Hide file tree
Showing 168 changed files with 11,391 additions and 4,877 deletions.
4 changes: 4 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
coverage:
parsers:
javascript:
enable_partials: yes
1 change: 0 additions & 1 deletion .eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
open_collective: koajs
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 5
versioning-strategy: increase-if-necessary
27 changes: 27 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Node.js CI

on:
push:
branch: master
pull_request:
branch: master

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.17.0, 12.x, 14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test -- --coverage --maxWorkers 2
- run: npx codecov
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ node_modules
test.js
coverage
npm-debug.log
.idea
*.iml
dist
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

25 changes: 25 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
小菜 <[email protected]>
Aaron Heckmann <[email protected]>
Adam L <[email protected]>
Adam Lau <[email protected]>
Aesop Wolf <[email protected]>
AlexeyKhristov <[email protected]>
Alexsey <[email protected]>
Amit Portnoy <[email protected]>
Anton Harniakou <[email protected]>
Arjun <[email protected]>
Asiel Leal <[email protected]>
Avindra Goolcharan <[email protected]>
Bartol Karuza <[email protected]>
Ben Reinhart <[email protected]>
Bernie Stern <[email protected]>
Bryan Bess <[email protected]>
C.T. Lin <[email protected]>
Chiahao Lin <[email protected]>
Expand All @@ -24,27 +29,34 @@ Fangdun Cai <[email protected]>
Felix Becker <[email protected]>
Filip Skokan <[email protected]>
Francisco Presencia <[email protected]>
Gao Sheng <[email protected]>
George Chung <[email protected]>
Gilles De Mey <[email protected]>
Grand <[email protected]>
Guilherme Pacheco <[email protected]>
HanHor Wu <[email protected]>
Hartley Melamed <[email protected]>
Hrvoje Šimić <[email protected]>
Hugh Kennedy <[email protected]>
Ian Storm Taylor <[email protected]>
Ilkka Oksanen <[email protected]>
Ivan Kleshnin <[email protected]>
Ivan Lyons <[email protected]>
Jacob Bass <[email protected]>
JamesWang <[email protected]>
Jan Buschtöns <[email protected]>
Jan Carlo Viray <[email protected]>
Jason Macgowan <[email protected]>
Jed Schmidt <[email protected]>
Jeff Moore <[email protected]>
Jesus Rodriguez <[email protected]>
Jesús Rodríguez Rodríguez <[email protected]>
Jingwei "John" Liu <[email protected]>
Johan Bergström <[email protected]>
Jonas Zhang <[email protected]>
Jonathan Ong <[email protected]>
Jonathan Ong <[email protected]>
Joseph Lin <[email protected]>
Julian Gruber <[email protected]>
Kareem Kwong <[email protected]>
Karl Böhlmark <[email protected]>
Expand All @@ -57,6 +69,7 @@ Louis DeScioli <[email protected]>
Luke Bousfield <[email protected]>
Malcolm <[email protected]>
Marceli.no <[email protected]>
Mars Wong <[email protected]>
Martin Iwanowski <[email protected]>
Martin Iwanowski <[email protected]>
Martin fl0w Iwanowski <[email protected]>
Expand All @@ -65,40 +78,51 @@ Mathieu Gallé-Tessonneau <[email protected]>
Matthew Chase Whittemore <[email protected]>
Matthew King <[email protected]>
Matthew Mueller <[email protected]>
Mengdi Gao <[email protected]>
Michaël Zasso <[email protected]>
Michał Gołębiowski-Owczarek <[email protected]>
Nathan Rajlich <[email protected]>
New Now Nohow <[email protected]>
Nick McCurdy <[email protected]>
Nicolae Vartolomei <[email protected]>
PatrickJS <[email protected]>
Paul Anderson <[email protected]>
Pedro Pablo Aste Kompen <[email protected]>
Peeyush Kushwaha <[email protected]>
Phillip Alexander <[email protected]>
PlasmaPower <[email protected]>
Prayag Verma <[email protected]>
Qiming zhao <[email protected]>
Remek Ambroziak <[email protected]>
Riceball LEE <[email protected]>
Richard Marmorstein <[email protected]>
Rico Sta. Cruz <[email protected]>
Robert Sköld <[email protected]>
Robin Pokorný <[email protected]>
Ruben Bridgewater <[email protected]>
Rui Marinho <[email protected]>
Rui Marinho <[email protected]>
Ryunosuke SATO <[email protected]>
Saad Quadri <[email protected]>
Santiago Sotomayor <[email protected]>
Sergei Osipov <[email protected]>
Shaun Warman <[email protected]>
Shawn Cheung <[email protected]>
Shawn Sit <[email protected]>
Slobodan Stojanovic <[email protected]>
Sonny Piers <[email protected]>
Sterling Williams <[email protected]>
Stéphane Bisinger <[email protected]>
TJ Holowaychuk <[email protected]>
TJ Holowaychuk <[email protected]>
Taehwan, No <[email protected]>
Tejas Manohar <[email protected]>
Teoman Soygul <[email protected]>
Thiago Lagden <[email protected]>
Tiago Ribeiro <[email protected]>
Tim Schaub <[email protected]>
Todor Stoychev <[email protected]>
Tomas Ruud <[email protected]>
Travis Jeffery <[email protected]>
Usman Hussain <[email protected]>
Veselin Todorov <[email protected]>
Expand Down Expand Up @@ -131,6 +155,7 @@ gyson <[email protected]>
haoxin <[email protected]>
haoxin <[email protected]>
iamchenxin <[email protected]>
initial-wu <[email protected]>
jeromew <[email protected]>
joehecn <[email protected]>
jongleberry <[email protected]>
Expand Down
Loading

0 comments on commit fc23d76

Please sign in to comment.