Skip to content

Commit

Permalink
chore(deps): bumping out of date deps (#196)
Browse files Browse the repository at this point in the history
* chore: cleaning up the tsup config

* chore(deps-dev): bumping out of date deps

* chore(deps): bumping out of date deps
  • Loading branch information
erunion authored Sep 8, 2023
1 parent eba444c commit 523a455
Show file tree
Hide file tree
Showing 28 changed files with 2,134 additions and 1,693 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": [
"@readme/eslint-config",
"@readme/eslint-config/typescript",
"@readme/eslint-config/testing"
"@readme/eslint-config/testing/jest"
],
"root": true,
"parserOptions": {
Expand All @@ -18,7 +18,9 @@
"max-classes-per-file": "off",
"no-param-reassign": "off",
"no-underscore-dangle": ["error", { "allow": ["_boundary"] }],
"spaced-comment": "off"
"spaced-comment": "off",

"unicorn/prefer-node-protocol": "error"
},
"env": {
"browser": true
Expand Down
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ updates:
- erunion
labels:
- dependencies
groups:
minor-development-deps:
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
Expand All @@ -21,6 +27,12 @@ updates:
- erunion
labels:
- dependencies
groups:
minor-development-deps:
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
node-version:
- 16
- 18
- 19
- 20

steps:
Expand Down
Loading

0 comments on commit 523a455

Please sign in to comment.