Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major) (#99)
Browse files Browse the repository at this point in the history
* chore(deps): update devdependencies (non-major)

* add debugging

* fix grouping

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aaron <[email protected]>
  • Loading branch information
renovate[bot] and aaronmgdr authored Nov 29, 2023
1 parent 8f1fa0c commit e86d839
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 112 deletions.
2 changes: 1 addition & 1 deletion apps/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"husky": "^8.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"engines": {
"node": "18"
Expand Down
1 change: 1 addition & 0 deletions apps/web/components/request-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const RequestForm: FC<Props> = ({ isOutOfCELO, network }) => {

const onInvalid = useCallback((event: FormEvent<HTMLInputElement>) => {
const { validity } = event.currentTarget
console.debug('validity input', JSON.stringify(validity))
if (validity.patternMismatch || validity.badInput || !validity.valid) {
event.currentTarget.setCustomValidity('enter an 0x address')
} else {
Expand Down
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"groupName": "devDependencies (non-major)"
},
{
"matchPackageNames": ["@celo"],
"matchPackagePatterns": ["@celo"],
"groupName": "celo"
},
{
"matchPackageNames": ["@firebase"],
"matchPackagePatterns": ["firebase"],
"groupName": "firebase"
},
{
"matchPackageNames": ["eslint"],
"matchPackagePatterns": ["eslint"],
"groupName": "eslint"
}
],
Expand Down
Loading

1 comment on commit e86d839

@vercel
Copy link

@vercel vercel bot commented on e86d839 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.