Skip to content

Commit

Permalink
chore: bump deps and add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 14, 2023
1 parent 2863a52 commit 496f7aa
Show file tree
Hide file tree
Showing 8 changed files with 577 additions and 527 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
types: [opened, synchronize, reopened]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test-node:
strategy:
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
printWidth: 100
proseWrap: always
semi: false
singleQuote: true
printWidth: 100
trailingComma: es5
overrides:
- files: '*.md'
options:
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,11 @@ thoroughly review the code.
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
https://cdn.jsdelivr.net/npm/@aws-sdk/[email protected]/LICENSE
```

## Sponsors

<p align="center">
<a href="https://cdn.jsdelivr.net/gh/brc-dd/static/sponsors.svg">
<img src='https://cdn.jsdelivr.net/gh/brc-dd/static/sponsors.svg'/>
</a>
</p>
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,37 +44,37 @@
"test:node": "NODE_OPTIONS='--loader tsx' node--test tests/node/index.test.ts"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.4.2",
"@arethetypeswrong/cli": "^0.6.0",
"@aws-sdk/util-base64": "^3.310.0",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@release-it/conventional-changelog": "^5.1.1",
"@types/node": "^20.3.2",
"@release-it/conventional-changelog": "^7.0.0",
"@types/node": "^20.4.2",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"bun-types": "^0.6.11",
"eslint": "^8.43.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"bun-types": "^0.6.14",
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-security": "^1.7.1",
"lefthook": "^1.4.3",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"publint": "^0.1.12",
"release-it": "^15.11.0",
"lefthook": "^1.4.5",
"prettier": "^3.0.0",
"prettier-plugin-packagejson": "^2.4.5",
"publint": "^0.1.16",
"release-it": "^16.1.0",
"replace": "^1.2.2",
"test": "^3.3.0",
"tsup": "^7.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
"packageManager": "[email protected].5",
"packageManager": "[email protected].7",
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
Expand Down

0 comments on commit 496f7aa

Please sign in to comment.